body {
	padding-top: 50px;
	padding-bottom: 20px;
}

nav {
	color: #333;
}

.header-img > img{
 width: 160px;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-brand {
	color: #333;
	text-shadow: none;
}
.navbar-default .navbar-brand {
	padding-top: 8px;
}

.navbar-default .navbar-brand div {
	font-size: 10px;
	position: relative;
	top: -4px;
	opacity: 0.7;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:active,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:active {
	color: rgba(81, 75, 75, 0.8);
}

.navbar-brand {
	/*color: white !important;*/
}

.navbar-default .navbar-nav>.active > a,
.navbar-default .navbar-nav>.open > a {
	background: #abd0e6 !important;
}


.h3-hint {
	font-size: 12px;

}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper object,
.videoWrapper iframe,
.videoWrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.spinner {
  display: inline-block;
  opacity: 0;
  width: 0;

  -webkit-transition: opacity 0.25s, width 0.25s;
  -moz-transition: opacity 0.25s, width 0.25s;
  -o-transition: opacity 0.25s, width 0.25s;
  transition: opacity 0.25s, width 0.25s;
}

.has-spinner.active {
  cursor:progress;
}

.has-spinner.active .spinner {
  opacity: 1;
  width: auto; /* This doesn't work, just fix for unkown width elements */
}

.has-spinner.btn.active .spinner {
    width: 16px;
}


.collapseTrigger {
	cursor: pointer;
}
.collapseTrigger:not(.collapsed) .show-on-collapsed {
	display: none;
}
.collapseTrigger.collapsed .show-on-open {
	display: none;
}

#collapseAdvanced {
	padding-left: 20px;
	border-left: 1px solid blue;
}


.home-hero {
	background: url("/images/hero-image.jpg") no-repeat center;
	background-size: cover;
    padding-top: 102px;
}
.sub-title{
    font-size: 28px;
    color: #3e495a;
    font-weight: 600;
}

.home-hero ul li span {
	text-decoration: underline;
	cursor: pointer;
}

.action-section {
	padding: 20px 0;
	background: #ffeebc;
}

.action-section .btn {
	background: #ffc820;
	border-color: #ffc820;
	color: #333333;
	text-shadow: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}
.action-section .btn:active,
.action-section .btn:hover {
	background: #e5a305;
	border-color: #e5a305;
}

.page-header.main-page-header {
	border-bottom: 0px;
	font-size: 52px;
}

.panel {
	border-radius: 0px;
	background: rgba(0,0,0,0.65);
	color: white;

	border: 0px;
}

.panel-heading {
	background: none !important; 
	color: white !important;
	border: 0px;
}

tt {
    padding: 2px 4px;
    font-size: 90%;
    /*color: ;*/
    background-color: #eff0f1;
    border-radius: 4px;
}

footer {
	border-top: 1px solid rgba(100,100,100,0.1);
	padding-top: 20px;
}

.panel .btn-default {
	border-radius: 0px;
	background: #1b49a0;
	text-shadow: none;
	color: white;
}

.panel .panel-heading {
	padding-bottom: 0px;
}
.panel .panel-body {
	padding-top: 0px;
}

.panel .loan-percentage {
	text-align: center;
	font-size: 14px;
}

.loan-features {
	border-top: 1px solid #444;

	margin-top: 14px;
	padding: 14px 0 0 0;
	font-size: 11px;

	color: #999;
}
.loan-features span:hover {
	color: white;
}

.loan-features > div:first-child {
	text-align: center;
	cursor: pointer;

	opacity: 0.8;

	padding-bottom: 4px;
}


.tooltip.top .tooltip-arrow {
	border-top-color: white;
}
.tooltip .tooltip-inner {
	background: white !important;
	color: #333 !important;
}
.card-info-holder {
    margin-top: -480px;
}
.card-1, .card-2, .card-3 {
    margin-left: 10px;
    margin-right: 10px;
}

/* .card-container{
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
} */

@media (min-width: 576px) {
    .card-info-holder {
        margin-top: -140px;
    }
}

@media (min-width: 768px) {
    .card-info-holder {
        margin-top: -276px;
    }
    .card-1 {
        margin-left: 20px;
        margin-right: 0;
    }
    .card-2 {
        margin-left: 10px;
        margin-right: 10px;
    }
    .card-3 {
        margin-left: 0;
        margin-right: 20px;
    }
}

@media (min-width: 992px) {
    .card-info-holder {
        margin-top: -340px;
    }
    .card-2 {
        margin-left: 30px;
        margin-right: 30px;
    }
}

.h-card{
    text-align: center;
    max-width: 350px;
    min-height: 416px;
    margin-bottom: 20px;
    border: none;
    border-radius: 0%;
    background-color: transparent;
    background: linear-gradient(-45deg, transparent 35px, white 0);
    filter: drop-shadow(0 9px 20px rgba(51, 76, 207, 0.13));
}
.h-card:hover{
    filter: drop-shadow(0 9px 44px rgba(51, 76, 207, 0.13));
}
.h-card:hover::before {
    content: "";
    position: absolute;
    top: 0%;
    width: 100%;
    left: 0;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(130deg, #FA208F,#9F289C 76.05%);
}

.h-card-top {
    width: 180px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.h-card-image{
    margin-top: 16px;
    width: auto;
    height: auto;
}

.h-card-title {
    min-height: 60px;
    font-size: 22px;
    font-weight: 600;
    margin-top: 21px;
    margin-bottom: 23px;
}
@media (min-width: 768px) {
    .h-card-img{
        width: 55px;
        height: 55px;
    }
    .h-card-title {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 4px;
    }
}
@media (min-width: 992px) {
    .h-card-top {
        margin-top: 40px;
        width: 200px;
    }
    .h-card-img{
        width: auto;
        height: auto;
    }
    .h-card-title {
        font-size: 22px;
        margin-top: 24px;
        margin-bottom: 22px;
    }
}

.h-card-button {
    width: 168px;
    height: 44px;
    border-radius: 0;
    background: linear-gradient(90deg, #FA208F,#9F289C 76.05%);
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border: none;
    cursor: pointer;
}
.h-card-button > a {
    color: #fff;
    text-decoration: none;
}
@media (min-width: 768px) {
    .h-card-button {
        width: 128px;
        height: 39px;
    }
}
@media (min-width: 992px) {
    .h-card-button {
        width: 168px;
        height: 44px;
    }
}
.h-card-button:focus {
    outline: 0;
    border: none;
}
.h-card-button:active {
    border: none;
    box-shadow: 0 5px 5px 0 rgba(51, 76, 207, 0.3);
}

.h-card-features {
    margin-top: 25px;
    margin-bottom: 16px;
    font-size: 16px;
    font-family: 'Open sans';
    font-weight: 600;
    color: #ff229b;
}
@media (min-width: 768px) {
    .h-card-features {
        margin-top: 16px;
        margin-bottom: 12px;
        font-size: 16px;
    }
}
@media (min-width: 992px) {
    .h-card-features {
        margin-top: 29px;
        font-size: 14px;
    }
}
.h-card ul {
    margin-left: 10%;
    padding-left: 0px;
    text-align: left;
    font-size: 14px;
    line-height: 1.86;
    color: #05003b;
}
.h-card  li{
    list-style: none;
    background: url("/images/li-check.svg") no-repeat 0 6px;
    padding-left: 30px;
}

.cta-title {
    color: #05003b;
    font-size: 36px;
    font-weight: 700;
    margin-top: 40px;
}
.cta-description {
    color: #000;
    margin-top: 30px;
}
.cta-links {
    margin-bottom: 103px;
    /* margin-top: 35px; */
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: center;
}
.cta-links a, .cta-links a:hover {
    border-bottom: 2px solid #ea2291;
    color: #ea2291;
    font-size: 16px;
    padding-bottom: 2px;
}

.second-link {
    margin-left: 10px;
    margin-top: 33px;
}

.footer {
    background-color: #0d1b31;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    height: 44px;
    padding-top:12px;
}
.copyright {
    margin-top: 10px !important;
}






