@font-face {
    font-family: 'angelinaregular';
    src: url('../assets/fonts/angelina-webfont.woff2') format('woff2'),
         url('../assets/fonts/angelina-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  width: 100%;
  height: 100%;
}

.relative {
  position: relative;
}

/* Mobile Nav */

.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}

.slideout-panel {
  position: relative;
  z-index: 1;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}


.bg-blue {
  background: #003e7e;
  color: #fff;
}

.bg-blue a {
  color: #fff;
}

/*.fixed-open {
    -webkit-transform: translate3d(256px, 0px, 0px);
    transform: translate3d(256px, 0px, 0px);
}*/

/* ## Accessibility
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut,
.site-title,
.site-description {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
  margin: 0;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 16px;
  padding: 15px 23px 14px;
  color: #2A2B33;
  z-index: 100000;
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.screen-reader-shortcut:focus {
  background: #ffffff;
}

.more-link {
  position: relative;
}

.skip-link {
  margin: 0;
}

.skip-link li {
  height: 0;
  width: 0;
  list-style: none;
}


.wrap {
  max-width: 1170px;
  margin: 0 auto;
}


#content {
  margin-top: 102px;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */
/* ## Before Header
--------------------------------------------- */
.before-header {
  font-size: 13.12px;
  background-color: #003e7e;
  position: relative;
  width: 100%;
  z-index: 99;
  height: 30px;
}

.before-header .wrap {
  position: relative;
  padding: 3px 5%;
}

@media (min-width: 768px) {
  .before-header .wrap {
  	padding: 5px 0;
  }
  .before-header .container {
  	width: 100%;
  }
}

.before-header nav ul {
  padding: 5px 0;
}

.before-header a {
  color: #FFFFFF;
}

#nav-secondary li.menu-item {
  font-size: 12px;
}
.before-header #banking-login li {
  font-size: 10px;
}

@media (min-width: 350px) {
  .before-header #banking-login li {
    font-size: 11px;
  }
}

@media (min-width: 380px) {
  .before-header #banking-login li {
    font-size: 12px;
  }
}

.site-header {
  position: absolute;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  height: 102px;
  /*-webkit-transition: padding .3s ease;
  -moz-transition: padding .3s ease;
  -o-transition: padding .3s ease;
  transition: padding .3s ease;*/
  font-size: 16px;
}

.site-header > .container {
  

}

/*@media (min-width: 768px) {
  .site-header > .container{
    padding: 10px 0;
  }
}

@media (min-width: 1023px) {
  .site-header > .container {
    padding: 20px 0;
  }
}*/

.site-header.shrink {
  background: rgba(255,255,255,0.9);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  position: fixed;
  height: 60px;
}

.site-header.shrink > .container {
  /*padding: 5px 0;*/
  -webkit-transition: padding .6s ease 0.3s;
  -moz-transition: padding .6s ease 0.3s;
  -o-transition: padding .6s ease 0.3s;
  transition: padding .6s ease 0.3s;
  
}

.site-header {
  top: 30px;
}

.site-header.shrink {
  top: 0;
}


.site-header .mobile-phone {
    position: absolute;
    right: 0;
    top: 0;
    margin: 25px 20px;
    text-align: center;
    max-width: 50px;
}

.site-header.shrink .mobile-phone {
  margin: 4px 20px;
}

.mobile-phone svg.phone-icon {
  fill: #003e7e;
  width: 25px;
  height: 25px;
}



/* ## Title Area
--------------------------------------------- */

.title-area {
  margin: 10px;
  padding: 10px 0;
  height: 80px;
  width: auto;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
}

.site-header.shrink .title-area {
  height: 60px;
  margin: 0;
}

@media (min-width: 992px) {
  .title-area {
    padding: 5px 0;
    margin: 21px 0px;
    height: 60px;
    float: left;
  }

  .site-header.shrink .title-area {
    margin: 0;
  }
}


.custom-logo-link {
  display: block;
  height: 100%;
}

.custom-logo-link img {
  width: 200px;
  height: auto;
  max-width: 100%;
}
.shrink .custom-logo-link img {
  width: 140px;
}

@media (min-width: 768px) {
  .shrink .custom-logo-link img {
    width: auto;
  }
  .custom-logo-link img {
    width: auto;
    height: 100%;
    margin: auto;
    vertical-align: middle;
  }
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
/* ## Site Navigation
--------------------------------------------- */
.main-menu {
  clear: both;
  line-height: 1;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.main-menu ul {
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .main-menu {
    font-size: 16px;
  }
}

.main-menu .menu-item {
  display: block;
  margin-bottom: 0;
  text-align: left;
  width: 100%;
  float: left;
  position: relative;
}

@media (min-width: 992px) {
  .main-menu .menu-item {
    float: left;
    text-align: right;
    padding: 0;
    width: auto;
  }
  #menu-header-menu > li.menu-item-has-children > a:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #ebf2fa;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    z-index: 9999;
    box-shadow: -1px -1px 0 rgb(226, 233, 240);
    opacity: 0;
    bottom: -12px;
  }
  #menu-header-menu > li.menu-item-has-children:hover > a:after {
    opacity: 1;
    bottom: -7px;
    -webkit-transition: all .3s ease .3s;
    -moz-transition: all .3s ease .3s;
    -o-transition: all .3s ease .3s;
    transition: all .3s ease .3s; 
  }
  #menu-header-menu > li.menu-item-has-children > .top-level:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #ebf2fa;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    z-index: 9999;
    box-shadow: -1px -1px 0 rgb(226, 233, 240);
    opacity: 0;
    bottom: -12px;
  }
  #menu-header-menu > li.menu-item-has-children:hover > .top-level:after {
    opacity: 1;
    bottom: -7px;
    -webkit-transition: all .3s ease .3s;
    -moz-transition: all .3s ease .3s;
    -o-transition: all .3s ease .3s;
    transition: all .3s ease .3s; 
  }
}

.main-menu .menu-item:last-of-type a {
  padding-right: 0;
}

.main-menu .menu-item .number {
  color: #ee2e24;
  font-weight: bold;
}

.responsive .main-menu .menu-item {
  width: 100%;
  padding: 0;
}

@media (min-width: 992px) {
  .responsive .main-menu .menu-item {
    width: auto;
  }
}

.main-menu a, .main-menu .top-level {
  text-decoration: none;
  display: block;
  color: #003e7e;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  padding: 20px;
  border-bottom: 1px solid #eaeaea;
}

.site-header .main-menu > li > a.header-phone {
  padding-bottom: 35px; 
  padding-top: 35px;
  text-align:center;
  padding-left: 5px;
}

.site-header.shrink .main-menu > li > a.header-phone {
  padding-bottom: 14px;
  padding-top: 14px;
  padding-left: 5px;
}

@media (min-width: 992px) {
  .main-menu a, .main-menu .top-level {
    padding: 20px 0;
    border: none;
  }
  .main-menu > li > a, .main-menu > li > .top-level  {
    padding: 43px 9px;
  }

  .site-header.shrink .main-menu > li > a, .site-header.shrink .main-menu > li > .top-level {
    padding: 22px 9px;
  }
}

@media (min-width: 1023px) {
  .main-menu > li > a, .main-menu > li > .top-level {
    padding: 43px 10px;
  }

  .site-header.shrink .main-menu > li > a, .site-header.shrink .main-menu > li > .top-level {
    padding: 22px 10px;
  }

  .site-header.shrink .main-menu .menu-item:last-of-type a {
      padding-right: 0;
  }
}

@media (min-width: 1199px) {
	.main-menu > li > a, .main-menu > li > .top-level {
    padding: 43px 20px;
  }	

  .site-header.shrink .main-menu > li > a, .site-header.shrink .main-menu > li > .top-level {
    padding: 22px 20px;
  }
}

.main-menu a:hover,
.main-menu .top-level:hover,
.main-menu a:focus,
.main-menu .top-level:focus,
.main-menu .current-menu-item > a,
.main-menu .current-menu-item > .top-level,
.main-menu .sub-menu .current-menu-item > a:hover,
.main-menu .sub-menu .current-menu-item > .top-level:hover,
.main-menu .sub-menu .current-menu-item > a:focus,
.main-menu .sub-menu .current-menu-item > .top-level:focus {
  text-decoration: none;
  color: #003e7e
}

.main-menu .menu-item-has-children > a span:after, .main-menu .menu-item-has-children > .top-level span:after {
  content: " ";
  display: none;
  margin-top: calc(.5em - 2px);
  margin-left: 4px;
  height: 3px;
  width: 3px;
  border: 3px solid transparent;
  border-top-color: #2A2B33;
  border-radius: 2px;
}

@media (min-width: 992px) {
  .main-menu .menu-item-has-children > a span:after, .main-menu .menu-item-has-children > .top-level span:after {
    display: inline-block;
  }
}

.main-menu .sub-menu {
  transition: none;
  display: none;
  background-color: #ebf2fa;
  padding-bottom: 15px;
}

.main-menu .sub-menu.open {
  display: block;
}

.main-menu ul {
  list-style-type: none;
}



@media (min-width: 768px) {
  .main-menu .sub-menu > .container {
    width: auto;
  }
}


@media (min-width: 992px) {
  .main-menu .sub-menu {
    left: -9999px;
    top: 200px;
    opacity: 0;
    position: fixed;
    width: 100%;
    z-index: 99;
    transition: top .4s ease, opacity .5s ease;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.0382);
  }

  .main-menu .sub-menu > .container {
    max-width: 800px;
  }

  /* .main-menu .sub-menu .border-right {
    margin: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.0382);
  } */

  .main-menu .sub-menu ul > ul {
    margin-top: 15px;
  }

  .main-menu .sub-menu ul ul {
    margin-top: 0;
  }
  .main-menu .sub-menu ul {
    margin-top: 15px;
    padding-left: 15px;
  }
}

.main-menu .sub-menu .menu-item {
  width: 100%;
}

.main-menu .sub-menu .menu-item > a span:after {
  transform: rotate(-135deg);
  float: none;
  margin-top: 0;
}

.main-menu .sub-menu .menu-item a {
  padding-left: 10px;
  text-align: left;
  color: #003e7e;
  white-space: normal;
}

@media (min-width: 992px) {
  .main-menu .sub-menu .menu-item a {
    padding: 10px;
    position: relative;
    word-wrap: break-word;
	white-space: nowrap;
  }
}

.main-menu .sub-menu .sub-menu {
  margin: -55px 0 0 199px;
  padding-left: 0;
  border-left: none;
  list-style-type: none;
}

.main-menu .sub-menu .sub-menu:before {
  display: none;
}

@media (min-width: 992px) {
  .main-menu .menu-item:hover > .sub-menu,
  .main-menu .menu-item:focus > .sub-menu {
    left: 0;
    top: 132px;
    opacity: 1;
  }

  .site-header.shrink .main-menu .menu-item:hover > .sub-menu {
    top: 60px;
  }
}

.main-menu > .first > a {
  padding-left: 0;
}

.main-menu > .last > a {
  padding-right: 0;
}

.main-menu > .right {
  float: right;
}

.sub-menu-image-caption {
    text-align: center;
    margin: 0;
    padding: 15px;
    background: rgba(0, 62, 126, 0.75);
    color: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}

@media (max-width: 991px){
  .main-menu a.large-link {
    padding: 0;
  }
  .main-menu li.col-md-4 {
    padding: 15px 0 0 0;
  }
}

/* ## Primary Navigation
--------------------------------------------- */
.nav-primary {
  width: 100%;
  clear: both;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0 5%;
  background-color: #fff;
  box-shadow: -99px 0 0 #2A2B33, 99px 0 0 #2A2B33;
  font-weight: 300;
}

@media (min-width: 992px) {
  .nav-primary {
    width: calc(100% - 200px);
    width: auto;
    clear: none;
    display: block !important;
    background-color: transparent;
    box-shadow: none;
    float: right;
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
  }
}

.js .nav-primary {
  display: none;
}

.nav-primary .wrap {
  padding: 20px 0;
  max-width: 100%;
}

@media (min-width: 992px) {
  .nav-primary .wrap {
    padding: 0;
  }
}

.nav-primary .menu-item a, .nav-primary .menu-item .top-level {
  color: #FFFFFF;
}

@media (min-width: 992px) {
  .nav-primary .menu-item a, .nav-primary .menu-item .top-level {
    color: #003e7e;
  }
}

.nav-primary li li {
  margin-left: 0;
}

/* ## Responsive Navigation
--------------------------------------------- */
.menu-toggle {
  border-width: 0;
  background-color: transparent;
  color: #2A2B33;
  display: block;
  margin: 30px 20px;
  overflow: hidden;
  text-align: center;
  padding: 20px 25px 20px 0;
  line-height: 20px;
  position: relative;
  z-index: 9;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
}

.site-header.shrink .menu-toggle {
  padding: 20px 25px 20px 0;
  margin: 8px 20px;
}

.menu-toggle:focus, .menu-toggle:active, .menu-toggle:hover {
  outline: none;
  box-shadow: none;
  color: #2A2B33;
}

@media (min-width: 992px) {
  .menu-toggle {
    padding: 30px 30px 30px 0;
  }
}

@media (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
}

.menu-toggle span {
  position: absolute;
  right: 0;
  width: 80px;
  height: 2px;
  background-color: #003e7e;
  display: block;
  float: left;
  top: calc(50% - 7px);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.menu-toggle span:nth-of-type(2), .menu-toggle span:nth-of-type(3) {
  top: calc(50% - 1px);
}

.menu-toggle span:nth-of-type(4) {
  top: calc(50% + 5px);
}

.menu-toggle.activated span {
  top: calc(50% - 1px);
  opacity: 0;
}

.menu-toggle.activated span:nth-of-type(2) {
  transform: rotate(45deg);
  opacity: 1;
}

.menu-toggle.activated span:nth-of-type(3) {
  transform: rotate(-45deg);
  opacity: 1;
}

.menu-toggle.toggle-secondary {
  float: none;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .menu-toggle.toggle-secondary {
    padding: 20px 25px 20px 0;
  }
}

.sub-menu-toggle {
  padding: 28px 0 28px 50px;
  position: absolute;
  right: 0;
  top: 0;
  border-width: 0;
  background-color: transparent;
  border-left: 1px solid #eaeaea;
  width: 100%;
}

@media (min-width: 992px) {
  .sub-menu-toggle {
    display: none;
  }
}

.sub-menu-toggle:hover {
  box-shadow: none;
}

.sub-menu-toggle:before {
  content: " ";
  display: block;
  position: absolute;
  top: calc(50% - 2.5px);
  right: 30px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 5px solid #003e7e;
  text-rendering: auto;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.sub-menu-toggle.activated:before {
  border-top: none;
  border-bottom: 5px solid #FFFFFF;
}


/* # Home Page
---------------------------------------------------------------------------------------------------- */

.homepage-section h2 {
    font-weight: 300;
    text-align: center;
    margin: 2em 0 2.3em 0;
}

/* ## Promo and Login
--------------------------------------------- */

.homepage-promo .login,
.homepage-promo .main-promo {
  padding: 0;
  font-size: 16px;
}

.homepage-promo .login {
  background: #003e7e;
  padding: 3em 1.2em;
  color: #fff;
}

.homepage-promo .login a {
  color: #fff;
}

.homepage-promo .login input {
  width: 100%;
}

.homepage-promo .login .login-account-actions {
  margin-top: 5px;
  text-align: center;
}
  

.homepage-promo .promo-caption h2 {
  font-size: 18px;
}

.homepage-promo .promo-caption {
  top: 0;
  right: 10px;
  height: 100%;
  padding: 0.5em;
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 100;
  line-height:1;
  background: #bbd2e5;
  background: -moz-linear-gradient(left,  #bbd2e5 0%, #e5eff9 50%, #bbd2e5 100%);
  background: -webkit-linear-gradient(left,  #bbd2e5 0%,#e5eff9 50%,#bbd2e5 100%);
  background: linear-gradient(to right,  #bbd2e5 0%,#e5eff9 50%,#bbd2e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbd2e5', endColorstr='#bbd2e5',GradientType=1 );

}

@media (min-width: 580px){
  .homepage-promo .promo-caption {
    font-size: 2em;
  }
}
@media (min-width: 768px){
  .homepage-promo .promo-caption {
    font-size: 2em;
    background: none;
    text-shadow: 8px 2px 24px #000;
  }
  .homepage-promo .promo-caption h2 {
    font-size: 30px;
  }

  .homepage-promo .promo-caption {
    position: absolute;
    width: 33%;
  }
  .homepage-promo .promo-caption strong{
	  margin-left: -30px;
  }
}
@media (min-width: 1190px){
  .homepage-promo .promo-caption {
    font-size: 2em;
  }
}

.homepage-promo .promo-caption > .inner {
  position: relative;
  z-index: 1;
}

.homepage-promo .promo-caption strong {
  font-weight: 100;
    color: #ffffff;
    font-family: 'angelinaregular';
    font-size: 4.5em;
    line-height: 0.25;
    margin-top: 70px;
    display: block;
    letter-spacing: -3px;
}

.homepage-promo .promo-caption .btn{
	text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: none;
    font-size: 16px;
    font-weight: 100;
}

h3.login-title {
  color: #fff;
  font-weight: 700;
  font-size: 1.2em;
}

svg.banking-login-icon {
  fill:#fff;
  width:14px;
  height:14px;
  margin-right: 3px;
}

.btn-blue,
.btn-red {
  border-radius: 0;
  color: #fff;
  padding: 10px 12px;
}

.btn-blue:active,
.btn-blue:focus,
.btn-red:active,
.btn-red:focus {
  color: #fff;
}

.btn-blue:hover,
.btn-red:hover {
  color:#fff;
  opacity: 0.9;
}

.btn-blue {
  background-color: #003e7e;
}

.btn-group .btn {
  font-size: 13px;
  min-width: 100px
}

.btn-group .btn + .btn {
  margin-left: 0;
}


@media (min-width: 768px) {
  .btn-group {
    font-size: 1em;
    min-width: 150px;
  }
  .btn-group .btn + .btn {
    margin-left: 1em;
  }
}

@media (max-width: 399px) {
  .btn-group .btn {
    width: 100%;
    max-width: 100%;
    margin: 5px 0;
    display: block;
  }
}

.homepage-promo .login .btn-blue {
  background-color: #025ab5;
}

.btn-red {
  background-color: #ee2e24;
}

.btn-uppercase {
  text-transform: uppercase;
  font-weight: 300;
  min-width: 150px;
  letter-spacing: 0.05em;
}

div.divider-or {
  font-weight: 700;
  margin: 1em 0;
  text-align: center;
  position: relative;
}

div.divider-or:before,
div.divider-or:after {
  content: "";
  height: 1px;
  width: calc(50% - 20px);
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  position: absolute;
}

div.divider-or:before {
  left: 0;
}

div.divider-or:after {
  right: 0;
}


/* ## Main Slider
--------------------------------------------- */

.homepage-row {
  padding: 1em 0;
  font-size: 16px;
}

.homepage-column {
  padding: 0;
}

.homepage-column-content {
  padding: 14% 2em;
  font-size: 1.1em;
}

.homepage-column-image {
  position: relative;
}

.homepage-column-image img {
  width: 100%;
}

.homepage-promo .promo-image:after,
.homepage-column-image:after {
  content: "";
  width: calc(100% - 0.6em);
  height: calc(100% - 0.6em);
  margin: 0.3em;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #fff;
}

@media (min-width: 768px) {
  .homepage-promo .promo-image:after,
  .homepage-column-image:after { 
    width: calc(100% - 2em);
    height: calc(100% - 2em);
    margin: 1em;
  }
}

.homepage-column-content h2 {
  color: #ed2e24;
  font-weight: 300;
  font-size: 2.5em;
}

.homepage-tools {
  text-align: center;
}

.homepage-section .homepage-tools h2 {
  margin: 2em 0 1em 0;
}


/* ## Main Slider
--------------------------------------------- */

#main-promo img {
  width: 100%;
  height: auto;
}

.homepage-news h2 {
  font-weight: 300;
  color: #003e7e;
  text-align: center;
  margin: 2em 0 2.3em 0;
}

/* ## Homepage Tools
--------------------------------------------- */
.homepage-tools p.section-intro,
.banking-tool {
  margin-bottom: 3em;
}

.banking-tool > a {
  background-color: #00366d;
  display: block;
  color: #fff;
  padding: 1em;
  text-decoration: none;
  border-bottom: 2px solid #ee2e24;
  text-align: left;
}

.banking-tool h3 {
  color: #fff;
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: 300;
}

.tools-icon {
  fill: #fff;
  width: 50px;
  height: 50px;
  float: left;
  margin: 30px 20px;
}

.banking-tool .inner {
  width: calc(100% - 50px)
}


/* # Site Message
-------------------------------------------- */
.site-message {
  background: #ee2e24;
  box-shadow: 0 5px 10px rgba(0,0,0,0.11) inset;
}

.site-message .inner {
  padding: 20px;
}

.site-message strong {
  display: inline-block;
  margin-right: 10px;
}

.site-message p {
  margin: 0;
}

.site-message,
.site-message a {
  color: #fff;
}

.site-message .site-message-toggle {
  font-weight: 700;
}


.site-message .dismiss {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
}

.site-message .dismiss span{
  display: none;
  margin-top: 0px;
  line-height: 17px;
  float: right;
}

.site-message .dismiss svg.dismiss-icon {
  fill: #fff;
  width: 15px;
  height: 15px;
}

@media (min-width: 768px) {
  .site-message .dismiss span{
    display: block
  }
}



/* # Footer
-------------------------------------------- */

.site-footer {
  background: #bbd2e5;
  background: -moz-linear-gradient(left,  #bbd2e5 0%, #e5eff9 50%, #bbd2e5 100%);
  background: -webkit-linear-gradient(left,  #bbd2e5 0%,#e5eff9 50%,#bbd2e5 100%);
  background: linear-gradient(to right,  #bbd2e5 0%,#e5eff9 50%,#bbd2e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbd2e5', endColorstr='#bbd2e5',GradientType=1 );
  padding-top: 3em;
}

.site-footer .phone-number, 
.site-footer .phone-number:hover {
  color: #003e7e;
  font-weight: 700;
}

ul.footer-btns {
  text-align: center;
}

ul.footer-btns li {
  width: 33.33333%;
  float: left;
}

ul.footer-btns li:nth-child(3n+1){
  clear: left;
}

@media (min-width: 768px){
  ul.footer-btns li {
    width: 20%;
  }
  ul.footer-btns li:nth-child(3n+1){
    clear: none;
  }
}

ul.footer-btns .h4 {
  font-size: 1em;
  font-weight: 300;
  margin: 0;
}

ul.footer-btns svg.footer-icon {
  fill: #fff;
  width: 40px;
  height: 40px;
}

ul.footer-btns a {
    display: block;
    padding: 1em 0 1.5em 0;
}

ul.footer-btns a:hover {
  background: rgba(0,0,0,0.1);
}

.bottom-links {
  padding: 0.8em 0;
  margin-top: 3em;
}

.bottom-links ul {
  margin: 0;
}

@media (min-width: 768px){
  .bottom-links ul li.last {
    float: right;
  }
}

/* # Pages
--------------------------------------------- */

h1.page-title {
  text-align: center;
  color: #ee2e24;
  margin: 60px 0;
  font-weight: 300;
}

#content {
  background: #fff;
}

#content > .container {
  padding-bottom: 60px;
}


/* # FAQs
--------------------------------------------- */
.more-less {
  transition: all 0.3s ease;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  float: right;
}
.panel-heading.active .more-less {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.panel-title a {
  display: block;
}

.panel-default {
  border: 0;
  box-shadow: none;
}

.panel-default > .panel-heading {
  background: #ebf2fa;
  border: none;
  border-radius: 0;
  color: #003e7e;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.panel-default > .panel-heading.active {
  background: #003e7e;
  color: #fff;
}

.panel-default > .panel-heading a {
  color: #003e7e;
}

.panel-default > .panel-heading.active a {
  color: #fff;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    border: 0;
    background: #ebf2fa;
    margin-top: 5px;
}

.entry h3 img{
	box-shadow: none !important;
}
.caribbean-signup input, .caribbean-signup textarea, .caribbean-signup select {
	width: 50%;
}
.caribbean-signup label{
	width: 100px;
}

