/* 
    Created on : July 10, 2015
    Author     : VMiluk
    Description:
        Custom styles for this template. Overrides core Bootstrap CSS.
*/

html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 42rem; /* Margin bottom by footer height */
  font-family: "Source Sans 3", Arial, Helvetica, sans-serif;  position: static !important;
}

main {
  padding: 0 2rem 2rem;
}
aside {
  padding: 1rem 2rem;
}
.utah-design-system button, .utah-design-system .button{
	font-size: 16px;
}
/* Override the default design system colors */
.utah-design-system {
  --primary-color: #490f52;
  --primary-color-dark: #4e2d53;
  --primary-color-light: #cbbacd;
  --gray-on-primary-color: #474747;

  --secondary-color: #1c8478;
  --secondary-color-dark: #d0940a;
  --secondary-color-light: #cee4e2;
  --gray-on-secondary-color: #474747;

  --accent-color: #ffb100;
  --accent-color-dark: #196179;
  --accent-color-light: #f1f1f1;
  --gray-on-accent-color: #3f3f3f;

  --gray-color: #474747;
  --gray-medium-color: #616161;
  --gray-medium-light-color: #d7d7d7;
  --gray-light-color: #f1f1f1;
  --gray-dark-color: #333333;

  --hover-gray-color: rgba(0, 0, 0, 0.07);
  --hover-gray-color-opaque: rgba(233, 233, 233);

  --header-primary-color: var(--primary-color);
  --link-color: var(--primary-color);
  --link-color-dark: var(--primary-color-dark);
  --font-size-xs: 16px;
  --font-size: 16px;
}

:root {
  --primary-color: #490f52;
  --primary-color-dark: #4e2d53;
  --primary-color-light: #cbbacd;
  --gray-on-primary-color: #474747;

  --secondary-color: #1c8478;
  --secondary-color-dark: #d0940a;
  --secondary-color-light: #cee4e2;
  --gray-on-secondary-color: #474747;

  --accent-color: #ffb100;
  --accent-color-dark: #196179;
  --accent-color-light: #f1f1f1;
  --gray-on-accent-color: #3f3f3f;

  --gray-color: #474747;
  --gray-medium-color: #616161;
  --gray-medium-light-color: #d7d7d7;
  --gray-light-color: #f1f1f1;
  --gray-dark-color: #333333;

  --hover-gray-color: rgba(0, 0, 0, 0.07);
  --hover-gray-color-opaque: rgba(233, 233, 233);

  --header-primary-color: var(--primary-color);
  --link-color: var(--primary-color);
  --link-color-dark: var(--primary-color-dark);
}

/* .container{
	max-width:1200px !important;
} */
.square2a {
 list-style-type: square;
 margin-left: -2em;
}
.x-coloring{
	background-color: rgb(71, 71, 71);
	color: #fff !important;	
	width: 100% !important;
	list-style-image: none;
	list-style-position: outside;
    list-style-type: none;
    text-decoration: none !important;
}

a.x-coloring:hover, a.x-coloring:active, a.x-coloring:focus{
	color: #fff !important;	
    background-color: rgb(71, 71, 71) !important;
    border-color: rgb(71, 71, 71) !important;
    text-decoration: underline !important;
}
.x-header{
font-family: "Source Sans 3", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 700;
}
.x-icon{
align-items: center;
color: rgb(255, 255, 255);
display: block;
flex-direction: row;
flex-wrap: nowrap;
font-size: 28.8px;
font-style: normal;
font-weight: 400;
height: 30px;
text-align: center;
width: 30px;
}
.x-ahref {
	display: block;
	flex-basis: auto;
	flex-grow: 0;
	flex-shrink: 1;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 10px;
	position: relative;
    text-decoration: none !important;
}
a.x-ahref:hover, a.x-ahref:active, a.x-ahref:focus{
    text-decoration: underline !important;
}
.x-text{
	border-bottom-width: 0px;
	color: rgb(255, 255, 255);
	display: block;
	height: 22.3906px;
	line-height: 22.4px;
	margin-right: 16px;
}


.x-div2{
align-items: center;
background-color: rgb(28, 132, 120);
color: rgb(255, 255, 255);
display: flex;
flex-basis: 100%;
flex-direction: row;
flex-grow: 0;
flex-shrink: 1;
padding-left: 15px;
width: 100%;
}

.x-div3{
	align-content: center;
align-items: center;
display: flex;
flex-basis: auto;
flex-direction: row;
flex-grow: 1;
flex-shrink: 0;
flex-wrap: wrap;
justify-content: flex-start;
position: relative;
text-size-adjust: 100%;
}
.x-middle-col1-a{
color: rgb(255, 255, 255);
display: inline-block;
width: 300px;
}
.x-middle-col1-image{
	aspect-ratio: auto 1800 / 320;
color: rgb(255, 255, 255);
display: block;
max-width: 100%;
width: 300px;
margin-left: -8px;
}

.x-footer2{
	position:absolute;
	width: 100%;
	color: rgb(255, 255, 255);
	background-color: rgb(71, 71, 71);
	bottom: 0;
}

.undo-margin{
	margin-right: 0 !important;
    margin-left: 0 !important;
    padding-top: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
}
.modal{
	z-index: 9999;
}
.hideit{
    display: none;
}
.footer-divider{
	box-sizing: border-box;
	border-top: 1px solid rgba(255,255,255,1) !important;
	color: rgb(255, 255, 255) !important;
	display: block;
	height: 2px;
	top: 0px;
    align-items: center;
    width: 100%;
}
@media screen and (max-width: 768px) {
	body {
	    margin-bottom: 94rem; 
	}
	.x-footer2{
		max-height: 94rem;
	} 
}	
@media screen and (min-width: 768px) and (max-width: 1199px) {
	body {
	    margin-bottom: 52rem; 
	}
	.x-footer2{
		max-height: 52rem;
	}
}	
	
@media print {
  html, body {
    font-family: "Source Sans 3", "Source Sans Pro", Helvetica, Arial, sans-serif !important;
    font-size: 12pt !important;
    height: auto !important;
    color: auto !important;
  }
	.donotprint {
		display: none;
	}
}
.selectedHref{
	color: var(--primary-color) !important;
	border-left: 5px solid var(--primary-color);
	padding-left: 12px;
	font-weight: bold;
	background-color: var(--gray-light-color) !important;
}
.selectedHrefNoBorder{
	color: var(--primary-color) !important;
	font-weight: bold;
	background-color: var(--gray-light-color) !important;
}

.visually-hidden,.screen-reader-text,.screen-reader-response,.bp-screen-reader-text {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0)
}

.visually-hidden.focusable:active,.visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}