:root {
  --dark: rgba(0, 0, 0, 0.1);
  --darker: rgba(0, 0, 0, 0.2);
  --darkest: rgba(0, 0, 0, 0.3);
}

/* TYPOGRAPHY */

html {
  font-size: 16px !important;
}

body {
  font-size: clamp(1.0rem,2vw,1.1rem) !important;
  font-family: var(--font-family-body);
}

.component-container {
  margin: 0px auto;  
  max-width: 100%;
  padding: 0px 20px; 
}

.component-container { padding: 10px 20px; }
  
.component-container p { 
  margin-left: 0px;
  margin: 1em 0em;
margin: 0em 0em !important;
padding: 0.5em 0em !important;
}
  
.row,
.component-container .row {
  padding: 0px;
  margin: 0px;
}

.component-container .container {
  margin: 0px auto; 
  padding: 0px;
  max-width: 100%;
}

.component-container ul, 
.component-container ol {
  margin-left: 18px;
  padding-left: 0px;
}
  
.component-container  .author-block { margin-bottom: 20px; }

/* GENERAL ************************************************* */

.logo { 
  font-size: var(--logo-text-size) !important;
  margin: var(--logo-margin) !important;
  font-family: var(--font-family-logo);
}

h1 { 
  margin: .0em 0px .67em 0px !important; /*  margin: .67em 0px .67em 0px; */ 
  padding: 0px 0px 5px 0px !important;
  font-size: clamp(1.5rem,4vw,3.0rem) !important;
}

h2 { 
  font-size: 2.0rem;
  margin: .83em 0px .83em 0px;
}

h3 { 
  font-size: 1.5rem;
  margin: 1em 0px 1em 0px;
}

h4 {
  font-size: 1.1rem;
  margin: 10px 0px 20px 0px;
}

h5 {
  font-size: 1.0rem;
  margin: 10px 0px 20px 0px;
}

@media screen and (max-width: 767px){
  h2 { font-size: 1.4rem ; }
  h3 { font-size: 1.2rem; }
  h4 { font-size: 1.0rem; }
  h5 { font-size: 1.0rem; }
}

h1, h2, h3, h4, h5 {
  color: var(--headings-text-color);
  font-family: var(--font-family-headings);
}

.rem, .rem1, .rem10 { font-size: 1.0rem; }
.rem15 { font-size: 1.5rem; }
.rem20 { font-size: 2.0rem; }
.rem25 { font-size: 2.5rem; }
.rem30 { font-size: 3.0rem; }
.rem40 { font-size: 4.0rem; }
.rem50 { font-size: 5.0rem; }
.rem60 { font-size: 6.0rem; }
.rem70 { font-size: 7.0rem; }
.rem80 { font-size: 8.0rem; }

.section-title { 
  font-size: 2.0rem;
  margin: .83em 0px .83em 0px;
  margin: 0px;
  line-height: 1em;
  color: var(--headings-text-color);
  font-family: var(--font-family-headings);
}

.container {
  background-color: var(--bg-content-color);
}

body {
  color: var(--text-color);
  background-color: var(--bg-flanking-color);
}

body, p {
  color: var(--color);
  font-family: var(--font-family-body);
  font-size: clamp(1.0rem,2vw,1.1rem) !important;
}

li, pre {
  font-size: clamp(1.0rem,2vw,1.1rem) !important;
}

button, .btn {
  font-family: var(--font-family-buttons);
}

nav {
  font-family: var(--font-family-navbar);
}

.administration ul {
  margin-left: 0px;
  padding-left: 15px;
}

a { 
    color: var(--link-color);
}

a:hover { 
  color: var(--link-hover-color);
}

py-4 {
  margin: 0px !important; /* To remove white space at bottom of page */
  padding: 0px !important;
} 

.word-to-upper {
  text-transform: capitalize;
}


.hide { display: none; }

/* ICONS OR SCROLLING *********************************************** */

/* right bottom */

.top-left {
  position: fixed;
  bottom: 10px;
  left: 10px;
  background: #666;
  color: #fff !important;
  padding: 0px;
	padding-top: 3px;
  width: 35px;
  height: 33px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: none;
  opacity: .9;
  transition: opacity 0.5s ease;
}

.top:hover,
.top-left a:hover {
  opacity: 1;
	background: #ff0000 !important;
}

/* IMAGES ********************** */

.wrapper img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: 50% 50%; /* horizontal vertical */
  border: none;
}

.aspect-three-four { 
  position: relative;
  padding-bottom: 133%;
}
.aspect-square { 
  position: relative;
  padding-bottom: 100%;
}
.aspect-four-three { 
  position: relative;
  padding-bottom: 75%;
}

.aspect-three-two { 
  position: relative;
  padding-bottom: 50%;
}

.aspect-two-one { 
  position: relative;
  padding-bottom: 50%;
}

.aspect-two-five-one { 
  position: relative;
  padding-bottom: 40%;
}

@media screen and (max-width: 767px) {
	.aspect-two-five-one-mobile { 
 	 	position: relative;
  	padding-bottom: 40% !important;
	}

	.aspect-two-one-mobile { 
  	position: relative;
  	padding-bottom: 50% !important;
	}

	.aspect-square-mobile { 
  	position: relative;
  	padding-bottom: 100% !important;
	}

}

.aspect-three-one,
.aspect-panorama { 
  position: relative;
  padding-bottom: 33%;
}


.img-responsive {
  width: 100%;
  height: auto;
}

/* SWAPPABLE ASPECT RATIO (faq) */

.image-and-faq .faq-image { margin-bottom: 10px; }

@media screen and (max-width: 1023px ) {
	.image-and-faq .resizable-img-wrapper img {
		position: absolute;
		object-fit: cover;
		width: 100%;
		height: 100%;
		object-position: 50% 50%; /* horizontal vertical */
		border: none;
	}
	.image-and-faq .resize-image {
		position: relative;
		padding-bottom: 133%;
	}
}
@media screen and (max-width: 767px ) {
	.image-and-faq .resizable-img-wrapper img {
		position: relative;
		object-fit: cover;
		width: 100%;
		height: 100%;
		object-position: 50% 50%; /* horizontal vertical */
		border: none;
	}
	.image-and-faq .resize-image {
		position: relative;
		padding-bottom: 0%;
	}
}

.vertical-align {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .vertical-align{
    display: block;
  }
}

/* CKEDITOR IMAGE STYLES ************************** */

.image-style-align-left {
  width: 50%;
  margin: 20px;
  margin-left: 0px;
  float: left;
}

/* figure.image */
.image img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 20px auto;
  text-align: center;
}

/* used for images with no styling added via formatting editor */
.unstyled-image {
  display: block;
  margin: 20px auto;
  text-align: center;
}

.image-style-side img {
  float: right;
  width: 50%;
  padding: 10px;
  padding-right: 0px;
  margin-left: 20px;
}

@media screen and (max-width: 767px ) {

  .unstyled-image {
    width: 100% !important;
  }

  .image-style-align-left {
    width: 100%;
  }

  .image-style-side img {
    float: none;
    width: 100%;
    margin: 0px auto;
    padding: 10px 0px;
  }

}

/* END CKEDITOR ******************************************* */

/* TABLES */

th {
  border: 1px solid #777 !important;
  font-size: 125%;
}

td {
  border: 1px solid #aaa;
  padding: 5px;
}

figure table { width: 100%; }

/* DATATABLES ********************************************* */

.datatables ul.pagination li a {
  text-decoration: none !important;
}

/* END DATATABLES****************************************** */

/* FORMS ************************************************** */

/* ACCOUNT/PROFILE */

.form-control:focus {
  box-shadow: none;
}

.profile-container {
  border: 1px solid #000;
  width: 1280px !important;
  max-width: 98% !important;
  padding: 0px;
  margin: 50px auto 20px auto;
  -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}
.profile-container .card-header  {
  margin: -25px auto 0px auto;
  font-size: 125%;
  text-align: center;
  background: var(--accent_bg_color);
  color: var(--accent_text_color);
  background: #333;
  color: #fff;
  width: 480px;
  max-width: 96%;
  -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	border:1px solid #aaa;
}

.profile-container label {
  color: var(--link-color);
}

.profile-container input {
	color: #000 !important;
	margin-bottom: 10px;
}

.profile-container button {
  text-align: center;
	margin: 2em;
}

/* phone desktop / mobile */

.desktop-device { display: block; }
.mobile-device{ display:none; }

@media screen and (max-width: 599px ) {
	.desktop-device{ display: none !important; }
	.mobile-device{ display:block !important; }
}

.phone-icon {
  margin-left: 15px;
}

.mobile-phone {
  display: none;
}

@media screen and (max-width: 599px ) {
  .desktop-phone {
    display: none;
    color: orange;
  }
  .mobile-phone {
    display: inline-block;
    cursor: pointer;
  }
}

/* mostly contact/blog comment */

/* Example: Disable shadow on buttons when active */
.btn:active {
  box-shadow: none;
}
.form-container .row,
.form-container .row .card,
.form-container .row .card-body,
.form-container .row .col-md-12 {
  padding: 0px;
  margin: 0px;
}

.form-container .row {
  margin-bottom: 10px !important;
}

.form-container .invalid-feedback {
  form-size: .7rem !important;
  margin-left: 5px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.form-container { margin: 2em 0em; }

div.em {
  padding: 10px 2px;
  font-size:90%;
  color: var(--link-color);
  font-style: normal;
  line-height: 1.3em;
}

.form-container input {
  border: 1px solid #aaa;
}

.processing-request,
.form-submitted {
  padding: 5px 20px;
  background:  #008000;/* green */
  color: #fff;
  display: table;
  margin: 0px auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 125%;
}

.processing-request {
  background:   #ff4500; /* orangered */
  margin: 20px auto;
  font-size: 125%;
}

.radio {
  margin-top: 10px;
  width: 16px;
  height: 16px;
}

.checkbox {
  width: 20px;
  height: 20px;
}

.comment-box {
  border: 1px solid green;
  background: #fff;
  color: #000;
  padding: 10px;
  line-height: 1.5em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 100%;
  text-align: center;
}

.width-narrow { display: none; }
.width-wide { width: 100%; }
.width-xtra-wide { position: absolute; left: -9999px; }

/* LISTVIEW *******************************************************  */

.outer-wrapper,
#listview .outer-wrapper {
  height: 100%; /* full-height background including title */
  background: #555;
}

#listview .row { margin: 0px; padding: 0px; }

#listview .col-sm-6, #listview .col-sm-4, #listview .col-sm-3 {
  margin: 0px;
  padding: 5px;
}

/* CARDS  ***************************************************  */

.card-deck {
  margin: 0px;
  justify-content: space-between;
  border: none;
  background: none;
}

.card {
  border: none;
  background: none;
}

.card1 .card-body ul,
.card1 .card-body ol,
.card2 .card-body ul,
.card2 .card-body ol,
.card3 .card-body ul,
.card3 .card-body ol,
.card4 .card-body ul,
.card4 .card-body ol,
.placeholder {
  padding: 0px !important;
  margin: 7px 17px !important
}

.card1 .card-body ul li,
.card1 .card-body ul ol,
.card2 .card-body ul li,
.card2 .card-body ul ol,
.card3 .card-body ul li,
.card3 .card-body ul ol,
.card4 .card-body ul li,
.card4 .card-body ul ol,
.placeholder {
  padding: 0px !important;
  margin: 0px !important;
}

/* SIDEBAR ************************************************** */

.sidebar {
  padding: 20px;
  background: var(--sidebar-bg-color);
  color: var(--sidebar-text-color);
}
.sidebar .head,
.sitebar .card-header{
  background: var(--sidebar-header-bg-color);
  color: var(--sidebar-header-text-color);
}

.sidebar-left .sidebar {
  border-right: 1px solid #aaa;
  margin: 0px 15px 0px 0px;
}

.sidebar-right .sidebar {
  border-left: 1px solid #aaa;
  margin: 0px 0px 0px 15px;
}

.sidebar a {
  color: var(--sidebar-link-color);
}

.sidebar a:hover {
  text-decoration: underline;
  color: var(--sidebar-link-hover-color);
}

/* openseadragon */

.osd-viewport {
  width: 100vw;
  height: 40vh;
  max-width: 100%;
  border: 0px solid #aaa;
}

/* Set a container for the OpenSeadragon viewer */
.osd-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}

/* Style the OpenSeadragon viewport */
.osd-viewport {
  width: 100%;
  height: 0;
  padding-bottom: 75%; /* This is for a 4:3 aspect ratio, adjust as needed */
  position: relative;
}

.osd-viewport > div {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* VARIOUS PAGES ************************************************* */

/* HOME */

/* SUBSCRIBER PERKS */

.subscriber-perks ul {
  list-style-type: none;
}
.subscriber-perks h3 {
  margin-top: 10px;
   color: white;
}
.subscriber-perks.col {
  padding: 0px;
}

.subscriber-perks h4 {
  margin-top: -10px;
}

a.underline-link,
.underline-link { text-decoration: underline !important; }

/* MODULES ************************************************ ************* */

/* IMG+TEXT */

.text-img img,
.img-text img { 
	border: 1px solid #eee;
  -moz-border-radius: 10px; 
  -webkit-border-radius: 10px; 
  border-radius: 10px;
}

.text-img {
}

.img-text {
}


/* FANCY-BULLET-LIST */

.fancy-list ul {
	list-style-type: none;
	padding: 0;
}

.fancy-list li {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}

.fancy-list li span {
	display: inline-block;
	width: 20px; /* Adjust the size of the circle */
	height: 20px; /* Adjust the size of the circle */
	border-radius: 50%;
	background-color: #007bff; /* You can change the color */
	color: #ffffff; /* You can change the color */
	text-align: center;
	margin-right: 10px;
	margin-left: -30px;
	line-height: 20px; /* Adjust the size of the circle */
	vertical-align: middle; /* Vertically align the icon */
}

.fancy-list li .bi-check2-square {
	vertical-align: middle; /* Vertically align the icon */
	vertical-align: top;
	color: green;
	margin-right: 10px;
	font-size: 1.5rem;
}

.fancy-list li span.text {
	vertical-align: middle; /* Vertically align the text */
}

/* STYLED  LIST  CHECKMARKS */

ul.checkmarks {
  list-style: none; /* Remove default list-style */
  padding: 0; /* Remove default padding */
	margin-left: -15px;
	margin-left: -25px;
}

ul.checkmarks li {
  padding-left: 1.5em; /* Add some left padding to accommodate the checkmark icon */
  position: relative;
}

ul.checkmarks li::before {
  content: ''; /* Add an empty content before each li element */
  position: absolute;
  left: 0; /* Position the checkmark at the leftmost point */
  top: 0.5em; /* Adjust the vertical positioning */
}

/* Adjust the icon color */
ul.checkmarks .fa-check-square {
	background: white;
  color: green;
	border-radius: 3px;
	border: none;
	height: 16px;
	width: 1.0em;
	margin-top: 0px;
	vertical-align: middle;
}

/* STYLED-LIST MOD CORE */

.styled-list .row {
  display: flex;
}

.styled-list .col {
  margin-bottom: 20px;
}

.styled-list .btn-inline {
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}

.styled-list .gutter {
  flex: 1;
  height: 100%;
  padding: 20px 0px 10px;
}

.styled-list ul.checkmarks {
  padding: 0; /* Remove default padding */
  margin-left: -10px !important;
}

.styled-list li {
  position: relative !important;
  display: flex;
  align-items: flex-start !important;
}

.styled-list li .bi {
  margin-right: 10px;
}



/* COMMON BLOCKS */

.dz-block-section .dz-col {
	padding: 10px;
}

.dz-block-section .dz-col .gutter {
	background: white;
	padding: 10px;
  -moz-border-radius: 10px; 
  -webkit-border-radius: 10px; 
  border-radius: 10px;
	height: 100%;
	border: 1px solid var(--navbar-bg-color);
}

.dz-block-section .dz-col .title-icon {
	padding: 10px 10px 10px 0px;
}

.dz-block-section .dz-col .title-icon .icon {
	color: var(--navbar-bg-color);
}

.dz-block-section .dz-col .title {
	margin-left: 10px;
	font-size: 1.25rem;
}

.dz-block-section .dz-col .btn {
	display: block;
	margin: 15px 0px;
	text-align: center;
}

/* RAISED BLOCKS */

.dz-raised-block-section .dz-col {
	z-index: 10000;
	padding: 10px;
	margin-top: -100px;
	margin-bottom: -20px;
}

@media screen and (max-width: 767px) {
	.dz-raised-block-section .dz-col { 
		margin-bottom: 40px !important; 
		margin-top: -20px;
	}
	.dz-raised-block-section-mobile .dz-col { 
		margin-bottom: 40px !important; 
		margin-top: -20px;
		margin-top: -100px;
		margin-bottom: -20px;
	}
}

.dz-raised-block-section .dz-col .gutter {
	background: white;
	padding: 10px;
  -moz-border-radius: 10px; 
  -webkit-border-radius: 10px; 
  border-radius: 10px;
	height: 100%;
	border: 1px solid var(--navbar-bg-color);

	/* assists with making buttons stick to bottom */
  flex: 1; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.dz-raised-block-section .dz-col .gutter .button-container  {
  margin-top: auto; /* Push button to the bottom */
  display: flex;
  justify-content: space-evenly; /* Distribute space between buttons equally */
}


.dz-raised-block-section .dz-col .bi,
.dz-raised-block-section .dz-col .fa {
	color: red !important;
}

.dz-raised-block-section .dz-col .title-icon {
	padding: 10px 10px 10px 0px;
}

.dz-raised-block-section .dz-col .title-icon .icon {
	color: var(--navbar-bg-color);
}

.dz-raised-block-section .dz-col .title {
	margin-left: 10px;
	font-size: 1.25rem;
}

.dz-raised-block-section .dz-col .btn {
	display: block;
	margin: 15px 0px;
	text-align: center;
}

/* NOTICES / CASES */

.notices-page .notices-section { margin: 0px; padding: 0px; }
.notices-page .notices-section .row { margin: -0px; padding: 0px; }
.notices-page .notices-section .most-recent { margin: 0px -0px; }

.notices-page .notices-section .col {
  background: transparent;
  padding: 10px 10px 0px 0px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.notices-page .notices-section .gutter {
  background: white;
  padding: 0px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.notices-page .notices-section .title { font-size: 1.5rem; padding: 10px; }
.notices-page .notices-section a { text-decoration: none; }
.notices-page .notices-section .author { padding: 10px;}
.notices-page .notices-section .created { padding: 10px;}
.notices-page .notices-section .excerpt { padding: 10px; }
.notices-page .notices-section .readmore { margin-left: 0px; }
.notices-page .notices-section .readmore:hover { text-decoration: underline; }
.notices-page .notices-section .btn {
  padding: 5px 10px;
  margin: 10px auto;
}


#cases-investigations table th {
  font-size: 1rem ;
}

#cases-investigations table td:nth-child(1) a {
  text-decoration: underline;
  display: block;
}

/* SITEMAP */

.sitemap {
  background: var(--sitemap-bg-color); 
	padding: var(--sitemap-padding);
}

.sitemap .card-header {
  color: var(--sitemap-title-text-color);
}

.sitemap .card-title {
  color: var(--sitemap-title-text-color);
  font-family: var(--font-family-sitemap);
  margin: 0px -0px 0px -5px;
  font-size: 1.5rem;
}

.sitemap .card-body {
  color: var(--sitemap-text-color);
  font-family: var(--font-family-body);
  margin: 0px 0px 0px -20px;
}

.sitemap p {
  color: var(--sitemap-text-color);
}

.sitemap a,
.sitemap p a { 
  color: var(--sitemap-link-color); 
}

.sitemap p a:hover { 
  color: var(--sitemap-link-hover-color); 
}

.sitemap h3 { 
  font-size: 1.5rem !important; 
  color: var(--sitemap-text-color); 
  margin-bottom: 30px;
}

.sitemap-image {
  width: 240px;
  width: 120px;
	height: auto;
  max-width: 33%;
  padding: 3px;
  margin: 0px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.sitemap-image {
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}

.sitemap-image:hover {
  transform: scale(1.1);
  filter: brightness(100%); /* Adjust the brightness value for darkness */
}

@media screen and (max-width: 1023px ) {
	.sitemap-image {
  	max-width: 33%;
	}
}
@media screen and (max-width: 480px ) {
	.sitemap-image {
  	max-width: 33%;
	}
}



/* FOOTER  */

.footer-container {
  width: 100%;
  margin: 0px auto;
  max-width: 100%;
  background: var(--footer-bg-color);
}
.footer-inner {
  padding: 10px;
  color: var(--footer-text-color);
}
.footer-inner a {
  color: var(--footer-link-color);
}
.footer-inner a:hover {
  color: var(--footer-link-hover-color);
}

/* BLOG  / ARTICLES ******************************************** */

.latest-posts ul {
  margin-left: 0px !important;
  padding-left: 0px !important;
}

.latest-posts li,
.latest-posts ul li {
  margin-bottom: 10px !important;
}

.post-comments { float: right; }

.latest-post h4.post-title { 
  margin-top: 5px; 
}

/* FILTERS  MIXITUP ***************************************************** */

.mixitup-filters {
  padding: 20px 20px 0px 20px;
}
.clear-filters {
  clear:both;
  padding-bottom: 20px;
}
 
/* DEMO /PLAYGROUND */
.playground-inner .btn-playground,
.playground-inner .btn-large {
  font-size: 1rem !important;
  margin: 0px;
}

/* BALANCE MULTI COLUMS FOR 2 AND 3 COLUMN LAYOUTS ******************* */


/* 3 columns */
.balance_columns {
  width: 1480px;
  max-width: 100%;
  margin: 0px auto;
  border: 1px solid #666;
  padding: 10px;
  column-count: 3;
  column-gap: 3em;
  column-rule: 1px dashed black;
  -moz-column-count: 3;
  -moz-column-gap: 3em;
  -moz-column-rule: 1px dashed black;
  -webkit-column-count: 3;
  -webkit-column-gap: 3em;
  -webkit-column-rule: 1px dashed black;
}

@media screen and (max-width: 980px) {
  .balance_columns {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    width: 100%;
  }
  .toppanel-dropdown-content .balance_columns {
    width: 767px;
  }
}

@media screen and (max-width: 640px) {
  .balance_columns {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
  }
}

/* 2 columns */
.balance_columns2 {
  column-count: 2;
  column-gap: 3em;
  column-rule: 1px dashed black;
  -moz-column-count: 2;
  -moz-column-gap: 3em;
  -moz-column-rule: 1px dashed black;
  -webkit-column-count: 2;
  -webkit-column-gap: 3em;
  -webkit-column-rule: 1px dashed black;
}

@media screen and (max-width: 980px) {
  .balance_columns2 {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .balance_columns2 {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
  }
}

/* FREQUENTLY ASKED QUESTIONS PAGE ******************************** */


/* CASES AND INVESTIGATIONS PAGE */


/* EQUAL HEIGHT COLUMNS ******************************************* */

/* Ensure the row becomes a flex container */
.equal-height {
  display: flex;
  flex-wrap: wrap;
}

/* Make columns take equal height */
.equal-height .column {
  display: flex;
  flex-direction: column;
  margin-bottom: 0px; /* Add margin to create gap between columns */
}

/* Set background color for columns */
.equal-height .column {
  padding: 10px; /* Add padding as needed */
  flex: 1; /* Allow columns to expand equally within the container */
  margin-right: 10px; /* Add margin to the right for gap between columns */
}

/* Remove right margin from the last column to prevent wrapping */
.equal-height .column:last-child {
  margin-right: 0;

}

/* FANCYBOX ******** */

.fancybox-overlay {
  z-index: 1000001 !important; /* handle conflick with navbar */
}

.fancybox-container {
  z-index: 1000002 !important;
}

/* LIST SUBSCRIPTIONS ******** */

.subscription-benefits .column {
  padding: 10px;
}

.subscription-benefits .column-container {
  background: red;
  color: white;
  height: 100%;
  display: flex;
  flex-direction: column;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.subscription-benefits .column-container .title {
  padding: 10px 5px 5px;
  background: black;
  background: #631b00;
  -moz-border-radius: 11px 11px 0px 0px;
  -webkit-border-radius: 11px 11px 0px 0px;
  border-radius: 11px 11px 0px 0px;
  text-align: center;
}

.subscription-benefits .column-container .body {
  padding: 10px;
  flex-grow: 1; /* Make the body area expand to fill remaining space */
  background: #f8f1eb;
  color: black;
}

.subscription-benefits .column-container .foot {
  background:   #a7540e;
  padding: 10px;
  -moz-border-radius: 0 0 11px 11px;
  -webkit-border-radius: 0 0 11px 11px;
  border-radius: 0 0 11px 11px;
}

.subscription-benefits .column .btn {
  margin: 0px;
}

/* CAROUSEL ****************************************************** *

.carousel-control-prev { left: -40px !important; }
.carousel-control-next { right: -40px !important; }

/* VARIOUS ******************************************************* */

/* BOOTSTRAP ICONS */
.fa-lg, .fa-large, .bi-large, .bi-lg { font-size: 1.5rem; }
.fa-jumbo, .bi-jumbo { font-size: 2rem; }
.fa-giant, .bi-giant { font-size: 4rem; }

/* CUSTOM ORDERED LIST ICONS */

.ol-fa-lg, .ol-fa-large, .ol-bi-large, .ol-bi-lg { font-size: 1.5rem; }
.ol-fa-jumbo, .ol-bi-jumbo { font-size: 2rem; margin-top: -15px; margin-bottom: -15px; }
.ol-fa-giant, .ol-bi-giant { font-size: 4rem;  margin-top: -30px; margin-bottom: -30px; }

/* FONT-AWESOME */
.fa-check { color: green; }
.fa-angle-right { font-size: .5rem; color: #8c724f; vertical-align: middle; margin-top: -.25rem; }
.fa-img { color: green; }
  
.column-padding {
  padding: 0px 0px;
}

.col-content {
  height: 100%; /* with cards, forces background color to fill to bottom */
}

/* CKEDITOR */

ul.todo-list {
    list-style-type:none;
    padding:0px;
    margin:0px;
    margin-left: 5px;
}

.todo-list__label input[type="checkbox"]:disabled + span::before {
  content: "\2714"; /* Unicode character for checkmark */
  color: green; /* Set the color to green */
  display: inline-block;
  width: 16px;
  text-align: center;
  margin-right: 5px;
}

.todo-list__label input[type="checkbox"] {
  display: none;
}

/* SEARCH FUNCTION IN TOPPANEL */


.tp-search .go {
  margin-top: -5px;
  padding: 2px 5px 1px;
}

.tp-search .search-input { width: 160px; }

@media screen and (min-width: 600px) and (max-width: 767px ) {
	._cookie-policy { display: none; }
	.tp-search .search-input { width: 120px; margin-right: -3px; }
}

.tp-search .btn { width: 32px; }

@media screen and ( max-width: 599px) {
  .tp-search {
    margin-top: 5px;
  }
}

pre, .pre {
	position: relative;
	background: ghostwhite;
  tab-size: 2; /* set tab size to 2 spaces */
	color: black;
  padding: 10px;
}

.pre {
  position: fixed;
  z-index: 10;
  bottom: -10px;
  right: 5px;
  background: red;
  color: white;
  padding: 5px 10px 0px 0px;
}

.error {
	background: yellow;
	color: black;
	padding: 10px;
	width: 90%;
	margin: 0px auto;
}

/* CUSTOM COLORS / colors ************** */

.black { color: black; }
.blue { color: blue; }
.darkorange { color: darkorange; }
.deeppink { color: deeppink; }
.gray { color: #aaa; }
.green { color: green; }
.lightblack { color: #333; }
.msi { color:   #8c724f; }
.orange { color: orange; }
.orangered { color: orangered; }
.purple { color: purple; }
.red { color: red; }
.saddlebrown { color: saddlebrown; }
.silver { color: silver; }
.slategray { color: slategray; }
.teal { color: teal; }
.violin { color:  #ff4500; } 
.white { color: white;}
.yellow { color: yellow; }

a.white-link  { color: white; }

.bg-purple { background: purple; color: white; }
.bg-green { background: green; color: white; }
.bg-red { background: red; color: white; }
.bg-blue { background: blue; color: white; }
.bg-deeppink { background: deeppink; color: white; }
.bg-darkorange { background: darkorange; color: white; }
.bg-saddlebrown { background: saddlebrown; color: white; }
.bg-teal { background: teal; color: white; }
.bg-slategray { background: slategray; color: white; }
.bg-black { background: black; color: white; }
.bg-lightblack { background: #333; color: white; }
.bg-violin { background:  #ff4500; color: white; } 
.bg-msi { background:   #8c724f; color: white; }
