﻿.skip-link {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  position: static;
  width: auto;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  background-color: #5f80ab;
  color: white;
  padding: 5px;
}

.tile {
  cursor: pointer;
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-size: 10pt;
  font-weight: 400;
  text-align: center;
  width: 23%;
  height: 150px;
  margin: 5px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

.tile-image > .fa {
  font-size: 2.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #5f80ab;
}

.tile:hover {
  -moz-box-shadow: 0 0 10px #ccc;
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
}
.tile:hover .tile-image > .fa {
  color: rgb(250, 121, 0);
}

.tile-sublink {
  text-decoration: underline;
  color: #5F80AB;
  cursor: pointer;
}

.tile-sublink-div {
  margin-top: 2px;
}

.bordered-tile {
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
}

.black-tile {
  color: #404040;
  border-color: rgb(118, 118, 118);
}

.blue-tile {
  color: #ffffff;
  background-color: #2d89f0 !important;
}

.white-tile {
  color: rgb(4, 173, 217);
  background-color: white;
  border-color: rgb(4, 173, 217);
}

.green-tile {
  background-color: rgb(15, 109, 57);
  color: white;
}

.section-header {
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.news-tile {
  cursor: pointer;
  width: 45%;
  text-align: center;
  display: inline-block;
  margin: 5px;
  height: 250px;
  position: relative;
  overflow: hidden;
}

.news-tile:hover {
  -moz-box-shadow: 0 0 10px #ccc;
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
}
.news-tile:hover .news-title {
  color: #5f80ab;
  text-decoration: underline;
}

.news-date {
  background-color: #5f80ab;
}

.news-title {
  font-size: 1rem;
  font-family: inherit;
  font-weight: bold;
}

ul.ui-autocomplete.ui-menu {
  background-color: white;
  font-size: inherit;
}
ul.ui-autocomplete.ui-menu .suggestion-item {
  padding: 5px;
}
ul.ui-autocomplete.ui-menu .suggestion-value {
  font-weight: bold;
}
ul.ui-autocomplete.ui-menu .auto-suggestion-office-sought {
  margin-left: 18px;
  color: #8F99A3 !important;
}

.thumbnail-small {
  height: 24px;
  width: 24px;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 1px;
}

#univ-search-input {
  height: 26px;
  font-size: 18px;
  border: 2px solid;
  border-color: #5f80ab;
}

#btn-search-submit {
  font-size: 18px;
  padding: 8px 10px;
}

#selectedTags span.label {
  margin-right: 5px;
}

#seminar-table a {
  text-decoration: none;
  color: #000;
}
#seminar-table a:hover {
  color: #0088cc;
}

#events-deadline ul {
  margin: 0;
}
#events-deadline li {
  list-style-type: none;
  margin-top: 10px;
}

.events-grid {
  display: grid;
  place-items: center;
  grid-template-columns: min-content auto;
}

.event-title-description {
  display: grid;
  margin-right: auto;
}

#deadline-table li {
  list-style-type: none;
  margin-top: 10px;
}

.tag {
  margin-right: 5px;
}

.well {
  padding-bottom: 30px;
  min-height: 100%;
}

#layoutContainer {
  padding-bottom: 45px;
}

.highlightedText {
  background-color: yellow;
  font-weight: bold;
}

.clerk-support-link {
  float: left;
  padding: 10px 5px 10px;
  position: relative;
  display: inline-block;
}
.clerk-support-link a:hover {
  text-decoration: none;
}

.clerk-support-text {
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  color: #777777;
}

.phone-number-link {
  float: left;
  margin-top: 3px;
  position: relative;
  display: inline-block;
}

.picture-news {
  height: 300px;
  position: relative;
}

.center {
  text-align: center;
}

.news-image {
  height: 300px;
  position: relative;
}

.previous {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 0%;
  width: auto;
  padding: 0px;
  margin-top: -22px;
  color: blue;
  font-weight: bold;
  font-size: 22px;
  border-radius: 0 0px 0px 0;
}

.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0%;
  width: auto;
  padding: 0px;
  margin-top: -22px;
  color: blue;
  font-weight: bold;
  font-size: 22px;
  border-radius: 0 3px 3px 0;
}

/*
.previous:hover {
	background-color: #717171;
}

.next:hover {
	background-color: #717171;
}
*/
.caption_text {
  color: #005580;
  font-size: 25px;
  font-weight: bold;
  padding: 8px 12px;
  position: absolute;
  bottom: 260px;
  width: 100%;
  text-align: center;
}

.picture_dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active_pic, .dot:hover {
  background-color: #717171;
}

#videos2 .texticon {
  width: 18px;
  margin-top: -4px;
}
#videos2 .list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
#videos2 .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
  width: 90%;
}
#videos2 .text-blue {
  color: #08c;
}

#getting-started .well {
  height: 180px;
  position: relative;
}
#getting-started a.btn {
  position: absolute;
  bottom: 8px;
  right: 5px;
}

#getting-started2 .well {
  height: 80px;
  position: relative;
  vertical-align: middle;
}
#getting-started2 a.btn {
  position: absolute;
  bottom: 8px;
  right: 5px;
}
#getting-started2 .well:hover {
  height: 215px;
  box-shadow: 0 0 20px;
}
#getting-started2 .well:hover h4 {
  color: blue;
}
#getting-started2 a {
  text-decoration: none;
  color: #000;
}

.alert {
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
}

.alert-white {
  background-image: linear-gradient(to bottom, #fff, #f9f9f9);
  border-top-color: #d8d8d8;
  border-bottom-color: #bdbdbd;
  border-left-color: #cacaca;
  border-right-color: #cacaca;
  color: #404040;
  padding-left: 61px;
  position: relative;
}

.alert-white.rounded {
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.alert-white.rounded .icon {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}

.alert-white .icon {
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alert-white .icon:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #bdbdbd;
  position: absolute;
  border-left: 0;
  border-bottom: 0;
  top: 50%;
  right: -6px;
  margin-top: -3px;
  background: #fff;
  margin-bottom: 20px;
}

.alert-white .icon i {
  font-size: 18px;
  color: #fff;
  left: 12px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}

/*============ colors ========*/
.alert-step {
  background-color: #5E7FAB;
  border-color: #5E7FAB;
  color: #404040;
}

.alert-white.alert-step .icon,
.alert-white.alert-step .icon:after {
  border-color: #5E7FAB;
  background: #5E7FAB;
}

.alert-step-alt {
  background-color: #F87900;
  border-color: #F87900;
  color: #404040;
}

.alert-white.alert-step-alt .icon,
.alert-white.alert-step-alt .icon:after {
  border-color: #F87900;
  background: #F87900;
}

.alert-help {
  background-color: #209cee;
}

.fa-info-circle {
  color: #209cee;
}

.small-black {
  color: black;
  font-style: italic;
}

.alert-step-info {
  color: black;
  background-color: #F5F5F5;
  font-size: 14px;
  font-style: italic;
}

.accordion-group {
  margin: 8px;
}

.has-border-blue {
  border: 1px solid rgba(27, 127, 204, 0.8);
}

#gsMayors .popover {
  width: 800px;
}

#efile .well {
  height: 180px;
  position: relative;
}
#efile a.btn {
  position: absolute;
  bottom: 8px;
  right: 5px;
}

#reports .well {
  height: 140px;
  position: relative;
}
#reports a.btn {
  position: absolute;
  bottom: 8px;
  right: 5px;
}

#data .well {
  height: 120px;
  position: relative;
}
#data a.btn {
  position: absolute;
  bottom: 8px;
  right: 5px;
}

#filers .well {
  height: 120px;
  position: relative;
}
#filers a.btn {
  position: absolute;
  bottom: 8px;
  right: 5px;
}

#legal .well {
  height: 235px;
  position: relative;
}
#legal a.btn {
  position: absolute;
  bottom: 8px;
  right: 5px;
}

#IEother {
  position: absolute;
  bottom: 8px;
  left: 5px;
  width: 78px;
}

#divSticky {
  padding-bottom: 5px;
  margin-bottom: 10px;
  background-color: rgb(174, 233, 243);
}
#divSticky a {
  text-decoration: underline;
}

#quickLinkDiv {
  position: relative;
  top: -20px;
  margin-top: 0;
}

.calendar td {
  width: 60px;
}

.seminar-event {
  font-size: 9pt;
  text-decoration: underline;
  cursor: pointer;
}

.popup .popuptext {
  width: 220px;
  background-color: #5F80AB;
  font-size: 12px;
  color: #fff;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -100px;
}

.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #5F80AB transparent transparent transparent;
}

.anniversary-banner {
  background-color: #5F80AB;
  width: 100%;
  height: 100px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  justify-items: center;
  align-items: center;
  column-gap: 20px;
  color: white;
  cursor: pointer;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}
.anniversary-banner h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.anniversary-banner p {
  font-family: Tahoma, Arial, Verdana, sans-serif;
}
