﻿.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
html {
  font-size: 15px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
body {
  color: #3E4543;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 15px;
  background: #fff;
}
.border-top {
  border-top: solid 1px #cccccc;
}
.rel-pos {
  position: relative;
}
a {
  color: #3E4543;
  text-decoration: underline;
  cursor: pointer;
}
a.no-underline {
  text-decoration: none;
}
.underline {
    text-decoration: underline;
}
a.no-underline:hover,
a.no-underline:focus {
  text-decoration: underline;
}
a:hover {
  color: #3E4543;
  text-decoration: none;
}
a:focus {
  color: #3E4543 !important;
  text-decoration: none;
  background-color: #DBEAEA;
}
.icon-white {
  background: #ffffff;
}
.bold {
  font-weight: bold;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Overpass', sans-serif;
  font-weight: normal;
}
.h1,
h1 {
  font-size: 34px;
}
.h2,
h2 {
  font-size: 28px;
}
.h3,
h3 {
  font-size: 24px;
}
.h4,
h4 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .h1,
  h1 {
    font-size: 30px;
  }
}
.main-container {
  padding-top: 30px;
}
.centered-list {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.hide {
  display: none;
}
.app-box {
  padding-bottom: 40px;
}

.small-font {
    font-size: 12px;
}

.box-white {
    background-color: #fff;
    border-radius: 3px;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.infosummary {
    background-color: rgba(255, 255, 255, 0.8);
    border: 2px solid #1E988A;
    border-radius: 5px;
}

.icon-col-home, .icon-col-small {
    max-width: 200px;
    height: 100px;
    margin: 10px 5px;
    padding: 0;
    border: 2px solid #1E988A;
    background-color: #fff;
    border-radius: 5px;
}

.icon-col-small {
    max-width: 130px;
    margin: 10px 0;
}

    .icon-col-home > button, .icon-col-small > button {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 0;
        color: #1E988A;
        border-radius: 0;
        background-color: white;
    }

        .icon-col-home > button:hover, .icon-col-small > button:hover,
        .icon-col-home > button:focus, .icon-col-small > button:focus,
        .icon-col-home > button.active, .icon-col-small > button.active {
            background-color: #1E988A;
            color: #fff;
            cursor: pointer;
            box-shadow: none;
        }

            .icon-col-home > button:hover i, .icon-col-small > button:hover i,
            .icon-col-home > button:focus i, .icon-col-small > button:focus i,
            .icon-col-home > button.active i, .icon-col-small > button.active i {
                color: #fff !important;
            }

.application-label {
    margin-top: -10px;
    float: right;
}
.button-row {
  padding-top: 40px;
  padding-bottom: 40px;
}
.form-control {
  height: 46px;
  border-radius: 0;
  background: #ffffff;
  border-top: solid 1px #dadada;
  border-left: solid 1px #dadada;
  border-bottom: solid 1px #E9E9E9;
  border-right: solid 1px #E9E9E9;
  box-shadow: inset 1px 1px 2px #eaeaea;
}
.form-control:focus,
.form-control:hover,
.form-control:active {
  background-color: #ffffff;
  border: solid 1px #1E988A;
  color: inherit;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #ffffff;
  opacity: 1;
  border-top: solid 1px #dadada;
  border-left: solid 1px #dadada;
  border-bottom: solid 1px #E9E9E9;
  border-right: solid 1px #E9E9E9;
  box-shadow: inset 1px 1px 2px #eaeaea;
}
select.form-control:not([size]):not([multiple]) {
  height: 46px;
}
.input-group-addon {
  background-color: #666;
  border-top: solid 1px #dadada;
  border-bottom: solid 1px #E9E9E9;
  border-right: solid 1px #E9E9E9;
  border-radius: 0;
  color: #ffffff;
}
.input-group-addon-2-right {
  background-color: transparent;
  border-bottom: medium none;
  border-radius: 0;
  border-right: medium none;
  border-top: medium none;
  font-size: 20px;
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 900;
  color: #ababab;
}
.btn-input-add-on {
  background: transparent;
  position: absolute;
  top: 31px;
  right:10px;
}
.tooltip-inner {
  padding: 8px;
  color: #3E4543;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  border-radius: 0;
  box-shadow: 1px 1px 5px #cccccc;
}
.tooltip.in {
  opacity: 1;
}
.click-through {
  pointer-events: none;
}
.input-group-addon-2 {
  background-color: transparent;
  border-bottom: medium none;
  border-radius: 0;
  border-right: medium none;
  border-top: medium none;
  font-size: 18px;
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: 900;
  color: #ababab;
}
.input-group-addon-2-left {
  background-color: transparent;
  border-bottom: medium none;
  border-radius: 0;
  border-right: medium none;
  border-top: medium none;
  font-size: 20px;
  position: absolute;
  left: 5px;
  top: 8px;
  z-index: 900;
  color: #ababab;
}
.input-group-addon-2-right {
  background-color: transparent;
  border-bottom: medium none;
  border-radius: 0;
  border-right: medium none;
  border-top: medium none;
  font-size: 20px;
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 900;
  color: #ababab;
}
/* Validation */
.form-control.validation-error {
  border: solid 1px #c4161c !important;
}
.validation-error-text {
  padding-top: 5px;
  color: #c4161c;
  font-size: 13px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.validation-error-text::before {
  font-size: 15px;
  content: "\f071";
  font-family: "FontAwesome";
  width: 20px;
}
.validation-error-checkbox {
  padding-top: 5px;
  color: #c4161c;
  font-size: 13px;
  float: left;
  margin-right: 5px;
}
.validation-error-checkbox::before {
  font-size: 20px;
  content: "\f071";
  font-family: "FontAwesome";
  width: 24px;
  line-height: 17px;
}
/* Progress Bar */
.progress {
  height: 2px;
  z-index: -1;
  position: absolute;
  top: 11px;
  left: 11%;
  margin-left: auto;
  margin-right: auto;
  width: 77%;
}
.progress[value]::-ms-fill {
  background-color: #3E4543;
}
.progress[value]::-moz-progress-bar {
  background-color: #3E4543;
}
.progress[value]::-webkit-progress-value {
  background-color: #3E4543;
}
.progress-text {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -ms-justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    text-align: center;
    font-size: 12px;
    z-index: 1000;
    position: relative;
    padding-right: 2px;
    padding-left: 2px;
}
.progress-row {
  position: relative;
  margin-bottom: 40px;
}
.progress[value],
base::-moz-progress-bar {
  background-color: #cccccc;
  border-radius: .25rem;
}
.progress-circle {
  border: solid 1px #cccccc;
  background-color: #ffffff;
  border-radius: 50%;
  height: 23px;
  width: 23px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1000;
}
.progress-circle.active {
  border: solid 1px #3E4543;
  background-color: #1E988A;
}
.border-bottom {
  border-bottom: solid 1px #cccccc;
}
/* Modals */
.modal-header {
  border-bottom: none;
  display:block;
}
.modal-dialog {
  max-width: 680px;
}
/* Help Accordians */
.help-accordian {
  margin-bottom: 20px;
  padding: 10px 15px;
  border-radius: 4px;
  border: solid 1px #cccccc;
  cursor: pointer;
  font-size: 12px;
}
.help-accordian a:hover {
  text-decoration: none;
}
.help-accordian img {
  width: 90%;
  max-width: 280px;
  margin-right: auto;
  margin-left: auto;
}
.help-drop-close {
  text-align: right;
  padding-bottom: 5px;
  color: #666666;
}
.help-drop-close:before {
  content: "\f00d";
  font-family: "FontAwesome";
  padding-right: 5px;
}
/* Checkboxes and Radio Buttons */
.custom-control-input:checked ~ .custom-control-indicator {
  background-color: #ffffff;
  color: #1E988A !important;
  border: solid 2px #1E988A;
}
.custom-control-indicator {
  width: 20px;
  height: 20px;
  top: 0;
  background-color: #ffffff;
  border: solid 2px #cccccc;
}
.custom-control-description {
  display: inline-block;
  vertical-align: top;
  max-width: 90%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background: #1E988A;
  border: solid 2px #cccccc;
  background-image: none;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  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='%230EBAB0' 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");
  background-size: 14px 14px;
}
.custom-control {
  padding-left: 28px;
}
.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: none;
  border: solid 2px #1E988A;
}
.custom-control-input:active ~ .custom-control-indicator {
  box-shadow: none;
  background-color: #ffffff;
}
.custom-checkbox .custom-control-indicator {
  border-radius: 0;
}
/* datepicker */
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #1E988A !important;
  background-image: none;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #ffffff;
  text-shadow: none;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #1E988A !important;
  background-image: none;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #ffffff;
  text-shadow: none;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.active:hover {
  background-color: #1E988A !important;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.active:hover {
  background-color: #1E988A !important;
}
.lightgrey {
  color: #E9E9E9;
}
.midgrey {
  color: #cccccc;
}
.grey {
  color: #666666;
}
.darkgrey {
  color: #3E4543;
}
.white {
  color: #ffffff !important;
}
.red {
  color: #c4161c !important;
}
.green {
  color: #1da477 !important;
}
.blue {
  color: #00749a;
}
.dark-blue {
    color: #145571;
}

.orange {
  color: #FFA400;
}
.yellow {
  color: #fddb00;
}
.turquoise {
  color: #1E988A;
}
.mt-1,
.m-t-1 {
  margin-top: 5px !important;
}
.mt-2,
.m-t-2 {
  margin-top: 10px !important;
}
.mt-3,
.m-t-3 {
  margin-top: 20px !important;
}
.mt-4,
.m-t-4 {
  margin-top: 40px !important;
}
.mr-1,
.m-r-1 {
  margin-right: 5px !important;
}
.mr-2,
.m-r-2 {
  margin-right: 10px !important;
}
.mr-3,
.m-r-3 {
  margin-right: 20px !important;
}
.mr-4,
.m-r-4 {
  margin-right: 40px !important;
}
.mb-1,
.m-b-1 {
  margin-bottom: 5px !important;
}
.mb-2,
.m-b-2 {
  margin-bottom: 10px !important;
}
.mb-3,
.m-b-3 {
  margin-bottom: 20px !important;
}
.mb-4,
.m-b-4 {
  margin-bottom: 40px !important;
}
.ml-1,
.m-l-1 {
  margin-left: 5px !important;
}
.ml-2,
.m-l-2 {
  margin-left: 10px !important;
}
.ml-3,
.m-l-3 {
  margin-left: 20px !important;
}
.ml-4,
.m-l-4 {
  margin-left: 40px !important;
}
.pt-1,
.p-t-1 {
  padding-top: 5px !important;
}
.pt-2,
.p-t-2 {
  padding-top: 10px !important;
}
.pt-3,
.p-t-3 {
  padding-top: 20px !important;
}
.pt-4,
.p-t-4 {
  padding-top: 40px !important;
}
.pr-1,
.p-r-1 {
  padding-right: 5px !important;
}
.pr-2,
.p-r-2 {
  padding-right: 10px !important;
}
.pr-3,
.p-r-3 {
  padding-right: 20px !important;
}
.pr-4,
.p-r-4 {
  padding-right: 40px !important;
}
.pb-1,
.p-b-1 {
  padding-bottom: 5px !important;
}
.pb-2,
.p-b-2 {
  padding-bottom: 10px !important;
}
.pb-3,
.p-b-3 {
  padding-bottom: 20px !important;
}
.pb-4,
.p-b-4 {
  padding-bottom: 40px !important;
}
.pl-1,
.p-l-1 {
  padding-left: 5px !important;
}
.pl-2,
.p-l-2 {
  padding-left: 10px !important;
}
.pl-3,
.p-l-3 {
  padding-left: 20px !important;
}
.pl-4,
.p-l-4 {
  padding-left: 40px !important;
}
.ma-1,
.m-a-1 {
  margin: 5px !important;
}
.ma-2,
.m-a-2 {
  margin: 10px !important;
}
.ma-3,
.m-a-3 {
  margin: 20px !important;
}
.ma-4,
.m-a-4 {
  margin: 40px !important;
}
.pa-1,
.p-a-1 {
  padding: 5px !important;
}
.pa-2,
.p-a-2 {
  padding: 10px !important;
}
.pa-3,
.p-a-3 {
  padding: 20px !important;
}
.pa-4,
.p-a-4 {
  padding: 40px !important;
}
.mt-xs,
.m-t-xs {
  margin-top: 3px !important;
}
.mr-xs,
.m-r-xs {
  margin-right: 3px !important;
}
.mb-xs,
.m-b-xs {
  margin-bottom: 3px !important;
}
.ml-xs,
.m-l-xs {
  margin-left: 3px !important;
}
.pt-xs,
.p-t-xs {
  padding-top: 3px !important;
}
.pr-xs,
.p-r-xs {
  padding-right: 3px !important;
}
.pb-xs,
.p-b-xs {
  padding-bottom: 3px !important;
}
.pl-xs,
.p-l-xs {
  padding-left: 3px !important;
}
.m-a-xs,
.ma-xs {
  margin: 3px !important;
}
.p-a-xs,
.pa-xs {
  padding: 3px !important;
}
.mt-0,
.m-t-0 {
  margin-top: 0px !important;
}
.mr-0,
.m-r-0 {
  margin-right: 0px !important;
}
.mb-0,
.m-b-0 {
  margin-bottom: 0px !important;
}
.ml-0,
.m-l-0 {
  margin-left: 0px !important;
}
.pt-0,
.p-t-0 {
  padding-top: 0px !important;
}
.pr-0,
.p-r-0 {
  padding-right: 0px !important;
}
.pb-0,
.p-b-0 {
  padding-bottom: 0px !important;
}
.pl-0,
.p-l-0 {
  padding-left: 0px !important;
}
.pa-0 {
  padding: 0 0 0 0 !important;
}
.ma-0 {
  margin: 0 0 0 0 !important;
}
/* Header and Footer */
header {
  background: #fff;
  position: relative;
}
header a {
  text-decoration: none;
}
.logo {
  width:260px;
  height:34px;
}
.log-in-row {
  background: #3E4543;
  padding-top: 7px;
  padding-bottom: 7px;
  position: relative;
  z-index: 1000;
}
.log-in-question {
  font-size: 22px !important;
}
.btn-login {
  background: #1E988A;
  line-height: 6px;
  border-radius: 4px;
}
a.btn-login {
  font-size: 12px;
}
.btn-login:hover,
.btn-login:focus {
  background: #98d1ce;
}
.form-control-login {
  border-radius: 0;
  box-shadow: none;
  font-size: 11px;
  height: 30px !important;
  border: solid 1px #cccccc;
  width: 180px;
}
.form-control-login:focus {
  border: solid 1px #00536e;
  box-shadow: 0 0 3px #e8e8e8;
}
.form-control::-moz-placeholder {
  color: #666;
  opacity: 1;
}
.header {
  background: #ffffff;
  box-shadow: 0 0 4px #cccccc;
  z-index: 500;
  /*max-width:1800px;
	margin-left:auto;
	margin-right:auto;
	border-bottom:solid 1px #6a8491;
	border-top:solid 1px #6a8491;
	*/
  position: relative;
}
.header-link {
  font-size: 13px;
}
.main-nav {
  border-radius: 0;
  box-shadow: 0 0 3px #939393;
}
.navbar {
  padding: 2px;
}
li.headnav {
  padding-left: 20px;
}
footer {
  background-color: #e9e9e9;
  padding-top: 40px;
  padding-bottom: 40px;
}
.customer-service-info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -ms-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.address-row {
  background-color: #3E4543;
  padding-top: 15px;
  padding-bottom: 15px;
}
.account-footer{
    background-color: #e9e9e9;
    padding-top: 0;
    padding-bottom: 20px;
}
.account-summary-header li {
  padding-right: 20px;
  padding-left: 20px;
  /*border-right:solid 1px @midgrey;
	line-height:40px;*/
}
/*.account-summary-header li:first-child {
	border-left:solid 1px @midgrey;
}*/
@media screen and (max-width: 991px) {
  .account-summary-header li {
    padding-left: 0;
    border-right: none;
  }
  .account-summary-header li:first-child {
    border-left: none;
  }
    .navbar-toggleable-md-margin {
        margin-right: -50px;
        margin-top: 50px;
    }
  .navbar-toggleable-md-margin li {
    margin-bottom: 10px;
  }
  .logo {
    width: 200px;
    height:26px;
  }
  .customer-service-info {
    display: block;
  }
  .mobile-nav-margin {
    margin-top: 20px;
  }
}
/* Buttons */
.btn {
  text-decoration: none;
}
.btn-blank {
  background: transparent;
  border: none;
}
.btn-outlined-turquoise {
  background: transparent;
  border: solid 1px #1E988A;
  color: #1E988A !important;
  padding: 12px 16px;
  border-radius: 5px;
}
.btn-outlined-turquoise:hover,
active,
focus {
  background-color: #1E988A !important;
  color: #ffffff !important;
}
.btn-orange {
  color: #fff !important;
  font-size: 18px;
  background-color: #FFA400;
  background: -moz-linear-gradient(top, #ffa435 0%, #ec9800 100%);
  background: -webkit-linear-gradient(top, #ffa435 0%, #ec9800 100%);
  background: linear-gradient(to bottom, #ffa435 0%, #ec9800 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@orange', endColorstr='#ec9800', GradientType=0);
  border: solid 1px #ec9800;
  border-radius: 5px;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
  background: #d18700;
}
/* Page 1 - Create Account */
.password-requirements {
  line-height: 13px;
}
.password-requirements .fa {
  font-size: 27px;
}
/* Page 3 - Income*/
.income-summary-box {
  border-bottom: solid 1px #cccccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.income-summary-box .header {
  font-size: 13px;
}
/*Loan Documents*/
.document-card {
  border-radius: 3px;
  border: none;
  background: transparent !important;
  margin-bottom: 0;
}
.card-header {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom: none;
  background-color: transparent;
  padding-right: 10px;
  padding-left: 10px;
}
.alert {
  padding: 0;
}
.doc-initial-success {
  background-color: transparent;
  border-color: transparent;
  color: #1da477;
  font-size: 17px;
}
.doc-initial-fail {
  background-color: transparent;
  border-color: transparent;
  color: #c4161c;
  font-size: 17px;
}
.document-box {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  max-height: 340px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 20px;
}
.miltary-document-box {
  max-height: inherit;
  overflow-y: inherit;
}
.document-row {
  background: #E9E9E9;
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #cccccc;
}
.document-row2 {
    background: #f1f1f1;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #ccc;
}
.document-row2:first-child {
  border-top: solid 1px #cccccc;
}
.loan-doc-card-header {
  padding-top: 20px;
  padding-bottom: 10px;
  cursor: pointer;
}
.loan-doc-checkbox {
  display: inline;
}
.initial-text {
  padding-top: 15px;
  padding-right: 10px;
  font-weight: bold;
}
.document-checkbox-pad {
  padding-top: 20px;
  padding-bottom: 20px;
}
.active-military-text {
  padding: 20px;
  border: solid 1px #c4161c;
  border-radius: 4px;
}
/*processing*/
.loading {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.loading h4 {
  text-align: center;
  display: none;
}
.loading h4.active {
  display: block;
}
.loading div {
  background: #ddd;
  width: 16px;
  height: 16px;
  margin-left: 6%;
  margin-right: 6%;
  float: left;
  border-radius: 100em;
}
.loading div.active {
  background: #1E988A;
}
.main-container-as {
  padding-top: 40px;
  background-color: #ffffff;
}
.loan-summary-column {
  min-height: 320px;
  max-width: 300px;
}
.loan-summary-columns {
  display: flex;
  justify-content: space-between;
}
/*Loan Summary*/
.balance-amount {
  font-size: 52px;
  line-height: 52px;
  color: #1E988A;
}
/*Communication Center*/
.tab-row {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.account-nav-tabs {
  border-bottom: none;
}
.full-width-text-box {
  width: 100%;
}
.comm-tab-link {
  background: #f1f1f1;
  border-top: 1px solid #cccccc !important;
  border-left: 1px solid #cccccc !important;
  border-right: 1px solid #cccccc !important;
  text-decoration: none;
}
textarea {
  border: 1px solid #cccccc;
  border-radius: 4px;
  resize: vertical;
  padding: 10px;
}
.comm-history-table {
  border-radius: 4px;
}
.comm-history-table .table {
  border: solid 1px #cccccc;
}
.comm-history-table-header {
  background-color: #3E4543 !important;
  color: #ffffff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.comm-tab {
  padding-left: 5px !important;
}
.account-dropdown {
  position: relative;
  float: none;
  min-width: 280px;
  width: 70%;
  padding: 0;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.account-dropdown .dropdown-item.active,
.dropdown-item.active:focus,
.dropdown-item.active:hover {
  color: inherit;
  text-decoration: none;
  background-color: #ffffff;
  outline: 0;
}
.captcha-refresh {
    position: absolute;
    right: 22px;
    top: 11px;
}

@media (min-width: 768px) {
  .dropdown-tabs-md .dropdown-menu {
    display: block;
    width: auto;
    padding: none;
    margin: none;
    border: none;
  }
  .dropdown-tabs-md.tab-row {
    border-bottom: 1px solid #ddd;
  }
}
@media (max-width: 767px) {
  .loan-summary-columns {
    display: block;
  }
  .dropdown-tabs-md.tab-row {
    border: none;
  }
  .dropdown-tabs-md .dropdown-menu li.nav-item {
    float: none;
    width: 100%!important;
  }
  .dropdown-tabs-md .dropdown-menu li.nav-item > a {
    border: none!important;
    background: none;
  }
  .dropdown-tabs-md .dropdown-menu li.nav-item > a:hover {
    background: #e0e0e0;
  }
  .comm-tab {
    height: 42px;
  }
  .comm-tab-link {
    height: 42px;
    border-radius: 4px;
  }
  .account-nav-tabs {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
/*Communication Preferences*/
td.check-columns {
  padding-top: 20px;
  padding-bottom: 20px;
}
td.check-columns .radio-check {
  top: -7px;
}
.comm-pref table {
  border: solid 1px #cccccc;
}
.xs-full-width {
  padding-left: 0;
  padding-right: 0;
}
.comm-pref-tab {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #dbdbdb;
  border: solid 1px #cccccc;
  padding-top: 10px;
}
.comm-pref-tab.active {
  background-color: #ffffff;
}
.comm-pref-table tr td {
  width: 22%;
}
.comm-pref-table tr td:first-child {
  width: 34%;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #E9E9E9;
    opacity: 1;
    border-top:solid 1px #dadada;
    border-left:solid 1px #dadada;
    border-bottom:solid 1px #E9E9E9;
    border-right:solid 1px #E9E9E9;
    box-shadow: inset 1px 1px 2px #eaeaea;
}
.loan-summary-top {
    margin-bottom: 50px;
}
.confirmation-message {
  background: #E9E9E9;
  padding-top: 15px;
  padding-bottom: 15px;
}
.confirmation-message-urgent2 {
    border-bottom:solid 1px #e06061;
    color:#e06061;
    padding:15px 20px;
    margin-bottom:20px;    
}
.confirmation-message-urgent {
    background:#e06061;
    color:#fff;
    padding:15px 20px;
    margin-bottom:20px;    
}
.attachment-button {
    background: transparent;
    background-image: none;
    border:solid 1px #1E988A;
    color:#1E988A !important;
    padding: 5px 10px 7px 10px;;
    border-radius:5px;
    position: relative;
    font-size:13px;
}
.attachment-button:hover, active, focus {
    background-color: #1E988A !important;
    color:#ffffff !important;
}
label.attachment-button input[type="file"] {
    opacity:0;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
}
.blank-input {
    border:none;
    background-color: transparent;
     text-overflow: ellipsis;
}
.message-box {
  padding: 20px;
  border: solid 1px #cccccc;
}

.disclosure-loan-complete {
    font-size: 13px;
}

.dark-grey-row {
    background-color: #3E4543 !important;
    box-shadow: inset 0 0 2px #000;
    background: url('https://db4nnybic3xty.cloudfront.net/images/avio/backgrounds/bg-triangle14.png');
    background-repeat: repeat;
    background-size: auto auto;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


.grey-row {
    background-color: #eae8e6 !important;
    background: url('https://db4nnybic3xty.cloudfront.net/images/avio/backgrounds/bg-triangle14.png');
    background-repeat: repeat;
    background-size: auto auto;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.dark-grey-row {
    background-color: #3E4543 !important;
    box-shadow: inset 0 0 2px #000;
    background: url('https://db4nnybic3xty.cloudfront.net/images/avio/backgrounds/bg-triangle14.png');
    background-repeat: repeat;
    background-size: auto auto;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.grey-background {
    background-color: #eae8e6 !important;
}

.border-all-turquoise {
    border: 2px solid #1e988a;
}

.back-button {
    border: none;
    background: none;
    text-decoration: underline;
}

.verify-checking-box {
    border: 1px solid black;
    border-radius: 5px;
    padding: 20px;
}