
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height:100%;
  margin:0;
  padding:0;
  scroll-behavior: smooth;
}

body {
    margin: 0px; 
    font-size: 16px;
    font-family: "source-sans-pro", helvetica, sans-serif;
    color:#252C40;
}

/* body.fixed-header {
  padding-top: 120px;
} */


a {
    text-decoration: none;
    color: #0D8CCB;
    transition: all 0.3s ease 0s;
}

a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    outline: none;
}

a.external-link:hover:after, 
a.external-link:focus:after, 
a.external-link:active:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f14c";
    position: relative;
    left: 4px;
    font-size: 13px;
    padding-right: 4px;
    transition: all 0.3s ease 0s;
}

p {
    margin: 0 0 10px;
}

h1.blue-bar {
  padding-top: 0px;
  padding-left: 15px;
  color: white;
  padding-bottom: 15px;
}

h2, .h2 {
    font-size: 30px;
    font-weight: 500;
    color: #008c99;
    margin-top: 25px;
}

h3, .h3 {
    color: #7c6a55;
    font-size: 18px;
    font-weight: bold;
    margin-top: 24px;
}

h4, .h4 {
  font-size: 16px;
  color: #006a71;
  font-weight: bold;
  padding-top: 10px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #B0B3B2;
}

#MailFormSubmitForm legend {
    margin: 10px 0px 10px 0px;
}

#MailFormSubmitForm label {
  margin-top: 20px;
}

.btn {
  transition: all 0.3s ease 0s;
}

#defaultContent h2 {
  margin-bottom: 20px;
}

.main-content p a,
.zone-1 p a,
.news-view p a,
.doc-library ul li a,
ul.clickboard_page li a,
.main-content ul li a {
  border-bottom: 1px solid #275e35;
  color: #555;
  transition: all 0.3s ease 0s;
}

.main-content p a:hover,
.zone-1 p a:hover,
.news-view p a:hover,
.doc-library ul li a:hover,
ul.clickboard_page li a:hover,
.main-content ul li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #275e35;
  color: #275e35;
}

.doc-library ul {
  margin-bottom: 25px;
}

.doc-library ul li {
  line-height: 1.7;
}
.cookie_trail {
  font-size: 12px;
}

.cookie_trail a {
  font-size: 12px;
}

.bounding-box {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.aspect-4-3 { 
  width: 100%; 
  padding-bottom: 75%;
}


/* Alert messages */ 

.alert {
  margin-bottom: 0px;
}

.alert-success {
  margin-top: 30px!important;
  margin-bottom: 20px;
}


/* MODAL CSS */

.modal-title {
  color: #008c99;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 0px;
}

.modal-body h3 {
  color: #333;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.modal-body .more {
  padding: 10px;
  margin: 20px 0px;
  display: inline;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #b2bb1e;
}

.modal-body .more a {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  text-shadow: none;
  outline: none;
}

.modal-body .more:hover {
  opacity: 0.7;
  cursor:pointer;
}


/* Maps styling */ 


/* News */

table#news-item-listing tr {
  border-bottom: 1px #999 dashed;
  /* margin-bottom: 10px; */
}

p.time {
    font-size: 14px!important;
    color: #666;
    margin-top: -15px;
}

p.author {
  text-transform: uppercase;
  color: #aaa;
  font-size: 12px;
  line-height: 15px;
  margin: 4px 0px;
}

.news_box {
  padding-bottom: 13px;
}

ul.actions {
  float: right;
  position: relative;
  width: 25%;
  list-style: none;
  clear: right;
}

.news-box {
    border-bottom: 1px solid #D0D6D9;
    padding: 25px 0px 15px 0px;
    margin-left: 15px;
}

#news-item-listing .row::last-of-type .news-box {
  border-bottom: 0px;
}

#news-item-listing h3 a {
  color: #555;
}

#news-item-listing h3 a:hover {
  color: #AA2F3A;
}

div#next-page {
    margin-top: 20px;
}

/* checkboxes and radio misbehaving */

input[type=checkbox] {
  appearance:checkbox;
  -moz-appearance:checkbox;
  -webkit-appearance:checkbox;
  border: 1px;
  border-radius: 0;
}
input[type=checkbox] {
  appearance:radio;
  -moz-appearance:checkbox;
  -webkit-appearance:checkbox;
  border-radius: 0;
}

/* Slideshow elements */

.btn-modal {
  margin-bottom: 0;
  font-weight: 800;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  background-color: #5f9259;
  color: #fff;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

.btn-modal:hover,
.btn-modal:active,
.btn-modal:focus {
  color: #fff!important;
  background-color: #759d6d!important;
  border-color: #759d6d!important;
  outline: none!important;
}

.agenda .table>tbody>tr>th {
  border: none;
  background-color: #F0F3F6;
  color: #01405F;
}

.agenda .table a {
  color: #555;
}

.panel-heading {
  padding-left: 10px!important;
  border-bottom: 1px solid #fff;
  padding-top: 5px;
}

#content-side-bar p {
  padding: 15px;
  font-size: 13px;
  color: #666;
  font-style: italic;
}

#editor_actions.is-admin {
  background-color: #ebebeb;
}

.calendar-select ul li {
  padding-left: 10px;
}

#editor_actions li.tool_events_featured,
#editor_actions li.tool_events_upcoming,
#editor_actions li.tool_events_month,
#editor_actions li.tool_events_archive {
  margin: 0px 0px 10px 10px;
}

#editor_actions li.tool_events_archive,
#editor_actions li.tool_events_upcoming {
  background: #cfd8df!important; /* slate color make important to overwrite tsq css */ 
  color: #fff;
  position: relative;
  height: 40px;
  border-radius: 5px;
}

#editor_actions li.tool_events_upcoming span,
#editor_actions li.tool_events_archive span {
  font-size: 15px;
  font-weight: 700;
  padding:7px 0px 10px 15px!important;
  text-transform: uppercase;
}

#editor_actions li.tool_events_upcoming a {
  color: #093F6B!important;
  font-size: 15px;
  font-weight: 700;
  padding:7px 0px 10px 15px!important;
  text-transform: uppercase;
}

#editor_actions li.tool_events_archive a {
  color: #093F6B!important;
  font-size: 15px;
  font-weight: 700;
  padding:7px 0px 10px 15px!important;
  text-transform: uppercase;
}

#editor_actions ul {
  background-color: transparent!important;
}

/* Calendar ACTIVE */

#editor_actions li.active {
  background: #5F9259; /* Dark green */
}

#editor_actions li.tool_events_archive.active,
#editor_actions li.tool_events_upcoming.active {
  background: #093F6B!important;
  position: relative; /* Dark green */
  border-radius: 5px;
}

/* Calendar HOVER */ 

#editor_actions li.tool_events_archive:hover,
#editor_actions li.tool_events_upcoming:hover {
  background: #002F46;
  color: #fff;
}

#editor_actions li.tool_events_archive a:hover:after,
#editor_actions li.tool_events_upcoming a:hover:after,
#editor_actions li.tool_events_upcoming.active span:after,
#editor_actions li.tool_events_archive.active span:after {
  content: '\f0da';
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  text-decoration: none;
  font-size: 22px;
  top: 3px;
}

#editor_actions li a {
      transition: all 0.3s ease 0s;
}

/* Menus ALL */ 

.admin-band {
    background-color: #5396a6;
}

.admin-band-menu > li > a {
  color: #fff;
  font-size: 14px;
}

.admin-band-menu li a:hover,
.admin-band-menu li a:active,
.admin-band-menu li a:focus {
  color:#06415e;
}

.admin-band-menu li.open > a {
  color:#06415e;
}

.admin-band-menu ul.dropdown-menu {
  color:#666;
}

li.navbar-text {
  color:#fff;
  margin-bottom: 0px;
  font-size: 14px;
  margin-top: 15px;
}

#header-background {
  background-color: #fff;
  color: #000000;
  border-bottom: 5px solid #275e35;
}

#header-nav .navbar-nav {
  position: relative;
}

.navbar-default .navbar-nav>li>a {
  font-family: 'source-sans', helvetica, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover {
  background-color: #fff;
  color: #01405F;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  background-color: #fff;
}

/* Hmpg email signup */ 

.hmpg-email-signup {
    background-color: #5396a6;
    padding: 30px 0px;
}

.hmpg-email-signup .signup-text {
  color: #fff;
  font-size: 22px;
}

.hmpg-email-signup .signup-form {
  color: #fff;
}

/* Buttons ALL */ 

.btn-commerce,
.form_submit,
.submit input {
  border: 1px solid #275e35;;
  border-radius: 3px;
  background-color: #275e35;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.form_submit,
.submit input {
  color: #fff;
  margin-right: 10px;
}

.form_cancel,
.submit a {
  border:1px solid #555;
  color: #555;
  font-weight: 700;
  text-transform: uppercase;
}

.form_cancel:hover,
.submit a:hover {
  border:1px solid #488a59;
  background:#fff;
  color: #488a59; 
}

a.btn-commerce {
    color: #fff!important;
    text-transform: uppercase;
}

a.btn-commerce:hover,
.btn-slideshow:hover,
.form_submit:hover,
.submit input:hover {
    text-decoration: none;
    background-color: #488a59;
    border: 1px solid #488a59;
    color:#fff;
}

a.btn-commerce:after,
.btn-slideshow:after {
  content: '\f054';
  font-family: 'FontAwesome';
  padding-left: 5px;

}

.btn-slideshow {
    border: 1px solid #AA2F3A;
    border-radius: 3px;
    background: #AA2F3A;
    color: #fff;
    text-transform: uppercase;
}

/* Footer ALL */ 

.top-footer-band h3 {
  margin-top: 0;
  color: white;
  margin-bottom: 15px;
}

.top-footer-band {
  background: #275e35 !important;
  padding: 30px 0px 20px;
}

.lower-footer-band {
    background: #000;
}

#footer {
  background:transparent!important;
  position: relative;
  bottom: 0px;
  margin: top 0px!important;
  width:100%;
}

ul#upper-footer-menu {
    margin: 0px 0px!important;
    padding: 0px!important;
    font-family: 'source-sans', helvetica, sans-serif;
}

ul#upper-footer-menu li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 0px 0px 5px;
}

#footer ul#lower-footer-menu li a {
    display: inline;
    color: #fff;
    padding: 0px 15px 0px 0px;
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    position: relative;
    top: -4px;
}

#footer ul#lower-footer-menu li a:hover {
  color:#fff;
}

div#lower-footer-menu {
    display: flex;
}

ul#lower-footer-menu {
    margin: 20px 0px!important;
    padding: 0px!important;
}

.copyright {
    margin: 20px 0px;
    font-size: 12px;
    color: #80A0AF;
    padding-right: 25px;
}

.footer-address {
    color: #fff;
    padding-bottom: 20px;
    font-family: 'source-sans', helvetica, sans-serif;
    font-size: 16px;
}

.footer-number a,
.footer-directs a {
    color: #fff;  
}

.footer-directs a {
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

.footer-directs a:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

img.footer-logo {
    width: 220px;
    display: block;
}

/* Interior page ALL */ 

.page-title {
  background-color: #01405F;
}

.page-title h2 {
  font-family: "source-sans-pro",serif;
  color: #fff!important;
  text-transform: none!important;
  margin-top: 0px;
  padding: 30px 15px 30px 15px;
  margin-bottom: 0px;
  font-size: 25px!important;
}

/* Get Involved ALL */ 

.get-involved-intro {
  background-color: #F0F3F6;;
  padding: 50px 0px;
}

.get-involved-zone-1 p {
  font-size: 17px;
  line-height: auto;
}

.get-involved-intro h3 {
    font-family: "source-sans-pro",serif;
    font-size: 36px;
    color: #000;
    font-weight: 700;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.get-involved-email-signup {
    background-color: #01405F;
    text-align: center;
}

.get-involved-subscribe {
    color: #fff;
    font-size: 32px;
    line-height: initial;
}

.get-involved-subscribe-benediction {
    color: #fff;
    padding: 50px 0px 0px;
    font-size: 20px;
}

.get-involved-zone-1 .row {
  padding:25px 0px;
}

.get-involved-email-signup span.input-group-addon {
  background: #D29E0E;
  border: #D29E0E;
  color: #fff;
  text-transform: uppercase;
}

.get-involved-email-signup span.input-group-addon:after {
  content: '\f054';
  font-family: 'FontAwesome';
  padding-left: 5px;
}

.zone-1 .btn-commerce {
  margin-top: 15px;
  margin-bottom: 15px;
}

.container.default-template-content {
    padding-top: 50px;
}

form#UserLoginForm {
    padding-top: 25px;
}

.specific-plan-zone-1 {
  background-color: #F0F3F6;
}

/* Calendar ALL */

.related-links-calendar {
    margin-bottom: 25px;
    margin-top: 0px;
}

.btn-calendar {
  color: black; 
}

ul.dropdown-menu li.active {
  padding-left: 20px;
}

.event-icon {
  padding-left: 30px;
  margin:15px 0;
  background-size: 18px;
}

.event-icon img {
  fill: #AA2F3A; /* this color is adjustable per site */ 
}

.event-date {
  background-image: url('/img/clock-regular.svg');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 20px;
}

.event-location {
  background-image: url('/img/map-marker-alt-regular.svg');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 17px;
}

.page_rss ul {
    padding-left: 0px;
}

.page_rss ul li {
    list-style-type: none;
}

/* Accordion styling */

.panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: inherit;
    border-bottom: 1px solid #ddd;
}

h4.panel-title {
    font-family: "open-sans", helvetica, arial, sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #5c78d6;
}

h4.panel-title a {
    text-decoration: none;
    border-bottom: 0px;
}

h4.panel-title a:hover,
h4.panel-title a:focus,
h4.panel-title a:active {
    border-bottom: 0px;
}

.panel-default {
    border-top: none;
    border-right: #fff;
    border-left: #fff;
    border: 0px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}

.panel-default > .panel-heading.active {
    color: #333;
    border-bottom: 1px solid #fff;
}

.panel-default > .panel-heading.active h4 a {
    color: #333!important;
    border-bottom: 1px solid #fff;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0px;
}

/*
inspired from https://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}



.recaptcha-text {
  color: #000;
  text-transform: none;
  padding: 8px;
}


/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

p.btn-features {
    padding-top: 10px;
}

span.feature-btn {
  border: 1px solid #275e35;
  border-radius: 3px;
  background-color: #275e35;
  color: white;
  font-weight: 700;
  font-family: inherit;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}

.feature-box-2:hover span.feature-btn,
span.feature-btn:hover {
  background-color: #488a59;
  border: 1px solid #488a59;
}

.cookie_trail {
  display: none;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  margin: auto;
}

.cvps-logo {
  display: flex;
  align-items: center;
  height: 170px;
}

ul#partner-logos {
  margin: 0!important;
}

ul#partner-logos li {
  padding-right:30px;
}

ul#partner-logos .mig img,
ul#partner-logos .wrt img {
  max-width:100px;
}

ul#partner-logos .tpl img {
  max-width: 150px;
}

ul#partner-logos .placeworks img {
  max-height: 30px;
}

ul#partner-logos li a {
  display:inline-block;
}

a.feature-box-2:hover p,
a.feature-box-2:hover {
  color: #252c40!important;
}

/* End ALL */ 


/* ----------- Collapsed Menu (XS-SM)  ----------- */

/* https://stackoverflow.com/questions/19827605/change-bootstrap-navbar-collapse-breakpoint-without-using-less/36289507#36289507 */
@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,.navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display:block !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;    
  }
  .dropdown-menu {
    position: static;
    float: none;
    border: 0;
    box-shadow: none;
  }
  .dropdown-menu > li > a {
    padding-left: 25px;
  }
}

@media (max-width: 991px) {

  #header-nav {
    margin-bottom: 20px !important;
    height: auto !important;
  }

  .navbar .form-group {
    padding:15px 15px 0px;
  }

  .navbar-toggle {
    display: block !important;
  }
  .navbar-toggle .icon-bar {
    width: 25px;
    height: 2px;
    border-radius: 1px;
    margin-bottom: 6px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
  }

  .navbar-toggle .icon-bar {
    height: 3px;
  }

  .navbar-default .navbar-toggle:active, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }
  .navbar {
    margin-bottom: 0px;
  }

  .top-nav-shadow {
    -webkit-box-shadow: 0px 5px 20px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 20px 5px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 20px 5px rgba(0,0,0,0.2);
    z-index: 201;
    background-color: #fff;
  }

  .navbar-default .navbar-toggle {
    background-color: transparent;
    border: 0px;
    position: relative;
    right: 0px;
    margin-right: 0px;
  }

  button.navbar-toggle {
    top: 20px;
  }

  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    border-radius: 0px;
    background-color: transparent!important;
  }

  .navbar-toggle .icon-bar {
    display: block;
    width: 27px;
    height: 4px;
    border-radius: 0px;
  }

  .navbar-brand {
    text-indent: -9999px;
    margin-top: 0px;
    background-color: #FFFFFF;
    color: #000000 !important;
    width: 200px !important;
    height: 75px;
    background: url(/img/CVPS_Logo_v2.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    top: 15px;
  }

}

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: transparent;
  }

/* End Collapsed Menu (XS, SM) */ 

/* ----------- Smartphone Device Styles (XS)  ----------- */

@media (max-width: 767px) {

  img.footer-logo {
    width: 220px;
    display: block;
    margin: auto;
    padding-bottom: 30px;
  }

  .cvps-logo {
    justify-content: center;
  }

  ul#partner-logos {
    padding-top: 15px!important;
  }

  ul#partner-logos li {
    padding-right: 0;
    display: block;
  }

  div#google_translate_element {
    position: relative;
    top: 12px;
    padding-left: 15px;
    padding-bottom: 10px;
  }

  a.feature-box-2:hover, a.feature-box-2:focus, a.feature-box-2:active {
    background-color: #F7F8F9;
    text-decoration: none;
  }

  .table td a { /* Fix for wrapping links */ 
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
  }

  ul#upper-footer-menu {
    margin-bottom: 25px!important;
  }

  ul#lower-footer-menu {
    margin: 10px auto!important;
  }

  ul#lower-footer-menu li {
    display: block;
  }

  .footer-address-section {
    margin-bottom: 40px;
  }

  #footer {
    margin-top: 0px!important; 
    padding-top: 0px!important; 
  }

  .hmpg-email-signup {
    margin-top: 25px;
  }

  .hmpg-email-signup .signup-form {
    text-align: center;
  }

  form#email-form button {
    left: 0px!important;
  }

  .signup-form form#email-form {
    padding-top: 15px;
  }

  .get-involved-subscribe,
  .get-involved-subscribe-benediction {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 25px;
  }

  .get-involved-subscribe {
    font-size: 26px;
    padding-top: 20px;
  }

  .get-involved-email-signup {
    padding: 25px 0px;
  }

  .get-involved-subscribe-benediction {
    padding-top: 20px;
  }

  input#email-input {
    display: inline;
    width: 80%;
  }

  form#email-form button {
    position: relative;
    left: 0px; 
  }

  .admin-band {
    display: none;
  }

  .btn-modal {
    top: 12px;
    font-size: 30px;
    padding: 0px 15px;
    border-radius: 40px;
  }

  div#hero-image-background {
    top: 40px;
    position: relative;
  }

  #slideshow-1 .carousel-indicators {
    display: none!important;
  }

  div#hero-background {
    margin-bottom: 25px;
  }

  .default-template-content {
    min-height: 500px;
  }

  /* Slideshow */

  #content-search-form {
    background: #114069;
    height: auto;
    padding: 0px 25px 40px 25px;
  }

  #content-search-form h4 {
    color: #f8b218;
    font-size: 32px;
    padding-top: 25px;
    font-weight: 800;
  }

  #content-search-form h5 {
    color: #fff;
    font-size: 25px;
  }

  #AppObjectSearchForm .control-label {
    color: #fff;
    font-size: 28px;
    font-weight: 900;
  }

  /* Footer XS */ 

  .tsq-logo {
    display: table;
    margin:0px auto 35px auto;
  }

  /* Typography XS */ 

  .page-title h2 {
    font-size: 22px!important;
  }

  .default-template-content h2 {
    font-family: "source-sans-pro",serif;
    font-size: 30px;
    color: #000;
    font-weight: 700;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
  } 

  .default-template-content h3, 
  .get-involved-zone-1 h3, 
  .specific-plan-zone-1 h3, 
  .specific-plan-zone-2 h3 {
    font-family: "source-sans-pro",serif;
    font-size: 23px;
    color: #000;
    font-weight: 700;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .default-template-content h4 {
    color: #252C40;
    font-weight: 700;
    text-align: left;
    padding-bottom: 10px;
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 20px;
  }

  p.content-text {
    font-family: "source-sans-pro",serif;
    font-size: 28px!important;
    color: #AA2F3A!important;
    font-weight: 700;
    text-align: left;
    padding-bottom: 10px;
    margin-top: 20px;
  }

  .specific-plan-zone-1{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .specific-plan-zone-2 {
    padding-bottom: 25px;
  }

  .involved-image {
    padding-top: 25px;
  }

  .hmpg-email-signup .signup-text {
    text-align: center;
  }

  h2.events-upcoming,
  h2.events-archive {
    margin-bottom: 20px;
    margin-top: 0;
    padding-top: 0;
  }

  .default-template-content > .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .default-template-content h1 {
    margin-top: 0;
  }

  h1.blue-bar {
    padding-top: 20px;
  }

}
/* End XS */ 

/* ---------------------- Tablet styles (SM)  ---------------------- */
@media (min-width: 768px) {

  h2.events-upcoming {
    margin-bottom: 20px;
  }

  .event-image {
    margin-top: 40px;
  }

  .events-view h2 {
    padding-top: 10px;
  }

  .sidebar-content #editor_actions li {
    display: inline-block;
  }

/* Search form */


  .search-page h4 {
    font-size: 16px!important;
  }

  a.search-facet-header-link:hover {
    text-decoration: none;
  }
  
  div#news-item-listing h3 {
    font-size: 26px;
  }

  .hmpg-email-signup .signup-text {
    text-align: right;
  }

  .get-involved-email-signup {
    padding: 75px 0px;
  }

  .get-involved-subscribe {
    color: #fff;
    font-size: 32px;
    padding: 0 30% 25px;
    line-height: initial;
  }

  .specific-plan-zone-1 {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }

  .get-involved-top-intro {
    padding-top: 50px;
  }

  .get-involved-top-intro p {
    line-height: 1.75!important;
    margin: 0 0 20px;
  }

  .main-content {
    padding-top: 50px;
    padding-bottom: 25px;
  }

  .btn-modal {
    top: 0px;
    font-size: 20px;
    padding: 0px 10px;
    border-radius: 40px;
  }

  div#hero-image-background {
    height: 250px;
  }

  div#hero-image-background img {
    min-height: 250px;
    overflow: hidden;
    max-width: inherit;
    position: relative;
    left: 50%;
    transform: translate(-50%,0%);
  }


  .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #e9ece5!important;
    border-bottom: 2px solid #e9ece5!important;
  }

  .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #e9ece5!important;
    background: #e9ece5!important;
  }

  .ui-state-hover {
    background: #e9ece5!important;  
  }


  /* Related links */

  #side_related {
    padding-bottom: 1500px;
    margin-bottom: -1500px;
    padding:20px;
  }

  #bottom-related {
    padding:20px;
  }

  h4.related-items-header {
    color: #5f9259;
    text-transform: uppercase;
    font-size: 20px;
  }

  ul.clickboard_links {
    margin: 20px 10px 20px 0px;
    border-top: 1px solid #44763f;
  }

  ul.clickboard_links li {
    border-bottom: 1px solid #44763f;
    padding-left: 25px;
    margin-left: 0em;
    background-position: 0px 9px!important;
  }

  ul.clickboard_links li a {
    color: #414042;
  }

  ul.clickboard_page {
    padding-top: 5px;
    padding-left: 0px;
  }

  ul.clickboard_page li {
    padding-bottom: 10px;
    list-style-type: none;
    padding-left: 25px;
  }

  /* Default template */ 

  div.main-content h4.related {
    color: #44763f;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    border-bottom: 1px solid #44763f;
    border-top: none;
    padding-bottom: 10px;
    padding-top: 30px;
  }

  div.main-content p.caption {
    font-size: 13px;
    margin: 0px 0px 15px 5px;
    line-height: 18px;
  }
  .default-template-content h1 {
    font-family: "source-sans-pro", serif;
    font-size: 36px;
    font-weight: 700;
    text-align: left;
  }

  .default-template-content h2 {
    font-family: "source-sans-pro",serif;
    font-size: 36px;
    color: #000;
    font-weight: 700;
    text-align: left;
  }

  .get-involved-top-intro h2 {
    margin-top: 0;
  }

  .default-template-content h3,
  .get-involved-zone-1 h3,
  .specific-plan-zone-1 h3,
  .specific-plan-zone-2 h3  {
    font-family: "source-sans-pro",serif;
    color: #000;
    font-weight: 700;
    text-align: left;
    padding-bottom: 10px;
    margin-top: 20px;
  }

  .default-template-content h3 {
    font-size: 36px;
  }

  .get-involved-zone-1 h3,
  .specific-plan-zone-1 h3,
  .specific-plan-zone-2 h3  {
    font-size: 28px;
  }

  p.content-text {
    font-family: "source-sans-pro",serif;
    font-size: 32px!important;
    color: #AA2F3A!important;
    font-weight: 700;
    text-align: left;
    padding-bottom: 10px;
    margin-top: 20px;
  }

  .default-template-content h4,
  .get-involved-zone-1 h4,
  .specific-plan-zone-1 h4,
  .specific-plan-zone-2 h4  {
    color: #252C40;
    font-weight: 700;
    text-align: left;
    padding-bottom: 10px;
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 20px;
  }

  .default-template-content p,
  .specific-plan-zone-1 p,
  .spcific-plan-zone-1 p {
    line-height: 27px;
    font-size: 17px;
    color: #555;
  }

  .tsq-logo {
    float: right;
  }

}

/* End SM */

/* ----------- Desktops and laptops (MD) ----------- */
@media (min-width: 992px) {

  div#google_translate_element {
      float: right;
      position: relative;
      top: 12px;
      padding-left: 15px;
    }

  div#google_translate_element {
      width: 172px;
    }

  h2.events-upcoming {
    margin-top: 35px;
  }

  .btn-modal {
    top: 12px;
    font-size: 30px;
    padding: 0px 15px;
    border-radius: 40px;
  }

  /* Navbar Stuff */
  
  .navbar-default .navbar-nav>li>a:focus:before,
  .navbar-default .navbar-nav>li>a:hover:before {
    visibility: visible;
    -o-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .navbar-default .navbar-nav>li>a:before {
    content: "";
    position: absolute;
    width: 80%;
    left: 0;
    bottom: 0;
    border-bottom: 2px solid #000;
    visibility: hidden;
    -o-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -o-transition: all 0.1s ease-in 0s;
    -moz-transition: all 0.1s ease-in 0s;
    -webkit-transition: all 0.1s ease-in 0s;
    transition: all 0.1s ease-in 0s;
    margin-left: 10%;
    margin-right: 10%;
  }

  .navbar-default .navbar-nav>li>a#search-form-toggle:before {
    border-bottom: 0px;
  }

  .navbar-default .navbar-nav>li.active>a:before {
    content: "";
    position: absolute;
    width: 80%;
    left: 0;
    bottom: 0;
    border-bottom: 3px solid #3A4D80;
    visibility: visible;
    margin-left: 10%;
    margin-right: 10%;
    -o-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .navbar-default .navbar-nav>li>a:hover {
    background-color: transparent;
  }

  .navbar-default .navbar-nav>li>a {
    padding-bottom: 5px;
    letter-spacing: .5px;
  }

  .navbar-nav li a.has-submenu:after,
  .navbar-nav li a#search-form-toggle:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    padding-left: 5px;  
  }

  #header-nav .navbar-nav {
    top:37px; 
  }

  .navbar-brand {
    color: #000000 !important;
    width: 250px !important;
    height: 120px;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    top: 16px;
    padding:5px 15px 15px 0px;
  }

  .top-nav-shadow {
    -webkit-box-shadow: 0px 5px 20px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 20px 5px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 20px 5px rgba(0,0,0,0.2);
    z-index: 201;
    background-color: #fff;
  }

  #header-nav .dropdown-menu {
    border-radius: 0px;
  }

  ul.dropdown-menu.nav {
    border: 0px;
  }

  #header-nav .dropdown-menu>li>a {
    color: #000;
  }
 

}

/* End MD */

/* ----------- Large Desktops (LG) ----------- */

@media (min-width: 1200px) {

  .navbar-brand {
    padding:0px;
  }

}

/* End LG */

/* ----------- XLarge Desktops (LG) ----------- */

@media (min-width: 1800px) {

  div#hero-background,
  .carousel,
  .carousel-inner,
  .carousel-inner .item.active {
    max-height: 600px !important;
  }

}