/* Mixins for reusable styles */
/****** To use these, call the element within the less stylesheet like this:

.parentElement {
  .angled-element();
  /* Add others styles as usual 
  background-color: #000;
}

******/
.feature-card-mixin {
  border: 2px solid #000;
  border-radius: 5px;
  background-color: #fff;
  padding: 0;
}
.feature-card-mixin .field--name-body {
  padding: 7px;
}
html body .main-container .row .region-content {
  /**** General table styles ****/
  /**** Calendar table styles ****/
  /**** end calendar styles ****/
  /**** CKEditor table styles ****/
  /**** end CKEditor table styles ****/
}
html body .main-container .row .region-content table thead tr {
  border-bottom: 2px solid #fbb91e;
  border-collapse: none;
}
html body .main-container .row .region-content table thead tr th {
  background-color: transparent;
  color: #4d4d4d;
  line-height: 1.8rem;
  font-size: 1.28rem;
  padding: 8px;
}
html body .main-container .row .region-content table thead tr th a {
  color: #0071BC;
}
html body .main-container .row .region-content table thead tr th a:hover {
  color: #FA9800;
  border-bottom: none;
}
html body .main-container .row .region-content table thead tr th a:focus {
  text-decoration: none;
}
html body .main-container .row .region-content table thead tr td {
  padding: 8px;
  border-bottom: 2px solid #fbb91e;
}
html body .main-container .row .region-content table tbody tr {
  border-bottom: 2px solid #fbb91e;
  border-collapse: none;
  /*border-bottom: 1pt solid #ccc;
										&:nth-child(odd) {
											background: #fff;
										}
										&:nth-child(even) {
											background-color: #e7f0f0;
										}*/
}
html body .main-container .row .region-content table tbody tr td {
  vertical-align: top;
  padding: 8px;
  font-size: 1.44rem;
  position: relative;
}
html body .main-container .row .region-content table tbody tr td a:hover {
  border-bottom: none;
}
html body .main-container .row .region-content table tbody tr td a:focus {
  text-decoration: none;
}
html body .main-container .row .region-content table tbody tr td p {
  font-size: 1.44rem;
  word-break: break-word;
}
html body .main-container .row .region-content table tbody tr.footable-detail-row {
  border: none;
}
html body .main-container .row .region-content table tbody tr[data-expanded="true"] {
  border: none;
}
html body .main-container .row .region-content table .fooicon {
  background-color: #fbb91e;
  color: #fff;
  padding: 3px;
  border-radius: 50%;
  opacity: initial;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 991px) {
  html body .main-container .row .region-content table .fooicon {
    margin-right: 0;
  }
}
html body .main-container .row .region-content table .fooicon:before {
  padding-left: 2px;
}
html body .main-container .row .region-content table .footable-first-visible p {
  display: inline-block;
  width: 80%;
}
html body .main-container .row .region-content .tablesaw-stack {
  font-family: inherit;
  background-color: transparent;
}
html body .main-container .row .region-content .tablesaw-stack thead {
  background-color: #fff;
}
html body .main-container .row .region-content .tablesaw-stack thead tr {
  font-size: 1.4rem;
  font-weight: 600;
  border-bottom: none;
}
html body .main-container .row .region-content .tablesaw-stack thead tr th {
  border-bottom: #000 1px solid;
}
html body .main-container .row .region-content .tablesaw-stack thead tr th.tablesorter-header {
  background-image: url("/libraries/tablesorter/dist/css/images/bootstrap-black-unsorted.png");
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}
html body .main-container .row .region-content .tablesaw-stack thead tr th.tablesorter-headerAsc,
html body .main-container .row .region-content .tablesaw-stack thead tr th.tablesorter-headerDesc {
  background-image: none;
  background-color: #FA9800;
}
html body .main-container .row .region-content .tablesaw-stack tbody tr {
  border-collapse: none;
  border: none;
}
html body .main-container .row .region-content .tablesaw-stack tbody tr:nth-child(odd) td {
  background-color: #fff;
}
html body .main-container .row .region-content .tablesaw-stack tbody tr:nth-child(even) td {
  background-color: #f2f2f2;
}
html body .main-container .row .region-content .tablesaw-stack tbody tr td {
  vertical-align: top;
  border-bottom: 1px solid #000;
}
html body .main-container .row .region-content .tablesaw-stack tbody tr td .tablesaw-cell-label {
  width: 33%;
}
html body .main-container .row .region-content .tablesaw-stack tbody tr td .tablesaw-cell-content {
  max-width: 65%;
}
html body .main-container .row .region-content .tablesaw-stack tbody tr td a:hover {
  border-bottom: none;
}
html body .main-container .row .region-content .tablesaw-stack tbody tr td a:focus {
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  html body .main-container .row .region-content .tablesaw-stack td,
  html body .main-container .row .region-content .tablesaw-stack th {
    border-bottom: none!important;
  }
}
html body .main-container .row .region-content .fc-view-container table thead.fc-head tr {
  background-color: #164A7C;
  color: #fff;
  font-weight: 400 !important;
  padding: 8px;
  border-bottom: none!important;
}
html body .main-container .row .region-content .fc-view-container table thead.fc-head tr a {
  color: #fff;
  border-bottom: none;
}
html body .main-container .row .region-content .fc-view-container table thead.fc-head tr a:hover {
  color: #f9f9a5;
  border-bottom: none;
}
html body .main-container .row .region-content .fc-view-container table thead.fc-head tr a:focus {
  text-decoration: none;
}
html body .main-container .row .region-content .fc-view-container table thead.fc-head tr th {
  padding: 0;
  color: #fff;
  font-weight: 600;
  border: none;
}
html body .main-container .row .region-content .fc-view-container table thead.fc-head tr td {
  border-bottom: none;
}
html body .main-container .row .region-content .fc-view-container table tbody.fc-body tr {
  border-bottom: none!important;
  border-collapse: none;
}
html body .main-container .row .region-content .fc-view-container table tbody.fc-body tr td {
  padding: 0;
  border-bottom: none!important;
}
html body .main-container .row .region-content .fc-view-container table tbody.fc-body tr td .fc-row table tbody tr {
  border-bottom: none;
}
html body .main-container .row .region-content .fc-view-container table tbody.fc-body tr td .fc-row table tbody tr:nth-child(even) td {
  background-color: transparent;
}
html body .main-container .row .region-content .fc-view-container table tbody.fc-body tr td .fc-row table tbody tr td {
  padding: 2px;
  border-bottom: none;
}
html body .main-container .row .region-content .fc-view-container table tbody.fc-body tr td .fc-row table tbody tr td a {
  padding: 3px;
}
html body .main-container .row .region-content .fc-view-container table tbody.fc-body tr td .fc-row table tbody tr td a:visited {
  color: #f8f37f;
}
html body .main-container .row .region-content .view-content table.table {
  margin-top: 15px;
  margin-bottom: 15px;
}
html body .main-container .row .region-content .view-content table.table.width-50 {
  max-width: 50%;
  width: 100%;
}
html body .main-container .row .region-content .view-content table.table.width-65 {
  max-width: 65%;
  width: 100%;
}
html body .main-container .row .region-content .view-content table.table.width-75 {
  max-width: 75%;
  width: 100%;
}
html body .main-container .row .region-content .view-content table.table th {
  background-color: #0b486b;
  color: #fff;
  font-weight: 400 !important;
  padding: 8px;
}
html body .main-container .row .region-content .view-content table.table th a {
  color: #fff;
  border-bottom: none;
}
html body .main-container .row .region-content .view-content table.table th a:hover {
  color: #f9f9a5;
  border-bottom: none;
}
html body .main-container .row .region-content .view-content table.table th a:focus {
  text-decoration: none;
}
html body .main-container .row .region-content .view-content table.table td {
  padding: 8px;
}
html body .main-container .row .region-content .view-content table.table tbody tr {
  border-bottom: 1pt solid #ccc;
  border-collapse: none;
}
html body .main-container .row .region-content .view-content table.table tbody tr:nth-child(odd) td {
  background-color: #fff;
}
html body .main-container .row .region-content .view-content table.table tbody tr:nth-child(even) td {
  background-color: #f2f2f2;
}
html body .main-container .row .region-content .view-content table.table tbody tr td {
  vertical-align: top;
}
html body .main-container .row .region-content .view-content table.table tbody tr td a:hover {
  border-bottom: none;
}
html body .main-container .row .region-content .view-content table.table tbody tr td a:focus {
  text-decoration: none;
}
html body .main-container .row .region-content .footable thead tr .views-field-media-image {
  float: none;
}
html body .main-container .row .region-content .footable tr {
  border-collapse: none;
}
html body .main-container .row .region-content .footable tr .views-field-field-media-image {
  float: none;
}
html body .main-container .row .region-content .footable tr .views-field-field-media-image img {
  max-width: 135px;
  float: none;
}
