.no-pad {
  padding: 0;
}
.no-pad-left {
  padding-left: 0;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .no-pad-left-md {
    padding-left: 0;
  }
}
.no-pad-right {
  padding-right: 0;
}
@media (min-width: 992px) {
  .no-pad-right-md {
    padding-right: 0;
  }
}
.nav-wrapper {
  border-width: 0 0 5px 0;
}
.asg-portal-section {
  background: #ececec;
}
.asg-portal-section .container {
  background: #ffffff;
}
.asg-portal-section .asg-page {
  background: #ffffff;
}
.asg-portal-section table td {
  font-family: Arial, sans-serif;
}
.asg-portal-section .content {
  padding-bottom: 30px;
}
.asg-portal-section .content h2 {
  margin: 0;
  color: #57af94;
  font-size: 24px;
  display: block;
}
.asg-portal-section .content h2.member-title {
  text-transform: uppercase;
  margin-bottom: 20px;
  border-bottom: 5px solid #57af94;
}
.asg-portal-section .content ul {
  margin: 0;
  padding: 0 !Important;
  color: #000000;
  border: none;
  background: none;
}
.asg-portal-section .content ul li {
  margin: 0;
  padding: 0;
}
.asg-portal-section .asg-page-title {
  font-family: 'ralewayregular', sans-serif;
  font-weight: 100;
  font-size: 45px;
}
.asg-portal-section .help-center {
  text-align: center;
}
.asg-portal-section .help-center p {
  font-family: 'ralewaybold', sans-serif;
  font-size: 24px;
}
.asg-portal-section .help-center p .fa {
  margin-right: 10px;
}
.asg-portal-section .border-bottom {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 12px;
}
.asg-portal-section .border-bottom.dashed {
  border-bottom-style: dashed;
}
.asg-portal-section .border-bottom.green {
  border-bottom-color: #57af94;
}
.asg-portal-section .border-bottom.light-grey {
  border-bottom-color: #ececec;
}
.asg-portal-section .table-break {
  display: table-row;
  float: none;
}
.asg-portal-section .asg-member-alerts {
  border: none;
  padding: 0;
  margin-top: 15px;
}
.asg-portal-section .asg-member-alerts .asg-alert {
  border: 2px solid #e0684b;
  background: #fcdbd7;
  line-height: 35px;
  padding: 0 10px;
  font-weight: bold;
  margin-bottom: 10px;
}
.asg-portal-section .asg-member-alerts .asg-alert .fa-exclamation-triangle {
  color: #e0684b;
  font-size: 20px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.asg-portal-section .asg-member-alerts .asg-alert div {
  display: inline-block;
}
.asg-portal-section .asg-member-alerts .asg-alert .button {
  margin: 5px 0;
}
.asg-portal-section table {
  border: none;
}
.asg-portal-section .fund-title {
  color: #a0a0a0;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  line-height: 1em;
}
.asg-portal-section .fund-value {
  font-family: Arial, sans-serif;
  font-size: 46px;
  line-height: 50px;
  font-weight: bold;
  text-align: left;
  color: #000000;
}
.asg-portal-section .display-table {
  display: table;
  width: 100%;
}
.asg-portal-section .display-tablecell {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.k-select {
  border-left: 1px solid #cccccc !important;
}
.k-select .k-icon.k-i-arrow-s {
  background-image: url("../images/dropdown-arrows.png");
  background-position: center center;
  background-size: auto 100%;
  width: 13px;
  height: 13px;
  margin-top: -5px;
}
.k-header {
  border: none;
  background: none;
}
.asg-portal-section .content .tabstrip.k-header {
  border: none;
  background: none;
}
.asg-portal-section .content ul.k-tabstrip-items .k-state-default {
  border-color: #cccccc;
  top: 1px;
  border-width: 1px;
  background: #efefef;
  margin-right: 5px;
  font-weight: bold;
}
.asg-portal-section .content ul.k-tabstrip-items .k-state-default .k-link {
  color: initial;
}
.asg-portal-section .content ul.k-tabstrip-items .k-state-active {
  margin-bottom: -2px;
  border-bottom-color: #ffffff;
  background: #ffffff;
}
.asg-portal-section .content .k-tabstrip .k-content {
  padding: 15px;
  margin: 0;
  border: 1px solid #cccccc;
  color: initial;
}
.absolute-bottom {
  position: absolute;
  bottom: 15px;
}
@media (min-width: 992px) {
  .absolute-bottom-md {
    position: absolute;
    bottom: 15px;
  }
}
.k-pager-wrap:after,
.k-pager-wrap:before {
  display: table;
  content: ' ';
}
.k-pager-wrap:after {
  clear: both;
}
.k-panelbar .k-item {
  color: #000000;
}
.asg-child-action {
  display: inline-block;
}
.portal.button.button,
input[type="submit"].portal.button.button {
  line-height: 1em;
  padding: 13px 25px;
  text-transform: uppercase;
  font-family: 'ralewaybold', sans-serif;
  font-size: 14px;
  clear: none;
}
.portal.button.button.k-button:focus,
input[type="submit"].portal.button.button.k-button:focus {
  box-shadow: none;
}
.portal.button.button.rounded,
input[type="submit"].portal.button.button.rounded {
  border-radius: 5px;
}
.portal.button.button.green,
input[type="submit"].portal.button.button.green {
  border: 3px solid #57af94;
}
.portal.button.button.green.solid,
input[type="submit"].portal.button.button.green.solid {
  background: #57af94;
  color: #ffffff;
}
.portal.button.button.green.hollow,
input[type="submit"].portal.button.button.green.hollow {
  background: #ffffff;
  color: #57af94;
}
.portal.button.button.narrow,
input[type="submit"].portal.button.button.narrow {
  padding: 6px 25px 10;
}
.portal.button.button.tiny,
input[type="submit"].portal.button.button.tiny {
  padding: 5px 10px;
}
.portal.button.button:hover,
input[type="submit"].portal.button.button:hover {
  cursor: pointer;
  text-decoration: none;
}
.portal.button.button .fa,
input[type="submit"].portal.button.button .fa {
  font-size: 20px;
  top: 2px;
  position: relative;
}
.portal.button.button .fa.left-position,
input[type="submit"].portal.button.button .fa.left-position {
  margin-left: -5px;
}
.portal.button.button .fa.fa-pencil,
input[type="submit"].portal.button.button .fa.fa-pencil {
  margin-right: 5px;
}
.page-action .portal.button {
  margin-right: 10px;
}
.button-row {
  border-bottom: 1px dashed #57af94;
}
.asg-portal-section .content .fa.circle {
  border-width: 3px;
  border-style: solid;
  border-radius: 50%;
  height: 1.4em;
  width: 1.4em;
  padding-top: 2px;
  text-align: center;
  position: relative;
  top: 1px;
}
.asg-section {
  border: none;
  padding: 0;
  margin-bottom: 20px;
}
.member-update {
  border: 3px solid #cccccc;
  margin-bottom: 15px;
}
.member-update .invisible {
  margin: 0;
}
.member-update .panel-title {
  background: #cccccc;
  font-family: 'ralewaybold', sans-serif;
  font-size: 21px;
  padding: 15px 25px;
  margin: 0;
}
.member-update .asg-update-password {
  padding: 25px;
}
.member-update .asg-update-password .editor-field {
  margin-bottom: 20px;
  position: relative;
}
.member-update .asg-update-password .editor-field input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-color: #cccccc;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
}
.member-update .asg-update-password .editor-field .field-validation-error {
  position: absolute;
}
.member-update .asg-update-password p {
  margin: 20px 0;
}
.member-update .asg-marketing-preferences {
  padding: 25px;
}
.member-update .editor-label {
  margin-top: 0;
}
.member-update .editor-label label {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #cccccc;
  text-transform: uppercase;
}
.asg-marketing-preferences .asg-marketing-preference-table {
  border: none;
  margin-bottom: 20px;
}
.asg-marketing-preferences .asg-marketing-preference-table th {
  border-width: 0 0 3px 0;
  border-color: #cccccc;
  color: #cccccc;
  text-align: left;
  padding: 10px 0;
  text-transform: uppercase;
}
.asg-marketing-preferences .asg-marketing-preference-table tr {
  border-bottom: 1px solid #ececec;
}
.asg-marketing-preferences .asg-marketing-preference-table td {
  padding: 10px 0;
  text-align: left;
  font-weight: bold;
}
.asg-marketing-preferences .asg-marketing-preference-table td.asg-marketing-preference-option {
  text-align: left;
}
.asg-marketing-preferences .asg-marketing-preference-table .km-switch {
  border-radius: 5px;
  border-width: 2px;
  border-style: solid;
  width: 5.5em;
  cursor: pointer;
}
.asg-marketing-preferences .asg-marketing-preference-table .km-switch.km-switch-off {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #000000;
}
.asg-marketing-preferences .asg-marketing-preference-table .km-switch.km-switch-on {
  background-color: #57af94;
  border-color: #57af94;
  color: #ffffff;
}
.asg-marketing-preferences .asg-marketing-preference-table .km-switch .km-switch-handle {
  width: 2em;
  background-color: #efefef !important;
  border-radius: 3px;
  margin: 0;
}
.asg-marketing-preferences .asg-marketing-preference-table .km-switch .km-switch-label-on {
  top: -1px;
  font-size: 1.1em;
  margin-right: 2px;
}
.asg-marketing-preferences .asg-marketing-preference-table .km-switch .km-switch-label-off {
  top: -1px;
  font-size: 1.1em;
  margin-left: 2px;
}
@media (min-width: 480px) {
  .asg-marketing-preferences .k-dropdown {
    max-width: 50%;
  }
}
.asg-marketing-preferences .editor-field.method {
  font-weight: 600;
  font-size: 14px;
  color: #cccccc;
  text-transform: uppercase;
}
.asg-marketing-preferences .k-dropdown-wrap .k-input {
  color: #000000;
}
.asg-marketing-preferences .k-dropdown-wrap.k-state-default {
  border-color: #cccccc;
  background-color: #e2e1e2;
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0px, rgba(255, 255, 255, 0) 100%);
  padding: 0 5px;
}
.asg-marketing-preferences .k-dropdown-wrap.k-state-focused {
  border-color: #cccccc;
  background-color: #e2e1e2;
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0px, rgba(255, 255, 255, 0) 100%);
}
.asg-marketing-preferences .k-dropdown-wrap.k-state-hover {
  border-color: #cccccc;
  background-color: #e2e1e2;
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0px, rgba(255, 255, 255, 0) 100%);
}
.k-animation-container .k-list-container {
  border-color: #cccccc;
  background-color: #ececec;
  color: #000000;
  padding: 0;
}
.k-animation-container .k-list-container .k-list-optionlabel {
  display: none;
}
.k-animation-container .k-list-container .k-state-selected {
  background-color: #cccccc;
  border: 0;
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0px, rgba(255, 255, 255, 0) 100%);
  color: #000000;
}
.k-animation-container .k-list-container .k-state-hover,
.k-animation-container .k-list-container .k-state-hover:hover {
  border-color: #cccccc;
  background-color: #e2e1e2;
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0px, rgba(255, 255, 255, 0) 100%);
  color: #000000;
}
.asg-portal-section .content .green-block {
  margin-bottom: 0;
}
.asg-portal-section .content .green-block.texture {
  border: none;
}
.asg-portal-section .content .green-block.texture .gradient-container {
  padding: 20px;
}
.asg-portal-section .content .green-block.texture .gradient-container p {
  margin: 0;
}
.asg-portal-section .content .k-panelbar > li.k-item {
  border: 3px solid #acacac;
  margin-bottom: 20px;
}
.asg-portal-section .content .k-panelbar > li.k-item > .k-link {
  border: 0;
  color: #000000;
  background: none;
  padding: 0;
}
.asg-portal-section .content .k-panelbar > li.k-item > .k-link .panel-title {
  font-family: 'ralewaybold', sans-serif;
  font-size: 21px;
}
.asg-portal-section .content .k-panelbar > li.k-item > .k-link .member-title {
  padding: 0 30px 0 25px;
  background: #ffffff;
  color: #000000;
  transition: 0.25s;
}
.asg-portal-section .content .k-panelbar > li.k-item > .k-link .asg-child-name {
  padding: 0 25px;
  background: #ffffff;
  color: #000000;
  transition: 0.25s;
  font-weight: initial;
}
.asg-portal-section .content .k-panelbar > li.k-item > .k-link .asg-child-fund {
  margin-bottom: 20px;
}
.asg-portal-section .content .k-panelbar > li.k-item > .k-link.k-state-selected.k-state-focused {
  box-shadow: none;
}
.asg-portal-section .content .k-panelbar > li.k-item > .k-link span {
  cursor: pointer;
}
.asg-portal-section .content .k-panelbar > li.k-item.k-state-active .k-link .member-title {
  background: #acacac;
  color: #ffffff;
}
.asg-portal-section .content .k-panelbar > li.k-item.k-state-active .k-link .asg-child-name {
  background: #cccccc;
  color: #000000;
}
.asg-portal-section .content .k-panelbar .k-item .k-link.k-state-selected {
  box-shadow: none;
  border: none;
  background: none;
  color: initial;
}
.asg-portal-section .content .k-panelbar .k-item .k-link.k-state-hover {
  background: none;
  cursor: default;
}
.asg-portal-section .content .k-panelbar .k-item .k-link .asg-child-page {
  padding: 10px;
}
.asg-portal-section .content .k-panelbar .k-item .k-link .asg-child-page .invisible {
  margin: 0;
}
.asg-portal-section .content .k-panelbar .k-item .k-icon.k-i-arrow-s.k-panelbar-expand {
  background-image: url("../images/accordion-down.png");
  background-size: 100% 100%;
  background-position: center center;
  width: 25px;
  height: 25px;
  top: 50%;
  margin-top: -13px;
}
.asg-portal-section .content .k-panelbar .k-item .k-icon.k-i-arrow-n.k-panelbar-collapse {
  background-image: url("../images/accordion-up.png");
  background-size: 100% 100%;
  background-position: center center;
  width: 25px;
  height: 25px;
  top: 50%;
  margin-top: -13px;
}
.asg-portal-section .content .k-panelbar.asg-beneficiary-group > li.k-item {
  border-color: #cccccc;
}
.asg-portal-section .content .k-panelbar.Male li.k-item {
  border-color: #72b5cc;
}
.asg-portal-section .content .k-panelbar.Male li.k-item.k-state-active .k-link .asg-child-name {
  background: #72b5cc;
  color: #000000;
}
.asg-portal-section .content .k-panelbar.Female li.k-item {
  border-color: #f5887b;
}
.asg-portal-section .content .k-panelbar.Female li.k-item.k-state-active .k-link .asg-child-name {
  background: #f5887b;
  color: #000000;
}
.asg-portal-section input.k-textbox.input-readonly {
  border: none;
  font-family: 'ralewaybold', sans-serif;
  color: #000000;
  padding: 0;
  margin: 0;
  text-indent: 0;
  height: auto;
}
.asg-portal-section input.k-textbox.input-readonly.number {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.asg-portal-section input.k-textbox.input-readonly:focus {
  box-shadow: none;
}
.editor-label label {
  color: #acacac;
  font-family: 'raleway', sans-serif;
  font-weight: 600;
}
.editor-field {
  line-height: 40px;
}
.editor-field input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-color: #cccccc;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  color: #000000;
  font-size: 14px;
}
.editor-field input.input-readonly {
  border: none;
  box-shadow: none;
  padding: 0;
  text-indent: 0;
}
.editor-field input:hover {
  color: #000000;
  border-color: #57af94;
}
.k-dropdown-wrap .k-input {
  color: #000000;
}
.k-dropdown-wrap.k-state-default {
  border-color: #cccccc;
  background-color: #e2e1e2;
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0px, rgba(255, 255, 255, 0) 100%);
  padding: 0 5px;
}
.k-dropdown-wrap.k-state-focused {
  border-color: #cccccc;
  background-color: #e2e1e2;
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0px, rgba(255, 255, 255, 0) 100%);
}
.k-dropdown-wrap.k-state-hover {
  border-color: #cccccc;
  background-color: #e2e1e2;
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0px, rgba(255, 255, 255, 0) 100%);
}
.k-datepicker {
  border: none;
  background: none;
}
.k-datepicker .k-input {
  color: #000000;
}
.k-datepicker .k-picker-wrap.k-state-default {
  border-color: #cccccc;
  background-color: transparent;
  background-image: none;
  padding: 0 5px;
}
.k-datepicker .k-picker-wrap.k-state-default > .k-select {
  border-color: #cccccc;
}
.k-datepicker .k-picker-wrap.k-state-focused {
  border-color: #cccccc;
  background-color: transparent;
  background-image: none;
}
.k-datepicker .k-picker-wrap.k-state-hover {
  border-color: #cccccc;
  background-color: transparent;
  background-image: none;
}
.k-content {
  color: #000000;
}
.k-window-action {
  background: none;
  border: none;
}
.k-window-action.k-state-hover {
  background: none;
  border: none;
}
.k-window-action.k-state-hover:hover {
  background: none;
  border: none;
}
.k-window-action.k-state-hover > .k-i-close {
  background-position: center center !important;
}
.k-window-action .k-icon {
  height: 17px;
  width: 17px;
  background-image: url("../images/modal-close.png");
  background-size: 100% 100%;
  background-position: center center;
}
.address-wrapper {
  margin-top: 15px;
}
.address-wrapper .address-block {
  padding: 15px;
  border: 1px solid #cccccc;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .address-wrapper .address-block {
    margin-top: 0;
  }
}
.asg-portal-section .content.asg-member-page .asg-page-title {
  margin-top: 54px;
  padding: 10px 0;
}
.asg-portal-section .content .asg-member-display .row {
  margin-left: -20px;
  margin-right: -20px;
}
.asg-portal-section .content .member-info-row {
  display: table;
  width: 100%;
}
@media (min-width: 768px) {
  .asg-portal-section .content .member-info-row .member-info {
    display: table-cell;
    width: 25%;
    float: none;
    vertical-align: top;
  }
}
.asg-portal-section .content .member-info-row .member-info:after {
  content: '';
  width: 100%;
  display: block;
  border-bottom: 1px solid #ececec;
  margin-bottom: 20px;
}
.asg-portal-section .content .member-info-row .member-info.small {
  font-size: inherit;
}
@media (min-width: 768px) {
  .asg-portal-section .content .member-info-row .member-info.small {
    width: 50%;
    /* display: block; */
    float: left;
  }
}
.asg-portal-section .content .member-info-row .member-info .editor-field {
  line-height: 1.6em;
  color: #000000;
  font-family: 'ralewaybold', sans-serif;
  padding-bottom: 5px;
}
.asg-portal-section .content .asg-child-action {
  margin: 10px 10px 20px 0;
  padding: 0;
  border: none;
}
.asg-portal-section .content .asg-child-details {
  margin: 15px 0;
  padding-left: 0;
}
.asg-portal-section .content .asg-child-fund {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: 1.7em;
  padding: 0;
}
.asg-portal-section .content .asg-child-fund.fund-amount {
  font-size: 26px;
  font-family: Arial, sans-serif;
}
.asg-portal-section .content .asg-child-fund sup {
  line-height: 0;
  top: -6px;
  font-size: 0.6em;
}
.asg-portal-section .content .fund-wrapper {
  border-bottom: 1px solid #ececec;
}
.asg-portal-section .content .fund-wrapper:after,
.asg-portal-section .content .fund-wrapper:before {
  content: '';
  display: table;
}
.asg-portal-section .content .fund-wrapper:after {
  clear: both;
}
.asg-portal-section .content .total-amount {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  border-bottom: 5px solid #000000;
  padding-bottom: 5px;
  margin: 15px 0;
}
.asg-portal-section .content .total-amount .final-amount {
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #ececec;
  font-family: Arial, sans-serif;
  display: inline-block;
  font-size: 26px;
}
.asg-portal-section .content .asg-section.asg-children-buttons {
  border-bottom: 1px dashed #57af94;
  margin-top: 15px;
}
.asg-portal-section .content .asg-section.asg-children {
  margin-bottom: 0;
  border-bottom: 5px solid #57af94;
}
.asg-portal-section .content .asg-section.asg-children h2 {
  margin: 0;
  color: #57af94;
  font-size: 24px;
}
.asg-portal-section .content .asg-section .asg-children-buttons.asg-section {
  border-bottom: 1px dashed #57af94;
}
.asg-portal-section .content .asg-member-combinedfundvalue {
  padding: 0;
  border: 3px solid #57af94;
  margin-bottom: 20px;
}
.asg-portal-section .content .asg-member-combinedfundvalue .member-number {
  padding: 5px 15px;
  background: #57af94;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.asg-portal-section .content .asg-member-combinedfundvalue .asg-combinedfundvalue {
  padding: 15px;
}
.asg-portal-section .content .asg-member-combinedfundvalue .asg-combinedfundvalue .fund-title {
  color: #a0a0a0;
  font-weight: bold;
  font-size: 16px;
}
.asg-portal-section .content .asg-member-combinedfundvalue .asg-combinedfundvalue .combined-value {
  font-family: Arial, sans-serif;
  font-size: 46px;
  line-height: 50px;
  font-weight: bold;
}
.asg-portal-section .content .asg-member-section .member-heading {
  border-bottom: 5px solid #57af94;
  margin-bottom: 20px;
}
.asg-portal-section .content .asg-member-section .member-heading h2 {
  color: #57af94;
  font-size: 24px;
}
.asg-portal-section .content .asg-member-section .settings-header {
  border-bottom: 5px solid #acacac;
}
.asg-portal-section .content .asg-member-section .settings-header h2 {
  font-size: 24px;
}
.asg-portal-section .content .asg-member-section .settings-header .fa-cog {
  font-size: 20px;
  float: right;
  position: relative;
  top: 15px;
}
.asg-portal-section input.input-readonly.k-textbox {
  padding-bottom: 10px;
}
.k-widget.k-window {
  padding: 20px 30px;
}
.k-widget.k-window .k-window-titlebar.k-header {
  margin-top: 15px !important;
  position: relative;
  height: auto;
  background: none;
  border-bottom: 5px solid #57af94;
  font-size: 24px;
  color: #57af94;
  font-weight: bold;
}
.k-widget.k-window .k-window-content {
  overflow: visible !important;
  padding: 0;
  margin: 0 !important;
}
.asg-portal-section .asg-document-page .asg-document-table {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .asg-portal-section .asg-document-page .asg-document-table thead {
    display: none;
  }
}
.asg-portal-section .asg-document-page .asg-document-table th {
  background-color: #acacac;
  border-width: 0 0 0 1px;
  border-color: #cccccc;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 18px;
  padding: 0.5em 0.6em 0.4em;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  text-align: left;
}
.asg-portal-section .asg-document-page .asg-document-table th:first-child {
  border-left: none;
}
.asg-portal-section .asg-document-page .asg-document-table tr {
  border-bottom: 1px solid #ececec;
}
.asg-portal-section .asg-document-page .asg-document-table tr td {
  padding: 10px;
  width: 100%;
  display: block;
  font-family: Arial, 'sans-serif';
}
@media (min-width: 480px) {
  .asg-portal-section .asg-document-page .asg-document-table tr td {
    width: 100%;
    float: left;
  }
}
@media (min-width: 768px) {
  .asg-portal-section .asg-document-page .asg-document-table tr td {
    width: auto;
    display: table-cell;
    float: none;
  }
}
@media (max-width: 767px) {
  .asg-portal-section .asg-document-page .asg-document-table tr td:before {
    content: attr(headers);
    float: none;
    width: 100%;
    text-align: left;
    clear: both;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #cccccc;
    margin-bottom: 10px;
  }
}
.asg-portal-section .asg-document-page .asg-document-table tr td a {
  display: inline-block;
  float: none;
}
@media (max-width: 767px) {
  .asg-portal-section .asg-document-page .asg-document-table tr td.download-button {
    padding-bottom: 20px;
  }
}
.asg-portal-section .asg-document-page .asg-document-table tr .asg-document-view {
  text-align: left;
}
@media (min-width: 480px) {
  .asg-portal-section .asg-document-page .asg-document-table tr .asg-document-view {
    width: 125px;
  }
}
@media (min-width: 768px) {
  .asg-portal-section .asg-document-page .asg-document-table tr .asg-document-view {
    text-align: right;
    width: auto;
  }
}
.asg-portal-section .asg-document-page .asg-document-table tr .asg-document-download {
  text-align: left;
}
@media (min-width: 480px) {
  .asg-portal-section .asg-document-page .asg-document-table tr .asg-document-download {
    width: 190px;
  }
}
@media (min-width: 768px) {
  .asg-portal-section .asg-document-page .asg-document-table tr .asg-document-download {
    text-align: right;
  }
}
.asg-portal-section .content .open-beneficiary-section .field {
  line-height: 1.3em;
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
  margin-bottom: 15px;
  color: #000000;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
}
.asg-portal-section .content .open-beneficiary-section .field .field-header label {
  font-family: 'Raleway', sans-serif;
  color: #a0a0a0;
}
.asg-portal-section .content .asg-fund-transactions {
  margin-left: 0;
}
.asg-portal-section .content .asg-fund-contribution-section {
  border: 3px solid #acacac;
  padding: 15px;
  min-height: 149px;
}
@media (max-width: 991px) {
  .asg-portal-section .content .asg-fund-contribution-section {
    margin: 15px 0;
  }
}
.asg-portal-section .content .asg-fund-bpay {
  background: #efefef;
  padding: 15px;
  margin: 0;
  vertical-align: top;
  display: table;
  width: 100%;
}
.asg-portal-section .content .asg-fund-bpay .bpay-logo-wrapper {
  display: table-cell;
  padding-right: 15px;
  vertical-align: top;
  width: 93px;
}
.asg-portal-section .content .asg-fund-bpay .bpay-logo-wrapper .bpay-logo {
  width: auto;
  height: auto;
  float: none;
}
.asg-portal-section .content .asg-fund-bpay .bpay-biller {
  display: table-cell;
  float: none;
  vertical-align: top;
  padding: 5px 15px;
  text-align: left;
  border: 2px solid #000000;
}
.asg-portal-section .content .asg-fund-bpay .bpay-biller p {
  font-family: Arial, sans-serif;
  color: #000000;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
.asg-portal-section .content .asg-fund-current-account-value {
  border: 3px solid #57af94;
  padding: 15px;
}
.asg-portal-section .content .adaptive-grid-wrapper {
  border: 1px solid #cccccc;
  height: auto;
  display: block;
}
.asg-portal-section .content #fund-transaction-list {
  border: none;
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .asg-portal-section .content #fund-transaction-list table {
    display: block;
  }
}
@media (max-width: 991px) {
  .asg-portal-section .content #fund-transaction-list table tbody {
    display: block;
  }
}
@media (max-width: 991px) {
  .asg-portal-section .content #fund-transaction-list table tbody tr {
    display: block;
  }
}
@media (max-width: 991px) {
  .asg-portal-section .content #fund-transaction-list .k-grid-header {
    display: none;
  }
}
.asg-portal-section .content #fund-transaction-list .k-grid-header .k-header {
  border-left: 1px solid #cccccc;
  border-bottom: none;
  background: #acacac;
}
.asg-portal-section .content #fund-transaction-list .k-grid-header .k-header > span.k-link {
  border: none;
  background: none;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  white-space: normal;
}
.asg-portal-section .content #fund-transaction-list .k-grid-header .k-header:nth-child(2) {
  border: none;
}
.asg-portal-section .content #fund-transaction-list tr.k-alt {
  background-color: #eeeeee;
}
@media (max-width: 991px) {
  .asg-portal-section .content #fund-transaction-list tr.k-alt {
    background-color: #f9f9f9;
  }
}
.asg-portal-section .content #fund-transaction-list tr:hover {
  background-color: #cccccc;
}
@media (max-width: 991px) {
  .asg-portal-section .content #fund-transaction-list tr:hover {
    background-color: #efefef;
  }
}
.asg-portal-section .content #fund-transaction-list td {
  border-left: 1px solid #cccccc;
  color: #000000;
}
@media (max-width: 991px) {
  .asg-portal-section .content #fund-transaction-list td {
    border: none;
  }
}
.asg-portal-section .content #fund-transaction-list td:first-child {
  border-left: none;
}
.asg-portal-section .content #fund-transaction-list td:nth-child(2) {
  border-left: none;
}
@media (max-width: 991px) {
  .asg-portal-section .content #fund-transaction-list td:last-child {
    border-bottom: 1px solid #cccccc;
  }
}
@media (max-width: 991px) {
  .asg-portal-section .content #fund-transaction-list td {
    display: block;
    width: 100%;
  }
  .asg-portal-section .content #fund-transaction-list td:before {
    content: attr(headers);
    float: none;
    width: 100%;
    text-align: left;
    clear: both;
    display: block;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    color: #a0a0a0;
    margin-bottom: 10px;
  }
}
.asg-portal-section .content #fund-transaction-list .k-pager-wrap.k-grid-pager {
  background: #efefef;
  border-color: #cccccc;
}
.asg-portal-section .content #fund-transaction-list .k-pager-wrap.k-grid-pager .k-pager-nav {
  border-color: #cccccc;
  background-image: none, linear-gradient(to bottom, #ffffff 30%, #f0efee 100%);
  margin-left: 2px;
}
.asg-portal-section .content #fund-transaction-list .k-pager-wrap.k-grid-pager .k-pager-nav .k-icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto auto;
  top: -2px;
  position: relative;
}
.asg-portal-section .content #fund-transaction-list .k-pager-wrap.k-grid-pager .k-pager-nav .k-i-seek-w {
  background-image: url("../images/grid-pagination-first.png");
}
.asg-portal-section .content #fund-transaction-list .k-pager-wrap.k-grid-pager .k-pager-nav .k-i-arrow-w {
  background-image: url("../images/grid-pagination-prev.png");
}
.asg-portal-section .content #fund-transaction-list .k-pager-wrap.k-grid-pager .k-pager-nav .k-i-arrow-e {
  background-image: url("../images/grid-pagination-next.png");
}
.asg-portal-section .content #fund-transaction-list .k-pager-wrap.k-grid-pager .k-pager-nav .k-i-seek-e {
  background-image: url("../images/grid-pagination-last.png");
}
.asg-portal-section .content #fund-transaction-list .k-pager-wrap.k-grid-pager .k-pager-nav .k-i-arrow-s {
  background-image: url("../images/grid-pagination-drop-down.png");
}
.asg-portal-section .content #fund-transaction-list .k-pager-wrap.k-grid-pager .k-pager-nav .k-state-border-down .k-i-arrow-s {
  background-image: url("../images/grid-pagination-drop-up.png");
}
.asg-portal-section .content #fund-transaction-list .k-pager-wrap.k-grid-pager .k-pager-numbers {
  transform: translatey(0);
  -webkit-transform: translatey(0);
  position: relative;
  left: 0;
  margin: 0 2px;
}
.asg-portal-section .content #fund-transaction-list .k-pager-wrap.k-grid-pager .k-pager-numbers li {
  margin: 0 !important;
  display: block;
}
.asg-portal-section .content #fund-transaction-list .k-pager-wrap.k-grid-pager .k-pager-numbers li span {
  line-height: 2em;
  min-width: 3em;
  background-image: none, linear-gradient(to bottom, #ffffff 30%, #f0efee 100%);
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  border-radius: 1.0833em;
  text-align: center;
  padding: 0;
}
.k-panelbar > .k-item,
.k-panel > .k-item {
  list-style: none;
}
.portal-wrapper .portal-content-my-account {
  padding: 0 15px;
  margin: 0 !important;
}
@media (min-width: 768px) {
  .portal-wrapper .portal-content-my-account {
    padding: 0 30px;
  }
}

.loading-message {
  height: 200px;
  font-size: 24px;
}
.portal-wrapper .portal-subnav {
  margin: 15px auto;
}


.content ul li {
    padding-left: 0 !Important;
}



#asg-portal-section .content .asg-benefit-summary .k-panelbar .k-item .k-icon.k-i-arrow-s.k-panelbar-expand {
    left: 0px !important;
    float: left !important;
    background-image: url(/Templates/images/myASG/down-arrow-white-green-outline.png) !important;
}
#asg-portal-section .content .k-panelbar .k-item .k-icon.k-i-arrow-s.k-panelbar-expand {
    background-image: url(../images/accordion-down.png);
    background-size: 100% 100%;
    background-position: center center;
    width: 25px;
    height: 25px;
    top: 50%;
    margin-top: -13px;
}
#asg-portal-section .content .k-panelbar > li.k-item > .k-link span {
    cursor: pointer;
}

.asg-login-terms {
    border-color: #cccccc;
    border-radius: 0;
    border-width: 1px;
    border-style: solid;
    color: #000000;
    /*overflow-x: hidden; 
    overflow-y: scroll*/
}

/*Divya M*/
/*.asg-portal-section input.k-textbox.Caps.input-readonly {
     border: none;
      padding: 0;
    margin: 0;
    text-indent: 0;
    height: auto;
  font-family: 'Raleway', sans-serif; 
    color: #a0a0a0;
    text-transform: uppercase;
    line-height: 1.3em;
}
.asg-portal-section .content .asg-child-fund  Caps{
   line-height: 1.3em !important;
    border-bottom: 1px solid #ececec!important;
    padding-bottom: 10px!important;
    margin-bottom: 15px!important;
    color: #000000!important;
    font-family: Arial, sans-serif!important;
    text-transform: uppercase!important;
}*/

.value_label{    
    font-family: arial, sans-serif !important;
    text-transform: uppercase !important;
    font-weight: normal !important;
    font-size: 15px !important;
    color:#000000 !important;
    line-height: 1.3em !important;
    font-weight: 400 !important;
    padding-bottom:10px;
}

.big_lable{
    font-family:'Raleway', sans-serif !important;
    font-size: 18px;
    font-weight: bold;
    font-weight: 600 !important;
    color: #000000;
    line-height: 1.7em;
   padding: 0;
    margin:0px 0px 0px 0px !important;
    text-transform: uppercase !important;
}
.big_lable:first-letter {text-transform: uppercase}
.Bold-label{

     font-weight: bold !important;
}