@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Condensed&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body {font-family: 'Ubuntu', sans-serif; font-weight: 400; font-size: calc(16px + .15vw); line-height: 1.6em; background: #f4f4f4; color: #272727; padding: 0px;   transition: all 0.5s ease-in-out;  -webkit-transition: all 0.5s ease-in-out;  -moz-transition: all 0.5s ease-in-out;  -ms-transition: all 0.5s ease-in-out;  -o-transition: all 0.5s ease-in-out;}

h1, .h1 {font-family: 'Ubuntu', sans-serif;font-weight: 700;font-size: calc(2rem + 2vw); text-transform: uppercase;}
h1 span, .h1 span {display: block; font-family: 'Ubuntu', sans-serif;font-weight: 300; font-size: .7em; text-transform:none;}

h2, .h2 {font-family: 'Ubuntu', sans-serif;font-weight: 700;font-size: calc(2rem + 1.25vw); text-transform: uppercase;}
h2 span, .h2 span {display: block; font-family: 'Ubuntu', sans-serif;font-weight: 300;font-size: .7em; text-transform:none;}

h3, .h3 {font-family: 'Ubuntu', sans-serif;font-weight: 500;font-size: calc(1.75rem + 1vw); }
h3 span, .h3 span {display: block; font-family: 'Ubuntu', sans-serif;font-weight: 400; font-size: .7em;}

h4, .h4 {font-family: 'Ubuntu', sans-serif;font-weight: 500;font-size: calc(1.5rem + 1vw); }
h4 span, .h4 span {display: block; font-family: 'Ubuntu', sans-serif;font-weight: 400; font-size: .7em;}

h5, .h5 {font-family: 'Ubuntu', sans-serif;font-weight: 500;font-size: calc(1.25rem + 1vw); }
h5 span, .h5 span {display: block; font-family: 'Ubuntu', sans-serif;font-weight: 400; font-size: .7em;}

h6, .h6 {font-family: 'Ubuntu', sans-serif;font-weight: 500;font-size: calc(1.2rem + .5vw); }
h6 span, .h6 span {display: block; font-family: 'Ubuntu', sans-serif;font-weight: 400; font-size: .7em;}

p {margin-bottom: 25px;}
p:last-child {margin-bottom: 0px;}

strong {font-weight: 700;}

.float-start {float: none !important; margin-bottom: 15px;}
.float-end {float: none !important; margin-bottom: 15px;}

ul.row {list-style: none; margin-bottom: 0px; padding-left: 0px;}
ul.row li {margin-bottom: 15px;}


a {
	color: #0a4d85;
	text-decoration: underline;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
a:hover {
	color: #127fc9;
	text-decoration: underline;
}
.btn, .btn:active, .btn:focus {
  text-transform: uppercase;
  text-decoration: none !important;
  outline: none;
  box-shadow: none;
  border-radius: 3px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.btn.btn-lg {
  min-width: 200px;
  font-size: 1rem;
}
.btn.btn-outline {
  background: none;
  color: #0a4d85;
	border: 1px solid #0a4d85;
}
.btn.btn-outline.white {
  color: #FFF;
	border: 1px solid #FFF;
}
.btn.btn-blue {
  background: #0a4d85;
  color: #FFF;
	border: 1px solid #0a4d85;
}
.btn.btn-blue:hover,.btn.btn-outline:hover, .btn.btn-outline.white:hover {
  background: #127fc9;
	border: 1px solid #127fc9;
  color: #FFF;
}

.read-more {
  color: #0a4d85;
	text-decoration: none;
}
.read-more:hover {
  color: #127fc9;
	text-decoration: underline;
}


.wrapper {padding-top: 66px;}

.wrapperPrint {
  width: 750px;
  height: auto;
  margin: 0px auto 0px auto;
  font-size: 12px;
	line-height: normal;
}

.wrapperPrint h1, .h1 {font-size: 36px;}

.wrapperPrint h2, .wrapperPrint .h2 {font-size: 32px;}

.wrapperPrint h3, .wrapperPrint .h3 {font-size: 28px;}

.wrapperPrint h4, .wrapperPrint .h4 {font-size: 24px;}

.wrapperPrint h5, .wrapperPrint .h5 {font-size: 18px;}

.wrapperPrint h6, .wrapperPrint .h6 {font-size: 14px;}

header {background: #FFF; color: #0a4d85; box-shadow: 0 1px 2px rgba(0,0,0,0.15);transition: all 0.5s ease-in-out;  -webkit-transition: all 0.5s ease-in-out;  -moz-transition: all 0.5s ease-in-out;  -ms-transition: all 0.5s ease-in-out;  -o-transition: all 0.5s ease-in-out;}
/*header.stick_header {background: rgba(22,30,71,1)}*/

.navbar-brand img {height: 40px; width: auto;transition: all 0.5s ease-in-out;  -webkit-transition: all 0.5s ease-in-out;  -moz-transition: all 0.5s ease-in-out;  -ms-transition: all 0.5s ease-in-out;  -o-transition: all 0.5s ease-in-out;}
header.stick_header img {height: 30px;}

.navbar {background: #FFF; color: #0a4d85; font-family: 'Ubuntu Condensed', sans-serif; font-weight: 400;}
.navbar-nav, .navbar-nav a {color: #0a4d85;text-transform: uppercase;font-size: 18px; text-decoration: none}
.navbar-nav a:focus {color: #2ea3f2; text-decoration: none;}
.navbar-nav a:hover {color: #2ea3f2; text-decoration: none;}
.navbar-nav .dropdown-menu {font-size: 18px;}
.navbar-nav a.dropdown-item {color: #0a4d85;text-transform: uppercase;}
.navbar-nav a.dropdown-item:focus {color: #2ea3f2; text-decoration: none;}
.navbar-nav a.dropdown-item:hover {color: #2ea3f2; text-decoration: none;}


.banner {position: relative; background: rgba(0,0,0,0.6);}
.banner figure {position: relative; padding-top: 67%; overflow: hidden; margin:0px;}
.banner figure:before {position: absolute; display: block; content: ""; left: 0px; top: 0px; right: 0px; bottom: 0px; z-index: 2; background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.3) 50%);}
.banner figure img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; object-fit: cover;}
.banner figure figcaption{position: absolute; left: 3%; bottom: 10%; right: 5%; color: #FFF; z-index: 10; text-align: left;text-shadow: 2px 2px 2px rgba(22,22,22,0.8);}
.banner figure figcaption h1{}
.banner figure figcaption h1 span{display: block;}
.banner figure figcaption .pageContent, .banner figure figcaption .pageContent p {font-size: calc(.7rem + 1vw); font-weight: 300;}

.slick-dotted.slick-slider {margin-bottom: 0px !important;}
.slider .slick-dots{bottom: 30px;left: 50%; width: auto; transform: translate(-50%, -50%);}
.slider .slick-dots li{width: 30px;height: 20px;}
.slider .slick-dots li button{border-radius:10px;border: 1px solid #f7d50a; width: 20px;height: 20px;outline: 0; content: "";}
.slider .slick-dots li button:before{content: "";}
.slider .slick-dots li.slick-active button{background: #f7d50a;}
.slider .slick-dots li button:hover{background: #FFF;}
.slider .slick-prev{right: 75px; left: auto;z-index: 9;width: 30px;height: 65px;top: 15%; transform: translateY(-50%);}
.slider .slick-prev:before{content: "\f104";font-size: 72px;line-height: .8em;color: rgba(255,255,255,0.70);font-family: "Font Awesome 5 Pro"; font-weight: 300; opacity: 1;}
.slider .slick-prev:hover:before{color: #FFF;}
.slider .slick-next{right: 30px; left: auto;width: 30px;height: 65px;z-index: 9;top: 15%; transform: translateY(-50%);}
.slider .slick-next:before{content: "\f105";font-size: 72px;line-height: .8em;color: rgba(255,255,255,0.70);font-family: "Font Awesome 5 Pro"; font-weight: 300; opacity: 1;}
.slider .slick-next:hover:before{color: #FFF;}


section.intro-alt {padding-top: 75px; padding-bottom: 25px; text-align: center; background: #004b85; color: #FFF;}
section.intro-alt h2 {color: #FFF;}
section.intro-alt h2 span {color: #FFF;font-size: .5em; letter-spacing: 0.1em;}

section.intro {padding-top: 75px; padding-bottom: 25px; text-align: center;}
section.intro h2 {color: #004b85;}
section.intro h2 span {color: #414042;font-size: .5em; letter-spacing: 0.1em;}

section.loan-programs {background: #d7ddeb; color: #004b85; font-size: calc(1rem + .6vw);}
section.loan-programs img {margin-top: -3px;}
section.loan-programs .row .loan-type:nth-child(4) {border-left: 1px solid #bac6de; }
section.loan-programs .row .loan-type:nth-child(7) {border-left: 1px solid #bac6de; }
section.loan-programs  .loan-type > div {display: block; padding: 19px 20px;}
section.loan-programs  .loan-type > span {display: block; padding: 0px 0px 0px 70px;font-weight: 300; position: relative;}
section.loan-programs  .loan-type > span:before {display: block; content: ""; position: absolute; left: 0px; top: 0px; bottom: 0px; width: 60px; background: url("../images/sedc-icon-blue.svg") no-repeat left center;}
section.loan-programs  .loan-type > span > a {display: block; padding: 15px 20px; text-decoration: none; font-weight: 300; color: #004b85; background: none;}
section.loan-programs  .loan-type > span > a:hover {text-decoration: none; color: #FFF; background: #127fc9;}
section.loan-programs  .loan-type > a {display: block; padding: 15px 20px; text-decoration: none; font-weight: 500; color: #004b85; background: none;}
section.loan-programs  .loan-type > a:hover {text-decoration: none; color: #FFF; background: #127fc9;}


section.loan-rates {padding-top: 25px; padding-bottom: 25px; text-align: center; background: #0a4d85; color: #FFF;}
section.loan-rates h2 {color: #FFF;}
section.loan-rates h2 span {font-weight: 300; font-size: .9em;}
section.loan-rates .h2 span {font-size: .5em; }
section.loan-rates .h2 span small {font-size: .5em; }
section.loan-rates .disclaimer {font-size: .6em; }


section.loan-rates-alt {padding-top: 25px; padding-bottom: 25px; text-align: center; color: #0a4d85;}
section.loan-rates-alt h2 {color: #FF0a4d85F;}
section.loan-rates-alt h2 span {font-weight: 300; font-size: .9em;}
section.loan-rates-alt .h2 span {font-size: .5em; }
section.loan-rates-alt .h2 span small {font-size: .5em; }
section.loan-rates-alt .disclaimer {font-size: .6em; }



section.success-stories {padding: 75px 0 50px 0;  text-align: center}
section.success-stories  img.icon {margin-bottom: 15px; width: 109; height: 60px;}
section.success-stories  .h2 span {font-weight: 300; font-size: 1em; color: #004b85;}
section.success-stories > div > p {color: #414042;font-size: 1.1em; letter-spacing: 0.1em; font-weight: 300;}

.success-story .card, .success-story .card .card-footer, .success-story .card .card-img-top {background: none; border-radius: 0; border: none;}
.success-story .card .card-body, .success-story .card .card-footer {padding:15px 0 0 0; text-align: left}
.success-story .card .card-footer {text-align: right;}

.success-story .card figure {position: relative; padding-top: 66%; overflow: hidden; margin: 0px;}
.success-story .card figure img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); height: 100%; width: 100%; object-fit: cover;}
.success-story .card figure figcaption {position: absolute; right: 0px; top: 10%; width: auto; padding: 15px 15px 10px 15px; color: #FFF;background: #1b2647;}





footer { background: #58595b; color: #e6e7e8;text-align: left; padding-top: 50px;}
footer a img{opacity: 1;transition: all 0.5s ease-in-out;  -webkit-transition: all 0.5s ease-in-out;  -moz-transition: all 0.5s ease-in-out;  -ms-transition: all 0.5s ease-in-out;  -o-transition: all 0.5s ease-in-out;}
footer  a:hover img{opacity: 0.5;}

footer ul.social {list-style: none; padding: 0px; margin: 0 0 15px -7px; font-size: 30px;}
footer ul.social li {color: #e6e7e8; display: inline-block;padding: 0px 9px 0px 7px; margin: 5px 0;}
footer ul.social li a {color: #e6e7e8; text-decoration: none; display: inline-block; padding:0px;}
footer ul.social li a:hover {color: #f26722; text-decoration: none;}


footer  a, footer  a:hover{color: #e6e7e8; text-decoration: none;}
footer  p{margin-bottom: 8px;}



footer .newsletter{text-align: left;}
footer .newsletter input{border-radius: 0px;}
footer .newsletter button.btn {background: #e6e7e8;border-radius: 0px;}
footer .newsletter button.btn:hover {background: #004b85;}
.credits {color: #e6e7e8; padding: 10px 0 10px 0; font-size: .8em; text-align: left; }
.credits a{text-decoration: none; color: #e6e7e8;}
.credits a:hover{text-decoration: underline; color: #e6e7e8;}


.page-header {
    /*background: rgba(0,0,0,0.60);*/
    background: #004b85;
    color: #FFF;
    position: relative;
    padding-top: 30px;
    padding-bottom: 10px;
}
/*.page-header::before {
    display: block;
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: -1;
    background: url("../images/banner-1.jpg") no-repeat center center;
    background-size: cover;
}
*/

.main-content {padding: 75px 0 75px 0;}
.main-content:nth-child(even) {background: #fbf9f9;}
.main-content blockquote {padding: 0 30px;}

.main-content hr:first-child {display: none;}

.main-content h1, .main-content .h1 {color: #004b85;}
.main-content h1 span, .main-content .h1 span {color: #231f20;}

.main-content h2, .main-content .h2 {color: #004b85; text-transform: none;}
.main-content h2 span, .main-content .h2 span {color: #231f20;}

.main-content h3, .main-content .h3 {color: #004b85; text-transform: none;}
.main-content h3 span, .main-content .h3 span {color: #231f20;}

.main-content h4, .main-content .h4 {color: #004b85; text-transform: none;}
.main-content h4 span, .main-content .h4 span {color: #231f20;}

.main-content h5, .main-content .h5 {color: #004b85; text-transform: none;}
.main-content h5 span, .main-content .h5 span {color: #231f20;}

.main-content h6, .main-content .h6 {color: #004b85; text-transform: none;}
.main-content h6 span, .main-content .h6 span {color: #231f20;}

.pageContent {margin-bottom: 25px;}
.pageContent p:last-child, .pageContent ul:last-child {margin-bottom: 0px;}

.pageContent p+ul{margin-top: -25px;}


.staff .position span{display: block; font-size: .8em;}

table.loan-description tbody tr td:first-child {white-space: normal;}

table.loan-description tbody tr td table tbody tr td:first-child {white-space:normal;}

.google-map-wrapper {
    position: relative;
}
.google-map-wrapper .mapOverlay {
   background:transparent;
   position:absolute;
   width:100%;
   height:500px; /* your iframe height */
   top:500px;  /* your iframe height */
   margin-top:-500px;  /* your iframe height */
   z-index:2;
}

.google-map {
	padding-top: 33%;
	overflow:hidden;
	width:100%;
	margin-bottom:0px;
	color: #000;
    border-top: 1px solid rgba(0,0,0,0.3);
}



.google-map-col-wrapper {
    position: relative;
    background: #f6f6f6;
}
.google-map-col-wrapper .mapOverlay {
   background:transparent;
   position:absolute;
    top: 0px;
    bottom:0px;
    left: 0px;
    right: 0px;
   z-index:2;
}

.google-map-col {
    position: relative;
    padding-top: 50%;
}

/*  START FORMS  */

.styledForm input {
	border-radius:0px;
	min-height:43px;
}

.styledForm select {
	border-radius:0px;
	min-height:43px;
}

.styledForm textarea{
	border-radius:0px;
	min-height:43px;
}

.styledForm input[type="checkbox"] {
    margin: 0px -20px 0px 0px;
    min-height: 20px;
    min-width: 20px;
    padding: 0px !important;
}

.styledForm .checkbox label, .radio label {
    padding-left: 30px;
}

.checkbox ul li {margin: 8px 0px !important;}

label {
}

label.error {
	width:100%;
	box-sizing:border-box;
	display:block;
	padding:4px 8px 4px 8px;
	font-size:.8em;
	color:#414140;
	margin:0px 0px 12px 0px;
}

label.error.radioError {
	width:100%;
	box-sizing:border-box;
	display:block;
	padding:4px 8px 4px 8px;
	font-size:.8em;
	color:#414140;
	margin:0px 0px 12px 0px;
}

label.optionList {
	font-weight:normal;
}

.styledForm.newsletter {
	margin-top:5px;
	margin-bottom:25px;
}

.styledForm.newsletter input{
	min-height:30px;
}

.styledForm.newsletter .btn.btn-default {
	border-radius:0px !important;
}

#mc_embed_signup{background:rgba(255,255,255,0); clear:left; font-family: 'CenturyGothic', sans-serif;}
#mc_embed_signup form {padding: 0px; text-align: left;}
#mc-embedded-subscribe {margin: 0px;}
#mc-embedded-subscribe.center {margin: 0px auto;}
#mc_embed_signup .mc-field-group {
    clear: left;
    position: relative;
    width: 100%;
    min-height: 48px;
		margin: 0;
		padding: 0;
}
#mc_embed_signup .mc-field-group input {display: block; width: 100%; padding: 8px; text-indent: 0%;}
#mc_embed_signup .foot {
    display: block;
    width: 100%;
    align-items: center;
}	
#mc_embed_signup div.response {
    margin: 0;
    padding: 1em .5em .5em 0;
    font-weight: 700;
    top: -1.5em;
    z-index: 1;
    width: auto;
}	
#mc_embed_signup div#mce-responses {
    top: -1.4em;
    padding: 0em .5em 0em .5em;
    overflow: hidden;
    width: 100%;
    margin: 0;
    clear: both;
}

/*  END FORMS  */


/* START NOTIFICATIONS */
.notification.success {
	background:#DFF2BF url('../admin/images/icons/notifications/success.png') no-repeat 10px center;
	border-color:#4F8A10;
	color:#4F8A10;
}
.notification.error {
	background:#FFBABA url('../admin/images/icons/notifications/error.png') no-repeat 10px center;
	border-color:#D8000C;
	color:#D8000C;
}
.notification.warning {
	background:#FEEFB3 url('../admin/images/icons/notifications/warning.png') no-repeat 10px center;
	border-color:#9F6000;
	color:#9F6000;
}
.notification.info {
	background:#BDE5F8 url('../admin/images/icons/notifications/info.png') no-repeat 10px center;
	border-color:#00529B;
	color:#00529B;
}
.notification.tip {
	background:#feeac9 url('../admin/images/icons/notifications/tip.png') no-repeat 10px center;
	border-color:#CB9D4C;
	color:#CB9D4C;
}
.notification {
	border:2px solid #444;
	padding:20px 10px 20px 55px;
	margin:0 0 30px 0;
	color:#686868;
	font-weight:bold;
}

.absoluteNotification {
    position: fixed;
	z-index:999999;
    top: 0;
    left: 0;
	text-align:center;
	padding:10px 0 10px 0;
	font: bold 20px/32px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
	opacity:0.95;
	filter:alpha(opacity=95); /* For IE8 and earlier */
}

.absoluteNotification.success {
    background:#4F8A10;
	color:#FFF;
}

.absoluteNotification.error {
    background:#D8000C;
	color:#FFF;
}

/*  END NOTIFICATIONS  */




/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .banner figure {padding-top: 50%;}
	section.loan-programs .row .loan-type:nth-child(6) {border-left: 1px solid #bac6de; }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .banner figure {padding-top: 35%;}
	.image-block.left:after {position: absolute; display: block; content: url("../images/gray-diamond.svg"); height: 80px; width: 80px; top:50%; left: 100%; transform: translate(-50%,-50%); object-fit: contain;}
	.image-block.right:after {position: absolute; display: block; content: url("../images/gray-diamond.svg"); height: 80px; width: 80px; top:50%; left: 0%; transform: translate(-50%,-50%); object-fit: contain;}
	table.loan-description tbody tr td:first-child {white-space: nowrap;}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.float-start {float: left !important; margin: 0 15px 15px 0;}
	.article img.float-start {max-width: 600px;}
	.float-end {float: right !important; margin: 0 0 15px 15px;}
	.article img.float-end {max-width: 600px;}
	section.loan-programs .row .loan-type:nth-child(3) {border-left: 1px solid #bac6de; }
	section.loan-programs  .loan-type > a {padding: 25px 20px;}
	section.loan-programs  .loan-type > span > a {padding: 25px 20px;}
	section.success-stories  img.icon {width: 145px; height: 80px;}
	footer .newsletter{text-align: right;}
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .banner figure {padding-top: 25%;}
	section.loan-programs .row .loan-type:nth-child(9) {border-left: 1px solid #bac6de; }
}

/*XX-Large devices (larger desktops, 1normalpx and up)*/
@media (min-width: 1normalpx) {
}


