@charset "UTF-8";
/* CSS Document */
/*Fonts*/
body {
  font: 14px/1.2 "Source Sans Pro", sans-serif;
  color: #000f2b;
  overflow-x: hidden;
  background: #ecebee;
}
a {
  color: #00acdc;
}
a:hover {
  color: #238196;
}
h1 {
  font-family: "Source Sans Pro", sans-serif;
  color: #000f2b;
  font-weight:700;
}
h2 {
  font-family: "Source Sans Pro", sans-serif;
  color: #000f2b;
}
h3 {
  font-family: "Source Sans Pro", sans-serif;
  color: #000f2b;
  font-weight: 700;
}
.jumbotron {
  border-radius: 0;
  margin-bottom: 0;
}
.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #1f5380; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  margin: 0 auto;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*Brand Colors*/
.text-primary {
  color: #05314d;
}
.text-white {
  color: #fff;
}
/*Images*/
img {
  max-width: 100%;
}
.img-margin-bottom {
  margin-bottom: 30px;
}
.img-margin-top {
  margin-top: 30px;
}
/*Buttons*/
.get-started {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #fff !important;
  border-radius: 4px;
  background-color: #00acdc !important;
  border-color: transparent !important;
}
.btn-action {
  height: 65px;
  width: 193px;
  border-radius: 15px;
  background-color: #238196;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 65px;
  text-align: left;
  padding: 0 15px 0 65px;
  position: relative;
}
.btn-action:hover {
  color: #fff;
}
.btn-action .arrow {
  height: 41px;
  width: 41px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  position: absolute;
  top: 12px;
  left: 10px;
}
.btn-action .arrow i {
  color: #000;
  font-size: 24px;
  top: 9px;
  position: absolute;
  bottom: 0;
  left: 19px;
}
/*CONTAINER PADDING*/
.containerPadding {
  padding-top: 70px;
  padding-bottom: 70px;
}
.containerPadding2 {
  padding-top: 40px;
  padding-bottom: 40px;
}
/*ROW PADDING*/
.rowPaddingTop {
  padding: 30px 0px 50px 0px;
}
.rowPaddingTop2 {
  padding: 30px 0px 30px 0px;
}
/*MAIN NAV*/
#mainNav {
  padding: 18px 0;
  background-color: #05314d!important;
}
#mainNav .navbar-brand {
  width: 250px;
  height: 30px;
  background: url(../img/logo-fannie-mae.png) top left no-repeat;
  background-size: contain;
  margin-left: 15px;
}
#mainNav.navbar-shrink {
  background-color: #000f2b !important;
}
#mainNav #navbarResponsive .get-started {
  color: #00acdc !important;
  background-color: #fff !important;
  margin-left: 40px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 16px;
}
#mainNav #navbarResponsive .nav-link {
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 14px;
  padding: 0 20px;
}
#mainNav #navbarResponsive .nav-link:hover {
  color: #9aa4b3;
}
#mainNav #navbarResponsive .nav-link.active:first-child {
  color: #fff;
}
#mainNav button.navButtonMargin {
  margin-right: 15px;
}
/*HEADER*/

.hero-bg {
  width:100%;
  height:600px;
  background-size:cover;
  background: url('../img/hero-bg.jpg') no-repeat;
  background-position-x: center;
  background-position-y: -240px;
}
.hero-bg .hero-inner{
  background: rgb(5,49,77);
  background: linear-gradient(90deg, rgba(5,49,77,0.60) 0%, rgba(5,49,77,0) 90%);
  width: 100%;
  height: 100%;
}
#header .hero-bg .container{
  background: none;
  /*padding-top: 250px;*/
}
.hero-bg .yellow-accent {
  width: 75px;
  height: 10px;
  background-color: #ffb400;
  margin-bottom: 4px;
}
.hero-bg h1 {
  color:white;
  font-size: 44px;
}
.hero-bg a {
  color:white;
  font-size: 24px;
}


#header .container {
  background-color: #fff;
}
#header .container img {
  display: block;
  width: calc(100% - 915px);
  min-width: 500px;
  max-width: 100%;
  height: auto;
}
#header .copy {
  margin-top: 50px;
  font-size: 16px;
}
#searchProjects .container {
  background-color: #fff;
  padding-top: 40px;
}
#searchProjects mark{
  background: #fcf8e3;
}
#searchProjects h4,
#searchProjects h6 {
  line-height: 28px
}
#searchProjects .filters {
  background-color: #f5f5f5;
  padding: 30px 30px 15px;
  position: relative;
  margin-bottom: 30px;
}
#searchProjects .filters .form-group {
  margin-bottom: 1.5rem;
  padding-bottom: 1.3em;
  border-bottom: 1px solid #cdcdcd;
}
#searchProjects .filters .form-group > label {
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 15px;
  font-weight: 700;
}
#searchProjects .filters .form-group .custom-checkbox > label {
  width: 100%;
}
#searchProjects .filters .form-group .custom-radio .btn-more-info {
  padding: 0 10px;
  margin-top: -5px;
  line-height: 0;
}
.popover.filter-more-info {
  max-width: 90%;
  width: 500px;
}
.popover.filter-more-info .popover-body {
  font-size: 14px;
}
.popover.filter-more-info .popover-body {
  font-size: 14px;
}
#searchProjects .results {
  min-height: 200px;
  height: auto!important;
  overflow: hidden;
}
#searchProjects .results .selected-filters {
}
#searchProjects .results .selected-filters .badge {
  background: #3e98f4;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
}
#searchProjects .results .selected-filters .text {
  max-width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}
#searchProjects .results .selected-filters .remove {
  color: #fff!important;
  margin-left: 5px;
  top: -1px;
  position: relative;
}
#searchProjects .results .project {
  padding: 20px 25px 0 25px;
  border: 1px solid #cdcdcd;
  margin-bottom: 20px;
  width: 100%;
  position: relative!important;
  top: 0!important;
}
#searchProjects .pager {
  text-align: center;
}
#searchProjects .pager nav {
  display: inline-block;
  margin: 0 auto;
}
/*ANIMATIONS*/
.results,
.results .project {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.results {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.results .project {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property:    -moz-transform, opacity;
  -ms-transition-property:     -ms-transform, opacity;
  -o-transition-property:      -o-transform, opacity;
  transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.results.no-transition,
.results.no-transition .project,
.results .project.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}


#searchProjects .results .project .details-link {
  margin: 15px 0;
  padding-left: 0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  color: #3e98f4;
}
#searchProjects .results .project .project-title {
  font-size: 24px;
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 5px;
  font-weight: 700;
}
#searchProjects .results .project .applicant-name {
  font-size: 16px;
}
#searchProjects .results .project .summary {
  margin: 20px 0;
  line-height: 20px;
}
#searchProjects .results .project .copy-group {
  margin-bottom: 25px;
}
#searchProjects .results .project label {
  font-family: "Source Sans Pro", sans-serif;
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}
/*FOOTER*/
footer {
  /* background-color: #05314d; */
  background-color: #011329;
  color: #fff;
  padding: 20px 0;
}
footer .copyright {
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  text-align: center;
}
footer .copyright a {
  color: #fff;
  text-decoration: none;
}
footer .copyright a:hover {
  color: #007697;
  text-decoration: none;
}
footer .foot-nav-left{
}
footer .foot-nav-left ul{
}
footer .foot-nav-left ul li{
  padding: 0 7px;
  text-align: center;
}
footer .foot-nav-left ul li a{
  padding: 0;
  display: block;
}
footer .foot-nav-right{
}
footer .foot-nav-right ul{
  justify-content: flex-end;
}
footer .foot-nav-right ul li{
  padding: 0 20px;
  text-align: center;
  white-space: nowrap;
}
footer .foot-nav-right ul li a{
  padding: 0;
  display: block;
}
footer .the_copyright{
  border-left: 1px solid #fff;
  padding-left: 24px;
}


@media (max-width: 575.98px) {
  footer .foot-nav-right ul li{
    padding: 0 4px;
  }
  footer .the_copyright {
    border-left: none;
  }
  .foot-nav-right ul {
      justify-content: center !important;
  }
}



/*MODALS*/
.animated {
  background-color: #1c3f5e !important;
}
/*VIDEO*/
#seeHowVideoModal iframe {
  width: 100%;
  height: calc(100vh - 160px);
}
/*DEMOS*/
#portalModal, #duFindingsModal, #loanServicingModal {
  background-color: rgb(0, 15, 43) !important;
}
#portalModal iframe, #duFindingsModal iframe, #loanServicingModal iframe {
  width: 100%;
  height: calc(100vh - 160px);
}
/*FORMS*/
input[type="text"], textarea {
  outline: none;
  box-shadow: none !important;
}
#getStartedForm form {
  max-height: none;
  overflow-x: hidden;
}
.form-group label {
  font-family: "Source Sans Pro", serif;
}
.form-group.invalid input {
  border-color: #dc3545;
}
.custom-radio label {
  cursor: pointer;
  display: block;
}
.custom-checkbox.disabled, .custom-radio.disabled {
  color: #676767;
  opacity: .6;
}
.custom-checkbox.disabled label, .custom-radio.disabled label {
  cursor: not-allowed;
}
.custom-radio input, .custom-checkbox input {
  left: -9999%;
}
.custom-radio span, .custom-checkbox span {
  line-height: 19px;
  display: inline-block;
  max-width: calc(100% - 30px);
}
.checkradios-checkbox, .checkradios-radio {
  font-size: 9px;
  margin-right: 10px;
  color: #3e98f4;
  border-color: #3e98f4;
  display: inline-block;
  vertical-align: top;
}
.custom-radio.disabled .checkradios-checkbox, .custom-radio.disabled .checkradios-radio {
  border-color: #676767;
  cursor: not-allowed;
}
.selectize-control.single .selectize-input:after {
  border: 0 !important;
}
button.submitButtonPadding {
  margin: 25px 0;
}
#submitError {
  display: block;
}
.jumbotron {
  background-color: #fff;
}
.modal-body-padding {
  padding: 4em 1.5em 1.5em 1.5em;
}
.modal-body-padding2 {
  padding: 1.5em 1.5em 1.5em 1.5em;
}
/* MODALS */
.modal.fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.modal.fullscreen .modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  max-width: 100% !important;
}
.modal.fullscreen .modal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}
.modal-header {
  border: 0;
}
.modal.fullscreen .modal-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 50px;
  padding: 10px;
  background: transparent;
  border: 0;
}
.modal-header .close {
  cursor: pointer;
  padding: 0;
  border-radius: 50%;
  top: 10px;
  right: 10px;
  position: relative;
  opacity: 1;
}
.modal.fullscreen .modal-header .close {
  top: 30px;
  right: 30px;
}
.modal-header .close i {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  transform: rotate(45deg);
  font-size: 42px;
  color: #676767;
}
.modal.fullscreen .modal-header .close i {
  color: #fff;
}
.modal-header .close:hover i {
  transform: rotate(135deg);
}
.modal-title {
  font-weight: 300;
  font-size: 2em;
  color: #fff;
  line-height: 30px;
}
.modal.fullscreen .modal-body {
  position: absolute;
  top: 50px;
  bottom: 60px;
  width: 100%;
  font-weight: 300;
  overflow: auto;
}
.modal .modal-footer {
  border: 0;
  justify-content: center;
}
.modal .modal-footer .btn-action {
  text-align: center;
  padding: 0;
}
.modal.fullscreen .modal-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  padding: 10px;
  background: #f1f3f5;
}
/* OTHER ANSWER MODAL */
#otherAnswerModal .modal-body {
  padding: 50px 50px 0;
}
#otherAnswerModal .modal-body h2 {
  color: #05314d;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 20px
}
#otherAnswerModal .modal-body textarea {
  width: 100%;
  background-color: #ecebe9;
  border: 0;
  padding: 20px;
}
#otherAnswerModal .modal-footer {
  padding-bottom: 40px;
}
/* SPOTLIGHT MODAL 2 */
/* SPOTLIGHT MODAL 3 */
