/* ACCA PATHWAYS PROJECT */

/* IMAGO OVERRIDES */

#ImagoGate #NCNotes {
/*	display: none;*/
	z-index: 600;
}

body {
	/*margin-top: 0 !important;*/ /* temporarily hiding manager navigation */
}

#NCNotesCont {
	/*display: none !important; *//* temporarily hiding manager navigation */
	z-index: 700;
}

#ImagoGate #CONTFRAME {
	text-align: left;
}

.nav, p, .grpStd {

}

ul {
	list-style-image: none;
}

li {
	font-size: 12px;

}

#Heading {
	color: #000;
}

#MAINCONTtopper,
#MAINCONThead {
	display: none;
}

#MAINCONT {
    width: auto;
    text-align: initial;
    padding: 0;
    margin: 0;
}

#MAINCONT * ul {
	list-style-image: none;
}

.MAINCONTtext {
	margin: 0;
}

#pgStats {
	display: none;
}

form {
	display: block;
}

#emFrom {
	width: 100%;
	min-width: 0;
}

#linkFoot {
	display: none;
}

/* GENERAL */

* {
	margin: 0;
	padding: 0;
}

/* turn off ios rounded corners on inputs */
input[type='submit'] {
    border-radius: 0;
}

input[type='submit'].cpd-bite-link {
	position: absolute;
	right: 8px;
	top: 8px;
	background-color: #CC2123;
	text-transform: uppercase;
	width: 44px;
	height: 44px;
	display: block;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	transition: ease opacity 0.5s;
	text-align: center;
	font-size: 18px;
	letter-spacing: -1px;
	border: 0px;
}

input[type='submit'].cpd-bite-link:hover {
	opacity: 0.7
}


body {
	font-family: arial, helvetica, sans-serif;	
}

h1 {
	clear: both;
	font-size: 30px;
	color: #C80000;
	font-family: georgia, times, serif;
}

h2 {
	margin-top: 15px;
	font-size:26px;
	color: #000;
	font-family: georgia, times, serif;	
}

.content ul {
	list-style-type: none;
	margin: 20px 0;
}

.content ul li {
	background: url('../images/bullet.png') left center no-repeat transparent; 
	padding-left: 18px;
	margin-bottom: 10px;
}

.container {
	max-width: 1170px;
}

/* ol numbering */
ol.ol-standard {
    display: block;
    padding: 0 0 0 41px;
    list-style: none;
    overflow: hidden;
    counter-reset: numList;
}
ol.ol-standard  li {
        color: #666666;
position: relative;
    font-size: 15px;
    line-height: normal;
    margin-bottom: 15px;
}
ol.ol-standard  li:before {
    counter-increment: numList;
    content: counter(numList);
    float: left;
    position: absolute;
    top: 3px;
    left: -41px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    line-height: 16px;
    width: 30px;
    height: 30px;
    background: #C80000;
    -moz-border-radius: 999px;
    border-radius: 999px;
    padding: 7px 0 0 1px;
}

ol.ol-standard  li:before {
  color: #fff;
}


/* HEADER */

.logos {
	margin: 15px 0 30px 0;
}

.logos img {
	margin: 0 auto;
	display: block;
	max-width: 200px;
}

.logos .acca-logo {
	margin-bottom: 30px;
}

#navbar {
	border: none;
}

.navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-header {
	background-color: #000;
}

.navbar-nav {
    margin: 0px -15px;
    background-color: #000;
}

.navbar-nav li a {
	color: #fff;
	font-size: 20px;
	padding: 12px 15px;
	border-bottom: 2px solid #fff;
	line-height: normal;
/*	transition: background-color ease 0.5s;*/
}

.its_me .navbar-nav li.completion-area-nav a {
	display: block;
} 

.navbar-nav {
	border-top: 2px solid #fff;
} 

.nav>li>a:hover,
.nav>li>a:active,
.nav>li>a:focus  {
	background-color: #1c1c1c;
}


.additional-nav {
	margin: 0 auto 15px auto;
	text-align: right;	
}

.additional-nav span, 
.additional-nav a {
	color: #000;
	font-size: 12px;
}

.additional-nav span {
	border-right: 1px solid #000;
	padding-right: 4px;
}

.additional-nav a {
	text-decoration: underline;
}

.isLoggedIn .log-in {
	display: none;
}

.isLoggedOut .log-out {
	display: none;
}

/* PROMO AREA */
.promo {
	margin: 0 15px;
}

.promo h1 {
	color: #fff;
	background-color: #CC2123;
	font-size: 24px;
	line-height: normal;
	padding: 20px;
	margin: 0 0 10px 0;
}

.promo p {
	color: #fff;
	background-color: #000;
	font-size: 24px;
	line-height: normal;
	padding: 20px;
	margin: 0 0 10px 0;	
	font-family: georgia, times, serif;
} 

/* facilitator panel */
.facilitator-wrap {
	background-color: #f5f5f5;
	padding: 10px;
	margin: 30px 0;
	overflow: hidden;
/*    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);*/
}

.facilitator-wrap h3 {
	color: #C80000;
	font-size: 22px;
	font-family: georgia, times, serif;
	margin-top: 0;
}

.facilitator-wrap .contact-wrap {
	overflow: hidden;
}

.facilitator-wrap .contact-wrap img {
	width: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	float: left;
}

.facilitator-wrap .contact-wrap .email {
	color: #666666;
	margin: 8px 0 0 10px;
	float: left;
}

.facilitator-wrap .contact-wrap .email a {
	color: #C80000;
}

.facilitator-wrap .text {
	margin-top: 10px;
}

.facilitator-wrap .text p {
	color: #333333;
	font-size: 13px;
}

.facilitator-wrap .text p:last-child {
	margin-bottom: 0;
}

.facilitator-wrap.accordion-img-fix .contact-wrap img {
	width: 40px !important;
}

/* content area */
.content p,
.content ul li {
	font-size: 15px;
	line-height: normal;
	color: #666666;
}

.content ul {
	margin-left: 30px;
}


/*  ----------------  Token styling for the pre and post survey questions  ----------------  */

.table.results {
    max-width: 100%; 
    border-bottom: 1px solid #cacaca; 
    border-right: 1px solid #cacaca;
    display: table;
}

.table.results .qn-row {
    display: table-row;
}

.table.results .cell {
    display: table-cell;
    vertical-align: middle;
    border-top: 1px solid #cacaca;
    border-left: 1px solid #cacaca;
    padding: 15px 10px;
}

.table.results .question.cell {
    max-width: 300px;
    width: 60%;
}

.table.results .result.cell {
    text-align: center;
    width: 104px;
}

/* additional section */

.additional {
	border-top: 1px solid #C8C8C8;
}

.additional a {
	display: block;
	margin: 15px 0;
	transition: opacity ease 0.5s;
}

.additional a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.additional a h3 {
	color: #fff;
	text-decoration: none;
	margin: 0;
	background-color: #C80000;
	padding: 10px 15px;
	font-weight: normal;
	font-size: 17px;
}

.additional a .text {
	padding: 15px;
	background: url('../images/red-triangle.png') right bottom no-repeat #f5f5f5; 
}

.additional a .text p {
	font-size: 15px;
	line-height: normal;
	color: #000;
	margin: 0;
}

/* aside */

aside {
	margin-top: 30px;
}

aside .aside-info {
	background-color: #F5F5F5;
	padding: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}

aside h2 {
	font-size: 30px;
	padding-bottom: 15px;
	margin-top: 0;
	border-bottom: 1px solid #C8C8C8;
}

aside p {
	color: #666666;
	font-size: 15px;
	line-height: normal;
}

aside p:last-child {
	margin-bottom: 0;
}

aside .checklist a {
	color: #000;
	font-size: 16px;
}

aside .checklist h2 {
	margin-bottom: 15px;
}

aside .checklist p {
	color: #000;
}

aside .checklist ul {
	margin-top: 15px;
	margin-left: 20px;	
	list-style-image: url('../images/red-bullet.gif');
}

aside .checklist ul li {
	color: #666666;
	font-size: 13px;
	line-height: normal;
	margin-bottom: 10px;
}

ol#week-links {
	list-style-type: none;
	overflow: hidden;
	margin: 0 auto;
}

ol#week-links li {
	display: block;
	float: left;
}

ol#week-links li a {
	width: 50px;
	height: 50px;
	display: block;
	border: 1px solid #fff;
	color: #cccccc;	
	background-color: #fff;
	font-size: 17px;
	text-align: center;
	margin: 5px;
	padding: 13px 0 0 0;
	cursor: default;
}

ol#week-links li.active a {
	border: 1px solid #C8C8C8;
	color: #666666;	
	cursor: pointer;
	transition: opacity ease 0.5s;	
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

ol#week-links li.active a:hover {
	opacity: 0.5;
}

ol#week-links li.current a:hover {
	opacity: 0.75;
}

ol#week-links li.current a {
	border: 1px solid #C80000;
	color: #ffffff;
	background-color: #C80000;	
	cursor: pointer;
}

ol#week-links li.this-week-answered a {
	background-image: url('/imagegrp/tick-week-days.svg');
	background-repeat: no-repeat;
}

ol#week-links li.newly-added-week a {
	background-image: url('/imagegrp/tick-week-days-anim-white-bg.svg');
	background-repeat: no-repeat;
}

ol#week-links li.newly-added-week.current a {
	background-image: url('/imagegrp/tick-week-days-anim.svg');
	background-repeat: no-repeat;
}

ol#week-links li.this-week a{	
	border: 1px solid #C80000;
}

ol#week-links li.check-this-week a {	
	/* border: 1px solid #666666; */
	opacity: 0.5;
}

ol#week-links li a:hover {
	text-decoration: none;
}

.back-top-button {
	display: none;
	border: solid 1px #fff;
	z-index:99999;
	position: fixed;
	right: 20px;
	bottom: 15px;
	width: 50px;
	height: 50px;
	background: #c80000 url('../images/arrow-up.png') center center no-repeat;	
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
}
.back-top-button:hover {
	cursor: pointer;
	background: #CC2123 url('../images/arrow-up.png') center center no-repeat;
}

/* footer */

footer .container {
	height: 50px;
	background-color: #F5F5F5;
	border-top: 1px solid #C8C8C8;
}

/* syllabus page/building your professional skills page */
.syllabus-table {
	margin: 30px auto;
	background-color: #F5F5F5;
}

/* box shadow effect */
.syllabus-table {
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
}

.syllabus-table:after {
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 40px rgba(0,0,0,0.8);
    box-shadow:0 0 40px rgba(0,0,0,0.8);
    bottom:4px;
    left:10%;
    right:10%;
    width:80%;
    height:1%;
    -moz-border-radius:100%;
    border-radius:100%;
}

/* end of box shadow effect */

.syllabus-table th {
	padding: 10px 15px;
	background-color: #CC2123;
/*	border: 1px solid #CC2123;*/
	color: #fff;
}

.syllabus-table td {
/*	border: 1px solid #C8C8C8;*/
}

.syllabus-table td {
	padding: 10px 15px;
}

.syllabus-table .subhead {
	font-weight: bold;
	background-color: #C8C8C8;
}

.syllabus-table .subhead td {
	padding: 5px 15px;
}

.syllabus-table .break {
	opacity: 0.5;
	font-style: italic;
}

/* your facilitator */

.your-facilitator-wrap .facilitator-wrap {
    background-color: transparent;
    padding: 15px;
    margin-top: 15px;
}

.your-facilitator-wrap h2 {
	margin: 0 0 4px 0;
}

.your-facilitator-wrap .facilitator-wrap p:last-child {
	margin-bottom: 0;
}

.your-facilitator-wrap .facilitator-avatar {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	margin: 30px auto 15px auto;
	display: block;
}

.your-facilitator-wrap .email {
	color: #666666;
	margin-bottom: 20px;
}

.your-facilitator-wrap .email a {
	color: #C80000;
}

/* horizontal layout .your-facilitator-weap */
.your-facilitator-wrap .facilitator-wrap,
.completion-area .facilitator-wrap {
	overflow: visible;
	background-color: #f5f5f5;
	padding: 20px;    
	position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
}

.completion-area .facilitator-wrap .inner {
	overflow: hidden;
}

.your-facilitator-wrap .facilitator-wrap:after,
.completion-area .facilitator-wrap:after {
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 40px rgba(0,0,0,0.8);
    box-shadow:0 0 40px rgba(0,0,0,0.8);
    bottom:9px;
    left:10%;
    right:10%;
    width:80%;
    height:50%;
    -moz-border-radius:100%;
    border-radius:100%;
}

.your-facilitator-wrap .facilitator-wrap .contact-wrap img {
	width: 125px;
	height: 125px;
	display: block;
	margin: 0 auto 20px auto;
	float: none;
}

.your-facilitator-wrap .facilitator-wrap .contact-wrap h2 {
	clear: both;
	margin: 0 0 5px 0;
}

.your-facilitator-wrap .facilitator-wrap .contact-wrap .email {
	margin: 0;
}

.your-facilitator-wrap .facilitator-wrap .text p {
    font-size: 15px;
    line-height: normal;
    color: #666666;
}

/* end */

/* what do I do page */
.what-do-I-do-section img {
	width: 100%;
	margin: 30px 0 0 0;
}

.what-do-I-do-section ol em {
	font-style: normal;
	font-weight: bold;
	color: #C80000;
}

.what-do-I-do-section ol {
	list-style-type: none;
	margin: 30px 0;
}

.what-do-I-do-section ol li {
	list-style-type: none;
	background:url('../images/no1.png') left top no-repeat;
	background-position: left top;
	min-height: 50px;
	height: 50px;
	padding-left: 55px;
	margin-bottom: 15px;
	display: table;
	width: 100%;
}

.what-do-I-do-section ol li:nth-child(2) {
	background:url('../images/no2.png') left top no-repeat;	
}

.what-do-I-do-section ol li:nth-child(3) {
	background:url('../images/no3.png') left top no-repeat;	
}

.what-do-I-do-section ol li p {
	margin: 0;
	display: table-cell;
	vertical-align: top;
}

/* log in page */

.content p.error-msg {
	display: none;
	color: #CC2123;
}

#AdmLogin {
    background-color: #F5F5F5;
    padding: 15px;	
}

.log-in-wrap a {
	color: #666;
	text-decoration: underline;
}

.log-in-wrap .intro {
	margin-top: 30px;
}

.log-in-wrap > form {
	margin-top: 30px;
}

.log-in-wrap #UsernameInput,
.log-in-wrap #PW {
	border: 1px solid #C8C8C8;
	padding: 10px;
	display: block;
	color: #666;
}

.log-in-wrap #UsernameInput::-webkit-input-placeholder,
.log-in-wrap #PW::-webkit-input-placeholder {
   color: #ccc;
}

.log-in-wrap #UsernameInput:-moz-placeholder,
.log-in-wrap #PW:-moz-placeholder { /* Firefox 18- */
   color: #ccc;  
}

.log-in-wrap #UsernameInput::-moz-placeholder,
.log-in-wrap #PW::-moz-placeholder {  /* Firefox 19+ */
   color: #ccc;  
}

.log-in-wrap #UsernameInput:-ms-input-placeholder,
.log-in-wrap #PW:-ms-input-placeholder  {  
   color: #ccc;  
}

.log-in-wrap .form-row {
	margin-bottom: 15px;
}

.log-in-wrap label {
	color: #666666;
	margin-bottom: 0;
}

.log-in-wrap #logSubmit,
.reflection .AJAXembQSubmit,
.remind-container .remind-form-wrap form input[type="submit"],
.notify-emails form input[type="submit"] {
	color: #fff;
	border: none;
	background-color: #CC2123;
	padding: 12px 30px;
	transition: opacity ease 0.5s;
}

.log-in-wrap #logSubmit:hover,
.reflection .AJAXembQSubmit:hover,
.remind-container .remind-form-wrap form input[type="submit"]:hover,
.notify-emails form input[type="submit"]:hover  {
	opacity: 0.7;
}

/* reminder panel */

.remind-container label {
	margin-bottom: 5px;
}

.remind-container input[type="text"],
.remind-container input[type="email"] {
    border: 1px solid #C8C8C8;
    padding: 10px;
    display: block;
    color: #666;
    margin-bottom: 10px;
    padding: 10px;
}

.remind-container .remind-form-wrap { 
	background-color: #f5f5f5;
	padding: 15px;
}

.remind-container .remind-form-wrap form {
	margin-top: 0;
}

.remind-container .remind-switch {
	margin-bottom: 15px;
	display: inline-block;
}

.remind-container p.success-msg {
	margin-bottom: 0;
}

/* learning materials */

/* accordion */
.back-link {
	color: #000;
	float: right;
}

.back-button {
	display: inline-block;
	color: #fff;
	border: none;
	background-color: #CC2123;
	padding: 12px 30px;
	margin-bottom: 30px;
	transition: opacity ease 0.5s;
}

.back-button:hover,
.back-button:focus,
.back-button:active {
	opacity: 0.7;
	color: #fff;
	text-decoration: none;
}

.back-link:hover,
.back-link:focus,
.back-link:active {
	color: #000;
}

#accordion  {
	width: 100%;
/*	box-shadow: 0 10px 6px -6px #777;*/
	margin: 30px auto;
}

#accordion img  {
	width: 100%;
}

#accordion .accTrig  {
	position:relative;
	background-color:#CC2123;
	padding:10px 0;
	margin:0 0 2px 0;
	transition: opacity 0.5s ease;
	cursor: pointer;
}

#accordion .accTrig:hover  {
	opacity: 0.8;
}

#accordion .accTrig h2  {
	color:#fff;
	font-weight:normal;
	font-size:26px;
	margin:0 0 0 20px;
	padding:0;
	cursor: pointer;
}

#accordion .accArrow  {
	position:absolute;
	right:20px;
	top:17px;
	background:url('../images/bxArrow.png') center center no-repeat;
	width:9px;
	height:16px;
	-moz-transition:all 0.2s ease;-webkit-transition:
	all 0.2s ease;-o-transition:
	all 0.2s ease;transition:all 0.2s ease
}

#accordion .selected .accArrow {
	-moz-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}

#accordion .accCont {
	padding: 15px;
}

.course {
	position: relative;
	background-color:  #F5F5F5;
	padding: 20px 20px 10px 20px;
	margin: 0 0 30px 0;
}

#accordion .icon-link {
	margin: 20px 0 10px 0;
}

#accordion a {
	color: #C80000;
	border-bottom: 1px solid transparent;
	transition: all ease 0.5s;
}

#accordion a.go {
	color: #fff;
}


#accordion a:hover {
	color: #C80000;
	border-bottom: 1px solid #C80000;
	text-decoration: none;
}

#accordion a.go:hover {
	color: #fff;
}

#accordion .icon-wrap a {
	border-bottom: none;
}

#accordion .icon-wrap a:hover {
	border-bottom: none;
}

/* learning-cycle TabbyTab */

.learning-cycle.jqTabby {
    min-width: 100px;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #dadada;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.learning-cycle .tabby1Holder,
.learning-cycle #tabby1Display,
.learning-cycle #tabby2Display,
.learning-cycle #tabby3Display,
.learning-cycle #tabby4Display {
    padding-top: 30px;
    display: block;
    min-height: 100px;
}

.learning-cycle #tabby1Display {
	margin-bottom: 0;
}
 
.learning-cycle .jqTabbyTab { 
	background-color: #ebe9e9;
	white-space: normal;
	padding: 22px 30px 60px 30px;
	margin: 25px auto;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	height: 160px;
	color: white;
	font: 17px georgia, times, serif;
	border: none;
} 
 
.learning-cycle .jqTabbyTabOn {
	border: none;
}
 
.learning-cycle span.jqTabbyTab span {
	display: block;
	font-size: 35px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.learning-cycle .jqTabbyDisplay {
	clear: both;
	background: transparent;
	padding: 0;
	border: none;
	margin: 0;
	font: 15px arial;
	line-height: normal;
	color: #666666;
}

.learning-cycle .jqTabbyTab:hover,
.learning-cycle .jqTabbyTabOn {
	background-color: #C80000 !important;
	color: #fff !important;
}

.learning-cycle #tabby1Tab,
.learning-cycle #tabby2Tab,
.learning-cycle #tabby3Tab,
.learning-cycle #tabby4Tab {
    background-color: #ebe9e9;
    color: #c80000;
    transition: opacity ease 0.7s;
}

.learning-cycle #tabby1Tab:hover,
.learning-cycle #tabby2Tab:hover,
.learning-cycle #tabby3Tab:hover,
.learning-cycle #tabby4Tab:hover {
	background-color: #C80000;
	color: #fff;
	transition: opacity ease 0.7s;
}

.icon-link.report-link.chain-link .icon-wrap a {
    background: url(/imagegrp/chain.png) center #ce2227 no-repeat;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
}



/* Quiz Start */

.quiz-row.disable, 
.quiz-result-row.disable {
	display: none;
}

.instruction p {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 16px;
}

.quiz-heading {  
    border-bottom: 1px solid #ebe9e9;
    background: #f5f5f5;
    position: relative;
}

.quiz-heading p {  
    margin-bottom: 0;
}

.quiz-heading span.number,
.quiz-heading span.question {
	font-family: georgia, times, serif;
}

.quiz-heading span.number {  
    font-size: 20px;
    padding: 12px;
    background: #f5f5f5;
    display: block;
    font-weight: bold;
    color: #c80000;
    border-bottom: 1px solid #e8e8e8;
}

.quiz-heading span.question {
    margin-bottom: 0;
    color: #c80000;
    font-size: 16px;
    padding: 15px;
    display: block;
    vertical-align: text-bottom;
}

p.quiz-trail {
    color: #797979;
    border-left: 1px solid #e4e4e4;
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px;
    font-size: 13px;
}

.quiz-row {
    border: 1px solid #e6e6e6;
    margin-bottom: 25px;
    position: relative;
}

.quiz-row #userChoiceList label {
	/*display: inline;*/
	width: 87%;
	line-height: 1.5em;
}

.quiz-answer-label {
    max-width: 100%;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
    color: #666;
    clear: both;
}

.quiz-answer-label-text {
	float: left;
	width: 87%;
	line-height: 1.5em;
	margin-bottom: 18px;
}

.quiz-row input {
	float: left;
	margin-right: 5px;
}

.user-selected {
	font-weight: bold;
}

span.quiz-selected-icon {
	display: none;
    color: #c80000;
    padding-right: 5px;
}

.quiz-answers,
.quiz-answers ul#userChoiceList,
.quiz-answers select#userChoiceList {
    overflow: hidden !important;
    position: relative;
    margin-right: 15px;
    margin-left: 15px;
}

.quiz-answers select#userChoiceList {
	margin: 28px;
	display: block;
}

.quiz-answers ul#userChoiceList li {
    background: none;
    padding-left: 0;
    clear: both;
}

.quiz-row .the-other-users-options {
	display: none;
    color: #c80000;
}

.quiz-row .result-wrapper .view-other-users-options,
input.btn-a.btn-b.generatePolls,
input.btn-a.btn-b.show-next-quiz-button {
    background: #c80000;
    color: #fff;
    border: none;
    padding: 10px;
    width: 100%;
    text-align: center;
}

.quiz-row .result-wrapper .view-other-users-options {
    background: #b9b9b9;
	float: right;
}

input.btn-a.btn-b.show-next-quiz-button {
    float: none;
}

.quiz-row .result-wrapper .view-other-users-options:hover,
input.btn-a.btn-b.generatePolls:hover,
input.btn-a.btn-b.show-next-quiz-button:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

.result-wrapper {
	margin-bottom: 25px;
}

p.this-q-result-correct,
p.this-q-result-wrong {
	font-family: georgia, times, serif;
	font-size: 20px;
	margin-bottom: 0;
	color: #000;
	font-weight: bold;
}

.quiz-feedback {
    padding: 30px;
    display: none;
}

.need-to-select-first {
	padding: 10px 0;
}

.quiz-feedback .user-selected.sys-correct {

}
.quiz-feedback .user-selected.sys-incorrect {

}
.quiz-feedback .user-not-selected.sys-correct {

}
.quiz-feedback .user-not-selected.sys-incorrect {

}

.quiz-feedback .sys-correct .quiz-sys-check-cross-icon {
	color: green;
}

.quiz-feedback .sys-incorrect .quiz-sys-check-cross-icon {
	color: #b9b9b9;
}

.quiz-sys-check-cross-icon {
	padding-right: 5px;
	float: left;
}

span.your-selection-info {
	font-weight: normal;
	padding-left: 5px;
}

.quiz-feedback span.bold {
	font-weight: bold;
	color: #c80000;
	border-top: 1px solid #dedddd;
    padding-top: 25px;
    clear: both;
    margin-top: 62px;
    display: block;
}

.quiz-result-feedback .feedback-0-40,
.quiz-result-feedback .feedback-40-80,
.quiz-result-feedback .feedback-80-100 {
    display: none;
}

span.bold {
    font-weight: bold;
    display: block;
    margin-bottom: 25px;
    margin-top: 25px;
}

p.your-final-score {
    font-family: georgia, times, serif;
    font-size: 18px;
    margin-bottom: 0;
    color: #000;
    font-weight: bold;
}

.quiz-result-row.final-feedback.active {
	margin: 60px 0; 
}

.final-feedback .quiz-heading {
    border-bottom: none;
    background: transparent;
}

.final-feedback .quiz-heading span.question {
    font-size: 20px;
    font-weight: bold;
    padding: 0;
}

/* Quiz - End */

@media (min-width: 768px){
	.quiz-heading span.question { 
    	display: inline-block;
    	font-size: 17px;
    }

	.quiz-row .result-wrapper .view-other-users-options,
	input.btn-a.btn-b.generatePolls,
	input.btn-a.btn-b.view-final-results,
	input.btn-a.btn-b.show-next-quiz-button {
		max-width: 68px;
		/*float: right;
		position: absolute;*/
    	right: 0;
    	bottom: 0;
    	margin: 0 0 15px 0;
    	display: block;
	}

	input.btn-a.btn-b.show-next-quiz-button {
    	margin: 0 0 15px 15px !important;
	}

	input.btn-a.btn-b.view-final-results {
		max-width: 118px;
	}
	.quiz-row .result-wrapper .view-other-users-options {
		max-width: 200px
	}

}

/* box shadow effect */

.course{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
    overflow-wrap: break-word;
}

.course:after{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 40px rgba(0,0,0,0.8);
    box-shadow:0 0 40px rgba(0,0,0,0.8);
    bottom:9px;
    left:10%;
    right:10%;
    width:80%;
    height:50%;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
}

#accordion p.intro {
	margin-bottom: 15px;
}

.course h3 {
	margin: 0;
	padding-right: 35px;
	font-family: georgia, times, serif;	
	font-size: 22px;
} 

.course .tagline {
	color: #999999;
}

.course a.go,
.go-button {
	position: absolute;
	right: 8px;
	top: 8px;
	background-color: #CC2123;
	text-transform: uppercase;
	width: 44px;
	height: 44px;
	display: block;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	transition: ease opacity 0.5s;
	text-align: center;
	padding-top: 11px;
	font-size: 18px;
	letter-spacing: -1px;
}

.go-button {
	padding-top: 0;
	width: 44px;
	height: 44px;
	transition: ease opacity 0.5s;
}

.course a.go:hover,
.go-button:hover {
	opacity: 0.7;
}

.weekly-tasks-wrap ol {
	margin: 30px 0 0 15px;
}

.weekly-tasks-wrap ol li {
	margin-bottom: 10px;
}

/* alternative learning materials page */

.learning-qtnnaire {
	color: #666666;
	margin: 30px 0 50px 0;
	overflow: hidden;
}

.learning-qtnnaire #QUESTIONNAIRECONT,
.learning-qtnnaire .questFrm {
	padding: 0;
	margin: 0;
	width: 100%;
}

.learning-qtnnaire #QUESTIONNAIRECONT {
	margin-bottom: 50px;
}

.learning-qtnnaire table.frmBox {
	display: block;
	position: relative;
	background-color:  #F5F5F5;
	padding: 20px;
	margin: 0 0 30px 0;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
}

.learning-qtnnaire table tbody {
	display: block;
}

.learning-qtnnaire table tbody tr {
	display: block;
}

.learning-qtnnaire table.frmBox:after{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 40px rgba(0,0,0,0.8);
    box-shadow:0 0 40px rgba(0,0,0,0.8);
    bottom:9px;
    left:10%;
    right:10%;
    width:80%;
    height:50%;
    -moz-border-radius:100%;
    border-radius:100%;
}

.learning-qtnnaire h2 {
	margin-top: -2px;
}

.learning-qtnnaire .questFrm {
	background-color: transparent;
	min-width: 0;
}

.learning-qtnnaire td {
	display: block;

}

.learning-qtnnaire .frmLab {
	width: 100%;
}

.learning-qtnnaire .inpSet {
    font-size: 24px;
    text-align: center;
    margin-top: 15px;
    display: block;
}

.learning-qtnnaire .inpSet input {
	margin-right: 5px;
	margin-left: -5px;
} 

.learning-qtnnaire .inpSet input:first-child {
	margin-left: 0;
} 

.learning-qtnnaire .AJAXembQSubmit { 
	float: right;
	color: #fff;
 	height: 44px;
 	width: 100%;
 	border: none;
 	background-color: #CC2123;
 	text-transform: lowercase;
 	font-size: 14px;
 	transition: ease opacity 0.5s;
}

.learning-qtnnaire .AJAXembQSubmit:hover {
	opacity: 0.75;
}

/* comments overrides */
#comments-container {
	margin-bottom: 80px;
}

#comments-container .comment-submit {
	background-color: #CC2123;
}

#comments-container .comment-controls .like-button, #comments-container .comment-controls .reply-button,
#comments-container .comment-controls .reply-button-t2 {
	background-color: #CC2123;	
}

#comments-container .comment-thread .comment-controls .number-likes {
	border: 2px solid #CC2123;
	color: #CC2123;
}

#comments-container .comment-admin a {
	color: #acacac;
}

#comments-container li.add-comment-container,
#comments-container li.tier-2-reply {
	background-color: #f5f5f5;
}

#comments-container .comment-thread .author {
	color: #000;
}

#comments-container .comment-thread li {
    border-top: 1px solid #C8C8C8;
}

#comments-container .comment-thread li.cmt-pinned {
	border-bottom: 10px solid #CC2123;
	border-top: 10px solid #CC2123;
}

#comments-container .comment-thread li.cmt-pinned > .comment-container .comment-content p {
	font-size: 14px;
    line-height: 18px;
}

#comments-container .comments-load,
#comments-container .comments-load-tier-2 {
	text-align: center;
}

/* cpd reflections */
.reflection {
	overflow: hidden;
	position: relative;
	background-color:  #F5F5F5;
	padding: 20px 20px 10px 20px;
	margin: 30px 0 30px 0;
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
}

.reflection:after{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 40px rgba(0,0,0,0.8);
    box-shadow:0 0 40px rgba(0,0,0,0.8);
    bottom:9px;
    left:10%;
    right:10%;
    width:80%;
    height:50%;
    -moz-border-radius:100%;
    border-radius:100%;
}

.reflection form {
	overflow: hidden;
}

.reflection .questFrm {
	background-color: transparent;
	width: 100%;
	min-width: 0;
}

.reflection #QUESTIONNAIRECONT,
.reflection #quItemsCont,
.reflection .quBlk {
	margin: 0;
	padding: 0;
}

.reflection #QUESTIONNAIRECONT {
    width: 100%;
    max-width: none;
}

.reflection h2 {
	margin-top: 0;
}

.reflection textarea {
    border: 1px solid #C8C8C8;
    padding: 10px;
    display: block;
    color: #666666;
    margin: 0 !important;
    width: 100%;
    min-height: 200px;
}

.reflection .quBlk {
	border: none;
}

.reflection .AJAXembQSubmit {
	margin-top: 10px;
}

/* completion area */
.icon-link.cert-link .icon-wrap a {
	background: url('../images/certificate-icon.png') center center no-repeat
}

/* reflection report */

.reflection-report-section .hero-img {
	margin-top: 10px;
}

.reflection-report-section .reflection textarea {
	margin-bottom: 50px !important;
	min-height: 200px;
}

.reflection-report-section .reflection {
	position: relative;
	padding-top: 30px;
}

.reflection-report-section .reflection .print-button {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
}

.reflection-report-section .reflection .print-button.print-after {
	bottom: 20px;
	right: 20px;
	top: auto;
}

.reflection-report-section .print-this {
	display: none;
}

.print-button {
	transition: opacity 0.5s ease;
}

.print-button:hover {
	opacity: 0.7;
}

/* completion certificate */
.certificate-page .navbar, 
.certificate-page aside,
.certificate-page footer {
	display: none;
}

.certificate-page .col-sm-8 {
	width: 100%;
}


.certificate-page .content {
	position: relative;
	max-width: 800px;
	margin: 10px auto 20px auto;
	padding: 50px 20px 50px 20px;
	background-color: #fff;
	text-align: center;
	overflow: hidden;
}

body.certificate-page {
	background-color: #211a1a;
}

.certificate-page .logo-wrap {
	margin: 0 0 20px 0;
}

.certificate-page .acpd-logo {
	max-width: 335px;
	width: 70%;
	margin: 0 auto 20px auto;
	display: block;
}

.certificate-page .acca-logo {
	max-width: 189px;
	width: 70%;
	margin: 0 auto;
	display: block;
}

.certificate-page .stamp-wrap {
	overflow: hidden;
}

.certificate-page .stamp-wrap img {
	max-width: 255px;
	width: 50%;
	float: right;
}

.certificate-page h1 {
	font-size: 24px;
	margin: 50px 0 30px 0;
	text-align: center;
}

.certificate-page h2 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}

.certificate-page h3 {
	font-size: 14px;
	text-align: center;
	margin: 0 0 5px 0;
}

@media print {
	h3.print-fix {
		font-size: 18px;
	}
}

.certificate-page p {
	font-size: 12px;
}

.certificate-page .print-button {
	position: absolute;
	top: 20px;
	right: 20px;
}

/* discussion notification emails */
.notify-emails-wrap {
	margin-top: 30px;	
}

.notify-emails-wrap a.notify-emails-change {
	color: #C80000;
	border-bottom: 1px solid transparent;
	transition: all ease 0.5s;
}

.notify-emails-wrap a.notify-emails-change:hover {
	border-bottom: 1px solid #C80000;
	text-decoration: none;
}

.notify-emails {
	display: none;
	background-color: #F5F5F5;
	padding: 15px;
	border-top: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
	overflow: hidden;
}

.notify-emails {
	position: relative;
}

.notify-emails .quBlk {
	border: none;
	padding: 0;
	float: left;
	margin: 0 0 10px 0;
}

.notify-emails .questFrm, 
.notify-emails .questRule {
	margin: 0;
	min-width: 0;
	background-color: transparent;
}

.notify-emails #QUESTIONNAIRECONT {
	margin: 0;
	padding: 0;
	width: 100%;
}

.notify-emails input[type='checkbox'] {
	margin: 0 10px 0 0;
}

.notify-emails form input[type="submit"] {
	float: right;
}

.notify-emails #questSubmit {
	margin: 0;
	width: 104px;
	min-width: 0;
	float: right;
}

.notify-emails .quResponse {
	position: absolute;
	left: 15px;
	top: 15px;
	background-color: #f5f5f5;
	width: 100%;
}

/* learning materials link icons */
.icon-link {
	margin: 30px 0;
	overflow: hidden;
	display: table;
}

.icon-link .icon-wrap {
	width: 44px;
	height: 44px;
	display: table-cell;
	vertical-align: middle;
}

.icon-link .icon-wrap a {
	width: 44px;
	height: 44px;
	display: block;
	background:url('../images/webinar.png') center center no-repeat;
	text-indent: -9999px;
	transition: 0.5s ease opacity;
}

.icon-link.report-link .icon-wrap a {
	background:url('../images/report.png') center center no-repeat;	
}

.icon-link .icon-wrap a:hover {
	opacity: 0.7;
}

.icon-link .link-wrap {
	display: table-cell;
	vertical-align: middle;
}

.icon-link .link-wrap a {
	margin-left: 10px;
	color: #C80000;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: 0.5s ease border-bottom;
}

.icon-link .link-wrap a:hover {
	border-bottom: 1px solid #C80000;
}

/* profile page - original */
body.ImagoadmLogin.modeTU input {
	border-radius: 0;
}

body.ImagoadmLogin.modeTU #grpMastBanTop  {
	display: none;
}

body.ImagoadmLogin.modeTU #NCNotesCont,
body.ImagoadmLogin.modeTU #linkFoot,
body.ImagoadmLogin.modeTU #mastATop {
	display: none;
}

body.ImagoadmLogin.modeTU #REGWRAP {
	border: none;
	max-width: 906px;
	min-width: 0;
	padding: 15px;
}

body.ImagoadmLogin.modeTU #REGWRAP form {
	overflow: hidden;
	display: block;
	padding: 0;
	background-color: #F5F5F5;
	clear: both;
}

body.ImagoadmLogin.modeTU #CONTFRAME table {
	margin-top: -15px;
	background-color: transparent;
}

body.ImagoadmLogin.modeTU #REGWRAP #MAINCNT {
	margin: 0;
}

body.ImagoadmLogin.modeTU #regUser tr {
	padding-bottom: 15px;
	display: block;
}

body.ImagoadmLogin.modeTU #regUser tr td {
	display: block;
	width: 100%;
	margin: 0;
}

body.ImagoadmLogin.modeTU #REGWRAP td {
	color: #666666;
}

body.ImagoadmLogin.modeTU .regNote {
	margin-top: 2px;
	display: block;
}

body.ImagoadmLogin.modeTU .questFrm {
	min-width: 0;
}

body.ImagoadmLogin.modeTU #mastASub {
	background: url('../images/both-logos.gif') center center no-repeat transparent;
	background-position: center center;	
	max-width: 906px;
	height: 110px;
	margin: 0 auto; 
	padding: 0 15px;
	width: 100%;
	box-sizing: border-box;
}

body.ImagoadmLogin.modeTU #regUser tr td {
	padding: 0;
	margin-bottom: 3px;
	font-weight: bold;
}

body.ImagoadmLogin.modeTU .questFrm, .questRule {
	width: 100%;
}

body.ImagoadmLogin.modeTU #regUser tr td.inlineImg div {
	display: none;
}

body.ImagoadmLogin.modeTU #grpMastBanSub img {
	display: none;
}

body.ImagoadmLogin.modeTU #mastASL {
	display: none;
	background: url('../images/acca-logo.gif') center center no-repeat transparent;
	width: 189px;
	height: 69px;
	text-indent: -9999px;
}

body.ImagoadmLogin.modeTU #toolbSub {
	display: none;
}

body.ImagoadmLogin.modeTU #REGWRAP input[type='text'],
body.ImagoadmLogin.modeTU #REGWRAP input[type='password'] {
	border: 1px solid #C8C8C8;
	background-color: #fff;
	padding: 12px 10px;
	display: block;
	color: #666666;
	width: 100%;
	height: 40px;
	box-sizing: border-box;
}

body.ImagoadmLogin.modeTU #regSubmit {
	background-color: transparent;
	margin-bottom: 0;
}

body.ImagoadmLogin.modeTU .regSubmit {
	background: url('../images/submit.gif') center center no-repeat transparent;
	height: 44px;
	width: 100px;
	transition: ease opacity 0.5s;
}

body.ImagoadmLogin.modeTU .regSubmit:hover {
	opacity: 0.75;
}

body.ImagoadmLogin.modeTU a.back {
	color: #000;
	float: right;
	margin-bottom: 10px;
}

body.ImagoadmLogin.modeTU .commMugUp {
	background:url('../images/photo-upload.png') center center no-repeat;
	width: 44px;
	height: 44px;
	transition: ease opacity 0.5s;	
}

body.ImagoadmLogin.modeTU .commMugUp:hover {
	opacity: 0.75;
}

body.ImagoadmLogin.modeTU .grpPale {
 	display: none;
}

body.ImagoadmLogin.modeTU #MASTHEADHOLDER {
	margin-top: 15px;
}


/* profile page - additional */

body.ImagoadmLogin.modeTU #REGWRAP {
	border: none;
    min-width: 0;
    max-width: 500px;
    padding: 0 0 50px 0;
    margin: 0 auto;
    overflow: hidden;
}

body.ImagoadmLogin.modeTU #REGWRAP #MAINCNT {
	margin: 0;
}

body.ImagoadmLogin.modeTU #REGWRAP form {
	background-color: transparent;    
	overflow: hidden;
    display: block;
    padding: 0;
    background-color: transparent;
    clear: both;
}

body.ImagoadmLogin.modeTU #REGWRAP form colgroup col:first-child {
	width: 100%;
}

body.ImagoadmLogin.modeTU #REGWRAP form colgroup col:last-child {
	width: 0%;
}

body.ImagoadmLogin.modeTU input {
    border-radius: 0;
}

body.ImagoadmLogin.modeTU #CONTFRAME table {
	margin-top: -15px;
	background-color: transparent;
}

body.ImagoadmLogin.modeTU #regUser tr {
	margin-bottom: 10px;
	display: block;
	padding-bottom: 15px;
	display: block;
}

body.ImagoadmLogin.modeTU #regUser td {
	display: block;
	margin: 0 ;
	padding: 0;
	width: 100%;
}

body.ImagoadmLogin.modeTU #regUser td:first-child {
	margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #363636;
}

body.ImagoadmLogin.modeTU #regUser .regNote {
	display: block;
	font-size: 10px;
    margin: 0;
    color: #acacac;
}

body.ImagoadmLogin.modeTU #REGWRAP input[type=text],
body.ImagoadmLogin.modeTU #REGWRAP input[type=password] {
	height: auto;
	width: 100%;
}

body.ImagoadmLogin.modeTU .questFrm {
	min-width: 0;
	width: 100%;
}

body.ImagoadmLogin.modeTU #REGWRAP .regSubmit {
 	background: url('../images/submit.gif') center center no-repeat transparent;
 	height: 44px;
 	width: 100px;
 	transition: ease opacity 0.5s;
}

body.ImagoadmLogin.modeTU .commMugUp {
	background:url('../images/photo-upload.png') center center no-repeat;
	width: 44px;
	height: 44px;
 	transition: ease opacity 0.5s;	
}

body.ImagoadmLogin.modeTU #MAINCNT td.inlineImg img {
	display: block;
	margin-top: 10px;
}

body.ImagoadmLogin.modeTU .commMugUp:hover {
	opacity: 0.75;
}

/* log in error page - imago default */

body.ImagoadmLogin.modeVAL #AdmLogin {
	background-color: transparent;
	padding: 0;
}

body.ImagoadmLogin.modeVAL .grpDark {
	background-color: transparent;
}

body.ImagoadmLogin.modeVAL #LOGINWRAP .loginLab {
    display: block;
    max-width: 100%;
    margin-bottom: 0;
    color: #666666;
    font-weight: bold;
    font-size: 14px;
}

body.ImagoadmLogin.modeVAL #UsernameInput,
body.ImagoadmLogin.modeVAL #PW {
    border: 1px solid #C8C8C8;
    background-color: #fff !important;
    padding: 10px;
    display: block;
    color: #666;
    width: 100%;
    max-width: 192px;
    box-sizing: border-box;
}

body.ImagoadmLogin.modeVAL #LOGINWRAP #loginFrm #loginPW {
	margin-top: 15px;
}

body.ImagoadmLogin.modeVAL #loginCont {
	padding: 15px;
	background-color: #F5F5F5;
}

body.ImagoadmLogin.modeVAL #LOGINWRAP {
	border: none;
	width: 100%;
}

body.ImagoadmLogin.modeVAL #loginMast {
	border: none;
    clear: both;
    font-size: 30px;
    color: #C80000;
    font-family: georgia, times, serif;
    font-weight: normal;
    margin-bottom: 15px;
}

body.ImagoadmLogin.modeVAL #logSubmit {
 	background: url('../images/submit.gif') center center no-repeat transparent;
 	height: 44px;
 	width: 100px;
 	transition: ease opacity 0.5s;
}

body.ImagoadmLogin.modeVAL #logSubmit:hover {
	opacity: 0.75;
}

body.ImagoadmLogin.modeVAL #welcome {
    margin: 0;
    padding-right: 35px;
    font-family: georgia, times, serif;
    font-size: 22px;
    color: #000;
    font-weight: normal;
}

body.ImagoadmLogin.modeVAL #LOGINWRAP #loginUNerr {
	color: #CC0000;
}


body.ImagoadmLogin.modeVAL #LOGINWRAP #loginBits div {
	margin-bottom: 0;
}

body.ImagoadmLogin.modeVAL #LOGINWRAP #loginBits .rust {
	color: #CC0000;	
}

/* modernizr */

/* 
bright red: #C80000
dull red: #CC2123
grey panel bg: #F5F5F5
grey line: #C8C8C8
dark grey : #1c1c1c
light gray: #cccccc


font-family: arial, helvetica, sans-serif;
font-family: georgia, times, serif;

*/

/* modernizr overrides */

.no-mediaqueries .container {
	width: 960px;
	overflow: hidden;
}

.no-mediaqueries .col-sm-8 {
    width: 66.66666667%;
}

.no-mediaqueries .col-sm-4 {
    width: 33.33333333%;
}

.no-mediaqueries .navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
}

.no-mediaqueries .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.no-mediaqueries .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
}

.no-mediaqueries .navbar-nav {
    background-color: transparent;
    border-top: none;
}

.no-mediaqueries .logos {
	overflow: hidden;
	margin-top: 30px;
}

.no-mediaqueries .navbar-nav {
    margin: 0px -15px;
}

.no-mediaqueries .navbar-nav li:first-child {
    margin-left: 5px;
}

.no-mediaqueries .navbar-nav li {
    margin: 0 15px;
}

.no-mediaqueries .navbar-nav>li {
    float: left;
}

.no-mediaqueries .nav>li {
    position: relative;
    display: block;
}

.no-mediaqueries .home-page .nav li.home-nav a, 
.no-mediaqueries .syllabus-page .nav li.syllabus-nav a, 
.no-mediaqueries .facilitator-page .nav li.facilitator-nav a, 
.no-mediaqueries .what-do-i-do-page .nav li.what-do-i-do-nav a {
    border-bottom: 6px solid #ccc;
}


.no-mediaqueries .navbar-nav li a {
    font-size: 14px;
    color: #000;
    padding: 5px 0;
    transition: border ease 0.5s;
    border-bottom: 6px solid transparent;
    border-top: none;
}

.no-mediaqueries .navbar-toggle {
    display: none;
}

.no-mediaqueries .logos .acca-logo {
	float: left;
	margin-bottom: 0px;
}

.no-mediaqueries .logos .acpd-logo {
	max-width: 335px;
	margin-top: 6px;
	float: right;
} 

.no-mediaqueries .navbar .container {
	position: relative;
}

.no-mediaqueries .additional-nav {
	position: absolute;
	right: 15px;
	bottom: 12px;
	margin: 0;
}

.no-mediaqueries .navbar-nav {
	background-color: transparent;
	border-top: none;
}

.no-mediaqueries .navbar-nav li {
	margin: 0 15px;
}

.no-mediaqueries .navbar-nav li:first-child {
	margin-left: 5px;
}

.no-mediaqueries .navbar-nav li a {
	font-size: 14px;
	color: #000;
	padding: 5px 0;
	transition: border ease 0.5s;
	border-bottom: 6px solid transparent;
	border-top: none;
}

.no-mediaqueries .nav>li>a:focus, .no-mediaqueries .nav>li>a:hover {
	background-color: transparent;
}

.no-mediaqueries .nav>li>a:hover {
	border-bottom: 6px solid #ccc;
}

.no-mediaqueries .home-page .nav li.home-nav a,
.no-mediaqueries .syllabus-page .nav li.syllabus-nav a,
.no-mediaqueries .facilitator-page .nav li.facilitator-nav a,
.no-mediaqueries .what-do-i-do-page .nav li.what-do-i-do-nav a  {
	border-bottom: 6px solid #ccc;
}

/* promo area */

.no-mediaqueries .promo {
	width: 100%;
	margin: 0;
}

.no-mediaqueries .promo-inner {
	min-height: 424px;
	background: url('/imagegrp/promo.jpg') center center no-repeat transparent;
	background-size: cover;	
	position: relative;
}

.no-mediaqueries .promo .promo-text {
	position: absolute;
	bottom: 0px;
	left: 45px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c80000+63,ffffff+100&1+50,0+87 */
	background: -moz-linear-gradient(left,  rgba(200,0,0,1) 50%, rgba(200,0,0,0.65) 63%, rgba(236,165,165,0) 87%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(200,0,0,1) 50%,rgba(200,0,0,0.65) 63%,rgba(236,165,165,0) 87%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(200,0,0,1) 50%,rgba(200,0,0,0.65) 63%,rgba(236,165,165,0) 87%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c80000', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

.no-mediaqueries .promo h1 {
	color: #fff;
	background-color: transparent;
	font-size: 36px;
	border-bottom: 1px solid #fff;
	display: inline-block;
	padding-left: 0;
	margin-left: 20px;
}

.no-mediaqueries .promo p {
	color: #fff;
	background-color: transparent;		
	font-size: 25px;
	max-width: 65%;
	margin-left: 15px;
}

.no-mediaqueries .ImagoadmLogin .container .row > div,
.no-mediaqueries .Imagogateway .container .row > div {
	padding: 0 30px 0 45px;
	margin-top: 15px;
}

/* week list */
.no-mediaqueries ol#week-links {
	width: 190px;
}

.no-mediaqueries ol#week-links li a {
	width: 30px;
	height: 30px;
	padding: 3px 0 0 0;
	margin: 4px;
}

/* week list */
.no-mediaqueries ol#week-links {
	width: 260px;
}

.no-mediaqueries ol#week-links li a {
	width: 44px;
	height: 44px;
	padding: 10px 0 0 0;
	margin: 4px;
}

/* alternative learning materials page */
.no-mediaqueries .learning-qtnnaire td {
	display: table-cell;

}

.no-mediaqueries .learning-qtnnaire .frmLab {
	width: 50%;
	padding: 20px;
	box-shadow: none;
}

.no-mediaqueries .learning-qtnnaire .inpSet {
	margin-top: 20px;
}

/* week list */
.no-mediaqueries ol#week-links {
	width: 330px;
	margin: 0 auto;
}

.no-mediaqueries ol#week-links li a {
	width: 54px;
	height: 54px;
	padding: 15px 0 0 0;
	margin: 6px;
}

/* additional section */
.no-mediaqueries .additional a {
	overflow: hidden;
	height: 104px;
	position: relative;
}

.no-mediaqueries .additional a h3 {
	display: inline-block;
}

.no-mediaqueries .additional a .text {
		background-color: rgba(255,255,255,0.8);
		max-width: 50%;
		float: right;
		padding: 12px;
		position: absolute;
		bottom: 0;
		right: 0;
}

.no-mediaqueries .additional a.learning-materials {
	background: url('../images/learning-materials-bg.jpg') top center no-repeat transparent;
	background-size: cover;
}

.no-mediaqueries .additional a.discussion {
	background: url('../images/discussion-bg.jpg') top center no-repeat transparent;
	background-size: cover;
}

.no-mediaqueries .additional a.cpd-reflection {
	background: url('../images/cpd-reflection-bg.jpg') top center no-repeat transparent;
	background-size: cover;
}

.no-mediaqueries ol#week-links {
	width: 270px;
	margin: 0 auto;
}

.no-mediaqueries ol#week-links li a {
	width: 44px;
	height: 44px;
	padding: 9px 0 0 0;
	margin: 4px;
}

.no-mediaqueries footer {

}

.no-mediaqueries .additional {
	display: block;
}

.no-mediaqueries BODY.ImagoadmLogin #regUser tr td {
	width: 300px;
}

.no-mediaqueries #comments-container .comment-thread .comment-container {
	margin-left: 50px;
}

.no-mediaqueries #comments-container .comment-thread .comment-container .avatar {
	margin-left: -50px;
}

.no-mediaqueries #comments-container .tier-2 {
	margin: 15px 0 0 50px;
}

.no-mediaqueries #comments-container .comment-thread .comment-content p,
.no-mediaqueries #comments-container .comment-thread .comment-content {
	font-size: 12px;
	line-height: 16px;
}

.no-mediaqueries .what-do-I-do-section ol {
	list-style: decimal;
}

.no-mediaqueries .what-do-I-do-section ol li {
	background-image: none;
	list-style: decimal;
	display: list-item;
	padding-left: 0px;
	margin-left: 10px;
}

.no-mediaqueries .what-do-I-do-section ol li p {
	display: inline;
}

.no-mediaqueries #accordion .bxCont {
	display: block;
}

body.top-banner .container.top-banner.accountants-update-pathway-2017,
body.home-page .container.top-banner.accountants-update-pathway-2017 {
	display: block !important;
}

/* Cookie Notice  */
#cookieNotice {
	position: fixed;
	width: 100%;
	z-index: 1500;
	bottom: 131px;
  }
  
  #cookieNotice #cookieWarning {
	background-color: rgba(34, 34, 34, 0.9);
	padding: 0;
  }
  #cookieNotice #cookieContainer {
	max-width: none;
	padding-top: 0;
	padding-bottom: 0;
  }
  #cookieNotice .cookie_content::after {
	content: "";
	clear: both;
	display: table;
  }
  
  #cookieNotice .cookie_content {
	width: 100%;
	max-width: none;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
  }
  #cookieNotice .cookie_content a {
	color: #c80000;
  }
  #cookieNotice .cookie_content p {
	margin: 0;
	margin-bottom: 15px;
  }
  
  #cookie_button {
	z-index: 1500;
	background-color: #c80000;
	display: block;
	width: 100%;
	padding: 16px 25px;
	margin: 4px 0;
	color: #fff !important;
	border: none;
	transition: opacity 0.5s ease;
  }
  #cookie_button:hover {
	opacity: 0.6;
  }
  
  @media (min-width: 500px) {
	#cookieNotice {
	  bottom: 68px;
	}
	#cookieContainer .cookie_content {
	  text-align: left;
	}
	#cookieContainer .cookie_content > p {
	  float: left;
	  width: 80%;
	  padding-right: 10px;
	  margin-bottom: 0;
	}
	#cookieContainer input#cookie_button {
	  padding: 10px 25px;
	  float: right;
	  width: 20%;
	}
  }
  
  @media (min-width: 768px) {
	#cookieNotice .cookie_content {
	  text-align: center;
	}
	#cookieNotice .cookie_content > p {
	  margin: 12px 35px 12px 0;
	  display: inline-block;
	  float: none;
	  width: auto;
	}
	#cookieNotice input#cookie_button {
	  width: auto;
	  float: none;
	  display: inline-block;
	}
  }