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

body {
  margin: 0px;
  font-size: 18px;
  background-color: #fff;
  line-height: 1.7;
  font-family: "adelle-sans",
    sans-serif;
  font-weight: 400;
  font-style: normal;
}

.w-100 {
  width: 100%;
}

/* Modal */

.modal-header {
  padding: 0;
  border-bottom: 1px solid #fff;
}

.modal-header .close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 30px;
  z-index: 1000;
}

.modal-body h1 {
  font-size: 36px !important;
  font-weight: 900;
  padding-top: 20px;
  margin-bottom: 32px;
  color: #4E87A0;
  text-transform: uppercase;
  text-align: center;
}

.modal-body p {
  text-align: center;
}

body.modal-open .modal {
  display: flex !important;
  height: 100%;
}

body.modal-open .modal .modal-dialog {
  margin: auto;
}

.recaptcha-text {
  color: #000 !important;
  font-weight: 400 !important;
  text-transform: none;
  padding: 8px;
}

#mainContent {
  padding: 50px;
}

#defaultContent {
  padding: 50px;
}

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

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

a:hover {
  color: #005380;
  text-decoration: underline;
}

a:focus,
a:active {
  outline: 2px solid #005380;
}

a#help-link {
  color: #555555;
  border-bottom: 1px solid #555;
  text-decoration: none;
}

a#help-link:hover {
  color: #444;
  border-bottom: 1px solid #444;
}

.default-template-content h1 {
  margin-top: 0px;
  margin-bottom: 32px;
  color: #005380;
  font-weight: 600;
  font-size: 30px;
}

.default-template-content h2 {
  font-family: lora, sans-serif;
  font-size: 22px !important;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #008FD5;
}

.default-template-content h3 {
  color: #425563;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 40px;
}

.default-template-content h4 {
  color: #002f87;
  font-weight: 400;
  font-size: 20px;
}

.default-template-content p {
  color: #414042;
}

.default-template-content p a {
  text-decoration: underline;
}

.img-row {
  margin: 25px -15px;
}

p.img-caption {
  color: #707070;
  line-height: initial;
  padding: 0;
  font-style: italic;
  font-family: lora, sans-serif;
}

p {
  margin: 0 0 10px;
}

h1,
.h1 {
  color: #005380;
  margin-bottom: 25px;
}

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

h3,
.h3 {
  color: #008fd5;
  font-weight: 600;
  margin-top: 30px;
  font-size: 20px;
  text-transform: uppercase;
}

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

div#mc_embed_signup_scroll h3 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 4px;
}

input#mc-embedded-subscribe {
  margin-bottom: 20px;
}

li.no-link a {
  cursor: text;
  text-decoration: none;
}

li.no-link a:hover {
  text-decoration: none !important;
}

.main-content.content-shadow p a {
  border-bottom: solid 1px #096280;
}

.main-content.content-shadow p a:hover {
  text-decoration: none;
  border-bottom: solid 1px #BC9064;
}

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

.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 */

.default-template-content .alert {
  margin-bottom: 30px;
}

.alert {
  margin-bottom: 0px;
}

.alert-pdf-info {
  font-weight: bold;
  margin-top: 0;
}

.alert-pdf-info p a {
  color: #005380 !important;
  text-decoration: none !important;
  font-size: 16px;
}

.alert-pdf-info p a:hover {
  color: #005380 !important;
  text-decoration: underline !important;
}

.alert-pdf-info a:before {
  font-family: "FontAwesome";
  content: '\f016';
  margin-right: 7px;
  font-size: 23px;
  position: relative;
  top: 2px;
  margin-left: 5px;
}


/* 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-style: italic;
  color: #666;
  ;
  margin-top: 0px;
}

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

.news_box {
  padding-bottom: 13px;
}

#news-item-listing a {
  color: #008fd5;
  font-size: 22px;
  font-weight: bold;
}

#news-item-listing h2 {
  color: #008fd5;
  font-weight: 600;
  margin-top: 30px;
  font-size: 16px;
  text-transform: uppercase;
}

#news-item-listing h2 a {
  color: #008fd5;
}

#news-item-listing .news-item:not(:first-child) {
  padding-top: 15px;
}


#news-item-listing a:hover {
  text-decoration: underline;
}

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

.back-to-link a:hover {
  color: #008fd5;
}

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

/* Features all */

.feature-blurb p {
  text-align: center;
  color: #fff;
  padding-bottom: 20px;
}

#header-nav .input-group-addon {
  background-color: #1AB0E6;
  border: 1px solid #1AB0E6;
  padding: 0px 7px;
  font-size: 18px;
}

span#search-icon {
  color: #fff;
}

/* Search page ALL */

div#gbox_jqgSearchTable {
  margin-bottom: 75px;
}

div#help-div .modal-header {
  padding: 15px;
}

.search-page h4 {
  color: #2c73ba;
  font-size: 20px;
  font-weight: normal;
  margin-top: 0px;
  padding-top: 10px;
  margin-bottom: 10px;
}

.search-result p:nth-child(1) {
  color: #096280;
  font-size: 20px;
  padding: 5px 0px;
}

.search-result p:nth-child(1) span {
  color: #333;
  font-size: 14px;
}

.search-result p:nth-child(1) a {
  color: #096280 !important;
  text-decoration: none;
}

.search-result p:nth-child(1) a:Hover {
  color: #1AB0E6 !important;
  text-decoration: underline;
}

.search-result em {
  background-color: none;
  padding: 0px;
  font-style: normal;
}

.search-page-input-container {
  padding: 0px 0px 20px 0px;
  margin-top: 20px;
}

.search-form-container input#terms-input {
  border-radius: 0px;
  border-left: 0px;
  border-top: 0px;
  border-right: 0px;
  box-shadow: none;
  border: 2px solid #EDEDED;
  font-size: 20px;
  padding: 23px 20px 23px 20px;
  background-color: transparent;
  font-weight: bold;
}

.search-form-container input#terms-input:placeholder {
  font-size: 38px;
}

.search-form-container .input-group-addon {
  background-color: transparent;
  border-radius: 0px;
  border-left: 0px;
  border-top: 0px;
  border-right: 0px;
  box-shadow: none;
}

th#jqgSearchTable_result {
  display: none;
}

.search-page-input-container label {
  display: none;
}

.search-page-input-container .input-group-addon {
  border: none;
  padding: 6px 0px 6px 12px;
}

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

div#search-page-button {
  font-size: 17px;
  font-weight: bold;
  background-color: #096280;
  color: #fff;
  padding: 12px 30px;
  position: relative;
  top: -7px;
  text-transform: uppercase;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover {
  background: #fff !important;
}

/* Calendar */

.agenda {
  margin-top: 30px;
  display: block;
}

.agenda .table>tbody>tr>th {
  border: none;
  background-color: #d7e5d6;
  color: #505050;
  text-transform: uppercase;
  font-size: 16px;
}

.agenda a {
  font-weight: 900;
  font-size: 15px;
}


.calendar-archive-btn>li.active,
.calendar-select>li.active {
  padding-left: 15px;
  font-weight: 900;
}

.dropdown.open .dropdown-menu li.active {
  font-weight: 900;
}

.btn-group.open li.active {
  font-weight: 900;
  padding-left: 15px;
}

.btn-group.open>.dropdown-menu>li>a {
  padding-left: 15px;
}

.calendar-select .dropdown-menu>li>a {
  padding: 3px 15px 5px 0;
}

.calendar-archive-btn .dropdown-menu>li>a {
  padding: 3px 15px 5px 15px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 10px;
}

.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;
}

.default-template-content #editor_actions.is-admin {
  margin-top: 50px !important;
}

#editor_actions.is-admin {
  background-color: #ebebeb;
  margin-top: -20px !important;
}

li.tool_add a {
  background-position: 0px !important;
}

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

#editor_actions li {
  display: inline-block;
}

#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: #005380;
  /* Light blue */
  color: #fff !important;
  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: 6px 33px 10px 15px !important;
  text-transform: uppercase;
  font-family: source-sans-pro, sans-serif;
}

#editor_actions li.tool_events_archive a,
#editor_actions li.tool_events_upcoming a {
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  padding: 6px 0px 10px 15px !important;
  text-transform: uppercase;
  font-family: ubuntu, sans-serif;
}

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

#editor_actions {
  margin: 30px 10px 30px 0px !important;
}

li.tool_folder_back a,
li.tool_delete a,
li.tool_edit a {
  background-position: 0px !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: #008FD5;
  position: relative;
  /* Dark green */
  border-radius: 4px;
  margin: auto;
  text-decoration: none;
  width: 96%;
}

#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: 10px !important;
  width: 96%;
}

#editor_actions li.tool_events_archive a {
  padding: 6px 30px 0px 15px !important;
}

/* Calendar HOVER */

#editor_actions li.tool_events_archive:hover,
#editor_actions li.tool_events_upcoming:hover {
  background: #008FD5;
  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: '\f105';
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  right: 10px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  top: 4px;
}

.homepage-search {
  float: right;
  margin: 20px 35px;
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#map {
  height: 400px;
}

#clickboard_links {
  overflow: auto;
  background: #B2CEE7 !important;
  border: solid #B2CEE7 1px !important;
  margin: 0px !important;
}

.sidebar-images-section p {
  color: #114876 !important;
  font-style: italic;
  padding-bottom: 15px;
}

/* End Calendar */

p.content-text {
  color: #114876 !important;
  font-weight: 700;
  font-size: 22px;
  padding-top: 1rem;
  padding-bottom: 2rem;
  line-height: initial;
}

.news-box h3 a {
  color: #9C2F2C;
}

#news-item-listing .listing-data {
  border-bottom: 1px solid #B1B1B1;
  padding-bottom: 20px;
}

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

#search-form h3 {
  color: #096280;
  font-size: 36px;
  text-transform: none;
}

/* Schedule */

.sch-legend {
  display: flex;
  justify-content: flex-end;
}

.sch-legend ul {
  list-style-type: none;
  margin-bottom: 0;
  border: 1px solid #666;
  border-radius: 5px;
  padding: 5px 10px;
  margin-top: 30px;
}

.sch-legend ul li {
  display: inline;
  font-size: 18px;
  padding-left: 40px;
}

.sch-legend ul li:nth-child(1) {
  content: '';
  display: inline-flex;
  width: 30px;
  height: 30px;
  background-image: url(/img/Schedule-completed.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 0px 0px;
  padding-right: 50px;
  margin-left: 15px;
}

.sch-legend ul li:nth-child(2) {
  content: '';
  display: inline-flex;
  width: 30px;
  height: 30px;
  background-image: url(/img/Icon-material-stars.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 0px 0px;
  margin-left: 60px;
}

.sch-legend ul li:nth-child(3) {
  content: '';
  display: inline-flex;
  background-image: url(/img/Schedule-not-current.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 0px 3px;
  margin-left: 80px;
  padding-right: 15px;
}

.sch-wrap {
  background-image: url(/img/schedule-line.svg);
  background-repeat: repeat-y;
  background-position: 24px 50px;
  padding-bottom: 15px;
  margin-top: 30px;
}

.sch-box {
  background-color: #E1EDF5;
  width: 70%;
  padding: 1.5em;
  margin-left: 4em;
  margin-bottom: 3em;
}

h2.current::before {
  content: '';
  display: inline-flex;
  width: 55px;
  height: 40px;
  background-image: url(/img/Icon-material-stars.svg);
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: 7px 0px;
  padding-bottom: 15px;
}

h2.not-current {
  color: #ACA39A !important;
}

h2.not-current::before {
  content: '';
  display: inline-flex;
  width: 55px;
  height: 40px;
  background-image: url(/img/Schedule-not-current.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 12px 3px;
  padding-bottom: 15px;
}

h2.current,
h2.not-current {
  background-color: #fff;
  font-size: 22px !important;
  font-weight: 900;
  line-height: 50px;
  margin-bottom: 10px;
}

.sch-box h3 {
  color: #425563;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 15px;
}

.sch-box ul {
  margin-bottom: 0;
}

.sch-box ul li {
  padding-bottom: 10px;
}

.sch-box ul li:last-child {
  padding-bottom: 0;
}

/* Contact form */

#MailFormIndexForm label {
  color: #425563;
  text-transform: uppercase;
}

#MailFormIndexForm input {
  margin-bottom: 15px;
}

input.form_submit {
  margin-bottom: 0 !important;
}

p.contact-intro {
  margin-bottom: 50px;
}

.equal-col {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

#quicklinks {
  border-top: 1px dashed #505050;
  border-bottom: 1px dashed #505050;
  padding: 20px 0px 20px 0;
  margin-top: 20px;
  margin-bottom: 10px;
}

#quicklinks h3 {
  color: #008FD5;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 20px;
  height: 38px;
  font-weight: 600;
  vertical-align: middle;
  letter-spacing: .05em;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 6px 0px 0px 42px;
  background: url('/img/quick-link-icon.png')top left no-repeat;
}

#quicklinks ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.footer-menu ul {
  margin: 0px auto 20px auto;
  padding: 0px;
  text-align: left;
  list-style: none;
}

.footer-menu li {
  display: inline;
  border-right: 1px solid #fff;
  padding: 0 10px;
  margin: 0px;
}

.footer-menu li:last-child {
  border-right: 1px solid transparent !important;
}

.footer-menu ul li a {
  font-size: 16px;
  color: #fff;
}

li.social.bluesky a img {
  width: 26px;
  border-radius: 5px;
  position: relative;
  top: 4px;
}

/* End all */


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

@media (max-width: 767px) {

  .dropdown>.dropdown-toggle.has-submenu:after,
  .long.dropdown>.dropdown-menu>li.flyout>.dropdown-toggle.has-submenu:after {
    content: '\2b';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 10px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    top: 4px;
  }

  .long.dropdown>.dropdown-menu>li.flyout.open>.dropdown-toggle.has-submenu:after,
  .dropdown.open>.dropdown-toggle.has-submenu:after {
    content: '\f068';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 10px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    top: 4px;
  }

  div#google_translate_element {
    height: 30px;
    position: relative;
    float: right;
    margin-right: 20px;
    top: 15px;
  }

  #sign-up-menu ul li.news-icon {
    display: none;
  }

  div#sign-up-menu {
    position: absolute;
    top: 13px;
    left: 11px;
  }

  #sign-up-menu ul {
    margin-bottom: 0;
    padding-left: 0;
  }

  #sign-up-menu ul li {
    display: inline;
  }

  li.social.bluesky a {
    position: relative;
    left: 8px;
  }

  li.social.bluesky a img {
    width: 26px;
    border-radius: 5px;
    position: relative;
    top: 2px;
  }

  /* Schedule XS */

  .sch-legend ul li:nth-child(1) {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(/img/Schedule-completed.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 0px 0px;
    padding-right: 50px;
    margin-left: 15px;
    margin-bottom: 10px;
  }

  .sch-legend ul li:nth-child(2) {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(/img/Icon-material-stars.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 0px 0px;
    margin-left: 15px;
    margin-bottom: 10px;
  }

  .sch-legend ul li:nth-child(3) {
    content: '';
    display: block;
    background-image: url(/img/Schedule-not-current.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 0px 3px;
    margin-left: 18px;
    padding-right: 15px;
  }

  .modal-content {
    margin: 0 20px;
  }

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

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

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

  .default-template-content {
    min-height: 500px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  /* Navbar */

  .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;
  }

  .icon-bar {
    background-color: #000 !important;
  }

  #header-nav .input-group-addon {
    background-color: #4E87A0;
    border: 1px solid #4E87A0;
  }

  .navbar-default .navbar-toggle {
    background-color: transparent;
    border: 0px;
  }

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

  .navbar-default .navbar-toggle:focus .icon-bar,
  .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #fff;
  }

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

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

  /* Features XS */

  #features-background {
    padding: 10px 0px;
  }

  .feature-blurb p {
    display: none;
  }

  /* Footer XS */

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

}

/* End XS */

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

  div.content-shadow {
    background-color: #FFF;
    -webkit-box-shadow: -3px 2px 13px -2px rgba(0, 0, 0, .7);
    -moz-box-shadow: -3px 2px 13px -2px rgba(0, 0, 0, .7);
    box-shadow: -3px 2px 13px -2px rgba(0, 0, 0, .7);
  }

  .template-1-right-col {
    padding-left: 25px;
  }

  .template-1-left-col {
    border-right: 1px dashed #ccc;
    padding-right: 25px;
    min-height: 50vh;
  }

  .right-col {
    padding-bottom: 50px;
    min-height: 500px;
  }

  .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-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 0 0px !important;
  }

  ul.clickboard_links li {
    margin-left: 0 !important;
  }

  ul.clickboard_links li {
    padding-left: 25px;
    margin-left: 0em;
    background-position: 0px 12px !important;
  }

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

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

  ul.clickboard_page li {
    padding-bottom: 10px;
  }

  /* 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 {
    min-height: 500px;
  }

  .template-1 {
    padding-top: 50px;
  }

  .admin-content {
    background: #fff;
    min-height: 60vh;
    padding: 50px 30px;
  }

  .default-template-background {
    background-color: white;
  }

  .tsq-logo {
    float: right;
  }

  div#google_translate_element {
    float: right;
    margin: 5px 10px 5px 0px;
  }


  /* Navbar stuff */

  .navbar-brand {
    background-color: #FFFFFF;
    color: #005380;
    background: url(/img/WCCTAC-logo-blue-768.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 100px !important;
    width: 310px !important;
    padding: 0;
  }

  li.google-translate-dropdown {
    float: right;
    left: 20px;
  }

  .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;
  }

  .main-content {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding: 50px 30px;
    min-height: 500px;
  }

  #sign-up-menu ul {
    list-style: none;
    display: table;
    float: right;
    padding: 0px;
    margin: 15px 0px 0px 0px;
  }

  #sign-up-menu ul li {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    color: #008FD5;
    height: 34px;
    margin: 0px;
    padding: 4px 0px 1px 50px;
    position: relative;
    vertical-align: middle;
    text-transform: uppercase;
  }

  #sign-up-menu ul li a:hover {
    color: #005380;
    text-decoration: underline;
  }

  #sign-up-menu ul li.sign-up-icon {
    background: url('/img/email-icon.png') 10px 0px no-repeat;
    width: 180px;
    border-right: 1px dashed #666;
  }

  #sign-up-menu ul li.news-icon {
    background: url('/img/news-icon.png') 10px 0px no-repeat;
    width: 110px;
    border-right: 1px dashed #666;
  }

  #sign-up-menu ul li.social {
    width: 40px;
    padding: 1px 0px 1px 5px;
  }

  div#google_translate_element {
    position: relative;
    top: 15px;
  }

}

/* End SM */

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

  div#google_translate_element {
    position: relative;
    top: 13px;
  }

  #sign-up-menu ul {
    margin: 15px 30px 0px 0px;
  }

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

  div#google_translate_element {
    margin: 8px 10px 0px 0px;
  }

  .navbar-brand {
    width: 420px !important;
    padding: 0;
  }

}

/* End MD */

/* ----------- Large screens (LG) ----------- */
@media (min-width: 1200px) {

  li.google-translate-dropdown {
    display: inline;
    top: 0;
    left: 0;
  }

  .navbar-brand {
    height: 100px !important;
    background-position: top center;
    padding: 0;
    position: relative;
  }

  /* News */

  .news-view .news-view-img {
    margin-top: -20px;
    padding-bottom: 20px;
  }

}