.com_content .page-header {
  margin-bottom: 0;
}
.blog .title-divider {
  background-color: #db202f;
  height: 5px;
  margin: 0 0 20px;
  width: 70px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.blog .readmore {
  text-align: right;
}
.blog .column-1 .item-image.pull-left {
  width: 50%;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .blog .column-1 .item-image.pull-left {
    padding-right: 0;
    float: none !important;
    width: 100%;
  }
}
.blog .column-1 .item-image.pull-left + .item-ct {
  width: 50%;
}
@media (max-width: 767px) {
  .blog .column-1 .item-image.pull-left + .item-ct {
    width: 100%;
  }
}
.blog .item-ct {
  float: left;
}
.item-image {
  overflow: hidden;
  margin-bottom: 20px;
}
.item-image img {
  max-width: 100%;
}
.item-image.pull-none img {
  width: 100%;
}
.items-leading {
  margin-left: -30px;
  margin-right: -30px;
}
.items-leading > div {
  border-bottom: 1px solid #eeeeee;
  padding: 30px;
}
.items-leading .item-image {
  padding-right: 40px;
}
.items-leading .item-image img {
  width: 100%;
}
.items-leading .item-ct {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .items-leading .item-ct {
    float: left;
    width: 50%;
  }
}
.items-row {
  border-bottom: 1px solid #eeeeee;
  margin-left: -30px;
  margin-right: -30px;
}
.items-row > .row {
  margin: 0;
}
.items-row > .row > div {
  padding: 30px;
}
@media (max-width: 991px) {
  .items-row > .row > div {
    width: 100%;
  }
}
.items-row > .row > div + div {
  border-left: 1px solid #eeeeee;
}
@media (max-width: 991px) {
  .items-row > .row > div + div {
    border-left: 0;
    border-top: 1px solid #eeeeee;
  }
}
.items-row .item:before,
.items-row .item:after {
  display: table;
  content: " ";
}
.items-row .item:after {
  clear: both;
}
.items-row .item .article-title {
  font-size: 17px;
}
.items-row .item:hover .title-divider {
  background-color: #333333;
}
.items-row .item:hover .article-title a {
  color: #db202f;
}
.items-row .item:hover .article-title a:hover,
.items-row .item:hover .article-title a:focus {
  color: #981621;
}
.divider-vertical {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.article-aside {
  color: #999999;
  font-size: 13px;
  margin-bottom: 10px;
}
.article-aside .icons {
  margin: 0;
}
.article-aside .icons .edit-link div[role="tooltip"] {
  display: none;
}
.article-info {
  margin: 0;
  width: 80%;
  float: left;
}
.article-info .fa {
  display: none;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  display: inline-block;
  margin-right: 5px;
}
.article-info dd + dd::before {
  content: "/";
  margin-right: 5px;
}
.article-footer {
  color: #999999;
  font-size: 12px;
  margin-bottom: 20px;
}
.article-intro img,
.article-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.article-intro img[align=left],
.article-content img[align=left],
.article-intro .img_caption.left,
.article-content .img_caption.left,
.article-intro .pull-left.item-image,
.article-content .pull-left.item-image {
  padding: 0;
  margin: 0 30px 20px 0;
}
.article-intro img[align=right],
.article-content img[align=right],
.article-intro .img_caption.right,
.article-content .img_caption.right,
.article-intro .pull-right.item-image,
.article-content .pull-right.item-image {
  padding: 0;
  margin: 0 0 20px 30px;
}
@media (max-width: 768px) {
  .article-content iframe {
    width: 100% !important;
    height: auto;
  }
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  position: relative;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  margin-bottom: 20px;
  max-width: 100%;
}
.img-fulltext-left {
  float: left;
  margin-right: 20px;
}
.img-fulltext-right {
  float: right;
  margin-left: 20px;
}
.img-intro-none img,
.img-intro-left img,
.img-intro-right img,
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
  margin: 0;
}
.img_caption img {
  margin-bottom: 1px !important;
}
.img_caption p.img_caption {
  background: #eeeeee;
  color: #575757;
  font-size: 12px;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  clear: both;
}
@media screen and (max-width: 767px) {
  article img[align=left],
  .img_caption.left,
  article img[align=right],
  .img_caption.right,
  .img-fulltext-left,
  .img-fulltext-right {
    float: none !important;
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
  }
}
article aside .btn-group > .dropdown-toggle {
  color: #666666;
  font-size: 12px;
  padding: 0;
}
article aside .btn-group > .dropdown-toggle::after {
  display: none;
}
article aside .btn-group > .dropdown-toggle:hover,
article aside .btn-group > .dropdown-toggle:focus,
article aside .btn-group > .dropdown-toggle:active {
  background: transparent;
  box-shadow: none;
  color: #2c2c2c;
}
article aside .btn-group > .dropdown-toggle .caret {
  margin-left: 2px;
}
.row-even,
.row-odd {
  padding: 5px;
  width: 99%;
  border-bottom: 1px solid #dddddd;
}
.row-odd {
  background-color: transparent;
}
.row-even {
  background-color: #f9f9f9;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}
.row-fluid .row-reveal {
  visibility: hidden;
}
.row-fluid:hover .row-reveal {
  visibility: visible;
}
.nav-list > li.offset > a {
  padding-left: 30px;
  font-size: 12px;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 24px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
  margin-left: 0;
  padding-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #dddddd;
  padding: 10px 15px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
  background-color: #f9f9f9;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #f5f5f5;
}
.row-striped .row-fluid {
  width: 97%;
}
.row-striped .row-fluid [class*="span"] {
  min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
  margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.list-condensed li {
  padding: 5px 10px;
}
.row-condensed .row,
.row-condensed .row-fluid {
  padding: 5px 10px;
}
.list-bordered,
.row-bordered {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  margin-left: 0;
  border: 1px solid #dddddd;
}
.login-wrap {
  background: #ffffff;
  border-radius: 0;
  margin: 0 auto;
  width: 340px;
}
@media screen and (max-width: 767px) {
  .login-wrap {
    padding: 20px;
    width: auto;
  }
}
.login-wrap .page-header {
  border: 0;
  margin: 0 0 30px 0;
  padding: 0;
  height: auto;
  line-height: 1;
}
@media (max-width: 767px) {
  .login-wrap .page-header {
    margin-bottom: 20px;
  }
}
.login-wrap .page-header h1 {
  color: #2c2c2c;
  font-weight: 700;
  font-size: 45px;
  text-transform: uppercase;
  line-height: 1;
}
.login-wrap .page-header h1:before {
  display: none;
}
.login-wrap .login-description {
  margin-bottom: 30px;
}
.login-wrap form .control-label {
  text-align: left;
  padding-top: 0;
}
.login-wrap form label {
  color: #575757;
  text-align: left;
  font-weight: 400;
}
.login-wrap form .form-group {
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 767px) {
  .login-wrap form .form-group {
    margin-bottom: 20px;
  }
}
.login-wrap form .form-group input[type="text"],
.login-wrap form .form-group input[type="password"] {
  box-shadow: none;
  width: 100%;
}
.login-wrap form .form-group .checkbox {
  padding-top: 0;
  min-height: 0;
}
.login-wrap form .form-group .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.login-wrap .btn {
  display: block;
  width: 100%;
}
.login-wrap .other-links {
  margin-bottom: 0 !important;
}
.login-wrap .other-links ul {
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.login-wrap .other-links ul li {
  display: inline-block;
  list-style: none;
  padding: 0 5px;
}
.login-wrap .other-links ul li a {
  color: #999999;
}
.login-wrap .other-links ul li a:hover,
.login-wrap .other-links ul li a:focus,
.login-wrap .other-links ul li a:active {
  color: #db202f;
}
.login-wrap .other-links ul li + li {
  margin-top: 10px;
}
.logout .logout-description {
  margin-bottom: 20px;
}
.logout .form-horizontal .control-group {
  margin-bottom: 0;
}
.logout .form-horizontal .control-group .controls {
  margin-left: 0;
}
#jform_privacyconsent_privacy-lbl a.modal,
#jform_consentbox-lbl a.modal,
#jform_terms_terms-lbl a.modal,
#jform_profile_tos-lbl a.modal {
  display: inline-block;
  position: relative;
}
#jform_terms_terms input[type="radio"],
#jform_privacyconsent_privacy input[type="radio"],
#jform_consentbox input[type="radio"],
#jform_profile_tos input[type="radio"],
#jform_terms_terms input[type="checkbox"],
#jform_privacyconsent_privacy input[type="checkbox"],
#jform_consentbox input[type="checkbox"],
#jform_profile_tos input[type="checkbox"] {
  position: relative;
  margin: 0;
  margin-right: 5px;
  width: auto;
}
#jform_terms_terms label,
#jform_privacyconsent_privacy label,
#jform_consentbox label,
#jform_profile_tos label {
  margin-right: 10px;
  padding: 0;
}
.registration,
.profile-edit {
  margin: 0 auto;
}
.registration legend,
.profile-edit legend {
  border: 0;
  margin-bottom: 0;
}
.registration legend span,
.profile-edit legend span {
  font-size: 15px;
  font-weight: 700;
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .registration legend span,
  .profile-edit legend span {
    font-size: 16px;
  }
}
.registration .control-group label,
.profile-edit .control-group label {
  font-weight: 400;
}
.registration .control-group .field-calendar input,
.profile-edit .control-group .field-calendar input {
  display: inline-block;
}
.registration .form-group,
.profile-edit .form-group {
  margin-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.registration .form-group + .form-group,
.profile-edit .form-group + .form-group {
  margin-top: 20px;
}
.registration .form-group .control-label,
.profile-edit .form-group .control-label {
  text-align: left;
  padding-top: 0;
}
.registration .form-group .control-label label,
.profile-edit .form-group .control-label label {
  color: #666666;
  font-weight: 400;
}
.registration .form-group input.required,
.profile-edit .form-group input.required {
  width: 100%;
}
.registration fieldset dt,
.profile-edit fieldset dt {
  margin-right: 5px;
}
.registration .form-actions,
.profile-edit .form-actions {
  background: none;
  margin-top: 15px;
  text-align: left;
  padding: 0;
}
.registration .form-actions > div,
.profile-edit .form-actions > div {
  padding: 0 15px;
}
.registration .form-actions .btn,
.profile-edit .form-actions .btn {
  margin-left: 10px;
}
@media screen and (min-width: 992px) {
  .profile-edit {
    width: 800px;
  }
}
.profile-edit fieldset {
  margin: 0 -15px;
}
.profile-edit fieldset > * {
  padding: 0 15px;
}
.profile-edit fieldset .col-md-6 > .form-group {
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}
.profile-edit fieldset .col-md-6 > .form-group input,
.profile-edit fieldset .col-md-6 > .form-group select {
  width: 100%;
}
.profile-edit fieldset + fieldset {
  margin-top: 20px;
}
.profile-edit .password-group .input-group input {
  min-width: 240px;
}
.profile-edit #helpsite-refresh {
  color: #2c2c2c;
  background: #f7f7f7;
  margin-top: 20px;
}
.profile-edit #helpsite-refresh:hover,
.profile-edit #helpsite-refresh:focus,
.profile-edit #helpsite-refresh:active {
  color: #2c2c2c;
  background: #eaeaea;
}
.profile-edit .form-actions {
  margin-top: 15px;
}
.form-register fieldset {
  padding: 0 0 10px;
}
.form-register p {
  margin: 0 0 5px;
}
.form-register p.form-des {
  margin: 15px 0;
}
.form-register label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.form-register .input,
.form-register .inputbox {
  margin-left: 10px;
  width: 200px;
}
.form-register .btn,
.form-register .button {
  margin-left: 140px;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
#user-registration .form-group {
  display: block;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
}
#user-registration .form-group:before,
#user-registration .form-group:after {
  display: table;
  content: " ";
}
#user-registration .form-group:after {
  clear: both;
}
#user-registration .control-label {
  text-align: right;
}
@media (max-width: 767px) {
  #user-registration .control-label {
    text-align: left;
  }
}
.com_mailto body {
  padding: 10px;
}
.com_mailto .t3-mainbody {
  padding-top: 0;
  padding-bottom: 0;
}
.com_mailto .t3-content {
  width: auto;
}
#mailto-window {
  background: #ffffff;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
}
#mailto-window > h2 {
  font-size: 22px;
  color: #333333;
  margin-top: 0;
  margin-bottom: 20px;
}
#mailto-window .mailto-close a {
  font-size: 16px;
}
#mailto-window .mailto-close a:hover {
  color: #db202f;
}
#mailtoForm .form-group {
  margin: 0 -20px 10px;
}
#mailtoForm .form-group > [class^="col-"] {
  padding: 0 20px;
}
#mailtoForm .formelm {
  padding: 5px 0;
  vertical-align: middle;
  overflow: hidden;
}
#mailtoForm .formelm label {
  display: inline-block;
  float: left;
  font-weight: bold;
  vertical-align: middle;
  width: 100px;
}
#mailtoForm p {
  margin-top: 20px;
}
#mailtoForm .input,
#mailtoForm .inputbox {
  width: 65%;
}
#mailtoForm .btn,
#mailtoForm .button,
#mailtoForm button {
  margin-right: 5px;
}
#mailtoForm .control-group {
  padding: 0;
}
#mailtoForm .control-group .controls {
  margin-left: 0;
}
#mailtoForm .control-group .controls #consentbox {
  padding-left: 24px;
}
.user-details {
  padding: 10px 0;
}
.user-details p {
  margin: 0 0 5px;
}
.user-details label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.user-details .input,
.user-details .inputbox {
  margin-left: 10px;
  width: 200px;
}
.user-details .btn,
.user-details button {
  margin-left: 140px;
}
.user-details .paramlist .paramlist_key {
  padding: 0 0 5px;
  width: 130px;
}
.user-details .paramlist .paramlist_value {
  padding: 0 0 5px;
}
.user-details .user_name span {
  font-weight: bold;
  padding-left: 10px;
}
.reset .form-validate p,
.remind .form-validate p {
  background: #eeeeee;
  border: 1px solid #eeeeee;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 0;
}
.reset .form-validate fieldset dl,
.remind .form-validate fieldset dl {
  margin: 0;
}
.reset .form-validate fieldset dt,
.remind .form-validate fieldset dt {
  margin: 4px 0 0 0;
}
.reset .control-group .control-label,
.remind .control-group .control-label {
  text-align: left !important;
}
@media screen and (min-width: 992px) {
  .profile {
    width: 768px;
    margin: 0 auto;
  }
}
.profile legend {
  border: none;
}
@media screen and (min-width: 768px) {
  .profile legend {
    margin-left: 180px;
  }
}
.profile > .profile-box {
  position: relative;
  padding: 20px;
  border: 2px solid #db202f;
}
.profile .page-header {
  border: none;
  text-align: center;
}
.profile .page-header h1 {
  line-height: normal;
  font-size: 30px;
  display: inline-block;
  text-transform: uppercase;
}
.profile .btn-toolbar {
  position: relative;
  z-index: 100;
  margin-top: 2rem;
}
.profile .dl-horizontal dd {
  max-width: 100%;
}
.profile-edit input {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .profile-edit input {
    float: left;
    width: 50%;
  }
}
.profile-edit select {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .profile-edit select {
    float: left;
    width: 50%;
  }
}
.profile-edit select + button {
  margin-left: 5px;
}
.profile-edit #helpsite-refresh {
  margin-top: 10px;
}
.field-privacyconsent #jform_privacyconsent_privacy {
  margin: 0;
}
.field-privacyconsent .col-md-6 {
  width: 100%;
}
.field-privacyconsent .t3onoff label {
  height: 36px;
}
.field-privacyconsent .t3onoff label:before {
  padding: 3px 18px;
}
.view-search .search .search-box-border {
  padding: 20px;
  border: 2px solid #db202f;
  margin-bottom: 20px;
}
.view-search .search .searchintro {
  font-size: 15px;
  border-bottom: 1px solid #eeeeee;
}
.view-search .search .searchintro .badge {
  font-size: 15px;
  background: #eeeeee;
  color: #db202f;
  border-radius: 0;
}
.view-search .search .form-limit {
  margin-top: 10px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
}
.view-search .search .form-limit #limit_chzn {
  display: inline-block;
}
.view-search .search .form-limit .counter {
  background: none;
  margin-top: 0;
  padding-top: 0;
  border: none;
}
#searchForm:before,
#searchForm:after {
  display: table;
  content: " ";
}
#searchForm:after {
  clear: both;
}
#searchForm fieldset {
  margin: 20px 0;
}
#searchForm legend {
  margin-bottom: 10px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
}
#searchForm select {
  width: auto;
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
}
#searchForm .form-limit {
  margin-top: 24px;
}
#searchForm .form-limit .counter {
  margin-top: 0;
  border: none;
}
#searchForm .phrases-box input[type="radio"],
#searchForm .only input[type="checkbox"] {
  vertical-align: top;
  margin-top: 6px;
}
#searchForm .chzn-container {
  display: inline-block;
}
#searchForm .input-group-btn .btn {
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  margin: 0;
}
#searchForm .input-group-btn .btn::after {
  display: none;
}
#search-form ul#finder-filter-select-list {
  margin-left: 0;
  padding-left: 0;
}
#search-form ul#finder-filter-select-list li {
  list-style: none;
  padding: 10px 0;
}
#search-form ul#finder-filter-select-list li label {
  width: 150px;
}
#search-form .word .form-group {
  margin-bottom: 10px;
}
#adminForm .btn {
  background: #f7f7f7;
  border: 1px solid transparent;
  color: #2c2c2c;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  #adminForm .btn {
    margin-top: 5px;
    margin-right: 5px;
  }
}
#adminForm .btn:after {
  display: none;
}
#adminForm .btn:hover,
#adminForm .btn:focus,
#adminForm .btn:active {
  background: #dedede;
  border-color: #c8c8c8;
  color: #2c2c2c;
}
@media screen and (max-width: 768px) {
  #searchForm .radio-inline,
  #searchForm .checkbox-inline {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.search-results {
  margin-top: 20px;
  margin-left: 0;
  padding-left: 0;
}
.search-results .result-title {
  font-size: 16px;
  margin-top: 20px;
}
.search-results .result-category {
  font-size: 12px;
  color: #999999;
  text-transform: uppercase;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-url {
  color: #575757;
  margin-top: 24px;
}
.search-results .result-created {
  font-size: 12px;
  color: #999999;
}
.search-results .result-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
.search-results .result-item .img-intro {
  padding: 0 0 10px 0;
}
@media (min-width: 768px) {
  .search-results .result-item .img-intro {
    float: left;
    width: 40%;
    padding: 0 20px 10px 0;
  }
}
@media (min-width: 1200px) {
  .search-results .result-item .img-intro {
    width: 20%;
  }
}
.search-results .result-item .img-intro img {
  max-width: 100%;
}
.search-results .result-item .result-title {
  margin-top: 0;
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 1.785;
}
.search-results .result-item .result-title a {
  color: #2c2c2c;
  border-bottom: 1px solid transparent;
}
.search-results .result-item .result-title a:hover,
.search-results .result-item .result-title a:focus,
.search-results .result-item .result-title a:active {
  color: #000000;
  border-bottom-color: #eeeeee;
}
div.finder {
  margin-bottom: 24px;
}
div.finder .search-box-border {
  padding: 20px;
  border: 2px solid #db202f;
  margin-bottom: 20px;
}
div.finder .search-box-border h1 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 24px;
}
div.finder .js-finder-searchform .input-group {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
div.finder .js-finder-searchform .input-group .awesomplete {
  flex-basis: 100%;
}
div.finder .js-finder-searchform .input-group .awesomplete ul {
  background-color: #ffffff;
  z-index: 100;
  top: 44px;
}
div.finder .js-finder-searchform .input-group input.js-finder-search-query {
  width: 100%;
}
div.finder .js-finder-searchform .input-group .btn {
  margin: 0;
}
@media (max-width: 991px) {
  div.finder .js-finder-searchform .input-group .btn {
    font-size: 12px;
  }
}
div.finder .js-finder-searchform .input-group a.btn {
  background: #eeeeee;
  color: #2c2c2c !important;
  margin-left: 6px;
}
div.finder .js-finder-searchform .input-group a.btn:hover {
  opacity: 0.85;
}
@media screen and (max-width: 767px) {
  div.finder #smartsearch-btn {
    margin-bottom: 10px;
    vertical-align: top;
  }
}
div.finder #advancedSearch .advanced-search-tip + hr {
  display: none;
}
div.finder #finder-filter-window #finder-filter-select-dates {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  div.finder #finder-filter-window #finder-filter-select-dates {
    grid-template-columns: repeat(2, 1fr);
  }
}
div.finder #finder-filter-window #finder-filter-select-dates .filter-date {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  gap: 10px;
  width: 100%;
}
div.finder #finder-filter-window #finder-filter-select-dates .filter-date label {
  flex-basis: 100%;
}
div.finder #finder-filter-window #finder-filter-select-dates .filter-date select.inputbox {
  margin: 0;
  width: 100% !important;
  max-width: unset;
}
div.finder #finder-filter-window #finder-filter-select-dates .filter-date .field-calendar {
  width: 100%;
}
div.finder #finder-filter-window #finder-filter-select-dates .filter-date .field-calendar .form-control {
  flex: 1;
  max-width: unset;
  border: 1px solid #eeeeee;
}
div.finder #finder-filter-window #finder-filter-select-dates .filter-date .chzn-container {
  margin-bottom: 6px;
}
div.finder #finder-filter-window #finder-filter-select-dates .filter-date br {
  display: none;
}
div.finder #finder-filter-window .filter-branch {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
div.finder #finder-filter-window .filter-branch .control-label {
  padding: 0;
  margin-bottom: 10px;
}
div.finder #finder-filter-window .filter-branch .controls {
  margin-left: 0;
}
div.finder #finder-filter-window .filter-branch .controls select {
  color: #9e9e9e;
  width: 100%;
}
@media (max-width: 767px) {
  div.finder .form-horizontal .control-group .controls {
    margin-left: 0;
    margin-top: 10px;
  }
}
div.finder #search-results h2 {
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
}
div.finder .filter-branch:before,
div.finder .filter-branch:after {
  display: table;
  content: " ";
}
div.finder .filter-branch:after {
  clear: both;
}
div.finder .filter-branch > div {
  margin-right: 10px;
  margin-bottom: 10px;
}
div.finder .search-pagination {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  div.finder .search-pagination {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}
#searchForm .phrases-box input[type="radio"] {
  vertical-align: top;
  margin-top: 7px;
}
.item-page {
  padding: 30px 0;
}
.item-page .item-image.pull-left {
  float: none !important;
  margin-bottom: 20px;
}
.item-page .item-image.pull-left img {
  max-width: 100%;
}
.item-page .article-aside {
  margin-bottom: 20px;
}
.item-page .article-aside .article-info dd {
  font-size: 13px;
}
.item-page .form-inline {
  margin-bottom: 20px;
}
.item-page .tags {
  margin-bottom: 10px;
}
.item-page .tags .label {
  background: #f7f7f7;
  color: #999999;
  margin-right: 5px;
  padding: 4px 8px;
}
.item-page .tags .label:hover,
.item-page .tags .label:focus,
.item-page .tags .label:active {
  background: #ececec;
}
@media screen and (min-width: 992px) {
  .item-page.center-page {
    width: 768px;
    margin: 0 auto;
  }
}
.item-page.center-page .article-header {
  border: none;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.item-page.center-page .article-header h1 {
  line-height: normal;
  font-size: 30px;
  display: inline-block;
  text-transform: uppercase;
  margin: 0;
  font-weight: 500;
}
.item-page.center-page .article-content {
  position: relative;
  padding: 20px;
  border: 2px solid #db202f;
}
.tags {
  margin-top: 20px;
}
.tags .label-info {
  background-color: #f7f7f7;
  color: #333333;
  margin: 0 0 4px 0;
  padding: 5px 10px;
  font-size: 12px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 400;
  display: inline-block;
}
.tags .label-info::before {
  content: "#";
}
.tags .label-info:hover,
.tags .label-info:active,
.tags .label-info:focus {
  background-color: #eeeeee;
  color: #333333;
}
.com_tags .t3-mainbody .t3-content .pagination-wrap {
  border-top: 1px solid #eeeeee;
  margin-top: 30px;
}
div.tag-category h2,
div.tag-category h1 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
}
div.tag-category .tag-info img {
  max-width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  div.tag-category .tag-info img {
    width: 50%;
    float: left;
    margin: 0 20px 0 0;
  }
}
div.tag-category ul.category {
  border: 0;
}
div.tag-category ul.category li {
  background: transparent !important;
  border: 0;
  padding: 0;
}
div.tag-category ul.category li + li {
  border-top: 1px dashed #eeeeee;
  padding-top: 30px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  div.tag-category ul.category li + li {
    padding-top: 20px;
    margin-top: 20px;
  }
}
div.tag-category ul.category li h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  div.tag-category ul.category li h3 {
    font-size: 16px;
  }
}
div.tag-category ul.category li h3 a {
  color: #2c2c2c;
}
div.tag-category ul.category li h3 a:hover,
div.tag-category ul.category li h3 a:focus,
div.tag-category ul.category li h3 a:active {
  color: #db202f;
}
div.tag-category ul.category li > a {
  float: left;
  max-width: 300px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  div.tag-category ul.category li > a {
    margin-right: 0;
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
  }
}
div.tag-category ul.thumbnails {
  padding: 0;
  margin: 0;
}
div.tag-category ul.thumbnails li {
  list-style-type: none;
}
div.tag-category .filters,
div.tag-category .btn-toolbar {
  justify-content: space-between;
  gap: 5px;
}
div.tag-category .filters > .btn-group:first-child,
div.tag-category .btn-toolbar > .btn-group:first-child {
  display: flex;
}
div.tag-category .filters::after,
div.tag-category .btn-toolbar::after,
div.tag-category .filters::before,
div.tag-category .btn-toolbar::before,
div.tag-category .filters .clearfix,
div.tag-category .btn-toolbar .clearfix {
  display: none;
}
div.tag-category .filters .btn-group,
div.tag-category .btn-toolbar .btn-group,
div.tag-category .filters .btn,
div.tag-category .btn-toolbar .btn {
  margin: 0 !important;
}
div.tag-category div.pagination,
div.tag-category div.pagination-wrap {
  align-items: center;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  div.tag-category div.pagination,
  div.tag-category div.pagination-wrap {
    align-items: flex-start;
    flex-direction: column;
  }
}
div.tag-category div.pagination::after,
div.tag-category div.pagination-wrap::after,
div.tag-category div.pagination::before,
div.tag-category div.pagination-wrap::before {
  display: none;
}
div.tag-category div.pagination .counter,
div.tag-category div.pagination-wrap .counter,
div.tag-category div.pagination ul.pagination,
div.tag-category div.pagination-wrap ul.pagination {
  margin: 0;
}
#jform_terms_terms-lbl .star,
#jform_privacyconsent_privacy-lbl .star,
#jform_consentbox-lbl .star {
  width: 10px;
  vertical-align: top;
}
.com_contact.view-featured .filters {
  gap: 5px;
}
.com-tags-tag-list #filter-search {
  width: auto;
}
@media screen and (max-width: 576px) {
  .com-tags-tag-list #filter-search {
    width: 100%;
  }
}
.com-tags-tag-list #adminForm .com-tags-filter-field-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 7.5px;
  margin-bottom: 15px;
}
@media screen and (max-width: 576px) {
  .com-tags-tag-list #adminForm .com-tags-filter-field-wrap {
    flex-direction: column;
  }
}
.com-tags-tag-list #adminForm .com-tags-filter-field-wrap .com-tags-tag__filter {
  display: flex;
}
.com-tags-tag-list #adminForm .com-tags-filter-field-wrap .btn-group,
.com-tags-tag-list #adminForm .com-tags-filter-field-wrap .btn {
  margin: 0;
}
.com_contact .t3-mainbody .t3-content {
  padding-top: 0;
  padding-bottom: 0;
}
.com_contact .contact-category {
  padding: 30px 0;
}
.com_contact .contact-category h1 {
  font-size: 22px;
}
.com_contact .contact-category h2 {
  font-size: 15px;
}
.com_contact .contact-category .btn-toolbar {
  justify-content: flex-start;
  gap: 5px;
}
.com_contact .contact-category .btn-toolbar::after,
.com_contact .contact-category .btn-toolbar::before {
  display: none;
}
.com_contact .contact-category .btn-toolbar .btn-group {
  margin: 0;
}
.com_contact .contact-category .category {
  border: 0;
}
.com_contact .contact-category .category .row-fluid {
  background-color: transparent;
  border: 1px solid #eeeeee;
  padding: 15px 0;
  margin: 0;
}
.com_contact .contact-category .category .row-fluid:before,
.com_contact .contact-category .category .row-fluid:after {
  display: table;
  content: " ";
}
.com_contact .contact-category .category .row-fluid:after {
  clear: both;
}
.com_contact .contact-category .category .row-fluid > div {
  margin: 0;
}
.com_contact .contact-category .category .row-fluid > div.list-title a {
  color: #2c2c2c;
  font-weight: 500;
}
.com_contact .contact-category .category .row-fluid > div.list-title a:hover,
.com_contact .contact-category .category .row-fluid > div.list-title a:focus,
.com_contact .contact-category .category .row-fluid > div.list-title a:active {
  color: #db202f;
}
.com_contact .contact-category .category .row-fluid + div {
  margin-top: 5px;
}
.com_contact .contact-category div.pagination {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .com_contact .contact-category div.pagination {
    align-items: flex-start;
    flex-direction: column;
  }
}
.com_contact .contact-category div.pagination::after,
.com_contact .contact-category div.pagination::before {
  display: none;
}
.com_contact .contact-category div.pagination .counter,
.com_contact .contact-category div.pagination ul.pagination {
  margin: 0;
}
.contact {
  margin: 0 -30px;
}
.contact .page-header {
  border: none;
  display: none;
}
.contact .page-header h2 {
  margin: 0;
}
.contact h3 {
  color: #2c2c2c;
  margin-bottom: 15px;
  padding-bottom: 3px;
  display: inline-block;
  font-size: 15px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}
.contact input[type="email"],
.contact input[type="text"] {
  width: 100%;
}
.contact textarea {
  box-shadow: none;
}
.contact .contact-image {
  margin-bottom: 30px;
}
.contact .dl-horizontal {
  margin-bottom: 0;
}
.contact .dl-horizontal:before,
.contact .dl-horizontal:after {
  display: table;
  content: " ";
}
.contact .dl-horizontal:after {
  clear: both;
}
.contact .dl-horizontal > dt {
  display: none;
}
.contact .dl-horizontal > dd {
  margin-left: 0;
  margin-bottom: 10px;
}
.contact .dl-horizontal > dd .fa {
  color: #2c2c2c;
  margin-right: 4px;
  min-width: 20px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.contact #user-custom-fields- .dl-horizontal > dt {
  color: #2c2c2c;
  display: block;
  margin-right: 5px;
  width: auto;
}
.contact img {
  max-width: 100%;
}
.contact #contact-form .control-label {
  color: #575757;
  padding-top: 0;
  font-weight: 400;
  margin-bottom: 2.5px;
  text-align: left;
}
.contact #contact-form .control-label#jform_captcha-lbl {
  padding-left: 20px;
}
.contact #contact-form .row > div {
  margin-bottom: 30px;
}
.contact .contact-links ul li {
  display: inline-block;
  margin: 0 10px 5px 0;
  border: none;
}
.contact .contact-links ul li a {
  background-color: #333333;
  color: #ffffff;
  padding: 7px 15px;
}
.contact .contact-links ul li a:hover,
.contact .contact-links ul li a:focus,
.contact .contact-links ul li a:active {
  background-color: #981621;
  color: #ffffff;
}
.contact .checkbox input {
  margin-left: 0;
  margin-top: 6px;
}
.contact .control-btn {
  text-align: right;
}
@media (max-width: 767px) {
  .contact .control-btn {
    text-align: left;
    margin-top: 20px;
  }
}
.contact .contact-form .control-group {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.contact .contact-form .control-group .control-label {
  display: block;
  text-align: left;
  width: 100%;
  float: left;
}
.contact .contact-form .control-group .control-label label {
  font-weight: 500;
}
.contact .contact-form .control-group .controls {
  display: inline-block;
  margin-left: 0;
}
.contact .contact-form .control-group .controls #jform_captcha {
  margin-bottom: 20px;
}
.contact .contact-form .control-group .controls .checkbox {
  margin: 0;
}
.contact .check-send .checkbox {
  padding-top: 0;
}
.contact.plain > .row {
  margin-left: 0;
  margin-right: 0;
}
.contact.plain > .row > div {
  padding: 30px;
}
.contact.plain > .row > div + div {
  border-left: 1px solid #eeeeee;
}
.contact.plain .contact-title {
  border-bottom: 1px solid #eeeeee;
  padding: 30px;
  margin: -30px -30px 30px -30px;
  position: relative;
}
@media (max-width: 767px) {
  .contact.plain .contact-title {
    border-top: 1px solid #eeeeee;
  }
}
.contact.plain .contact-title h3 {
  border: 0;
  margin: 0;
}
.contact.plain .contact-title::after {
  background: #db202f;
  position: absolute;
  left: 30px;
  bottom: 0;
  content: "";
  height: 5px;
  width: 30px;
}
#slide-contact {
  height: auto !important;
}
#slide-contact .panel {
  box-shadow: none;
  border: 0;
}
#slide-contact .panel + .panel {
  border-top: 1px solid #000000;
  margin-top: 0;
}
#slide-contact .panel .panel-heading {
  background-color: #333333;
  color: #ffffff;
}
#slide-contact .panel .panel-heading .panel-title {
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
}
#slide-contact .panel .panel-body {
  padding: 20px;
}
#slide-contact .panel .panel-collapse {
  background-color: #ffffff;
}
.contact #myTab {
  margin-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}
.contact #myTab li {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .contact #myTab li {
    display: block;
    margin-bottom: 20px;
  }
}
.contact #myTab li a {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  padding: 0 0 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #666666;
}
.contact #myTab li a:hover,
.contact #myTab li a:focus {
  color: #981621;
}
.contact #myTab li.active a {
  background-color: transparent;
  border-color: #db202f;
  color: #db202f;
}
#myTabContent .tab-pane {
  padding: 30px;
}
@media (max-width: 480px) {
  #myTabContent .tab-pane {
    padding: 20px;
  }
}
.contact-form legend {
  border: 0;
  color: #999999;
  font-size: 12px;
  margin: 0 0 20px;
  padding: 0;
}
.contact-form .form-group {
  margin: 0 -20px 10px;
}
.contact-form .form-group [class^="col-"] {
  padding: 0 20px;
}
.contact-form #jform_contact_emailmsg {
  width: 100%;
}
.contact-form #jform_contact_message {
  box-shadow: none;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .contact-form #jform_captcha-lbl {
    display: none;
  }
  .contact-form #recaptcha_image {
    width: 220px;
  }
  .contact-form #recaptcha_image img {
    max-width: 220px;
  }
  .contact-form #recaptcha_response_field {
    max-width: 220px;
  }
}
.contact .accordion-toggle {
  font-weight: bold;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items .intro {
  clear: both;
  overflow: hidden;
}
.archive {
  padding-bottom: 1px;
}
.category-list .btn-toolbar {
  justify-content: flex-start;
  gap: 5px;
}
.category-list .btn-toolbar::after,
.category-list .btn-toolbar::before {
  display: none;
}
.category-list .btn-toolbar .btn-group {
  margin: 0;
}
.category-list .cat-children {
  padding-bottom: 30px;
}
.category-list div.pagination {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 15px;
  margin: 15px 0;
}
@media screen and (max-width: 768px) {
  .category-list div.pagination {
    align-items: flex-start;
    flex-direction: column;
  }
}
.category-list div.pagination::after,
.category-list div.pagination::before {
  display: none;
}
.category-list div.pagination .counter,
.category-list div.pagination ul.pagination {
  margin: 0;
}
.categories-list {
  margin-left: -30px;
  margin-right: -30px;
}
.categories-list > div {
  border-bottom: 1px solid #eeeeee;
  padding: 30px;
}
.categories-list > div:nth-child(2n) {
  border-left: 1px solid #eeeeee;
}
.categories-list .item-title a {
  color: #2c2c2c;
}
.categories-list .item-title .badge {
  background: #eeeeee;
  color: #333333;
  vertical-align: middle;
}
.category-item:before,
.category-item:after {
  display: table;
  content: " ";
}
.category-item:after {
  clear: both;
}
.category-item .page-header {
  line-height: normal;
  padding: 12px 5px;
  margin: 0;
  font-size: 17px;
  font-weight: normal;
}
.category-item .category-item {
  margin-bottom: 0;
  margin-left: 30px;
}
.category-item .category-item .page-header {
  font-size: 14px;
}
.cat-children {
  margin-top: 30px;
}
.cat-children > h3 {
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 0;
}
.cat-children .page-header {
  border: 0;
  height: auto;
  line-height: 1;
  padding: 0;
  font-family: 'Archivo', sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 20px 0 0;
}
.cat-children .page-header a {
  color: #666666;
  padding: 0;
}
.cat-children .page-header a:hover,
.cat-children .page-header a:focus,
.cat-children .page-header a *:active {
  background: transparent;
  color: #db202f;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
.newsfeed-category .category-desc,
.newsfeed .category-desc {
  margin-bottom: 20px;
}
.newsfeed-category .category li:before,
.newsfeed .category li:before,
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  display: table;
  content: " ";
}
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  clear: both;
}
.newsfeed-category .btn-toolbar {
  justify-content: flex-start;
  gap: 5px;
}
.newsfeed-category .btn-toolbar::after,
.newsfeed-category .btn-toolbar::before {
  display: none;
}
.newsfeed-category .btn-toolbar .btn-group {
  margin: 0;
}
.newsfeed-category div.pagination-wrap {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 15px;
  margin: 30px 0 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .newsfeed-category div.pagination-wrap {
    align-items: flex-start;
    flex-direction: column;
  }
}
.newsfeed-category div.pagination-wrap::after,
.newsfeed-category div.pagination-wrap::before {
  display: none;
}
.newsfeed-category div.pagination-wrap .counter,
.newsfeed-category div.pagination-wrap ul.pagination {
  margin: 0;
}
.newsfeed > h2 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
.newsfeed .feed-description {
  margin-bottom: 20px;
  font-size: 16px;
}
.newsfeed .feed-item-description .feed-description {
  font-size: 14px;
}
.newsfeed ol li > a {
  font-weight: bold;
  font-size: 16px;
}
.article-content .pagination ul {
  display: block;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.article-content .pagination ul li {
  border: 1px solid #eeeeee;
  float: left;
  line-height: normal;
  margin-right: 10px;
  padding: 10px 20px;
}
.article-content .pagination ul li a {
  border: 0;
  text-decoration: none;
  background-color: transparent;
  line-height: normal;
  padding: 0;
}
.pagenavcounter {
  margin: 0 0 20px;
  font-weight: bold;
}
#article-index,
.article-index {
  border: 1px solid #eeeeee;
  border-radius: 0;
  float: right;
  padding: 10px;
  margin: 0 0 20px 20px;
  width: 25%;
}
#article-index ul,
.article-index ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
#article-index ul > li,
.article-index ul > li {
  border: 0;
  margin-top: 2px;
}
#article-index ul > li > a,
.article-index ul > li > a {
  border: 0;
  padding: 5px;
  border-radius: 0;
}
#article-index ul > .active > a,
.article-index ul > .active > a {
  border: 0;
  background: #db202f;
  color: #ffffff;
}
#article-index ul > .active > a:hover,
.article-index ul > .active > a:hover,
#article-index ul > .active > a:active,
.article-index ul > .active > a:active,
#article-index ul > .active > a:focus,
.article-index ul > .active > a:focus {
  border: 0;
  background: #db202f;
  color: #ffffff;
}
.pagenav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagenav > li {
  margin: 0;
  padding: 0;
  float: left;
}
.pagenav > li.pagenav-prev,
.pagenav > li.previous {
  margin-right: 10px;
}
.pagenav > li.pagenav-next,
.pagenav > li.next {
  float: right;
}
.pagenav li > a {
  padding: 10px 0;
  text-transform: uppercase;
  line-height: normal;
  border-radius: 0;
  font-weight: 500;
}
.pagenav li > a:hover,
.pagenav li > a:active,
.pagenav li > a:focus {
  background-color: transparent;
}
div.items-more {
  border-bottom: 1px solid #eeeeee;
  margin: 0 -30px;
  padding: 30px;
}
div.items-more h3 {
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'Rajdhani', sans-serif;
  margin: 0;
}
div.items-more .nav {
  border: 0;
  margin: 0;
  padding: 0;
}
div.items-more .nav > li {
  border: 0;
  margin-top: 10px;
}
div.items-more .nav > li a {
  border: 0;
  color: #666666;
  padding: 0;
  text-transform: none;
  font-family: 'Archivo', sans-serif;
  font-weight: 400;
}
div.items-more .nav > li a:hover,
div.items-more .nav > li a:focus,
div.items-more .nav > li a *:active {
  background: transparent;
  color: #db202f;
}
.back_button a {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 10px 0;
}
.display-limit {
  margin: 10px 0 5px;
}
.filters .display-limit {
  float: right;
  text-align: right;
}
#system-message dt {
  font-weight: bold;
}
#system-message dd {
  font-weight: bold;
}
#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
  margin: 0;
  padding: 0;
}
#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
  background: none;
  margin: 0;
  padding: 5px;
}
.alert.alert-message {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert.alert-message hr {
  border-top-color: #c9e2b3;
}
.alert.alert-message .alert-link {
  color: #356635;
}
.alert.alert-notice {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert.alert-notice hr {
  border-top-color: #a6e1ec;
}
.alert.alert-notice .alert-link {
  color: #2d6987;
}
.alert.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert.alert-error hr {
  border-top-color: #e4b9c0;
}
.alert.alert-error .alert-link {
  color: #953b39;
}
.tip-wrap {
  background: #fff6df;
  border: 1px solid #fb3;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 300px;
  z-index: 999;
}
.tip-title {
  border-bottom: 1px solid #fb3;
  font-weight: bold;
  padding: 5px 10px;
}
.tip-text {
  font-size: 14px;
  margin: 0;
  padding: 5px 10px;
}
.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}
.topbar-menu {
  display: inline;
}
.languageswitcherload {
  float: right;
  display: inline;
}
@media (max-width: 767px) {
  .languageswitcherload {
    z-index: 50 !important;
  }
}
.languageswitcherload .mod-languages {
  border-left: 1px solid #2c2c2c;
}
.languageswitcherload .mod-languages a.dropdown-toggle {
  color: #999999;
}
.languageswitcherload .mod-languages .lang-dropdown {
  padding: 0 15px;
  position: relative;
}
.languageswitcherload .mod-languages .dropdown-menu {
  min-width: 120px;
}
.languageswitcherload .mod-languages .dropdown-menu li {
  padding: 0;
}
.languageswitcherload .mod-languages .dropdown-menu li:first-child {
  border-bottom: 1px solid #eeeeee;
}
.languageswitcherload .mod-languages .dropdown-menu li a {
  font-size: 12px;
  line-height: 30px;
}
.languageswitcherload .mod-languages .dropdown-menu li.lang-active a {
  color: #db202f;
}
.languageswitcherload .mod-languages .btn-group .btn:after {
  content: none;
}
.languageswitcherload .mod-languages .btn-group ul {
  padding: 0;
  left: auto;
  right: auto;
}
.languageswitcherload .mod-languages .btn-group li {
  border-right: none;
  display: inherit;
  height: 30px;
  padding: 0 15px;
  margin-bottom: 15px;
}
.languageswitcherload .mod-languages .btn-group li:first-child {
  border-bottom: 0;
}
.languageswitcherload .mod-languages .btn-group li.lang-active a {
  color: #db202f;
}
.languageswitcherload .mod-languages .btn-group li a {
  padding: 10px 0;
  font-size: 12px;
}
.languageswitcherload .mod-languages li {
  margin: 0;
  padding: 0 18px;
  border-right: 1px solid #333333;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
}
.languageswitcherload .mod-languages li a {
  color: #747474;
  font-size: 10px;
}
.languageswitcherload .mod-languages li.lang-active a {
  color: #ffffff;
}
.languageswitcherload .mod-languages li a:hover,
.languageswitcherload .mod-languages li a:focus,
.languageswitcherload .mod-languages li a:active {
  color: #981621;
}
div.calendar {
  width: 187px;
}
.edit.item-page {
  padding-top: 0;
}
.edit.item-page .nav-tabs {
  margin-top: 20px;
  padding: 0;
}
.edit.item-page #adminForm .btn {
  margin: 0 5px 5px 0;
}
.edit.item-page fieldset .btn-toolbar {
  margin-top: 10px;
}
.btn.jfedit-menu,
.btn.jmodedit {
  color: #db202f;
}
.btn.jfedit-menu:hover,
.btn.jmodedit:hover,
.btn.jfedit-menu:focus,
.btn.jmodedit:focus,
.btn.jfedit-menu:active,
.btn.jmodedit:active {
  color: #af1925;
}
#application-form .row-fluid,
#templates-form .row-fluid {
  margin: 0;
}
#application-form .media-preview,
#templates-form .media-preview {
  border-color: #eeeeee;
  border-right: 2px solid rgba(0, 0, 0, 0.1);
}
#application-form .btn.modal,
#templates-form .btn.modal,
#application-form .btn.hasTooltip,
#templates-form .btn.hasTooltip {
  background: #333333;
  color: #ffffff;
  text-shadow: none;
}
.window-mainbody button {
  background: #2c2c2c;
  border-color: #2c2c2c;
  color: #ffffff;
}
.window-mainbody button:hover,
.window-mainbody button:focus,
.window-mainbody button:active {
  background: #121212;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: auto;
}
.mod-preview-info {
  z-index: 10;
}
.iframe-bordered {
  border: 1px solid #dddddd;
}
.chzn-container {
  display: block;
}
.chzn-container-single .chzn-single,
.chzn-container-multi .chzn-choices .search-field input,
.chzn-container-single .chzn-search input {
  height: 26px;
}
.chzn-container-single .chzn-drop,
.chzn-container .chzn-drop {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.input-prepend .chzn-container-single .chzn-single {
  border-color: #eeeeee;
  height: 26px;
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-prepend .chzn-container-active .chzn-single-with-drop {
  border-radius: 0 3px 0 0;
}
.input-prepend .chzn-container-single .chzn-drop {
  border-color: #eeeeee;
}
.btn-group .chzn-results {
  white-space: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome3 !important;
}
.view-history .btn-group {
  margin-bottom: 10px;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  margin-right: 5px;
}
.btn span.icon-delete:before {
  content: "\f057";
  display: inline-block;
  height: 16px;
  width: 16px;
  color: #333;
}
.form-validate .controls label[for=jform_published1] {
  border-right: 1px solid #aaa !important;
}
.form-validate .field-calendar .input-append button.btn {
  background-color: #f7f7f7;
  border-color: #999999 !important;
  color: #2c2c2c;
}
.form-validate .field-calendar .input-append button.btn:after {
  content: none;
}
.form-validate .field-calendar .input-append button.btn:hover {
  background-color: #dedede;
  border-color: #c8c8c8;
}
.form-validate .field-calendar .input-append button.btn span.icon-calendar {
  margin-right: 0;
}
.form-validate .control-group {
  padding-top: 20px;
}
form.form-inline .chzn-container-multi {
  width: 220px !important;
}
form.form-inline .chzn-container-multi .chzn-choices input {
  width: 220px;
}
form.form-inline .chzn-container-multi .chzn-container-single-nosearch {
  width: 55px !important;
}
.com_media.view-images button.button-cancel:hover,
.com_media.view-images button#upbutton:hover {
  color: #0B55C4;
  background-color: #e6e6e6;
}
.com_media.view-images button.button-save-selected:after,
.com_media.view-images button.button-cancel:after,
.com_media.view-images button#upbutton:after {
  content: none;
}
.tag-category fieldset.filters .chzn-container {
  width: 55px !important;
}
#sbox-window #sbox-content iframe {
  max-height: 100%;
  max-width: 100%;
}
#modal-jform_consentbox,
#modal-consentbox {
  top: 50%;
  display: block;
  z-index: 1050;
  left: 50%;
  width: 80%;
  position: fixed;
  background: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  outline: none;
  padding: 0 !important;
  transform: translate(-50%, -50%);
  bottom: auto;
  margin: 0;
}
#modal-jform_consentbox.in,
#modal-consentbox.in {
  opacity: 1;
  display: block !important;
}
#modal-jform_consentbox .modal-header,
#modal-consentbox .modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
#modal-jform_consentbox .modal-body,
#modal-consentbox .modal-body {
  overflow-y: auto;
  width: 98%;
  position: relative;
  padding: 1%;
}
#modal-jform_consentbox .modal-body,
#modal-consentbox .modal-body {
  height: 75vh;
}
#modal-jform_consentbox .iframe,
#modal-consentbox .iframe {
  height: 98%;
}
.j40 .joomla-modal.show .modal-dialog {
  top: unset;
  transform: none;
}
#modal-consentbox .modal-header h3,
#modal-jform_consentbox .modal-header h3 {
  margin: 0;
}
#window-mainbody .page-header {
  margin: 0;
}
.password-group .input-group {
  display: flex;
}
.password-group .input-group .btn {
  width: auto;
}
.password-group .input-group .btn:after {
  display: none;
}
.password-group .input-group .btn .icon-eye {
  margin-right: 0;
}
.modal {
  visibility: hidden;
}
body.modal-open .modal-backdrop {
  opacity: 1;
  visibility: visible;
}
body.modal-open .modal {
  width: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 100000 !important;
  margin: 30px auto;
}
body.modal-open .modal .modal-dialog {
  width: 80vw;
  transform: none;
  margin: auto;
}
body.modal-open .modal .modal-dialog .modal-header {
  display: flex;
}
body.modal-open .modal .modal-dialog .modal-body {
  height: 70vh;
}
.control-label .form-control-feedback,
.user-details label .form-control-feedback {
  position: static;
  width: 100%;
  line-height: 1;
  height: auto;
}
.page-title,
.page-header h1,
.finder > h1 {
  color: #2c2c2c;
  line-height: 80px;
  margin: 0;
  font-size: 15px;
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .page-title,
  .page-header h1,
  .finder > h1 {
    line-height: 60px;
  }
}
.page-title::before,
.page-header h1::before,
.finder > h1::before {
  background: #db202f;
  content: "";
  position: absolute;
  bottom: 0;
  left: 30px;
  height: 5px;
  width: 30px;
}
.finder > h1,
.page-header,
.page-title {
  border-bottom: 1px solid #eeeeee;
  height: 80px;
  line-height: 80px;
  padding: 0 30px;
  margin: -80px -30px 30px -30px;
  font-size: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .finder > h1,
  .page-header,
  .page-title {
    margin-top: -60px;
    height: 60px;
    line-height: 60px;
  }
}
.page-header .page-title {
  padding: 0;
}
.page-header .page-title::before {
  left: 0;
}
.t3-content > h1 {
  border-bottom: 1px solid #eeeeee;
  color: #2c2c2c;
  line-height: 80px;
  font-size: 15px;
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
  padding: 0 30px;
  margin: -80px -30px 0 -30px;
  position: relative;
}
@media (max-width: 767px) {
  .t3-content > h1 {
    line-height: 60px;
    margin-top: -60px;
  }
}
.t3-content > h1::before {
  background: #db202f;
  content: "";
  position: absolute;
  bottom: 0;
  left: 30px;
  height: 5px;
  width: 30px;
}
.page-subheader {
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 24px;
}
.page-subheader:before,
.page-subheader:after {
  display: table;
  content: " ";
}
.page-subheader:after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  line-height: 1;
  margin: 0;
}
.page-header + .page-subheader {
  margin-top: -24px;
}
.article-title,
.article-header h1 {
  margin: 0 0 12px 0;
  font-weight: 600;
}
@media (max-width: 767px) {
  .article-title,
  .article-header h1 {
    font-size: 25px;
  }
}
.article-title a,
.article-header h1 a {
  color: #2c2c2c;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.article-title a:hover,
.article-header h1 a:hover,
.article-title a:focus,
.article-header h1 a:focus {
  color: #db202f;
}
h2.article-title,
.article-header h2 {
  font-size: 22px;
  font-weight: 600;
  font-family: 'Archivo', sans-serif;
}
.item-title {
  font-weight: bold;
}
.jumbotron h1,
.jumbotron h2,
.jumbotron h3 {
  margin-top: 0;
}
.jumbotron p:last-child {
  margin-bottom: 0;
}
.container .jumbotron {
  border-radius: 0;
}
.masthead {
  padding: 40px 0;
  text-align: center;
}
.masthead p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .masthead {
    padding: 80px 0;
  }
  .masthead h1 {
    font-size: 98px;
  }
  .masthead p {
    font-size: 28px;
  }
  .masthead .btn-lg {
    margin-top: 24px;
    padding: 18px 42px;
    font-size: 21px;
  }
}
.jumbotron-primary {
  background-color: #db202f;
  color: #fefcfc;
}
.jumbotron-primary h1,
.jumbotron-primary h2,
.jumbotron-primary h3 {
  color: #ffffff;
}
.jumbotron-primary p {
  color: #ffffff;
}
.jumbotron-primary .btn-primary {
  border-color: #ffffff;
}
.label:empty {
  display: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.page-header .label,
.page-header .badge {
  vertical-align: middle;
}
#system-message {
  margin-bottom: 0;
}
.alert-wrap {
  text-align: center;
  z-index: 1;
}
.alert-wrap .alert-heading {
  font-family: 'Rajdhani', sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
  position: relative;
  top: 2px;
}
.alert-wrap .alert-heading:after {
  content: ":";
}
.alert-wrap .alert-heading + div {
  display: inline-block;
}
.alert-wrap .alert-message {
  font-size: 12px;
}
.alert {
  margin-bottom: 0;
}
.alert h4 {
  color: inherit;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #f8cfd2;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.well {
  border-radius: 0;
  box-shadow: none;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 100px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}