
/* element styles */

html {
	overflow: scroll;
}

body{
	margin: 0;
	padding: 0; 
	background: #fff;
	font-size: 100%;
	border-top: 5px solid #00a5de;
}	 

div {
	font-family: 'Noto Sans', sans-serif;
	font-size: 100%;
	color: #000;
}

p {
	font-family: 'Noto Sans', sans-serif;
	font-size: 120%;
	color: #000;
	margin: 0 0 15px 0;
	line-height: 120%;
}

li {
	font-size: 120%;
	color: #000;
}

li p, li ul li {
	font-size: 100% !important;
}

td {
	font-size: 100%;
	color: #000;
	vertical-align: top;
}

td * {
	font-size: 100% !important;
}

img {
	border: 0;
}

a {
	font-size: 100%;
	color: #004591;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-family: 'Quicksand', sans-serif;
	font-size: 200%;	
	color: #00a5de;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-family: 'Quicksand', sans-serif;
	font-size: 150%;	
	color: #3cbce5;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
}

h3 {
	font-family: 'Quicksand', sans-serif;
	font-size: 120%;	
	color: #3cbce5;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
}


h4 {
	font-family: 'Quicksand', sans-serif;
	font-size: 110%;	
	color: #00a5de;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
}

form {
	margin: 0;
}

textarea {
	font-family: 'Noto Sans', sans-serif;
	font-size: 90%;
}


/* page element styles */ 

#tagline {
	font-family: 'Quicksand', sans-serif;
	color: #00a5de;
	font-weight: bold;
}

#search {
	background-color: #f3f3f3;
	border: 1px solid #e5e5e5;
	margin: 0;
	padding: 10px 8px;
}

#search #q {
	color: #888888;
	width: 84px;
	border: none;
	background: inherit;
	margin: 0;
	float: left;
}

#search_button {
	float: left;
}

#social_media {
	float: left;
	width: 180px;
}

.social_icon {
	display: block;
	float: left;
	background: center center no-repeat;
	width: 35px;
	height: 35px;
	margin: 5px 15px 0 0;
	background-size: 100% 100%;
}

.social_icon span {
	display: none;
}

.social_icon:hover {
	background-position: bottom left;
	animation-name: jello-horizontal;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}

.social_icon svg {
	width: 35px;
	height: 35px;
}

.social_icon svg circle,
.social_icon svg path,
.social_icon svg rect  {
	fill:  #fff;
	transition:  fill 0.3s;
}

.social_icon:hover svg circle,
.social_icon:hover svg path,
.social_icon:hover svg rect  {
	fill:  #00a2dd;
}

.nav_item, 
.nav_item:hover, 
.nav_item_active  {
	font-family: 'Noto Sans', sans-serif;
	display: block;
	text-align: center;
	color: #fff !important;
	font-weight: 300 !important;
	padding: 10px 10px 0 10px;
	height: 35px;
	font-size: 110% !important;
	transition: background-color 0.3s;
}

.nav_item:hover, .nav_item_active {
	background: rgb(0,191,232);
	background: linear-gradient(180deg, rgba(0,191,232,1) 0%, rgba(0,139,213,1) 100%);
	text-decoration: none !important;
}
	
	
#footer {
	background: url(../images/site/footer-border.png) repeat-x left top, linear-gradient(180deg, rgba(0,99,159,1) 0%, rgba(0,69,111,1) 100%);
	font-size: 90%;
	margin-top: 50px;
}

#footer * {
	color: #fff;
	font-size: 100%;
}

#footer_left {
	width: calc(100%/4*3);
	float: left;
}

#footer_logo {
	width: calc(100%/4);
	float: left;
	text-align: right;
}

#footer_links a {
	display: inline-block;
	vertical-align: middle;
}

/* audit */

#autosave {
	background: url(../images/site/autosave.svg) no-repeat top center;
	background-size:  50px 50px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	display: none;
}

.topic_header {
	margin: 0 0 1px 0;
	display: flex;
	flex-wrap: wrap;
}

.topic_header .button {
	margin: 0;
}

.row0 {
	background: #ddecf1;
}

.row1 {
	background: #edf7fa;
}

.grey_bg {
	background: #ddd !important;	
}

.grey_bg * {
	color: #666 !important;
}

.topic_left {
	padding: 15px;
	flex-basis: calc(100%/3 - 35px);
}

.topic_middle {
	padding: 15px;
	text-align: right;
	border-right: 1px #fff solid;
	flex-basis: calc(100%/3 - 35px);
}

.topic_title {
	font-size: 140%;
}

.topic_right {
	text-align: center;
	padding: 15px;
	flex-basis: calc(100%/3 - 35px);
}

.topic_date {
	width: 80px;
}

.topic_summary {
	padding: 10px;
}

.topic_completion {
	font-size: 140%;
}

.topic_feedback {
	width: 200px;
	height: 60px
}

.criteria_help {
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(../images/site/info-mark.png) no-repeat;
}

.criteria_help:hover {
	background-position: bottom left !important;
}

.criteria_helptext {
	display: none;
}

#audit_form input[type="text"] {
	width: 100px;
}

#audit_form textarea {
	height: 200px;
}

#print_form {
	width: 100%;
}

/* left nav */

#left_nav a {
	display: block;
	color: #004590;
}

#left_nav .button {
	color: #fff !important;
}

.nav_item_1, .nav_item_2, .nav_item_3, .nav_item_4 {
	border-top: 3px #f0f0f0 solid;
	padding: 10px;
	transition: background-color 0.3s;
}

.nav_item_1:hover, .nav_item_2:hover, .nav_item_3:hover, .nav_item_4:hover, #nav_print:hover {
	background-color: #bbe9f3;
}

.nav_item_1:hover *, .nav_item_2:hover *, .nav_item_3:hover *, #nav_print:hover * {
	text-decoration: none;
}

.nav_item_1_active, .nav_item_2_active, .nav_item_3_active, .nav_item_4_active {
	background-color: #bbe9f3;
	border-top: 3px #f0f0f0 solid;
	padding: 10px;
}

.nav_item_1_active *, .nav_item_2_active *, .nav_item_3_active *, .nav_item_4_active * {
	text-decoration: none;
}

.nav_item_2, .nav_item_2_active {
	padding-left: 20px;
}

.nav_item_3, .nav_item_3_active {
	padding-left: 40px;
}

.nav_item_4, .nav_item_4_active {
	padding-left: 60px;
}


#nav_print {
	background: url(../images/site/print-icon.png) no-repeat 5px 3px;
	padding-left: 35px;
}

/* themes */

.AS_nav {
	background-color: #52397b;
}	

.AS_nav a {
	color: #fff !important;
}
	
.AS_bg, .AS_bg0 {
	background-color: rgba(82, 57, 123, 0.3);
}	
.AS_bg1 {
	background-color: rgba(82, 57, 123, 0.1);
}	

#left_nav_block .AS_bg:hover {
	background-color: #52397b;
}
#left_nav_block .AS_bg:hover a {
	color: #fff !important;
}

.cyan_nav {
	background-color: #3097b8;
}	

.cyan_nav a {
	color: #fff !important;
}
	
.cyan_bg, .cyan_bg0 {
	background-color: rgba(48, 151, 184, 0.3);
}	
.cyan_bg1 {
	background-color: rgba(48, 151, 184, 0.1);
}	

#left_nav_block .cyan_bg:hover {
	background-color: #3097b8;
}
#left_nav_block .cyan_bg:hover a {
	color: #fff !important;
}

.pink_nav {
	background-color: #be0070;
}	

.pink_nav a {
	color: #fff !important;
}

.pink_bg, .pink_bg0 {
	background-color: rgba(190, 0, 112, 0.3);
}	
.pink_bg1 {
	background-color: rgba(190, 0, 112, 0.1);
}	

#left_nav_block .pink_bg:hover {
	background-color: #be0070;
}
#left_nav_block .pink_bg:hover a {
	color: #fff !important;
}

.orange_nav {
	background-color: #c56e08;
}	

.orange_nav a {
	color: #fff !important;
}

.orange_bg, .orange_bg0 {
	background-color: rgba(197, 110, 8, 0.3);
}	
.orange .row_1  {
	background-color: rgba(197, 110, 8, 0.1) !important;
}	

.orange_bg, .orange_bg0 {
	background-color: rgba(197, 110, 8, 0.3);
}	
.orange_bg1, .orange .row_1  {
	background-color: rgba(197, 110, 8, 0.1) !important;
}	

#left_nav_block .orange_bg:hover {
	background-color: #c56e08;
}
#left_nav_block .orange_bg:hover a {
	color: #fff !important;
}

.green_nav {
	background-color: #2d6c03;
}	

.green_nav a {
	color: #fff !important;
}

.green_bg, .green_bg0 {
	background-color: rgba(45, 108, 3, 0.3);
}	
.green_bg1 {
	background-color: rgba(45, 108, 3, 0.1);
}	

#left_nav_block .green_bg:hover {
	background-color: #2d6c03;
}

#left_nav_block .green_bg:hover a {
	color: #fff !important;
}

.blue_nav {
	background-color: #003a73;
}	

.blue_nav a {
	color: #fff !important;
}

.blue_bg, .blue_bg0 {
	background-color: rgba(5, 58, 115, 0.3);
}	
.blue_bg1 {
	background-color: rgba(5, 58, 115, 0.1);
}	
#left_nav_block .blue_bg:hover {
	background-color: #003a73;
}
#left_nav_block .blue_bg:hover a {
	color: #fff !important;
}

.purple_nav {
	background-color: #741f72;
}	

.purple_nav a {
	color: #fff !important;
}

.purple_bg, .purple_bg0 {
	background-color: rgba(115, 31, 114, 0.3);
}	
.purple_bg1 {
	background-color: rgba(115, 31, 114, 0.1);
}	
#left_nav_block .purple_bg:hover {
	background-color: #741f72;
}
#left_nav_block .purple_bg:hover a {
	color: #fff !important;
}

.AS h1, .AS h2, .AS h3 {
	color: #52397b;
}	

.cyan h1, .cyan h2, .cyan h3 {
	color: #01aae3;
}	

.pink h1, .pink h2, .pink h3 {
	color: #eb008b;
}	

.orange h1, .orange h2, .orange h3 {
	color: #f99d31;
}	

.green h1, .green h2, .green h3 {
	color: #6db23f;
}	

.blue h1, .blue h2, .blue h3 {
	color: #00498f;
}	

.purple h1, .purple h2, .purple h3 {
	color: #90278e;
}	

.AS .button {
	background-color: #52397b;
}
.AS .button:hover {
	background-color: rgba(82, 57, 123, 0.3);
}
.pink .button {
	background-color: #eb008b;
}
.pink .button:hover {
	background-color: rgba(190, 0, 112, 0.3);
}
.purple .button {
	background-color: #90278e;
}
.purple .button:hover {
	background-color: rgba(115, 31, 114, 0.3);
}
.green .button {
	background-color:#6db23f;
}
.green .button:hover {
	background-color: rgba(45, 108, 3, 0.3);
}
.orange .button {
	background-color: #f99d31;
}
.orange .button:hover {
	background-color: rgba(197, 110, 8, 0.3);
}
.blue .button {
	background-color: #00498f;
}
.blue .button:hover {
	background-color: rgba(5, 58, 115, 0.3);
}

/* form styles */

.user_form .row_0 {
	background-color: #f7f7f7;
}

.user_form .row_1 {
	background-color: #f2f2f2;
}

.user_form .row_section {
	background-color: #fff;
}

.user_form .row_section td {
	border: 0 !important;
	padding-top: 30px;
}

.user_form .cell {
	padding: 10px;
}

.user_form .cell_left {
	padding: 10px;
}

.user_form .cell_right {
	padding: 10px;
}

.user_form .cell_span {
	padding: 10px;
}

.user_form .error {
	display: block;
	color: #c00;
	font-weight: bold;
}

.user_form .input_box {
	width: 300px;
	padding: 8px;
}

.user_form .input_box_200 {
	width: 300px;
	padding: 8px;
}

.user_form .input_box_small {
	width: 80px;
	padding: 8px;
}

.user_form form {
	margin: 0px;
}

.user_form select {
	width: 300px;
	padding: 8px;
}

.user_form .textarea {
	width: 300px;
	height: 200px;
	padding: 8px;
}

.user_form .textarea_small {
	width: 300px;
	height: 50px;
	font-family: 'Noto Sans', sans-serif;
	font-size: 90%;
	padding: 8px;
}

.user_form .section {
}	

.user_form h3 {
	padding: 20px 0 0 0;
}

.user_form .select_box_200 {
	width: 300px;
}

/* home page grid - news and what's new */

.hp_grid_item h2 {
	text-align: center;
}

.news_divider {
	height: 3px;
	background-color: #ddd;
	margin-bottom: 10px;
}

#hp_news {
	background-color: #e9f3f6;
	padding: 30px;
}

.news_date {
	float: left;
	padding: 15px 0;
	width: 42px;
	height: 27px;
	margin-right: 25px;
	background: url(../images/site/news-date.png) no-repeat left top;
}

.news_day {
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	line-height: 100%;
}

.news_month {
	text-align: center;
	font-size: 55%;
	line-height: 100%;
}

#hp_news h3 {
	float: left;
	width: calc(100% - 67px);
}

#hp_whats_new {
	background-color: #f9f0f5;
	padding: 30px;
}

#hp_news h2, #hp_whats_new h2 {
	margin-bottom: 40px;
}

#hp_whats_new h2, #hp_whats_new h3 {
	color: #ec008c !important;
}

.whats_new {
	background: url(../images/site/whats-new-star.png) no-repeat left center;
	padding-left: 50px;
}

/* home boxes */

#home_boxes h2 {
	margin-bottom: 20px;
}

.home_box {
	background: #fff center center no-repeat;
	background-size: 100% auto;
	width: 200px;
	height: 200px;
	margin: 0 25px;
	overflow: hidden;	
}

.home_box_bg {
	background: url(../images/site/black-trans.png);
	position: absolute;
	bottom: 0;
	padding: 15px;
}

.home_box_title {
	text-align: center;
}

.home_box_title, .home_box_title a {
	font-size: 110% !important;
	color: #1faadf;
	line-height: 100%;
}

.home_box_text {
	text-align: center;
}

.home_box_text p {
	color: #fff;
	font-size: 110% !important;
}

#home_logos {
	text-align: center;
	margin: 35px 0;
}

#home_logos a {
	display: inline-block;
	margin: 0 15px;
}

/* read more button */

#read_less_button {
	width: 100px;
	display: none;
	float: left;
}

 #read_more_text {
	display: none;
}

.button {
	display: inline-block;
	text-align: center;
	color: #fff;
	background: #004591;
	padding: 10px 20px;
	font-size: 110%;
	cursor: pointer;
	margin: 20px auto 20px auto;
	border: 0;
}	

.button:hover {
	background: #00a5de;
	text-decoration: none;
}

/* news styles */

.news_grid_item:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.news_grid_item_image {
	display: block;
	height: 200px;
	background-size: cover;
	background-position: top left;
	opacity: 0.8;
	transition: opacity 0.3s;
	border-radius: 5px;
}

.news_grid_item:hover .news_grid_item_image {
	opacity: 1;
}

.news_grid_item h3 {
	transition: color .3s;
}

.news_grid_item:hover h3 {
	color: #000;
}

.news_grid_item_text {
	display: block;
	padding: 20px 0 0 0;
}

.news_page_image {
	display: block;
	height: auto;
	border-radius: 5px;
}

/* general styles */

.top_margin_50 {
	margin-top: 50px !important;
}

.padded_img img {
	padding: 0;
}

.smallText {
	font-size: 80%;
}

.smallText a {
	font-size: 100%;
}

.error {
	color: #c00;
	font-weight: bold;
}

.pad30lr {
	padding: 0 30px 0 30px;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.hide {
	display: none;
}

.logo_left {
	float: left;
	width: 150px;
	margin-right: 30px;
}

/* simple slider */

#simple_slider {
	position: relative;
	display: block;
	width: 100%;
	height: auto;	
	padding-top: 40%;
}

.ss_wrapper {
	position: relative;
	top: 0;
	height: 100%;
}

#ss_previous {
	cursor: pointer;
	display: block;
	position: absolute;
	top: calc((100% - 115px)/2);
	left: 30px;
	width: 63px;
	height: 115px;
	background: url(../images/site/arrows.png) no-repeat left top;
	z-index: 9999;
}

#ss_next {
	cursor: pointer;
	display: block;
	position: absolute;
	top: calc((100% - 115px)/2);
	right: 30px;
	width: 63px;
	height: 115px;
	background: url(../images/site/arrows.png) no-repeat right top;
	z-index: 9999;
}

.ss_slide {
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100%);
	height: calc(100%);
	display: none;
}

#ss_1 {
	display: block;
}

.ss_image {
	display: block;
	position: absolute;
	width: calc(100%);
	height: calc(100%);
	background: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.ss_caption {
	display: block;
	position: absolute;
	left: 0;
	bottom: 50px;
	width: calc(33%);
}

.ss_caption_inner {
	display: block;
	padding: 30px;
	color: #fff;
	background: url(../images/site/50-percent.png);
	border-radius: 5px;
}

.ss_caption_inner * {
	margin:0;
	padding:5px;
	color: #fff;
	font-family: 'Quicksand', sans-serif;
	font-size: 120%;
	line-height: 100%;
}


/* document types */

.icon {
	list-style-type: none;
	padding: 0 0 0 25px !important;
	margin: 0 0 10px -3px !important;
}

.pdf {
	background: url(../images/resources/pdf.gif) no-repeat;
}

.doc, .docx {
	background: url(../images/resources/doc.gif) no-repeat;
}

.xls, .xlsx {
	background: url(../images/resources/xls.gif) no-repeat;
}

.ppt, .pptx {
	background: url(../images/resources/ppt.gif) no-repeat;
}

.wav {
	background: url(../images/resources/wav.png) no-repeat;
}

.avi {
	background: url(../images/resources/avi.png) no-repeat;
}

.folder {
	background: url(../images/resources/folder.png) no-repeat;
}

/* cookie preferences */

#cookie_popup_message {
	display:  none;
	position: fixed; 
	z-index: 9999; 
	bottom: 20px; 
	left: 20px; 
	width: 310px; 
	background-color: #ffffffcc; 
	padding: 10px;  
	border-radius: 5px; 
	box-shadow: 0 0 1px #00000066;
}

#cookie_popup_message p {
	font-size: 85% !important; 
	color: #000; 
	margin: 0 0 10px 0;
}

#cookie_options {
	display:  flex;
	flex-direction: column;
}

.cookie_options_row {
	display:  flex;
	flex-direction: row;
}

.cookie_options_label {
	font-size: 85% !important; 
	font-weight:  bold;
	margin: 0 20px 20px 0;
}

.cookie_options_yes,
.cookie_options_no {
	display:  block;
	color:#fff !important; 
	font-size: 90% !important;  
	text-decoration: none; 
	padding: 3px 15px 0 15px; 
	height:  22px;
	border-radius: 5px; 
	font-weight: bold;
	transition: background-color 0.3s;
	margin:  0 10px 0 0;
}

.cookie_options_no {
	background: #666; 
}

.cookie_options_yes {
	background: #666; 
}

.cookie_options_yes:hover,
.cookie_options_no:hover {
	text-decoration: none; 
}

.cookie_options_no:hover,
.cookie_options_no.active {
	background: #c33; 
}

.cookie_options_yes:hover,
.cookie_options_yes.active {
	background: #3c3; 
}

#cookie_accept_all,
#cookie_set_preferences {
	background: #666; 
	color:#fff !important; 
	font-size: 90% !important;  
	text-decoration: none; 
	padding: 5px 25px; 
	border-radius: 5px; 
	font-weight: bold;
	transition: background-color 0.3s;
}

#cookie_accept_all:hover,
#cookie_set_preferences:hover {
	background: #000; 
}

/* admin nav bar styles */

#admin_navbar {
	position: fixed; 
	top: 0; 
	right: 10px; 
	height: 50px; 
	background: -moz-linear-gradient(top, #e7e9eb 0%, #d8dade 100%); 
	background: -webkit-linear-gradient(top, #e7e9eb 0%,#d8dade 100%) ; 
	background: linear-gradient(to bottom, #e7e9eb 0%,#d8dade 100%); 
	border: 1px solid #e7e9eb;
	box-shadow: 0 0 11px rgba(0,0,0,0.4); 
	z-index: 9999999;
	padding: 10px;
	color: #fff;
	border-radius: 0 0 3px 3px;
}

.admin_navbar_icon {
	color: #fff;
	margin-right: 10px;
	opacity: 0.6;
	width: 48px;
	height: 48px;
}

.admin_navbar_icon img {
	width: 48px;
	height: 48px;
}

.admin_navbar_icon:hover {
	color: #fff;
	margin-right: 10px;
	opacity: 1;
}

#admin_navbar .admin_navbar_hassubnav {
	font-size: 85%;
	color: #000;
}

#admin_navbar .admin_navbar_hassubnav .admin_navbar_subnav {
	display: none;
}

#admin_navbar .admin_navbar_hassubnav .admin_navbar_subnav span,
#admin_navbar .admin_navbar_hassubnav .admin_navbar_subnav a  {
	display: block;
	color: #000;
	border-bottom: 1px solid #bdbdbd;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	height: auto;
}

#admin_navbar .admin_navbar_hassubnav:hover .admin_navbar_subnav {
	display: block;
	position: absolute;
	top: 60px;
	left: 175px;
	width: 150px;
	background: #d8dade; 
	padding: 10px;
}

#admin_navbar_extended {
	float: left; 
	height: 50px;
	overflow-y: hidden;
	width: 0;
}

#admin_navbar_icon {
	float: left;
	margin: 0;
}
	
@keyframes slide_out {
	0%   { width: 0px; }
	100% { width: 380px; }
}

.slide_out {
	animation-name: slide_out;
	animation-duration: 0.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}

@keyframes slide_in {
	0%   { width: 380px; }
	100% { width: 0px; }
}

.slide_in {
	animation-name: slide_in;
	animation-duration: 0.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}


/* iCheck plugin flat skin, black
----------------------------------- */
.icheckbox_flat,
.iradio_flat {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0 10px 0 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(../images/site/flat.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_flat {
    background-position: 0 0;
}
    .icheckbox_flat.checked {
        background-position: -22px 0;
    }
    .icheckbox_flat.disabled {
        background-position: -44px 0;
        cursor: default;
    }
    .icheckbox_flat.checked.disabled {
        background-position: -66px 0;
    }

.iradio_flat {
    background-position: -88px 0;
}
    .iradio_flat.checked {
        background-position: -110px 0;
    }
    .iradio_flat.disabled {
        background-position: -132px 0;
        cursor: default;
    }
    .iradio_flat.checked.disabled {
        background-position: -154px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
    .icheckbox_flat,
    .iradio_flat {
        background-image: url(../images/site/flat@2x.png);
        -webkit-background-size: 176px 22px;
        background-size: 176px 22px;
    }
}