﻿@media print {
  a[href]:after {
    content: none !important;
  }
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.form-group {
  text-align: left;
  position: relative;
}
label,
legend {
  font-weight: 400;
  letter-spacing: 0;
}
label {
  color: #111;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5;
}
.style-material label:not(.custom-control-label):not(.custom-select-label):not(.custom-file-label):not(.file-description):not(.file-status) {
  font-size: 1em;
  position: absolute;
  top: 28px;
  color: #a2a2a2;
  z-index: 9;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  left: 0;
}
.style-material .form-control {
  padding-top: 2rem;
}
.style-material .active {
  border-color: #8b51f5;
}
.style-material .active label:not(.custom-control-label):not(.custom-select-label):not(.custom-file-label):not(.file-description) {
  font-size: 0.778em;
  color: #8b51f5;
  top: 7px;
}
.style-material .active input[type="text"],
.style-material .active input[type="email"],
.style-material .active textarea {
  border-color: #8b51f5;
}
.custom-select,
.form-control,
.form-control-file {
  display: block;
  padding: 0.375rem 0 calc(.375rem - 1px);
  background-clip: padding-box;
  background-color: transparent;
  border: solid rgba(0, 0, 0, 0.42);
  border-radius: 0;
  border-width: 0 0 1px;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.87);
  font-size: 1rem;
  line-height: 1.5;
  width: 100%;
}
.custom-select:hover,
.form-control-file:hover,
.form-control:hover {
  border-color: #001f45;
  box-shadow: inset 0 -2px 0 -1px #001f45;
}
.custom-select:focus,
.form-control-file:focus,
.form-control:focus {
  border-color: #6c3c91;
  box-shadow: inset 0 -2px 0 -1px #6c3c91;
  outline: 0;
}
.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  padding-right: 30px;
}
.custom-select-wrapper {
  position: relative;
}
.custom-select-wrapper:before {
  content: "\25bc";
  color: #6c3c91;
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 1.4em;
}
.custom-file {
  text-align: right;
}
.custom-file .custom-file-label {
  box-shadow: 0 0 4px 2px #ccc;
  border-radius: 0;
  border: none;
  transition: background-color ease-in-out 0.3s;
}
.custom-file .custom-file-label::after {
  display: none;
}
.custom-file:hover .custom-file-label {
  background-color: #f2f2f3;
}
.badge-primary {
  background-color: #6c3c91;
}
div .custom-control-label::before {
  background-color: #fff;
  box-shadow: 0 0 4px 2px #ccc;
}
.materialise-block div .custom-control-label::before {
  box-shadow: none;
  border: 2px solid #6c3c91;
  height: 20px;
  width: 20px;
  top: 2px;
}
.custom-control-input:active ~ .custom-control-label::before {
  background-color: #e7dcf0;
}
div .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff;
}
div .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23111'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.13);
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23111' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.materialise-block .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  height: 12px;
  width: 12px;
  background: #6c3c91;
  border-radius: 100%;
  top: 6px;
  left: -20px;
}
.materialise-block .form-group label {
  margin-bottom: 0;
}
.materialise-block .form-group label span.small {
  font-style: italic;
  letter-spacing: 0.1em;
  font-family: 'brandon-grotesque', sans-serif;
  letter-spacing: normal;
}
.materialise-block .form-group .custom-radio label {
  padding-left: 7px;
}
.materialise-block .custom-control {
  margin: 0 0 30px;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23111' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #fff;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #111;
  background-color: #fff;
}
.form-group {
  width: 100%;
}
/*RADIO BUTTONS AS ICONS*/
.custom-radio-wrapper {
  width: 100%;
  margin: 11px 0 32px;
}
.custom-control.custom-radio-icon {
  width: 48%;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  padding: 0;
}
.custom-control.custom-radio-icon label {
  line-height: normal;
  border-radius: 6px;
  margin: 0;
  padding: 23px 10px;
  text-align: center;
  background: #ededed;
  width: 100%;
  min-height: 137px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 360px) {
  .custom-control.custom-radio-icon label {
    min-height: 0;
    padding: 35px 10px;
  }
}
.custom-control.custom-radio-icon label:before,
.custom-control.custom-radio-icon label:after {
  display: none;
}
.custom-control.custom-radio-icon label .fa {
  display: block;
  font-size: 2em;
  margin: 0 0 18px;
  color: #6c3c91;
}
@media (min-width: 360px) {
  .custom-control.custom-radio-icon label .fa {
    margin: 0 0 24px;
  }
}
@media (min-width: 992px) {
  .custom-control.custom-radio-icon label .fa {
    font-size: 3em;
  }
}
.custom-control.custom-radio-icon label:hover {
  background: #c1a1fc;
}
.custom-control.custom-radio-icon .custom-control-input:checked ~ .custom-control-label {
  background: #6c3c91;
  cursor: default;
}
.custom-control.custom-radio-icon .custom-control-input:checked ~ .custom-control-label .fa,
.custom-control.custom-radio-icon .custom-control-input:checked ~ .custom-control-label span {
  color: #fff;
}
ul.nav {
  position: relative;
  justify-content: space-between;
}
@media (min-width: 768px) {
  ul.nav::before {
    content: ' ';
    border-bottom: 1px solid #ccc;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
  }
}
ul.nav li.nav-item {
  padding: 0;
  text-align: left;
  z-index: 100;
  width: 100%;
  flex-grow: 0;
  flex-basis: auto;
}
ul.nav li.nav-item::before {
  content: none;
}
@media (min-width: 768px) {
  ul.nav li.nav-item {
    text-align: center;
    width: auto;
  }
  ul.nav li.nav-item .nav-link {
    background-color: #fff;
  }
}
ul.nav li.nav-item:first-child {
  text-align: left;
}
@media (min-width: 768px) {
  ul.nav li.nav-item:first-child .nav-link {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  ul.nav li.nav-item:last-child {
    text-align: right;
  }
  ul.nav li.nav-item:last-child .nav-link {
    padding-right: 0;
  }
}
ul.nav li.nav-item .active .icon-info {
  color: #6c3c91;
}
ul.nav li.nav-item .icon-info {
  float: none;
  position: relative;
  right: auto;
  color: #959595;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1600px) {
  .col-xlg-6 {
    width: 50%;
  }
  .col-xlg-push-3 {
    left: 25%;
  }
}
#ControlBar_ControlPanel {
  z-index: 999999;
}
#ControlEditPageMenu > li > a {
  padding-bottom: 19px;
  height: 55px;
}
#ControlNav > li > a,
#ControlBar_CustomMenuItems > li > a,
#ControlActionMenu > li > a {
  padding-bottom: 20px;
  height: 53px;
}
.DNNEmptyPane {
  height: 0 !important;
  width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  display: none !important;
}
.dnnSortable.ui-sortable,
.dnnSortable.ui-droppable {
  padding: 0 15px;
}
.cke_editable {
  background: #fff;
  margin: 0;
  padding: 20px;
}
.dnnCheckbox .mark {
  background-color: transparent;
}
.actionMenu .fa {
  color: #fff;
}
.DnnModule > a {
  display: none !important;
}
.container-item-edit {
  float: right;
}
.container .dnnModuleManager {
  padding: 0 !important;
}
#dnnModuleDigitalAssetsSelectionToolbar,
#dnnModuleDigitalAssetsListViewToolbar,
#dnnModuleDigitalAssetsListContainer,
.dnnModuleDigitalAssetsGrid > table > thead > tr {
  min-height: 37px;
}
.dnnDialogMask {
  z-index: 99999 !important;
}
.dnnModuleDialog {
  z-index: 999999 !important;
}
/*PA*/
.DnnModule-PropertyAgent input[type="image"] {
  width: auto;
}
.DnnModule-PropertyAgent select,
.DnnModule-PropertyAgent input {
  width: inherit;
}
/*CKEditor*/
.cke_panel_listItem.cke_selected a,
.cke_panel_listItem a:hover,
.cke_panel_listItem a:focus,
.cke_panel_listItem a:active {
  background: #ccc !important;
}
.cke_editable h1 {
  color: #111;
}
.cke_panel_block {
  background: #e4e3e3 !important;
}
div.actionMenu ul {
  z-index: 1000 !important;
}
/*PA*/
table#tblPropertyDetail table td {
  display: block;
  vertical-align: top;
}
table#tblPropertyDetail td.SubHead {
  vertical-align: top !important;
}
table#tblPropertyDetail > tbody > tr:nth-of-type(2n) {
  background: #efebeb;
}
table#tblPropertyDetail > tbody > tr > td {
  padding: 20px;
}
.cke_dialog_body {
  max-width: 500px;
  margin: 0 auto !important;
  position: relative;
}
.redactor-box li {
  padding: 0;
}
.redactor-box li:before {
  display: none;
}
/*LOCAL FIX*/
#dnn_dnnLogin_ctl00_dnnSkinMessage {
  display: none;
}
* {
  box-sizing: border-box;
}
html {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body {
  color: #001f45;
  font-size: 18px;
  background: #fff;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}
html.mm-opened body {
  padding-top: 0;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
body.dnnEditState {
  margin-bottom: 70px;
}
#Form {
  background: #fff;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1280px;
    width: 100%;
  }
}
.container.first-container {
  padding-top: 40px;
  padding-bottom: 40px;
}
.hidden {
  display: none;
}
/*images*/
img {
  max-width: 100%;
  height: auto !important;
  width: auto !important;
}
@media (min-width: 768px) {
  img.float-right {
    float: right;
    margin: 0 0 0 50px;
  }
  img.float-left {
    float: left;
    margin: 0 50px 0 0;
  }
}
@media (max-width: 767px) {
  img.float-right,
  img.float-left {
    margin: 0 auto 30px;
    display: block;
  }
}
*:focus {
  outline: 0 none !important;
}
.row-centered {
  text-align: center;
  display: block;
}
.row-centered .col-centered {
  display: inline-block !important;
  float: none !important;
}
/*table*/
.vertical-align {
  display: table;
  margin: 0;
  width: 100%;
  height: 100%;
}
.vertical-align .table-cell,
.vertical-align .vertical-align-center {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.vertical-align .table-row {
  display: table-row;
}
@media (max-width: 767px) {
  .vertical-align .table-row,
  .vertical-align .table-cell {
    display: block;
  }
}
table {
  width: 100% !important;
  border: 0;
  margin: 0 0 10px;
}
table td {
  border: 0;
}
@media (max-width: 767px) {
  table td {
    display: block;
  }
}
iframe {
  width: 100%;
}
.full-screen {
  width: 100%;
  min-height: 100vh;
  padding: 0 !important;
}
.center-col {
  float: none;
  margin: 0 auto;
}
/*module backgrounds*/
.alt-bg,
.background-purple,
.background-white,
.background-gradient,
.white-bg {
  padding: 60px 0 40px;
}
@media (max-width: 991px) {
  .alt-bg,
  .background-purple,
  .background-white,
  .background-gradient,
  .white-bg {
    padding: 40px 0 20px;
  }
}
.alt-bg {
  background: #f5f5f5;
  overflow: hidden;
}
.alt-bg.full-width-block {
  margin-bottom: 70px;
}
.background-purple,
.puzzle-layout .background-purple {
  background-color: #6c3c91;
}
.background-purple h1,
.puzzle-layout .background-purple h1,
.background-purple h2,
.puzzle-layout .background-purple h2,
.background-purple h3,
.puzzle-layout .background-purple h3,
.background-purple h4,
.puzzle-layout .background-purple h4,
.background-purple h5,
.puzzle-layout .background-purple h5,
.background-purple p,
.puzzle-layout .background-purple p {
  color: #fff;
}
.background-purple h1,
.puzzle-layout .background-purple h1 {
  margin: 0 0 20px;
}
.background-purple .btn.border,
.puzzle-layout .background-purple .btn.border,
.background-purple .btn.border:link,
.puzzle-layout .background-purple .btn.border:link,
.background-purple .btn.border:visited,
.puzzle-layout .background-purple .btn.border:visited {
  border-color: #fff !important;
  color: #fff;
}
.background-purple .btn.border:hover,
.puzzle-layout .background-purple .btn.border:hover,
.background-purple .btn.border:link:hover,
.puzzle-layout .background-purple .btn.border:link:hover,
.background-purple .btn.border:visited:hover,
.puzzle-layout .background-purple .btn.border:visited:hover {
  background: #fff;
  color: #6c3c91;
}
.background-gradient {
  margin-bottom: 70px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6a3d90+0,6b5cf7+100 */
  background: #6a3d90;
  /* Old browsers */
  background: -moz-linear-gradient(left, #6a3d90 0%, #6b5cf7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #6a3d90 0%, #6b5cf7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #6a3d90 0%, #6b5cf7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a3d90', endColorstr='#6b5cf7', GradientType=1);
  /* IE6-9 */
}
.background-gradient h2,
.background-gradient h3,
.background-gradient h4,
.background-gradient h5,
.background-gradient p {
  color: #fff !important;
}
.background-gradient.no-margin {
  margin: 0;
}
@media (max-width: 767px) {
  .center-mobile {
    text-align: center;
  }
}
h1 {
  margin: 0 0 100px;
  font-size: 4.7em;
  line-height: 1.1em;
  font-family: 'proxima-nova', sans-serif;
  color: #6c3c91;
  font-weight: 900;
}
@media (max-width: 1649px) {
  h1 {
    font-size: 4.5em;
  }
}
@media (max-width: 1400px) {
  h1 {
    font-size: 4em;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 3.5em;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 3em;
  }
}
h2 {
  margin: 0 0 30px;
  color: #6c3c91;
  font-size: 2.5em;
  line-height: 1.2em;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 2em;
  }
}
h2.no-margin {
  margin: 0 0 5px;
}
h2.light {
  font-weight: 400;
}
h3,
.h3 {
  text-transform: uppercase;
  margin: 0 0 20px;
  color: #6c3c91;
  font-size: 1.591em;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 900;
}
@media (max-width: 1199px) {
  h3,
  .h3 {
    font-size: 1.4em;
    margin-bottom: 10px;
  }
}
h4 {
  margin: 0;
  color: #6c3c91;
  font-size: 1.545em;
  line-height: 1.2em;
  font-family: 'proxima-nova', sans-serif;
}
h5 {
  text-transform: uppercase;
  margin: 0 0 16px;
  color: #001f45;
  font-size: 0.955em;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 900;
}
.alt-bg h5 {
  color: #6c3c91;
}
h6 {
  font-size: 0.864em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 900;
  color: #6c3c91;
}
@media (max-width: 767px) {
  h6 {
    margin: 0 0 40px;
  }
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
@media (max-width: 767px) {
  .text-right {
    text-align: center;
  }
}
p,
.Normal,
.NormalDisabled,
.NormalDeleted {
  margin-bottom: 10px;
  color: #001f45;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
}
p {
  margin-bottom: 20px;
}
p.stand-out {
  color: #6c3c91;
  font-weight: 700;
}
.stand-out {
  color: #6c3c91;
  font-weight: 700;
}
.DNNModuleContent ul,
ul.bullets,
.liveaccdefault ul {
  list-style-type: none;
  margin: 0 0;
  padding: 0;
  font-weight: 400;
}
.DNNModuleContent ul li,
ul.bullets li,
.liveaccdefault ul li {
  padding: 0 0 12px 20px;
}
.DNNModuleContent ul li:before,
ul.bullets li:before,
.liveaccdefault ul li:before {
  content: "·";
  color: #001f45;
  font-size: 2em;
  font-weight: bold;
  line-height: 0;
  margin: 0 0 0 -20px;
  padding: 0 7px 0 0;
  vertical-align: -5px;
  letter-spacing: 0.1em;
  font-family: 'brandon-grotesque', sans-serif;
}
ol,
.Normal ol {
  font-weight: 400;
}
ol li,
.Normal ol li {
  padding: 0 0 12px;
}
ol.blue,
.Normal ol.blue {
  margin-bottom: 5px;
  margin-left: 25px;
}
blockquote {
  border: 0;
  font-size: 1em;
  background-image: url('images/quotes-in.svg');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 20% auto;
  padding: 0 190px 0 23%;
  margin-bottom: 70px;
}
@media (max-width: 1199px) {
  blockquote {
    padding-right: 100px;
    background-size: 18% auto;
    padding: 0 190px 0 22%;
  }
}
@media (max-width: 767px) {
  blockquote {
    padding-right: 20px;
    padding-left: 20%;
    background-position: left top 6px;
    background-size: 16% auto;
  }
}
blockquote * {
  font-style: normal;
}
blockquote p {
  color: #6c3c91;
  font-size: 1.6em;
  font-style: normal;
  line-height: 1.3em;
}
blockquote p:last-of-type {
  font-size: 0.727em;
  letter-spacing: 0.1em;
  font-family: 'brandon-grotesque', sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  text-align: right;
  position: relative;
}
@media (max-width: 767px) {
  blockquote p:last-of-type {
    margin-top: 25px;
  }
}
blockquote p:last-of-type:after {
  content: "";
  position: absolute;
  background-image: url('images/quotes-out.svg');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  width: 141px;
  height: 107px;
  display: block;
  bottom: -22px;
  right: -197px;
}
@media (max-width: 1199px) {
  blockquote p:last-of-type:after {
    width: 80px;
    height: 60px;
    bottom: -19px;
    right: -111px;
  }
}
@media (max-width: 767px) {
  blockquote p:last-of-type:after {
    width: 20px;
    height: 16px;
    bottom: 0px;
    right: -30px;
  }
}
/*///// LINKS /////*/
a,
a:visited,
input[type="button"],
input[type="submit"],
.inner .liveaccdefault .ui-widget-content a {
  text-decoration: none;
  cursor: pointer;
  word-wrap: break-word;
  color: #6c3c91;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
a:hover,
a:visited:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.inner .liveaccdefault .ui-widget-content a:hover {
  color: #6a5cf7;
}
a:hover,
a:visited:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.inner .liveaccdefault .ui-widget-content a:hover,
a:focus,
a:visited:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
.inner .liveaccdefault .ui-widget-content a:focus {
  text-decoration: none !important;
}
.header {
  width: 100%;
  background: #f2f2f3;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  padding: 13px 0;
}
@media (min-width: 1400px) {
  .header .container {
    max-width: 1450px;
  }
}
.header * {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .logo {
  float: left;
  max-width: 180px;
  margin: 3px 0 0;
}
@media (max-width: 1199px) {
  .header .logo {
    max-width: 130px;
    margin: 7px 0 0;
  }
}
@media (max-width: 767px) {
  .header .logo {
    margin: 4px 0 0;
  }
}
@media (max-width: 420px) {
  .header .logo {
    margin: 4px 0 0;
  }
}
.header a {
  color: #001f45;
}
.header a:hover {
  color: #6c3c91;
}
.header .btn {
  font-size: 1em;
}
.header .menu-container .register-btn,
.header .menu-container .members-btn {
  float: right;
}
@media (max-width: 420px) {
  .header .menu-container .register-btn,
  .header .menu-container .members-btn {
    padding: 9px 16px;
    font-size: 0.8em;
  }
}
@media (max-width: 360px) {
  .header .menu-container .register-btn,
  .header .menu-container .members-btn {
    padding: 9px 12px;
    letter-spacing: normal;
  }
}
.header .toggle-nav {
  float: right;
  font-size: 1.5em;
  color: #6c3c91;
}
.header .toggle-nav i {
  display: none;
}
.header .toggle-nav i.active {
  display: block;
}
@media (max-width: 1200px) {
  .header .toggle-nav {
    padding: 8px 0 0 20px;
  }
}
@media (max-width: 360px) {
  .header .toggle-nav {
    padding: 8px 0 0 10px;
  }
}
.header .user {
  margin: 2px 0 0;
}
.header .login {
  font-family: 'brandon-grotesque', sans-serif;
  font-size: 1em;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 17px 0 0;
}
.header .login.logout {
  margin: 10px 17px 0 !important;
}
.header a.register-btn,
.header a.register-btn:focus,
.header a.register-btn:active,
.header a.members-btn:not(.hidden),
.header a.members-btn:focus:not(.hidden),
.header a.members-btn:active:not(.hidden) {
  padding: 9px 27px;
  display: inline-block;
  color: #fff;
  letter-spacing: 0.1em;
  border: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6a5cf8+1,6e3794+100 */
  background: #6a5cf8;
  /* Old browsers */
  background: -moz-linear-gradient(left, #6a5cf8 1%, #6e3794 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #6a5cf8 1%, #6e3794 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #6a5cf8 1%, #6e3794 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a5cf8', endColorstr='#6e3794', GradientType=1);
  /* IE6-9 */
}
.header a.register-btn:hover,
.header a.register-btn:focus:hover,
.header a.register-btn:active:hover,
.header a.members-btn:not(.hidden):hover,
.header a.members-btn:focus:not(.hidden):hover,
.header a.members-btn:active:not(.hidden):hover {
  opacity: 0.8;
}
@media (max-width: 1600px) {
  .header a.register-btn,
  .header a.register-btn:focus,
  .header a.register-btn:active,
  .header a.members-btn:not(.hidden),
  .header a.members-btn:focus:not(.hidden),
  .header a.members-btn:active:not(.hidden) {
    padding: 9px 17px;
  }
}
.members .header .login {
  border: 1px solid #231f20;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 1.136em;
  padding: 5px 23px;
  letter-spacing: normal;
  margin: 3px 0 0 !important;
}
.members .header .login:hover {
  background: #6c3c91;
  color: #fff;
}
.mm-opened .IE-old .header {
  margin-left: -440px;
}
@media (min-width: 768px) {
  .menu-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .menu-container {
    padding-left: 0;
  }
}
nav {
  font-size: 1.136em;
  text-align: center;
  width: 100%;
}
@media (max-width: 1650px) {
  nav {
    font-size: 1em;
  }
}
nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
nav .nav > ul > li {
  display: inline-block;
  position: relative;
  padding: 11px 20px;
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1650px) {
  nav .nav > ul > li {
    padding: 11px 15px;
  }
}
@media (max-width: 1450px) {
  nav .nav > ul > li {
    padding: 11px;
  }
}
nav .nav > ul > li a,
nav .nav > ul > li a:visited,
nav .nav > ul > li span {
  display: block;
  color: #001f45;
  position: relative;
  cursor: pointer;
  padding: 0;
}
nav .nav > ul > li a:hover,
nav .nav > ul > li a:visited:hover,
nav .nav > ul > li span:hover,
nav .nav > ul > li a:focus,
nav .nav > ul > li a:visited:focus,
nav .nav > ul > li span:focus {
  color: #6c3c91;
}
nav .nav > ul > li.active > a:after {
  content: "";
  width: 100%;
  height: 10px;
  background: #6c3c91;
  position: absolute;
  bottom: -24px;
  left: 0;
}
nav .nav > ul > li .dropdown {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
  text-transform: none;
  position: absolute;
  top: 100%;
  padding: 10px 0;
  width: 250px;
  left: 0;
  text-align: left;
  z-index: -1;
  background: #001f45;
  font-size: 0.7em;
}
nav .nav > ul > li .dropdown-toggle:after {
  display: none;
}
nav .nav > ul > li .dropdown li {
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 0;
}
nav .nav > ul > li .dropdown li a,
nav .nav > ul > li .dropdown li a:visited,
nav .nav > ul > li .dropdown li span {
  padding: 5px 15px;
  color: #fff;
}
nav .nav > ul > li .dropdown li a:hover,
nav .nav > ul > li .dropdown li a:visited:hover,
nav .nav > ul > li .dropdown li span:hover {
  background: #6c3c91;
}
nav .nav > ul > li:hover .dropdown {
  display: block;
  z-index: 1;
}
nav #navigation > ul > li.first {
  display: none;
}
.mm-page {
  overflow: hidden;
}
#mm-navigation.mm-menu {
  background: #001f45;
}
#mm-navigation.mm-menu .mm-panels > .mm-panel {
  padding-left: 0;
  padding-right: 0;
}
#mm-navigation.mm-menu .mm-panels > .mm-panel > .mm-listview:first-child,
#mm-navigation.mm-menu .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: 0;
}
#mm-navigation.mm-menu .mm-navbar {
  background: #000812;
  padding: 10px 0;
  height: 58px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 700;
}
#mm-navigation.mm-menu .mm-navbar a {
  height: 58px;
  color: #fff;
}
#mm-navigation.mm-menu .mm-navbar .mm-btn:before,
#mm-navigation.mm-menu .mm-navbar .mm-btn:after {
  border-color: #fff;
}
#mm-navigation.mm-menu .mm-listview > li {
  /*arrow*/
  /*menu item*/
  /*menu item text*/
  /*submenu*/
}
#mm-navigation.mm-menu .mm-listview > li.active,
#mm-navigation.mm-menu .mm-listview > li:hover {
  background: #00142b;
}
#mm-navigation.mm-menu .mm-listview > li.user {
  background: #6c3c91;
  border-bottom: 1px solid;
  width: 100%;
}
#mm-navigation.mm-menu .mm-listview > li.user.active,
#mm-navigation.mm-menu .mm-listview > li.user:hover {
  background: #5f357f;
}
#mm-navigation.mm-menu .mm-listview > li .mm-next {
  height: 60px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
#mm-navigation.mm-menu .mm-listview > li .mm-next:after,
#mm-navigation.mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.5);
  right: 49px;
  top: 2px;
}
#mm-navigation.mm-menu .mm-listview > li:not(.mm-divider)::after {
  border-color: transparent;
  left: 20px;
}
#mm-navigation.mm-menu .mm-listview > li > a,
#mm-navigation.mm-menu .mm-listview > li > span {
  color: #fff;
  font-size: 1.2em;
  padding: 20px 45px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 400;
}
#mm-navigation.mm-menu .mm-listview > li.mm-opened > a.mm-next,
#mm-navigation.mm-menu .mm-listview > li.mm-opened > .mm-panel,
#mm-navigation.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
#mm-navigation.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
}
#mm-navigation.mm-menu .mm-listview > li.dropdown-submenu:last-of-type:not(.mm-divider)::after {
  border: 0 none;
}
#mm-navigation.mm-menu .mm-listview > li .dropdown-toggle:after {
  display: none;
}
#mm-navigation.mm-menu #mm-1 {
  padding-top: 0;
}
#mm-navigation.mm-menu #mm-1:before {
  height: 0;
}
#mm-navigation.mm-menu #mm-1 .mm-navbar {
  display: none;
}
#mm-navigation.mm-menu #mm-0 .mm-title {
  padding: 16px 0;
}
#mm-blocker {
  background: rgba(0, 0, 0, 0.5);
}
a.close-menu {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  color: #6c3c91;
  font-size: 1.9em;
  padding: 4px 23px;
  z-index: 99999;
  float: right;
  text-align: right;
}
a.close-menu:hover {
  color: #8b51f5;
}
.links {
  background: #f2f2f3;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .links {
    font-size: 1.2em;
    text-align: center;
  }
}
.links h5 {
  color: #000;
  font-size: 0.818em;
  margin-top: 20px;
}
.links h5:after {
  display: block;
  background: #6c3c91;
  width: 48px;
  height: 5px;
  content: "";
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .links h5:after {
    margin: 20px auto 0;
  }
}
.links h5.no-border {
  margin: 0 0 78px;
}
@media (max-width: 767px) {
  .links h5.no-border {
    margin: 0;
  }
}
.links h5.no-border:after {
  display: none;
}
.links ul {
  font-size: 0.727em;
  padding: 0 0 1px 0;
}
@media (max-width: 767px) {
  .links ul.contact li a {
    font-weight: 400;
  }
}
.links ul.contact li .fa {
  width: 12px;
  text-align: center;
  margin: 0 6px 8px 0;
  display: inline-block;
  color: #6c3c91;
}
.links ul li {
  padding: 0 0 1px 0;
}
.links ul li:before {
  display: none;
}
@media (max-width: 767px) {
  .links ul li a {
    font-weight: 700;
  }
}
.links ul ul {
  font-size: 1em;
}
@media (max-width: 767px) {
  .links ul ul li a {
    font-weight: 400;
  }
}
.links ul ul li:before {
  content: "-";
  display: inline-block;
  margin: 0;
  font-weight: normal;
  padding: 0 2px 0 0;
  vertical-align: -3px;
}
@media (max-width: 767px) {
  .links ul ul li:before {
    display: none;
  }
}
.links a {
  color: #000;
}
.links a span {
  display: inline-block;
  color: #000;
}
.links a:hover {
  color: #6c3c91;
}
.links a:hover span {
  color: #6c3c91;
}
.links .social .fa,
.links .social .fab {
  color: #fff;
  background: #6c3c91;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  font-size: 1.1em;
  padding: 6px 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.links .social .fa:hover,
.links .social .fab:hover {
  color: #fff;
  background: #001f45;
}
@media (max-width: 991px) {
  .links .social .fa,
  .links .social .fab {
    width: 26px;
    height: 26px;
    font-size: 0.9em;
    padding: 5px 0 0;
  }
}
@media (max-width: 767px) {
  .links .social .fa,
  .links .social .fab {
    width: 40px;
    height: 40px;
    font-size: 1.5em;
    padding: 6px 0 0;
  }
}
.copyright {
  text-align: center;
  font-size: 0.545em;
  padding: 45px 0;
}
@media (max-width: 767px) {
  .copyright {
    padding: 25px 0;
  }
}
.copyright .DnnModule {
  margin: 0 0 20px;
}
.copyright img {
  display: inline-block;
}
@media (max-width: 767px) {
  .copyright img {
    max-width: 120px;
  }
}
.copyright img:hover {
  opacity: 0.8;
}
.copyright h3 {
  color: #001f45;
  font-weight: 700;
  font-size: 1.455em;
  display: inline-block;
  margin: 0 25px 0 0;
  vertical-align: -5px;
}
@media (max-width: 767px) {
  .copyright h3 {
    margin: 0 15px 0 0;
  }
}
.banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 70px 0 150px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .banner:not(.image-bg) {
    background-image: none !important;
    -webkit-backface-visibility: hidden;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6a5cf8+1,6e3794+100 */
    background: #6a5cf8;
    /* Old browsers */
    background: -moz-linear-gradient(left, #6a5cf8 1%, #6e3794 100%) !important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #6a5cf8 1%, #6e3794 100%) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #6a5cf8 1%, #6e3794 100%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a5cf8', endColorstr='#6e3794', GradientType=1);
    /* IE6-9 */
  }
  .banner:not(.image-bg) * {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .home .banner {
    background-position: right -450px center;
  }
}
.home .banner h2 {
  margin: 16px 0 32px !important;
}
.home .banner .btn.gradient {
  font-size: 1.3em;
  color: #6c3c91;
  background: #fff !important;
}
.home .banner .btn.gradient:hover {
  background: #f2f2f3 !important;
}
@media (max-width: 991px) {
  .home .banner .btn.gradient {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .home .banner .btn.gradient {
    font-size: 0.9em;
    padding: 11px 21px;
  }
}
@media (min-width: 1400px) {
  .home .banner .container {
    max-width: 1450px;
  }
  .home .banner h2 {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .banner {
    background-position: center;
    padding: 70px 0;
  }
}
.banner.has-submenu {
  margin-bottom: 0;
  background-position: right center;
}
.banner * {
  position: unset;
}
.banner h1,
.banner h4,
.banner h3,
.banner h2,
.banner h5 {
  color: #fff;
  text-transform: none !important;
  font-family: 'proxima-nova', sans-serif;
}
.banner h1 {
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .banner h1 {
    font-size: 2.5em;
  }
}
.banner h2 {
  margin: 40px 0 0;
  font-weight: 600;
}
.banner h3 {
  font-weight: 600;
}
.banner h4 {
  max-width: 450px;
  font-weight: normal;
}
@media (max-width: 991px) {
  .banner h4 {
    max-width: 350px;
  }
}
.banner .highlight {
  margin: 65px 0 24px;
  max-width: 400px;
}
@media (max-width: 1400px) {
  .banner .highlight {
    margin: 45px 0 24px;
    max-width: 350px;
  }
}
@media (max-width: 991px) {
  .banner .highlight {
    max-width: 250px;
  }
}
@media (max-width: 991px) {
  .banner .highlight {
    margin: 35px 0 14px;
    max-width: 200px;
  }
}
@media (min-width: 768px) {
  .banner .container {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
.banner a.next {
  position: absolute;
  bottom: 33px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1400px) {
  .banner a.next {
    max-width: 80px;
  }
}
.banner a.next:hover {
  opacity: 0.8;
}
.banner.slider {
  background: none !important;
  padding: 0;
  position: absolute;
  width: 100%;
}
@media (max-width: 767px) {
  .banner.slider {
    display: none;
  }
}
.banner.slider .item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .banner.slider .item {
    background-position: right center;
  }
}
.banner.slider .item img {
  display: none;
}
.banner.quote {
  padding: 0;
  background-position: center !important;
  height: auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .banner.quote {
    background-image: url('images/funds-quote-img.jpg') !important;
  }
}
.banner.quote .container {
  position: relative;
  top: auto;
  transform: none;
}
@media (min-width: 1600px) {
  .banner.quote .container {
    max-width: 1600px;
  }
}
.banner.quote p {
  margin: 0;
  font-size: 2.5em;
}
@media (max-width: 1600px) {
  .banner.quote p {
    font-size: 1.8em;
  }
}
@media (max-width: 1199px) {
  .banner.quote p {
    font-size: 1.5em;
  }
}
@media (max-width: 991px) {
  .banner.quote p {
    font-size: 1.3em;
  }
}
@media (max-width: 445px) {
  .banner.quote p {
    font-size: 1.1em;
  }
}
.banner.quote .quote-img {
  float: left;
  max-width: 40%;
}
@media (max-width: 991px) {
  .banner.quote .quote-img {
    max-width: 35%;
    padding: 30px 0 0;
  }
}
@media (max-width: 767px) {
  .banner.quote .quote-img {
    max-width: 100%;
    padding: 0;
    float: none;
  }
}
.banner.quote .content blockquote {
  background-image: url(images/quotes-in.svg);
  background-size: 210px auto;
  padding: 192px 36px 0 120px;
  margin: 0;
  float: right;
  max-width: 60%;
}
@media (max-width: 1600px) {
  .banner.quote .content blockquote {
    background-size: 165px auto;
    padding: 150px 36px 0 101px;
  }
}
@media (max-width: 991px) {
  .banner.quote .content blockquote {
    background-size: 101px auto;
    padding: 99px 0 0 61px;
    max-width: 65%;
  }
}
@media (max-width: 767px) {
  .banner.quote .content blockquote {
    background-size: 100px auto;
    padding: 99px 0 0 61px;
    max-width: 100%;
    background-position: top left;
  }
}
@media (max-width: 445px) {
  .banner.quote .content blockquote {
    padding: 99px 0 0 0;
  }
}
.banner.quote .content blockquote p {
  color: #fff;
  letter-spacing: 0.1em;
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 900;
}
.banner.quote .content blockquote p:first-of-type {
  position: relative;
}
.banner.quote .content blockquote p:first-of-type:after {
  background-image: url('images/quotes-out.svg');
  width: 116px;
  height: 88px;
  content: "";
  display: inline-block;
  vertical-align: -63px;
  margin: 0 0 0 17px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
@media (max-width: 1600px) {
  .banner.quote .content blockquote p:first-of-type:after {
    width: 90px;
    height: 66px;
    vertical-align: -49px;
  }
}
@media (max-width: 991px) {
  .banner.quote .content blockquote p:first-of-type:after {
    width: 45px;
    height: 33px;
    vertical-align: -22px;
    margin-left: 4px;
  }
}
.banner.quote .content blockquote p:last-of-type {
  text-align: left;
  margin: -19px 0 0;
  font-size: 1em;
}
@media (max-width: 991px) {
  .banner.quote .content blockquote p:last-of-type {
    margin: 0;
  }
}
.banner.quote .content blockquote p:last-of-type:after {
  display: none;
}
.banner.flexible-height {
  padding: 150px 0 75px;
}
@media (max-width: 991px) {
  .banner.flexible-height {
    padding: 75px 0 35px;
  }
}
.banner.flexible-height .container {
  position: relative;
  left: auto;
  right: auto;
  margin: 0 auto;
  top: auto;
  transform: none;
}
.banner.centered-content {
  height: 600px;
}
.banner a.btn.border {
  color: #fff;
  border-color: #fff !important;
  margin: 50px 0 0;
}
.banner a.btn.border:hover {
  background: #fff;
  color: #6c3c91;
}
.banner.banner-bottom {
  background-position: right bottom;
  height: 300px !important;
  background-color: #6c3c91;
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-image: url("/Portals/0/Images/Thank-You-For-Joining-Banner%202.png") !important;
}
@media (max-width: 991px) {
  .banner.banner-bottom {
    height: auto !important;
    background-position: center bottom;
    background-size: cover;
  }
}
.inner .banner.main-banner {
  margin: 0;
}
.inner .banner.main-banner.bg-vertical {
  background-size: auto 100%;
}
.bg-vertical-wrapper {
  -webkit-backface-visibility: hidden;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6a5cf8+1,6e3794+100 */
  background: #6a5cf8;
  /* Old browsers */
  background: -moz-linear-gradient(left, #6a5cf8 1%, #6e3794 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #6a5cf8 1%, #6e3794 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #6a5cf8 1%, #6e3794 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a5cf8', endColorstr='#6e3794', GradientType=1);
  /* IE6-9 */
}
#dnn_BannerPane .bg-vertical-wrapper {
  background: #6c3c91;
}
@media (max-width: 767px) {
  .inner .banner.slider .item {
    background-position: right -500px center;
  }
}
#dnn_FullWidth .main-banner.banner.bg-vertical {
  padding: 60px 0;
  height: 500px;
}
@media (max-width: 1400px) {
  #dnn_FullWidth .main-banner.banner.bg-vertical {
    height: 400px;
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  #dnn_FullWidth .main-banner.banner.bg-vertical .content {
    padding-right: 108px;
  }
}
.card {
  background: #fff;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  border-radius: 0;
  padding: 30px 46px 30px;
  border: 0;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .card {
    padding: 27px 25px;
  }
}
.card h6 {
  text-align: center;
}
#wizardJoin .card h6 {
  text-align: left;
}
.card h5 {
  text-align: center;
}
#wizardJoin .card h5 {
  text-align: left;
}
.card h4 {
  text-align: center;
}
#wizardJoin .card h4 {
  text-align: left;
}
.card h3 {
  text-align: center;
}
#wizardJoin .card h3 {
  text-align: left;
}
.card h2 {
  text-align: center;
}
#wizardJoin .card h2 {
  text-align: left;
}
.card h1 {
  text-align: center;
}
#wizardJoin .card h1 {
  text-align: left;
}
.card h2 {
  font-size: 2.545em;
  font-weight: 400;
  max-width: 780px;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .card h2 {
    font-size: 2em;
  }
}
.card h4 {
  color: #001f45;
  font-weight: 400;
  font-size: 1.682em;
  margin: 0 0 8px;
}
@media (max-width: 767px) {
  .card h4 {
    font-size: 1.5em;
  }
}
.card p {
  max-width: 1000px;
  margin: 0 auto;
  line-height: normal;
  font-size: 1.136em;
  color: #000;
}
.card p.stand-out {
  margin-bottom: 0;
  color: #6c3c91;
  font-weight: 700;
}
.card .answers {
  width: 390px;
  margin: 50px auto 0;
}
@media (max-width: 767px) {
  .card .answers {
    width: 100%;
  }
}
.card .answers .option {
  margin: 0 0 14px;
  background-color: #fff;
  border: 0;
  overflow: auto;
  float: left;
  width: 100%;
  text-align: center;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.card .answers .option label {
  margin: 0;
  width: 100%;
  position: relative;
}
.card .answers .option label input {
  margin-right: 100px;
  position: absolute;
  top: -20px;
}
.card .answers .option label input:hover + span,
.card .answers .option label input:checked + span {
  background-color: #001f45;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.card .answers .option label input:checked:hover + span {
  background-color: #000812;
}
.card .answers .option label span {
  text-align: center;
  padding: 11px 10px;
  display: block;
  border-radius: 0;
  color: #000;
  font-size: 0.909em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 900;
  cursor: pointer;
}
.card .results {
  margin: 60px 0 25px;
}
@media (max-width: 767px) {
  .card .results {
    margin-top: 20px;
  }
}
.card .results .step-final-graph {
  display: none;
}
.retirement-calc .card .results .step-final-graph {
  display: inline-block;
}
.card .results .icon img {
  margin: 0 0 20px;
}
.card .results h5 {
  color: #6c3c91;
  text-align: center;
}
.card .results .row > div {
  /*float: none;*/
  /*display: inline-block;
            vertical-align: top;
            margin: 0 -4px;*/
}
@media (max-width: 767px) {
  .card .results .row > div:nth-of-type(2n) {
    margin-top: 20px;
  }
}
.card .results .row > div:nth-of-type(2n) img {
  margin: 0 0 35px;
}
.card .results .row > div:nth-of-type(2n) p {
  font-size: 0.727em;
  letter-spacing: 0.1em;
  font-family: 'brandon-grotesque', sans-serif;
  color: #6c3c91;
  text-transform: uppercase;
  font-weight: 900;
}
@media (max-width: 991px) {
  .card .results .row > div:nth-of-type(3n) {
    margin-top: 40px;
  }
}
.card .results .border {
  padding: 10px 30px;
  margin: 30px 0 14px;
  color: #6c3c91;
  width: 100%;
}
@media (min-width: 992px) {
  .card .results .border {
    width: auto;
  }
}
.card .results .border:hover {
  color: #fff;
}
.card .bottom-nav {
  float: left;
  width: 100%;
  margin: 35px 0 0;
}
.card .bottom-nav .btn {
  color: #fff;
  min-width: 220px;
  background: #6c3c91;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 991px) {
  .card .bottom-nav .btn {
    min-width: 181px;
  }
}
@media (max-width: 767px) {
  .card .bottom-nav .btn {
    min-width: 100%;
  }
}
.card .bottom-nav .btn:hover {
  color: #fff;
  background: #001f45;
}
.card .bottom-nav .btn.border {
  background: transparent;
  color: #6c3c91;
  font-size: 0.9em;
  margin: 0 10px 0 0;
}
.card .bottom-nav .btn.border:hover {
  color: #fff;
  background: #6c3c91;
}
@media (max-width: 767px) {
  .card .bottom-nav .btn.border {
    margin: 0 0 10px;
  }
}
.card .bottom-nav .btn span {
  font-size: 1.5em;
  line-height: 0;
}
.card .bottom-nav .btn.next {
  float: right;
}
@media (max-width: 767px) {
  .card .bottom-nav .btn.next {
    margin-bottom: 10px;
  }
}
.card .bottom-nav .btn.next span {
  margin: 0 0 0 5px;
}
.card .bottom-nav .btn.prev {
  float: left;
  background: transparent;
  border: 1px solid #6c3c91;
  color: #6c3c91;
}
.card .bottom-nav .btn.prev:hover {
  color: #fff;
  background: #6c3c91;
}
.card .bottom-nav .btn.prev span {
  margin: 0 5px 0 0;
}
.card .bottom-nav .btn.btn-secondary {
  float: right;
}
.wizard .nav-fill {
  margin-bottom: 20px;
}
.step {
  display: none;
}
.step:first-child {
  display: block;
}
.step h2 {
  margin: 0 0 40px 0;
  text-align: left;
}
.step h5 {
  margin-bottom: 40px;
  font-family: 'proxima-nova', sans-serif;
  text-transform: none;
  color: #6c3c91;
  letter-spacing: normal;
  font-size: 1.267em;
}
@media (min-width: 992px) {
  .step h5 {
    font-size: 1.667em;
  }
}
.step legend {
  font-size: 1em;
  color: #111;
}
.step .custom-file {
  text-align: left;
}
.step .custom-file-input.is-invalid ~ .invalid-feedback {
  margin-top: 10px;
}
.step .custom-file-label {
  text-align: center;
}
.step .form-group label {
  margin-bottom: 0;
}
.step p {
  margin: 0 0 20px 0;
  text-align: left;
}
.step a:not(.btn) {
  text-decoration: underline;
}
@media (min-width: 350px) {
  .step-1 .step-right {
    background: url('/DesktopModules/JunoJoin/Images/kiwi-looking-up.png') no-repeat 100% 0;
    background-size: 50%;
    background-position: right -32px top 47px;
  }
}
@media (min-width: 768px) {
  .step-1 .step-right {
    background-position: right -27px top 141px;
  }
}
@media (min-width: 1200px) {
  .step-1 .step-right {
    background-size: 60%;
    background-position: right -22px top 212px;
  }
}
.step-1 .step-right h5 {
  margin-bottom: 40px;
}
.step-1 .step-right dt,
.step-1 .step-right dd {
  margin-bottom: 10px;
}
.step-1 .step-right dd {
  padding-left: 20px;
}
.save-later {
  float: right;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .save-later {
    margin: 0 10px 0 0;
  }
}
.file-description {
  text-align: left;
}
.hide {
  display: none !important;
}
/*
#wizardJoin h5.heading-age {
  display: none;
  text-align: center;
}
#wizardJoin .card {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#wizardJoin .card.show {
  opacity: 1;
}
.loading {
  position: absolute;
}
.show .loading {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px !important;
  height: 150px !important;
}
.loading-wrapper {
  position: fixed;
  border-radius: 6px;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .loading-wrapper {
    position: absolute;
  }
}
.loading-wrapper.show {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  z-index: 105;
}
.flow-top {
  padding: 20px;
  background-color: #c1a1fc;
  color: #fff;
  text-align: center;
  font-size: 1.3em;
  line-height: 1.2em;
}
.flow-bottom {
  padding: 20px;
  background-color: #001f45;
  color: #fff;
  text-align: center;
  font-size: 1.3em;
  line-height: 1.6em;
}
.flow-outside {
  padding: 15px;
  text-align: center;
  font-size: 1.3em;
  line-height: 1.6em;
}
.icon-info[data-toggle="modal"] {
  cursor: pointer;
}
.IE-old .wizard ul.nav li.nav-item {
  width: 33.33%;
}
.IE-old .wizard ul.nav li.nav-item .nav-link {
  display: inline-block;
  background: #fff;
  z-index: 9999;
}
*/
.btn,
.introjs-button,
input[type="submit"],
.registerGroup a,
.btn:visited,
input[type="button"],
.inner .liveaccdefault .ui-widget-content a.btn,
.LiveForm.Custom input[type="submit"],
.liveaccdefault .ui-widget .LiveForm.Custom input[type="submit"],
.inner .CustomForm input[type="submit"].btn,
.inner .liveaccdefault a.btn, .DnnModule-Form .dnnPrimaryAction {
  background: #001f45;
  color: #fff;
  padding: 11px 47px;
  font-size: 0.909em;
  border-radius: 0;
  border-color: transparent;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  white-space: inherit;
  font-weight: 900;
  letter-spacing: 0.1em;
  font-family: 'brandon-grotesque', sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*&[disabled='disabled'] {
        opacity: .5;
    }*/
}
@media (max-width: 1199px) {
  .btn,
  .introjs-button,
  input[type="submit"],
  .registerGroup a,
  .btn:visited,
  input[type="button"],
  .inner .liveaccdefault .ui-widget-content a.btn,
  .LiveForm.Custom input[type="submit"],
  .liveaccdefault .ui-widget .LiveForm.Custom input[type="submit"],
  .inner .CustomForm input[type="submit"].btn,
  .inner .liveaccdefault a.btn,
  .DnnModule-Form .dnnPrimaryAction {
    padding: 11px 37px;
  }
}
.btn.btn-sm,
.introjs-button.btn-sm,
input[type="submit"].btn-sm,
.registerGroup a.btn-sm,
.btn:visited.btn-sm,
input[type="button"].btn-sm,
.inner .liveaccdefault .ui-widget-content a.btn.btn-sm,
.LiveForm.Custom input[type="submit"].btn-sm,
.liveaccdefault .ui-widget .LiveForm.Custom input[type="submit"].btn-sm,
.inner .CustomForm input[type="submit"].btn.btn-sm,
.inner .liveaccdefault a.btn.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.btn.btn-secondary,
.introjs-button.btn-secondary,
input[type="submit"].btn-secondary,
.registerGroup a.btn-secondary,
.btn:visited.btn-secondary,
input[type="button"].btn-secondary,
.inner .liveaccdefault .ui-widget-content a.btn.btn-secondary,
.LiveForm.Custom input[type="submit"].btn-secondary,
.liveaccdefault .ui-widget .LiveForm.Custom input[type="submit"].btn-secondary,
.inner .CustomForm input[type="submit"].btn.btn-secondary,
.inner .liveaccdefault a.btn.btn-secondary {
  background: transparent !important;
  border: 1px solid #6c3c91 !important;
  color: #6c3c91 !important;
}
.btn.btn-secondary:hover,
.introjs-button.btn-secondary:hover,
input[type="submit"].btn-secondary:hover,
.registerGroup a.btn-secondary:hover,
.btn:visited.btn-secondary:hover,
input[type="button"].btn-secondary:hover,
.inner .liveaccdefault .ui-widget-content a.btn.btn-secondary:hover,
.LiveForm.Custom input[type="submit"].btn-secondary:hover,
.liveaccdefault .ui-widget .LiveForm.Custom input[type="submit"].btn-secondary:hover,
.inner .CustomForm input[type="submit"].btn.btn-secondary:hover,
.inner .liveaccdefault a.btn.btn-secondary:hover {
  color: #fff !important;
  background: #6c3c91 !important;
}
.btn:active,
.introjs-button:active,
input[type="submit"]:active,
.registerGroup a:active,
.btn:visited:active,
input[type="button"]:active,
.inner .liveaccdefault .ui-widget-content a.btn:active,
.LiveForm.Custom input[type="submit"]:active,
.liveaccdefault .ui-widget .LiveForm.Custom input[type="submit"]:active,
.inner .CustomForm input[type="submit"].btn:active,
.inner .liveaccdefault a.btn:active,
.btn:focus,
.introjs-button:focus,
input[type="submit"]:focus,
.registerGroup a:focus,
.btn:visited:focus,
input[type="button"]:focus,
.inner .liveaccdefault .ui-widget-content a.btn:focus,
.LiveForm.Custom input[type="submit"]:focus,
.liveaccdefault .ui-widget .LiveForm.Custom input[type="submit"]:focus,
.inner .CustomForm input[type="submit"].btn:focus,
.inner .liveaccdefault a.btn:focus,
.btn:hover,
.introjs-button:hover,
input[type="submit"]:hover,
.registerGroup a:hover,
.btn:visited:hover,
input[type="button"]:hover,
.inner .liveaccdefault .ui-widget-content a.btn:hover,
.LiveForm.Custom input[type="submit"]:hover,
.liveaccdefault .ui-widget .LiveForm.Custom input[type="submit"]:hover,
.inner .CustomForm input[type="submit"].btn:hover,
.inner .liveaccdefault a.btn:hover {
  background: #6c3c91;
  color: #fff;
}
.btn.alt,
.introjs-button.alt,
input[type="submit"].alt,
.registerGroup a.alt,
.btn:visited.alt,
input[type="button"].alt,
.inner .liveaccdefault .ui-widget-content a.btn.alt,
.LiveForm.Custom input[type="submit"].alt,
.liveaccdefault .ui-widget .LiveForm.Custom input[type="submit"].alt,
.inner .CustomForm input[type="submit"].btn.alt,
.inner .liveaccdefault a.btn.alt,
.btn.alt:focus,
.introjs-button.alt:focus,
input[type="submit"].alt:focus,
.registerGroup a.alt:focus,
.btn:visited.alt:focus,
input[type="button"].alt:focus,
.inner .liveaccdefault .ui-widget-content a.btn.alt:focus,
.LiveForm.Custom input[type="submit"].alt:focus,
.liveaccdefault .ui-widget .LiveForm.Custom input[type="submit"].alt:focus,
.inner .CustomForm input[type="submit"].btn.alt:focus,
.inner .liveaccdefault a.btn.alt:focus {
  background: #6c3c91;
  color: #fff;
}
.btn.alt:active,
.introjs-button.alt:active,
input[type="submit"].alt:active,
.registerGroup a.alt:active,
.btn:visited.alt:active,
input[type="button"].alt:active,
.inner .liveaccdefault .ui-widget-content a.btn.alt:active,
.LiveForm.Custom input[type="submit"].alt:active,
.liveaccdefault .ui-widget .LiveForm.Custom input[type="submit"].alt:active,
.inner .CustomForm input[type="submit"].btn.alt:active,
.inner .liveaccdefault a.btn.alt:active,
.btn.alt:focus:active,
.introjs-button.alt:focus:active,
input[type="submit"].alt:focus:active,
.registerGroup a.alt:focus:active,
.btn:visited.alt:focus:active,
input[type="button"].alt:focus:active,
.inner .liveaccdefault .ui-widget-content a.btn.alt:focus:active,
.LiveForm.Custom input[type="submit"].alt:focus:active,
.liveaccdefault .ui-widget .LiveForm.Custom input[type="submit"].alt:focus:active,
.inner .CustomForm input[type="submit"].btn.alt:focus:active,
.inner .liveaccdefault a.btn.alt:focus:active,
.btn.alt:hover,
.introjs-button.alt:hover,
input[type="submit"].alt:hover,
.registerGroup a.alt:hover,
.btn:visited.alt:hover,
input[type="button"].alt:hover,
.inner .liveaccdefault .ui-widget-content a.btn.alt:hover,
.LiveForm.Custom input[type="submit"].alt:hover,
.liveaccdefault .ui-widget .LiveForm.Custom input[type="submit"].alt:hover,
.inner .CustomForm input[type="submit"].btn.alt:hover,
.inner .liveaccdefault a.btn.alt:hover,
.btn.alt:focus:hover,
.introjs-button.alt:focus:hover,
input[type="submit"].alt:focus:hover,
.registerGroup a.alt:focus:hover,
.btn:visited.alt:focus:hover,
input[type="button"].alt:focus:hover,
.inner .liveaccdefault .ui-widget-content a.btn.alt:focus:hover,
.LiveForm.Custom input[type="submit"].alt:focus:hover,
.liveaccdefault .ui-widget .LiveForm.Custom input[type="submit"].alt:focus:hover,
.inner .CustomForm input[type="submit"].btn.alt:focus:hover,
.inner .liveaccdefault a.btn.alt:focus:hover {
  background: #001f45;
}
.btn.clear,
.introjs-button.clear,
input[type="submit"].clear,
.registerGroup a.clear,
.btn:visited.clear,
input[type="button"].clear,
.inner .liveaccdefault .ui-widget-content a.btn.clear,
.LiveForm.Custom input[type="submit"].clear,
.liveaccdefault .ui-widget .LiveForm.Custom input[type="submit"].clear,
.inner .CustomForm input[type="submit"].btn.clear,
.inner .liveaccdefault a.btn.clear,
.btn.clear:focus,
.introjs-button.clear:focus,
input[type="submit"].clear:focus,
.registerGroup a.clear:focus,
.btn:visited.clear:focus,
input[type="button"].clear:focus,
.inner .liveaccdefault .ui-widget-content a.btn.clear:focus,
.LiveForm.Custom input[type="submit"].clear:focus,
.liveaccdefault .ui-widget .LiveForm.Custom input[type="submit"].clear:focus,
.inner .CustomForm input[type="submit"].btn.clear:focus,
.inner .liveaccdefault a.btn.clear:focus {
  background: transparent;
  border-color: transparent;
  color: #001f45;
}
.btn.clear:active,
.introjs-button.clear:active,
input[type="submit"].clear:active,
.registerGroup a.clear:active,
.btn:visited.clear:active,
input[type="button"].clear:active,
.inner .liveaccdefault .ui-widget-content a.btn.clear:active,
.LiveForm.Custom input[type="submit"].clear:active,
.liveaccdefault .ui-widget .LiveForm.Custom input[type="submit"].clear:active,
.inner .CustomForm input[type="submit"].btn.clear:active,
.inner .liveaccdefault a.btn.clear:active,
.btn.clear:focus:active,
.introjs-button.clear:focus:active,
input[type="submit"].clear:focus:active,
.registerGroup a.clear:focus:active,
.btn:visited.clear:focus:active,
input[type="button"].clear:focus:active,
.inner .liveaccdefault .ui-widget-content a.btn.clear:focus:active,
.LiveForm.Custom input[type="submit"].clear:focus:active,
.liveaccdefault .ui-widget .LiveForm.Custom input[type="submit"].clear:focus:active,
.inner .CustomForm input[type="submit"].btn.clear:focus:active,
.inner .liveaccdefault a.btn.clear:focus:active,
.btn.clear:hover,
.introjs-button.clear:hover,
input[type="submit"].clear:hover,
.registerGroup a.clear:hover,
.btn:visited.clear:hover,
input[type="button"].clear:hover,
.inner .liveaccdefault .ui-widget-content a.btn.clear:hover,
.LiveForm.Custom input[type="submit"].clear:hover,
.liveaccdefault .ui-widget .LiveForm.Custom input[type="submit"].clear:hover,
.inner .CustomForm input[type="submit"].btn.clear:hover,
.inner .liveaccdefault a.btn.clear:hover,
.btn.clear:focus:hover,
.introjs-button.clear:focus:hover,
input[type="submit"].clear:focus:hover,
.registerGroup a.clear:focus:hover,
.btn:visited.clear:focus:hover,
input[type="button"].clear:focus:hover,
.inner .liveaccdefault .ui-widget-content a.btn.clear:focus:hover,
.LiveForm.Custom input[type="submit"].clear:focus:hover,
.liveaccdefault .ui-widget .LiveForm.Custom input[type="submit"].clear:focus:hover,
.inner .CustomForm input[type="submit"].btn.clear:focus:hover,
.inner .liveaccdefault a.btn.clear:focus:hover {
  color: #001f45;
}
.btn.grey,
.introjs-button.grey,
input[type="submit"].grey,
.registerGroup a.grey,
.btn:visited.grey,
input[type="button"].grey,
.inner .liveaccdefault .ui-widget-content a.btn.grey,
.LiveForm.Custom input[type="submit"].grey,
.liveaccdefault .ui-widget .LiveForm.Custom input[type="submit"].grey,
.inner .CustomForm input[type="submit"].btn.grey,
.inner .liveaccdefault a.btn.grey {
  background: #ededed;
  letter-spacing: normal;
  border: 0;
  color: #6c3c91 !important;
  padding-top: 13px;
  padding-bottom: 13px;
}
.btn.grey:hover,
.introjs-button.grey:hover,
input[type="submit"].grey:hover,
.registerGroup a.grey:hover,
.btn:visited.grey:hover,
input[type="button"].grey:hover,
.inner .liveaccdefault .ui-widget-content a.btn.grey:hover,
.LiveForm.Custom input[type="submit"].grey:hover,
.liveaccdefault .ui-widget .LiveForm.Custom input[type="submit"].grey:hover,
.inner .CustomForm input[type="submit"].btn.grey:hover,
.inner .liveaccdefault a.btn.grey:hover {
  background: #6c3c91;
  color: #fff !important;
}
.btn.border,
.introjs-button.border,
input[type="submit"].border,
.registerGroup a.border,
.btn:visited.border,
input[type="button"].border,
.inner .liveaccdefault .ui-widget-content a.btn.border,
.LiveForm.Custom input[type="submit"].border,
.liveaccdefault .ui-widget .LiveForm.Custom input[type="submit"].border,
.inner .CustomForm input[type="submit"].btn.border,
.inner .liveaccdefault a.btn.border,
.btn.border:focus,
.introjs-button.border:focus,
input[type="submit"].border:focus,
.registerGroup a.border:focus,
.btn:visited.border:focus,
input[type="button"].border:focus,
.inner .liveaccdefault .ui-widget-content a.btn.border:focus,
.LiveForm.Custom input[type="submit"].border:focus,
.liveaccdefault .ui-widget .LiveForm.Custom input[type="submit"].border:focus,
.inner .CustomForm input[type="submit"].btn.border:focus,
.inner .liveaccdefault a.btn.border:focus {
  background: transparent;
  border: 1px solid #6c3c91 !important;
  color: #6c3c91;
  font-size: 1.32em;
  padding: 10px 30px;
}
.btn.border.btn-lg,
.introjs-button.border.btn-lg,
input[type="submit"].border.btn-lg,
.registerGroup a.border.btn-lg,
.btn:visited.border.btn-lg,
input[type="button"].border.btn-lg,
.inner .liveaccdefault .ui-widget-content a.btn.border.btn-lg,
.LiveForm.Custom input[type="submit"].border.btn-lg,
.liveaccdefault .ui-widget .LiveForm.Custom input[type="submit"].border.btn-lg,
.inner .CustomForm input[type="submit"].btn.border.btn-lg,
.inner .liveaccdefault a.btn.border.btn-lg,
.btn.border:focus.btn-lg,
.introjs-button.border:focus.btn-lg,
input[type="submit"].border:focus.btn-lg,
.registerGroup a.border:focus.btn-lg,
.btn:visited.border:focus.btn-lg,
input[type="button"].border:focus.btn-lg,
.inner .liveaccdefault .ui-widget-content a.btn.border:focus.btn-lg,
.LiveForm.Custom input[type="submit"].border:focus.btn-lg,
.liveaccdefault .ui-widget .LiveForm.Custom input[type="submit"].border:focus.btn-lg,
.inner .CustomForm input[type="submit"].btn.border:focus.btn-lg,
.inner .liveaccdefault a.btn.border:focus.btn-lg {
  padding: 17px 110px;
  font-size: 1.5em;
}
.btn.border:active,
.introjs-button.border:active,
input[type="submit"].border:active,
.registerGroup a.border:active,
.btn:visited.border:active,
input[type="button"].border:active,
.inner .liveaccdefault .ui-widget-content a.btn.border:active,
.LiveForm.Custom input[type="submit"].border:active,
.liveaccdefault .ui-widget .LiveForm.Custom input[type="submit"].border:active,
.inner .CustomForm input[type="submit"].btn.border:active,
.inner .liveaccdefault a.btn.border:active,
.btn.border:focus:active,
.introjs-button.border:focus:active,
input[type="submit"].border:focus:active,
.registerGroup a.border:focus:active,
.btn:visited.border:focus:active,
input[type="button"].border:focus:active,
.inner .liveaccdefault .ui-widget-content a.btn.border:focus:active,
.LiveForm.Custom input[type="submit"].border:focus:active,
.liveaccdefault .ui-widget .LiveForm.Custom input[type="submit"].border:focus:active,
.inner .CustomForm input[type="submit"].btn.border:focus:active,
.inner .liveaccdefault a.btn.border:focus:active,
.btn.border:hover,
.introjs-button.border:hover,
input[type="submit"].border:hover,
.registerGroup a.border:hover,
.btn:visited.border:hover,
input[type="button"].border:hover,
.inner .liveaccdefault .ui-widget-content a.btn.border:hover,
.LiveForm.Custom input[type="submit"].border:hover,
.liveaccdefault .ui-widget .LiveForm.Custom input[type="submit"].border:hover,
.inner .CustomForm input[type="submit"].btn.border:hover,
.inner .liveaccdefault a.btn.border:hover,
.btn.border:focus:hover,
.introjs-button.border:focus:hover,
input[type="submit"].border:focus:hover,
.registerGroup a.border:focus:hover,
.btn:visited.border:focus:hover,
input[type="button"].border:focus:hover,
.inner .liveaccdefault .ui-widget-content a.btn.border:focus:hover,
.LiveForm.Custom input[type="submit"].border:focus:hover,
.liveaccdefault .ui-widget .LiveForm.Custom input[type="submit"].border:focus:hover,
.inner .CustomForm input[type="submit"].btn.border:focus:hover,
.inner .liveaccdefault a.btn.border:focus:hover {
  background: #6c3c91;
  color: #fff;
}
.badge-btn {
  border-radius: 50%;
  box-shadow: 0 0 4px 2px #ccc;
  height: 38px;
  width: 38px;
  background-color: #fff;
  color: #6a5cf7;
  border: none;
  vertical-align: 7px;
  padding: 0;
  font-size: 0.6em;
  cursor: pointer;
}
.badge-btn:first-of-type {
  margin-right: 15px;
}
.badge-btn:last-of-type {
  margin-left: 15px;
}
.btn-long-narrow,
.btn-long-narrow:focus {
  margin: 27px 0 50px;
  padding: 10px 33px;
  font-size: 0.95em;
  font-weight: 700;
  letter-spacing: normal;
  width: 100%;
  font-family: 'proxima-nova', sans-serif;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
@media (max-width: 767px) {
  .btn-long-narrow,
  .btn-long-narrow:focus {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .btn-long-narrow,
  .btn-long-narrow:focus {
    margin-bottom: 30px;
  }
}
.btn-file-view {
  float: right;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  color: #001f45;
  background: transparent;
}
.btn-img {
  max-width: 300px;
}
.btn-img:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .btn-img {
    max-width: 210px;
  }
}
a.download-btn {
  max-width: 86px;
  margin: 20px 0 30px;
}
a.download-btn:hover {
  opacity: 0.8;
}
.help-choose {
  float: right;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .help-choose {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.btn.gradient,
.btn.gradient:active,
.btn.gradient:focus,
.card .bottom-nav .btn.gradient,
  .DnnModule-Form .dnnPrimaryAction:active,
  .DnnModule-Form .dnnPrimaryAction:focus,
  .DnnModule-Form .dnnPrimaryAction  {
  color: #fff;
  border: 0;
  -webkit-backface-visibility: hidden;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6a5cf8+1,6e3794+100 */
  background: #6a5cf8;
  /* Old browsers */
  background: -moz-linear-gradient(left, #6a5cf8 1%, #6e3794 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #6a5cf8 1%, #6e3794 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #6a5cf8 1%, #6e3794 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a5cf8', endColorstr='#6e3794', GradientType=1);
  /* IE6-9 */
}
.btn.gradient:hover,
.btn.gradient:active:hover,
.btn.gradient:focus:hover,
.card .bottom-nav .btn.gradient:hover, .DnnModule-Form .dnnPrimaryAction:hover {
  opacity: 0.8;
}
.arrow-btn,
.introjs-skipbutton:not(.introjs-donebutton),
.introjs-skipbutton:not(.introjs-donebutton):focus {
  font-weight: 900;
  text-transform: uppercase;
  color: #6c3c91;
  font-size: 0.9em;
  border: 0;
}
.arrow-btn:hover,
.introjs-skipbutton:not(.introjs-donebutton):hover,
.introjs-skipbutton:not(.introjs-donebutton):focus:hover {
  color: #001f45;
}
.arrow-btn:after,
.introjs-skipbutton:not(.introjs-donebutton):after,
.introjs-skipbutton:not(.introjs-donebutton):focus:after {
  content: "\25B6 \FE0E";
  margin: 0 25px 0 8px;
  font-size: 0.9em;
  vertical-align: 1px;
}
@media (max-width: 1600px) {
  .arrow-btn:after,
  .introjs-skipbutton:not(.introjs-donebutton):after,
  .introjs-skipbutton:not(.introjs-donebutton):focus:after {
    margin-right: 18px;
  }
}
@media (max-width: 370px) {
  .arrow-btn:after,
  .introjs-skipbutton:not(.introjs-donebutton):after,
  .introjs-skipbutton:not(.introjs-donebutton):focus:after {
    margin: 0 8px 0 4px !important;
  }
}
.arrow-btn {
  font-size: 0.85em;
}
@media (max-width: 1600px) {
  .arrow-btn {
    font-size: 0.75em;
  }
}
@media (max-width: 1340px) {
  .arrow-btn {
    font-size: 0.65em;
  }
}
@media (max-width: 1199px) {
  .arrow-btn {
    font-size: 0.75em;
  }
}
@media (max-width: 370px) {
  .arrow-btn {
    font-size: 0.65em;
  }
}
.arrow-btn:last-of-type:after {
  margin-right: 0 !important;
}
.introjs-skipbutton:not(.introjs-donebutton),
.demo .demo-actions .arrow-btn {
  font-size: 1em !important;
}
.btn-with-icon {
  display: table;
  padding: 20px 15px;
  width: 100%;
  text-align: left;
  border-radius: 4px;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .btn-with-icon {
    padding: 20px 25px;
  }
}
.btn-with-icon span {
  display: table-cell;
  vertical-align: middle;
}
.btn-with-icon i {
  font-size: 2em;
  float: right;
}
.btn[disabled="disabled"] {
  display: none !important;
}
.placeholder {
  background: #E7E7E8;
}
.subscribe input[type="submit"],
.subscribe select[type="submit"],
.subscribe textarea[type="submit"],
.LiveForm.Custom input[type="submit"],
.LiveForm.Custom select[type="submit"],
.LiveForm.Custom textarea[type="submit"] {
  font-size: 0.818em;
  padding: 13px 15px;
}
.contact-form {
  position: relative;
  display: block;
  float: left;
  clear: both;
  margin: 40px 0 0;
  width: 100%;
}
.inner .contact-form {
  width: 85%;
}
@media (max-width: 767px) {
  .inner .contact-form {
    width: 100%;
  }
}
.contact-form input[type="button"] {
  font-size: 0.8em;
  width: 286px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin: 30px 0 70px;
  background: #6c3c91;
}
.contact-form input[type="button"]:hover {
  background: #001f45;
}
@media (max-width: 767px) {
  .contact-form input[type="button"] {
    width: 100%;
  }
}
[data-geo-address]::-webkit-input-placeholder {
  color: transparent;
}
[data-geo-address]:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}
[data-geo-address]::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}
[data-geo-address]:-ms-input-placeholder {
  color: transparent;
}
[data-geo-address]::placeholder {
  color: transparent;
}
/*.style-material {
    .form-group {
        position: relative;
        margin: 0 0 2px;
        border-bottom: 1px solid transparent;

        input[type="text"], input[type="email"], textarea {
            border: 0;
            border-bottom: 1px solid #000;
            color: #000;
            background: transparent;
            width: 100%;
            padding: 30px 0 3px;
            letter-spacing: normal;
            vertical-align: top;
            .font-family;
        }

        label {
            font-size: 1em;
            position: absolute;
            top: 28px;
            color: #a2a2a2;
            z-index: 9;
            pointer-events: none;
            width: 100%;
            left: 15px;
            text-align: left;
            .text-regular;
            .transition-specs(all 0.2s ease-out);
        }

        &.active {
            border-color: @light-purple-color;

            label {
                font-size: 0.778em;
                color: @light-purple-color;
                top: 7px;
            }

            input[type="text"], input[type="email"], textarea {
                border-color: @light-purple-color;
            }
        }
    }

    .select-wrapper {
        width: 100%;
        overflow: hidden;
        margin: 0 0 17px;
        position: relative;

        &:before {
            font-family: FontAwesome;
            content: "\f107";
            position: absolute;
            right: 15px;
            font-size: 1.5em;
            top: 5px;
            color: @alt-color;
        }

        select {
            margin: 0;
            box-shadow: none;
            width: 110%;
        }
    }

    textarea {
        height: 261px;
    }

    label {
        .font-family;
        font-size: 1em;
    }
}*/
.file-status {
  display: block;
  margin-top: 10px;
}
.progress-wrp {
  opacity: 0;
  border: 1px solid #6c3c91;
  position: relative;
  height: 30px;
  margin: 0 0 10px 0;
  text-align: left;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.progress-wrp.show {
  opacity: 1;
}
.progress-wrp .progress-bar {
  height: 100%;
  background-color: #6c3c91;
  width: 0;
  color: #fff;
  text-align: center;
}
.subscribe {
  background: #001f45;
  text-align: center;
}
.subscribe .DnnModule:first-child {
  padding-top: 40px;
}
.subscribe .DnnModule:last-child {
  padding-bottom: 40px;
}
@media (min-width: 1400px) {
  .subscribe .DnnModule:first-child {
    padding-top: 50px;
  }
  .subscribe .DnnModule:last-child {
    padding-bottom: 50px;
  }
  .subscribe .container {
    max-width: 1450px;
  }
}
.subscribe p,
.subscribe #subscribe-form {
  display: inline-block;
  vertical-align: middle;
  /*text-align: center;*/
}
.subscribe p {
  color: #fff;
  font-weight: 300;
  margin: -15px 0 0;
}
@media (max-width: 1650px) {
  .subscribe p {
    font-size: 0.8em;
  }
}
@media (max-width: 1400px) {
  .subscribe p {
    margin: -20px 0 0;
    text-align: left;
  }
}
@media (max-width: 1199px) {
  .subscribe p {
    margin: 0 0 30px;
    display: block;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .subscribe p {
    font-size: 1em;
  }
}
.subscribe p span {
  font-size: 1.455em;
}
@media (max-width: 1400px) {
  .subscribe p span {
    display: block;
  }
}
@media (max-width: 1199px) {
  .subscribe p span {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .subscribe p span {
    text-align: center;
  }
}
@media (max-width: 1267px) {
  .subscribe #subscribe-form {
    margin: 20px 0 0;
  }
}
.subscribe .DNNModuleContent {
  display: inline-block;
  vertical-align: middle;
}
.subscribe .mcs-form {
  max-width: 100%;
}
.subscribe .mcs-form:first-child div {
  display: inline-block;
  width: auto;
}
@media (max-width: 991px) {
  .subscribe .mcs-form:first-child div {
    display: block;
  }
}
.subscribe .mcs-form > .mcs-line.dnnFormMessage {
  margin: 20px auto;
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -67px;
}
.subscribe .mcs-form .mcs-line {
  margin-bottom: 37px;
}
@media (max-width: 991px) {
  .subscribe .mcs-form .mcs-line {
    width: 100% !important;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .subscribe .mcs-form .mcs-line {
    margin-bottom: 20px;
  }
}
.subscribe a.mcs-subscribe-button:not(.placeholder-subscribe-button) {
  display: none;
}
.subscribe a.placeholder-subscribe-button {
  background: #6c3c91;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  width: 240px !important;
  margin-left: 30px;
  -webkit-box-shadow: none;
  float: none;
  -webkit-appearance: inherit;
  border: none;
  border-radius: 0;
  margin-bottom: 20px;
  vertical-align: middle;
  font-size: 0.818em;
  padding: 13px 15px;
}
.subscribe a.placeholder-subscribe-button.disabled {
  pointer-events: none;
}
.subscribe a.placeholder-subscribe-button:hover {
  background: #6659b1;
}
@media (max-width: 1650px) {
  .subscribe a.placeholder-subscribe-button {
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  .subscribe a.placeholder-subscribe-button {
    width: 100% !important;
    margin-left: 0;
  }
}
.subscribe .dnnFormMessage.dnnFormInfo {
  background: none;
  border: none;
  color: white;
  vertical-align: middle;
  padding-top: 35px;
  opacity: 1;
}
@media (max-width: 991px) {
  .subscribe {
    width: 100%;
  }
}
.subscribe .form-group {
  margin-left: 15px;
}
.subscribe input {
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  width: 240px !important;
  margin-left: 0;
  background: transparent !important;
  border: 0;
  border-bottom: 2px solid #fff;
  color: #fff !important;
}
@media (max-width: 1650px) {
  .subscribe input {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .subscribe input {
    width: 100% !important;
    margin: 0 0 10px;
  }
}
.subscribe input:hover {
  border-color: #6c3c91;
}
.subscribe input[type="submit"] {
  width: 192px;
}
@media (max-width: 1650px) {
  .subscribe input[type="submit"] {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  .subscribe input[type="submit"] {
    width: 100%;
    margin-left: 0;
  }
}
.subscribe input[type="submit"]:hover {
  background: #8b51f5;
}
.mcs-line.dnnFormMessage.dnnFormValidationSummary {
  opacity: 1;
}
.ModMailChimpListSignupC .dnnFormMessage.dnnFormInfo {
  height: 0;
  padding: 0;
  margin: 0;
}
.staff {
  margin: 0px 0 40px;
}
.staff .item {
  padding: 0 41px;
}
@media (max-width: 1400px) {
  .staff .item {
    padding: 0 30px;
  }
}
@media (max-width: 1199px) {
  .staff .item {
    padding: 0 10px;
  }
}
.staff .item p,
.staff .item h5.has-desc {
  padding: 0 24px;
  text-align: left;
  margin: 0 0 7px;
}
@media (max-width: 991px) {
  .staff .item p,
  .staff .item h5.has-desc {
    padding: 0;
  }
}
.staff .item .img {
  margin: 0 0 10px;
  position: relative;
  background-position: center;
  background-size: 100%;
}
@media (max-width: 991px) {
  .staff .item .img {
    margin: 0 0 20px;
  }
}
.staff .item .img img {
  padding: 0;
  overflow: hidden;
  border-radius: 100%;
  z-index: 3;
  opacity: 0;
}
.staff .item:hover .img img {
  opacity: 1;
}
.staff .item-content {
  margin-top: 50px;
}
@media (max-width: 1400px) {
  .staff .item-content {
    margin-top: 39px;
  }
}
@media (max-width: 991px) {
  .staff .item-content {
    margin-top: 27px;
  }
}
@media (max-width: 767px) {
  .staff .item-content {
    margin-top: 0;
  }
}
.staff .item-content h5 {
  margin: 0 0 7px;
}
.staff .item.founders {
  padding: 25px 41px 0;
}
.staff .item.founders h5,
.staff .item.founders p {
  padding-left: 0;
  padding-right: 0;
}
.staff .item.founders .img {
  max-width: 75%;
}
@media (max-width: 767px) {
  .staff .item.founders .img {
    max-width: 100%;
  }
}
.staff .item.founders .item-content {
  background-image: url(images/arrow-purple.svg);
  background-position: left top 7px;
  background-repeat: no-repeat;
  padding: 27px 38px 0 64px;
  background-size: 30px auto;
  margin: 19px 0 0;
}
@media (max-width: 1199px) {
  .staff .item.founders .item-content {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .staff .item.founders .item-content {
    padding-right: 10px;
    padding-left: 76px;
  }
}
@media (max-width: 767px) {
  .staff .item.founders .item-content {
    margin: 10px 0 50px;
    padding: 20px 10px 0 57px;
    background-size: 29px;
  }
}
.staff.founders-wrapper {
  margin: 0 0 60px;
}
.staff h5 a {
  color: #001f45;
}
.staff.double-col .item {
  padding: 0;
}
#invest {
  /*Material design*/
}
#invest .label {
  font-size: 1em;
  color: #001f45;
  margin: 0;
}
#invest .badge,
#invest .range-container {
  display: none;
}
#invest .form-group {
  margin-bottom: 65px;
}
#invest .form-group.small-margin {
  margin-bottom: 30px;
}
#invest .range-value {
  margin: 0;
  width: 100%;
  padding: 3px 0 3px;
  letter-spacing: normal;
  font-weight: 700;
  color: #6c3c91;
  font-size: 2em;
}
#invest .btn {
  margin: 18px 0 0;
}
@media (max-width: 991px) {
  #invest .btn {
    margin: 10px 0 50px 0;
  }
}
@media (max-width: 767px) {
  #invest .btn {
    margin: 10px 0 20px 0;
  }
}
#invest .input-group.mb-2 {
  margin: 0 0 30px !important;
}
#invest .input-group.mb-2 .form-control {
  font-size: 1em;
  font-weight: 400;
  font-family: 'proxima-nova', sans-serif;
  letter-spacing: normal;
  padding: 6px 15px;
}
#invest .custom-radio {
  padding-left: 0;
  padding-top: 9px;
}
#invest div .custom-control-label {
  padding-left: 27px;
  font-size: 1em;
  padding-right: 23px;
  margin: 4px 0 0;
}
@media (max-width: 1400px) {
  #invest div .custom-control-label {
    margin: 8px 0 0;
    padding-right: 9px;
  }
}
@media (max-width: 767px) {
  #invest div .custom-control-label {
    margin: 11px 0;
    padding-left: 22px;
    padding-right: 1px;
  }
}
#invest div .custom-control-label:before {
  width: 35px;
  height: 35px;
  margin: -5px 0 0;
}
@media (max-width: 1400px) {
  #invest div .custom-control-label:before {
    margin: -4px 0 0;
  }
}
@media (max-width: 767px) {
  #invest div .custom-control-label:before {
    margin: -2px 0 0;
  }
}
#invest div .custom-control-label:after {
  background-size: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 9px;
}
@media (max-width: 767px) {
  #invest div .custom-control-label:after {
    top: 12px;
    transform: none;
  }
}
#invest .calculator-assumptions {
  margin: 33px 30px 0 0;
}
@media (max-width: 1199px) {
  #invest .calculator-assumptions {
    margin: 33px 0 0 0;
  }
}
@media (max-width: 991px) {
  #invest .calculator-assumptions {
    margin: 24px 0 0 0;
  }
}
@media (max-width: 767px) {
  #invest .calculator-assumptions {
    margin: 0;
    display: block;
    width: 100%;
    padding: 10px 0 30px;
  }
}
@media (max-width: 1400px) {
  #invest .potential-budget {
    padding: 7px 26px;
  }
}
@media (max-width: 767px) {
  #invest .potential-budget {
    padding: 22px 26px 12px;
  }
}
#invest .potential-budget .form-group {
  text-align: center;
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #invest .potential-budget .custom-control-inline {
    display: block;
    text-align: left;
    margin: 0 0 12px;
  }
}
@media (max-width: 500px) {
  #invest .potential-budget .custom-control-inline {
    display: block;
    text-align: left;
    margin: 0 0 12px;
  }
}
#invest .potential-budget .btn {
  font-size: 1em;
  margin: 30px 0 10px;
}
#invest .style-material label:not(.custom-control-label):not(.custom-select-label):not(.custom-file-label):not(.file-description):not(.file-status) {
  font-size: 1.2em;
  color: #a2a2a2;
  margin: 0 0 5px;
  top: 18px;
  font-weight: bold;
}
#invest .style-material .infocus label:not(.custom-control-label):not(.custom-select-label):not(.custom-file-label):not(.file-description):not(.file-status) {
  color: #8b51f5;
}
#invest .style-material .active label:not(.custom-control-label):not(.custom-select-label):not(.custom-file-label):not(.file-description) {
  top: -31px;
  font-size: 1em;
  color: #001f45;
  font-weight: normal;
}
#invest .style-material .active.infocus label:not(.custom-control-label):not(.custom-select-label):not(.custom-file-label):not(.file-description):not(.file-status) {
  color: #8b51f5;
}
@media (min-width: 768px) and (max-width: 991px) {
  #invest .style-material #control-monthly-contribution label:not(.custom-control-label):not(.custom-select-label):not(.custom-file-label):not(.file-description):not(.file-status) {
    top: -6px;
    line-height: normal;
  }
  #invest .style-material #control-monthly-contribution.active label:not(.custom-control-label):not(.custom-select-label):not(.custom-file-label):not(.file-description) {
    top: -40px;
    line-height: normal;
  }
}
#invest.fees {
  margin: 50px 0 0;
}
@media (max-width: 767px) {
  #invest.fees {
    margin: 0;
    padding: 30px 0 0;
  }
}
#invest.fees .potential-budget {
  padding: 0 !important;
}
@media (min-width: 480px) {
  #invest.fees .potential-budget svg.line-chart {
    min-height: 500px !important;
    margin: -30px 0 0;
  }
}
@media (max-width: 1199px) {
  #invest.fees .potential-budget svg.line-chart {
    min-height: 400px !important;
  }
}
#invest.fees .btn {
  margin: 152px 0 0;
  font-size: 1.2em;
  padding: 13px 49px;
  width: 100%;
}
@media (min-width: 1200px) {
  #invest.fees .btn {
    display: none;
  }
}
@media (max-width: 1199px) {
  #invest.fees .btn {
    margin: 70px 0 0;
    padding: 10px 30px;
  }
}
@media (max-width: 991px) {
  #invest.fees .btn {
    margin: 42px 0 0;
  }
}
@media (max-width: 991px) {
  #invest.fees .btn {
    margin: 15px 0 0;
  }
}
#invest.fees .calculator-assumptions {
  margin: 0;
  float: left;
  margin: 18px 0 0;
}
#invest.fees .range-value {
  padding: 0;
  border-color: #000;
}
#invest.fees .range-value:focus {
  background: transparent;
  border-color: #8b51f5;
}
#invest.fees .values {
  margin-top: 56px;
  margin-bottom: 50px;
  padding-right: 15px !important;
}
@media (min-width: 1200px) {
  #invest.fees .values {
    margin-top: 173px;
  }
}
@media (max-width: 767px) {
  #invest.fees .values {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #invest.fees .savings {
    margin: 0 0 14px;
  }
  #invest.fees .savings p.money-text {
    font-size: 3em;
  }
}
@media (min-width: 992px) {
  #invest.fees .values {
    padding-right: 0;
  }
  #invest.fees .results {
    padding-left: 0;
  }
}
.modal-header,
.modal-body {
  padding: 20px 30px;
}
.DnnModule-JunoFeesCalculatorV1 {
  margin-bottom: 77px !important;
}
.home .DnnModule-JunoFeesCalculatorV1 {
  margin-bottom: 40px !important;
}
.mmc-auth-content {
  text-align: center;
  margin-top: 25vh;
}
.mmc-auth-content .loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #66388C;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  display: inline-block;
}
.mmc-auth-content h2 {
  color: black;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.transactions h2 {
  margin: 0;
  font-weight: 700;
}
.transactions label {
  font-weight: bold;
  font-size: 1em;
  margin: 0;
  margin-bottom: 10px;
}
.transactions span {
  color: #b59dc8;
}
@media (min-width: 991px) {
  .transactions .value,
  .transactions .total-marketvalue {
    float: right;
    text-align: right;
  }
}
.transactions .row {
  margin-bottom: 30px;
}
.transactions p {
  margin-top: 10px;
  margin-bottom: 0;
}
.beneficiary-list input {
  width: 100%;
}
.beneficiary-list .row {
  margin-bottom: 15px;
}
.beneficiary-list .modal-content {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.beneficiary-list .modal-content .container {
  padding: 40px;
  background: white;
}
.beneficiary-list .modal-content h3 {
  text-align: center;
  font-size: 1.391em;
}

.beneficiary-list .modal-content a {
  margin: 10px 0;
}
.beneficiary-list .modal-backdrop {
        background-color: #6c3c91;
        opacity:.9;
    }
.profile {
  /*.modal-content {
        background-color: transparent;
        border: none;
    }*/
}
.profile .modal-dialog img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.profile .modal-backdrop {
  background-color: rgba(255, 255, 255, 0.5);
}
.profile .success {
  margin: 25px 0 20px 0;
}
.my-balance {
  margin-top: 50px;
}
.my-balance .graph {
  position: relative;
  margin: 0;
}
.my-balance .graph .no-data-message,
.my-balance .graph .backdrop {
  display: none;
}
.my-balance .no-data .no-data-message {
  display: block;
  /*@media (max-width:@screen-xs-min) {
                width: 100%;
            }*/
  position: absolute;
  background: #F7F6F6;
  padding: 10px;
  border-radius: 10px;
  /*right: 0;
            left: 0;
            width: 400px;
            top: 0;
            bottom: 0;
            margin: auto;
            display: inline-table;*/
  z-index: 1;
  color: #5612BA;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.my-balance .no-data #canvas {
  opacity: 0.3;
}
.my-balance .no-data .backdrop {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
/*Member error page*/
.member-error .modal-content {
  padding: 40px;
}
/*Dashboard Performance Page*/
.dashboard-performance .modal-backdrop {
  background-color: #fff;
}
.dashboard-performance .graph-date-filter {
  border-radius: 30px;
  padding: 0;
  background: transparent;
  color: #6B3990;
  width: 60px;
  height: 60px;
  margin: 0 20px;
}
@media (max-width: 991px) {
  .dashboard-performance .graph-date-filter {
    width: 40px;
    height: 40px;
    margin: 0 5px;
  }
}
.dashboard-performance .graph-date-filter.selected {
  border-radius: 30px;
  padding: 0;
  background: #6B3990;
  color: white;
  /*width: 60px;
            height: 60px;

            @media (max-width:@screen-sm-max) {
                width: 35px;
                height: 35px;
            }*/
}
/*Beneficiary List Widget*/
.beneficiary-list-widget input[type="submit"] {
  background: transparent;
  color: #001f45;
  padding: 0;
}
.news {
  margin-bottom: 30px;
}
.news .item {
  position: relative;
  text-align: center;
  margin: 0 0 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news .item:hover {
  background: #f5f5f5;
}
.news .item a {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.news .item h5 {
  padding: 40px 0;
  color: #6c3c91;
  margin: 0;
}
@media (max-width: 767px) {
  .news .item h5 {
    margin-bottom: 15px;
  }
}
.news .item h3 {
  letter-spacing: normal;
  font-family: 'proxima-nova', sans-serif;
  color: #001f45;
  font-weight: 400;
  text-transform: none;
}
.news .item-content {
  border-left: 1px solid #b59dc8;
  border-bottom: 1px solid #b59dc8;
  border-right: 1px solid #b59dc8;
  padding: 0 50px 20px;
}
@media (max-wisth: 1400px) {
  .news .item-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.news .item .same-height {
  position: relative;
  display: table;
  width: 100%;
}
.news .item .vertical-align {
  display: table-cell;
  vertical-align: middle;
}
.news-detail {
  margin: 0 0 20px;
}
.news-detail .image {
  margin: 0 0 50px;
  background-size: cover;
  background-position: center;
  height: 400px;
}
@media (max-width: 991px) {
  .news-detail .image {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .news-detail .image {
    height: 200px;
  }
}
.news-detail .image img {
  display: none;
}
.news-detail > h5 {
  margin-bottom: 15px;
  text-align: right;
  margin: 30px 0 0;
}
.news-detail > h5 a {
  color: #001f45;
}
.news-detail > h5 a:hover {
  color: #6c3c91;
}
.news-detail h2 {
  line-height: 1.2em;
  margin: 0 0 20px;
  font-size: 1.591em;
  letter-spacing: 0em;
}
.news-detail H3 {
  margin: 0 0 20px;
  font-family: 'proxima-nova', sans-serif;
  font-size: 1.3em;
  text-transform: none;
  color: #001f45;
  letter-spacing: 0em;
  font-weight: 700;
}
.news-detail .details {
  color: #aaa;
}
.news-banner {
  position: relative;
}
.news-banner h1 {
  margin: 30px 0;
  text-transform: none;
  font-weight: 700;
  line-height: 1.2em;
}
@media (min-width: 992px) {
  .news-banner h1 {
    font-size: 4em;
  }
}
.news-banner * {
  position: relative;
}
.news-banner .overlay {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 31, 69, 0.5);
}
.DNNModuleContent .categories {
  text-align: center;
  margin: 0 0 60px;
}
@media (max-width: 767px) {
  .DNNModuleContent .categories {
    margin-bottom: 10px;
  }
}
.DNNModuleContent .categories li {
  display: inline-block;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .DNNModuleContent .categories li {
    display: block;
    padding: 0 15px 30px;
  }
}
.DNNModuleContent .categories li:before {
  display: none;
}
.DNNModuleContent .categories li a {
  letter-spacing: 0.1em;
  font-family: 'brandon-grotesque', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.DNNModuleContent .categories li a.current {
  font-weight: 900;
}
.faqs .toggle {
  cursor: pointer;
}
.faqs .toggle * {
  vertical-align: middle;
}
.faqs .toggle p:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 33px;
  background-image: url('images/icon-q.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: middle;
  margin: 0 15px 0 0;
}
.faqs .toggle-content {
  display: none;
}
.faqs .active .toggle-content {
  display: block;
}
.svganim {
  margin: 0 auto;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
}
.IE-old .svganim {
  height: 500px;
}
@media (max-width: 1400px) {
  .IE-old .svganim {
    height: 300px;
  }
}
.IE-old .home .svganim {
  height: auto;
}
#kiwipie {
  max-width: 400px;
  margin: 0 auto;
}
.IE-old #kiwipie {
  height: 400px;
}
#switchanim {
  max-width: 200px;
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  #switchanim {
    max-width: 130px;
  }
}
@media (max-width: 1199px) {
  #switchanim {
    max-width: 150px;
  }
}
@media (max-width: 991px) {
  #switchanim {
    max-width: 250px;
  }
}
@media (max-width: 767px) {
  #switchanim {
    max-width: 100px;
  }
}
#safe {
  max-width: 400px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  #safe {
    max-width: 250px;
  }
}
@media (max-width: 1199px) {
  #safe {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  #safe {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  #safe {
    max-width: 150px;
  }
}
#dollar {
  height: 400px;
}
@media (max-width: 1400px) {
  #dollar {
    height: 200px;
  }
}
@media (max-width: 1199px) {
  #dollar {
    height: 400px;
  }
}
@media (max-width: 767px) {
  #dollar {
    height: 130px;
  }
}
#magazineanim {
  max-width: 350px;
}
@media (max-width: 1400px) {
  #magazineanim {
    max-width: 200px;
  }
}
@media (max-width: 1199px) {
  #magazineanim {
    max-width: 250px;
  }
}
@media (max-width: 991px) {
  #magazineanim {
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  #magazineanim {
    max-width: 100px;
  }
}
#contactanim {
  max-width: 50%;
}
@media (max-width: 1400px) {
  #contactanim {
    max-width: 30%;
  }
}
@media (max-width: 1199px) {
  #contactanim {
    max-width: 60%;
  }
}
#flaganim {
  max-width: 70%;
}
@media (max-width: 1400px) {
  #flaganim {
    max-width: 40%;
  }
}
@media (max-width: 1199px) {
  #flaganim {
    max-width: 70%;
  }
}
.IE-old #flaganim {
  height: 400px;
}
@media (max-width: 1400px) {
  .IE-old #flaganim {
    height: 250px;
  }
}
@media (max-width: 1400px) {
  #windmillanim {
    max-width: 60%;
  }
}
@media (max-width: 1199px) {
  #windmillanim {
    max-width: 100%;
  }
}
.IE-old #windmillanim {
  height: 400px;
}
@media (max-width: 1400px) {
  .IE-old #windmillanim {
    height: 300px;
  }
}
#phonedemo {
  max-width: 300px;
  margin: 0 auto 12px;
}
@media (max-width: 1400px) {
  #phonedemo {
    max-width: 150px;
    margin: 0 auto 19px;
  }
}
@media (max-width: 1199px) {
  #phonedemo {
    max-width: 230px;
  }
}
@media (max-width: 991px) {
  #phonedemo {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  #phonedemo {
    max-width: 140px;
    margin: 0 auto 0;
  }
}
#homephoneanim {
  max-width: 400px;
  margin: -30px auto 0;
}
@media (max-width: 1400px) {
  #homephoneanim {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  #homephoneanim {
    margin: 0 auto;
  }
}
#homephoneanim svg:nth-of-type(2) {
  display: none;
}
.IE-old #homephoneanim {
  height: 590px;
}
@media (max-width: 1400px) {
  .IE-old #homephoneanim {
    height: 300px;
  }
}
#moneybox {
  height: 350px;
  margin: -55px 0 0;
}
@media (max-width: 1199px) {
  #moneybox {
    height: 498px;
  }
}
@media (max-width: 767px) {
  #moneybox {
    height: 250px;
    margin: 0 0 30px;
  }
}
.inner #moneybox {
  height: 308px;
  margin: -64px 0 0;
}
@media (max-width: 1199px) {
  .inner #moneybox {
    height: 366px;
  }
}
@media (max-width: 767px) {
  .inner #moneybox {
    height: 250px;
    margin: 0;
  }
}
.icon-ird {
  display: inline-block;
  height: 41px;
  width: 41px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='41'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0%25' y1='0%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%236A5CF8'/%3E%3Cstop offset='100%25' stop-color='%236C3C92'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='%236B3E93' fill-rule='evenodd' d='M.96 20.77a20.01 20.01 0 0 1 20-20.04c11.03 0 19.98 8.97 19.98 20.04A20.02 20.02 0 0 1 22.9 40.7l-.01-11.06c0-2.64.4-3.76 1.64-6.13 2.5-4.67 6.16-3.95 5.97-3.49-.46 1.12-.8 1.71-.8 2.97 0 2.43 1.85 3.95 4.15 3.95a4.55 4.55 0 0 0 4.66-4.61c0-3.36-2.16-5.47-5.45-5.47-4.34 0-8.86 3.3-10.04 7.05h-.13V17c-3.02 0-6.04.27-9.07.27h-3.48v1.84h1.18c1.28 0 2.3 1.04 2.3 2.32v-.09V39.5A20.04 20.04 0 0 1 .97 20.77M12.9 8.6A5.04 5.04 0 1 0 23 8.62a5.04 5.04 0 0 0-10.09-.01'/%3E%3Cpath fill='url(%23a)' d='M.96 20.77a20.01 20.01 0 0 1 20-20.04c11.03 0 19.98 8.97 19.98 20.04A20.02 20.02 0 0 1 22.9 40.7l-.01-11.06c0-2.64.4-3.76 1.64-6.13 2.5-4.67 6.16-3.95 5.97-3.49-.46 1.12-.8 1.71-.8 2.97 0 2.43 1.85 3.95 4.15 3.95a4.55 4.55 0 0 0 4.66-4.61c0-3.36-2.16-5.47-5.45-5.47-4.34 0-8.86 3.3-10.04 7.05h-.13V17c-3.02 0-6.04.27-9.07.27h-3.48v1.84h1.18c1.28 0 2.3 1.04 2.3 2.32v-.09V39.5A20.04 20.04 0 0 1 .97 20.77M12.9 8.6A5.04 5.04 0 1 0 23 8.62a5.04 5.04 0 0 0-10.09-.01'/%3E%3C/svg%3E");
}
.icon-clock {
  display: inline-block;
  height: 41px;
  width: 41px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='41'%3E%3ClinearGradient id='a' x1='1' x2='40' y1='20.5' y2='20.5' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%236a5cf8'/%3E%3Cstop offset='1' stop-color='%236c3c92'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23a)' d='M20.5 1a19.5 19.5 0 1 0 0 39 19.5 19.5 0 0 0 0-39zm3.7 27.2l-6.6-6.5V9.3h5.8v10l4.8 4.9-4 4z'/%3E%3C/svg%3E");
}
.icon-thumbs-up {
  display: inline-block;
  height: 41.2px;
  width: 40.6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40.6' height='41.2'%3E%3ClinearGradient id='a' x1='1.2' x2='38.9' y1='29.3' y2='29.3' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%236a5cf8'/%3E%3Cstop offset='1' stop-color='%236c3c92'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23a)' d='M9 18.4H2a1 1 0 0 0-1 1v19.8c0 .5.4 1 1 1h7c.6 0 1-.5 1-1V19.4c0-.5-.4-1-1-1zM5.6 37.7a2 2 0 1 1 0-4 2 2 0 0 1 0 4z'/%3E%3ClinearGradient id='b' x1='1.2' x2='38.9' y1='20.6' y2='20.6' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%236a5cf8'/%3E%3Cstop offset='1' stop-color='%236c3c92'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23b)' d='M38.8 23s2.5-7-1.3-8.3h-9.6s-.6-1.6 1.3-4.2.1-9.4-3.3-9.5c-2.7 0-2.1 4.2-3.2 6.4-1 2.2-7.8 10-9.2 11v17.7s5.4 1.6 9.1 3.2c3.7 1.7 8.7.5 10.8 0s4.3-2.3 3.4-5c0 0 2-2.7 1-5.5 0 0 2-3 1-5.9z'/%3E%3C/svg%3E");
}
.icon-user {
  display: inline-block;
  height: 26px;
  width: 34px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='36.3'%3E%3ClinearGradient id='a' x1='1.2' x2='44.8' y1='22' y2='22' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%236a5cf8'/%3E%3Cstop offset='1' stop-color='%236c3c92'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23a)' d='M1.1 32.3c0 1.7 1.3 3.1 2.9 3.1h38c1.6 0 2.9-1.4 2.9-3V8.4H1v23.8zm27.1-19h12.5v2.2H28.2v-2.2zm0 5.1h12.5v2.2H28.2v-2.2zm0 5.2h12.5v2.2H28.2v-2.2zm-14-10.3a5.1 5.1 0 1 1 0 10.3 5.1 5.1 0 0 1 0-10.3zM9.5 25.7h10.2c.3 0 3 1.7 3 4 0 0 .2.8-2.2.8H7s-1.4 0-1.3-.9c.9-2 2.4-4 3.8-4z'/%3E%3ClinearGradient id='b' x1='1.2' x2='44.8' y1='3.4' y2='3.4' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%236a5cf8'/%3E%3Cstop offset='1' stop-color='%236c3c92'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23b)' d='M42 1H4C2.4 1 1.1 2.2 1.1 4v1.8H45V4c0-1.7-1.3-3-2.9-3z'/%3E%3C/svg%3E");
}
.icon-info {
  float: right;
  color: #6c3c91;
  font-size: 0.8em;
}
@media (min-width: 768px) {
  .icon-info {
    margin-right: -50px;
  }
}
.icon-text {
  color: #fff;
}
.icons-info > div {
  margin-top: 33px;
}
.icons-info img {
  max-width: 40%;
  margin: 0 0 27px;
}
.video-container {
  position: relative;
  /*padding-bottom: 56.25%;*/
  padding-bottom: 53.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dropzone {
  border: 1px dashed #b59dc8;
  border-radius: 5px;
  min-height: 0;
  width: 100%;
}
.dropzone.dz-drag-hover {
  background-color: #6c3c91;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 1;
  color: #fff;
}
.dropzone.dz-drag-hover .stand-out {
  color: #fff;
}
.dropzone .dz-message {
  margin-top: 0;
  margin-bottom: 0;
}
.dropzone .dz-preview .dz-image {
  border-radius: 4px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  border-radius: 1px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.dropzone .dz-preview.dz-processing .dz-progress .dz-upload {
  background: #6c3c91;
}
.dropzone svg g path {
  fill: #6c3c91;
  fill-opacity: 0.95;
}
.dropzone .stand-out {
  text-decoration: underline;
}
.dz-image-preview.dz-complete .dz-details {
  cursor: pointer;
}
.home .banner {
  height: 100vh;
  opacity: 0;
}
.home .main-content .first-container {
  padding-bottom: 0;
}
.home .main-content .regular-container {
  padding-bottom: 20px;
}
.home .main-content .contact-form {
  width: 100%;
}
.home .main-content .contact-form input[type="button"] {
  width: 100%;
}
.home .main-content .ready-switch {
  padding-top: 30px;
}
.home .main-content .dashed-lines {
  position: relative;
}
.home .main-content .dashed-lines:after {
  display: block;
  content: "";
  position: absolute;
  width: 4px;
  background-image: url('images/line-bg.png');
  top: 117px;
  background-repeat: repeat-y;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
}
@media (max-width: 767px) {
  .home .main-content .dashed-lines:after {
    display: none;
  }
}
@media (min-width: 768px) {
  .home .main-content .dashed-lines .col-sm-6:first-child {
    padding-right: 55px;
    text-align: right;
  }
}
@media (min-width: 992px) {
  .home .main-content .dashed-lines .col-sm-6:first-child {
    padding-right: 70px;
  }
}
@media (min-width: 1600px) {
  .home .main-content .dashed-lines .col-sm-6:first-child {
    padding-right: 90px;
  }
}
@media (max-width: 767px) {
  .home .main-content .dashed-lines .col-sm-6:first-child {
    padding-top: 50px;
  }
}
@media (min-width: 768px) {
  .home .main-content .dashed-lines .col-sm-6:last-child {
    padding-left: 55px;
  }
}
@media (min-width: 992px) {
  .home .main-content .dashed-lines .col-sm-6:last-child {
    padding-left: 70px;
  }
}
@media (min-width: 1600px) {
  .home .main-content .dashed-lines .col-sm-6:last-child {
    padding-left: 90px;
  }
}
.home .main-content h2 {
  padding: 0;
  font-weight: 700;
  display: block;
  font-size: 2.5em;
  line-height: 0.9em;
  margin: 16px 0 12px;
}
.home .main-content h5 {
  margin: 0 0 9px;
}
.home .main-content .puzzle-layout h5 {
  margin: 0 0 27px;
}
.home .main-content .alt-bg h5 {
  color: #001f45;
}
.home .main-content .btn.border {
  font-size: 1em;
  margin: 20px 0 0 0;
  padding: 9px 33px;
}
@media (max-width: 1400px) {
  .home .main-content .btn.border {
    padding: 9px 26px;
  }
}
@media (max-width: 1199px) {
  .home .main-content .btn.border {
    width: 100% !important;
  }
}
.home .main-content .btn.border:nth-of-type(2) {
  margin-left: 15px;
}
@media (max-width: 1199px) {
  .home .main-content .btn.border:nth-of-type(2) {
    margin-left: 0;
  }
}
.home .main-content .block {
  padding-top: 130px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 991px) {
  .home .main-content .block {
    padding-top: 90px;
    padding-bottom: 63px;
  }
}
@media (max-width: 767px) {
  .home .main-content .block {
    padding-bottom: 37px;
  }
}
.home .main-content .block:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  width: 100px;
  background-size: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 91px;
  z-index: 9;
}
@media (max-width: 991px) {
  .home .main-content .block:after {
    width: 75px;
    height: 75px;
    top: 63px;
  }
}
@media (max-width: 767px) {
  .home .main-content .block:after {
    left: 15px;
    right: auto;
    top: 44px;
  }
}
.home .main-content .block.icon-calc:after {
  background-image: url('images/icon_calc.svg');
}
.home .main-content .block.icon-toggle:after {
  background-image: url('images/icon_toggle.svg');
}
.home .main-content .block.icon-check:after {
  background-image: url('images/icon_check.svg');
}
@media (max-width: 767px) {
  .home .main-content .block.icon-check:after {
    left: 0;
    right: 0;
  }
}
.home .main-content .block.icon-touch:after {
  background-image: url('images/icon_touch.svg');
}
.home .main-content .block.last {
  padding-top: 224px;
}
@media (max-width: 991px) {
  .home .main-content .block.last {
    padding-top: 173px;
  }
}
@media (max-width: 767px) {
  .home .main-content .block.last {
    padding-top: 145px;
  }
}
.home .main-content .block.last h4 {
  font-size: 2em;
  margin: 0 0 34px;
}
.home .main-content .block.last .logo-full {
  max-width: 263px;
}
.home .main-content .highlight,
.home .main-content .highlight-btn {
  max-width: 250px;
  margin: 20px 0 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.home .main-content .highlight:hover,
.home .main-content .highlight-btn:hover {
  opacity: 0.8;
}
.home .main-content .calc-image {
  max-height: 600px;
}
@media (max-width: 767px) {
  .home .main-content .calc-image {
    max-height: 300px;
  }
}
@media (min-width: 768px) {
  .home .main-content #dnn_Col_6_b .DnnModule,
  .home .main-content #dnn_Div2 .DnnModule {
    display: table;
    vertical-align: middle;
    height: 100%;
    width: 100%;
  }
  .home .main-content #dnn_Col_6_b .DnnModule .ContainerPane,
  .home .main-content #dnn_Div2 .DnnModule .ContainerPane {
    display: table-cell;
    vertical-align: middle;
  }
}
.home .main-content .funds {
  margin: 60px 0 0;
  text-align: center;
}
@media (max-width: 991px) {
  .home .main-content .funds {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .home .main-content .funds {
    margin: 20px 0 0;
  }
}
.home .main-content .funds H4 {
  margin: 10px 0 30px;
  font-size: 1.2em;
}
@media (max-width: 1600px) {
  .home .main-content .funds H4 {
    font-size: 1.1em;
  }
}
@media (max-width: 991px) {
  .home .main-content .funds H4 {
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .home .main-content .funds H4 {
    font-size: 1.545em;
  }
}
@media (max-width: 991px) {
  .home .main-content .funds img {
    max-width: 50% !important;
  }
}
@media (max-width: 991px) {
  .home .main-content .funds p {
    margin-bottom: 11px;
  }
}
@media (min-width: 768px) {
  .home .main-content .background-phone .col-sm-6:first-child {
    margin-left: auto;
    float: none;
    order: 2;
    text-align: left;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .home .main-content .background-phone .col-sm-6:first-child {
    padding-left: 55px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .home .main-content .background-phone .col-sm-6:first-child {
    padding-left: 84px;
  }
}
.home .main-content .background-phone .col-sm-6:last-child {
  padding: 20px 0 0;
}
.home .main-content .block.alt-bg:hover {
  background: #f5f5f5;
}
.home .main-content .block a {
  position: relative;
  top: auto;
  width: auto !important;
  left: auto;
  right: auto;
  height: inherit;
}
.register {
  text-align: center;
}
.register h2 {
  font-size: 2.545em;
  font-weight: 400;
  margin: 45px 0 35px;
}
.register h4 {
  color: #001f45;
  font-weight: 400;
  font-size: 1.682em;
  margin: 59px 0 59px;
}
.register input[type="text"],
.register input[type="email"] {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: #fff;
  margin: 0 0 15px;
  border: 0;
  width: 100%;
  padding: 13px 20px;
  text-transform: none;
}
.register input[type="text"] ::-webkit-input-placeholder,
.register input[type="email"] ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #939598;
}
.register input[type="text"] ::-moz-placeholder,
.register input[type="email"] ::-moz-placeholder {
  /* Firefox 19+ */
  color: #939598;
}
.register input[type="text"] :-ms-input-placeholder,
.register input[type="email"] :-ms-input-placeholder {
  /* IE 10+ */
  color: #939598;
}
.register input[type="text"] :-moz-placeholder,
.register input[type="email"] :-moz-placeholder {
  /* Firefox 18- */
  color: #939598;
}
.register input[type="submit"],
.register a.mcs-subscribe-button {
  color: #fff;
  font-size: 0.727em;
  background: #6c3c91;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 13px 25px;
  margin-top: 25px;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: 'brandon-grotesque', sans-serif;
  font-size: 1em;
  margin-bottom: 59px;
  text-transform: none;
}
.register input[type="submit"]:hover,
.register a.mcs-subscribe-button:hover {
  color: #fff;
  background: #001f45;
}
@media (max-width: 767px) {
  .register input[type="submit"],
  .register a.mcs-subscribe-button {
    margin-top: 0;
  }
}
.register a.mcs-subscribe-button:not(.placeholder-subscribe-button) {
  display: none;
}
.register a.placeholder-subscribe-button {
  -webkit-appearance: inherit;
  border: none;
  border-radius: 0;
  float: none;
  text-transform: uppercase;
}
.register a.placeholder-subscribe-button.disabled {
  pointer-events: none;
}
.register img {
  max-width: 70%;
}
@media (max-width: 767px) {
  .register img {
    max-width: 50%;
  }
}
.register .fa {
  color: #fff;
  background: #6c3c91;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  font-size: 1.8em;
  padding: 11px 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
}
.register .fa:hover {
  color: #fff;
  background: #001f45;
}
@media (max-width: 1400px) {
  .register .fa {
    font-size: 2em;
  }
}
.register .thank-you h2 {
  font-size: 2.3em;
}
.register .thank-you p {
  font-size: 1.5em;
}
.register .thank-you p .fa {
  width: 53px;
  height: 53px;
  font-size: 1.3em;
  padding: 9px 0 0;
  margin: 19px 2px 40px;
}
.dnnFormMessage {
  opacity: 0;
}
/*register your interest*/
#lottie {
  padding-left: 7px;
  margin-top: 30px;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
}
@media (max-width: 767px) {
  #lottie {
    max-width: 90%;
    margin: 15px auto 0;
    padding: 0;
  }
}
.IE-old #lottie {
  height: 350px;
}
.section {
  overflow: hidden;
}
@media (max-width: 767px) {
  .section {
    padding-left: 9px;
    padding-right: 25px;
  }
}
.one-page .section {
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .section h2 {
    font-size: 2em;
  }
}
.section.has-img .fp-tableCell {
  vertical-align: top;
  display: table;
  width: 100%;
}
.section.has-img .fp-tableCell .DNNModuleContent {
  padding-top: 30px;
}
.section.has-img .fp-tableCell .table-cell {
  height: 100%;
  display: table-cell;
  float: none;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .section.has-img .fp-tableCell .table-cell {
    display: table-cell;
  }
}
.section.has-img .fp-tableCell .table-row {
  text-align: center;
  display: table-row;
}
@media (max-width: 767px) {
  .section.has-img .fp-tableCell .table-row {
    display: table-row;
  }
}
.section.has-svg .pane {
  height: 100%;
}
.section.has-svg .table-cell {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .section.has-svg .table-cell {
    display: table-cell;
  }
}
@media (max-width: 767px) {
  .section.has-svg .table-row {
    display: table-row;
  }
}
.section a {
  margin-top: 50px;
}
@media (max-width: 1400px) {
  .section a {
    margin-top: 30px;
  }
}
.section a:hover {
  opacity: 0.8;
}
@media (max-width: 1400px) {
  .section a img {
    max-height: 70px;
  }
}
.section .bg-img {
  display: none;
}
@media (min-width: 1500px) {
  .section .pane {
    width: 50%;
    left: 25%;
  }
}
@media (max-width: 1400px) {
  .section img {
    max-height: 200px;
  }
}
@media (max-width: 1199px) {
  .section img {
    max-height: 350px;
  }
}
@media (max-width: 767px) {
  .section img {
    max-height: 150px;
  }
}
.section:nth-of-type(1),
.section:nth-of-type(3),
.section:nth-of-type(5),
.section:nth-of-type(7),
.section:nth-of-type(9) {
  background-color: #f5f5f5;
}
.section:nth-of-type(2),
.section:nth-of-type(4),
.section:nth-of-type(6),
.section:nth-of-type(8),
.section:nth-of-type(10) {
  background-color: #fff;
}
div.section h2,
div.section h2 span {
  color: #6c3c91;
}
div.section p {
  color: #001f45;
}
.one-page footer.section {
  background: none;
}
.one-page footer.section a {
  margin-top: 0;
}
.one-page footer.section .DnnModule {
  padding-top: 0 !important;
}
.one-page .btn.gradient {
  font-size: 2em;
  padding: 21px 40px 19px;
  color: #fff;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #6c3c91 !important;
}
.dnnEditState .section p.bg-img {
  display: block;
}
#top {
  position: fixed;
  bottom: 96px;
  font-size: 1.5em;
  right: 22px;
  color: #fff;
  border-color: #fff !important;
  padding: 4px 18px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#top:hover {
  background: #001f45;
  border-color: #001f45 !important;
}
.fp-viewing-0 #top {
  opacity: 0;
}
@media (max-width: 767px) {
  #top {
    bottom: 18px;
    left: 20px;
    right: auto;
  }
}
@media (max-width: 767px) {
  footer.section {
    padding-left: 0;
    padding-right: 0;
  }
  #fp-nav.right {
    right: 0;
  }
  .fp-viewing-10 #fp-nav.right {
    opacity: 0;
  }
}
@media (min-width: 1600px) {
  .esg .why-switch-block .DNNModuleContent {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.image-side {
  padding: 0;
}
.image-side .pane:first-of-type {
  padding: 87px 50px 100px 17%;
}
@media (max-width: 1600px) {
  .image-side .pane:first-of-type {
    padding: 87px 50px 100px 100px;
  }
}
@media (max-width: 1199px) {
  .image-side .pane:first-of-type {
    padding: 77px 50px 74px 80px;
  }
}
@media (max-width: 767px) {
  .image-side .pane:first-of-type {
    padding: 50px 30px;
  }
}
.image-side .pane:last-of-type div {
  height: 100%;
}
@media (max-width: 991px) {
  .image-side .pane:last-of-type div {
    height: 300px;
  }
}
.image-side .img-align-right .banner.image-bg {
  background-position: right center;
}
.logos-centered {
  text-align: center;
  width: 80%;
  margin: 50px auto 20px;
}
@media (max-width: 1199px) {
  .logos-centered {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .logos-centered img {
    margin-bottom: 40px;
  }
}
.logos-centered img.adjusted {
  max-width: 300px;
  margin-top: -22px;
}
.gradient-banner .main-content {
  background: #f6f6f6;
}
.gradient-banner .main-content:before {
  -webkit-backface-visibility: hidden;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6a5cf8+1,6e3794+100 */
  background: #6a5cf8;
  /* Old browsers */
  background: -moz-linear-gradient(left, #6a5cf8 1%, #6e3794 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #6a5cf8 1%, #6e3794 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #6a5cf8 1%, #6e3794 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a5cf8', endColorstr='#6e3794', GradientType=1);
  /* IE6-9 */
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 314px;
  content: "";
}
@media (min-width: 768px) {
  .gradient-banner .main-content:before {
    height: 275px;
  }
}
.gradient-banner .main-content h2.title {
  color: #fff;
}
@media (max-width: 767px) {
  .gradient-banner .main-content h2.title {
    font-size: 1.2em;
  }
}
.thank-you-links {
  text-align: center;
  margin: 0 0 50px;
  display: block;
  padding: 0 50px;
}
.thank-you-links * {
  text-align: center;
}
.thank-you-links .h3 {
  display: block;
}
.thank-you-links img {
  display: block;
  margin: 0 auto 26px;
}
/* Why Switch */
.why-switch-block p,
.home .main-content .why-switch-block p,
.first-home .main-content .why-switch-block p {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1400px) {
  .why-switch-block p,
  .home .main-content .why-switch-block p,
  .first-home .main-content .why-switch-block p {
    max-width: 79%;
  }
}
@media (max-width: 1199px) {
  .why-switch-block p,
  .home .main-content .why-switch-block p,
  .first-home .main-content .why-switch-block p {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .why-switch-block p,
  .home .main-content .why-switch-block p,
  .first-home .main-content .why-switch-block p {
    max-width: 100%;
    text-align: center !important;
  }
}
.why-switch-block p.title,
.home .main-content .why-switch-block p.title,
.first-home .main-content .why-switch-block p.title {
  font-size: 1.2em;
  font-weight: bold;
  color: #6c3c91;
  line-height: 1.2em;
}
.why-switch-block img,
.home .main-content .why-switch-block img,
.first-home .main-content .why-switch-block img {
  margin: 8px 0 15px;
}
@media (max-width: 767px) {
  .why-switch-block img,
  .home .main-content .why-switch-block img,
  .first-home .main-content .why-switch-block img {
    margin-bottom: 0;
  }
}
.why-switch-block .btn,
.home .main-content .why-switch-block .btn,
.first-home .main-content .why-switch-block .btn,
.why-switch-block .btn:focus,
.home .main-content .why-switch-block .btn:focus,
.first-home .main-content .why-switch-block .btn:focus {
  font-family: 'proxima-nova', sans-serif;
  font-size: 0.95em;
  font-weight: 700;
  letter-spacing: normal;
  margin: 27px 0 50px;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  width: 100%;
}
@media (max-width: 991px) {
  .why-switch-block .btn,
  .home .main-content .why-switch-block .btn,
  .first-home .main-content .why-switch-block .btn,
  .why-switch-block .btn:focus,
  .home .main-content .why-switch-block .btn:focus,
  .first-home .main-content .why-switch-block .btn:focus {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .why-switch-block .btn,
  .home .main-content .why-switch-block .btn,
  .first-home .main-content .why-switch-block .btn,
  .why-switch-block .btn:focus,
  .home .main-content .why-switch-block .btn:focus,
  .first-home .main-content .why-switch-block .btn:focus {
    width: 100%;
    padding: 17px 30px;
    margin-top: 0;
  }
}
.why-switch-block .btn.gradient,
.home .main-content .why-switch-block .btn.gradient,
.first-home .main-content .why-switch-block .btn.gradient {
  padding: 10px 33px;
}
@media (max-width: 767px) {
  .why-switch-block .btn.gradient,
  .home .main-content .why-switch-block .btn.gradient,
  .first-home .main-content .why-switch-block .btn.gradient {
    padding: 18px 30px;
  }
}
.home .main-content .why-switch-block .btn,
.home .main-content .why-switch-block .btn:focus {
  margin-top: 7px;
}
/*pricing blocks*/
.plan-fees {
  margin: 0 0 40px;
}
.plan-fees .item {
  margin: 0 0 30px;
}
.plan-fees .item .item-content {
  background: #6c3c91;
  box-shadow: 0 0 4px 2px #ccc;
  font-size: 1.2em;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .plan-fees .item .item-content {
    font-size: 1em;
  }
}
@media (max-width: 1199px) {
  .plan-fees .item .item-content {
    font-size: 0.8em;
  }
}
@media (max-width: 991px) {
  .plan-fees .item .item-content {
    font-size: 1em;
  }
}
.plan-fees .item .item-content p {
  line-height: 1.2em;
  color: #fff;
}
.plan-fees .item .item-content p:last-of-type {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  font-weight: lighter;
  margin: 0 0 15px;
}
.plan-fees .item .item-content p:last-of-type:before {
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  top: -24px;
  position: absolute;
  height: 38px;
  -webkit-transform: skewY(-7deg);
  -moz-transform: skewY(-7deg);
  -ms-transform: skewY(-7deg);
  -o-transform: skewY(-7deg);
  transform: skewY(-7deg);
}
@media (max-width: 991px) {
  .plan-fees .item .item-content p:last-of-type:before {
    top: -21px;
    height: 38px;
    -webkit-transform: skewY(-3deg);
    -moz-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    -o-transform: skewY(-3deg);
    transform: skewY(-3deg);
  }
}
.plan-fees .item .item-content p.title {
  text-transform: uppercase;
  font-size: 3.2em;
  padding: 15px 0 7px;
  margin: 10px 0 0;
  background: #fff;
  color: #6c3c91;
}
@media (max-width: 1400px) {
  .plan-fees .item .item-content p.title {
    padding-top: 8px;
  }
}
.plan-fees .item .item-content p.title sup {
  font-size: 0.5em;
  top: -0.6em;
}
.plan-fees .item .item-content p.title span {
  display: block;
  font-size: 0.25em;
  line-height: 0;
}
.plan-fees .item:nth-of-type(2) .item-content {
  background: #c1a1fc;
}
.plan-fees .item:nth-of-type(2) .item-content p.title {
  color: #c1a1fc;
}
.plan-fees .item:nth-of-type(3) .item-content {
  background: #8984f6;
}
.plan-fees .item:nth-of-type(3) .item-content p.title {
  color: #8984f6;
}
.plan-fees .item:nth-of-type(5) .item-content {
  background: #7d51ba;
}
.plan-fees .item:nth-of-type(5) .item-content p.title {
  color: #7d51ba;
}
.plan-fees .item:nth-of-type(4) .item-content {
  background: #6a5cf7;
}
.plan-fees .item:nth-of-type(4) .item-content p.title {
  color: #6a5cf7;
}
/*white blocks*/
.block.white-bg,
.block.alt-bg {
  background: #fff;
  padding: 40px 15px 20px;
  position: relative;
  overflow: hidden;
  margin: 20px 0 30px;
}
.block.white-bg:hover,
.block.alt-bg:hover {
  background: rgba(137, 132, 246, 0.2);
}
.block.white-bg a,
.block.alt-bg a {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.block.white-bg .DNNModuleContent,
.block.alt-bg .DNNModuleContent {
  display: block;
  overflow: hidden;
}
.block.white-bg span.link,
.block.alt-bg span.link {
  letter-spacing: 0.1em;
  font-family: 'brandon-grotesque', sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  display: block;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 991px) {
  .block.white-bg,
  .block.alt-bg {
    padding-left: 26px;
    padding-right: 26px;
  }
  .block.white-bg h3,
  .block.alt-bg h3 {
    font-size: 1.5em;
  }
}
.dnnEditState .block.white-bg .DNNModuleContent a,
.dnnEditState .block.alt-bg .DNNModuleContent a {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
}
.block.alt-bg {
  background: #f5f5f5;
}
.block.alt-bg:hover {
  background: rgba(137, 132, 246, 0.2);
}
/*icon blocks*/
.DNNModuleContent .icon-blocks {
  margin: 35px 0 0;
}
.DNNModuleContent .icon-blocks li {
  width: 25%;
  float: left;
  text-align: center;
  padding: 0;
  margin: 0 0 50px;
}
@media (max-width: 991px) {
  .DNNModuleContent .icon-blocks li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .DNNModuleContent .icon-blocks li {
    width: 100%;
  }
}
.DNNModuleContent .icon-blocks li:before {
  display: none;
}
.DNNModuleContent .icon-blocks li .side-line {
  padding: 0 50px;
  border-right: 1px solid #6c3c91;
}
@media (max-width: 767px) {
  .DNNModuleContent .icon-blocks li .side-line {
    padding: 0;
    border: 0;
  }
}
.DNNModuleContent .icon-blocks li .side-line.last {
  border: 0;
}
.DNNModuleContent .icon-blocks li img {
  max-height: 100px;
}
@media (max-width: 1400px) {
  .DNNModuleContent .icon-blocks li img {
    max-height: 80px;
  }
}
@media (max-width: 991px) {
  .DNNModuleContent .icon-blocks li:nth-of-type(2n) .side-line {
    border: 0;
  }
}
.DNNModuleContent .icon-blocks h5 {
  font-size: 1.227em;
  color: #001f45;
  margin: 30px 0 6px;
}
@media (min-width: 1650px) {
  .inner .main-content .alt-bg.full-width-block .container {
    max-width: 1650px;
  }
}
@media (min-width: 1750px) {
  .inner .main-content .alt-bg.full-width-block .container {
    max-width: 1750px;
  }
}
.inner.with-bg .main-content {
  background-image: url('images/content-bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.submenu {
  background: #001f45;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .submenu {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .submenu {
    margin-bottom: 0;
  }
  .submenu .container {
    max-width: 100% !important;
  }
}
.submenu .DNNModuleContent ul {
  text-align: center;
}
.submenu .DNNModuleContent ul li {
  padding: 0;
  display: inline-block;
}
@media (max-width: 767px) {
  .submenu .DNNModuleContent ul li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.submenu .DNNModuleContent ul li:before {
  display: none;
}
.submenu .DNNModuleContent ul li a {
  padding: 12px 20px 14px;
  color: #fff;
}
@media (max-width: 767px) {
  .submenu .DNNModuleContent ul li a {
    display: block;
  }
}
.submenu .DNNModuleContent ul li a:hover {
  color: #8b51f5;
}
.submenu .DNNModuleContent ul li a.active {
  background: rgba(255, 255, 255, 0.1);
}
.submenu .DNNModuleContent ul li a.active:hover {
  color: #fff;
}
.detail-with-icon,
.alt-bg .detail-with-icon {
  margin: 0 auto 30px;
  overflow: hidden;
  max-width: 978px;
}
@media (min-width: 768px) {
  .detail-with-icon > div:nth-of-type(2) h5,
  .alt-bg .detail-with-icon > div:nth-of-type(2) h5 {
    border-left: 1px solid;
    border-right: 1px solid;
  }
}
.detail-with-icon > div:nth-of-type(1) h5,
.alt-bg .detail-with-icon > div:nth-of-type(1) h5 {
  padding-left: 70px;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .detail-with-icon > div:nth-of-type(1) h5,
  .alt-bg .detail-with-icon > div:nth-of-type(1) h5 {
    padding-left: 39px;
    padding-right: 39px;
    padding-top: 28px;
  }
}
.detail-with-icon h5,
.alt-bg .detail-with-icon h5 {
  letter-spacing: normal;
  padding: 0px 35px;
  color: #001f45;
}
@media (max-width: 767px) {
  .detail-with-icon h5,
  .alt-bg .detail-with-icon h5 {
    padding: 0 0 22px !important;
  }
}
.detail-with-icon h5 a,
.alt-bg .detail-with-icon h5 a {
  color: #001f45;
}
.detail-with-icon img,
.alt-bg .detail-with-icon img {
  margin: 0 0 15px;
}
.puzzle-layout H3 {
  font-size: 2.16em;
  text-transform: none;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  position: relative;
}
.puzzle-layout .funds {
  padding-top: 40px;
}
.puzzle-layout .funds .fundsvg {
  margin: 30px 0 20px;
}
.puzzle-layout .funds img {
  margin: 33px 0 12px;
  width: 80% !important;
}
@media (max-width: 1199px) {
  .puzzle-layout .funds img {
    width: 100% !important;
  }
}
.puzzle-layout .funds h3:after {
  content: "";
  display: block;
  width: 68px;
  height: 3px;
  background: #b59dc8;
  margin: 17px 0 30px;
}
.puzzle-layout .funds .row {
  margin-left: -37px;
  margin-right: -37px;
}
@media (max-width: 1199px) {
  .puzzle-layout .funds .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.puzzle-layout .funds .DnnModule {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1199px) {
  .puzzle-layout .funds .DnnModule {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.puzzle-layout .funds .btn {
  margin: 20px 0 0;
  width: 100%;
}
@media (max-width: 767px) {
  .puzzle-layout .funds .btn {
    margin: 15px 0;
  }
}
.puzzle-layout h5,
.puzzle-layout .alt-bg h5 {
  color: #001f45;
  margin-bottom: 27px;
}
/*Puzzle like blocks
.puzzle {
    position: relative;
    overflow: unset;

    &:before {
        position: absolute;
        height: 45px;
        width: 70%;
        content: "";
        top: -45px;
        left: 0;
        display: block;
        z-index: 9;
        background: @grey-color;

        @media (max-width:@screen-xs-max) {
            width: 90%;
            height: 35px;
            top: -35px;
        }
    }

    &.alt-bg {
        padding-top: 30px;
        margin: 20px 0 0;
    }

    &.background-purple:before {
        background: @alt-color;
    }

    &.background-white:before {
        background: #fff;
        width: 25%;
    }

    &.background-gradient {
        padding: 135px 0 115px 0;

        &:before {
            width: 33%;
            top: 0;
            right: 0;
            left: auto;
            background: #fff;
        }

        &:after {
            position: absolute;
            height: 45px;
            width: 33%;
            background: #fff;
            bottom: 0;
            display: block;
            z-index: 9;
            content: "";
            left: 0;
        }
    }

    &.background-image {
        &:before {
            width: 35%;
            top: 0;
            right: 0;
            left: auto;
            background: #fff;
        }

        .banner {
            min-height: 700px;

            @media (max-width:@screen-sm-max) {
                min-height: 600px;
            }

            @media (max-width:@screen-xs-max) {
                min-height: 550px;
            }
        }

        h2 {
            color: #fff;
        }

        .btn.border {
            border: 1px solid #fff !important;
            color: #fff;

            &:active, &:focus, &:hover {
                background: #fff;
                color: @alt-color;
            }
        }
    }
}
*/
.squares {
  margin: 50px 0 25px;
  text-align: center;
}
.squares .square {
  width: 68px;
  height: 68px;
  display: inline-block;
  margin: 0 12px;
}
.squares .square-light {
  background: #c1a1fc;
}
.squares .square-blue {
  background: #6a5cf7;
}
.squares .square-purple {
  background: #6c3c91;
}
.funds-other {
  padding: 0 33px;
  margin: 0 0 90px;
}
@media (max-width: 1199px) {
  .funds-other {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .funds-other {
    padding: 0;
    margin: 0 0 50px;
  }
}
.funds-other img {
  max-width: 75% !important;
}
.funds-other H3 {
  margin: 40px 0 30px;
  font-size: 2.16em;
  text-transform: none;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  position: relative;
}
@media (max-width: 767px) {
  .funds-other H3 {
    margin: 30px 0 10px;
  }
}
.funds-other .btn.border {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .funds-other .btn.border {
    margin-top: 10px;
  }
}
.logos {
  width: 100% !important;
  border: 0;
  margin: 50px 0 60px;
  border-top: 1px solid #6c3c91;
  border-bottom: 1px solid #6c3c91;
  display: block;
  padding: 70px 70px 20px 15px;
}
@media (max-width: 991px) {
  .logos {
    padding: 70px 15px 20px 15px;
  }
}
.logos td {
  vertical-align: top;
  padding: 0 0 30px;
}
@media (max-width: 767px) {
  .logos td {
    display: block;
  }
}
.logos td:first-child {
  width: 300px;
  padding: 0 60px 15px 0;
}
@media (max-width: 991px) {
  .logos td:first-child {
    width: 250px;
    padding: 0 50px 0 0;
  }
}
@media (max-width: 767px) {
  .logos td:first-child {
    width: 100%;
    padding: 0 0 30px;
  }
}
.logos td h5 {
  margin: 0 0 5px;
}
.clock {
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right 120px center;
}
@media (max-width: 1700px) {
  .clock {
    background-position: right 0px center;
  }
}
@media (max-width: 1300px) {
  .clock {
    background-position: right -190px center;
  }
}
@media (max-width: 991px) {
  .clock {
    background-position: right -250px center;
  }
}
@media (max-width: 767px) {
  .clock {
    background-image: none !important;
  }
}
@media (max-width: 991px) {
  .fees-button {
    text-align: center;
  }
}
.fees-button .btn {
  margin-top: 125px;
}
@media (max-width: 991px) {
  .fees-button .btn {
    margin: 50px 0;
  }
}
.benefits .btn {
  margin: 20px 0;
}
@media (max-width: 991px) {
  .benefits .btn {
    margin: 0 0 40px;
  }
}
.benefits-blocks-wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
}
.benefits-block {
  background: #fff;
  margin: 0 0 50px;
  border: 1px solid #000;
  position: relative;
}
@media (max-width: 767px) {
  .benefits-block {
    margin: 0 0 30px;
  }
}
.benefits-block > img {
  width: 100% !important;
  display: none;
}
.benefits-block .DNNModuleContent {
  padding: 0;
}
.benefits-block .DNNModuleContent > div {
  padding: 45px 55px 30px;
}
@media (max-width: 991px) {
  .benefits-block .DNNModuleContent > div {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.benefits-block .DNNModuleContent img {
  width: auto !important;
  max-height: 114px;
}
.benefits-block H2 {
  margin-top: 30px;
  font-size: 2.3em;
  font-weight: 500;
  line-height: 1.1em;
}
@media (max-width: 1199px) {
  .benefits-block H2 {
    font-size: 1.8em;
  }
}
.benefits-block a {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.benefits-block h3 {
  color: #6c3c91;
}
@media (min-width: 768px) and (max-width: 991px) {
  .benefits-block h3 {
    font-size: 1.7em;
  }
}
.benefits-block p {
  color: #001f45;
}
.dnnEditState .benefits-block .DNNModuleContent a {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
}
.about h3 {
  font-size: 1.64em;
}
.about .side-image {
  padding-top: 0;
  padding-bottom: 0;
}
.about .side-image .text {
  padding: 60px 15px 40px;
}
@media (max-width: 991px) {
  .about .side-image .text {
    padding: 40px 15px 20px;
  }
}
@media (max-width: 767px) {
  .about .side-image .image {
    height: 300px !important;
    padding: 0;
  }
}
.about .side-image .image .DnnModule {
  height: 100%;
  width: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.about .side-image .image p,
.about .side-image .image img {
  display: none;
}
@media (min-width: 1600px) {
  .about .main-banner {
    background-position: top -114px center;
  }
}
.dnnLogin .LoginTabGroup {
  display: none;
}
/*contact*/
.contact-block {
  margin: 0 0 45px;
}
@media (max-width: 991px) {
  .contact-block {
    margin: 0 0 25px;
  }
}
.contact-block img {
  float: left;
  margin: 0 30px 0 0;
  max-width: 50px;
}
@media (max-width: 991px) {
  .contact-block img {
    margin: 5px 13px 0 0;
    max-width: 38px;
  }
}
@media (max-width: 991px) {
  .contact-block p {
    font-size: 0.8em;
  }
}
.contact-block h5 {
  margin: 0 0 6px;
}
.contact-block a {
  color: #000;
}
.contact-block a:hover {
  color: #6c3c91;
}
.contact-block.no-desc {
  margin: 0;
}
.contact-block.no-desc img {
  margin: 0 25px 0 0;
}
@media (max-width: 991px) {
  .contact-block.no-desc img {
    margin: 0 16px 0 0;
  }
}
.contact-block.no-desc h5 {
  margin: 18px 0 0;
  float: left;
}
@media (max-width: 991px) {
  .contact-block.no-desc h5 {
    margin: 10px 0 0;
  }
}
.map-image {
  margin: -61px 0 0;
}
@media (max-width: 767px) {
  .map-image {
    margin: 0;
  }
}
.map-image a,
.map-image img {
  width: 100% !important;
}
.contact-img {
  margin: 40px 0 0;
}
@media (max-width: 1400px) {
  .contact-img {
    margin: 70px 0 0;
  }
}
@media (max-width: 1199px) {
  .contact-img {
    margin: 140px 0 0;
  }
}
@media (max-width: 991px) {
  .contact-img {
    margin: 282px 0 0;
  }
}
@media (max-width: 767px) {
  .contact-img {
    margin: 70px 0 0;
  }
}
.contact-form h3 {
  margin: 0 0 50px;
}
.pricing {
  margin: -30px 0 0;
}
@media (max-width: 767px) {
  .pricing {
    margin: 0;
  }
}
.pricing h5 {
  color: #001f45;
}
.pricing span.balance-wrapper {
  display: inline-block;
  font-weight: bold;
  border-bottom: 6px solid #6c3c91;
}
.pricing .balance {
  background: none;
  border: 0;
  max-width: 200px;
  font-weight: bold;
  margin: 0 10px 0 0;
  letter-spacing: normal;
  color: #6c3c91;
  font-family: 'proxima-nova', sans-serif;
}
.text-blocks-centered > div:first-of-type {
  padding-right: 25px;
}
@media (max-width: 767px) {
  .text-blocks-centered > div:first-of-type {
    padding-right: 15px;
  }
}
.text-blocks-centered > div:last-of-type {
  padding-left: 25px;
}
@media (max-width: 767px) {
  .text-blocks-centered > div:last-of-type {
    padding-left: 15px;
  }
}
.resources .magazine .banner.flexible-height {
  padding: 0;
  margin: 0 0 60px;
}
@media (max-width: 767px) {
  .resources .magazine .banner.flexible-height {
    padding: 60px 0 0;
    text-align: center;
  }
}
.resources .magazine .banner.flexible-height h4 {
  font-weight: normal;
  max-width: inherit;
  font-size: 2em;
  color: #6c3c91;
}
@media (max-width: 991px) {
  .resources .magazine .banner.flexible-height h4 {
    font-size: 1.5em;
  }
}
.resources .magazine .banner.flexible-height a {
  color: #6c3c91;
  border-color: #6c3c91 !important;
}
.resources .magazine .banner.flexible-height a:hover {
  color: #001f45;
  border-color: #001f45 !important;
}
.resources .magazine .banner.flexible-height .table-cell:last-child {
  width: 590px;
  padding-top: 100px;
}
@media (max-width: 1400px) {
  .resources .magazine .banner.flexible-height .table-cell:last-child {
    width: 490px;
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .resources .magazine .banner.flexible-height .table-cell:last-child {
    width: 300px;
    padding-top: 61px;
  }
}
@media (max-width: 767px) {
  .resources .magazine .banner.flexible-height .table-cell:last-child {
    width: 100%;
    padding-right: 80px;
  }
}
.resources .magazine .banner.flexible-height .table-cell:last-child p {
  margin: 0;
}
.resources .news > div:nth-child(7),
.resources .news > div:nth-child(8),
.resources .news > div:nth-child(9),
.resources .news > div:nth-child(10) {
  display: none;
}
.resources .faqs {
  margin: 0 0 60px;
}
.resources .faqs-wrapper {
  padding-top: 70px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .resources .faqs-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.resources .faqs-wrapper h3 {
  font-size: 1.4em;
  color: #001f45;
}
.resources .faqs-wrapper .btn {
  padding-left: 60px;
  padding-right: 60px;
}
.resources .faqs-wrapper .container {
  position: relative;
}
@media (min-width: 768px) {
  .resources .faqs-wrapper .text {
    margin-left: auto;
    float: none;
    order: 2;
    text-align: left;
    padding-left: 50px;
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .resources .faqs-wrapper .image {
    position: absolute;
    bottom: 0;
  }
}
.resources .faqs-wrapper .image p {
  margin: 0;
}
@media (min-width: 1400px) {
  .resources .faqs-wrapper .image img {
    max-width: 500px !important;
  }
}
@media (max-width: 991px) {
  .resources .faqs-wrapper .text {
    padding-left: 0;
  }
}
.documents .block {
  border: 1px solid #000;
  margin-top: 0;
  padding: 25px 15px 0;
}
.documents .block > a {
  text-indent: -99999px;
}
.documents .block h3 {
  font-size: 1.1em;
  margin-bottom: 13px;
}
.documents .block p {
  margin-bottom: 18px;
}
.first-home .keys {
  float: right;
}
@media (max-width: 767px) {
  .first-home .keys {
    float: none;
    max-width: 80%;
    margin: 0 auto 50px;
    display: block;
  }
}
.first-home .DnnModule-JunoJoin {
  margin: 0 0 24px;
}
.first-home .DnnModule-JunoFeesCalculatorV1 {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .first-home .align-right {
    margin-left: auto;
    float: none;
    order: 2;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .first-home .main-content h2,
  .first-home .main-content p {
    text-align: left !important;
  }
  .first-home .main-content #invest.fees .savings p {
    text-align: center !important;
  }
}
.first-home .btn.big {
  font-size: 1.4em;
  padding-top: 19px;
  padding-bottom: 18px;
}
.first-home .how-it-works {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .first-home .how-it-works {
    width: 100%;
    margin: 6px auto 21px;
    float: left;
  }
}
.first-home .how-it-works .item {
  text-align: center;
  width: 33.333%;
  float: left;
  position: relative;
  margin: 30px 0 75px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .first-home .how-it-works .item {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .first-home .how-it-works .item {
    width: 100%;
    padding: 0;
    margin: 0 0 40px;
    display: table;
  }
}
.first-home .how-it-works .item:after {
  background-image: url('images/purple-arrow.svg');
  background-position: center;
  background-repeat: no-repeat;
  width: 44px;
  height: 62px;
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
}
@media (max-width: 991px) {
  .first-home .how-it-works .item:after {
    width: 30px;
    height: 53px;
    right: -20px;
    background-size: 100% auto;
  }
}
@media (max-width: 767px) {
  .first-home .how-it-works .item:after {
    display: none;
  }
}
.first-home .how-it-works .item:last-of-type:after {
  display: none;
}
@media (max-width: 991px) {
  .first-home .how-it-works .item:first-of-type h1 {
    padding: 0 4px 0 0;
  }
}
.first-home .how-it-works .item h1 {
  display: inline-block;
  font-size: 3.5em;
  color: #fff;
  margin: 0 0 39px;
  width: 122px;
  height: 122px;
  border-radius: 100%;
  line-height: 122px;
  -webkit-backface-visibility: hidden;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6a5cf8+1,6e3794+100 */
  background: #6a5cf8;
  /* Old browsers */
  background: -moz-linear-gradient(left, #6a5cf8 1%, #6e3794 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #6a5cf8 1%, #6e3794 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #6a5cf8 1%, #6e3794 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a5cf8', endColorstr='#6e3794', GradientType=1);
  /* IE6-9 */
}
@media (max-width: 991px) {
  .first-home .how-it-works .item h1 {
    width: 87px;
    height: 87px;
    line-height: 87px;
    margin: 0 0 28px;
    font-size: 2.5em;
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .first-home .how-it-works .item h1 {
    display: table-cell;
    vertical-align: middle;
  }
}
.first-home .how-it-works .item h4 {
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 991px) {
  .first-home .how-it-works .item h4 {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .first-home .how-it-works .item h4 {
    display: table-cell;
    font-size: 1.3em;
    padding: 0 0 0 26px;
    vertical-align: middle;
  }
}
.steps-nav {
  text-align: center;
}
.steps-nav li.nav-item {
  display: inline-block;
  padding: 0;
}
.steps-nav li.nav-item:before {
  display: none;
}
.steps-nav li.nav-item span.nav-link {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background: #fff;
  font-weight: bold;
  line-height: 42px;
  padding: 0;
  margin: 0 6px 27px;
  color: #6c3c91;
}
.steps-nav li.nav-item span.nav-link.active {
  color: #fff;
  background: #6c3c91;
}
@media (min-width: 1200px) {
  .steps-nav li.nav-item span.nav-link {
    width: 78px;
    height: 78px;
    line-height: 78px;
    font-size: 1.5em;
  }
}

#wizardJoin {
  position: relative;
}
#wizardJoin .materialise-block {
  padding: 0;
  overflow: hidden;
}
#wizardJoin .materialise-block h2 {
  font-size: 1.5em;
  margin-bottom: 34px;
}
@media (min-width: 768px) {
  #wizardJoin .materialise-block h2 {
    font-size: 2em;
  }
}
#wizardJoin .materialise-block h2.margin-top {
  margin-top: 50px;
}
#wizardJoin .materialise-block p {
  font-family: 'proxima-nova', sans-serif;
}
@media (min-width: 768px) {
  #wizardJoin .materialise-block p {
    font-size: 0.8em;
  }
}
@media (min-width: 992px) {
  #wizardJoin .materialise-block p {
    font-size: 1em;
  }
}
#wizardJoin .materialise-block .card-title {
  margin: 0;
  background: #e2d8e9;
  padding: 12px 25px;
}
@media (min-width: 1200px) {
  #wizardJoin .materialise-block .card-title {
    padding: 24px 44px;
  }
}
#wizardJoin .materialise-block .card-title h2 {
  padding: 18px 0;
  font-size: 1.2em;
  margin: 0;
}
@media (min-width: 768px) {
  #wizardJoin .materialise-block .card-title h2 {
    font-size: 1.5em;
  }
}
@media (min-width: 1200px) {
  #wizardJoin .materialise-block .card-title h2 {
    font-size: 2.5em;
  }
}
#wizardJoin .materialise-block .card-title .user {
  float: none;
  margin: 2px 0;
  vertical-align: middle;
}
#wizardJoin .materialise-block .card-title .user .pic {
  display: table-cell;
  height: 56px;
}
#wizardJoin .materialise-block .card-title .user .details {
  padding: 0 0 0 15px;
  margin: 0;
  display: table-cell;
}
#wizardJoin .materialise-block .card-title .user .details .email {
  font-family: 'proxima-nova', sans-serif;
}
#wizardJoin .materialise-block h5 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: 'brandon-grotesque', sans-serif;
  letter-spacing: normal;
  margin-bottom: 22px;
  font-size: 0.9em;
}
@media (min-width: 768px) {
  #wizardJoin .materialise-block h5 {
    font-size: 0.8em;
  }
}
@media (min-width: 992px) {
  #wizardJoin .materialise-block h5 {
    font-size: 1em;
  }
}
#wizardJoin .materialise-block h5.no-margin {
  margin-bottom: 0;
}
#wizardJoin .materialise-block h5.margin-top {
  margin-top: 50px;
}
#wizardJoin .materialise-block .icon-bg {
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#wizardJoin .materialise-block .icon-ird {
  height: 30px;
  width: 30px;
}
#wizardJoin .materialise-block .icon-clock {
  height: 31px;
  width: 30px;
}
#wizardJoin .materialise-block .icon-thumbs-up {
  height: 30px;
  width: 30px;
}
#wizardJoin .materialise-block .icon-user {
  height: 26px;
  width: 34px;
}
#wizardJoin .materialise-block .btn.grey {
  width: 100%;
  font-weight: 700;
}
#wizardJoin .materialise-block .btn.alt {
  color: #fff;
}
@media (min-width: 768px) {
  .step .align-right {
    margin-left: auto;
    float: none;
    order: 2;
    z-index: 99;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.15);
  }
}
.step .align-right.column {
  background: #f5f5f5;
}
.step-footer {
  padding: 0 27px 45px 27px;
}
@media (min-width: 1200px) {
  .step-footer {
    padding: 0 44px 66px 44px;
  }
}
.step-content {
  padding: 45px 27px;
}
@media (min-width: 1200px) {
  .step-content {
    padding: 66px 44px;
  }
}
.step-content h2 {
  font-size: 1.5em;
}
.step-content.step-right {
  padding-bottom: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .step-content.step-right {
    padding-top: 26px;
    height: 100%;
  }
}
.step-content.bottom-nav {
  padding-top: 0;
  overflow: hidden;
  padding-bottom: 29px;
}
.step-content.bottom-nav .btn {
  border-radius: 3px;
  font-family: 'proxima-nova', sans-serif;
}
.step-content.bottom-nav .btn.prev,
.step-content.bottom-nav .btn.next,
.step-content.bottom-nav .btn.save-later {
  width: 48%;
  padding: 13px 10px;
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
}
@media (min-width: 992px) {
  .step-content.bottom-nav .btn.prev,
  .step-content.bottom-nav .btn.next,
  .step-content.bottom-nav .btn.save-later {
    width: 30%;
  }
}
.step-content.bottom-nav .btn.next {
  float: right;
}
.step-content.bottom-nav .btn.save-later {
  margin: 15px 0 0 0;
  width: 100%;
}
.step-content.bottom-nav .btn.save-later:hover {
  color: #fff;
}
@media (min-width: 992px) {
  .step-content.bottom-nav .btn.save-later {
    margin: 0 25px;
    padding-left: 40px;
    padding-right: 40px;
    float: right;
    width: auto;
    min-width: 30%;
  }
}
.step-content.bottom-nav .btn.prev {
  color: #6c3c91;
}
.step-content.bottom-nav .btn.prev:hover {
  color: #001f45;
}
@media (min-width: 992px) {
  .step-content.bottom-nav .btn.prev {
    padding-left: 0;
    width: auto;
    text-align: left;
  }
}
.step-content.bottom-nav .btn.prev:before {
  content: "\25C0";
  vertical-align: 0;
  font-size: 0.8em;
  margin-right: 4px;
  display: inline-block;
}
.step .column {
  padding: 0;
}
.step .form-group .file-description {
  margin-top: 40px;
  margin-bottom: 20px;
  display: block;
}
.step-3 .step-content {
  padding-bottom: 10px;
}/*
.wizard-step .row {
  margin: 0;
}*/
.wizard-step .steps-nav {
  margin-bottom: 42px;
}
@media (min-width: 1200px) {
  .wizard-step .steps-nav {
    margin-top: 13px;
    margin-bottom: 53px;
  }
}
.icon-desc {
  margin: 0 0 31px;
}
.icon-desc * {
  vertical-align: middle;
}
.icon-desc .icon-bg {
  margin-right: 20px;
}
@media (min-width: 1200px) {
  .join-page .col-lg-push-1 {
    left: 4.15555% !important;
  }
}
.form-group-icon {
  position: relative;
  width: 100%;
}
.form-group-icon .form-group {
  padding-right: 32px;
}
.form-group-icon .icon-info {
  position: absolute;
  top: 31px;
  right: 0;
}
.form-group.inline {
  margin: 0;
}
.form-group.inline .custom-control {
  margin: 0 0 20px;
}
.form-group.inline legend {
  padding-bottom: 14px;
}
@media (min-width: 768px) {
  .form-group.inline legend {
    padding-bottom: 0;
  }
}
.form-group.terms {
  padding: 30px 27px 1px;
  background: #6c3c91;
  color: #fff;
}
@media (min-width: 1200px) {
  .form-group.terms {
    padding: 30px 37px 8px 44px;
  }
}
.form-group.terms p {
  color: #fff;
}
.form-group.terms label {
  font-weight: 300;
  color: #fff;
  width: 100%;
}
.form-group.terms label a {
  color: #fff;
  font-weight: 400;
}
.form-group.terms label a:hover {
  opacity: 0.8;
}
.form-group.terms .custom-control-label {
  padding: 0 50px 0 0;
}
.form-group.terms .custom-control-label:before {
  right: 0;
  left: auto;
  border: 0;
  border-radius: 100%;
  height: 36px;
  width: 36px;
}
@media (min-width: 1200px) {
  .form-group.terms .custom-control-label:before {
    top: -4px;
  }
}
.form-group.terms .custom-control-input:checked ~ .custom-control-label::after {
  top: 7px;
  left: auto;
  width: 25px;
  height: 25px;
  right: 3px;
  background-size: 90%;
}
@media (min-width: 1200px) {
  .form-group.terms .custom-control-input:checked ~ .custom-control-label::after {
    top: 1px;
  }
}
.form-group.terms .custom-control.custom-checkbox {
  padding: 0;
}
@media (min-width: 1200px) {
  .form-group.terms .custom-control.custom-checkbox {
    margin-bottom: 24px;
  }
}
.instructions * {
  text-align: center !important;
}
.instructions.bottom {
  position: absolute;
  bottom: 0;
  padding-right: 27px;
}
.instructions.fund-type {
  margin-top: 187px;
}
@media (min-width: 992px) {
  .instructions.fund-type {
    margin-top: 112px;
  }
}
.instructions .icon {
  border: 2px solid #6c3c91;
  color: #6c3c91;
  padding: 0;
  border-radius: 100%;
  font-size: 2.7em;
  height: 102px;
  width: 102px;
  margin: 0 auto 30px;
  line-height: 102px;
  position: relative;
}
@media (min-width: 992px) {
  .instructions .icon {
    height: 130px;
    width: 130px;
    line-height: 130px;
    font-size: 3.7em;
  }
}
.instructions .icon .add-icon {
  font-family: "Font Awesome 5 Free";
  content: "\f055";
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 0.4em;
  background: #fff;
}
.instructions .icon.circle {
  line-height: 91px;
}
@media (min-width: 992px) {
  .instructions .icon.circle {
    line-height: 116px;
  }
}
.instructions .icon.circle i {
  background: #6c3c91;
  color: #fff;
  border-radius: 100%;
  height: 54px;
  width: 54px;
  font-size: 0.7em;
  line-height: 52px;
}
@media (min-width: 992px) {
  .instructions .icon.circle i {
    height: 63px;
    width: 63px;
    font-size: 0.7em;
    line-height: 63px;
  }
}
.add-applicant {
  margin: 0;
}
.add-applicant .btn-width-icon {
  margin-top: 27px;
}
.materialise-block .applicant-dynamic h2 {
  margin-top: 50px;
}
.members .header .container,
.members .container {
  max-width: 98%;
}
@media (max-width: 1199px) {
  .members .header .container,
  .members .container {
    max-width: 100%;
  }
}
.members header {
  padding: 11px 0;
}
.members header .logo {
  margin: 4px 0 10px;
}
@media (max-width: 1199px) {
  .members header .logo {
    max-width: 180px;
    margin: 4px 0 10px;
  }
}
@media (max-width: 767px) {
  .members header .logo {
    max-width: 117px;
    margin: 5px 0 0;
  }
}
.members header .toggle-nav-members {
  float: right;
  margin: 15px 10px 0 0;
  width: 33px;
  height: 24px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media (max-width: 767px) {
  .members header .toggle-nav-members {
    margin-top: 10px;
  }
}
.members header .toggle-nav-members span.bars {
  height: 3px;
  background: #000;
  margin: 0 0 5px;
  display: block;
  position: absolute;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.members header .toggle-nav-members span.bars:nth-child(1) {
  top: 0px;
}
.members header .toggle-nav-members span.bars:nth-child(2) {
  top: 8px;
}
.members header .toggle-nav-members span.bars:nth-child(3) {
  top: 16px;
}
.members header .toggle-nav-members:hover span.bars {
  background: #6c3c91;
}
.members header .toggle-nav-members.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
  left: 8px;
}
.members header .toggle-nav-members.active span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.members header .toggle-nav-members.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 8px;
  left: 8px;
}
.members header .mobile-menu {
  width: 290px;
  float: right;
  position: absolute;
  top: 82px;
  right: -312px;
  height: 100vh;
  background: #fff;
  box-shadow: -2px 0 4px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .members header .mobile-menu {
    top: 67px;
  }
}
.members header .mobile-menu.active {
  right: 0;
}
.members header .mobile-menu .nav-logo {
  background: #001f45;
  padding: 30px;
  text-align: center;
}
.members header .mobile-menu .nav-logo h5 {
  color: #fff;
  font-size: 1.15em;
  margin: 25px 0 0;
  letter-spacing: normal;
}
.members header .mobile-menu nav {
  padding: 33px 0 30px 50px;
  text-align: left;
}
.members header .mobile-menu nav .nav > ul > li {
  padding: 5px 0;
  display: block;
}
.members header .mobile-menu nav .nav > ul > li a {
  letter-spacing: 0.1em;
  font-family: 'brandon-grotesque', sans-serif;
  letter-spacing: normal;
  padding: 5px 0;
  color: #000;
  font-size: 1em;
}
.members header .mobile-menu nav .nav > ul > li a:before {
  color: #7f7f7f;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 1.4em;
  vertical-align: middle;
  margin: 0 26px 0 0;
  display: inline-block;
  width: 31px;
  text-align: center;
  line-height: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.members header .mobile-menu nav .nav > ul > li a.overview:before {
  content: "\f200";
}
.members header .mobile-menu nav .nav > ul > li a.activity:before {
  content: "\f15b";
  font-size: 1.2em;
}
.members header .mobile-menu nav .nav > ul > li a.fund:before {
  background-image: url('images/icon-fund.svg');
  background-repeat: no-repeat;
  height: 22px;
  content: "";
}
.members header .mobile-menu nav .nav > ul > li a.profile:before {
  content: "\f2bd";
}
.members header .mobile-menu nav .nav > ul > li a.FAQs:before {
  content: "\f059";
  font-size: 1.7em;
}
.members header .mobile-menu nav .nav > ul > li a.Contact:before {
  content: "\f075";
}
.members header .mobile-menu nav .nav > ul > li a:hover {
  color: #6c3c91;
}
.members header .mobile-menu nav .nav > ul > li a:hover:before {
  color: #6c3c91;
}
.members header .mobile-menu nav .nav > ul > li a.fund:hover:before {
  background-image: url('images/icon-fund-hover.svg');
}
.members header .mobile-menu nav .nav > ul > li.active > a {
  font-weight: 700;
  color: #6c3c91;
}
.members header .mobile-menu nav .nav > ul > li.active > a:before {
  color: #6c3c91;
}
.members header .mobile-menu nav .nav > ul > li.active > a:after {
  display: none;
}
.members header .mobile-menu nav .nav > ul > li.active > a.fund:before {
  background-image: url('images/icon-fund-hover.svg');
}
.members header .mobile-menu nav #navigation.nav > ul > li.first {
  display: block;
}
.user {
  margin: 0;
  display: inline-block;
  float: right;
  position: relative;
}
.user .pic {
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6a5cf8+1,6e3794+100 */
  background: #6a5cf8;
  /* Old browsers */
  background: -moz-linear-gradient(left, #6a5cf8 1%, #6e3794 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #6a5cf8 1%, #6e3794 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #6a5cf8 1%, #6e3794 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a5cf8', endColorstr='#6e3794', GradientType=1);
  /* IE6-9 */
  font-size: 1em;
  color: #fff;
  font-weight: bold;
  height: 56px;
  line-height: 56px;
  width: 56px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .user .pic {
    display: none;
  }
}
.user .details {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin: 0 50px 0 15px;
}
.user .details p {
  margin-bottom: 0;
  letter-spacing: 0.1em;
  font-family: 'brandon-grotesque', sans-serif;
  letter-spacing: normal;
}
.user .details .name {
  text-transform: uppercase;
  font-weight: 900;
  line-height: 17px;
  margin: 5px 0 0;
}
.user .details .balance {
  font-size: 0.8em;
  font-weight: 400;
}
.user .details .balance span {
  font-weight: 600;
}
@media (max-width: 767px) {
  .user .main-user .details {
    margin: 0 20px 0 15px;
  }
  .user .main-user .details .name {
    white-space: nowrap;
    max-width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.user .switch-user {
  position: absolute;
  top: -26px;
  left: -50%;
  padding-top: 80px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  display: none;
}
.user .switch-user.active {
  top: 0;
  opacity: 1;
  display: block;
}
.user .switch-user-wrapper {
  pointer-events: all;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  width: 475px;
  padding: 50px;
  float: left;
  position: relative;
}
.user .switch-user-wrapper:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 21px;
  margin-left: -21px;
}
@media (max-width: 767px) {
  .user .switch-user {
    left: -27%;
  }
  .user .switch-user-wrapper {
    width: 250px;
    padding: 25px;
  }
  .user .switch-user .details {
    margin: 0;
  }
}
.user .switch-user .user {
  float: left;
  margin: 0 0 25px;
}
@media (max-width: 767px) {
  .user .switch-user .user {
    margin: 0 0 15px;
    width: 100%;
  }
}
.user .switch-user .buttons {
  margin: 15px 0 0;
  display: block;
  float: left;
  width: 100%;
}
.user .switch-user .buttons a {
  width: 48%;
  font-size: 1.05em;
  letter-spacing: normal;
  padding: 17px 10px;
}
@media (max-width: 767px) {
  .user .switch-user .buttons a {
    padding: 11px 10px;
    width: 100%;
                    margin: 0 0 10px;
  }
}
.user .switch-user .buttons a.alt {
  color: #fff;
}
.IE-old .members header .mobile-menu nav .nav > ul > li a.FAQs::before,
.IE-old .members header .mobile-menu nav .nav > ul > li a.activity::before {
  font-size: 27px !important;
}
.members .mobile-menu-overlay {
  position: absolute;
  height: 100vh;
  width: 100vw;
  background: transparent;
  top: 0;
  left: 0;
  display: none;
}
.members .mobile-menu-overlay.active {
  display: block;
}
.members .main-content {
  background: #f6f6f6;
}
.members .main-content:before {
  -webkit-backface-visibility: hidden;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6a5cf8+1,6e3794+100 */
  background: #6a5cf8;
  /* Old browsers */
  background: -moz-linear-gradient(left, #6a5cf8 1%, #6e3794 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #6a5cf8 1%, #6e3794 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #6a5cf8 1%, #6e3794 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a5cf8', endColorstr='#6e3794', GradientType=1);
  /* IE6-9 */
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 314px;
  content: "";
}
.members .main-content p {
  letter-spacing: 0.1em;
  font-family: 'brandon-grotesque', sans-serif;
  letter-spacing: normal;
  font-weight: 400;
  margin-bottom: 10px;
}
.members .main-content .row {
  margin-right: -20px;
  margin-left: -20px;
}
.members .main-content .col-lg-1,
.members .main-content .col-lg-10,
.members .main-content .col-lg-11,
.members .main-content .col-lg-12,
.members .main-content .col-lg-2,
.members .main-content .col-lg-3,
.members .main-content .col-lg-4,
.members .main-content .col-lg-5,
.members .main-content .col-lg-6,
.members .main-content .col-lg-7,
.members .main-content .col-lg-8,
.members .main-content .col-lg-9,
.members .main-content .col-md-1,
.members .main-content .col-md-10,
.members .main-content .col-md-11,
.members .main-content .col-md-12,
.members .main-content .col-md-2,
.members .main-content .col-md-3,
.members .main-content .col-md-4,
.members .main-content .col-md-5,
.members .main-content .col-md-6,
.members .main-content .col-md-7,
.members .main-content .col-md-8,
.members .main-content .col-md-9,
.members .main-content .col-sm-1,
.members .main-content .col-sm-10,
.members .main-content .col-sm-11,
.members .main-content .col-sm-12,
.members .main-content .col-sm-2,
.members .main-content .col-sm-3,
.members .main-content .col-sm-4,
.members .main-content .col-sm-5,
.members .main-content .col-sm-6,
.members .main-content .col-sm-7,
.members .main-content .col-sm-8,
.members .main-content .col-sm-9,
.members .main-content .col-xs-1,
.members .main-content .col-xs-10,
.members .main-content .col-xs-11,
.members .main-content .col-xs-12,
.members .main-content .col-xs-2,
.members .main-content .col-xs-3,
.members .main-content .col-xs-4,
.members .main-content .col-xs-5,
.members .main-content .col-xs-6,
.members .main-content .col-xs-7,
.members .main-content .col-xs-8,
.members .main-content .col-xs-9 {
  padding-right: 20px;
  padding-left: 20px;
}
.members .main-content .title h1,
.members .main-content .title h2,
.members .main-content .title h3,
.members .main-content .title h4,
.members .main-content .title h5 {
  color: #fff;
}
.members .main-content .title H2 {
  margin-top: 20px;
  margin-bottom: 60px;
}
.members .main-content .title .pic {
  background: #fff;
  color: #6c3c91;
  float: none;
  margin: 0 auto;
  display: block;
  height: 92px;
  width: 92px;
  font-size: 1.65em;
  line-height: 92px;
}
.members .main-content .pic {
  background: #6c3c91;
  font-size: 1.4em;
  color: #fff;
  font-weight: bold;
  height: 75px;
  line-height: 75px;
  width: 75px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  float: right;
}
@media (max-width: 767px) {
  .members .main-content .pic {
    display: none;
  }
}
.members .main-content .bar {
  width: 100%;
  float: left;
  margin: 17px 0 45px;
}
.members .main-content .bar * {
  height: 29px;
  float: left;
}
.members .main-content .bar-cash {
  background: #b59dc8;
}
.members .main-content .bar-equities {
  background: #6c3c91;
}
.members .main-content .bar-interest {
  background: #6463AC;
}
.members .main-content .btn,
.members .main-content .btn:focus {
  color: #fff;
  background: #6c3c91;
  padding: 20px 59px;
  font-size: 1em;
  border-radius: 3px;
  font-family: 'proxima-nova', sans-serif;
}
.members .main-content .btn:hover,
.members .main-content .btn:focus:hover {
  color: #fff;
  background: #001f45;
}
.members .main-content .btn.grey,
.members .main-content .btn:focus.grey {
  background: #c1a1fc;
}
.members .main-content .btn.grey:hover,
.members .main-content .btn:focus.grey:hover {
  background: #001f45;
}
.materialise-block {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  margin: 0 0 40px;
  padding: 45px 46px 34px;
  background: #fff;
  position: relative;
}
@media (max-width: 1600px) {
  .materialise-block {
    padding: 34px 30px 25px;
  }
}
.materialise-block h2 {
  margin: 0 0 10px;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .materialise-block h2 {
    font-size: 2em;
  }
}
.materialise-block h3 {
  font-family: 'proxima-nova', sans-serif;
  text-transform: none;
  font-weight: 700;
  font-size: 2em;
  letter-spacing: normal;
  margin: 0 0 50px;
}
.materialise-block h5 {
  letter-spacing: normal;
  font-size: 1.1em;
  color: #000;
  margin: 0 0 7px;
  line-height: 1.5em;
}
@media (max-width: 1199px) {
  .materialise-block h5 {
    font-size: 1em;
  }
}
.materialise-block p {
  letter-spacing: 0.1em;
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: normal;
  font-size: 1.1em;
  letter-spacing: normal;
  color: #000;
  margin-bottom: 18px;
}
@media (max-width: 1199px) {
  .materialise-block p {
    font-size: 1em;
  }
}
.materialise-block p.block-buttons {
  margin-top: 31px;
  margin-bottom: 5px;
}
.materialise-block p.cash,
.materialise-block p.equities,
.materialise-block p.interest {
  margin-bottom: 5px;
}
.materialise-block p.cash:before,
.materialise-block p.equities:before,
.materialise-block p.interest:before {
  content: "";
  width: 14px;
  height: 15px;
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: -1px;
}
.materialise-block p.cash:before {
  background: #b59dc8;
}
.materialise-block p.equities:before {
  background: #6c3c91;
}
.materialise-block p.interest:before {
  background: #6463AC;
}
.fancybox-slide--inline > div {
  max-width: 500px;
}
.members.profile .main-content .title H2 {
  margin-bottom: 30px;
}
.members.profile .main-content:before {
  height: 365px;
}
.members.profile .item {
  position: relative;
  display: table;
  padding-right: 0;
}
.members.profile .icon,
.members.profile .info {
  display: table-cell;
  vertical-align: top;
  position: relative;
}
.members.profile .info p {
  margin: 0 0 5px;
}
.members.profile .toggle-edit .fa {
  display: none;
}
.members.profile .toggle-edit .fa.active {
  display: block;
}
.members.profile .edit-fields {
  width: 100%;
  display: none;
}
.members.profile .edit-fields.edit-phone {
  position: absolute;
  top: -6px;
  left: 0;
}
.members.profile .edit-fields.active {
  display: table;
}
.members.profile .edit-fields button {
  border: 0;
  background: #fff;
  cursor: pointer;
}
.members.profile .edit-fields .cell {
  display: table-cell;
  width: 100%;
  vertical-align: bottom;
}
.members.profile .edit-fields input {
  font-size: 1.1em;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.1em;
  font-family: 'brandon-grotesque', sans-serif;
  letter-spacing: normal;
  font-weight: 900;
  padding: 7px 0;
  border: 0;
  border-bottom: 2px solid;
  width: 100%;
}
@media (max-width: 767px) {
  .members.profile .edit-fields input {
    font-size: 1em;
    padding: 10px 0;
  }
}
.members.profile .edit-fields input:focus {
  border-color: #6c3c91;
}
.members.profile .edit-fields input[type="submit"] {
  color: #fff;
}
.members.profile .icon {
  width: 30px;
  padding: 3px 30px 0 0;
}
@media (max-width: 767px) {
  .members.profile .icon {
    width: 25px;
    padding: 3px 14px 0 0;
  }
}
.members.profile .icon p {
  margin: 0;
}
.members.profile .icon .fa {
  font-size: 1.65em;
  color: #7f7f7f;
}
.members.profile .icon .fa.circle {
  background: #7f7f7f;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 0.7em;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .members.profile .icon .fa.circle {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}
.members.profile .icon .icon-ird {
  width: 30px;
  height: 30px;
  background-image: url('images/irdmembericon.svg');
}
@media (max-width: 767px) {
  .members.profile .icon .icon-ird {
    width: 25px;
    height: 25px;
    background-size: 100%;
  }
}
.members.profile .action {
  margin: 4px 0 0;
  text-align: right;
  font-size: 1.2em;
}
.members.profile .action a {
  color: #c5c5c5;
}
.members.profile .action a:hover {
  color: #6c3c91;
}
.members.profile .profile-view .row {
  margin-bottom: 27px;
}
.members.profile .materialise-block h5 {
  margin: 0;
  line-height: 17px;
}
.activity {
  font-size: 1.1em;
  letter-spacing: 0.1em;
  font-family: 'brandon-grotesque', sans-serif;
}
@media (max-width: 1199px) {
  .activity {
    font-size: 1em;
  }
}
.activity TH,
.activity td {
  padding: 33px 0 33px 40px;
}
@media (max-width: 1199px) {
  .activity TH,
  .activity td {
    padding: 30px 0 30px 29px;
  }
}
@media (max-width: 767px) {
  .activity TH,
  .activity td {
    padding: 11px 0;
    width: 100%;
  }
}
.activity thead {
  background: #f2f2f3;
  color: #000;
}
@media (max-width: 767px) {
  .activity thead {
    display: none;
  }
}
.activity tr:nth-of-type(2n) {
  background: #f2f2f3;
}
.activity td {
  vertical-align: top;
  color: #000;
}
@media (max-width: 1199px) {
  .activity td {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .activity td {
    padding: 11px 0 11px 108px;
    position: relative;
    margin-left: 15px;
  }
  .activity td:before {
    content: attr(data-label);
    font-weight: bold;
    margin: 0 10px 0 0;
    display: inline-block;
    width: 108px;
    position: absolute;
    left: 0;
    top: 11px;
  }
}

.user .pic input[type="submit"] {
    color: #fff;
}
@media (max-width: 767px) {
  .activity tr {
    display: block;
    padding: 20px 0;
  }
  .activity tr:first-of-type {
    border: 0;
    padding-top: 0;
  }
}
.activity .withdrawal:before,
.activity .deposit:before {
  font-family: 'Font Awesome 5 Free';
  margin: 0 5px 0 0;
  font-weight: 900;
}
.activity .withdrawal {
  color: #ff0101;
}
.activity .withdrawal:before {
  content: "\f0d7";
}
.activity .deposit {
  color: #26cb00;
}
.activity .deposit:before {
  content: "\f0d8";
}
.filters {
  display: table;
  width: 100%;
  margin: 0 0 45px;
}
.filters h5 {
  display: table-cell;
  width: 190px;
}
@media (max-width: 767px) {
  .filters h5 {
    display: block;
  }
}
.filters .select-wrapper {
  display: table-cell;
  border: 1px solid #6c3c91;
  border-radius: 3px;
  position: relative;
}
@media (max-width: 767px) {
  .filters .select-wrapper {
    display: block;
    margin: 16px 0 0;
  }
}
.filters .select-wrapper:before {
  content: "\25bc";
  position: absolute;
  right: 28px;
  top: 21px;
  color: #6c3c91;
}
.filters .select-wrapper select {
  width: 100%;
  letter-spacing: 0.1em;
  font-family: 'brandon-grotesque', sans-serif;
  text-transform: uppercase;
  border: 0;
  font-weight: 900;
  letter-spacing: normal;
  color: #6c3c91;
  padding: 19px 30px;
  font-size: 1.1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
.demo,
.introjs-tooltip {
  background: #e2d9e9;
  border-radius: 3px;
  text-align: center;
  padding: 70px 0 0;
  max-width: 556px;
  width: 100%;
}
.demo h2,
.introjs-tooltip h2,
.demo p,
.introjs-tooltip p {
  padding: 0 100px;
  -webkit-font-smoothing: antialiased !important;
}
@media (max-width: 767px) {
  .demo h2,
  .introjs-tooltip h2,
  .demo p,
  .introjs-tooltip p {
    padding: 0 30px;
  }
}
.demo H2,
.introjs-tooltip H2 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .demo H2,
  .introjs-tooltip H2 {
    margin-bottom: 10px;
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .demo h5,
  .introjs-tooltip h5 {
    font-size: 0.7em;
    margin: 10px 0 6px;
  }
}
.demo p,
.introjs-tooltip p {
  letter-spacing: 0.1em;
  font-family: 'brandon-grotesque', sans-serif;
  color: #000;
  font-size: 1.1em;
  letter-spacing: normal !important;
}
.demo .demo-actions,
.introjs-tooltip .demo-actions {
  margin-top: 67px;
  background: #fff;
}
.demo .demo-actions p,
.introjs-tooltip .demo-actions p {
  padding: 30px;
  margin: 0;
  overflow: hidden;
  letter-spacing: normal;
}
.demo .demo-actions .btn.alt,
.introjs-tooltip .demo-actions .btn.alt {
  color: #fff;
  letter-spacing: normal;
  padding: 18px 37px;
  border-radius: 3px;
  float: right;
}
.demo .demo-actions .arrow-btn,
.introjs-tooltip .demo-actions .arrow-btn {
  float: left;
  padding: 18px 17px;
  color: #6c3c91;
  letter-spacing: normal;
}
.fancybox-close-small {
  /*display: none;*/
}
/*tour*/
#Body .introjs-helperLayer {
  border-radius: 8px;
}
#Body .introjs-fixedTooltip {
  border-radius: 100%;
  height: 215px !important;
  top: -100px !important;
  left: auto !important;
  right: 4%;
}
#Body .introjs-helperNumberLayer {
  display: none;
}
#Body .introjs-tooltip {
  left: 50% !important;
  z-index: 999999;
  transform: translate(-50%, -50%);
  top: 50% !important;
  padding: 33px 0 0 !important;
  position: fixed;
  bottom: auto !important;
}
@media (max-width: 1600px) {
  #Body .introjs-tooltip {
    left: auto !important;
    z-index: 999999;
    transform: translateY(-50%);
    top: 50% !important;
    padding: 33px 0 0 !important;
    position: fixed;
    bottom: auto !important;
    right: 5%;
  }
}
@media (max-width: 991px) {
  #Body .introjs-tooltip {
    left: 50% !important;
    transform: translateX(-50%);
    top: auto !important;
    bottom: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    right: auto !important;
  }
}
@media (max-width: 767px) {
  #Body .introjs-tooltip {
    transform: translate(-50%, 0);
    bottom: 0 !important;
    padding: 0 !important;
  }
}
#Body .introjs-tooltip .introjs-arrow {
  display: none !important;
}
#Body .introjs-tooltipReferenceLayer {
  position: inherit;
}
#Body .introjs-tooltipbuttons {
  text-align: right;
  white-space: nowrap;
  background: #fff;
  border-radius: 0 0 6px 6px;
  padding: 30px;
}
@media (max-width: 767px) {
  #Body .introjs-tooltipbuttons {
    padding: 8px 30px;
  }
}
#Body .introjs-tooltipbuttons .introjs-button {
  margin-top: 0;
  cursor: pointer;
  font-weight: bold;
  text-shadow: none !important;
  padding: 14px 35px;
}
@media (max-width: 767px) {
  #Body .introjs-tooltipbuttons .introjs-button {
    padding: 8px 35px;
  }
}
#Body .introjs-tooltipbuttons .introjs-skipbutton:not(.introjs-donebutton) {
  background: no-repeat;
  letter-spacing: normal;
  padding-left: 12px;
  padding-right: 12px;
  float: left;
}
#Body .introjs-tooltipbuttons .introjs-donebutton:focus,
#Body .introjs-tooltipbuttons .introjs-nextbutton:focus {
  background: #6c3c91;
  color: #fff;
  border-radius: 2px;
  margin: 0 0 0 9px;
  text-shadow: none !important;
  font-weight: 600;
  letter-spacing: normal;
}
#Body .introjs-tooltipbuttons .introjs-donebutton:active,
#Body .introjs-tooltipbuttons .introjs-nextbutton:active,
#Body .introjs-tooltipbuttons .introjs-donebutton:hover,
#Body .introjs-tooltipbuttons .introjs-nextbutton:hover {
  background: #001f45;
}
#Body .introjs-tooltipbuttons .introjs-prevbutton,
#Body .introjs-tooltipbuttons .introjs-prevbutton:focus {
  background: transparent;
  border: 1px solid #6c3c91 !important;
  color: #6c3c91;
  font-size: 1em;
  padding: 13px 30px;
  letter-spacing: normal;
}
@media (max-width: 767px) {
  #Body .introjs-tooltipbuttons .introjs-prevbutton,
  #Body .introjs-tooltipbuttons .introjs-prevbutton:focus {
    padding: 8px 35px;
  }
}
#Body .introjs-tooltipbuttons .introjs-prevbutton:active,
#Body .introjs-tooltipbuttons .introjs-prevbutton:focus:active,
#Body .introjs-tooltipbuttons .introjs-prevbutton:hover,
#Body .introjs-tooltipbuttons .introjs-prevbutton:focus:hover {
  background: #6c3c91;
  color: #fff;
}
#Body .introjs-tooltip p {
  font-size: 1em;
  margin-bottom: 10px;
}
#Body .introjs-tooltip-arrow {
  display: none !important;
}
#Body .introjs-bullets {
  padding-bottom: 30px;
}
#Body .introjs-bullets ul li {
  margin: 0 3px;
}
#Body .introjs-bullets ul li a {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
#Body .introjs-bullets ul li a.active {
  background: #6c3c91;
}
.introjs-helperLayer {
  display: none;
}
header.highlight {
  position: relative;
}
header.highlight.introjs-fixParent {
  z-index: 9999999 !important;
  position: fixed;
}
header.highlight:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  background-color: #000;
  opacity: 0.4;
}
header.highlight .main-user {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.25);
  z-index: 50;
  padding: 5px;
}
header.highlight .main-user:after {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #777;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
}
.materialise-block .card {
  box-shadow: none;
  padding: 0;
  margin: 0;
}
.materialise-block .card .bottom-nav .btn.prev {
  position: relative;
  border-color: transparent;
  min-width: inherit !important;
  padding-left: 0 !important;
}
.materialise-block .card .bottom-nav .btn.prev:before {
  content: "\25C0";
  margin: 0 8px 0 0;
  font-size: 0.9em;
  vertical-align: 1px;
}
.materialise-block .card .bottom-nav .btn.prev:hover {
  background: none;
  color: #001f45;
}
.materialise-block .card .bottom-nav .btn.prev span {
  display: none;
}
.fund-summary,
.wizard-step .row.fund-summary {
  margin-top: 45px;
  margin-bottom: 40px;
}
.fund-summary .label,
.wizard-step .row.fund-summary .label {
  margin: 15px 0 5px;
}
@media (max-width: 991px) {
  .fund-summary .label,
  .wizard-step .row.fund-summary .label {
    margin: 0 0 5px;
  }
}
@media (max-width: 767px) {
  .fund-summary .label,
  .wizard-step .row.fund-summary .label {
    margin: 20px 0 5px;
  }
}
.fund-summary .detail,
.wizard-step .row.fund-summary .detail {
  margin: 0 0 5px;
  position: relative;
  padding: 0 0 0 33px;
}
.fund-summary .detail:before,
.wizard-step .row.fund-summary .detail:before {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  border-radius: 100%;
  vertical-align: -5px;
  margin: 0 10px 0 0;
  left: 0;
  top: 1px;
  position: absolute;
}
.fund-summary .detail.light-purple:before,
.wizard-step .row.fund-summary .detail.light-purple:before {
  background: #c1a1fc;
}
.fund-summary .detail.purple:before,
.wizard-step .row.fund-summary .detail.purple:before {
  background: #6c3c91;
}
.fund-summary .detail.violet:before,
.wizard-step .row.fund-summary .detail.violet:before {
  background: #6a5cf7;
}
.members-fund-type-description {
  margin-bottom: 30px;
  text-align: center;
}
.risk-indicator strong {
  color: #6c3c91;
  font-weight: 700;
}
.risk-indicator .labels {
  width: 100%;
}
.risk-indicator .labels .align-left {
  float: left;
  box-shadow: none;
}
.risk-indicator .labels .align-right {
  float: right;
  text-align: right;
  box-shadow: none;
}
.risk-indicator .labels.upper p {
  margin: 0 0 10px;
  box-shadow: none;
}
@media (max-width: 767px) {
  .risk-indicator .labels p {
    max-width: 50%;
  }
}
.risk-indicator .indicator {
  width: 100%;
  display: table;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
  margin: 0 0 10px;
}
.risk-indicator .indicator span {
  display: table-cell;
  padding: 10px 0;
  font-weight: bold;
}
.risk-indicator .indicator span.active {
  background: #6c3c91;
  color: #fff;
}
.members .DnnModule-JunoChangeFund .step > p:first-of-type {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 900;
  letter-spacing: normal;
  font-size: 1.1em;
  color: #000;
  margin: 0 0 7px;
  line-height: 1.5em;
}
@media (max-width: 1199px) {
  .members .DnnModule-JunoChangeFund .step > p:first-of-type {
    font-size: 1em;
  }
}
.members .DnnModule-JunoChangeFund .summary .col-md-8 {
  width: 100%;
}
.members .DnnModule-JunoChangeFund .card h2 {
  max-width: 100%;
}
.members .DnnModule-JunoChangeFund .card .bottom-nav .btn.help-choose {
  font-size: 1em !important;
}
@media (min-width: 992px) {
  .members .DnnModule-JunoChangeFund .card .bottom-nav .btn.help-choose {
    font-size: 0.8em !important;
  }
}
@media (min-width: 1200px) {
  .members .DnnModule-JunoChangeFund .card .bottom-nav .btn.help-choose {
    font-size: 1em !important;
  }
}
.members .DnnModule-JunoChangeFund .card .bottom-nav .btn {
  padding: 20px 30px;
  min-width: inherit;
  width: 100%;
}
@media (min-width: 768px) {
  .members .DnnModule-JunoChangeFund .card .bottom-nav .btn {
    min-width: inherit;
    width: auto;
    margin-right: 11px;
  }
}
@media (min-width: 992px) {
  .members .DnnModule-JunoChangeFund .card .bottom-nav .btn {
    font-size: 0.8em;
    padding: 14px 20px;
  }
}
@media (min-width: 1200px) {
  .members .DnnModule-JunoChangeFund .card .bottom-nav .btn {
    font-size: 1em;
  }
}
@media (min-width: 1600px) {
  .members .DnnModule-JunoChangeFund .card .bottom-nav .btn {
    padding: 20px 59px;
    min-width: 220px;
  }
}
.members .DnnModule-JunoChangeFund .form-group {
  padding: 0 !important;
  margin-top: 30px;
}
.members .DnnModule-JunoChangeFund .choose-fund-checkbox > div {
  padding: 0 !important;
}
.members .DnnModule-JunoChangeFund .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  height: 10px;
  width: 10px;
  top: 7px;
  left: -19px;
}
.members .DnnModule-JunoChangeFund .custom-checkbox label {
  font-size: 1em;
  padding-left: 9px;
}
.members .DnnModule-JunoChangeFund .custom-checkbox .custom-control-label::after {
  background-size: 69%;
  left: -21px;
}




/*FIX*/

#wizardJoin .style-material label:not(.custom-control-label):not(.custom-select-label):not(.custom-file-label):not(.file-description):not(.file-status) {
    left: 15px;
}

#wizardJoin .card h6 {
    text-align: left;
}

#wizardJoin .card h5 {
    text-align: left;
}

#wizardJoin .card h4 {
    text-align: left;
}

#wizardJoin .card h3 {
    text-align: left;
}

#wizardJoin .card h2 {
    text-align: left;
}

#wizardJoin .card h1 {
    text-align: left;
}

#wizardJoin h5.heading-age {
    display: none;
    text-align: center;
}

#wizardJoin .card {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    #wizardJoin .card.show {
        opacity: 1;
    }


.wizard .nav-fill {
    margin-bottom: 20px;
}

.wizard .bottom-nav .prev {
    display: none;
}

    .wizard .bottom-nav .prev.show {
        display: block;
    }

.step {
    display: none;
}

    .step:first-child {
        display: block;
    }

    .step h2 {
        margin: 0 0 40px 0;
        text-align: left;
    }

    .step h5 {
        margin-bottom: 40px;
        font-family: 'proxima-nova', sans-serif;
        text-transform: none;
        color: #6c3c91;
        letter-spacing: normal;
        font-size: 1.267em;
    }

@media (min-width: 992px) {
    .step h5 {
        font-size: 1.667em;
    }
}

.step legend {
    font-size: 1em;
    color: #111;
}

.step .custom-file {
    text-align: left;
}

.step .custom-file-input.is-invalid ~ .invalid-feedback {
    margin-top: 10px;
}

.step .custom-file-label {
    text-align: center;
}

.step .form-group label {
    margin-bottom: 0;
}

.step p {
    margin: 0 0 20px 0;
    text-align: left;
}

.step a:not(.btn) {
    text-decoration: underline;
}

.step-right {
    background: url('/DesktopModules/JunoJoin/Images/kiwi-looking-up.png') no-repeat 100% 0;
    background-size: 50%;
}

@media (min-width: 1200px) {
    .step-right {
        background-size: 60%;
    }
}

.step-right h5 {
    margin-bottom: 40px;
}

.step-right dt,
.step-right dd {
    margin-bottom: 10px;
}

@media (max-width: 479px) {
    .step-right dd {
        padding-left: 2em;
    }
}

.save-later {
    float: right;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .save-later {
        margin: 0 10px 0 0;
    }
}

.file-description {
    text-align: left;
}

.hide {
    display: none;
}

.loading {
    position: absolute;
}

.show .loading {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px !important;
    height: 150px !important;
}

.loading-wrapper {
    position: fixed;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
    .loading-wrapper {
        position: absolute;
    }
}

.loading-wrapper.show {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    z-index: 20;
}

.flow-top {
    padding: 20px;
    background-color: #c1a1fc;
    color: #fff;
    text-align: center;
    font-size: 1.3em;
    line-height: 1.2em;
}

.flow-bottom {
    padding: 20px;
    background-color: #001f45;
    color: #fff;
    text-align: center;
    font-size: 1.3em;
    line-height: 1.6em;
}

.flow-outside {
    padding: 15px;
    text-align: center;
    font-size: 1.3em;
    line-height: 1.6em;
}

.icon-info[data-toggle="modal"] {
    cursor: pointer;
}

.IE-old .wizard ul.nav li.nav-item {
    width: 33.33%;
}

    .IE-old .wizard ul.nav li.nav-item .nav-link {
        display: inline-block;
        background: #fff;
        z-index: 9999;
    }


#wizardJoin .custom-select {
    font-family: 'proxima-nova', sans-serif;
    margin-top: 8px;
    padding: 6px 1.5em 6px 10px;
    box-shadow: 0 0 4px 2px #ccc;
    border: none;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg fill="%23111111" height="24" viewBox… d="M7 10l5 5 5-5z"/%3E%3Cpath d="M0 0h24v24H0z" fill="none"/%3E%3C/svg%3E);
}


.wizard-step .form-group.col-xs-12 {
    width: 100%
}

.wizard-step .form-group.col-xs-11 {
    width: 91.66666667%
}

.wizard-step .form-group.col-xs-10 {
    width: 83.33333333%
}

.wizard-step .form-group.col-xs-9 {
    width: 75%
}

.wizard-step .form-group.col-md-8 {
    width: 66.66666667%
}

.wizard-step .form-group.col-xs-7 {
    width: 58.33333333%
}

.wizard-step .form-group.col-xs-6 {
    width: 50%
}

.wizard-step .form-group.col-xs-5 {
    width: 41.66666667%
}

.wizard-step .form-group.col-xs-4 {
    width: 33.33333333%
}

.wizard-step .form-group.col-xs-3 {
    width: 25%
}

.wizard-step .form-group.col-xs-2 {
    width: 16.66666667%
}

.wizard-step .form-group.col-xs-1 {
    width: 8.33333333%
}

@media (min-width:768px) {
   
.wizard-step .form-group.col-sm-12 {
    width: 100%
}

    .wizard-step .form-group.col-sm-11 {
        width: 91.66666667%
    }

    .wizard-step .form-group.col-sm-10 {
        width: 83.33333333%
    }

    .wizard-step .form-group.col-sm-9 {
        width: 75%
    }

    .wizard-step .form-group.col-sm-8 {
        width: 66.66666667%
    }

    .wizard-step .form-group.col-sm-7 {
        width: 58.33333333%
    }

    .wizard-step .form-group.col-sm-6 {
        width: 50%
    }

    .wizard-step .form-group.col-sm-5 {
        width: 41.66666667%
    }

    .wizard-step .form-group.col-sm-4 {
        width: 33.33333333%
    }

    .wizard-step .form-group.col-sm-3 {
        width: 25%
    }

    .wizard-step .form-group.col-sm-2 {
        width: 16.66666667%
    }

    .wizard-step .form-group.col-sm-1 {
        width: 8.33333333%
    }

}

@media (min-width:992px) {
    .wizard-step .form-group.col-md-12 {
        width: 100%
    }

    .wizard-step .form-group.col-md-11 {
        width: 91.66666667%
    }

    .wizard-step .form-group.col-md-10 {
        width: 83.33333333%
    }

    .wizard-step .form-group.col-md-9 {
        width: 75%
    }

    .wizard-step .form-group.col-md-8 {
        width: 66.66666667%
    }

    .wizard-step .form-group.col-md-7 {
        width: 58.33333333%
    }

    .wizard-step .form-group.col-md-6 {
        width: 50%
    }

    .wizard-step .form-group.col-md-5 {
        width: 41.66666667%
    }

    .wizard-step .form-group.col-md-4 {
        width: 33.33333333%
    }

    .wizard-step .form-group.col-md-3 {
        width: 25%
    }

    .wizard-step .form-group.col-md-2 {
        width: 16.66666667%
    }

    .wizard-step .form-group.col-md-1 {
        width: 8.33333333%
    }
}

@media (min-width:1200px) {
    .wizard-step .form-group.col-lg-12 {
        width: 100%
    }

    .wizard-step .form-group.col-lg-11 {
        width: 91.66666667%
    }

    .wizard-step .form-group.col-lg-10 {
        width: 83.33333333%
    }

    .wizard-step .form-group.col-lg-9 {
        width: 75%
    }

    .wizard-step .form-group.col-lg-8 {
        width: 66.66666667%
    }

    .wizard-step .form-group.col-lg-7 {
        width: 58.33333333%
    }

    .wizard-step .form-group.col-lg-6 {
        width: 50%
    }

    .wizard-step .form-group.col-lg-5 {
        width: 41.66666667%
    }

    .wizard-step .form-group.col-lg-4 {
        width: 33.33333333%
    }

    .wizard-step .form-group.col-lg-3 {
        width: 25%
    }

    .wizard-step .form-group.col-lg-2 {
        width: 16.66666667%
    }

    .wizard-step .form-group.col-lg-1 {
        width: 8.33333333%
    }

}

.header .container {
max-width: 98% !important;}

@media (max-width:@screen-xs-max) {
	.header .container{
	max-width: 100%;
	}
}
.smaller-heading h2 {
  font-size: 2.3em;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .smaller-heading h2 {
    font-size: 1.5em;
  }
}

h5{
letter-spacing: normal !important;
}

.style-material-block {
  margin-top: 60px;
}
.style-material-block button {
  width: 100%;
  border-radius: 4px;
  font-family: 'proxima-nova', sans-serif;
  font-size: 1em;
  color: #fff;
  padding: 18px 13px;
  font-weight: bold;
}

/*calculator in banner */
.home-calculator .banner-pane .DnnModule-Visualizer {
  display: none;
}
.home-calculator .banner-pane .banner {
  height: inherit !important;
  -webkit-backface-visibility: hidden;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6a5cf8+1,6e3794+100 */
  background: #6a5cf8;
  /* Old browsers */
  background: -moz-linear-gradient(left, #6a5cf8 1%, #6e3794 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #6a5cf8 1%, #6e3794 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #6a5cf8 1%, #6e3794 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a5cf8', endColorstr='#6e3794', GradientType=1);
  /* IE6-9 */
  padding: 98px 0;
}
@media (max-width: 767px) {
  .home-calculator .banner-pane .banner {
    padding: 50px 0;
  }
}
@media (min-width: 768px) {
  .home-calculator .banner-pane .banner .container {
    position: relative;
    left: auto;
    right: auto;
    margin: 0 auto;
    top: auto;
    transform: none;
  }
  .home-calculator .banner-pane .banner .container:after {
    background-image: url('images/kiwi-banner-absolute.png');
    content: "";
    position: absolute;
    width: 599px;
    height: 566px;
    top: 250px;
    left: -86px;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .home-calculator .banner-pane .banner .container:after {
    width: 530px;
    height: 490px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home-calculator .banner-pane .banner .container:after {
    top: 283px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-calculator .banner-pane .banner .container:after {
    width: 397px;
    height: 379px;
    top: 186px;
    left: -55px;
  }
}
.home-calculator .banner-pane .banner .form-group {
  position: relative !important;
  text-align: left !important;
}
.home-calculator .banner-pane .banner h1 {
  font-size: 4.5em;
}
@media (max-width: 1400px) {
  .home-calculator .banner-pane .banner h1 {
    font-size: 4em;
  }
}
@media (max-width: 1199px) {
  .home-calculator .banner-pane .banner h1 {
    font-size: 3em;
  }
}
@media (max-width: 991px) {
  .home-calculator .banner-pane .banner h1 {
    font-size: 2.3em;
  }
}
.home-calculator .banner-pane .banner h2 {
  font-size: 2em !important;
  line-height: 1.2em !important;
}
@media (max-width: 991px) {
  .home-calculator .banner-pane .banner h2 {
    font-size: 1.2em !important;
  }
}
.home-calculator .banner-pane .banner .materialise-block {
  margin: 0 0 0 25px;
}
@media (max-width: 767px) {
  .home-calculator .banner-pane .banner .materialise-block {
    margin: 20px 0 0;
  }
}
.home-calculator .banner-pane .banner .materialise-block h2 {
  color: #6c3c91;
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .home-calculator .banner-pane .banner .materialise-block h2 {
    text-align: left !important;
    color: #000;
    text-transform: uppercase !important;
    font-family: 'brandon-grotesque', sans-serif;
    letter-spacing: normal;
    font-weight: 900;
    font-size: 1em !important;
  }
}
.home-calculator .banner-pane .banner .style-material .form-control {
  color: #6c3c91;
  font-size: 2em;
  font-weight: 700;
  padding-bottom: 0;
  text-align: left !important;
}
.home-calculator .banner-pane .banner .style-material .btn.gradient {
  -webkit-backface-visibility: hidden;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6a5cf8+1,6e3794+100 */
  background: #6a5cf8;
  /* Old browsers */
  background: -moz-linear-gradient(left, #6a5cf8 1%, #6e3794 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #6a5cf8 1%, #6e3794 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #6a5cf8 1%, #6e3794 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a5cf8', endColorstr='#6e3794', GradientType=1);
  /* IE6-9 */
  border-radius: 4px;
  width: 100%;
  font-family: 'proxima-nova', sans-serif;
  font-size: 1em;
  letter-spacing: normal;
  color: #fff;
  padding: 18px 13px;
  margin: 23px 0 7px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .home-calculator .banner-pane .banner .style-material .btn.gradient {
    font-size: 0.9em;
  }
}
.home-calculator .banner-pane .banner .style-material label:not(.custom-control-label):not(.custom-select-label):not(.custom-file-label):not(.file-description):not(.file-status) {
  font-size: 2em;
  font-weight: 700;
}
.home-calculator .banner-pane .banner .style-material .active label:not(.custom-control-label):not(.custom-select-label):not(.custom-file-label):not(.file-description) {
  font-size: 1em;
  color: #000;
  font-weight: 400;
}
.home-calculator .banner-pane .banner .style-material input[type="text"],
.home-calculator .banner-pane .banner .style-material input[type="number"],
.home-calculator .banner-pane .banner .style-material textarea {
  border-color: #000;
}


/*ENTER TO WIN*/
.tabbed-forms .content-field label:not(.custom-control-label):not(.custom-select-label):not(.custom-file-label):not(.file-description):not(.file-status) {
  font-size: 1em;
  position: absolute;
  top: 28px;
  color: #a2a2a2;
  z-index: 9;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  left: 0;
}

.tabbed-forms .content-field .form-control {
  padding-top: 2rem;
}

.tabbed-forms .content-field .active {
  border-color: #8b51f5;
}

.tabbed-forms .content-field .active label:not(.custom-control-label):not(.custom-select-label):not(.custom-file-label):not(.file-description) {
  font-size: 0.778em;
  color: #8b51f5;
  top: 7px;
}

.tabbed-forms .content-field .active textarea {
  border-color: #8b51f5;
}

.DnnModule-Form .dnnFormItem .dnnFormInput,
.DnnModule-Form .tabbed-forms .input-group select {
  display: block;
  padding: 0.375rem 0 calc(.375rem - 1px);
  background-clip: padding-box;
  background-color: transparent;
  border: solid rgba(0, 0, 0, 0.42);
  border-radius: 0;
  border-width: 0 0 1px;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.87);
  font-size: 1rem;
  line-height: 1.5;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.DnnModule-Form .dnnFormItem .dnnFormInput:hover,
.DnnModule-Form .tabbed-forms .input-group select:hover {
  border-color: #001f45 !important;
  box-shadow: inset 0 -2px 0 -1px #001f45 !important;
}

.DnnModule-Form .dnnFormItem .dnnFormInput:focus,
.DnnModule-Form .tabbed-forms .input-group select:focus {
  border-color: #6c3c91 !important;
  box-shadow: inset 0 -2px 0 -1px #6c3c91 !important;
  outline: 0 !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.DnnModule-Form .input-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  padding-right: 30px;
}

.DnnModule-Form .input-group {
  position: relative;
}

.DnnModule-Form .input-group:before {
  content: "\25bc";
  color: #6c3c91;
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 1.4em;
}


.DnnModule-Form .input-group select {
  border: 0;
}
.DnnModule-Form .dnnLabel {
  width: 100%;
}
.DnnModule-Form .dnnFormItem .dnnFormInput {
  margin: 0;
}
.DnnModule-Form .form-builder-canvas .form-submit {
  padding: 0;
  float: left;
  width: 49%;

        padding-right: 30px !important;

}
        @media (max-width:768px) {.DnnModule-Form .form-builder-canvas .form-submit {
            width: 100%;
        }  }
.style-material-block,
.DnnModule-Form {
  margin-top: 60px;
}
.style-material-block button,
.DnnModule-Form button,
.style-material-block button.dnnPrimaryAction,
.DnnModule-Form button.dnnPrimaryAction {
  width: 100%;
  border-radius: 4px;
  font-family: 'proxima-nova', sans-serif;
  font-size: 1em;
  color: #fff;
  padding: 18px 13px;
  font-weight: bold;
  text-shadow:none;
}

#wizardJoin dt i {
    background-size: 100%;
    max-width: 36px;
    background-repeat: no-repeat;
}
.first-home  #wizardJoin .step-right, .home  #wizardJoin .step-right{
        min-height: 332px;
    
}

.DnnModule-Form .input-group:before {
  z-index: -1;
}
.DnnModule-Form .input-group select {
  padding-left: 10px !important;
}
.DnnModule-Form .input-group select::-ms-expand {
  display: none !important;
}

.DnnModule-Form .form-builder-canvas .spinner .modal-backdrop {
  background-color: #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .inner .banner.main-banner.adjust-height {
    height: 427px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inner .banner.main-banner.adjust-height {
    height: 300px !important;
  }
  .inner .banner.main-banner.adjust-height h1 {
    font-size: 2.5em;
  }
}

.tabbed-forms .content-field label:not(.custom-control-label):not(.custom-select-label):not(.custom-file-label):not(.file-description):not(.file-status) {
  font-size: 1em;
  position: absolute;
  top: 28px;
  color: #a2a2a2;
  z-index: 9;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  left: 0;
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 400;
}

.tabbed-forms .content-field .form-control {
  padding-top: 2rem;
}

.tabbed-forms .content-field .active {
  border-color: #8b51f5;
}
.tabbed-forms .content-field .active label:not(.custom-control-label):not(.custom-select-label):not(.custom-file-label):not(.file-description) {
  font-size: 0.778em;
  color: #8b51f5;
  top: 7px;
}

.tabbed-forms .content-field .active textarea {
  border-color: #8b51f5;
}

.DnnModule-Form .tabbed-forms .input-group select {
  display: block;
  padding: 0.375rem 0 calc(.375rem - 1px);
  background-clip: padding-box;
  background-color: transparent;
  border: solid rgba(0, 0, 0, 0.42);
  border-radius: 0;
  border-width: 0 0 1px;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.87);
  font-size: 1rem;
  line-height: 1.5;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.DnnModule-Form .tabbed-forms .input-group select:hover {
  border-color: #001f45 !important;
  box-shadow: inset 0 -2px 0 -1px #001f45 !important;
}

.DnnModule-Form .tabbed-forms .input-group select:focus {
  border-color: #6c3c91 !important;
  box-shadow: inset 0 -2px 0 -1px #6c3c91 !important;
  outline: 0 !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.tabbed-forms .form-group .static-text h2 {
  text-transform: uppercase;
  margin: 0 0 16px;
  color: #001f45;
  font-size: 0.955em;
  line-height: 1.2em;
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 900;
}

.alt-bg .tabbed-forms .form-group .static-text h2 {
  color: #6c3c91;
}

/*enter  to win*/
.DnnModule-Form .tabbed-forms .form-group .static-text h2 {
  margin: 0;
}
.DnnModule-Form .tabbed-forms .content-field {
  padding: 0;
}
.DnnModule-Form .tabbed-forms .content-field .form-group {
  position:relative;
  margin: 0 0 40px;
}
.DnnModule-Form .tabbed-forms .content-field .form-group .error-message{ 
  position:absolute;
  color: red;
 }
.DnnModule-Form .tabbed-forms .content-field label:after {
  display: none;
}
.DnnModule-Form .tabbed-forms .content-field label:not(.custom-control-label):not(.custom-select-label):not(.custom-file-label):not(.file-description):not(.file-status) {
  top: 2px;
}
.DnnModule-Form .tabbed-forms .content-field .active label:not(.custom-control-label):not(.custom-select-label):not(.custom-file-label):not(.file-description) {
  top: -18px;
}
.DnnModule-Form .tabbed-forms .content-field .number-selector .dnnLabel {
  display: none;
}
.DnnModule-Form .tabbed-forms .content-field .number-selector .input-group select {
  height: auto !important;
}
.DnnModule-Form .tabbed-forms .content-row:nth-of-type(3) .content-field .form-group {
  margin: 30px 0 40px;
}
.DnnModule-Form .tabbed-forms .content-row:nth-of-type(6) .content-field .form-group {
  margin: 0 0 20px;
}
.DnnModule-Form .tabbed-forms .content-row:nth-of-type(4) .content-field,
.DnnModule-Form .tabbed-forms .content-row:nth-of-type(7) .content-field {
  width: 49% !important;
}
@media (max-width: 767px) {
  .DnnModule-Form .tabbed-forms .content-row:nth-of-type(4) .content-field,
  .DnnModule-Form .tabbed-forms .content-row:nth-of-type(7) .content-field {
    width: 100% !important;
  }
}
.DnnModule-Form .tabbed-forms .content-row:nth-of-type(4) .content-field:nth-of-type(2),
.DnnModule-Form .tabbed-forms .content-row:nth-of-type(7) .content-field:nth-of-type(2) {
  left: 51% !important;
}
@media (max-width: 767px) {
  .DnnModule-Form .tabbed-forms .content-row:nth-of-type(4) .content-field:nth-of-type(2),
  .DnnModule-Form .tabbed-forms .content-row:nth-of-type(7) .content-field:nth-of-type(2) {
    left: 0 !important;
  }
}
@media (max-width: 767px) {
  .DnnModule-Form .tabbed-forms .content-row {
    position: relative;
    top: auto !important;
    left: auto !important;
    height: auto !important;
  }
  .DnnModule-Form .tabbed-forms .content-row .content-field {
    position: relative;
    box-sizing: border-box;
    padding: 0;
    float: left;
  }
}

.content-banner {
  background: #e1e1e1;
  border-radius: 6px;
  padding: 36px 50px 38px 50px;
  margin: 10px 0 60px;
}
@media (max-width: 767px) {
  .content-banner {
    padding: 36px 35px 38px;
  }
}
.content-banner h2 {
  margin: 0 0 14px;
}
.content-banner p {
  margin: 0;
}
.content-banner .table-cell {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .content-banner .table-cell {
    display: block;
    text-align: center;
  }
}
.content-banner .table-cell:first-of-type {
  width: 79%;
}
@media (max-width: 1199px) {
  .content-banner .table-cell:first-of-type {
    width: 67%;
  }
}
@media (max-width: 991px) {
  .content-banner .table-cell:first-of-type {
    width: 100%;
  }
}
.inner .banner.main-banner.adjust-height {
    background-position: center !important;
}
.content-banner .table-cell:first-of-type p {
  max-width: 686px;
}
.content-banner .btn {
  font-weight: 600;
  display: inline-block;
  border-radius: 4px;
  padding: 16px 48px;
  white-space: nowrap;
}
.content-banner .btn .fa {
  margin: 0 10px 0 0;
}
@media (max-width: 991px) {
  .content-banner .btn {
    margin: 23px 0 0;
  }
}

.alt-bg .activity tr,
.white-bg .activity tr {
  background: #f2f2f3;
}
.alt-bg .activity thead tr,
.white-bg .activity thead tr,
.alt-bg .activity tr:nth-of-type(2n),
.white-bg .activity tr:nth-of-type(2n) {
  background: #fff;
}
@media (max-width: 767px) {
  .alt-bg .activity td,
  .white-bg .activity td {
    padding: 11px 0 11px 155px;
  }
   .alt-bg .activity td:before, .white-bg .activity td:before {
   
    width: 127px;
	}
}