/*************************************** Mixins *******************************/
:root {
  /* Dark blue */
  --brand-color1: #112f60;
  --brand-color1-rgb: 17, 47, 96;
  /* Camas Blue */
  --brand-color2: #3A7AB2;
  /* was #4a94d3 --brand-color2-rgb: 74, 148, 211;
  /* passes color contrast for .threeButtonWrapper */
  --brand-color2-a11y: #3A71B0;
	/* GOLD*/
  --brand-color3: #f5a603;
  --brand-color3-rgb: 245, 166, 3;
  /* WHITE*/
  --brand-color4: #ffffff;
  --brand-color4-rgb: 255, 255, 255;
  /* Black */
  --brand-color5: #000000;
  --brand-color5-rgb: 0, 0, 0;
  /* green */
  --brand-color6: #085b4b;
  --brand-color6-rgb: 8, 91, 75;
  /* Fair blue */
  --brand-color7: #edf5fb;
  --brand-color7-rgb: 237, 245, 251;
  /* Gray */
  --brand-color8: #F3F4F6;
}
/*********************************** updates***********************************/
.shadow-sm {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1) !important;
}
.shadow-text {
  text-shadow: 1px 1px 1px rgba(74, 148, 211, 0.5) !important;
}
::marker {
  color: #ac7503;
}
/*********************************** WYSIWG shortcodes ************************/
.blue-font {
  color: var(--brand-color1) !important;
}
.lt-blue-font {
  color: var(--brand-color2) !important;
}
.white {
  color: var(--brand-color4) !important;
}
.gold {
  color: var(--brand-color3) !important;
}
.black {
  color: var(--brand-color5) !important;
}

/*********************************** mt template ******************************/
ul#template-header-nav {
    margin-top: 0 !important;
}
ul#template-header-social a.nav-link {
  color: var(--brand-color4);
  padding: 3px;
}
#template-header-nav .nav-link {
    height: 40px;
    align-items: center;
    display: flex;
    padding: 0 1rem;
}
#template-header-nav .dropdown-menu {
  margin: 0 0 0 -9rem;
}
#template-header-nav .dropdown-menu {
    height: auto;
    margin-top: 0 !important;
}
#template-header-wrapper {
  background-color: var(--brand-color1);
}
#template-header {
  max-width: 95%;
  margin: 0 auto;
}
#template-header .social-policy {
  display: none;
}
/*********************************** GLOBAL ***********************************/
body {
  padding-top: 100px;
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
  font-weight: 400;
}
main {
  font-size: 1.125rem;
  line-height: 175%;
}
main h1,
h1,
.h1 {
  text-transform: uppercase;
  color: var(--brand-color4);
  font-weight: 800;
}
main h2,
.h2,
h2 {
  text-transform: uppercase;
  font-weight: 800;
  color: var(--brand-color1);
  letter-spacing: 1px;
}
main h3,
.h3,
h3 {
  color: var(--brand-color2);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
main h4,
.h4,
h4 {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 2em !important;
}
main h5,
.h5,
h5 {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}
a {
    color: #000099;
    text-decoration: underline;
}
a:hover,
a:focus-visible {
    outline: auto 1px #000;
    outline-offset: 1px;
}
main li a,
.sitsd-card a {
    display: inline-block;
    min-height: 44px;
    padding: 10px 0;
}
main ul:not(.list-style-none) li a {
    display: inline;
}
iframe {
  border: 0;
}
table th {
  font-weight: bold;
}
fieldset,
form,
table {
  margin: 0;
}
 table.dataTable.table {
	 margin: 1rem auto;
}
 .table .thead-dark th, table.dataTable th {
	 align-items:center;
	 color: #fff;
	 background-color: #323a45;
	 border-color: #454d55;
	 text-transform: uppercase;
	 letter-spacing: 1px;
	 background-image: linear-gradient(to right bottom, #323a45, #454d55);
}
 .table-striped tbody tr:nth-of-type(odd) {
	 background-color: rgba(0,0,0,.025);
}
figure {
  margin: 0 auto 15px auto;
}
figure img {
  display: block;
  margin: 0 auto;
}
figure > figcaption {
  text-align: center;
  margin: 20px 0 40px 0;
  color: gray;
}
.blockquote,
blockquote {
  position: relative;
  max-width: 80%;
  margin: 20px auto;
  padding: 30px 45px;
  border: thin solid lightgray;
  text-align: right;
  color: gray;
}
blockquote p {
  text-align: center;
  font-style: italic;
  color: initial;
}
blockquote:before,
blockquote:after {
  position: absolute;
  width: 60px;
  height: 60px;
  z-index: 10;
  display: inline-block;
  content: "";
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' class='bi bi-quote' fill='lightgray' xmlns='http://www.w3.org/2000/svg'><path d='M12 12a1 1 0 0 0 1-1V8.558a1 1 0 0 0-1-1h-1.388c0-.351.021-.703.062-1.054.062-.372.166-.703.31-.992.145-.29.331-.517.559-.683.227-.186.516-.279.868-.279V3c-.579 0-1.085.124-1.52.372a3.322 3.322 0 0 0-1.085.992 4.92 4.92 0 0 0-.62 1.458A7.712 7.712 0 0 0 9 7.558V11a1 1 0 0 0 1 1h2Zm-6 0a1 1 0 0 0 1-1V8.558a1 1 0 0 0-1-1H4.612c0-.351.021-.703.062-1.054.062-.372.166-.703.31-.992.145-.29.331-.517.559-.683.227-.186.516-.279.868-.279V3c-.579 0-1.085.124-1.52.372a3.322 3.322 0 0 0-1.085.992 4.92 4.92 0 0 0-.62 1.458A7.712 7.712 0 0 0 3 7.558V11a1 1 0 0 0 1 1h2Z'/></svg>");
  background-repeat: no-repeat;
  background-size: 4rem 4rem;
  background-color: var(--brand-color4);
}
blockquote:before {
  top: -20px;
  left: -20px;
}
blockquote:after {
  bottom: -20px;
  right: -20px;
  transform: rotate(180deg);
}
.border {
  border: 1px solid #dee2e6 !important;
  padding: 1rem;
}
.reverse {
  flex-direction: none;
}
.container h2,
.container h1,
.container h3 {
  max-width: 1320px;
  margin: 1rem auto 0;
}
.rowheading {
  padding-left: 0.5em;
}

ul.list-style-type-circle {
    list-style-type: circle;
}
.list-style-none {
    list-style-type: none;
    padding-left: 0;
}

/**** Font Awsesome Icon styling for cards ****/
 .FAIcons {
	 font-size: 50px;
	 float: left;
	 margin-right: 35px;
	 margin-top: 9px;
	 margin-bottom: 50px;
	 margin-left: 0px;
}

/**Adds margin only to the right side **/
.FAIcons35R {
	 font-size: 50px;
	 float: left;
	 margin-right: 35px;
	 margin-top: 0px;
	 margin-bottom: 0px;
	 margin-left: 0px;
}
/******************************** Global Styles for Widgets *******************/
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
p {
  font-family: 'Roboto', sans-serif !important;
}
h1, .h1 {
  font-size: 1.5em !important;
}
h2, .h2 {
  font-size: 1.4em !important;
}
h3, .h3 {
  font-size: 1.215em !important;
}
h4, .h4 {
  font-size: 1.138em !important;
  margin-top: 2em !important;
}
h5, .h5 {
  font-size: 1.067em !important;
}
h6, .h6 {
  font-size: 0.937em !important;
}
main :is(dl, ol, ul) {
  margin-bottom: 0.75em !important;
}
main :is(dl, ol, ul) li {
    line-height: 2.25rem;
}
.fixed-position {
  position: fixed;
}
.justify-space-between {
    justify-content: space-between !important;
}
.justify-space-evenly {
    justify-content: space-evenly !important;
}
.justify-space-around {
    justify-content: space-around !important;
}
.justify-center {
    justify-content: center !important;
}

/*** Formstack overrides ***/
.fsSubmitButton {
  background-color: var(--brand-color2) !important;
}
.fsSubmitButton:hover {
  background-color: var(--brand-color1) !important;
}

.float-left {
    float: left;
}

.photo-container {
    margin-bottom: 10px;
    margin-right: 40px;
}
/******************************** TOOLS ***************************************/
.container-fluid {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.container-full {
  width: 100%;
  /*overflow: hidden;
	 */
}
.container-fluid .row {
  max-width: 1450px;
  margin: auto;
  padding: 20px 0;
}
.container-full .row {
  max-width: 100%;
}
.anchor {
  display: block;
  height: 120px;
  scroll-margin-top: 120px;
  margin-top: -120px;
  visibility: hidden;
}
/*Callouts .callout {
	 padding: 10px 20px;
	 margin: 0 0 20px;
	 border-left: 5px solid lightgray;
  }
  /*.callout h4 {
	 margin-top: 0;
	 margin-bottom: 5px;
  }
  .callout p:last-child {
	 margin-bottom: 0;
  }
  .callout+.bs-callout {
	 margin-top: -5px;
  }
  */
/*********************************** BLOCK COLORS *****************************/
.blockColor1 {
  background-color: var(--brand-color1);
  color: var(--brand-color4);
  padding: 1rem;
}
.blockColor1 .card-text.block_card {
  background-color: var(--brand-color1);
  color: var(--brand-color4);
  font-size: 1rem;
}
.blockColor1 p {
  background-color: var(--brand-color1);
  color: var(--brand-color4);
}
.blockColor1 a {
  background-color: var(--brand-color1);
  color: var(--brand-color4);
}
.blockColor1 li.nav-item {
  background-color: var(--brand-color1);
  color: var(--brand-color4);
}
.blockColor1 li.nav-item a {
  background-color: var(--brand-color1);
  color: var(--brand-color4);
}
.blockColor2 {
  background-color: var(--brand-color7);
  padding: 1rem;
}
.blockColor2 p {
  background-color: var(--brand-color7);
}
.blockColor2 a {
  background-color: var(--brand-color7);
}
.blockColor2 li.nav-item {
  background-color: var(--brand-color7);
}
.blockColor2 li.nav-item a {
  background-color: var(--brand-color7);
}
.blockColor3 {
  background-color: var(--brand-color3);
  color: var(--brand-color5);
  padding: 1rem;
}
.blockColor4 {
  background-color: var(--brand-color4);
  padding: 1rem;
}
.blockColor5 {
  background-color: var(--brand-color5);
  padding: 1rem;
}
.blockColor6,
.blockColor6 a {
  background-color: var(--brand-color2);
  color: var(--brand-color4);
  padding: 1rem;
}
/**************************************Alerts**********************************/
.alert {
  font-size: 80%;
  padding: 3px 15px;
}
/*********************************** HEADER ***********************************/
.header_wrapper {
  position: fixed;
  top: 40px;
  right: 0;
  left: 0;
  background-color: var(--brand-color4);
  z-index: 2;
  display: block;
  width: 100%;
  padding: 0 5% 0 0;
  height: 100px;
}
.heading span {
  font-size: 1rem;
}

/* These two elements should have the same margin-top */
img#header-logo {
  padding: 10px;
  z-index: 99;
}
.header_wrapper.shadow {
    outline: 2px solid #5f6e8f;
    min-height: 107px;
    border-bottom: 4px solid #112f60;
}
/*** Mountains ***/
.mountains, .mountains2 {
    mask-image: url('https://sitsd.mt.gov/_images/svg-mountains-range.svg');
    mask-size: 95vw 136px;
    width: 86vw;
    height: 5vw;
    position: fixed;
    left: -12vw;
    top: -33px;
    background: #8599c5;
    z-index: 9999;
}
.mountains2 {
    mask-size: 95vw 9vw;
    background: #fff;
    width: 85vw;
    height: 83px;
}
/*********************************** NAVIGATION *******************************/
.header-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top_nav_bar {
    display: block;
    float: right;
    width: max-content;
}
/********Hover and Focus Instead of Click Open ***********/
ul.navbar-nav .dropdown:hover .dropdown-menu,
ul.navbar-nav .nav-link:focus-visible ~ .dropdown-menu,
ul.navbar-nav .dropdown:focus-within .dropdown-menu {
  display: block;
  /*margin-top: -35px;*/
  position: absolute;
  min-width: unset;
  width: fit-content;
}
ul.navbar-nav .nav-link.parent-link-top-nav:focus-visible {
    outline: unset;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #1e2125;
  background-color: transparent;
}
.navbar-expand-lg .navbar-collapse {
  flex-basis: auto;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: fixed;
}
nav.navbar {
  z-index: 99;
  width: 100% !important;
}
nav.navbar .dropdown-menu {
  /*min-width: 80%;*/
  font-size: 1rem;
  background-clip: padding-box;
  /*width: 80vw;*/
  margin: 0;
  /*margin-left: 20vw;*/
  padding: 0;
  height: auto;
  /*right: 0;*/
  left: 0;
  /*top: 140px;*/
}
nav.navbar .navbar-nav .nav-item:first-child .dropdown-menu {
    left: unset;
    right: 0;
}
nav.navbar .secondary-nav {
  width: 100%;
  text-align: right;
}
li.subdropdown-item.nav-link {
  display: flex;
  line-height: 0.25;
}
li.nav-item {
  float: right;
  display: inline;
  margin: 0 0 0 1rem;
}
a.nav-link.dropdown-toggle {
  float: right;
}
.navbar-expand-lg .navbar-nav {
  /*flex-direction: row;*/
  float: right;
}
li.nav-item.dropdown.mega-drop:hover,
li.nav-item.dropdown.mega-drop:focus-within,
li.nav-item.dropdown.mega-drop:has(.nav-link:focus-visible ~ .dropdown-menu),
li.nav-item.dropdown.mega-drop:has(.nav-link:focus-visible) {
  background-color: var(--brand-color2);
  color: white !important;
}
li.nav-item.dropdown.mega-drop:hover a,
li.nav-item.dropdown.mega-drop:hover a:hover,
li.nav-item.dropdown.mega-drop:focus-within a,
ul.navbar-nav .nav-link:focus-visible,
ul.navbar-nav .nav-link:focus-visible ~ .dropdown-menu a {
  color: white !important;
}

li.nav-item.dropdown.mega-drop:hover > a,
li.nav-item.dropdown.mega-drop:hover > a:hover,
li.nav-item.dropdown.mega-drop:hover > a:focus-visible {
    outline: unset;
}

.top_logo_bar {
  float: left;
}
.top_logo_bar a {
    align-items: center;
}
.top_logo_bar .department-name {
    display: block;
}
.top_logo_bar .department-name-mobile {
    display: none;
}
img#banner {
  max-height: 400px;
}
.nav_title a {
  font-size: calc(11px + 0.1vh + 0.5vmin);
  font-weight: 600;
}
ul.nav.flex-column {
  font-size: 14px;
  font-weight: 400;
  background-color: var(--brand-color2);
  margin-top: 0 !important; /* !important to override global ul style */
  padding: 10px 10px 10px 0;
  width: max-content;
}
#navbarCollapse {
  flex-direction: row-reverse;
  /*float: right;
  position: absolute;
  right: 0;
  top: 0;*/
  margin: 0;
}
/*************************** 3rd level nav - custom nav ***********************/
.nav-intro .title {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
.nav-intro .subhead {
  font-weight: 600;
}
.nav-intro .title,
.nav-intro .subhead {
  padding-left: 30px;
}
.desktop-only {
  display: block;
}
.mobile-only {
  display: none;
}
/*.custom-dropdown-menu {
  flex-direction: row-reverse;
  min-width: 50vw;
}
.custom-dropdown-menu .nav-link {
  color: var(--brand-color5);
}
.custom-dropdown-menu .drop-down-1 {
  width: 35%;
  height: 420px;
}
.custom-dropdown-menu .drop-down-2 {
  width: 65%;
  background-color: var(--brand-color2);
  padding: 2rem;
  height: auto;
}
.custom-dropdown-menu .nav-highight {
  display: none;
  clear: both;
  max-width: 75%;
  margin: 3rem 3% 0;
}
.custom-dropdown-menu .nav-highight .blue-font {
  padding: 0.5rem 0.75rem;
  font-weight: 600;
}
.custom-dropdown-menu a.highlight-arrow {
  background-image: url("https://sitsd.mt.gov/_images/arrow-white.svg");
  background-repeat: no-repeat;
  font-size: 1rem;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  display: block;
  padding: 1rem;
  margin: 8px;
}
.custom-dropdown-menu .highlight-row {
  background-color: var(--brand-color3);
  width: 50px;
  height: 50px;
  float: right;
  margin: 0 -6px 0 0;
  padding: 0;
  right: 0;
  bottom: 0;
  position: relative;
}
.custom-dropdown-menu .highlight-arrow-wrapper {
  width: 10%;
  float: right;
  margin: 0;
  bottom: -2.4rem;
  right: -2.5rem;
  position: relative;
}
.custom-dropdown-menu .main-nav {
  margin: 0 auto;
  padding: 1rem;
}
.custom-dropdown-menu .nav-pills button {
  text-align: left;
}
.custom-dropdown-menu button.nav-link {
  letter-spacing: 0.125em;
  text-transform: uppercase;
}
.custom-dropdown-menu .nav-pills .nav-link.active,
.custom-dropdown-menu .nav-pills .show > .nav-link {
  text-transform: uppercase;
  border-radius: 0;
  background-color: var(--brand-color2);
}
.custom-dropdown-menu .dd-navlist-wrapper {
  width: 100%;
  height: 420px;
  float: right;
  padding: 20px 0;
  background-color: var(--brand-color7);
}
.custom-dropdown-menu .dd-navlist-wrapper .nav-link {
  padding-left: 2.5rem !important;
}
.custom-dropdown-menu #v-pills-tabContent,
.custom-dropdown-menu #v-pills-tabContent a {
  color: var(--brand-color4);
}
.custom-dropdown-menu .nav-col-1 {
  float: left;
  line-height: 0;
  margin-bottom: 1rem;
}
.custom-dropdown-menu .nav-col-2 {
  float: left;
  line-height: 0;
  margin-bottom: 1rem;
}
.custom-dropdown-menu .nav-col-3 {
  float: left;
  line-height: 0;
  margin-bottom: 1rem;
}*/
/**********************************Dropdown NAV *******************************/
.dropdown-menu,
.dropdown .dropdown-item {
  border: none;
  color: var(--brand-color5);
}
.nav-link {
  display: inline-block;
  color: var(--brand-color1);
}
.parent-link-top-nav {
  font-size: calc(15px + 0.1vh + 0.5vmin);
  font-weight: 400;
}
.dropdown-menu {
  color: var(--brand-color5);
  height: 100%;
  background-color: transparent;
  /*min-height: 420px;*/
  padding: 1rem;
}
a.nav-link.dropdown-toggle.dropdown-item.carat-dd {
  display: none;
}
/**************************************Eyebrow Nav*****************************/
main nav.eyebrow-nav {
  display: none;
}
.mobile-eyebrow {
  display: none;
}
ul.eyebrow-nav-list li {
  flex-direction: row;
  float: right;
  text-align: right;
  justify-content: end;
  display: flex;
}
.eyebrow-nav {
  min-height: 1rem;
}
.eyebrow-nav ul li a {
  text-transform: uppercase;
  font-weight: 800;
  margin: 0 10px;
  font-size: 0.8rem;
  color: var(--brand-color2) !important;
}
.eyebrow-nav ul {
  margin: 1rem 0;
  padding: 0.5em 0 0.2em 0;
}
.eyebrow-nav ul li {
  list-style-type: none !important;
}
.eyebrow-nav li a {
  color: var(--brand-color1) !important;
}
/**************************************Sidebar*********************************/
.sidebar-menu {
  position: fixed;
  margin: auto;
  z-index: 100;
  top: 165px;
  max-width: 250px;
  min-width: 250px;
  max-height: 80vh;
  overflow: scroll;
  -ms-overflow-style: none!important;
  /* Internet Explorer 10+ */
  scrollbar-width: none!important;
  /* Firefox */
}
.sidebar-menu::-webkit-scrollbar {
  display: none!important;
  /* Safari and Chrome */
}
 .sidebar-menu-fade {
	 position: sticky;
	 bottom: 0;
	 left: 0;
	 width: 100%;
	 height: 40px;
	 background: linear-gradient(to top, #112f60, rgba(17, 47, 96, 0));
	 pointer-events: none;
	/* Allows interaction with content beneath */
	 z-index: 1;
	 display: block;
	 transition: opacity 0.3s ease-in-out;
	 opacity: 1;
}
 .sidebar-menu-wrap.open.closed.fixed .sidebar-menu-fade, .sidebar-menu-wrap.open.closed.fixed .scroll-indicator {
	 opacity: 0;
	 display: none;
}
 .scroll-indicator {
	 position: sticky;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 padding-bottom: 10px;
	 text-align: center;
	 font-size: 1.5em;
	 color: white;
	/* Adjust to match your design */
	 z-index: 2;
	 pointer-events: none;
	/* Prevents the arrow from blocking interaction with the sidebar */
	 display: none;
	/* Hidden by default, controlled by JS */
}
/* not being used */
.sidebar ul.nav.flex-column {
  font-size: 1rem;
}
.sidebar ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.sidebar .nav-link {
  margin-bottom: 0.5rem;
  padding: 0 0 0px 5px;
  color: var(--brand-color1);
  line-height: 1;
  font-size: 1rem;
  float: none!important;
}
.sidebar ul li ul {
  margin-left: 15px;
}
.sidebar .accordion-body {
  padding: 1rem 0 0 2.5rem;
  list-style: none;
}
.sidebar .accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.sidebar .accordion-button:not(.collapsed) {
  color: var(--brand-color1) !important;
  background-color: var(--brand-color2) !important;
  box-shadow: none;
}
.sidebar button.accordion-button.sidebar-title-top.collapsed {
  color: var(--brand-color4);
  background-color: var(--brand-color2);
}
.sidebar .sidebar-title-bottom {
  padding: 1rem 1.25rem;
  font-size: 1rem;
}
.sidebar .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.sidebar .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border: 0;
}
.sidebar .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.sidebar .accordion-button::after {
  display: none;
}
.sidebar .accordion-button:not(.collapsed)::after {
  display: none;
}
.sidebar .subfolder {
  display: none;
  padding-top: 5px;
}
.sidebar .subfolder .nav-item {
  padding: 0px;
  margin: 0px;
}
.sidebar .subfolder.active {
  display: block;
}
.side {
  width: 100%;
}
.side .list-group {
  margin-top: -10px;
}
.side a.program-title {
  background-color: var(--brand-color2);
  color: var(--brand-color4) !important;
  margin: 0;
  padding: 0.5rem 1rem;
  text-align: left !important;
}
.side a.list-group-item.list-group-item-action {
  background-color: var(--brand-color1);
  color: var(--brand-color4) !important;
  border: 0;
  border-radius: 0;
  padding: 0 1rem 0.5rem;
}
.list-group-item.list-group-item-action {
  padding-left: 20px!important;
}
li.child-folder-link.nav-item a {
  display: block;
  line-height: 1.5;
}
li.child-folder-link.nav-item {
  margin-top: -1rem;
}
#sidebarMenu > div > div.blockColor1 > ul > li a {
  color: var(--brand-color4);
  line-height: 2;
}
.sidebar-menu-wrap button .sidebar-open > i {
  visibility: hidden;
}
.sidebar-menu-wrap button .sidebar-close > i {
  visibility: visible;
}
.sidebar-menu-wrap.fixed.closed button .sidebar-open > i {
  visibility: visible;
}
.sidebar-menu-wrap.fixed.closed button .sidebar-close > i {
  visibility: hidden;
}
.sidebar-menu-wrap.open.fixed.closed .sidebar-items {
  visibility: hidden;
}
.sidebar-menu-wrap.open .sidebar-items {
  visibility: visible;
}
.sidebar-menu-wrap.open button.open-button {
  border: 0;
  background-color: transparent;
  display: none;
}
.sidebar-menu-wrap.open button.close-button {
  height: 40px;
  position: absolute;
  top: 0;
  right: 5px;
  border: 0;
  background-color: transparent;
  color: var(--brand-color4);
  margin: 0 0 -2rem 14rem;
  display: block;
  z-index: 10;
}
.sidebar-menu-wrap.open {
  animation: fadeInAnimation ease 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.sidebar-menu-wrap.open.fixed.closed {
  animation: fadeInAnimation ease 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.sidebar-menu-wrap.open.fixed.closed button.close-button {
  display: none;
}
.sidebar-menu-wrap.open.fixed.closed button.open-button {
  border: 0;
  background-color: transparent;
  display: block;
}
/*********************************** nav bar toggler **************************/
.navbar-toggler .line {
  width: 20px;
  height: 2px;
  background-color: var(--brand-color1);
  display: block;
  margin: 6px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-toggler[aria-expanded="true"] {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .line {
  width: 25px;
}
.navbar-toggler[aria-expanded="true"] .line:nth-child(2) {
  width: 0;
}
.navbar-toggler[aria-expanded="true"] .line:nth-child(1),
.navbar-toggler[aria-expanded="true"] .line:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.navbar-toggler[aria-expanded="true"] .line:nth-child(1) {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -o-transform: translateY(8px);
  transform: translateY(8px);
}
.navbar-toggler[aria-expanded="true"] .line:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(90deg);
  -ms-transform: translateY(-8px) rotate(90deg);
  -o-transform: translateY(-8px) rotate(90deg);
  transform: translateY(-8px) rotate(90deg);
}
.navbar-dark .navbar-toggler {
  border-color: transparent;
}
.navbar-toggler:focus {
  box-shadow: none;
}
/*********************************** SEARCH ***********************************/
.gsc-control-cse.gsc-control-cse-en {
  visibility: hidden;
  width: 0px;
}
.gsc-search-box.gsc-search-box-tools {
  display: none;
}
.gsc-modal-background-image-visible {
  visibility: visible;
}
.gsc-control-cse {
  padding: 0 !important;
}
/*********************************** BREADCRUMBS ******************************/
.breadcrumb {
  font-size: 75%;
}
.breadcrumb-item a {
    display: inline-block;
    min-height: 44px;
    min-width: 44px;
    padding: 10px;
}
.breadcrumb-item.active {
  color: #6c757d;
  padding-top: 10px;
}
.breadcrumb-item + .breadcrumb-item:not(.active)::before {
    padding-top: 10px;
}
.buttonNav {
  float: left;
  margin: 1rem auto;
}
/*********************************** BUTTONS **********************************/
 .btn {
	 border-radius: 0;
}
 .rounded {
	 border-radius: 10px !important;
}
 .btn-xl {
	 padding: 1rem 2rem;
	 font-size: 2.5rem;
}
 .sitsd-btn {
	 display: inline-block;
	 padding: 10px 50px 10px 10px !important;
	 color: var(--brand-color1);
	 border: solid 1px var(--brand-color1);
	 background-color: #fff;
	 background-image: url("https://sitsd.mt.gov/_images/arrow-darkblue.svg");
	 background-repeat: no-repeat;
	 background-position-x: right;
	 background-size: 45px;
	 background-position-y: center;
	 text-transform: uppercase;
	 text-decoration: none;
	 cursor: pointer;
	 transition: linear 0.2s all;
	 margin: 5px;
	 text-align: center;
}
 .sitsd-btn:hover,
 .sitsd-btn:focus-visible {
	 background-image: url("https://sitsd.mt.gov/_images/yellow-arrow.svg");
	 border: 1px solid var(--brand-color1) !important;
	 box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
	 transition: linear 0.2s all;
	 a {
		 color: var(--brand-color1) !important;
		 text-decoration: none !important;
	}
}
 .sitsd-btn-solid {
	 display: inline-block;
	 padding: 10px 50px 10px 10px !important;
	 background-color: var(--brand-color1);
	 border: none;
	 color: var(--brand-color7);
	 background-image: url("https://sitsd.mt.gov/_images/arrow-white.svg");
	 background-repeat: no-repeat;
	 background-position-x: right;
	 background-size: 45px;
	 background-position-y: center;
	 text-transform: uppercase;
	 text-decoration: none;
	 cursor: pointer;
	 transition: linear 0.2s all;
	 margin: 5px;
	 text-align: center;
}
 .sitsd-btn-solid:hover,
 .sitsd-btn-solid:focus-visible {
	 background-image: url("https://sitsd.mt.gov/_images/yellow-arrow.svg");
	 box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
	 transition: linear 0.2s all;
	 a {
		 color: #fff !important;
		 text-decoration: none !important;
	}
}
 .sitsd-btn-solid-light {
	 display: inline-block;
	 padding: 10px 50px 10px 10px !important;
	 background-color: var(--brand-color7);
	 border: none;
	 color: var(--brand-color1);
	 background-image: url("https://sitsd.mt.gov/_images/arrow-darkblue.svg");
	 background-repeat: no-repeat;
	 background-position-x: right;
	 background-size: 45px;
	 background-position-y: center;
	 text-transform: uppercase;
	 text-decoration: none;
	 cursor: pointer;
	 transition: linear 0.2s all;
	 margin: 5px;
	 text-align: center;
}
 .sitsd-btn-solid-light:hover,
 .sitsd-btn-solid-light:focus-visible {
	 background-image: url("https://sitsd.mt.gov/_images/yellow-arrow.svg");
	 box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
	 transition: linear 0.2s all;
	 a {
		 color: var(--brand-color1) !important;
		 text-decoration: none !important;
	}
}
 .btn.calltoaction {
	 color: var(--brand-color4);
	 background: var(--brand-color1);
	 text-align: left;
	 background-image: url("https://sitsd.mt.gov/_images/arrow-white.svg");
	 background-repeat: no-repeat;
	 background-position-x: right;
	 background-size: 45px;
	 background-position-y: center;
	 margin: 10px auto;
	 display: block;
	 width: 100%;
	 text-transform: uppercase;
	 max-width: 300px;
	 a {
		 color: var(--brand-color4) !important;
	}
}
 .btn.calltoaction:hover {
	 background-image: url("https://sitsd.mt.gov/_images/yellow-arrow.svg");
	 box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
	 transition: linear 0.2s all;
}
 .btn.calltoaction-light {
	 color: var(--brand-color1);
	 background: var(--brand-color7);
	 text-align: left;
	 background-image: url("https://sitsd.mt.gov/_images/arrow-darkblue.svg") !important;
	 background-repeat: no-repeat;
	 background-position-x: right;
	 background-size: 45px;
	 background-position-y: center;
	 margin: 10px auto;
	 display: block;
	 width: 100%;
	 text-transform: uppercase;
	 max-width: 300px;
	 a {
		 color: var(--brand-color1) !important;
	}
}
 .btn.calltoaction-light:hover {
	 background-image: url("https://sitsd.mt.gov/_images/yellow-arrow.svg") !important;
	 box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
	 transition: linear 0.2s all;
}
 .btn-primary {
	 background-color: var(--brand-color7);
	 color: var(--brand-color1);
	 border: none;
	 font-size: 1rem;
	 text-align: left;
	 background-image: url("https://sitsd.mt.gov/_images/arrow-darkblue.svg");
	 background-repeat: no-repeat;
	 background-position-x: right;
	 background-size: 45px;
	 background-position-y: center;
	 text-transform: uppercase;
	 width: 100%;
	 max-width: 100%;
	 min-width: 250px;
	 float: none;
	 padding: 1rem;
	 margin: 10px auto;
	 .btn-title {
		 color: var(--brand-color2);
		 font-size: 1.5rem;
		 font-weight: 200;
		 text-transform: uppercase;
	}
	 span {
		 display: block;
		 text-transform: uppercase;
		 font-weight: 700;
		 font-size: 0.75rem;
	}
}
 .btn-primary:hover {
     background-color: var(--brand-color7);
	 color: var(--brand-color1);
	 border: none;
	 box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
	 background-image: url("https://sitsd.mt.gov/_images/yellow-arrow.svg");
	 transition: linear 0.2s all;
}
 .btn-primary.focus,
 .btn-primary:focus,
 .btn-primary:not(:disabled):not(.disabled).active,
 .btn-primary:not(:disabled):not(.disabled):active,
 .show>.btn-primary.dropdown-toggle {
	 background-color: var(--brand-color7);
	 border-color: var(--brand-color7);
	 color: var(--brand-color2);
}
 .btn-primary.disabled, .btn-primary:disabled {
	 color: var(--brand-color5);
	 background-color: rgba(var(--brand-color1-rgb), .35);
	 border-color: rgba(var(--brand-color1-rgb), .5);
}
 .btn.btn-secondary, .btn-secondary {
	 background-color: var(--brand-color1) !important;
	 border: none;
	 color: var(--brand-color4) !important;
	 font-size: 1rem;
	 text-align: left;
	 background-image: url("https://sitsd.mt.gov/_images/arrow-white.svg");
	 background-repeat: no-repeat;
	 background-position-x: right;
	 background-size: 45px;
	 background-position-y: center;
	 text-transform: uppercase;
	 width: 100%;
	 max-width: 100%;
	 min-width: 250px;
	 float: none;
	 padding: 1rem;
	 margin: 10px auto;
	 .btn-title {
		 color: var(--brand-color4);
		 font-size: 1.5rem;
		 font-weight: 200;
		 text-transform: uppercase;
	}
	 span {
		 display: block;
		 color: var(--brand-color4);
		 text-transform: uppercase;
		 font-weight: 700;
		 font-size: 0.75rem;
	}
}
 .btn-secondary:hover, .btn-secondary.focus, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
     background-image: url("https://sitsd.mt.gov/_images/yellow-arrow.svg");
     box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
     transition: linear 0.2s all;
	 text-decoration: none !important;
}
 .btn-secondary.disabled, .btn-secondary:disabled {
	 color: var(--brand-color4);
	 background-color: rgba(var(--brand-color2-rgb), .35);
	 border-color: rgba(var(--brand-color2-rgb), .5);
}
 .btn-tertiary {
	 background-color: var(--brand-color7);
	 border-color: var(--brand-color7);
	 color: var(--brand-color1);
	 font-size: 1rem;
	 text-align: left;
	 text-transform: uppercase;
	 width: 100%;
	 max-width: 100%;
	 min-width: 250px;
	 float: none;
	 padding: 1rem;
	 margin: 0 auto;
}
 .btn-tertiary .btn-title {
	 color: var(--brand-color2);
	 font-size: 1.5rem;
	 font-weight: 200;
	 text-transform: uppercase;
}
 .btn-ptertiary span {
	 display: block;
	 text-transform: uppercase;
	 font-weight: 700;
	 font-size: 0.75rem;
}
 .btn-tertiary:hover {
	 background-color: var(--brand-color7);
	 border-color: var(--brand-color7);
	 box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
	 color: var(--brand-color1);
	 background-image: url("/_docs/main-assets/arrow-darkblue.svg");
	 background-repeat: no-repeat;
	 background-position-x: right;
	 background-size: 45px;
	 background-position-y: center;
	 background-origin: content-box;
}
 .btn-tertiary.focus, .btn-tertiary:focus, .btn-tertiary:not(:disabled):not(.disabled).active, .btn-tertiary:not(:disabled):not(.disabled):active, .show > .btn-tertiary.dropdown-toggle {
	 background-color: var(--brand-color7);
	 border-color: var(--brand-color7);
	 color: var(--brand-color2);
}
 .btn-tertiary.disabled, .btn-tertiary:disabled {
	 color: var(--brand-color5);
	 background-color: rgba(var(--brand-color1-rgb), 0.35);
	 border-color: rgba(var(--brand-color1-rgb), 0.5);
}
 .btn a {
	 text-decoration: none !important;
}
/*********************************** WIDGETS **********************************/
.content-block:not(:last-child) {
  margin-bottom: 30px;
}
.widget-title {
  display: block;
  font-weight: 400;
}
/*********************************** ACCORDIONS/TABS **************************/
.nav-tabs {
  display: none;
}
.accordion-button::after {
  content: "+";
  background-image: none;
  transition: transform 0.2s ease-in-out;
  color: var(--brand-color3);
  font-size: 2rem;
  margin-top: -1rem;
}
.accordion-button:not(.collapsed)::after {
  content: "-";
  background-image: none;
  color: var(--brand-color3);
  font-size: 2rem;
  margin-top: 2rem;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.accordion-item {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-collapse {
  background-color: var(--brand-color7);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.12 0.5rem rgba(13, 110, 253, 0.25);
}
/*FAQ*/
.faq-button-container {
  width: 50%;
  padding: 10px;
}
.accordion.faq .accordion-header {
  position: relative;
}

.accordion-item:first-of-type {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.accordion-header button span {
  font-weight: 700;
}
.accordion-header .accordion-button:not(.collapsed) {
  color: var(--brand-color1);
  background-color: var(--brand-color7) !important;
}

.nav-tabs .nav-link {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.nav-link.active {
  background-color: var(--brand-color7) !important;
  font-weight: 700 !important;
  color: var(--brand-color1) !important;
}
.nav-link.show.active {
  background-color: var(--brand-color7) !important;
  font-weight: 700 !important;
  color: var(--brand-color1) !important;
}
.tab-pane {
  border-right: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-left: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.button {
  transition: linear 0.2s all;
  color: var(--brand-color2);
  border: solid 1px #3A7AB2;
  padding: 10px;
}
.button:hover {
  color: var(--brand-color1);
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl
{
    padding-left:0px;
    padding-right:0px;
}
.container h3 {
    padding-left:0px;
    padding-right:0px;
}
/*********************************** BANNER ***********************************/
.banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  margin-bottom: 0;
}
.banner[style*="/sitsd-superhero.png')"] {
    background-size: contain;
    height: 60vh;
    background-color:#06070e;
}
.banner.no-image {
    height: unset;
    margin: unset;
    margin-bottom: 1rem;
}
.banner-location {
  width: 20%;
  float: none;
  margin: -5rem 20% 0;
  clear: both;
  text-transform: uppercase;
}
.location-text {
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}
.location-text img {
  max-width: 17px;
  margin: -5px 0 0;
}
.hero {
  height: 350px;
  width: 100%;
  margin: 0 15%;
  display: block;
  left: 0;
  max-width: 650px;
}
.banner.no-image .hero {
    height: unset;
}
.hero .heading-wrapper {
  position: relative;
  margin: 8rem 0 0 4rem;
  width: 500px;
}
.banner.no-image .hero .heading-wrapper {
    margin: unset;
    width: auto;
}
.hero .caption {
  position: relative;
  background: rgba(var(--brand-color1-rgb), 0.9);
  border-left: 5px solid var(--brand-color3);
  border-top: 0;
  padding: 20px;
  padding: 20px 70px 20px 20px;
  color: var(--brand-color4);
  width: 500px;
  min-height: 50px;
}
.banner.no-image .hero .caption {
    width: auto;
}
.hero .caption .caption-wrap {
  margin: 0 auto;
}
.banner.no-image .hero .caption .caption-wrap {
    width: auto;
}
.hero .caption h1.heading {
  display: block;
  text-transform: uppercase;
  color: var(--brand-color4);
  font-size: 1.25rem;
  font-weight: 400;
}
.hero .caption .heading {
  display: block;
  text-transform: uppercase;
  color: var(--brand-color4);
  font-size: 1rem;
  font-weight: 600;
}
.hero .caption .heading span {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  color: var(--brand-color4);
}
.hero .caption p {
  display: block;
  color: var(--brand-color4);
  font-size: 0.9rem;
  font-weight: 400;
}
.hero .caption :hover:after {
  background: var(--brand-color2);
}
.caption-arrow:hover {
  background-color: var(--brand-color2);
}
.caption-arrow {
  position: absolute;
  z-index: 20;
  background: var(--brand-color1);
  height: 100%;
  display: flex;
  align-items: center;
  right: -30px;
  text-decoration: none!important;
}
.caption-arrow .arrow {
  background-image: url("https://sitsd.mt.gov/_images/arrow-white.svg");
  background-repeat: no-repeat;
  height: 55px;
  width: 60px;
  display: block;
  font-size: 2rem;
  text-decoration: none!important;
}
.caption-arrow .heading-arrow {
  width: 50px;
}
/********************************** CALENDAR **********************************/
/*Full Calendar*/
/*Event List Widget*/
/*********************************** Link List Widget *************************/
.link-list-wrapper {
  margin: 0 auto;
  background-color: transparent !important;
  width: 70%;
  padding: 2rem 0;
}
.link-list-wrapper .link-list-body {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  float: none;
}
.link-list-wrapper .list-col.list-title {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
  color: var(--brand-color1);
}
.link-list-wrapper .navigation-list-title {
  float: right;
  padding-right: 5px;
}
.link-list-wrapper .list-col.list-title {
  float: left;
  margin: 0;
  padding: 0;
  display: block;
  width: 50%;
  text-align: right;
}
.link-list-wrapper .list-col.list-items {
  float: left;
  padding: 0;
  margin: 0;
  width: 50%;
}
.link-list-wrapper #linkListNav > button > div > div.link-listing-firstchild:not(:first-child) {
  display: none;
}
.link-list-wrapper .link-listing a {
  background-color: transparent;
  color: #2f628f !important;
  font-size: 1.25rem;
}
.link-list-wrapper .link-listing {
  padding: 5px 0;
  border-bottom: 1px inset;
}
.link-list-wrapper button.accordion-button.collapsed:not(:first-child) {
  display: none;
}
.link-list-wrapper #linkListNav > button:not(:first-child) {
  display: none;
}
.link-list-wrapper button.accordion-button {
  width: 100%;
  float: left;
  margin: -5px auto 0;
  text-align: left;
}
.link-list-wrapper #collapseOne > div > div a,
.link-list-wrapper #collapseOne > div > div {
  background-color: var(--brand-color4);
}
.link-list-wrapper .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.link-list-wrapper .link-listing-firstchild,
.link-list-wrapper .link-listing-firstchild a {
  width: 85%;
  font-size: 1.25rem;
  color: #2f628f !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
.link-list-wrapper .accordion-body {
  padding: 0.4rem;
  border-top: 1px solid;
  max-width: 100%;
  background-color: var(--brand-color4);
}
.link-list-wrapper .accordion-button:focus {
  box-shadow: none;
}
.link-list-wrapper #collapseOne > div > div:nth-child(1) {
  display: none;
}
.link-list-wrapper #linkListNav > button:nth-child(2) > div > img {
  width: 15px;
}
.link-list-wrapper .link-list-accordion {
  margin-top: -10px;
  float: left;
}
.link-list-wrapper .accordion-item {
  background-color: transparent;
  border: 0;
}
.link-list-wrapper .accordion-button {
  background-color: transparent;
  border: 0;
  padding: 5px 6px 0;
}
.link-list-wrapper .accordion-button::after {
  display: none;
}
.link-list-wrapper .accordion-button:not(.collapsed)::after {
  display: none;
}
#linkListNav .link-list-caret {
  /*transform: rotate(90deg);*/
  margin: -35px 0 0 18.5rem;
  width: 60px;
  color: var(--brand-color3);
}
/*********************************** THREE BUTTON NAV ************************************/
.buttonNav {
  margin: 1rem auto;
}
.threeButtonWrapper {
  display: flex;
  margin: 0 auto;
}
.threeButtonWrapper .btn-title {
  color: var(--brand-color2-a11y);
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
}
.threeButtonWrapper .sub-title {
  font-weight: 800;
  color: var(--brand-color1);
}
.container .threeButtonWrapper {
  max-width: 1320px !important;
}
a.threeButton-link {
  text-decoration: none !important;
}
/*********************************** CARDS ************************************/
.card_wrapper {
  background-color: var(--brand-color4);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  width: 23%;
  margin: 0 auto 1rem;
  padding: 0;
  max-width: 450px;
}
.card {
  border: 0;
  border-radius: 0;
}
.btn-readMore {
  padding: 1rem 0;
  font-weight: 600;
}
.card_wrapper a {
  text-decoration: none !important;
}
.container .cards {
  max-width: 1320px !important;
}
.cards {
  margin: 2rem auto;
}
.container .card {
  border: 0;
  border-radius: 0;
  z-index: 1;
}
.container .card .card-body {
  margin: 0;
  padding: 15px;
  line-height: 1.3rem;
}
.container .card .card-title {
  font-size: 1.25rem;
  font-weight: bold;
}
.container .card a {
  text-decoration: none !important;
}
.container .mobileTables .card a {
    text-decoration: underline !important;
}
.container .card .block_card {
  background-color: transparent;
}
.container .card img.rounded-circle {
  max-width: 150px;
}
.container .card .block_card img {
  max-height: 425px;
}
.container .card .card-body i {
  margin: 0 auto;
  text-align: center;
  display: block;
}
.container .card .card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--brand-color2);
}
.block_card img {
  max-height: 250px !important;
  width: 100%;
}
.card-body:empty {
  display: none;
}
.tile_layout {
  margin: 0 auto;
}
.container-fluid .cards {
  width: 100%;
  margin: 0.5rem auto;
}
.container-fluid .cards .card-space-wrapper {
  margin: 0 auto;
  display: inherit;
  position: relative;
  float: none;
}
.container-fluid .cards .tile-block-wrap {
  max-width: 100%;
  margin: 0 auto;
  justify-content: center;
  display: flex;
}
.container-fluid .cards .tile-layout-4 {
  width: 23%;
  margin: 0 auto;
  padding: 0;
  max-width: 450px;
  display: inline-block;
  float: none;
}
/*********************************** CARD -blocks image full width ************************************/
.block_fwimg {
  display: block;
  align-items: center;
  margin: 0 auto;
  color: var(--brand-color1);
}
.card .card-title {
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--brand-color2);
}
.fw_card-body {
  padding: 1rem;
  margin: 0 20px;
}
.fw_card-bodyhide {
  overflow: hidden;
  height: 100%;
}
.fw_card-bodyhide img {
  padding: 0;
  margin: 0;
  background-size: cover;
  width: 100%;
}
/*********************************** CAROUSEL *********************************/
.carousel-inner {
  z-index: 1;
  height: 600px;
}
#carousel > div.carousel-inner > div.carousel-item > img {
  position: absolute;
  z-index: 1;
  height: 600px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
#carousel {
  max-width: 1800px;
  margin: 0;
  margin: auto;
}
.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 30%;
  left: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: var(--brand-color4);
  text-align: center;
}
.carousel-item {
  background: transparent;
  transition: width 0.1s ease-out;
}
.carousel-item.active {
  display: flex;
}
.carousel-indicators [data-bs-target] {
  width: 5px;
  height: 5px;
}
.carousel-indicators {
  display: none;
}
.carousel-caption a:not(.btn) {
  color: white !important;
}
.carousel-caption a:not(.btn):hover {
  text-decoration: none !important;
}
button.carousel-control-prev {
  width: 5%;
  margin-top: 5%;
}
button.carousel-control-next {
  width: 5%;
  margin-top: 5%;
}
.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
  backdrop-filter: drop-shadow(5px 5px 5px black);
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: #000;
}
.carousel-hero {
  position: relative;
  z-index: 10;
  margin: 0;
  top: 8rem;
  left: 0;
}
.carousel-hero .heading-wrapper {
  display: block;
  position: relative;
  left: 13rem;
  top: 18rem;
  width: 575px;
}
.carousel-hero .caption {
  position: relative;
  background: rgba(var(--brand-color1-rgb), 0.9);
  border-left: 5px solid #f5a603;
  border-top: 0;
  padding: 20px;
  padding: 20px 20px;
  color: var(--brand-color4);
  width: 500px;
  margin: 0;
  text-align: left;
  height: 150px;
}
.carousel-hero .caption h1.heading {
  display: block;
  text-transform: uppercase;
  color: var(--brand-color4);
  font-size: 1.25rem;
  padding: 0;
  margin: 0;
  font-weight: 400;
}
.carousel-hero .caption .subheading {
  display: block;
  text-transform: uppercase;
  color: var(--brand-color4);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2rem;
  padding-top: 10px;
}
.carousel-hero .caption p {
  display: block;
  color: var(--brand-color4);
  font-size: 0.9rem;
  font-weight: 400;
}
a.carousel-arrow:hover {
  background-color: var(--brand-color2);
}
a.carousel-arrow {
  float: right;
  margin: 0;
  background-color: #0a2244;
  height: 100%;
  position: relative;
  width: 6rem;
  min-height: 150px;
  left: 0;
  top: -9.4rem;
}
a.carousel-arrow .heading-arrow {
  background-image: url('https://sitsd.mt.gov/_images/arrow-white.svg');
  background-repeat: no-repeat;
  font-size: 1rem;
  vertical-align: middle;
  padding: 0.5rem;
  margin: 3rem 10px 0;
}
.banner-location-carousel {
  background: transparent;
  margin: 0;
  z-index: 999;
  position: absolute;
  width: 100%;
  left: 13.5rem;
  bottom: -11rem;
  height: 2rem;
}
.carousel a:not(.nav-link):not(.dropdown-item):not(.btn):not(.fc-event):hover {
  text-decoration: none;
}
.location-text.white.shadow-text {
  color: var(--brand-color4);
}

/*********************************** CAROUSEL Icon Block *********************************/
.card-img-overlay {
  top: 70px;
  border-radius: 0;
  text-align: center;
  margin: 0 auto;
  display: block;
  max-width: 224px;
}
.carousel-button {
  margin: -80px auto 70px !important;
  z-index: 999;
  display: block;
  position: relative;
  max-width: 1250px;
}
#tile-carousel {
  max-width: 1230px;
  margin: 0 auto;
}
#tile-carousel > div > div.carousel-item.active .card {
  background-color: transparent;
  min-height: 180px;
}
#tile-carousel img {
  max-width: 50px;
  margin: 15px auto 0;
  max-height: 50px;
}
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}
.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
  transform: translateX(0);
}
.carousel-inner .carousel-item-end.active,
.carousel-inner .carousel-item-next {
  transform: translateX(25%);
}
.carousel-inner .carousel-item-start.active,
.carousel-inner .carousel-item-prev {
  transform: translateX(-25%);
}
button.btn.btn-sm.btn-primary.pull-left,
button.btn.btn-sm.btn-primary.pull-right {
  background-color: transparent;
  color: white;
  font-size: 16px;
  border: 0;
}
/*********************************** TILES ************************************/
.tile {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0;
  cursor: default;
  min-height: 250px;
  margin-top: 10px;
  background-color: rgba(var(--brand-color3-rgb), 0.2);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.tile .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 1rem;
}
.tile h2 {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  overflow: hidden;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  color: var(--brand-color4);
}
.tile p {
  padding: 0 0 5px 0;
  background-color: rgba(var(--brand-color1-rgb), 0.75);
  color: var(--brand-color4);
}
.card_title_tile {
  font-weight: 500;
  font-size: 70px;
  line-height: 1.1rem;
  padding: 15px;
  text-align: center;
  color: var(--brand-color3);
  margin: 1rem 0;
}
/*********************************** background Image ****************************/
.bkgimg-caption .text-center {
  position: relative;
  padding: 30px;
  display: block;
  clear: both;
  margin: -24% auto 5%;
  color: var(--brand-color4);
  filter: drop-shadow(2px 4px 6px black);
}
.bkgimg-caption .text-start {
  position: relative;
  padding: 30px;
  display: block;
  clear: both;
  margin: -24% 15px 4%;
  color: var(--brand-color4);
  filter: drop-shadow(2px 4px 6px black);
}
.bkgimg-caption .bkgimg-caption.text-end {
  position: relative;
  padding: 30px;
  display: block;
  clear: both;
  margin: -24% 15px 0;
  color: var(--brand-color4);
  float: right;
  filter: drop-shadow(2px 4px 6px black);
}
.bkgimg_heading {
  font-size: 4rem;
  line-height: 5rem;
  font-weight: bold;
}
.bkgimg_heading a {
  color: var(--brand-color4) !important;
}
.bkgimg_text {
  font-size: 2rem;
}
img.bkimg_slide {
  background-position: center;
  background-size: cover;
  margin: 0 auto 0;
  display: block;
  width: 100%;
}
/*********************************** NEWS *************************************/
.news-article-container {
  padding: 2rem;
}
.loader {
  display: inline-block;
  margin-top: 20px;
  font-size: 150px;
  width: 100%;
  color: 051C2C;
  text-align: center;
  -webkit-animation-name: beat;
  animation-name: beat;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}
@-webkit-keyframes beat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  5% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes beat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  5% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.article-title {
  font-size: 3rem;
  font-weight: 600;
  margin: 15px 0;
  color: var(--brand-color1);
  line-height: 1;
}
.article_img {
  font-size: 0;
}
.article {
  max-width: 30%;
  margin: 10px;
  float: left;
}
.news-subtitle {
  font-size: 20px;
  font-weight: 500;
  color: var(--brand-color1);
}
img.news-image {
  max-width: 350px;
  float: left;
  padding: 15px;
  color: var(--brand-color1);
  margin: 0 20px 20px;
}
.title {
  font-size: 20px;
  font-weight: 600;
}
.news.container.row {
  margin: 0 auto;
}

.sitsd-news-container {
  margin-top: 50px;
}
.filter-div {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  width: 49% !important;
}
.filter-group {
  margin-top: 10px;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.filter-btn-primary {
  background-color: var(--brand-color7);
  border-color: var(--brand-color7);
  color: var(--brand-color1);
  font-size: 1rem;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  max-width: 100%;
  min-width: 250px;
  float: none;
  cursor: pointer;
  padding: 1rem;
  margin: 0 auto;
}
.filter-btn-primary .btn-title {
  color: var(--brand-color2);
  font-size: 1.5rem;
  font-weight: 200;
  text-transform: uppercase;
}
.filter-btn-primary span {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
}
.filter-btn-primary:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.filter-active {
  background-color: var(--brand-color1);
  border-color: var(--brand-color1);
  color: var(--brand-color4);
}
.filterWrapper {
  margin: 0 auto;
  width: 500px;
}
.selectLabel {
  font-size: 1.25rem;
  color: var(--brand-color1);
}
.programFilter {
  margin-top: 10px;
  background-color: var(--brand-color7);
  padding: 20px 0;
}
select#programFilter {
  background-color: transparent;
  border: 0 !important;
  font-size: 1.25rem;
  color: var(--brand-color2);
}
.latestNews1,
.latestNews2,
.latestNews3 {
  width: 33%;
  margin: 0 5px;
  display: flex;
  align-items: stretch;
}
.latestNewsCard {
  width: 100% !important;
  margin-top: 10px;
  padding-bottom: 0 !important;
}
.latestNewsCard .cta {
  font-size: 1.2em;
  margin-bottom: 90px;
}
.latestNewsCard .tags {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
}
#news .category {
  margin: 0;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}
.news-summary {
  width: 500px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-gallery .article {
  clear: both!important;
  max-width: 100%!important;
  width: 100%;
}
.news-gallery .article img.thumb {
  padding-right: 20px !important;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  width: 33% !important;
}
.news-gallery .article {
  display: flex;
  max-width: 22%;
  clear: right;
  margin: 20px 0 !important;
}
.news-gallery .article img.thumb {
  float: none !important;
  max-height: 250px;
  max-width: 350px;
}
.news-gallery .article:last-child {
  border-bottom: 0 !important;
}
.news-gallery .thumb {
  object-fit: cover;
}
.news-gallery .news-button {
  margin: 2rem auto;
  display: block;
}
.news-gallery-list .article {
  min-width: 100%;
  margin: 10px auto;
  border-bottom: 1px solid var(--brand-color1);
  padding: 25px !important;
  min-height: 300px;
  float: none;
}
.news-gallery-list .summary {
  width: 65%;
}
.dropdown-menu .col-xs-6 {
  overflow: hidden;
  padding: 0 2em 0.25em 0.25em;
  width: auto;
}
.nav-item:nth-child(2):hover .dropdown-menu .col-xs-6 {
    position: relative;
    right: 150px;
}
.sidebar-menu-wrap .folder.nav-item {
  padding-right: 22px;
}
.subfolder.nav {
  width: calc(100% + 10px);
}
/****** Newsletter Articles ******/
 .article-image-container {
	 position: relative;
	 padding: 20px;
}
.article-image-container .img-caption-container {
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 width: 100%;
}
 .img-caption {
	 cursor: pointer;
	 display: block;
	 position: absolute;
	 bottom: 28px;
	 left: 0;
	 right: 0;
	 z-index: 2;
	 background-color: rgba(0, 0, 0, 0.5);
	 padding: 10px;
	 margin: 0 20px;
	 color: #fff;
}
 .caption-preview {
	 cursor: pointer;
	 position: absolute;
	 bottom: 28px;
	 left: 0;
	 z-index: 2;
	 background-color: rgba(0, 0, 0, 0.5);
	 padding: 10px;
	 margin: 0 20px;
	 color: #fff;
}
 .caption-preview i {
	 transition: transform 0.2s ease;
}
 .caption-preview:hover .fa-chevron-up {
	 transform: translateY(-5px);
}
 .img-caption.hidden {
	 display: none;
}
/*********************************** youtube video ***********************************/
.youtube_video iframe {
  height: 100%;
  min-height: 500px;
  margin: 3rem;
}
.arc iframe {
  height: 100%;
  min-height: 500px;
}
/*********************************** PRE-FOOTER ***********************************/
.footer-mt-wrapper {
  background-color: var(--brand-color1);
  height: 30px;
}
img.footer-mt {
  max-width: 75px;
  display: block;
  margin: 0 auto -40px;
}
/*********************************** FOOTER ***********************************/
footer {
  color: var(--brand-color4);
  width: 100%;
  padding: 1em 0 0;
  margin-bottom: -10px;
  background-color: var(--brand-color2);
}
footer a {
  color: var(--brand-color4) !important;
}
li.footer-link-text {
  list-style: none !important;
  text-transform: uppercase;
  font-weight: 800;
}
li.footer-link-text a {
  color: var(--brand-color4) !important;
}
.row.gy-3.mt-1.reverse {
  text-align: left;
}
footer .text-lg-start.row > div > div.footer-col {
  float: left;
  text-align: left;
  margin: 0 15px;
  display: block;
  max-width: 30%;
  overflow: hidden;
}
.footer-content {
  padding: 1rem 1rem 0;
  margin: 0 10%;
  display: block;
  position: static;
}
footer * {
  line-height: 175%;
}
footer a:not(.btn) {
  color: var(--brand-color5);
}
footer img {
  display: block;
  margin: 0 auto 1em 1.5em;
  max-width: 250px;
  float: left;
}
footer .list-unstyled li {
  margin-bottom: 1em;
}
.footer-social {
  position: relative;
  width: 250px;
  margin: -7em 0 4em 5em;
}
footer .social-links i {
  font-size: 24px;
  color: var(--brand-color4);
}
footer .social-links img {
  display: block;
  width: 24px;
}
.footer-title {
  font-size: 1.75rem;
}
.footer-content {
  padding: 2rem 2rem 0 2rem;
}
/*********************************** social links ***********************************/
ul.social-links.nav {
  margin: 0;
  display: flex;
  float: left;
  padding: 0;
}
ul.social-links.nav .nav-link {
  display: block;
  padding: 0 0.2rem;
}
ul.social-links.nav li.nav-item {
  float: right;
  display: inline;
  margin: 0 0.5rem 0 0rem;
}
/*********************************** TABLES ***********************************/
th,
td {
  /** min-width: 100%; **/
}
.table-responsive {
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
}
/*********************************** MOBILE RESPONSIVE ***********************************/
@media (max-width: 1400px) {
  .fw_card-bodyhide {
    overflow: hidden;
    height: 100%;
    max-height: 500px;
  }
  .parent-link-top-nav {
    font-size: calc(11px + 0.1vh + 0.5vmin);
  }
}
@media (max-width: 1080px) {
  .parent-link-top-nav {
    font-size: calc(10px + 0.1vh + 0.5vmin);
  }
  .eyebrow-nav ul li a {
    font-size: 0.6rem;
  }
}
@media (max-width: 992px) {
  ul.social-links.nav {
    margin: 0 auto;
    display: flex;
    float: none;
    padding: 0;
  }
  /**************mobile tiles***********************************************/
  .container-fluid .cards .tile-block-wrap {
    max-width: 100%;
    margin: 0 auto;
    justify-content: center;
    display: block;
  }
  .container-fluid .cards .tile-layout-4 {
    width: 47%;
    margin: 0.5rem;
    padding: 0;
    max-width: 450px;
    display: block;
    float: left;
  }
  /**************carousel*********************/
  .carousel-inner {
    height: 450px;
  }
  .carousel-hero {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    top: 15rem;
    left: 0;
  }
  .carousel-hero .heading-wrapper {
    display: block;
    margin: 0 auto;
    width: 100%;
    float: none;
    left: 0;
    top: 0;
    position: relative;
  }
  .carousel-hero .caption {
    margin: 0 auto;
  }
  .carousel-hero .caption h1.heading {
    text-align: center;
  }
  .carousel-hero .caption .subheading {
    text-align: center;
  }
  .carousel-hero .caption p {
    text-align: center;
  }
  .carousel-hero .caption {
    position: relative;
    background: rgba(var(--brand-color1-rgb), 0.9);
    border-top: 5px solid var(--brand-color3);
    border-left: 0;
    padding: 20px 11px;
    color: var(--brand-color4);
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    min-height: 50px;
    float: none;
  }
  .carousel-item {
    height: 100%;
  }
  .caption-arrow {
    float: right;
    margin: 0 auto;
    background-color: var(--brand-color1);
    z-index: 1;
    width: 100%;
    height: 100px;
    min-height: 100%;
  }
  .banner-location-carousel {
    margin: 0;
    top: -3rem;
    left: 6.5rem;
  }
  a.carousel-arrow {
    float: none;
    margin: 0 auto;
    background-color: var(--brand-color1);
    height: 65px;
    min-height: 65px;
    width: 500px;
    display: block;
    top: 0;
  }
  a.carousel-arrow .heading-arrow {
    background-image: url("https://sitsd.mt.gov/_images/arrow-white-down.svg");
    background-repeat: no-repeat;
    font-size: 36px;
    vertical-align: middle;
    margin: 0 45%;
  }
  /**************banner*********************/
  .banner {
    max-height: 300px;
    margin-bottom: 1rem;
  }
  .hero {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: block;
    max-width: 100%;
    float: none;
  }
  .hero .heading-wrapper {
    margin: 14rem auto 0;
    width: 500px;
  }
  .hero .caption {
    position: relative;
    background: rgba(var(--brand-color1-rgb), 1);
    border-top: 5px solid var(--brand-color3);
    padding: 20px;
    padding: 1rem;
    margin: 0 auto;
    color: var(--brand-color4);
    height: 100%;
    max-width: 100%;
    text-align: center;
    border-left: 0;
    width: 100%;
  }
  .banner-location {
    width: 50%;
    float: none;
    margin: -34rem 20% 0;
    clear: both;
  }
  .caption-arrow {
    float: right;
    margin: 0 auto;
    background-color: var(--brand-color1);
    z-index: 1;
    width: 100%;
    height: 100px;
    min-height: 100%;
  }
  .caption-arrow .heading-arrow {
    background-image: url("https://sitsd.mt.gov/_images/arrow-white-down.svg");
    background-repeat: no-repeat;
    font-size: 36px;
    vertical-align: middle;
    margin: 0 45%;
  }
  /**************link-list-wrapper*********************/
  .link-list-wrapper {
    width: 100%;
  }
  /**************sidebar*********************/
  .sidebar-menu {
    display: none;
  }
  .top_logo_bar {
    float: left;
  }
  /***********************************mobile footer********************************/
  .footer img {
    float: none;
  }
  .row.gy-3.mt-1.reverse {
    text-align: center;
  }
  /***********************************mobile nav********************************/
  .nav-parent-item button.btn.btn-mobile {
    color: var(--brand-color4);
    font-weight: bold;
    height: 4rem;
  }
  .dropdown-menu.rounded-0.mobile-drop.show a.dropdown-item.dropdown-toggle {
    color: var(--brand-color4);
  }
  a.dropdown-parent-item.parent-links.nav-link {
    font-size: 1rem;
  }
  .mobile-back-wrapper button.btn.btn-mobile {
    color: var(--brand-color5);
    font-weight: bold;
  }
  #collapseMobile .card-body {
    background-color: var(--brand-color2);
  }
  .btn.btn-mobile {
    float: none;
    margin: 1rem auto 0;
    z-index: 999;
    position: relative;
    width: 100%;
    height: 2rem;
    text-align: left;
  }
  .dropdown-parent .btn.btn-primary {
    float: none;
    margin: 1rem auto 0;
    z-index: 999;
    position: relative;
    width: 100%;
    height: 65px;
    text-align: left;
  }
  .nav-item-parent.dropdown-parent-menu.parent-mobile-drop.rounded-0.hidden {
    visibility: hidden;
  }
  .nav-item-parent.dropdown-parent-menu.parent-mobile-drop.rounded-0 {
    visibility: visible;
  }
  .dropdown-menu.rounded-0.dropdown-submenu.show {
    visibility: visible;
  }
  .dropdown-menu.mobile-drop.rounded-0.show.hidden {
    visibility: hidden;
  }
  .navbar-nav.mobile-only.mobile-drop.collapse.show.hidden {
    visibility: hidden;
  }
  .navbar-nav.mobile-only.mobile-drop.collapse.show {
    visibility: visible;
    z-index: 100;
    position: relative;
  }
  .dropdown-menu.mobile-drop.rounded-0.show {
    visibility: visible;
  }
  .dropdown-menu-parent.rounded-0 {
    display: none;
  }
  .dropdown-menu-parent.rounded-0.show {
    display: block;
  }
  .mobile-main-nav > li a {
    color: var(--brand-color4) !important;
    font-size: 1.5rem;
  }
  #navbarCollapse .navbar-nav.mobile-only {
    width: 120vw;
    right: 0;
    left: 0;
    margin-top: -11px;
  }
  .dropdown-submenu.show .mobile-parent-wrapper div a {
    background-color: var(--brand-color2) !important;
  }
  .mobile-parent-wrapper {
    padding: 1rem;
    background-color: var(--brand-color2);
    z-index: 500;
    position: relative;
  }
  .dropdown-menu.mobile-drop.rounded-0.show {
    background-color: var(--brand-color1);
  }
  #navbarCollapse > div.mobile-main-nav > li > div > div.dropdown-menu.rounded-0.dropdown-submenu.show {
    background-color: transparent;
  }
  .dropdown-menu.rounded-0.show {
    min-width: 105vw !important;
    height: 100%;
    width: 100%;
    right: 0;
    left: -3rem;
    top: 0;
    padding: 2rem;
    line-height: 2;
  }
  .dropdown-menu.rounded-0.show a.dropdown-item {
    font-size: 1.25rem;
    line-height: 2;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: relative;
  }
  a.nav-link.dropdown-toggle {
    float: left;
    color: var(--brand-color5);
  }
  .navbar-nav {
    display: block;
  }
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  #navbarCollapse .mobile-only {
    color: var(--brand-color5);
  }
  .mobile-main-nav {
    display: block;
    padding: 2rem;
  }
  .mobile-main-nav .mobile-back-wrapper {
    background-color: var(--brand-color7);
    color: var(--brand-color5);
    padding: 2rem;
    top: 0;
    position: relative;
    margin: 0;
  }
  .mobile-main-nav a.nav-link-mobile {
    font-size: 1.5rem;
    color: white !important;
    padding: 1rem;
    line-height: 2;
  }
  .mobile-main-nav .accordion .accordion-item button.accordion-button,
  .mobile-main-nav .mobile-main-nav .accordion .accordion-item button.accordion-button a {
    background-color: var(--brand-color2);
    color: var(--brand-color4);
  }
  .mobile-main-nav .dropdown-menu.rounded-0.show {
    /*background-color: var(--brand-color1);
		   */
    color: var(--brand-color4);
  }
  .mobile-main-nav .dropdown-menu.rounded-0.dropdown-submenu.show,
  .mobile-main-nav .dropdown-menu.rounded-0.dropdown-submenu.show a {
    color: var(--brand-color4);
    font-size: 1rem;
    font-weight: 600;
    padding-left: 1rem;
  }
  .mobile-main-nav .dropdown-menu.rounded-0.dropdown-submenu.show {
    padding: 1rem;
    top: 8rem;
    position: fixed;
  }
  .mobile-main-nav button.accordion-button.collapsed {
    background-color: var(--brand-color2);
  }
  .mobile-nav-submenu {
    background-color: var(--brand-color1);
    color: var(--brand-color4);
    padding: 2rem;
  }
  ul.navbar-nav.mobile-nav,
  ul.navbar-nav.mobile-nav a {
    width: 100%;
    color: var(--brand-color5);
  }
  .navbar-expand-lg .navbar-nav {
    float: left;
  }
  .mobile-main-nav .blockColor1,
  .mobile-main-nav .blockColor1 a {
    background-color: var(--brand-color1);
    color: var(--brand-color4) !important;
  }
  .mobile-main-nav .accordion-item {
    background-color: transparent;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
  .mobile-main-nav .nav-link {
    display: block;
    color: var(--brand-color4);
  }
  .mobile-main-nav .dropdown-toggle::after {
    float: right;
    font-size: 1.5rem;
    margin: 7px 0 0 3rem;
    display: none;
  }
  .mobile-main-nav .accordion-button::after {
    display: none;
  }
  nav.navbar {
    float: none;
  }
  nav.navbar .dropdown-menu {
    min-width: 100vw;
    font-size: 1rem;
    background-clip: padding-box;
    width: 100vw;
    margin: 0;
    margin-left: 0;
    padding: 0;
    height: 100%;
  }
  #navbarCollapse {
    width: 118vw;
    padding: 0;
    margin: 0 0 0 -2rem;
    min-width: 100%;
    right: 0;
    left: 0;
  }
  .container.drp_dwn_menu {
    margin: 0;
  }
  .navbar-toggler {
    margin: 50px 15px 0;
  }
  .dropdown-menu[data-bs-popper] {
    left: 0;
  }
  .row.top_nav {
    display: none;
  }
  .collapse.navbar-collapse li {
    display: none;
  }
  .show.navbar-collapse li {
    display: block;
    width: 100%;
  }
  .dropdown-menu,
  .dropdown .dropdown-item {
    padding: 0 20px;
    white-space: normal;
  }
  a.nav-link.dropdown-toggle.dropdown-item.carat-dd {
    font-size: 12px;
    margin: 0 0 0 2px;
    display: block;
  }
  .dropdown-menu.rounded-0.mega-menu.show {
    background-color: var(--brand-color1);
    position: static;
  }
  .dropdown-menu.rounded-0.mega-menu.show {
    background-color: var(--brand-color1);
    border: 0;
    margin: 0;
    max-width: 100%;
  }
  .navbar-expand-lg .navbar-toggler {
    display: block;
    float: right;
    margin: -4rem 0 0 84%;
  }
  .dropdown-toggle::after {
    float: right;
  }
  #navbarCollapse > ul > li:nth-child(1) .dropdown-menu {
    min-height: 1vh;
  }
  #navbarCollapse > ul > li:nth-child(2) .dropdown-menu {
    min-height: 1vh;
  }
  #navbarCollapse > ul > li:nth-child(3) .dropdown-menu {
    min-height: 1vh;
  }
  #navbarCollapse > ul > li:nth-child(4) .dropdown-menu {
    min-height: 1vh;
  }
  .btn-primary {
    background-image: url("https://sitsd.mt.gov/_images/arrow.svg");
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: 45px;
    background-position-y: center;
  }
  .btn.btn-primary {
    float: none;
    margin: 1rem auto 0;
  }
  /************************************************************eyebrow nav mobile*************************/
  .row.eyebrow_nav {
    display: none;
  }
  .mobile-eyebrow {
    display: block;
  }
  ul.eyebrow-nav-list li {
    float: left;
    text-align: left;
  }
  .mobile-eyebrow .eyebrow-nav {
    min-height: 1rem;
  }
  .mobile-eyebrow .eyebrow-nav ul.eyebrow-nav-list {
    background-color: var(--brand-color7);
    width: 100%;
    padding: 0 0 2rem 4.5rem;
    line-height: 2;
    top: -1rem;
    position: relative;
  }
  .mobile-eyebrow .eyebrow-nav ul li a {
    text-transform: uppercase;
    font-weight: 800;
    margin: 0 10px;
    font-size: 0.8rem;
    color: var(--brand-color1);
    width: 100%;
  }
  .mobile-eyebrow .eyebrow-nav ul {
    margin: 1rem 0;
  }
  .mobile-eyebrow .eyebrow-nav ul li {
    list-style-type: none !important;
    padding-left: 40px;
  }
  ul.eyebrow-nav-list {
    float: left;
    text-align: left;
  }
  /*******************homepage**************/
  .hp-buttons .btn-primary {
    min-width: 350px;
    float: none;
    display: block;
    margin: 1rem auto;
  }
  /*******************cards**************/
  .card_wrapper {
    width: 46%;
    margin: 1rem auto;
  }
  /*******************mobile tables***************/
  .table {
    table-layout: fixed;
    width: 100%;
  }
  .table-responisve {
    overflow: scroll;
    width: 60vw;
  }
  .environ-doc-sort {
    float: left;
  }
  .environ-doc-table {
    float: left;
  }
  .reverse {
    flex-direction: column-reverse;
  }
  /*******************background images***************/
  .bkgimg-caption.text-start {
    margin: -35% 15px 10%;
  }
  .bkgimg-caption.text-center {
    margin: -35% auto 10%;
  }
  .bkgimg-caption.text-end {
    margin: -35% 15px 10%;
  }
  .bkgimg-caption.text-center {
    margin: -35% auto 10%;
  }
  .block_fwimg {
    padding: 0;
  }
  .bkgimg_text {
    font-size: 1.5rem;
  }
  .bkgimg_heading {
    font-size: 3rem;
    line-height: 3rem;
    font-weight: bold;
  }
  img.bkimg_slide {
    min-height: 30vh;
  }
  /*******************news***************/
  .card.block_fw {
    max-height: 100%;
    filter: none;
  }
  .fw_card-bodyhide {
    overflow: hidden;
    height: 100%;
    max-height: 100%;
  }
  .article {
    max-width: 100%;
    clear: none;
    margin: 0;
  }
  .news-gallery .article {
    max-width: 45%;
    clear: right;
    margin: 15px;
    float: left;
  }
  .news .thumb {
    filter: none;
    width: auto;
    height: auto;
  }
  /*******************carousel***************/
  .carousel_banner_heading,
  .carousel_banner_heading a {
    font-size: 5rem;
    line-height: 1rem;
  }
  /*****************Mobile Table***********/
	 .responsiveTablesLarge colgroup {
		 width:0;
	}
	 .responsiveTables colgroup {
		 width:0;
	}
	 .dt-search input::placeholder {
		 font-weight: 500;
		 font-size: .9rem;
		 opacity: .5;
	}
	 body .table:is(.responsiveTablesLarge, .dataTable) {
		 display: flex;
		 overflow:hidden;
		 width: 100%;
		 position:relative;
		 justify-content:center 
	}
	 body .table:is(.responsiveTablesLarge, .dataTable)::after {
		 content: "";
		 position: absolute;
		 top: 0;
		 right: 0;
		 width: 3rem;
		 height: calc(100% - 11px);
		 background: linear-gradient(to right, rgba(255,255,255,0),rgba(255,255,255,1));
	}
	 body table:is(.responsiveTablesLarge, .dataTable) thead {
		 display: flex;
		 flex-shrink: 0;
		 min-width: -webkit-min-content;
		 min-width: -moz-min-content;
		 min-width: min-content;
		 float: left;
		 margin-bottom: .7rem;
	}
	 body table:is(.responsiveTablesLarge, .dataTable) tbody {
		 display: flex;
		 position: relative;
		 overflow-x: auto;
		 overflow-y: hidden;
		 scrollbar-color: var(--primary-large-teal) var(--background-gray);
		 scrollbar-width: thin;
	}
	 body table:is(.responsiveTablesLarge, .dataTable) :is(thead, tbody) tr {
		 display: flex;
		 flex-direction: column;
		 min-width: -webkit-min-content;
		 min-width: -moz-min-content;
		 min-width: min-content;
		 flex-shrink: 0;
		 max-width: 50vw;
		 text-wrap: auto;
		 flex:1 1 100%;
		 min-width:20ch;
	}
	 body table:is(.responsiveTablesLarge, .dataTable) th {
		 max-width:200px;
		 min-height: 74px;
	}
	 body table:is(.responsiveTablesLarge, .dataTable) td {
		 max-width:50vw;
	}
	 body table.dataTable:is(.responsiveTablesLarge, .dataTable) :is(th,td) {
		 text-align: left!important;
		 border-width: 1px;
		 text-wrap:auto!important;
	}
	 body table.dataTable:is(.responsiveTablesLarge, .dataTable) th[colspan]:not([colspan="1"]), body table.dataTable:is(.responsiveTablesLarge, .dataTable) tfoot {
		 display: none;
	}
	 body .table:is(.responsiveTablesLarge, .dataTable) thead th:last-child{
		 border-bottom: none;
	}
	 body table.dataTable:is(.responsiveTablesLarge, .dataTable) > tbody > tr:last-of-type {
		 z-index: 1;
		 position: relative;
	}
	 body table.dataTable:is(.responsiveTablesLarge, .dataTable) > tbody > tr:last-child > * {
		 border-bottom: inherit;
	}
	 body .table:is(.responsiveTablesLarge, .dataTable) td, body .table:is(.responsiveTablesLarge, .dataTable) th {
		 padding: 1rem;
		 vertical-align: middle;
		 box-sizing: border-box;
		 font-size: .9rem;
		 text-overflow: ellipsis;
		 display:flex;
		 overflow:overlay;
		 flex:1 1 100%;
		 align-items:center;
	}
	 .table-bordered>:not(caption)>*>* {
		 border-width:var(--bs-border-width);
	}
}
@media (min-width: 993px) {
  .social-policy {
    margin-left: -13px;
  }
}
@media (max-width: 860px) {
  .article {
    max-width: 100%;
    float: none;
  }
  .news-gallery .article {
    max-width: 95%;
    clear: right;
    margin: 15px auto;
    float: none;
  }
  /*******************background images***************/
  .bkgimg-caption.text-center {
    padding: 0;
    margin: -48% 15px 7%;
  }
  .bkgimg-caption.text-end {
    margin: -48% 15px 7%;
    padding: 0;
  }
  .bkgimg-caption.text-start {
    margin: -48% 15px 7%;
    padding: 0;
  }
  .bkgimg_heading {
    font-size: 2.5rem;
    line-height: 2rem;
  }
  /*******************footer***************/
  .footer-content {
    padding: 15px 0;
    margin: 0 5%;
    display: block;
    position: static;
  }
  .footer.text-lg-start.row > div > div.footer-col {
    max-width: 100%;
  }
}
/*Medium devices (tablets,768px or less)*/
@media (max-width: 768px) {
  .card_wrapper {
    width: 100%;
  }
  .banner-location-carousel {
    margin: 0;
    top: -2rem;
    left: 0;
  }
  .carousel-inner {
    height: 350px;
  }
  .carousel-hero {
    margin: 0 auto;
    top: 7rem;
  }
  .carousel-hero .heading-wrapper {
    display: block;
    margin: 0;
    width: 100%;
    float: none;
    position: relative;
    left: 0;
  }
  .carousel-hero .caption {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    min-height: 50px;
    float: none;
  }
  a.carousel-arrow {
    float: none;
    margin: 0 auto;
    background-color: var(--brand-color1);
    height: 65px;
    min-height: 65px;
    width: 31.25rem;
    display: block;
  }
  #linkListNav .link-list-caret {
    margin: -3rem 0 0 14rem;
    width: 50px;
    float: left;
  }
  .link-list-wrapper .link-listing-firstchild,
  .link-list-wrapper .link-listing-firstchild a {
    width: 100%;
    font-size: 1.25rem;
    color: var(--brand-color2) !important;
    padding: 0px 0 1rem 0;
    margin: 0 0 0 -7rem;
    float: left;
  }
  .link-list-wrapper .list-col.list-title {
    float: none;
    margin: 0 auto;
    padding: 0;
    display: block;
    width: 100%;
    text-align: center;
  }
  .link-list-wrapper .navigation-list-title {
    float: none;
    padding-right: 5px;
    text-align: center;
  }
  .link-list-wrapper .list-col.list-items {
    float: none;
    padding: 0;
    margin: 0 auto;
    width: 80%;
    text-align: center;
  }
  .link-list-wrapper .list-col.list-items button.accordion-button {
    width: 100%;
    float: none;
    margin: 0 5rem;
    text-align: center;
  }
  .link-list-wrapper .list-col.list-items button.accordion-button:not(:first-child) {
    display: none;
  }
  #tile-carousel {
    max-width: 300px;
    margin: 0 auto;
  }
  .carousel-button {
    margin: -115px auto 70px !important;
    max-width: 325px;
  }
  .sticky-top {
    top: 0;
  }
  .sidebar {
    border: 0 !important;
    text-align: center;
  }
  /*******************Tabs To Accordions***************/
  .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
  }
  .footer [class^="col-"] {
    margin-bottom: 15px;
  }
  /*******************newsl***************/
  main .news-gallery .article {
    max-width: 100%;
  }
  .news-gallery .article img.thumb {
    float: none;
    max-height: 250px;
    margin: 0 auto;
    display: block;
  }
  /*******************carousel***************/
  .carousel-button {
    margin: -81px auto 50px auto !important;
    max-width: 60%;
  }
  .carousel-caption {
    position: initial;
    padding: 30px 15px;
  }
  .carousel-caption h5,
  .carousel-caption p {
    text-shadow: none;
  }
  .carousel-caption a:not(.btn) {
    color: initial !important;
  }
  .carousel-indicators {
    display: none;
  }
  /*******************Tile block***************/
  .tile {
    position: relative;
    float: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 0;
    cursor: default;
    min-width: 285px;
    margin-top: 10px;
    min-height: 96px;
  }
  /*******************mobile nav***************/
  .navbar .nav-link.hover ~ .dropdown-menu {
    display: none;
    margin-top: 0;
  }
  .navbar .nav-link.hover:hover ~ .dropdown-menu,
  .navbar .nav-link.hover ~ .dropdown-menu:hover {
    display: block;
  }
  .dropdown-item.dropdown-toggle.hover ~ .dropdown-menu {
    display: none;
  }
  .navbar .dropdown-item.dropdown-toggle.hover:hover ~ .dropdown-menu,
  .navbar .dropdown-item.dropdown-toggle.hover ~ .dropdown-menu:hover {
    display: block;
  }
  .row.gx-5 {
    margin-right: calc(-0.5 * 4rem);
    margin-left: calc(-0.5 * 4rem);
  }
  .row.gx-5 > * {
    padding-right: calc(4rem * 0.5);
    padding-left: calc(4rem * 0.5);
  }
  /*******************footer***************/
  .footer.text-lg-start.row > div > div.footer-col {
    float: none;
    text-align: center;
  }
  main .news-gallery .article {
    max-width: 43%;
  }
  .bkgimg_text {
    font-size: 1.2rem;
  }
}
@media (max-width: 575px) {
  .container h2,
  .container h1,
  .container h3 {
    max-width: 565px !important;
  }
  .dropdown-menu.rounded-0.show {
    padding: 1rem 3rem 0;
  }
  .navbar-expand-lg .navbar-toggler {
    margin: -6rem 0 0 84%;
  }
  .caption-arrow .heading-arrow {
    margin: 0 42%;
  }
  .banner .heading-wrapper {
    width: 350px;
  }
  .hero {
    max-width: 375px;
  }
  .banner-location {
    width: 50%;
    float: none;
    margin: -34rem 5% 0;
    clear: both;
  }
  
  .photo-container + p {
      clear: left;
  }
  /*******************background image***************/
  img.bkimg_slide.img-fluid {
    min-height: 25vh;
  }
  .bkgimg-caption.text-center {
    padding: 15px;
    margin: -40% auto 10%;
  }
  .bkgimg-caption.text-start {
    padding: 15px;
    margin: -40% auto 10%;
  }
  .bkgimg-caption.text-end {
    padding: 15px;
    margin: -40% auto 10%;
  }
  .bkgimg_heading {
    font-size: 2rem;
    line-height: 2rem;
  }
  .col-xs-12.col-lg-6.pull-right.mt-5.grn-sign-form {
    float: none !important;
    text-align: center;
    margin: 0 -16%;
    display: block;
  }
  .email_signup_title {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 600;
  }
  .email_signup_text {
    font-size: 14px;
    margin-bottom: 0;
  }
  main .news-gallery .article {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    float: none;
  }
  /***********************************mobile tiles ***********************************/
  .container-fluid .cards .tile-layout-4 {
    width: 100%;
    margin: 0 auto;
    display: block;
    float: none;
  }
}
@media (max-width: 450px) {
  .container h2,
  .container h1,
  .container h3 {
    max-width: 440px !important;
  }
  .rowheading {
    padding-left: 0.7em !important;
  }
  .mobile-main-nav .mobile-back-wrapper {
    margin: -30rem 0 0 0;
  }
  .card_wrapper {
    padding: 1rem;
  }
  .footer-social {
    margin: 0 auto !important;
  }
}
/*********************************** LARGE SCREEN RESPONSIVE ***********************************/
@media (min-width: 576px) {
  .container .cards {
    max-width: 540px !important;
  }
  .container .threeButtonWrapper {
    max-width: 540px !important;
  }
  .container h2,
  .container h1,
  .container h3 {
    max-width: 560px !important;
  }
}
/*Medium devices (tablets, 768px or more)*/
@media (min-width: 768px) {
  .container .threeButtonWrapper {
    max-width: 720px !important;
  }
  .container .cards {
    max-width: 720px !important;
  }
  .container h2,
  .container h1,
  .container h3 {
    max-width: 740px !important;
  }
  .navbar .nav-link.hover ~ .dropdown-menu {
    display: none;
    margin-top: 0;
  }
  .navbar .nav-link.hover:hover ~ .dropdown-menu,
  .navbar .nav-link.hover ~ .dropdown-menu:hover {
    display: block;
  }
  .dropdown-item.dropdown-toggle.hover ~ .dropdown-menu {
    display: none;
  }
  .navbar .dropdown-item.dropdown-toggle.hover:hover ~ .dropdown-menu,
  .navbar .dropdown-item.dropdown-toggle.hover ~ .dropdown-menu:hover {
    display: block;
  }
  .row.gx-5 {
    margin-right: calc(-0.5 * 4rem);
    margin-left: calc(-0.5 * 4rem);
  }
  .row.gx-5 > * {
    padding-right: calc(4rem * 0.5);
    padding-left: calc(4rem * 0.5);
  }
  /*Tabs To Accordions*/
  .nav-tabs {
    display: flex;
  }
  .tab-content .accordion {
    border: none;
  }
  .tab-content .accordion .accordion-header {
    display: none;
  }
  .tab-content .accordion .collapse {
    display: block;
  }
}
@media (min-width: 992px) {
  .side {
      width: 90%;
  }
  .container .threeButtonWrapper {
    max-width: 960px !important;
  }
  .container .cards {
    max-width: 960px !important;
  }
  .container h2,
  .container h1,
  .container h3 {
    max-width: 930px !important;
  }
  /*.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    float: right;
  }*/
  .row.top_nav {
    padding: 15px 2% 5px 0;
  }
  .top_nav_wrapper {
    float: right;
    text-align: right;
    padding: 0 10px;
    margin: 0;
  }
  .top_nav {
    padding: 0 20px;
  }
  .top_nav li,
  .top_nav div li a {
    width: 100%;
    text-align: right;
    padding: 0 5px 5px;
    font-size: 15px;
    max-width: 100%;
    color: var(--brand-color7) !important;
    display: inline;
  }
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .eyebrow_nav {
      display: none;
  }
}
@media (min-width: 1200px) {
  .container .threeButtonWrapper {
    max-width: 1140px !important;
  }
  .container .cards {
    max-width: 1140px !important;
  }
  .container h2,
  .container h1,
  .container h3 {
    max-width: 1140px !important;
  }
}
@media (min-width: 1400px) {
  .fw_card-bodyhide {
    overflow: hidden;
    height: 100%;
  }
  .card.block_fw {
    max-height: 560px;
  }
  .container h2,
  .container h1,
  .container h3 {
    max-width: 1320px !important;
  }
}

/*************************** SITSD Cards *****************************************/
.sitsd-cardWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sitsd-cardWrapper.sml {
  justify-content: center;
}
.sitsd-card {
  position: relative;
  width: 32%;
  min-width: 300px;
  border: solid 1px var(--brand-color8);
  padding-bottom: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.sitsd-card:has([class^="FAIcons"]) {
    min-width: 320px;
}
a.sitsd-card:before {
  content: '';
  width: 50px;
  height: 40px;
  position: absolute;
  bottom: 5px;
  right: 10px;
  background-image: url("https://sitsd.mt.gov/_images/yellow-arrow.svg");
  background-size: contain;
  transition: linear 0.2s all;
}
a:hover.sitsd-card:before {
  right: 5px;
}
.sitsd-card.smlcard {
  border: 1px solid #ddd;
  width: 16%;
  min-width: 16%;
  flex-grow: 0 !important;
  flex-basis: 250px;
  margin-right: 0.5%;
  margin-left: 0.5%;
  padding: 5px;
  padding-bottom: 40px;
  margin-bottom: 20px;
  text-align: center;
}
.sitsd-card.smlcard .sitsd-card-main-content {
    padding: 10px 5px 0;
}
.sitsd-card-content {
  padding: 20px;
}
.sitsd-card-title {
  font-size: 1.296em;
  color: var(--brand-color5);
  font-weight: 700;
  text-rendering: optimizeLegibility;
  padding-top: 0.273em;
  line-height: 1.15538em;
  padding-bottom: 0.273em;
}
.sitsd-card-smlcard-title {
  font-size: 1.296em;
  color: var(--brand-color2);
  font-weight: 700;
  text-rendering: optimizeLegibility;
  padding-top: 1em;
  line-height: 1.15538em;
}
.sitsd-sub-title {
  font-size: 1rem;
  font-weight: 600;
  color: #ac7503;
}
.sitsd-card-main-content {
  padding-top: 10px;
  color: var(--brand-color5) !important;
}
.sitsd-card-main-content.horzcard-content {
    display: flex;
}
.sitsd-card-main-content:not(.horzcard-content) ul {
  padding-left: 20px;
}
.sitsd-cardWrapper a.sitsd-card {
  text-decoration: none!important;
  transition: linear 0.2s all;
}
.sitsd-cardWrapper a.sitsd-card:hover {
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.sitsd-card-cta {
  color: #3a70b2 !important;
  transition: linear 0.2s all;
  font-weight: 700;
  text-transform: Capitalize;
}
.sitsd-card-cta:not(.horzcard-cta) {
    display: block;
    position: absolute;
    bottom: 15px;
    left: 20px;
    padding: 8px;
    margin-top: 20px;
    width: auto;
}
.sitsd-card-cta:hover {
  color: #ac5003 !important;
  text-decoration: none!important;
}
.sitsd-card-image {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center;
}
.sitsd-cardWrapper.horzcards {
  /* empty */
}
.sitsd-horzcard {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  align-items: center;
}
.sitsd-horzcard img {
  display: block;
  order: 1;
  width: 30%;
  object-position: center;
  min-height: 150px;
  max-height: 800px;
}
.sitsd-horzcard .sitsd-contentbox {
  position: relative;
  order: 2;
  width: 70%;
  padding: 40px;
  padding-bottom: 55px;
  background-color: var(--brand-color7);
}
.sitsd-horzcard.card-right img {
  order: 3;
}
.autocardnav .sitsd-card {
  margin-left: 0.5%;
  margin-right: 0.5%;
}
/***************************** Side Bar ************************************/
.sidebar-menu-wrap.open.fixed.closed {
  width: 60px;
  height: 120px;
}
.header_wrapper {
  z-index: 1000;
}
.blockColor1.sidebar-current-nav {
  padding: 0px;
}
.blockColor1.sidebar-current-nav a.nav-link {
  padding: 5px 5px;
}
.sidebar-items {
  padding-bottom: 10px;
}
.sidebar-menu-wrap .nav-link.sidenav1 {
  padding-top: 15px!important;
  padding-bottom: 10px !important;
  background-color: var(--brand-color7) !important;
  color: var(--brand-color1) !important;
}
.sidebar-menu-wrap .sidebar-close {
  padding-top: 1em;
}
.sidebar-menu-wrap .sidebar-close i {
  color: var(--brand-color1);
}
.sidebar-menu-wrap .folder {
  position: relative;
  padding: 5px 5px;
  padding-left: 5px;
  transition: linear 0.2s all;
}
.sidebar-menu-wrap .folder .fa-plus,
.sidebar-menu-wrap .folder .fa-minus {
  position: absolute;
  right: 10px !important;
  color: #f5a603;
  top: 8px;
}
.sidebar-menu-wrap .folder span {
  transition: linear 0.2s all;
  cursor: pointer;
}
.sidebar-menu-wrap .folder span:hover {
  font-weight: 500;
  margin-left: -4px;
}
.sidebar-menu-wrap a {
  transition: linear 0.2s all;
}
.sidebar-menu-wrap folder:hover,
.sidebar-menu-wrap a:hover {
  font-weight: 500;
}
.sidebar-menu .nav-link,
.sidebar-menu .nav-item {
  float: none!important;
  width: 100%;
  text-align: left;
  background-color: transparent!important;
  margin-left: 0px;
}
.header_wrapper .navbar-nav .parent-link-top-nav {
  padding-bottom: 15px;
  padding-top: 10px;
}
header .list-group-flush .list-group-item {
  color: white;
  background: transparent;
  border-color: #aaa;
}

/**************************** Alert Banner *********************************/
.alert-wrapper {
  display: flex;
  background-color: var(--brand-color3);
  padding: 20px;
  font-size: 1.2em;
  margin-bottom:20px;
}
.alertIcon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fa-triangle-exclamation {
  scale: 200%;
  margin: 15px;
}
.alertText {
  padding-left: 20px;
}
/**************************** Brand Logos **********************************/
.logoRow {
  display: flex;
}
.logoContainer {
  width: 45%;
  margin: 10px;
  border: 1px solid #112f60;
}
.navy-bg {
  background-color: #112f60;
}
.logoLinks {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  border-top: 1px solid #112f60;
}
.logoLinks a {
  margin: 0 5px;
  background-color: #fff !important;
}

/**************************** Media Queries ********************************/
@media only screen and (max-width: 366px) {
  #template-search-item {
    display: none;
  }
}
@media only screen and (max-width: 425px) {
  .latestNewsContainer {
    flex-direction: column;
  }
  .news-gallery .article img.thumb {
    max-width: 100%;
    padding-right: 0 !important;
    margin: 0 0 10px 0 !important;
  }
  .filter-btn-primary {
    min-width: 100%;
  }
  .filterWrapper {
    font-size: 0.7em;
    margin: 0 20px;
    display: flex;
    flex-direction: column;
  }
  .selectLabel {
    font-size: 1rem;
  }
  select#programFilter {
    width: 350px;
    font-size: 1rem;
  }
  .alert-wrapper {
    flex-direction: column;
  }
  .alertText {
    padding: 10px 0 0 0;
  }
}
@media only screen and (max-width: 576px) {
  #template-header-wrapper.fixed-top {
    position: fixed !important;
  }
  .latestNews1,
  .latestNews2,
  .latestNews3 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .news-gallery .article img.thumb {
    padding-left: 0 !important;
    padding-bottom: 20px;
    width: 100% !important;
  }
  .news-gallery .article {
    flex-direction: column;
  }
}
@media (max-width: 790px) {
  .sitsd-card {
    min-width: 100%;
  }
  .carousel-inner {
    overflow: visible;
  }
  .carousel-item.active {
    flex-direction: column-reverse;
  }
  .banner-location-carousel {
    left: 1rem;
  }
  #carousel > div.carousel-inner > div.carousel-item > img {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    height: 300px;
  }
  .carousel-hero {
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .carousel-hero .caption {
    background: var(--brand-color1);
  }
  a.carousel-arrow {
    background: var(--brand-color2);
  }
  a.carousel-arrow .heading-arrow {
    transform: rotate(270deg);
  }
  .threeButtonWrapper {
    padding-top: 3rem !important;
    margin-top: 10px !important;
  }
  .footer-links {
    padding: 0;
  }
  .footer-social {
    text-align: center;
  }
  .row {
    --bs-gutter-x: 0;
  }
  .mobile-eyebrow .eyebrow-nav ul.eyebrow-nav-list {
    padding: 20px 40px !important;
  }
}
@media (max-width: 992px) {
    .top_logo_bar .department-name {
        display: none;
    }
    .top_logo_bar .department-name-mobile {
        display: block;
    }
    .footer-logo-img {
        float: none;
        height: 25%;
        margin: 0 auto;
        width: 25%;
    }
  .footer-social {
    margin: 0px;
    width: 100%;
  }
  .mobile-eyebrow .eyebrow-nav ul.eyebrow-nav-list {
    padding: 1rem 1rem 4.5rem 2rem !important;
  }
  .btn.btn-primary {
    max-width: 100%;
    width: 100%;
  }
  .navbar-nav.mobile-only .dropdown-menu a {
    color: #ffffff !important;
  }
  .navbar-nav.mobile-only .mobile-main-nav a {
    display: block;
    line-height: 20px;
  }
  .fixed-top #template-header-nav .dropdown-menu {
    position: fixed !important;
    transform: initial !important;
    inset: initial !important;
    min-width: 100vw;
    max-width: 100vw;
    right: 0px !important;
    left: 0px !important;
    top: 48px !important;
    margin-top: 0px !important;
  }
  .header_wrapper .navbar-toggler {
    margin: 0px!important;
    position: fixed !important;
    right: 0px;
    top: 80px !important;
  }
  .mobile-main-nav .dropdown-menu.rounded-0.dropdown-submenu.show {
    position: fixed;
    top: 48px !important;
    left: 0px !important;
    right: 0px !important;
    width: 100vw;
    height: 100vh;
    max-width: 100vw !important;
    padding: 0px !important;
  }
  .mobile-main-nav .dropdown-menu.rounded-0.dropdown-submenu.show .mobile-nav-submenu {
    position: relative;
    left: 0px !important;
    right: 0px !important;
    width: 100vw;
    height: 100vh;
    max-width: 100vw !important;
  }
  .mobile-main-nav .dropdown-menu.rounded-0.dropdown-submenu.show .mobile-back-wrapper {
    margin: 0px!important;
  }
  .mobile-main-nav .dropdown-menu.rounded-0.dropdown-submenu.show .dropdown-item.active,
  .mobile-main-nav .dropdown-menu.rounded-0.dropdown-submenu.show .dropdown-item:active,
  .mobile-main-nav .dropdown-menu.rounded-0.dropdown-submenu.show .dropdown-item.main-links.active {
    background-color: transparent!important;
    text-decoration: underline!important;
  }
  .caption-arrow .arrow .heading-arrow {
    background-image: none;
  }
  .banner .heading-wrapper .caption-arrow {
    width: 10%;
  }
}
@media (min-width: 1024px) {
  .sidebar-padding {
    padding: 0 280px;
  }
}
@media (min-width: 1200px) {
  .banner {
    margin-bottom: 30px;
  }
  .banner-location {
    margin: -10rem 20% 0;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 56%;
  }
}
@media (min-width: 1400px) {
    .col-lg-8 {
        flex: 0 0 auto;
        width: 60%;
    }
}
 @media (max-width: 1455px) {
	 .latestNews1, .latestNews2, .latestNews3 {
		 width: 100% !important;
		 min-width: 100% !important;
	}
	 .latestNewsContainer {
		 flex-wrap: wrap;
	}
}
@media (max-width: 1300px) {
    .top_logo_bar {
        width: 30%;
    }
}
@media (max-width: 1200px) {
    .top_logo_bar {
        width: 25%;
    }
    footer img {
        margin-top: 2em;
    }
}
@media (max-width: 1100px) {
    .top_logo_bar {
        width: 20%;
    }
    .top_logo_bar .department-name {
        display: none;
    }
    .top_logo_bar .department-name-mobile {
        display: block;
    }
}
@media (width: 992px) {
    /* this was showing only at screen width of 992px when user had not opened menu */
    #navbarCollapse .navbar-nav.mobile-only {
        min-width: 0;
        width: 0;
    }
    
    #navbarCollapse .navbar-nav.mobile-only.show {
        min-width: 100%;
        width: 120vw;
    }
}
