@import url(https://fonts.googleapis.com/css?family=Open+Sans);
/** RESET **
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  font-family: Open Sans, Helvetica, Arial, serif;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

table,tr,td {
	margin: 0px;
	padding: 0px;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

a:hover {
	color: #4472C4 
}
/** APP*/
#page_wrapper {
	width: 100%;
	text-align: center;
}
.mid_line_full {
	display: inline-block;
	width: 100%;
}
.mid_line {
	display: inline-block;
	width: 1200px;
}
#topic_container {
	width: 1200px;
	height: 675px;
	overflow: hidden;
	display: inline;
	float: left;
	border: 1px solid #111;
}

#app_menu {
/*	width: 160px;
	height: 154px;
	position: absolute;
	top: 35px;
	z-index: 10;
	border: 2px solid #4472C4;
	border-top-width: 5px;
	background: #fff;
	opacity: 0.8;
	border-radius: 3px;*/
}
#app_menu > a {
	color: #111111;
	display: inline;
	width: 100px;
	text-decoration: none;

}
#app_menu > a: {
	text-decoration: underline;
}

#app_logo {
	background-position: center top;
	background-repeat: no-repeat;
	margin: 10px 0px 0px 20px;
}
.logo_1x {
	width: 112px;
	height: 80px;
	background-image: url('../images/logo_1x.png');}
.logo_05x {
	width: 56px;
	height:47px;
	background-image: url('../images/logo_05x.png');}
.logo_2x {background-image: url('../images/logo_2x.png');}
.logo_3x {background-image: url('../images/logo_3x.png');}

#page_content {
	width: 1360px;
}
.navigation_button {
	background: transparent;
	color: #006699;
	font-weight: bold;
	font-size: 80px;
	font-family: cursive;
	height: 675px;
	width:80px;
	display: inline;
	float: left;
	line-height: 765px;
}

#progress_bar {
	width:1200px;
	height:30px;
	text-align: center;
}
#progress_bar .done {
	background: #8CAADE;
	width: 50%;
	float: left;
}
#progress_bar .todo {
	background: #D9E1F4;
	width: 50%;
	float: left;
}
#login_box {
	padding: 20px;
	width: 1200px;
}
#login_form {}
.clear {
	clear: both;
	height: 1px;
}
.strong {
	font-weight: bold;
}
.black {
	color: #111;
}
.backgroundColour.white {
	background: #FFF;
}
.white {
	color: #FFF;
}
.blue {
	color: #4472C4
}
.backgroundColour.blue {
	background: #4472C4
}
.red {
	color: #EA4036;
}
.yellow {
	color: #F3AF40;
}
.green {
	color: #8CC63F;
}
.backgroundColour.light_green {
	background: #59B0A0;
}
.grey {
	color: #666;
}
.light_grey {
	color: #CECECE;
}
.light_light_grey {
	color: #EDEDED;
}
.backgroundColour.light_light_grey {
	background: #EDEDED;
}
.full_height {
	height: 600px;
}
.height_530 {
	height: 530px;
}
.full_line_height {
	line-height: 600px;
}
.half_width {
	width: 50%;
}
.width_5_perc {
	width: 5%;
}
.width_20_perc {
	width: 20%;
}
.width_25_perc {
	width: 25%;
}
.width_33_perc {
	width: 33%;
}
.width_40_perc {
	width: 40%;
}
.width_50_perc {
	width: 50%;
}
.width_60_perc {
	width: 60%;
}
.width_75_perc {
	width: 75%;
}
.width_90_perc {
	width: 90%;
}
.width_100_perc {
	width: 100%;
}
.width_400 {
	width: 400px;
	margin-left: 180px;
}
.size_a4 {
	border: 1px solid #cecece;
}
.size_a4.portrait {
	width: 210mm;
	min-height: 297mm;
margin-left: auto;
margin-right: auto;
}
.size_a4.landscape {
	min-height: 210mm;
	width: 297mm;
}
.space_5_perc {
	margin-left: 5%;
}
.hidden {
	display: none !important;
}
.thin {
	font-weight: normal;
}
.text_left {
	text-align: left;
}
.text_centre {
	text-align: center;
}
.text_right {
	text-align: right;
}
.image_centre {
	margin: auto;
}
.bordered {
	border:1px solid #111;
}
.light.bordered {
	border-color: #cecece;
}
.center_block {
	margin-left: 480px;
	display: block;
}
.center_block_full {
	margin: 0px;
	display: block;
	width: 100%;
	float: left;
	display: block;
}
.very_large_top_buffer {
	margin-top: 140px;
}
.large_top_buffer {
	margin-top: 40px;
}
.top_buffer {
	margin-top: 20px;
}
.text_left {
	text-align: left;
}
.text_right {
	text-align: right;
}
.unbordered {
	border: none;
}
.rounded {
	border-radius: 5%;
}

.link {
	color: #111;
	text-decoration: none;
}
.link:hover {
	color: #4EAAE1;
}

.form_field {
	width: 100%;
	padding: 2% 4% ;
	float: left;
	display: block;
	font-size: 18px;
}
.form_field>label {
	width: 100%;
	display: block;
}
.form_field>input[type="text"],
.form_field>input[type="email"],
.form_field>input[type="password"] {
	width: 100%;
	border: 1px solid #cecece;
}
.form_field>button {
	width: 100%;
}
.pull_right {
	display: inline;
	float: right;
}
.pull_left {
	display: inline;
	float: left;
}
.undecorated {
	text-decoration: none;
}
.very_very_small_text {
	font-size: 12px;
}
.very_small_text {
	font-size: 16px;
}
.small_text {
	font-size: 18px;
}
.medium_text {
	font-size: 24px;
}
.large_text {
	font-size: 32px;
}
.very_large_text {
	font-size: 45px;
}
.very_very_large_text {
	font-size: 90px;
}

.backgroundImageOne {
	background: url('../images/one.png') right 30px no-repeat;
}

.backgroundImageTwo {
	background: url('../images/home_two.jpg') center top no-repeat;
}

.backgroundImageThree {
	background: url('../images/home_three.jpg') center top no-repeat;
}
.vertical_scroll {
	overflow-y: auto;
}
.form_button {
	padding:5px 10px;
	margin: 0px 10px 0px 0px;
}
.form_button_block {
	padding:5px 10px;
	margin: 10px 10px 10px 0px;
}
.item_list {
	width: 100%;
}
.item_list>.list_items {
	display: block

}
.item_list>.list_items>.list_item_head {
	text-align: left;
	
}
.item_list>.list_items>.list_item_head.no_hover:hover {
	cursor: pointer;
}
.item_list>.list_items>.list_item_head:hover {
	background-color: #EDEDED;
	cursor: pointer;
}
.item_list>.list_items>.list_item_head a {
	text-decoration: none;
}

.item_list>.list_items .list_item_detail {
	width: 60%;
}
.indent-1 {
	margin-left: 20px;
}
.indent-2 {
	margin-left: 40px;
}

.rounded_all {}
.rounded_left {
	border-radius: 5px 0px 0px 5px;
}
.rounded_right {
	border-radius: 0px 5px 5px 0px;
}

 .small_padding_left {
 	padding-left: 5px;
 }

 .small_padding_right {
 	padding-right: 5px;
 }

.topic_continue_button {
	background: blue;
}
.text_standard {
	font-size: 16px;
}
.text_standard ul {
	list-style-position: inside;
	padding: 0px;
}
.text_standard table {
	width: 100%;
	text-align: center;
}
.text_standard td {
	text-align: center;
}
.text_standard td img {
	display: inline;
}
.blockUI.clockOverlay {
	background-color: #111;
	opacity: 0.9;
}
#left_arrow,
#right_arrow {
	position: fixed;
	top:180px;
	z-index: 999;
	opacity: 0.5;
	cursor: pointer;
}
#left_arrow {
	left: 0px;
}
#right_arrow {
	right: 0px;
}
#left_arrow:hover,
#right_arrow:hover {
	opacity: 1;
}
#topic_page_content {
	position: relative;
	width: 1200px;
}
.multi_content_block_container {
	position: absolute;
	width: 1200px;
	z-index: 998;
	left: 0px;
}

#privacy_policy {
	position: fixed;
	bottom: 10px;
	left:  0px;
}

@media print {
	* {
		float: none;
	}
  .no-print {
  	display: none;
  }
  .size_a4 {
	border: none;
	margin: 5mm;
	width: auto;
	height: auto;
	min-height: initial;
}
.size_a4.portrait {
	width: 300mm;
	min-height: initial;
	page-break-after: : always;
}
.print_cert {

}
}

@page {
margin: 0.5cm;
}