body {
	background-color: #063d5c;
	color: #464646;
	font-family: 'Titillium Web', sans-serif;
}
h1 {
	color: #fb9f1d;
	font-size: 2.5em;
	font-weight: 400;
	margin-bottom: -5px;
}
h2 {
	color: #063d5c;
	font-size: 2.0em;
	font-weight: 700;
	margin: 0px;
}
h3 {
	color: #063d5c;
	font-size: 1.5em;
	font-weight: 600;
	margin-top: 0px;
}
h4 {
	font-size: 1.5em;
	font-weight: 700;
	color: #063d5c;
	margin-bottom: 10px;
}
h5 {
	font: 1.0em;
	color: #464646;
	font-weight: 400;
}
.fh5 {
	font: 1.0em;
	color: #464646;
	font-weight: 400;
}
* {
	box-sizing: border-box;
	color: #464646;
}
.small-txt {
	font-size: 0.7em;
	font-weight: 400;
}


/* 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: #f2f2f2;
	padding-top: 20px;
	padding-bottom: 20px;
}
.logo {
	margin-top: 15px;
	margin-bottom: 15px;
}
.top-numbers {
	padding: 0px;
	margin: 0px;
	font-size: 1.0em;
	color: #063d5c;
	font-weight: 700;
}
.top-numbers span {
	color: #063d5c;
}

/* navi */
.nav-wrapper {	
	background-color: #063d5c;
}
.navbar-default .navbar-brand {
	color: #ffffff;
}
.navbar-default .navbar-text {
    color: #009900;
}

.navbar-default .navbar-toggle {
    border-color: #ffffff;
}

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

.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: #fb9e32;
	color: #ffffff;
}
#collapsable-nav {
	margin: 0px;
}
.navbar {
	margin: 0px;
	background-color: #063d5c;
	border: none;
	border-radius: 0;
}
.navbar-collapse {
	border: none;
}
.navbar-default .navbar-nav > li > a {
	color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	font-weight: 400;
	font-size: 1.2em;
	text-transform: uppercase;
	border: none;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #063d5c;
	background-color: #ffffff;
}
.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: #fb9f1c;
	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: #fb9f1c;
	border-top: #fb9f1c 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: 'Titillium Web', 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: #fb9f1c;
	text-decoration: none;
}
a.list-group-item:hover, button.list-group-item {
	background-color: #fb9f1d;
	color: #ffffff;
}
.side-list {
	margin: 0px;
	padding: 0px;
}
.home-box {
	margin-bottom: 30px;
}

a.list-group-item {
	text-decoration: none;
}
.table {
	font-size: .8em;
}
#alertMessageTitle {
	color: #be2a38;
	font-size: 2.0em;
	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: #063d5c;
	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,.9);
  -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: #fb9f1c;
	border: none;
	color: #fff;
}
.promo-btn:hover {
	background-color: #ffac37;
	color: #fff;
	-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: #063d5c;
}
.footer-info {
	font-size: 1.0em;
	color: #eeeeee;
	line-height: 25px;
}
.footer-links {
	text-align: center;
	font-size: 1.0em;
	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: 1.0em;
}

/** 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: #063d5c;
	font-size: 1.4em;
}
.frsmall {
	font-family: 'Titillium Web', sans-serif;
	font-size: 0.8em;
	color: #063d5c;
}
.frtext {
	font-size: 2.5em;
	color: #063d5c;
}
#fr-apr {
	font-family: 'Titillium Web', sans-serif;
	font-size: 1.0em;
	color: #063d5c;
	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;
    }
}

/* 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: #063d5c;
	}
	.side-list {
		margin-bottom: 40px;
	}
	.home-box {
		margin: 0px;
	}
}

/* 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: 15px;
		font-size: 1.4em;
		letter-spacing: 3px;
	}
	.footer-back {
		background-color: #063d5c;
		min-height: 265px;
	}
	.side-list {
		padding-top: 40px;
	}
	.hb-btn {
		background-color: #fb9f1c;
		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,.9);
	  -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%;
	}
}

/* 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,.9);
	  -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%;
	}
	
}