/** General Page Styles **/
body {
  margin: 0;
  padding: 0;
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  word-spacing: 0.1em;
  line-height: 1.5em;
  color: #000000;
  background-color: #ffffff;
  height:100%;
}
h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  color: #4b217a;
  line-height: 1.2em;
}
body.dark-mode h1 {
  color: #ffffff;
}
h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 2.5em;
  line-height: 1.2em;
  color: #4b217a;
}
h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
	font-size: 1.5em;
	line-height: 1.2em;
  color: #000000;
}
h4 {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
	line-height: 1.2em;
}
hr {
  border: 0;
  height: 1px;
  margin: 25px 0px 10px 0px;
  background: #cccccc;
}
a {
	text-decoration: none;
  font-weight: 700;
	color: #4b217a;
}
a:hover,
a:focus {
	text-decoration: underline;
	color: #387885;
}
body.dark-mode a {
	text-decoration: none;
  font-weight: 700;
	color: #F5DD78;
}
body.dark-mode a:hover,
body.dark-mode a:focus {
	text-decoration: underline;
	color: #fcf9ca;
}
body.dark-mode .toolbar-menu a {
	text-decoration: underline;
	color: #387885;
}
body.dark-mode .toolbar-menu a:hover,
body.dark-mode .toolbar-menu a:focus {
	text-decoration: underline;
	color: #387885;
}

/** General Image Styles **/
img {
  max-width: 100%;
  height: auto;
}
.align-left {
  float: left;
  margin: 0 25px 25px 0;
}
.outline-left {
  border: 2px solid #ffffff;
  box-shadow: 1px 1px 6px rgba(0,0,0,0.4);
}
.align-right {
  float: right;
  margin: 0 0 25px 25px;
}
.outline-right {
  border: 2px solid #ffffff;
  box-shadow: -1px 1px 6px rgba(0,0,0,0.4);
}
.clear-fl {
	clear: both;
  font-size: 0.00000001em;
  height: 1px;
  width: 1px;
}
@media screen and (max-width: 768px) {
  .align-left, .align-right {
    float: none;
    max-width: 100%;
    margin: 0 auto 15px auto;
  }
}

/** Table Styles **/
table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #cccccc;
}
thead tr th {
  padding: 5px 15px 5px 15px;
  background-color: #484848;
  text-align: left;
  font-weight: 500;
  color: #ffffff;
}
thead tr th a {
  color: #ffffcf;
}
thead tr th a:hover, thead tr th a:focus {
  color: #ffffff;
}
thead tr td, tbody tr td {
  padding: 5px 15px 5px 15px;
  border: 1px solid #cccccc;
}
tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
body.dark-mode tbody tr:nth-child(even) {
  background-color: #000000;
}

/** Breadcrumb Styles **/
#block-breadcrumbs ol {
  list-style: none;
  padding: 0;
  margin: 0;
  }
#block-breadcrumbs ol li {
  display: inline;
  padding: 0;
  margin: 0;
}
#block-breadcrumbs ol li:before { 
	content: "» "; 
}
#block-breadcrumbs ol li:first-child:before { 
	content: ""; 
}
.br-area {
  padding: 3px 15px;
  background: #eae5eb;
	color: #333333;
	font-size: 0.9em;
}
body.dark-mode .br-area {
  background: #2e134c;
	color: #ffffff;
}
.br-inner {
  width: 100%;
  max-width: 1480px;
  height: auto;
  margin: 0 auto 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.br-area a {
	color: #4b217a;
}
.br-area a:hover,
.br-area a:focus {
	color: #000000;
}

/** File Attachment Icons **/
.file--application-pdf {
  padding-left: 25px;
  background-image: url(img/pdf-icon.png);
  background-repeat: no-repeat;
}
.file--mime-application-vnd-openxmlformats-officedocument-wordprocessingml-document {
  padding-left: 25px;
  background-image: url(img/wrd-icon.png);
  background-repeat: no-repeat;
}

/** Drupal alert message styles **/
div[role=alert] {
  margin: 0 0 15px 0;
  padding: 5px 15px 5px 15px;
  background: #ffffcf;
  border: 1px solid #cccccc;
}
div[role=message],
div[role=contentinfo] {
  margin: 0 0 15px 0;
  padding: 5px 15px 5px 15px;
  background: #cfffd1;
  border: 1px solid #cccccc;
}

/** Drupal Core Tab Styles **/
#block-broward2021-local-tasks {
	margin-bottom: 10px;
  padding-bottom: 3px;
  border-bottom: 1px solid #a3a3a3;
}  
#block-broward2021-local-tasks ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#block-broward2021-local-tasks ul li {
  display: inline;
  padding: 0;
  margin: 0;
}
#block-broward2021-local-tasks ul li a {
  padding: 5px 10px 5px 10px;
  border-top: 1px solid #a3a3a3;
  border-left: 1px solid #a3a3a3;
  border-right: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
  border-radius: 5px 5px 0 0;
  background-color: #e4e4e4;
}
body.dark-mode #block-broward2021-local-tasks ul li a {
  background-color: #000000;
}
#block-broward2021-local-tasks ul li a.is-active {
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
body.dark-mode #block-broward2021-local-tasks ul li a.is-active {
  background-color: #4b217a;
  border-bottom: 1px solid #4b217a;
}
/*IE workaround*/
/*All IE browsers*/
* html #block-broward2021-local-tasks ul li {
    border-left: 1px solid black;
    padding: 0 0.4em 0 0.4em;
    margin: 0 0.4em 0 -0.4em;
}
/*Win IE browsers - hide from Mac IE\*/
* html #block-broward2021-local-tasks ul { height: 1%; }

* html #block-broward2021-local-tasks ul li {
    display: block;
    float: left;
}
/*End hide*/
/*Mac IE 5*/
* html #block-broward2021-local-tasks ul li:first-child {
    border-left: 0;
}

/** Drupal core pager styles **/
.pager ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 0.8em;
  }
.pager ul li {
  display: inline;
  padding: 0;
  margin: 0;
}
.pager ul li:before { content: " | "; }
.pager ul li:first-child:before { content: ""; }
/*IE workaround*/
/*All IE browsers*/
* html .pager ul li {
    border-left: 1px solid #A3A3A3;
    padding: 0 0.4em 0 0.4em;
    margin: 0 0.4em 0 -0.4em;
}
/*Win IE browsers - hide from Mac IE\*/
* html .pager ul { height: 1%; }

* html .pager ul li {
    display: block;
    float: left;
}
/*End hide*/
/*Mac IE 5*/
* html .pager ul li:first-child {
    border-left: 0;
}

/** Drupal Inline Field Styles **/
.field--label-inline .field__label::after {
  content: ": ";
}
.field--label-inline .field__label,
.field--label-inline .field__item {
  display: inline-block;
}

/** Page Buttons **/
.jump-btn a {
  display: inline-block;
  padding: 15px 35px;
  background: linear-gradient(to bottom,  rgba(102,25,193,1) 0%,rgba(67,2,130,1) 100%);
  border: 1px solid #1d013b;
	border-radius: 7px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  color: #ffffff;
	font-size: 1.4em;
  transition: all 0.5s;
}
.jump-btn a:hover,
.jump-btn a:focus {
   background: linear-gradient(to bottom, rgba(67,2,130,1)  0%,rgba(102,25,193,1) 100%);
}
body.dark-mode .jump-btn a {
  background: linear-gradient(to bottom,  rgba(245,231,172,1) 0%,rgba(230,204,92,1) 100%);
	color: #4b217a;
}
body.dark-mode .jump-btn a:hover,
body.dark-mode .jump-btn a:focus {
  background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
	color: #ffffff;
}


/** Drupal button styles **/
.link {
  display: inline;
  cursor: pointer;
  padding: 0;
  border: 0;
  background: none;
  color: #0074bd;
  text-decoration: none;
  font-weight: bold;
}
.link:hover,
.link:focus {
  color: #008ee6;
  text-decoration: underline;
}
.form-submit {
  width: 30%;
  padding: 15px 25px 15px 25px;
  background: #4b217a;
  border: 1px solid #6e6f71;
  text-shadow: 1px 1px 1px #000000;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  text-transform: capitalize;
	font-size: 1.1em;
  color: #ffffff;
  cursor: pointer;  
}
body.dark-mode .form-submit {
  background: #000000;
}
.form-submit:hover,
.form-submit:focus {
    background: #387785;
}
@media screen and (max-width: 640px) {
  .form-submit {
    width: 100%;
    margin: 1.5% 0 1.5% 0;
  }
}

/** Form Placeholder Colors **/
.contact-form input[type="text"]::placeholder,
.contact-form input[type="email"]::placeholder,
.contact-form input[type="tel"]::placeholder,
.contact-form input[type="number"]::placeholder,
.contact-form select::placeholder {
  color: #000000;
	opacity: 1;
}
.contact-form input[type="text"]::-ms-input-placeholder,
.contact-form input[type="email"]::-ms-input-placeholder,
.contact-form input[type="tel"]::-ms-input-placeholder,
.contact-form input[type="number"]::-ms-input-placeholder,
.contact-form select::-ms-input-placeholder {
  color: #000000;
	opacity: 1;
}
.contact-form input[type="text"]::-ms-input-placeholder,
.contact-form input[type="email"]::-ms-input-placeholder,
.contact-form input[type="tel"]::-ms-input-placeholder,
.contact-form input[type="number"]::-ms-input-placeholder,
.contact-form select::-ms-input-placeholder {
  color: #000000;
	opacity: 1;
}
body.dark-mode .contact-form input[type="text"]::placeholder,
body.dark-mode .contact-form input[type="email"]::placeholder,
body.dark-mode .contact-form input[type="tel"]::placeholder,
body.dark-mode .contact-form input[type="number"]::placeholder,
body.dark-mode .contact-form select::placeholder {
  color: #ffffff;
	opacity: 1;
}
body.dark-mode .contact-form input[type="text"]::-ms-input-placeholder,
body.dark-mode .contact-form input[type="email"]::-ms-input-placeholder,
body.dark-mode .contact-form input[type="tel"]::-ms-input-placeholder,
body.dark-mode .contact-form input[type="number"]::-ms-input-placeholder,
body.dark-mode .contact-form select::-ms-input-placeholder {
  color: #ffffff;
	opacity: 1;
}
body.dark-mode .contact-form input[type="text"]::-ms-input-placeholder,
body.dark-mode .contact-form input[type="email"]::-ms-input-placeholder,
body.dark-mode .contact-form input[type="tel"]::-ms-input-placeholder,
body.dark-mode .contact-form input[type="number"]::-ms-input-placeholder,
body.dark-mode .contact-form select::-ms-input-placeholder {
  color: #ffffff;
	opacity: 1;
}

/** Contact Form Styles **/
.required-text {
	color: #B30900;
}
.contact-form .js-form-item {
  display: flex;
  flex-wrap: wrap;
  margin: 6px 0px 6px 0px;
}
.contact-form label {
  flex-basis: 15%;
  text-transform: capitalize;
  color: #414142;
}
body.dark-mode .contact-form label {
  color: #ffffff;
}
label.form-required::after {
	content: "*";
	color: #B30900;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="number"],
.contact-form select {
  flex-basis: 65%;
  width: 99%;
  height: 40px;
  padding: 3px 3px 3px 5px;
  outline: 0 none;
  border: 1px solid #6E6F71;
  box-sizing: border-box;
  color: #000000;
}
body.dark-mode .contact-form input[type="text"],
body.dark-mode .contact-form input[type="email"],
body.dark-mode .contact-form input[type="tel"],
body.dark-mode .contact-form input[type="number"],
body.dark-mode .contact-form select {
	background: #000000;
	color: #ffffff;
}
.contact-form .js-form-type-textarea div {
  flex-basis: 65%;
}
.contact-form .js-form-type-textarea div.description {
  flex-basis: 100%;
  margin: 0 0 0 15%;
  font-style: italic;
}
.contact-form textarea {
  width: 98%;
  height: 120px;
  padding: 5px 3px 3px 5px;
  outline: 0 none;
  border: 1px solid #6E6F71;
  color: #888;
}
body.dark-mode  textarea {
	background: #000000;
	color: #999999;
}
#edit-langcode-wrapper {
  display: none;
}
.contact-form .form-actions {
  margin: 0 0 0 15%;
}
.contact-form #edit-preview {
  display: none;
}
@media screen and (max-width: 640px) {
  .contact-form .js-form-item {
    display: block;
  }
  .contact-form .js-form-type-textarea div.description {
    margin: 0;
  }
  .contact-form .form-actions {
    margin: 0 auto 0 auto;
  }
}


/** User Login Form Styles **/
.user-login-form label,
.user-pass label {
  display: inline-block;
  min-width: 95px;
  margin: 10px 5px 0 0;
  font-weight: 600;
  color: #414142;
}
body.dark-mode .user-login-form label,
body.dark-mode .user-pass label {
  color: #ffffff;
}
.user-login-form input[type="text"], .user-login-form input[type="password"],
.user-pass input[type="text"] {
  border: 1px solid #6E6F71;
  color: #888;
  height: 30px;
  margin: 5px 0px 5px 0px;
  outline: 0 none;
  padding: 5px;
  width: 70%;
  font-size: 12px;
  line-height:15px;
  box-shadow: inset 0px 1px 4px #9d9d9d;
  font-family: 'Roboto', serif;
  font-weight: 400;
}

/** Node Add/Edit Form Styles **/
.node-form, .node-form details {
  width: 100%;
  padding: 10px 15px 10px 15px;
  border: 1px solid #a6a6a6;
  box-sizing: border-box;
  background-color: #ffffff;
}
.vertical-tabs {
  background-color: #ffffff;
}
details.vertical-tabs__pane {
  border: 0;
}
.node-form label {
  display: inline-block;
  width: 12%;
  margin: 10px 5px 0 0;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: capitalize;
  font-weight: 600;
  color: #414142;
}
.js-form-type-textarea label {
  width: 100%;
}
.node-form label.option {
  text-transform: capitalize;
  font-family: 'Roboto', serif;
  font-weight: 400;
}
.node-form .fieldset-legend {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: capitalize;
  font-weight: 600;
}
.node-form details summary {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: capitalize;
  font-weight: 600;
  cursor: pointer;
}
.node-form .description {
  font-size: 0.85em;
}
.views-exposed-form {
  display: flex;
  border: 1px solid #cccccc;
}
.views-exposed-form div {
  padding: 5px;
}
.image-widget img {
  float: left;
  margin: 20px 15px 0 0;
}
.form-item-body-0-format label {
  margin: 10px 5px 0 15px;
}
.field--type-datetime h4 {
  margin: 0;
}
.node-form input[type="text"],
.node-form select {
  border: 1px solid #6E6F71;
  height: 30px;
  margin: 5px 0px 5px 0px;
  outline: 0 none;
  padding: 5px;
  width: 70%;
  font-size: 12px;
  line-height:15px;
  box-shadow: inset 0px 1px 4px #9d9d9d;
  font-family: 'Roboto', serif;
  font-weight: 400;
  color: #171717;
}
.node-form input[type="date"] {
  border: 1px solid #6E6F71;
  height: 30px;
  margin: 0 0px 5px 0px;
  outline: 0 none;
  padding: 5px;
  font-size: 12px;
  line-height:15px;
  box-shadow: inset 0px 1px 4px #9d9d9d;
  font-family: 'Roboto', serif;
  font-weight: 400;
  color: #171717;
}