@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
body {
  background: url(../images/watermark.png) center top no-repeat,url(../images/bg.jpg) center top;
  margin: 0;
  color: #3a3a3a;
  background-color: #fff
}

#skip a {
position: absolute;
margin-left: -3000px;
width: 1;
height: 1;
overflow: hidden;
}

#skip a:focus, #skip a:active {
margin-left: -100px;
width: auto;
height: auto;
}

#skip2 a {
position: absolute;
margin-left: -1000px;
width: 1;
height: 1;
overflow: hidden;
}

#skip2 a:focus, #skip a:active {
margin-left: 0px;
width: auto;
height: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-style: normal;
    letter-spacing: 0.1em;
    line-height: 1.25em;
    text-transform: uppercase;
}
h2 {
	color: #04166d; /*Baycel Blue*/
	font-size: 1.5em;
	font-weight: 600;
	margin-top: 0px;
}
h3 {
	font-size: 1.25em;
	font-weight: 600;
	color: #04166d;/*Baycel Blue*/
	margin-bottom: 10px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px dashed #fff;
}
#header {
	    background-image: linear-gradient(rgba(255,255,255,0.8),rgba(255,255,255,0.2));
}

#header-wrapper {
    min-height: 96px;
}
#header-container {
    margin: 0 auto;
    position: relative;
    width: 970px;
}
#menu-utility-menu {
    right: 70px;
    left: auto;
    list-style: none;
    margin: 0;
    padding: 50px 0px 0px 0px;
    position: absolute;
    top: 40;
    z-index: 2;
}
#menu-utility-menu li {
    border-left: 1px solid #3a3a3a; /*gray*/
    display: inline-block;
    padding: 10px 8px 10px 12px;
}
#menu-utility-menu a {
    font-size: 12px;
    text-transform: uppercase;
}
a {
    color: #565656; /*gray*/
    text-decoration: none;
}
#utility-toggle {
    background-image: url("../images/menuicon.png");
    display: none;
    height: 23px;
    right: 50px;
    overflow: hidden;
    position: absolute;
    text-indent: -999px;
    top: 28px;
    width: 25px;
}
.miniMenu{
	min-width: 150px;
    padding: 10px 0;
    margin: 58px 0px 0px 550px;
    background-color: #57b2be;
}
.miniMenu a {
	color: #fff;
}
.miniMenu li {
	list-style: none;
}

#logo-link {
    display: block;
    padding: 20px 0 20px 0;
    width: 237px;
    margin: 0;
}
#logo {
    display: block;
}
a img {
    border: none;
    outline: none;
}
img {
    height: auto;
    max-width: 100%;
}
#searchform {
    float: right;
    top: 57px;
    position: relative;
}
#logo-link {
    display: block;
    padding: 20px 0 20px 0;
    width: 237px;
    margin: 0;
}

/************************************* 
                  navi 
**************************************/

.navbar-default .navbar-brand {
	color: #ffffff;
}
.navbar-default .navbar-brand:hover {
	color: #98d5dd;
}
.navbar-default .navbar-toggle {
    border-color: #ffffff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #98d5dd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.navbar {
	margin: 0px;
	background-image: linear-gradient(#5f5f5f,#1d211e);
	background-color: #000;
    border: none;
	border-radius: 0;
	font-family: 'raleway', sans-serif;
	font-style: normal;
	font-weight: 600;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.8);
}
.navbar-collapse {
	border: none;
}
.navbar-default .navbar-nav > li > a {
	color: #ffffff;
	padding-left: 14px;
	padding-right: 14px;
	text-decoration: none;
	letter-spacing: 0.1em;
	font-weight: 400;
	text-transform: uppercase;
	border: none;
	text-align: center;
	text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:visited {
    color: #ffffff;
    background-color: transparent;
}
.dropdown-menu > li > a {
	color: #fff;
	text-decoration: none;
	font-size: 1.1em;
	/*background-color:  rgba(4, 22, 109, 1);*/
	font-family: 'raleway', sans-serif;
	font-style: normal;
}
.dropdown-menu > li {
  background-color: rgba(27,146,153,0.92);
}
.dropdown-menu > li > a:hover {
	color: #04166d;
	text-decoration: none;
  background-color: transparent;
}
.panel-title strong {
	color: #ffffff;
}

/**********************************************
           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;
}

/***********************************************
                  Alert Box
***********************************************/

#alertMessageTitle {
    color: #be2a38 ;
    font-size: 2.0em;
    margin-left: 10px;
}
#alertMessageText {
    font-size: 1.4em;
    margin-left: 20px;
    margin-top: 15px;
}

/************************************************
                     search 
*************************************************/

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
	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;
    background-image: linear-gradient(#e5ffb5,#bdff43);
    border: none;
    color: #3a3a3a;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 25px;
    color: #fff;
	opacity: 1;
	font-size: 50px;
	font-weight: 200;
	text-shadow: none;
	font-family: 'raleway', sans-serif;
	font-style: normal;
}

/* content */
.content {
  padding-top: 30px;
  font-size: 1.4em;
}
a:hover {
	text-decoration: none;
}
.carousel {
    background-color: #000;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.4);
}
.carousel-indicators li {
	background-color: #ffffff;
	border: none;
	width: 16px;
	height: 16px;
	margin: 0px;
	border-radius: 0px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.carousel-indicators .active {
	background-color: #57b2be;
	border: none;
	width: 16px;
	height: 16px;
}
.carousel-indicators {
	bottom: -10px;
}

/****************************************** 
              Slideshow Text 
*******************************************/

.slideshow-headline { 
    font-weight: bold;
    font-size: 2em;
    font-family:'raleway', 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-style: normal;
    margin-bottom: 5px;
    padding-bottom: 8px;
}
.slideshow-text {
    margin: 0 0 0 -460px;
    left: 50%;
    position: absolute;
    top: 20px;
    width: 640px;
    color: #fff;
/*    background-color: rgba(29, 33, 30, 0);*/
    padding: 2em;
}
.item .slideshow-text.backdrop > *, .item .slideshow-text.backdrop ul,
 .item .slideshow-text.backdrop p {
	color: black ;
	text-shadow: 0 3px 3px #fff;
	z-index: 5;
}
.slideshow-text.backdrop .hd3 {
	margin-bottom: 30px;
}

.slideshow-text.backdrop .slideshow-testimonial ul {
	font-size: 25px;
}
.slideshow-text.backdrop:after {
	content: '';
	position: absolute;
	width: 150%;
	height: 100%;
	background: linear-gradient(90deg, #fff 70%, transparent);
	opacity: .80;
	right: 0;
	z-index: 1;
}
.slideshow-text-wrapper { 
    padding: 10px 0 10px 0;
    margin-bottom: 10px;
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
}
.slideshow-text-wrapper2 { 
    padding: 10px 0 10px 0;
    margin-bottom: 10px;
    border-top: 1px dashed #031B74;
    border-bottom: 1px dashed #031B74;
}
.slideshow-testimonial {
    font: 18px/28px 'raleway', 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-style: normal;
    padding: 0 0px;
    color: #fff;
}
.promo-btn {
	background-color: #bdff43;
	background-image: linear-gradient(#e5ffb5,#bdff43);
	border: none;
	color: #1d211e;
  -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);
}
.promo-btn:hover {
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  color: #04166d;
}

/************************************************
                    Modal Login
************************************************/
   
@import url(http://fonts.googleapis.com/css?family=Raleway);

* {
    font-family: 'Raleway', sans-serif;
}
#login-modal .modal-dialog {
    width: 350px;
    top: 20%;
}
#login-modal input[type=text], input[type=password] {
  margin-top: 0px;
}

.btn-link:focus {
  color: #fff;
}
.btn-link:focus {
  color: #fff;
}

/*********************************************
      override the bootstrap configs     
**********************************************/

#login-modal>.modal-dialog>.modal-content {
  background: rgba(0,0,0,0.7);
}
.modal-content {
    background-color: #fff;
    box-shadow: none;
    border: none;

}
.modal-header {
    min-height: 16.43px;
    padding: 15px 15px 15px 15px;
    border-bottom: 0px;
}
.modal-body {
    position: relative;
    padding: 5px 15px 5px 15px;
}
.modal-footer {
    padding: 15px 15px 15px 15px;
    text-align: left;
    border-top: 0px;
}
.btn {
    border-radius: 0px;
}
.btn-success {
  background-color: #bdff43;
  background-image: linear-gradient(#e5ffb5,#bdff43);
  color: #3a3a3a;
}
.btn-success:active:focus {
  background-color: #bdff43;
  background-image: linear-gradient(#e5ffb5,#bdff43);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  color: #04166d;
}
.btn-success:hover {
  color: #04166d;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}
.btn-lg, .btn-group-lg>.btn {
    border-radius: 0px;
}
.btn-link {
    padding: 5px 10px 0px 0px;
}
.legal-links> .btn-link:hover {
    color: #04166d !important;
    text-decoration: none;
  }
.legal-links>a>.btn-link:hover {
    color: #04166d !important;
    text-decoration: none;
  }
.form-control {
  border-radius: 0px;
  }

/*----------end--------*/


/***----------***
| FEATURED RATES |
--------------*** 
***/

.rates {
  position: relative;
  margin-bottom: 15px;
  background: #252525;
  background-image: linear-gradient(#5f5f5f,#1d211e);
  box-shadow: 0px 3px 10px rgba(0,0,0,0.4);
}
.rates-head {
  text-align: center;
}
.rates-head h3,
.rates-head h4 {
  margin: 0;
  line-height: normal;
  font-family: 'raleway', sans-serif;
  font-style: bold;
  font-weight: 400;
}
.rates-head h3 span,
.rates-head h4 span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-style: italic;
  font-family: 'raleway', sans-serif;
  font-style: normal;
  font-weight: 100;
}
.rates-head h3 {
  font-weight: 300;
  color: #fff;
  padding: 12px 0;
  font-size: 20px;
}
.rates-head h4 {
  color: #fff;
  padding: 5px 0;
  font-size: 54px;
  font-weight: 300;
}
.rates-head h4 i {
  top: -8px;
  font-size: 28px;
  font-style: normal;
  position: relative;
}
.rates-content li {
  color: #fff;
  font-size: 14px;
  padding: 7px 15px;
  text-align: center;
  font-family: 'raleway', sans-serif;
  font-weight: lighter;
}
.rates-footer {
  color: #fff;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  padding: 1px 20px 19px;
}
.turquoise.btn {
  color: #FFFFFF;
  background-color: #006a78;
  background-image: linear-gradient(#57b2be,#006a78);
  border:none;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: 20%;
   text-align: center;
   list-style: none
}
.turquoise.btn:hover,
.turquoise.btn:focus,
.turquoise.btn:active,
.turquoise.btn.active {
    color: #fff;
    background-color: #57b2be;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

/* footer */

.footer-back {
    padding-bottom: 20px;
    padding-top: 20px;
}
.footer-info {
	font-size: 1.0em;
	color: #565656;
	line-height: 25px;
}
.footer-links {
	text-align: center;
	font-size: 1.0em;
	color: #565656;
}
.footer-hr {
	border-top: 1px dotted #5d99bc;
}
.footer-back h3 {
	font-size: 1.4em;
	color: #3a3a3a;
	padding: 0px;
	margin-bottom: -15px;
	margin-top: 0px;
}
.footer-info a {
	color: #565656;
	text-decoration: none;
	cursor: pointer;
}
.footer-info a:hover {
	color: #04166d;
}
.footer-legal {
	color: #565656;
	font-size: 0.9em;
	padding-bottom: 20px;
}
.ncua-label {
	width: 100%;
  height: auto;
}

.housing-label {
	max-width: 70px;
	padding-bottom: 1em;
  float: left;
  padding-right: 1em;
}

.slideshow-text.slidecaption {
  top: 0;
  left: 0;
  max-width: 100%;
  width: 98%;
  padding: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0 0!important;
}
.slidecaption .caption-inner {
  position: relative;
  top: 0;
}
.slidecaption .slideshow-headline {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 35px;
  line-height: 1.3;
  text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.6);
}
.slidecaption .slideshow-text-wrapper {
  padding: 0 0;
  border-top: none;
  border-bottom: none;
}
.slidecaption .slideshow-testimonial p {
  margin: 0 0;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.75);
}
.slidecaption .buttondiv {
  margin-top: 4%;
}
.slidecaption .buttondiv a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  color: #FFF;
  width: 128px;
  height: 38px;
  margin-right: 15px;
  border-radius: 12px;
  background-color: #000;
  background-size: 83%;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid rgba(189, 229, 249, 0.75);
  transition: all ease-in-out .3s;
}
.slidecaption .buttondiv a:hover {
  transform: scale(1.1);
  border-width: 2px;
}
.slidecaption .buttondiv a.appstore {
  background-image:url("../images/app_applestore.png");
}
.slidecaption .buttondiv a.googleplay {
  background-image:url("../images/app_googleplay.png");
}
.mobile-ad-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background: rgba(0,0,0,.86);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
}
.mobile-ad-popup .innerwrap {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.mobile-ad-popup .innerwrap .mid {
  position: relative;
}
.mobile-ad-popup .innerwrap img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  border: 2px solid #FFF;
}
.mobile-ad-popup .buttons {
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 100%;
  z-index: 20;
}
.mobile-ad-popup .buttons .wrap {
   padding-left: 6%;
}
.mobile-ad-popup .buttons a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  color: #FFF;
  width: 130px;
  height: 40px;
  margin-right: 15px;
  border-radius: 12px;
  background-color: #000;
  background-size: 83%;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid rgba(189, 229, 249, 0.75);
  transition: all ease-in-out .3s;
}
.mobile-ad-popup .buttons a:hover {
  transform: scale(1.1);
  border-width: 2px;
}
.mobile-ad-popup .buttons a.appstore {
  background-image:url("../images/app_applestore.png");
}
.mobile-ad-popup .buttons a.googleplay {
  background-image:url("../images/app_googleplay.png");
}
.mobile-ad-popup #closeAd {
  display: block;
  cursor: pointer;
  width: 33px;
  height: 33px;
  background: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  border-radius: 100%;
  position: absolute;
  top: -11px;
  right: -11px;
  color: #FFF;
  text-align: center;
  border: 2px solid #FFF;
  transition: all ease-in-out .3s;
  text-decoration: none;
  z-index: 5;
}
.mobile-ad-popup #closeAd:hover {
  background: #504e4e;
}
.mobile-ad-popup #closeAd span {
  position: relative;
  top: 4px;
  left: 1px;
}
.mobile-ad-popup.hide {
  display: none!important;
}
/** media queries **/
@media (max-width: 767px) {
    .navbar-default .navbar-nav > li > a {
	    border-bottom: 1px solid #98d5dd;
	    display: block;
	    font: bold 16px/16px 'raleway', 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	    letter-spacing: 0.1em;
	    padding: 11px 21px 5px 21px;
	    position: relative;
	    text-align: center;
	    text-transform: uppercase;
	    -webkit-transition: all .5s;
	    transition: all .5s;
	    color: #fff;
    }
    .miniMenu{
	    margin: 58px 0px 0px 0px;
	  }
    .promo-btn {
      width: 100%;
    }
    .ncua-label {
      padding: 2em;
    }
    .mobile-ad-popup .buttons {
      bottom: 10%;
    }
}

/* Small devices (tablets, 768px and up) */

@media only screen and (min-width : 768px) {
		.footer-links {
			text-align: left;
		}
		.footer-back {
			padding-bottom: 20px;
			padding-top: 50px;
		}
     /** 3rd Party Warning Modal ** */
      #warning-modal #warning-modal-footer-content a {
        display: inline-block;
      }
      #warning-modal #warning-modal-footer-content {
        text-align: right;
      }
    .slideshow-text.slidecaption {
      max-width: 600px;
      width: 45%;
      left: 10%;
    }
    .slidecaption .buttondiv {
      margin-top: 7%;
    }
    .slidecaption .buttondiv a {
      width: 140px;
      height: 46px;
    }
    .slidecaption .slideshow-testimonial p {
      font-size: 22px;
      line-height: 1.2;
    }
}

/* Medium devices (desktops, 992px and up) */
@media only screen and (min-width : 992px) {
	.footer-back {
		min-height: 265px;
/*		background-image: linear-gradient(rgba(255,255,255,0.3),rgba(255,255,255,0.2));*/
/*		background-color: #fff*/
	}
	.dropdown-menu {
		background-color: rgba(27,146,153,0.92);
		width: 100%;
	}
	.dropdown-menu>li>a {
		color: #fff;
		font-family: 'raleway', sans-serif;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media only screen and (min-width : 1200px) {	
	#header-container {
		width: 1100px;
	}
  .slideshow-text.slidecaption {
    left: 7%;
  }
  .slidecaption .caption-inner {
    top: 0;
  }
  .slidecaption .slideshow-headline {
    font-size: 58px;
  }
  .slidecaption .slideshow-testimonial p {
    font-size: 30px;
  }
  .slideshow-text.slidecaption {
    width: 600px;
  }
  .slidecaption .buttondiv a {
    width: 155px;
    height: 50px;
  }
}

@media only screen and (min-width : 1400px) { 
  .slideshow-text.slidecaption {
    left: 16%;
  }
  .slidecaption .caption-inner {
    top: -5%;
  }
}

@media (max-width: 991px) {
	#header-container {
    	width: 720px;
		}
	#menu-utility-menu a {
    	color: #fff;
		}
	#menu-utility-menu li:first-child {
    	border-top: none;
		}
	#menu-utility-menu li {
	    border-left: none;
	    border-top: 1px dashed #b88e31;
	    display: block;
	    padding: 6px 10px;
		}
	input[type="text"], input[type="password"], textarea {
    	width: 100%;
		}
    .modal-dialog {
      margin: 0 auto;
      max-width: 85%;
    }
    #searchform {
	    float: right;
	    top: 27px;
	    position: relative;
    	}
	}
@media (max-width: 991px) {
	#menu-utility-menu {
    background: #cd9f2a;
    display: none;
    padding: 0 10px;
    top: 46px;
	}
	#utility-toggle {
    display: block;
	}
  .navbar-default .navbar-nav > li > a{
        /*background: url(../images/background-nav-divider.png) no-repeat left center;*/
        display: inline-block;
        font: bold 12px/12px 'raleway', 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
        font-style: normal;
        letter-spacing: 0em;
        padding: 20px 14px 18px 14px;
        text-transform: uppercase;
        color: #fff;
	}
  .slideshow-text {
        margin-left: -340px;
        top: 20px;
        max-width: 600px;
        font-family: 'raleway', sans-serif;
    }
  .slideshow-headline {
        font-size: 2em;
        line-height: 1.25em;
        font-family: 'raleway', 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
        font-style: normal;
    }
  .slideshow-testimonial {
        font-size: 1em;
        line-height: 1em;
        padding: 0 0px;
        font-family: 'raleway', sans-serif;
        font-style: normal;
    }
@media (max-width: 767px){
    #header-container {
    width: 100%;
    }
    #menu-utility-menu {
    right: inherit;
    left: 20px;
    }
    #utility-toggle {
    left: 20px;
    }
    #logo-link {
    padding-top: 70px;
    margin: 0 auto;
    }
    .navbar-default .navbar-nav > li > a {
    display: block;
    font: bold 16px/16px 'raleway', 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    letter-spacing: 0.1em;
    padding: 11px 21px 5px 21px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #fff;
    }
    #searchform {
    float: right;
    top: 27px;
    position: relative;
    right: 20px;
	}
	.slideshow-text {
        margin-left: -160px;
        top: 20px;
        max-width: 330px;
        font-family: 'helvetica neue';
    }
    .slideshow-headline {
        font-size: 1.2em;
        line-height: 1.2em;
        font-family: 'adobe-caslon-pro', 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    }
    .slideshow-testimonial {
        font-size: .8em;
        line-height: 1em;
        padding: 0 0px;
        font-family: 'helvetica neue';
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
    font-family: 'raleway', sans-serif;
    background-color: #57b2be;
  }
}

