body {
  background-color: #1f51aa;
  color: #464646;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
h1 {
  color: #3d8218;
  /*	font-size: 2.5em;*/
  font-weight: 400;
  /*	margin-bottom: -5px;*/
}
h2 {
  color: #434242;
  font-size: 1.25em;
  font-weight: 600;
  margin: 0px;
}
h3 {
  color: #000;
  font-size: 1.15em;
  font-weight: 400;
  margin-top: 0px;
}
h4 {
  font-size: 1.5em;
  font-weight: 700;
  color: #063d5c;
  margin-bottom: 10px;
}
h5 {
  font: 1em;
  color: #464646;
  font-weight: 400;
}
ul > li {
  color: #565656;
}
.btn-warning {
  color: #fff;
  background-color: #1f51aa;
  border-color: #1f51aa;
}
.btn-warning:hover {
  color: #fff;
  background-color: #0e2e68;
  border-color: #1f51aa;
}
* {
  box-sizing: border-box;
  color: #fff;
}
.emphasis {
  font-weight: 550;
  font-style: italic;
  color: #565656;
}
.accordian {
  padding: 0 2rem;
  font-size: 1.5rem;
}
.small-txt {
  font-size: 0.7em;
  font-weight: 400;
}
p {
  color: #565656;
}
.team-member {
  margin: 0 15px;
}

/* top links */
.top-links-background {
  background-color: #fb9f1c;
  padding-top: 5px;
  padding-bottom: 5px;
}
.top-links {
  padding-right: 5px;
  padding-left: 5px;
  margin: 0px;
  color: #063d5c;
  font-size: 0.8em;
  line-height: 30px;
  background-color: #27afc3;
  font-weight: 400;
}
a.top-links2 {
  margin-left: 5px;
  margin-right: 5px;
  color: #063d5c;
  text-decoration: none;
  text-transform: uppercase;
}
a.top-links2:hover {
  color: #ffffff;
}

/** top links **/
.top-info-background {
  background-color: #cad0d8;
  padding-top: 10px;
  padding-bottom: 10px;
}
.logo {
  margin-top: 15px;
  margin-bottom: 15px;
}
.top-numbers {
  padding: 0px;
  margin: 0px;
  font-size: 0.85em;
  color: #000;
  /*	font-weight: 700;*/
}
.top-numbers span {
  color: #0f3b89;
}

/* navi */
.nav-wrapper {
  background-color: #0055ab;
  /*	max-height: 45px;*/
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-text {
  color: #009900;
}

.navbar-default .navbar-toggle {
  border-color: #ffffff;
}
.navbar-default .navbar-brand:hover {
  color: #f5f5f5;
  background-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #89c259;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: #1f51aa;
  color: #ffffff;
}
#collapsable-nav {
  margin: 0px;
}
.navbar {
  margin: 0px;
  background-color: #1f51aa;
  border: none;
  border-radius: 0;
  /*
	min-height: 40px;
	max-height: 45px;
*/
}
.navbar-collapse {
  border: none;
}
.dropdown-menu {
  min-width: 180px;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  font-weight: 400;
  font-size: 0.95em;
  text-transform: uppercase;
  border: none;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
  background-color: #89c259;
}
.dropdown-menu > li > a {
  color: #414042;
  text-decoration: none;
  font-size: 1.1em;
}
.dropdown-menu > li > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #fb9f1c;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  background-color: #fb4d15;
  border: #ffffff;
}
.panel-title strong {
  color: #ffffff;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  /*	background-color: #eeeeee;*/
  color: #1f51aa;
  border-top: #1f51aa 3px solid;
}
.nav-tabs > li > a:hover {
  border-bottom: none;
}

/* search */

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;

  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);

  opacity: 0;
}
#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}
#search input[type="search"] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}
#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
}
#search .close {
  position: fixed;
  top: 15px;
  right: 25px;
  color: #fff;
  opacity: 1;
  font-size: 50px;
  font-weight: 200;
  text-shadow: none;
  font-family: "Montserrat", sans-serif;
}
.srch-text {
  display: none;
}
a.srch {
  color: #ffffff;
  max-height: 50px;
  margin-right: 10px;
}
a.srch:hover {
  color: #fb9f1c;
}

/* content */
.content {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 1.4em;
}
a {
  color: #063d5c;
  text-decoration: none;
}
a:hover {
  color: #1f51aa;
  text-decoration: none;
}
a.list-group-item:hover,
button.list-group-item {
  background-color: #f5f5f5;
  color: #434242;
}
.side-list {
  margin: 0px;
  padding: 0px;
}
.home-box {
  margin-bottom: 30px;
}

a.list-group-item {
  text-decoration: none;
}
.table {
  font-size: 0.8em;
}
td {
  padding: 0.75em;
  border-bottom: 1px solid #ccc;
}
td > a:hover {
  text-decoration: underline;
}
tr {
}
#alertMessageTitle {
  color: #be2a38;
  font-size: 2em;
  margin-left: 10px;
}
#alertMessageText {
  font-size: 1.4em;
  margin-left: 20px;
  margin-top: 15px;
}
.carousel-indicators li {
  background-color: #ffffff;
  border: none;
  width: 16px;
  height: 16px;
  margin: 0px;
}
.carousel-indicators .active {
  background-color: #1f51aa;
  border: none;
  width: 16px;
  height: 16px;
}
.carousel-indicators {
  bottom: -10px;
}

/* slant */
.slant {
  position: absolute;
  top: 5%;
  z-index: 100;
  display: inline-block;
  padding: 1em 7em 1em 1em;
  overflow: hidden;
  color: #fff;
}
.slant:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg);
  z-index: -1;
  max-width: 95%;
}
.promo-btn {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}
.promo-btn:hover {
  background-color: transparent;
  color: #000;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
/* footer */
.footer-back {
  padding-bottom: 20px;
  padding-top: 20px;
  background-color: #1f51aa;
}
.footer-info {
  font-size: 0.95em;
  color: #eeeeee;
  /*	line-height: 25px;*/
}
.footer-links {
  text-align: center;
  font-size: 1em;
  color: #eeeeee;
}
.footer-hr {
  border-top: 1px dotted #5d99bc;
}
.footer-back h3 {
  font-size: 1.4em;
  color: #eeeeee;
  padding: 0px;
  margin-bottom: -15px;
  margin-top: 0px;
}
.footer-info a {
  color: #eeeeee;
  text-decoration: none;
  cursor: pointer;
}
.footer-info a:hover {
  color: #fb9f1c;
}
.footer-legal {
  color: #eeeeee;
  font-size: 0.8em;
  padding-bottom: 20px;
}
.footer-copy {
  color: #eeeeee;
  font-size: 1em;
}

/** 3rd Party Warning Modal ** */
#warning-modal .modal-footer a {
  text-decoration: none;
}
#warning-modal #warning-modal-footer-content {
  text-align: center;
}
#warning-modal #warning-modal-footer-content a {
  display: block;
}

/* featured rates */
.fr-div {
  width: 15px;
  height: 100px;
  float: left;
  margin-top: 15px;
}
.frbold {
  color: #fff;
  font-size: 1.4em;
}
.frsmall {
  font-family: "Open Sans", sans-serif;
  font-size: 0.8em;
  color: #fff;
}
.frtext {
  font-size: 2.5em;
  color: #fff;
}
#fr-apr {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  color: #fff;
  padding: 10px;
}

/** media queries **/

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fb9f1c;
  }
  .top-info-background {
    padding-top: 60px;
    padding-bottom: 10px;
  }

  #loginDesktop {
    display: none;
  }

  #loginMobile {
    display: block;
  }
}

/* Small devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  /** 3rd Party Warning Modal ** */
  #warning-modal #warning-modal-footer-content a {
    display: inline-block;
  }
  #warning-modal #warning-modal-footer-content {
    text-align: right;
  }
  .top-links {
    font-size: 1.2em;
  }
  .top-numbers {
    font-size: 1.4em;
  }
  .footer-links {
    text-align: left;
  }
  .footer-back {
    padding-bottom: 20px;
    padding-top: 50px;
    background-color: #1f51aa;
  }
  .side-list {
    margin-bottom: 40px;
  }
  .home-box {
    margin: 0px;
  }

  #loginDesktop {
    display: block;
  }

  #loginMobile {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .megamenu {
    text-align: center;
    padding: 14px;
    font-size: 10px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .top-links {
    padding: 0px;
    margin: 0px;
    font-size: 1.2em;
    float: right;
  }
  .top-links2 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .top-numbers {
    float: right;
    margin: 0px;
    margin-top: 30px;
    font-size: 1.4em;
    /*		letter-spacing: 3px;*/
  }
  .footer-back {
    background-color: #1f51aa;
    min-height: 265px;
  }
  .side-list {
    padding-top: 40px;
  }
  .hb-btn {
    background-color: #89c259;
    color: #ffffff;
  }
  .dropdown-menu {
    background-color: #ffffff;
    width: 100%;
  }
  .slant {
    position: absolute;
    top: 5%;
    left: 10%;
    z-index: 100;
    display: inline-block;
    padding: 3em 10em 3em 3em;
    overflow: hidden;
    color: #fff;
  }
  .slant:after {
    content: "";
    position: absolute;
    top: 10;
    left: 50;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
    z-index: -1;
    max-width: 95%;
  }
}

.repos-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 50px 0 35px;
}

.repos-gallery img {
  max-height: 200px;
  cursor: pointer;
}

/* Large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  /*
	.top-numbers {
		letter-spacing: 6px;
	}
*/
  .slant {
    position: absolute;
    top: 5%;
    left: 10%;
    z-index: 100;
    display: inline-block;
    padding: 3em 10em 3em 3em;
    overflow: hidden;
    color: #fff;
  }
  .slant:after {
    content: "";
    position: absolute;
    top: 10;
    left: 50;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
    z-index: -1;
    max-width: 95%;
  }
}
