@charset "utf-8";

/* Orange Color: fe8b00 */
/* Darker Orange Color for large text: #e07a00*/
/* Even darker color for small text: #b36200 */


html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: 'Roboto', sans-serif;
  /* padding-top: 104px; */
}

a {
  color: #0050d0;
  text-decoration: underline;
}

a:visited {
  color: #555;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Montserrat', sans-serif;;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h2 {
  margin: 1em 0;
}

h2:first-child {
  margin-top: .25em;
}

h4 {
  margin-top: .5em;
}

img.pad-right {
  margin-right: 10px;
}

img.pad-left {
  margin-left: 10px;
}

/* DMB added */
.navbar-fixed-bottom, .navbar-fixed-top {
	position: relative !important;
}

@media (max-width: 767px) {
  body {
    padding-top: 0px;
  }
}

p {
  margin: 1em 0;
  line-height: 1.6em;
}

ul.news {
    list-style:none;
    padding:0;
    margin:0;
}

.bg-email {
  background-color: #555;
}
.color-email, 
a.color-email, 
a.color-email:visited {
  color: #555;
}

.bg-facebook {
  background-color: #3b5998;
}
.color-facebook, 
a.color-facebook, 
a.color-facebook:visited {
  color: #3b5998;
}

.bg-twitter {
  background-color: #1da1f2;
}
.color-twitter, 
a.color-twitter, 
a.color-twitter:visited {
  color: #1da1f2;
}

.bg-youtube {
  background-color: #e52d27;
}
.color-youtube, 
a.color-youtube, 
a.color-youtube:visited {
  color: #e52d27;
}

/*========*/
/* Header */
/*========*/

#skip-links {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

  #skip-links li a:focus {
    color: blue;
    display: block;
    overflow: hidden;
    padding: 1em;
    text-align: center;
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
    border-bottom: 5px solid #fe8b00;
    background-color: rgba(255,255,255,.95);
    font-size: 1.5em;
    z-index: 1040;
    text-decoration: underline;
  }

#header-container {min-height:100px; position: relative;} /* min-height was 127 */
#digest-header {height: 430px; width: 100%;}
.home #digest-header {height: 520px;}


.header {
    /* background: rgb(233, 233, 233); /* Fallback for older browsers without RGBA-support */
    /* background: rgba(233, 233, 233, 0.9); */
    /*background-color:#fff;*/
    /*padding:5px 0 0 0;*/
    margin-top:0;
}

.navbar-fixed-bottom, .navbar-fixed-top {
  z-index: 999;
}

.header-container {
  padding-top: 5px;
  background: #fff;
}

.stc-header {
    /*height:52px;*/
    display: flex;
    align-items: center; 
    margin-bottom: 10px;
}

.stc-logo {
  transition: height .25s;
  height: 50px;
  width: auto;
}

a.header-search-toggle, 
a.header-menu-toggle {
  float: right; 
  margin-top: 5px;
  padding: 6px 10px;
  background-color: #efefef;
  transition: background-color .25s, color .25s;
  margin-left: 15px;
  display: none;
}

  a.header-search-toggle:hover, 
  a.header-menu-toggle:hover {
    background-color: rgba(254, 139, 0, 0.9);
    color: #fff;
  }

.header-search {
  float: right; 
  width: 210px;
  margin-top: 8px;
  text-align: right;
}

  .header-search .fa {
    border: 1px solid #dedede;
    border-right: 0;
    padding: 6px;
    color: #777;
    height: 28px;
    vertical-align: top;
    border-radius: 3px 0 0 3px
  }

  .header-search input[type="text"] {
    border: 1px solid #dedede;
    padding: 3px;
    border-left: none;
    width: 120px;
    height: 28px;
    border-radius: 0 3px 3px 0;
  }

  .header-search input[type="submit"] {
    // border: 1px solid rgb(254, 139, 0);
    // background-color: rgb(254, 139, 0);
    border: 1px solid rgb(206, 116, 0);
    background-color: rgb(206, 116, 0);
    color: white;
    padding: 3px 8px;
    border-radius: 3px;
  }

.header-links {
    padding-top: 3px;
    float:right;
}

.header-links ul {
    display:block;
    list-style:none;
    overflow: hidden; 
    padding-left: 0;
    margin-top: 10px;
}

.header-links li {
    display:inline; 
    float:left; 
    padding-left:20px;
}

.header-links li a:link, .header-links li a:visited {
    color: #757676;
    text-decoration: none;
}

.header-links li a:hover, a:active, a:focus {
    color:#fe8b00;
    text-decoration:none;
}

.header-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    /*background: rgb(254, 139, 0); */
    /*background: rgba(254, 139, 0, 0.9);*/
    /*background-color: #e07a00;  */
    background-color: rgba(224,122,0,0.85);
    color: #FFF;
    height:120px;
    width:100%;
    text-align: right;
}

.header-bottom-nhp /* non home page */ {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(254, 139, 0); /* Fallback for older browsers without RGBA-support */
    background: rgba(254, 139, 0, 0.9);
    color: #FFF;
    height:60px;
    width:100%;
}

.header-bottom h1 {
  font-size: 30pt;
  margin: 0;
}

.header-bottom p {
  font-size: 18pt;
  margin: 8px 0 0 0;
  font-style: italic;

}

.header.collapsed {
  box-shadow: 0 1px 3px rgba(0,0,0,.5);
}
  .header.collapsed .stc-header {
    height:auto;
    margin-bottom: 10px;
  }
  .header.collapsed .stc-logo {
    height: 30px;
    width: auto;
  }


@media (max-width: 1199px) {
  .header-search {
    width: 190px;
  }
    .header-search input[type="text"] {
      width: 100px;
    }
}

@media (max-width: 991px) {
  .stc-header {
    height: 50px;
  }
  .stc-logo {
    height: auto;
    max-width: 100%;
  }

  a.header-search-toggle {
    display: inline-block;
  }

  .header-search {
    display: none;
  }

  .header-search.open {
    display: block; 
    position: absolute; 
    right: 7px;
    top: 35px;
    z-index: 100;
    background-color: rgba(255,255,255,.9);
    padding: 5px 8px;
    width: auto;
    box-shadow: 0 0 3px #333;
    white-space: nowrap;
  }

    .header-search.open input[type="text"] {
      width: 150px;
    }

    .header-search.open input[type="text"], 
    .header-search.open .fa {
      background-color: #fff;
    }

}

@media (max-width: 767px) {

  a.header-menu-toggle {
    display: inline-block;
    margin-right: 8px;
  }

  a.header-menu-toggle, 
  a.header-search-toggle {
    margin-left: 5px;
    padding: 6px 8px;
  }

  .header-links li {
    padding-left: 0;
  }


}


/* =========*/
/* Top Horizontal Nav */
/* =========*/
.topnav-container {
  background-color: rgba(1, 64, 21, 1);
  display: block; 
  overflow: hidden;
  position: relative;
}

.topnav-container .mobile-menu-toggle {
  display: none;
}

.topnav-container .mobile-search-toggle {
  display: none;
}

ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: transparent;
}

ul.topnav li {float: left;}

ul.topnav li a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 8px 40px; /* 14px 16px */
    text-decoration: none;
    transition: 0.3s;
    font-size: 18px;

}

ul.topnav li a:hover, 
ul.topnav li.active a { 
  background-color: #fe8b00;
}

@media (max-width: 991px) {
  ul.topnav li a {
    padding: 8px 25px;
  }
}

@media screen and (max-width:767px) {
  .topnav-container {
    height: 40px;
    max-height: 40px;
    transition: max-height .5s; 
    display: none;
  }

  .topnav-container.open {
    height: auto;
    max-height: 700px;
    display: block;
  }

  .topnav-container .mobile-menu-toggle, 
  .topnav-container .mobile-search-toggle {
    display: inline-block;
    position: absolute; 
    right:0;
    top: 0;
    padding: 0 20px;
    margin-right: 10px;
    line-height: 40px;
    color: white;
    font-size: 1.3em;
    z-index: 10;
    background-color: #014015;
  }

    .topnav-container .mobile-menu-toggle:hover {
      background-color: #fe8b00;
    }

    .topnav-container .close-mobile-menu, 
    .topnav-container .close-search-menu {
      display: none;
    }

    .topnav-container.open .close-mobile-menu {
      display: inline-block;
    }

    .topnav-container.open .open-mobile-menu {
      display: none;
    }


  /*.topnav-container .mobile-search-toggle {
    right: auto; 
    left: 0;
  }

    .topnav-container.open .mobile-search-toggle {
      display: none;
    }*/

  /*ul.topnav {
    display: none;
  }*/

  .topnav-container.open ul.topnav {
    display: block;
    position: relative;
    /*margin-top: 40px;*/
  }
  .topnav-container.open ul.topnav li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav-container.open ul.topnav li {
    float: none;
    display: inline;
  }
  .topnav-container.open ul.topnav li a {
    display: block;
    text-align: left;
    padding-left: 0;
  }
}

/*=================*/
/* Full-Width Rows */
/*=================*/
.full-row {
  display: block;
  overflow: hidden; 
  position: relative;
  padding: 50px 0;
  font-size: 16px;
}

  .full-row-white {
    background-color: #fff;
  }

  .full-row-blue {
    background-color: #5c6f7c;
  }

  .full-row-texture {
    background-color: #efefef;
    background-image: url(../assets/images/bg.jpg);
  }

  .full-row-feature {
    background-color: #444;
    padding-top: 30%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .full-row-orange {
    background-color:#e07a00;
    color: white;
    border-bottom: 1px solid #e67f02
  }

  .full-row-title {
    padding: 0;
    overflow: visible;
  }

    .full-row-title h1 {
      font-size: 21pt;
      line-height: 1em;
      margin: 12px 0 10px 0;
      display: inline-block;
    }

    @media (max-width: 991px) {
      .full-row-title h1 {
        font-size: 1.3em;
        margin: 15px 0;
        max-width: calc(100% - 40px);
      }
    }

    @media (max-width: 767px) {
      .full-row-title h1 {
        margin-bottom: 10px;
      }
    }
    /* DMB added to fix issue with header rendering too wide */
    @media (max-width: 320px) {
    	.navbar-fixed-bottom, .navbar-fixed-top {
  		  	width: 320px;
	 	}
	 }
.footer {
  background-color: #f5f5f5; /* f5f5f5*/
  padding: 1em 0;
}

  .footer h3 {
    border-bottom: 1px solid #cecece;
    padding-bottom: .5em;
    margin-bottom: .5em;
  }

  .footer-social-connect {
    font-size: 3em;
  }

    .footer-social-connect span.sr-only {
      color: #000;
    }

.container-stc {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/*.large-feature {
    position: relative;
    background-image: url("../assets/images/banner-hp-cropped.jpg");
    background-position: left center ;
    background-size: cover;
    height: 100%;
    width: 100%;
    !*max-height:520px;*!
    overflow: hidden;
    padding:0 0 150px 0;
    margin-bottom:0;
}*/

@media (max-width: 767px) {
  .large-feature {
      min-height: auto;
      padding-bottom: 1em;
  }
}

.large-feature-form-container {
  position: relative;
  overflow: hidden; 
  padding: 15px;
  margin-top: 25px;
  background-color: rgba(0,0,0,.75);
  width: 315px;
  float: left;
  color: #fff;
  border-radius: 8px;
}

  .large-feature-form-container h2 {
    font-size: 28px;
  }

  .large-feature-form-container a {
    color: #fff;
  }

  .large-feature-form-container a.btn-default {
    color: #333;
    text-decoration: none;
  }

  .large-feature .input-group {
    margin: 10px 0;
  }

  .large-feature .input-group-addon {
    background-color: #fff;
    border-right: none;
  }

  .large-feature .input-group .fa {
    color: #fe8b00; 
  }

  .large-feature form img {
    margin-top: 25px;
  }

  .large-feature input[type="text"], 
  .large-feature input[type="password"] {
    width:250px; 
    border-left:none;
  }

  .feature-buttons {
    display: block; 
    overflow: hidden;
  }

    .feature-buttons .btn-register {
      /*float: right;*/
      margin-left: 15px;
    }


  .large-feature .feature-weather {
    position: absolute;
    top: 25px;
    right: 15px; 
    color: #fff;
    padding: .5em;
    /*background-color: rgba(255,255,255,.2);*/
    background-color: rgba(0,0,0,.3);
    border-radius: 10px; 
    text-decoration: none;
  }

    .large-feature .feature-weather .wi {
      font-size: 3em;
      float: left;
    }

    .large-feature .feature-weather .description {
      padding-left: 4em;
    }

/*@media (max-width: 1199px) {
  .large-feature-form-container {
    width: 35%;
  }
}

@media (max-width: 991px) {
  .large-feature-form-container {
    width: 45%;
  }
}

@media (max-width: 767px) {
  .large-feature-form-container {
    width: 50%;
  }
}

@media (max-width: 675px) {
  .large-feature-form-container {
    width: 60%;
  }
}*/

@media (max-width: 600px) {
  .large-feature-form-container {
    width: 310px;
  }

   .large-feature .feature-weather {
    display: none;
   }
}

@media (max-width: 400px) {
  .large-feature-form-container {
    width: 100%;
  }

  .large-feature input[type="text"], 
  .large-feature input[type="password"] {
    width:225px; 
  }
}

/* Full Row Feature Call to Action */
.full-row-feature .feature-action {
  display: block;
  overflow: hidden;
  position: absolute; 
  color: #fff;
  top: 20px;
  left: 20px;
  padding: 30px;
  text-decoration: none; 
  background-color: rgba(0,0,0,.65);
  max-width: 45%;
  text-align: center;
  text-shadow: 0 1px 0 #333;
  border-radius: 3px;
}

  .full-row-feature .feature-action.right {
    left: auto;
    right: 20px;
  }

  .full-row-feature .feature-action.bottom {
    top: auto;
    bottom: 20px;
  }

  .full-row-feature .feature-action:hover {
    background-color: rgba(0,0,0,.75);
  }

  .full-row-feature .feature-action .feature-title {
    display: block; 
    font-size: 2.25em;
    text-align: left;
  }

  .full-row-feature .feature-action .feature-description {
    display: block; 
    font-size: 1.4em;
    margin: .5em 0;
    text-align: left;
  }

  .full-row-feature .feature-action .feature-button {
    display: inline-block; 
    padding: 10px 20px;
    border: 3px solid #fff;
    border-radius: 5px;
    font-size: 1.25em;
    margin: .5em 0;
    /*background-color: #fff;*/
    /*color: rgba(254, 139, 0, 1);*/
    text-shadow: none;
  }

    .full-row-feature .feature-action .feature-button:after {
      content: '\25B8';
    }

    .full-row-feature .feature-action:hover .feature-button {
      border-color: rgba(254, 139, 0, 1);
    }

@media (max-width: 1199px) {
  .full-row-feature .feature-action {
    font-size: .8em;
  }
}

@media (max-width: 991px) {
  .full-row-feature .feature-action {
    font-size: .7em;
    padding-top: 0;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .full-row-feature .feature-action {
    max-width: 100%;
    padding-top: 5%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .full-row-feature .feature-action .feature-title,
  .full-row-feature .feature-action .feature-description {
    text-align: center;
  }

  .full-row-feature .feature-action .feature-button {
    padding: 6px 15px;
  }
}

@media (max-width: 450px) {
  .full-row-feature .feature-action {
    padding-top: 0;
  }

  .full-row-feature .feature-action .feature-title {
    font-size: 2.5em;
  }

  .full-row-feature .feature-action .feature-description {
    display: none;
  }
}

.banner-title-green {
    font-size:32px;
    color:#014015;
}

.banner-title-orange {
    font-size:32px;
    color:#fe8b00;
}

.stc-box {
    background-color: #fff;
    padding:5px;
}

.stc-box-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    width:100%;
    padding:5px;
}

.orange-bar {
    background-color:#fe8b00;
    padding:10px,0,10px,0;
    min-height:10%0px;
}

.news li {
    padding-bottom: 10px;
    list-style:none;
}

.news a {color:#258643;
}

.btn-green { 
  color: #ffffff; 
  background-color: #014015; 
  border-color: #FE8B00; 
} 
 
.btn-green:hover, 
.btn-green:focus, 
.btn-green:active, 
.btn-green.active, 
.open .dropdown-toggle.btn-green { 
  color: #ffffff; 
  background-color: #75b288; 
  border-color: #1c562e; 
} 
 
.btn-green:active, 
.btn-green.active, 
.open .dropdown-toggle.btn-green { 
  background-image: none; 
} 
 
.btn-green.disabled, 
.btn-green[disabled], 
fieldset[disabled] .btn-green, 
.btn-green.disabled:hover, 
.btn-green[disabled]:hover, 
fieldset[disabled] .btn-green:hover, 
.btn-green.disabled:focus, 
.btn-green[disabled]:focus, 
fieldset[disabled] .btn-green:focus, 
.btn-green.disabled:active, 
.btn-green[disabled]:active, 
fieldset[disabled] .btn-green:active, 
.btn-green.disabled.active, 
.btn-green[disabled].active, 
fieldset[disabled] .btn-green.active { 
  background-color: #014015; 
  border-color: #FE8B00; 
} 
 
.btn-green .badge { 
  color: #014015; 
  background-color: #ffffff; 
}

.btn-stc {
  /*color: rgb(180, 97, 0); */
  /*background-color: #fff; */
  /*border: 2px solid rgb(180, 97, 0);*/
  color: #fff; 
  /*background-color: rgb(206, 116, 0); */
  background-color: #b36200;

}
    
    
/* TOOLBAR */
.toolbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /* background-color: #333; */
    font-size:10px;
}

.toolbar li {
    float: left;
}

.toolbar li a {
    display: inline-block;
    color: #fe8b00;
    text-align: center;
    padding: 3px 10px;
    text-decoration: none;
}

.toolbar li a:hover {
    text-decoration:none;
    color:#014015;
}

.h3-no-pad {
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  padding:0;
  margin:0;
}


.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #014015;
  border-color: #fe8b00;
}

.list-group-item.active2 {
  color: #fe8b00;
  background-color: #fff;
}


.footer-info {
    display:block;
    font-family: @lato-font;
    font-weight: @footer-font-weight;
    font-size: @footer-info-font-size;
}

.footer-info a {
    display:block;
    float:left;
    margin-right: 10px;
    padding: 5px;
    color:#5F5F5F;
}

.footer-info a:hover {
    color: @main-link-hover;
    background-color: @nav-font-background;

}

.footer-info {
  text-align: center;
}
.footer-info li {
  display: inline-block;
}

.feature-block {
  min-height: 240px;
  padding: 20px;
  font-size:16px;
  border: 3px solid #efefef;
  background-color: #efefef;
  display: block; 
  overflow: hidden;
  transition: background-color .3s;
  margin-bottom: 1em;
  text-decoration: none;
  border-radius: 8px;
}

  .feature-block.feature-block-large-icon {
    min-height: 350px;
    background-color: transparent; 
    border: none;
    padding: 0;
    color: #333;
    /*text-align: center;*/
    margin: 15px 0;
  }

    .feature-block.feature-block-large-icon:hover {
      background-color: transparent;
    }

  .feature-block .feature-block-heading {
    margin-top: 0;
    /*text-align: center;*/
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    margin-bottom: 20px;
    box-shadow: 0 1px 0 rgba(100,100,100,.2);
  }

  .feature-block img, 
  .feature-block .fa {
    float: left; 
    margin: 0 10px 10px 0;
    width: 60px; 
    font-size: 50px;
    height: auto;
    /*text-align: center;*/
  }

  .feature-block .feature-block-content {
    margin-left: 70px;
  }

  .feature-block.feature-block-invert .feature-block-content {
    color: #333;
  }

  .feature-block.feature-block-large-icon img, 
  .feature-block.feature-block-large-icon .fa, 
  .feature-block.feature-block-large-icon .circle-image {
    float: none;
    display: block; 
    font-size: 60px;
    margin: 0 0 15px 0;
  }

  .feature-block .circle-image {
    height: 100px;
    width: 100px;
    background-size: cover;
    background-position: top center;
    border-radius: 100px;
  }

  .feature-block.feature-block-large-icon .feature-block-heading {
    /*font-size: 1.2em;*/
  }

  .feature-block.feature-block-large-icon .feature-block-content,
  .feature-block.feature-block-large-icon .feature-block-action {
    margin-left: 0;
    /*padding: 0 5px;*/
  }

  .feature-block .feature-block-action {
    margin-top: 10px;
    text-decoration: none; 
    padding: 5px 12px;
    border: 2px solid #dedede;
    background-color: rgba(255,255,255,1);
    color: rgb(180, 97, 0);
    border-radius: 8px;
    display: inline-block;
  }

    .feature-block:hover .feature-block-action {
      border-color: #fe8b00;
    }

    .feature-block .feature-block-action:after {
      content: '\25B8';
    }

  .feature-block.feature-block-brown {
    background-color:#827460;
    color:#fff;
  }

    .feature-block.feature-block-invert.feature-block-brown {
      color:#827460;
      border-color:#827460;
      background-color: rgba(255,255,255, .75);
    }

    .feature-block.feature-block-large-icon.feature-block-brown {
      background-color: transparent;
      color: #333;
    }
      .feature-block.feature-block-large-icon.feature-block-brown .fa {
        color:#827460;
      }

  .feature-block.feature-block-green {
    background-color:#517f6f;
    color:#fff;
  }

    .feature-block.feature-block-invert.feature-block-green {
      color:#517f6f;
      border-color:#517f6f;
      background-color: rgba(255,255,255, .75);
    }

    .feature-block.feature-block-large-icon.feature-block-green {
      background-color: transparent;
      color: #333;
    }
      .feature-block.feature-block-large-icon.feature-block-green .fa {
        color:#517f6f;
      }

  .feature-block.feature-block-blue {
    background-color:#5c6f7c;
    color:#fff;
  }

    .feature-block.feature-block-invert.feature-block-blue {
      color:#5c6f7c;
      border-color:#5c6f7c;
      background-color: rgba(255,255,255, .75);
    }

    .feature-block.feature-block-large-icon.feature-block-blue {
      background-color: transparent;
      color: #333;
    }
      .feature-block.feature-block-large-icon.feature-block-blue .fa {
        color:#5c6f7c;
      }

  .feature-block.feature-block-orange {
    background-color:rgb(255, 155, 63);
    color:#fff;
  }

    .feature-block.feature-block-invert.feature-block-orange {
      color:rgb(255, 155, 63);
      border-color:rgb(255, 155, 63);
      background-color: rgba(255,255,255, .75);
    }

    .feature-block.feature-block-large-icon.feature-block-orange {
      background-color: transparent;
      color: #333;
    }
      .feature-block.feature-block-large-icon.feature-block-orange .fa {
        color:rgb(255, 155, 63);
      }

  a.feature-block:hover {
    text-decoration: none;
    background-color: rgba(254, 139, 0, .8);
    text-shadow: 0 1px 0 rgba(100, 100, 100, .3);
  }

  a.feature-block.feature-block-invert:hover {
    text-shadow: none;
    border-color: rgba(254, 139, 0, .8);
  }

  a.feature-block.feature-block-large-icon:hover {
    text-shadow: none;
  }

@media (max-width: 767px) {
  .feature-block, 
  .feature-block.feature-block-large-icon {
    min-height: auto;
  }

  .feature-block.feature-block-large-icon {
    margin-top: 2em;
    border-bottom: 1px solid #efefef;
    padding-bottom: 1em;
  }

  .feature-block.feature-block.feature-block-large-icon .feature-block-heading {
    border: none;
    box-shadow: none;
  }
}

/* Testimonial */
.testimonial-container {
  display: block; 
  overflow: hidden;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  background-color: rgba(255,255,255, .8);
  border-radius: 8px;
  min-height: 335px;
}

  .testimonial-container .testimonial-photo img {
    width: 40%;
    height: auto;
    float: left; 
    margin-right: 15px;
  }


  .testimonial-container .testimonial {
    display: block; 
    overflow: hidden; 
  }

  .testimonial-container .testimonial-name {
    font-size: 1.5em;
    font-weight: 800;
  }

  .testimonial-container .testimonial-pull-quote {
    margin: .5em 1em;
    display: block; 
    overflow: hidden;
    color: #b36200;
    font-size: 1.2em;
  }

  .testimonial-container .testimonial-full-quote-long {
    display: none;
  }

    .testimonial-container .testimonial-full-quote-long:focus {
      outline: none;
    }

  .testimonial-container .testimonial-action {
    display: block;
    margin-top: 10px;
  }

  .testimonial-container .testimonial-action:after {
    content: '\25B8';
  }

@media (max-width: 991px) {
  .testimonial-container .testimonial-photo img {
    width: 33%;
  }
}

@media (max-width: 767px) {
  .testimonial-container .testimonial-photo {
    border-radius: 100px; 
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: 0 auto 15px auto;
  }

    .testimonial-container .testimonial-photo img {
      width: 100px;
      height: auto;
    }

  .testimonial-container {
    text-align: center;
  }
}

/* Parallax Feature */

.full-row-parallax {
  /* background-image: url(../assets/images/banner-hp.jpg); */
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  height: auto;
  position: relative;
  background-size: cover;
  color: #fff;
  font-size: 1.4em !important;
  padding: 0;
}

  .full-row-parallax.desaturate {
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }

  .full-row-parallax.blur {
    width: 100%;
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }

  .full-row-parallax .container {
    position: relative;
  }

  .full-row-parallax .parallax-overlay {
    width: 100%;
    position: relative;
    display: block; 
    text-decoration: none;
    color: #fff;
   /* padding: 50px 0; */
    background-color: rgba(0,0,0,.5);
  }

    .full-row-parallax .parallax-overlay:hover {
      text-decoration: none;
    }

  .full-row-parallax h3 {
    font-size: 2em;
  }

  .full-row-parallax h3, 
  .full-row-parallax p {
    padding-right: 185px;
  }

  .full-row-parallax .parallax-action {
    display: inline-block;
    border: 3px solid #fff;
    border-radius: 10px;
    padding: 10px 20px;
    position: absolute;
    right: 15px;
    top: calc(50% - 1em);
    transition: background-color .25s ;
  }

    .full-row-parallax .parallax-action:after {
      content: '\25B8';
    }

    .full-row-parallax .parallax-overlay:hover .parallax-action {
      background-color: white;
      color: rgba(254, 139, 0, 1);
    }

@media (max-width: 991px) {
  .full-row-parallax h3, 
  .full-row-parallax p {
    padding-right: 0;
  }
  
  .full-row-parallax h3 {
    font-size:1.8em
   }

  .full-row-parallax .parallax-action {
    position: relative; 
    top: auto;
    right: auto;
    margin-top: 1em;
    bottom: 20px;
  }
}

/* Sub Menu Nav List */

.sub-menu > ul {
  padding: 0;
  margin: 0;
  display: block; 
  overflow: hidden;
  border: 1px solid #dedede;
  border-bottom: none;
  border-radius: 3px;
  max-height: 1000px;
  transition: max-height .5s, margin .5s;
}

  .sub-menu > ul li ul {
    padding: 0;
  }

  .sub-menu > ul li {
    list-style: none;
    margin:0;
    padding: 0;
  }

    .sub-menu > ul li a {
      padding: 10px 15px;
      text-decoration: none;
      display: block;
      overflow: hidden;
      border-bottom: 1px solid #dedede;
    }

  .sub-menu > ul > li > a {
    background-color: #014015;
    color: white;
  }

    .sub-menu > ul > li > ul > li a {
      color: #333;
    }

    .sub-menu > ul > li > ul > li a:hover {
      background-color: #efefef;
    }

    .sub-menu > ul > li > ul > li.active > a {
      background-color: #dedede;
    }

    .sub-menu > ul > li > ul > li > ul > li > a {
      padding-left: 40px;
    }

      .sub-menu > ul > li > ul > li > ul > li > ul > li > a {
        padding-left: 60px;
      }

.sub-menu-toggle, 
.sub-menu-toggle:hover, 
.sub-menu-toggle:active, 
.sub-menu-toggle:visited {
  color: white; 
  text-decoration: none; 
  font-size: 1.25em; 
  float: left;
  padding: 5px;
  margin: 6px 10px 0 0;
}

.sub-menu-toggle {
  display: none;
}

@media (max-width: 767px) {
  .sub-menu {
    max-height: 0px;
    border-width: 0;
    display: none;
  }

    .sub-menu.open {
      max-height: 1000px;
      border-width: 1px;
      margin-bottom: 15px;
      margin-top: -10px;
      display: block;
    }

  .sub-menu-toggle {
    display: inline-block;
  }
  
}

@media (max-width: 768px) {
  ul.topnav li {
    width: 120px;
	}
	
 
}

@media screen and (min-width: 768px) {
 width: 80%;

}
@media (max-width: 800px) {
  ul.topnav li {
    width: 120px;
	}
}

@media (max-width: 980px) {
  ul.topnav li {
    width: 120px;
	}
}

/* Title Row */
.title-row-title {
  padding-top:10px; 
  padding-bottom:10px;
  float: left;
}

ul.title-row-tabs {
  float: right; 
  display: inline-block; 
  margin: 14px 0 7px 0;
  padding: 0;
}

  ul.title-row-tabs li {
    padding: 0;
    margin: 0 0 0 10px;
    display: inline-block;
    float: left;
  }

  ul.title-row-tabs a {
    color: rgb(180, 97, 0); 
    background-color: #fff;
    padding: 5px 10px;
    border: 2px solid white;
    border-radius: 10px;
    text-decoration: none;
  }

@media (max-width: 991px) {
  ul.title-row-tabs {
    font-size: .8em;
  }
}

@media (max-width: 767px) {
  ul.title-row-tabs {
    position: absolute;
    bottom: -30px;
    right: 10px;
    z-index: 100;
  }

  ul.title-row-tabs a {
    padding: 5px 10px;
    border-color: #fe8b00;
    background-color: #fff;
    border-top: 0;
    border-radius: 0 0 8px 8px;
  }
  

}

/* Profiles */

.thumbnail .caption {
  text-align: center;
}

.profile {
  color: #333;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

  .profile.profile-sm {
    border: 1px solid #dedede;
    padding: 10px;
    margin: 10px 0;
  }

    .profile.profile-sm:hover {
      background-color: #f5f5f5; 
      text-decoration: none;
    }

    .profile.profile-sm img {
      width: 150px;
      margin-right: 10px;
      float: left;
      max-width: 100%;
    }

    .profile.profile-sm .profile-details {
      /*margin-left: 160px;*/
      min-width: 50%;
      max-width: 100%;
      display: block; 
      overflow: hidden;
    }

    .profile .profile-name h3 {
      margin-top: 10px;
    }

    .profile.profile-sm .profile-name h3 {
      font-size: 1.1em;
      font-weight: 800;
      margin-top: 5px;
    }

    .profile .profile-details p {
      margin: .4em 0;
    }

    .profile.profile-sm .profile-contact-link {
      text-decoration: underline; 
    }

      .profile.profile-sm .profile-contact-link:after {
        content: '\25B8';

      }

  .profile.profile-md {
    text-align: center;
    padding: 0 15px 15px 15px;
    background-color: #f5f5f5;
    margin: 15px 0;
    max-width: 300px;
    border: 1px solid #f5f5f5;
  }

    .profile.profile-md:hover {
      background-color: #fff;
      border-color: #dedede;
      text-decoration: none;
    }

    .profile.profile-md img {
      margin: 0 -15px 15px -15px;
      width: calc(100% + 30px);
      height: auto;
    }

    .profile.profile-md .profile-contact-link {
      display: inline-block;
      padding: 8px 12px;
      border: 1px solid #cecece;
      border-radius: 8px;
      background-color: #fff;
    }

      .profile.profile-md:hover .profile-contact-link {
        background-color: #014015;
        border-color: #014015;
        color: #fff;
      }


img.profile-portrait {
  width: 100px;
  height: auto;
  position: absolute;
  right: 15px;
  top: 0;
}

  .profile-portrait-circle {
    border-radius: 100px; 
  }

.profile-title {
  margin-right: 115px;
}

/* Calendar */
.full-calendar {
  background-color: #f5f5f5;
  padding: 15px;
  border-top: 3px solid #014015;
}

.full-calendar h2 {
    text-align: center;
}

.calendar-list-nav {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 10px 0 20px 0;
}

    .calendar-list-nav li {
        display: inline-block;
    }

        .calendar-list-nav li.calendar-list-prev {
            float: left;
        }

        .calendar-list-nav li.calendar-list-next {
            float: right;
        }

        .calendar-list-nav li a i {
            margin: 0 5px;
        }

ol.calendar-event-list {
    margin: 10px 0 20px 0;
    padding: 0;
    list-style: none;
}

ol.calendar-event-list li {
  display: block;
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid #e7e7e7;
}

ol.calendar-event-list .calendar-event-name {
    display: block;
}

ol.calendar-event-list .calendar-event-time, 
ol.calendar-event-list .calendar-event-location {
    color: #333;
}

ol.calendar-event-list a, 
ol.calendar-event-list a:hover {
    text-decoration: none;
}

ol.calendar-event-list a:hover .calendar-event-name {
    text-decoration: underline;
}

.calendar-follow-icons {
  /*text-align: center;*/
}

.calendar-follow-icons a {
  font-size: 2.5em; 
  display: inline-block; 
  margin: 0 15px 0 0;
}


/* List Group */
ul.list-group {
  padding: 0;
  margin: 10px 0 15px 0;
  list-style: none;
}

  ul.list-group li {
    padding: 10px 10px;
    border-bottom: 1px solid #e7e7e7;
  }

  ul.list-group.list-group-condensed li {
    padding: 6px 10px;
  }


/* Content Block */
.content-block {
  padding: 15px;
  margin: 15px 0;
  background-color: #f5f5f5;
}

  .content-block.no-margins {
    margin: 0;
  }

.search-results-block {
  font-size: 1.2em;
}

.new-search-block, 
.new-search-block input {
  font-size: 20px;
}

.new-search-block input {
  height: auto;
}

/* In-Page Promos */
.promo {
  display: block;
  overflow: hidden;
  background-color: #efefef;
  position: relative;
  padding-top: 56%;
  margin: 1em 0;
}

.promo.vertical-promo {
  padding-top: 120%;
}

  .promo .promo-image {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .promo .promo-contents {
    display: block;
    overflow: hidden;
    text-decoration: none; 
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    color: #fff;
    text-shadow: 0 1px 0 #333;
  }

  .promo .promo-title, 
  .promo .promo-description {
    background-color: rgba(0,0,0,.7);
    padding: 15px;
  }

  .promo .promo-title {
    font-size: 2em;
    padding-bottom: 0;
  }

  .promo .promo-action {
    position: absolute;
    bottom: 15px;
    left: 15px;
    /*margin: 0 auto;*/
    display: inline-block;
    padding: 8px 10px;
    border: 1px solid #fff;
    border-radius: 8px;
    background-color: #fff;
    color: #b36200;
    font-size: 1.2em;
    text-shadow: none
  }

  .promo .promo-action:after {
    content: '\25B8';
  }

  .promo:hover .promo-title,
  .promo:hover .promo-description {
    background-color: rgba(0,0,0,.8);
  }

  .promo:hover .promo-action {
    background-color: #fff;
    border-color: rgb(180, 97, 0);
  }


p.byline {
  font-size: 1.2em;
  font-style: italic;
}

.news-date-tools {
  display: block; 
  overflow: hidden;
  width: 100%; 
}
  
  .news-date-tools .news-date {
    display: block;
    /*float: left;*/
  }

  .sharing-tools {
    padding: 0;
  }

  .news-date-tools .sharing-tools {
    display: block;
    /*float: right;*/
    margin: .25em 0 1em 0;
  }

    .sharing-tools li {
      margin: 0;
      list-style: none;
      display: inline;
    }

      .sharing-tools li a {
        display: inline-block;
        padding-left: 5px;
        font-size: 2em;
      }

a.news-feature {
  display: block;
  overflow: hidden; 
  text-decoration: none; 
  color: #333;
  background-color: #f5f5f5;
  padding: 15px;
  border: 2px solid #f5f5f5;
  margin-bottom: 1em;
}
  a.news-feature .news-feature-action {
    text-decoration: underline; 
  }
    a.news-feature .news-feature-action:after {
      content: '\25B8';
    }

  a.news-feature:hover {
    border-color: #fe8b00;
  }

  a.news-feature:hover h3, 
  a.news-feature:hover h4 {
    text-decoration: underline;
  }

#locationList {
  height: 310px;
  overflow-y: scroll;
  width: 100%;
  outline: none;
}

#locationTypes {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
}

  #locationTypes li {
    padding: 0;
    display: inline-block; 
    margin-right: 5px;
  }

  #locationTypes li button {

  }
  .title-row-tab-container {
    display: inline-block;
    float: right;
}

.map-key {
  padding: 15px 0;
  margin: 15px 0;
}

#locationMap {
  margin-bottom: 15px;
}

#clearLocationZip {
  display: none;
}

#main-content img {
  max-width: 100%;
}

.list-group.list-group-hours li {
  position: relative;
  display: block;
  overflow: hidden;
}

  .list-group.list-group-hours li:nth-child(even) {
    background-color: #efefef;
  }

  .list-group.list-group-hours .day {
    display: inline-block; 
    float: left;
    font-weight: 800;
  }

  .list-group.list-group-hours .hours {
    display: inline-block;
    float: right;
  }
  
 .coloredRow {
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #333;
}
.mainRow {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px;
    padding-left: 0px;
}
.rateColLoan {
  display: inline-table;
  padding: 10px;
  width: 30%;
}
.rateColDeposit {
  display: inline-table;
  padding: 10px;
  width: 18%;
}

.valign_Bottom	{
	top: auto !important;
	bottom: 20px;
}
	
.halign_Right	{
	left: auto !important;
	right: 20px;
}


.event-name {
    font-size: 16px !important;
}

.calendar-event-time {
    font-size: 16px;
}

.calendar-event-location {
	font-size: 16px;
}



