/* ACCA PATHWAYS PROJECT */

/* IMAGO OVERRIDES */

body * {
  font-family: "Open Sans", sans-serif;
}

#ImagoGate #NCNotes {
  z-index: 600;
}

#NCNotesCont {
  z-index: 700;
}

#ImagoGate #CONTFRAME {
  text-align: left;
}

ul {
  list-style-image: none;
}

li {
  font-size: 12px;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

#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;
}

.ImagoadmLogin .sticky-sidebar {
  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 {
  background-color: #c80000;
  display: inline-block;
  padding: 8px 25px 8px 14px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: ease-out background-color 0.3s;
  -o-transition: ease-out background-color 0.3s;
  transition: ease-out background-color 0.3s;
  text-align: center;
  font-size: 18px;
  letter-spacing: -1px;
  border: 0px;
  background-image: url("../images/svg/white-arrow.svg");
  background-repeat: no-repeat;
  background-position: 84% 50%;
  background-size: 12px 17px;
  font-size: 16px;
  font-weight: bold;
}

input[type="submit"].cpd-bite-link:hover {
  background-color: #be4141;
}

h1 {
  clear: both;
  font-size: 30px;
  color: #c80000;
}

h2 {
  margin-top: 0;
  font-size: 26px;
  color: #666666;
}

h3 {
  margin-top: 0;
  color: #666666;
  font-size: 20px;
}

p {
  margin-top: 0;
  margin-bottom: 15px;
}

.container {
  position: relative;
}
.main-content {
  margin-bottom: 20px;
  position: relative;
}

/* content area */
.content .info {
  border: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  background: url("../images/svg/info-icon.svg") left center no-repeat;
  background-size: 25px 25px;
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 40px;
  cursor: auto;
}

.content .info strong {
  color: #c80000;
}

.content h1 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
}

.content h1 .welcome {
  color: #666;
  font-size: 16px;
}

.content h2 {
  color: #c80000;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}

.content h2 .grey-text {
  color: #666;
}

.content p,
.content ul li {
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.content ul {
  list-style-type: none;
  margin: 20px 0 20px 20px;
}

.content ul li {
  background: url("../images/bullet.png") left 6px;
  background-repeat: no-repeat;
  padding-left: 18px;
  margin-bottom: 10px;
}

.content .ul-column {
  list-style-type: none;
  margin: 30px 0 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content ul li.sub-list {
  margin-left: 40px;
}

.content.responsive-imgs img {
  width: 100%;
  height: auto;
}

.content.ol-styled ol {
  counter-reset: myCounter;
  margin-left: 0;
  padding-left: 5px;
}

.content.ol-styled ol li {
  font-size: 16px;
  line-height: normal;
  color: #666666;
  margin-bottom: 10px;
  line-height: 22px;
  background-image: none;
  position: relative;
  padding-left: 3em;
  margin: 0.45em 0;
  list-style: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.content.ol-styled ol li:before {
  content: counter(myCounter);
  counter-increment: myCounter;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  padding: 0px;
  color: #fff;
  background: #c80000;
  font-weight: bold;
  text-align: center;
  border-radius: 0.9em;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.content.ol-styled ol li li {
  counter-increment: listStyle;
}

.content.ol-styled ol li li:before {
  content: counter(listStyle, lower-alpha);
}

.content.ol-styled ol li:after {
  position: absolute;
  top: 2.1em;
  left: 0.9em;
  width: 2px;
  height: calc(100% - 2em);
  content: "";
  z-index: 0;
}

.content.review-cpd-reflection h2 {
  color: #666;
  margin: 25px 0;
}

.content.completion-area .completion-panel {
  margin: 50px auto;
  text-align: center;
}

/* Continue Pathway Button */
.continue-pathway {
  display: none;
  background-color: #f7f7f7;
  padding: 20px;
  margin-bottom: 30px;
}

.continue-pathway.show-continue-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.continue-pathway .continue-text {
  padding-bottom: 25px;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.continue-pathway .continue-text p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
}

.continue-pathway .continue-week-name {
  color: #c80000;
  font-weight: bold;
  font-size: 16px;
}

.continue-pathway .continue-btn-container {
  min-width: 205px;
  text-align: center;
}

.continue-pathway .continue-btn-container a {
  display: inline-block;
  background-color: #c80000;
  color: #fff;
  padding: 10px 24px;
  font-size: 16px;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

.continue-pathway .continue-btn-container a:hover {
  background-color: #be4141;
}

/* activity-type-container */

.activity-type-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 45px 0;
}

.activity-type-container .step {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  margin-left: 24px;
}

.activity-type-container .step-text-wrap {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45px;
  height: 55px;
}

.activity-type-container .cpd-reflection .step-text-wrap::before {
  content: "";
  display: block;
  top: -9px;
  height: 17px;
  width: 12px;
  position: absolute;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: url("../images/svg/red-arrow.svg") no-repeat;
}

.activity-type-container .learning-materials .step-text-wrap {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.activity-type-container .cpd-reflection .step-text-wrap {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.activity-type-container .step-text-wrap > div {
  background-color: #c80000;
  color: #fff;
  font-size: 20px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.activity-type-container .step p {
  font-size: 16px;
  margin-bottom: 0;
}

.activity-type-container .step p strong {
  font-size: 20px;
  margin-bottom: 16px;
}

.activity-type-content {
  padding: 0 0 45px 45px;
}

.learning-materials .activity-type-content {
  border-left: 2px solid red;
}

.activity-type-content h3 {
  text-align: left;
  margin-top: 0;
  font-weight: 600;
}

.activity-type-content .icon {
  vertical-align: middle;
  margin-right: 8px;
}

.learning-materials .activity-type-content {
  padding-top: 10px;
}

.cpd-reflection .activity-type-content {
  padding-top: 20px;
}

.learning-materials .activity-type-content .icon {
  background-image: url("../images/svg/learning-material-icon.svg");
  background-repeat: no-repeat;
  width: 18px;
  height: 25px;
}

.cpd-reflection .activity-type-content .icon {
  background-image: url("../images/svg/cpd-reflection.svg");
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}

/* bottom-navigation */
.bottom-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 50px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bottom-navigation--home {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.btn {
  display: inline-block;
  font-size: 16px;
  text-decoration: none !important;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
  border-radius: 0;
}

.btn .text {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}

.btn-primary {
  background-color: #c80000;
  color: #fff;
  border: none;
  /* border: 2px solid transparent !important; */
}

.btn-primary:visited,
.btn-primary:active,
.btn-primary:focus {
  color: #fff !important;
  background-color: #c80000 !important;
}

.btn-outline {
  background-color: #fff;
  border: 2px solid #c80000;
  color: #c80000;
  padding: 10px;
  border-radius: 0;
}

.btn-next,
.btn-back {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.btn-start {
  padding: 10px 40px;
}

.btn-back {
  margin-bottom: 15px;
}

.btn-outline:hover,
.btn-outline:visited,
.btn-outline:active,
.btn-outline:focus {
  color: #c80000;
}

.btn-primary:hover {
  background-color: #be4141 !important;
  color: #fff !important;
}

.btn-go {
  padding: 8px 10px;
}

.btn-back:hover {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}

.btn-next:hover {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

/* Icons */
.icon {
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.icon-next,
.icon-back,
.icon-go {
  width: 12px;
  height: 17px;
  vertical-align: middle;
}

.icon-next {
  background-image: url("../images/svg/red-arrow.svg");
  margin-left: 10px;
}

.icon-back {
  background-image: url("../images/svg/red-arrow.svg");
  margin-right: 10px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.icon-go {
  background-image: url("../images/svg/white-arrow.svg");
  margin-left: 2px;
}

.icon-report {
  background-image: url("../images/svg/report-icon-redbg.svg");
  background-position: left center;
  width: 35px;
  height: 35px;
  margin-right: 5px;
}

.icon-blockquote {
  background-image: url("../images/svg/speech-icon.svg");
  background-repeat: no-repeat;
  width: 35px;
  height: 28px;
}

.icon-certificate {
  background-image: url("../images/svg/certificate-icon.svg");
  background-repeat: no-repeat;
  width: 35px;
  height: 32px;
}

.icon-feedback {
  background-image: url("../images/svg/feedback.svg");
  background-repeat: no-repeat;
  width: 35px;
  height: 32px;
}

/* Icon Link */

.icon-link {
  overflow: hidden;
  display: table;
  margin-bottom: 30px;
}

.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-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  -webkit-transition: 0.5s ease opacity;
  -o-transition: 0.5s ease opacity;
  transition: 0.5s ease opacity;
}

.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;
  -webkit-transition: 0.5s ease border-bottom;
  -o-transition: 0.5s ease border-bottom;
  transition: 0.5s ease border-bottom;
}

.icon-link .link-wrap a:hover {
  border-bottom: 1px solid #c80000;
}

.icon-link.report-link.chain-link {
  margin: 30px 0;
}

.icon-link.report-link .icon-wrap a {
  background-image: url("../images/svg/report-icon-redbg.svg");
}

.icon-link.report-link.chain-link .icon-wrap a {
  background-image: url("../images/chain.png");
  background-color: #ce2227;
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
}

/* top-border-icon */
.top-border-icon {
  margin: 30px auto;
  padding-top: 38px;
  border-top: 1px solid #c80000;
  position: relative;
}

.top-border-icon .icon-wrap {
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  width: 65px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

blockquote.top-border-icon {
  text-align: center;
  border-left: 0;
}

/* 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: 16px;
  line-height: 22px;
  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: 24px;
  width: 30px;
  height: 30px;
  background: #c80000;
  border-radius: 999px;
  padding: 2px 0 0 1px;
}

ol.ol-standard li:before {
  color: #fff;
}

/* HEADER */

.logos {
  margin-top: 20px;
  margin-bottom: 20px;
}

.logos a {
  display: block;
}

.logos img {
  margin: 0 auto;
  display: block;
  max-width: 200px;
}

.navbar {
  margin-bottom: 0;
  border: 0;
}

.navbar-collapse {
  padding: 0;
  border: 0;
}

.navbar-collapse .logos {
  display: none;
}

.navbar-collapse,
.navbar-header {
  margin-right: -15px;
  margin-left: -15px;
  float: none;
}

.navbar-collapse.collapse.in,
.navbar-collapse.collapsein {
  height: 100vh !important;
}

.navbar-toggle {
  display: block;
  margin-top: 11px;
}

.navbar-toggle .icon-bar {
  background-color: #3d3d3d;
  width: 22px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-toggle .top-bar {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
  opacity: 0;
}

.navbar-toggle .bottom-bar {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.navbar-header .logos {
  display: inline-block;
  margin-left: 15px;
}

.navbar-nav {
  background-color: #3d3d3d;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  border: 0;
  height: 100vh;
  padding: 45px 40px;
}

.navbar-nav li a {
  color: #fff;
  font-size: 16px;
  padding: 25px 15px;
  border-bottom: 1px solid #fff;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
}

.navbar-nav .li-log-out {
  text-transform: capitalize;
}

html.opened,
body.opened {
  overflow: hidden;
}

.its_me .navbar-nav li.completion-area-nav a {
  display: block;
}

.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
  background-color: rgba(1, 1, 1, 0.16);
}

.additional-nav {
  text-align: right;
  background-color: #3f3f3f;
  padding: 5px 0;
  margin-bottom: 30px;
  display: none;
}

.additional-nav span,
.additional-nav a {
  display: inline-block;
  color: #fff;
  font-size: 12px;
}

.additional-nav .username {
  border-right: 1px solid #fff;
  padding-right: 7px;
}

.additional-nav .log-out,
.additional-nav .log-in {
  margin-left: 4px;
}

.isLoggedIn .log-in {
  display: none;
}

.isLoggedOut .log-out {
  display: none;
}

/* PROMO AREA */
.promo {
  margin: 0 0 30px 0;
}

.promo-inner {
  position: relative;
  min-height: 200px;
  background: url("../images/promo.jpg") center center no-repeat transparent;
  background-size: cover;
}

.promo-inner-content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(200, 0, 0, 0.6);
  padding: 10px 15px;
}

.promo h1 {
  margin: 0;
  padding-bottom: 10px;
  color: #fff;
  font-size: 18px;
  border-bottom: 1px solid #fff;
}

.promo p {
  margin: 0;
  padding-top: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

/*  ----------------  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 */
/* Can probably be removed */
.additional {
  border-top: 1px solid #c8c8c8;
}

.additional a {
  display: block;
  margin: 15px 0;
  -webkit-transition: opacity ease 0.5s;
  -o-transition: opacity ease 0.5s;
  transition: opacity ease 0.5s;
}
.additional .learning-materials {
  background-position: left top;
}

.additional .cpd-reflection {
  background-position: left bottom;
}

.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: 16px;
  line-height: 22px;
  color: #000;
  margin: 0;
}

/* Sticky sidebar */
.is-affixed .sticky-sidebar-inner {
  margin-left: 15px;
}

/* Aside */

aside .aside-info {
  padding: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
}

aside h2 {
  font-size: 30px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-top: 0;
  border-bottom: 1px solid #c80000;
  color: #c80000;
  text-align: center;
}

aside p {
  color: #666666;
  font-size: 16px;
  line-height: 24px;
}

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: 16px;
  line-height: 22px;
  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;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease-out, border 0.3s ease-out,
    color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out, border 0.3s ease-out,
    color 0.3s ease-out;
  transition: background-color 0.3s ease-out, border 0.3s ease-out,
    color 0.3s ease-out;
  cursor: pointer;
}

ol#week-links li a .inner-circle {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid transparent;
  -webkit-transition: background-color 0.3s ease-out, border 0.3s ease-out,
    color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out, border 0.3s ease-out,
    color 0.3s ease-out;
  transition: background-color 0.3s ease-out, border 0.3s ease-out,
    color 0.3s ease-out;
}
ol#week-links li > a {
  position: relative;
}

ol#week-links li a .week-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

ol#week-links li a:hover .inner-circle {
  border: 1px solid #c80000;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

ol#week-links li a:hover .week-number,
ol#week-links li.current a .week-number {
  color: #c80000;
}

ol#week-links li.this-week-answered a:hover .week-number,
ol#week-links li.this-week-answered a .week-number,
ol#week-links li.newly-added-week a .week-number {
  color: #fff;
}

ol#week-links li.current a .inner-circle {
  border: 1px solid #c80000;
  -webkit-box-shadow: none;
  box-shadow: none;
}

ol#week-links li.this-week-answered a .inner-circle {
  background-color: #c80000;
  -webkit-box-shadow: none;
  box-shadow: none;
}

ol#week-links li.this-week-answered.current a,
ol#week-links li.newly-added-week.current a,
ol#week-links li.this-week-answered a:hover {
  border: 1px solid #c80000;
}

ol#week-links li.this-week-answered.current .inner-circle,
ol#week-links li.this-week-answered a:hover .inner-circle {
  background-color: #c80000;
}

ol#week-links li a .inner-circle::before {
  position: absolute;
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #c80000;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

ol#week-links li.newly-added-week .inner-circle::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

ol#week-links li.newly-added-week {
  -webkit-animation-name: newly-added;
  animation-name: newly-added;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0, 0.85, 0.77, 0.92);
  animation-timing-function: cubic-bezier(0, 0.85, 0.77, 0.92);
}

@-webkit-keyframes newly-added {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes newly-added {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.back-top-button {
  display: none;
  border: solid 1px #fff;
  z-index: 99999;
  position: fixed;
  right: 20px;
  bottom: 7px;
  width: 50px;
  height: 50px;
  background: #c80000 url("../images/arrow-up.png") center center no-repeat;
  -webkit-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 {
  height: 65px;
  background-color: #3d3d3d;
}

footer .container {
  position: relative;
}

footer a.produced-by {
  clear: both;
  display: block;
  color: #fff;
  margin: 10px auto 0;
  text-align: left;
  width: 174px;
}

footer .icon.icon-nelsoncroom-logo {
  background-image: url("../images/svg/nelsoncroom-logo.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

footer a.produced-by span {
  display: block;
  text-indent: -9999px;
  height: 23px;
}

/* Syllabus */
.syllabus {
  margin: 30px auto;
}

.syllabus-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.syllabus-row-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
}

.syllabus-row-link:hover,
.syllabus-row-link:active,
.syllabus-row-link:visited {
  color: inherit;
}

.syllabus-hour {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  padding: 20px;
  text-align: center;
  color: #c80000;
  padding: 20px 40px 20px 0;
}

.syllabus-row-header .empty {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 122px;
  flex: 0 0 122px;
}

.syllabus-hour .text {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
}

.syllabus-hour .number {
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
}

.syllabus-topic {
  padding: 20px 20px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #c8c8c8;
}

.syllabus-topic .text {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: inline-block;
  font-size: 18px;
}

.syllabus-row-header .syllabus-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.syllabus-row-header .syllabus-header .text {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: inline-block;
  font-size: 20px;
  color: #000;
  font-weight: 700;
  margin-top: 20px;
}

.syllabus-row-header:first-child .syllabus-header .text {
  margin-top: 0;
}

.syllabus-section:last-child .syllabus-row:last-child .syllabus-topic {
  border-bottom: 0;
}

/* your facilitator */

.your-facilitator-wrap .facilitator-wrap {
  margin-top: 15px;
  overflow: visible;
  background-color: #f5f5f5;
  padding: 20px;
  position: relative;
  border-left: 7px solid #cc2123;
  margin-bottom: 20px;
}

.your-facilitator-wrap .facilitator-wrap header {
  margin-bottom: 15px;
}

.your-facilitator-wrap .contact-wrap,
.your-facilitator-wrap .contact-wrap h3 {
  text-align: center;
}

.your-facilitator-wrap .contact-wrap h3 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 600;
}

.your-facilitator-wrap .contact-wrap p {
  font-size: 16px;
  line-height: 24px;
}

.facilitator-wrap .contact-wrap img {
  width: 40px;
  border-radius: 50%;
  width: 125px;
  height: 125px;
  display: block;
  margin: 0 auto 15px auto;
}

.your-facilitator-wrap .email {
  color: #666666;
  margin-bottom: 20px;
  font-size: 14px;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.your-facilitator-wrap .email a {
  color: #666666;
}

.your-facilitator-wrap .email:hover a {
  color: #c80000;
}

.your-facilitator-wrap .facilitator-wrap .contact-wrap .email {
  margin: 0;
}

.your-facilitator-wrap .text h3 {
  display: none;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
}

.your-facilitator-wrap .facilitator-wrap .text p {
  font-size: 16px;
  line-height: 22px;
  color: #666666;
}

.your-facilitator-wrap .facilitator-wrap p:last-child {
  margin-bottom: 0;
}

/* 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;
}

.what-do-I-do-section ol.info-list li {
  background-image: url("../images/info-i-red.png");
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.what-do-I-do-section ol.info-list li:hover {
  opacity: 0.75;
} */

/* 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: #c80000;
  padding: 12px 30px;
  -webkit-transition: opacity ease 0.5s;
  -o-transition: opacity ease 0.5s;
  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;
  display: inline-block;
  margin-bottom: 10px;
}

.back-link::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 15px;
  margin-right: 6px;
  margin-bottom: -2px;
  background: url("../images/svg/back-grey-arrow.svg") no-repeat;
}

.back-button {
  display: inline-block;
  color: #fff;
  border: none;
  background-color: #cc2123;
  padding: 12px 30px;
  margin-bottom: 30px;
  -webkit-transition: opacity ease 0.5s;
  -o-transition: opacity ease 0.5s;
  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%;
  margin: 30px auto;
}

#accordion img {
  width: 100%;
}

#accordion .accTrig {
  position: relative;
  background-color: #cc2123;
  padding: 10px 0;
  margin: 0 0 2px 0;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  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;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#accordion .selected .accArrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#accordion .accCont {
  padding: 15px;
}

/* Review CPD reflection */
.course {
  position: relative;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px 20px 10px 20px;
  margin: 0 0 30px 0;
}

.course h3 {
  margin: 0;
  padding-right: 35px;
  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;
  border-radius: 50%;
  -webkit-transition: ease opacity 0.5s;
  -o-transition: ease opacity 0.5s;
  transition: ease opacity 0.5s;
  text-align: center;
  padding-top: 11px;
  font-size: 18px;
  letter-spacing: -1px;
}

#accordion .icon-link {
  margin: 20px 0 10px 0;
}

#accordion a {
  color: #c80000;
  border-bottom: 1px solid transparent;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#accordion a.go {
  color: #fff;
}

@-moz-document url-prefix() {
  #accordion a.go {
    padding-top: 10px;
  }
}

#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;
}

/* ----- Accordion variation 2 for week 5 ----- */

#accordion.variation2 .accTrig {
  position: relative;
  margin: 0;
  padding: 0;
  background: transparent;
}

#accordion.variation2 .accTrig h2 {
  font-size: 19px;
  border-bottom: 1px solid #dedddd;
  padding-bottom: 10px;
  cursor: pointer;
  padding: 15px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  color: #c80000;
}

#accordion.variation2 .accTrig h2:hover,
#accordion.variation2 .accTrig.selected h2 {
  background: #f5f5f5;
}

#accordion.variation2 .accCont {
  padding-top: 16px;
  background: #f5f5f5;
  padding: 20px;
}

#accordion.variation2 .accCont img {
  width: 100%;
  margin-bottom: 15px;
}

#accordion.variation2 .accTrig.selected h2 {
  background: #c80000;
  color: #fff;
}

#accordion.variation2 table.acca-table th {
  background: #c80000;
  color: white;
  padding: 12px;
}

#accordion.variation2 table.acca-table td {
  padding: 10px;
  background: #fff;
}

#accordion.variation2 span.accIcon {
  position: absolute;
  background: url("../images/icon-reveal-dark.png") left center no-repeat;
  width: 16px;
  height: 16px;
  right: 13px;
  top: 18px;
}

#accordion.variation2 .accTrig.selected span.accIcon {
  background-position: -16px center;
}

/* 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;
  border-radius: 500px;
  height: 160px;
  color: white;
  font-size: 17px;
  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-size: 16px;
  line-height: 22px;
  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;
  -webkit-transition: opacity ease 0.7s;
  -o-transition: opacity ease 0.7s;
  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;
  -webkit-transition: opacity ease 0.7s;
  -o-transition: opacity ease 0.7s;
  transition: opacity ease 0.7s;
}

/* Tabs */
#tabs-wrapper {
  color: #666;
  margin-top: 60px;
  margin-bottom: 30px;
}

#tabs-wrapper #tab-1 {
  display: block;
}

#tabs-wrapper #tab-2 {
  display: none;
}

#tabs-wrapper .tabs-menu {
  margin: 0;
  padding-left: 0;
  list-style: none;
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#tabs-wrapper .tab-link {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #666;
  display: inline-block;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tab-link-inner,
.tab-link-inner:hover,
.tab-link-inner:active,
.tab-link-inner:visited {
  color: #666;
}

#tabs-wrapper .tab-link .step-title-wrap {
  padding-top: 30px;
}

#tabs-wrapper .tab-link .step-title-wrap span {
  display: inline-block;
}

#tabs-wrapper .tab-link .step-title-wrap .icon {
  display: block;

  margin-right: 8px;
}

#tabs-wrapper .tab-link-learning .step-title-wrap .icon {
  background-image: url("../images/svg/learning-material-icon-grey.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 25px;
}

#tabs-wrapper .tab-link-learning.current .step-title-wrap .icon {
  background-image: url("../images/svg/learning-material-icon.svg");
}

#tabs-wrapper .tab-link-cpd .step-title-wrap .icon {
  background-image: url("../images/svg/cpd-reflection-grey.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 25px;
}

#tabs-wrapper .tab-link-cpd.current .step-title-wrap .icon {
  background-image: url("../images/svg/cpd-reflection.svg");
}

#tabs-wrapper .tab-link .step-text-wrap {
  position: absolute;
  top: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  width: 70px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#tabs-wrapper .tab-link-learning {
  padding-right: 0;
}

#tabs-wrapper .tab-link-cpd {
  padding-left: 0;
}

#tabs-wrapper .tab-link::before {
  content: "";
  display: block;
  height: 2px;
}

#tabs-wrapper .tab-link-learning::before {
  background: #f68c8c; /* Old browsers */ /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #fff 0%,
    #fff 50%,
    #c80000 50%,
    #c80000 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff),
    color-stop(50%, #fff),
    color-stop(50%, #c80000),
    to(#c80000)
  );
  background: -o-linear-gradient(
    left,
    #fff 0%,
    #fff 50%,
    #c80000 50%,
    #c80000 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff),
    color-stop(50%, #fff),
    color-stop(50%, #c80000),
    to(#c80000)
  );
  background: linear-gradient(
    to right,
    #fff 0%,
    #fff 50%,
    #c80000 50%,
    #c80000 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68c8c', endColorstr='#c80000',GradientType=1 ); /* IE6-9 */
}

#tabs-wrapper .tab-link-cpd::before {
  background: #c80000; /* Old browsers */ /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #c80000 0%,
    #c80000 50%,
    #fff 50%,
    #ffffff 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#c80000),
    color-stop(50%, #c80000),
    color-stop(50%, #ffffff),
    to(#fff)
  );
  background: -webkit-linear-gradient(
    left,
    #c80000 0%,
    #c80000 50%,
    #ffffff 50%,
    #fff 100%
  );
  background: -o-linear-gradient(
    left,
    #c80000 0%,
    #c80000 50%,
    #ffffff 50%,
    #fff 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#c80000),
    color-stop(50%, #c80000),
    color-stop(50%, #ffffff),
    to(#fff)
  );
  background: linear-gradient(
    to right,
    #c80000 0%,
    #c80000 50%,
    #ffffff 50%,
    #fff 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c80000', endColorstr='#f68c8c',GradientType=1 ); /* IE6-9 */
}

#tabs-wrapper .tab-link .step-text-wrap > div {
  background-color: #a7a7a7;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 20px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#tabs-wrapper .tab-link-cpd .step-text-wrap::before {
  content: "";
  display: block;
  top: 15px;
  left: -6px;
  height: 17px;
  width: 12px;
  position: absolute;
  background: url("../images/svg/red-arrow.svg") no-repeat;
}

#tabs-wrapper .tab-link.current {
  color: #c80000;
}

#tabs-wrapper .tab-link.current .step-text-wrap > div {
  background-color: #c80000;
}

#tabs-wrapper .step-title {
  background-size: 30px;
  background-position-y: center;
  background-repeat: no-repeat;
}

#tabs-wrapper .tabs-menu a.tab-link:link,
#tabs-wrapper .tabs-menu a.tab-link:visited,
#tabs-wrapper .tabs-menu a.tab-link:hover,
#tabs-wrapper .tabs-menu a.tab-link:active,
#tabs-wrapper .tabs-menu a.tab-link:focus {
  text-decoration: none;
}

.tab-content .reflection {
  padding: 0;
}

/* .tab-content .reflection .textarea-wrapper {
  padding: 15px;
} */

/* activity-card */
.activity-card {
  background-color: #f7f7f7;
  padding: 15px;
  margin-bottom: 20px;
}

.activity-card:last-child {
  margin-bottom: 0;
}

.activity-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.activity-card-header .image-type {
  overflow: hidden;
  margin-bottom: 20px;
}

.activity-card-header .image-type img {
  width: 100%;
  display: block;
}

.activity-card-header h2,
.activity-card-course h2 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 0;
}

.activity-card-course h3 {
  font-size: 18px;
  font-weight: 600;
}

.activity-card p {
  margin-bottom: 20px;
}

.activity-card-header h2 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

.activity-card-course {
  padding-bottom: 30px;
  border-bottom: 1px solid #b7b7b7;
  margin-bottom: 20px;
}

.activity-card-course:last-child {
  padding-bottom: 0;
  border: 0;
  margin-bottom: 0;
}

.activity-card-course h2 {
  color: #666;
}

.activity-card-course h2 .author {
  font-size: 12px;
  font-weight: 400;
}

.activity-card .image-type img {
  display: none;
}

.activity-card-other-resources .image-type,
.activity-card-questionnaire .image-type,
.activity-card-online-courses .image-type,
.activity-card-quiz .image-type,
.activity-card-activity .image-type,
.activity-card-bites .image-type,
.activity-card-cpd-reflection .image-type,
.activity-card-experience .image-type,
.activity-card-webinar .image-type,
.activity-card-article .image-type {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 120px;
}

.activity-card-other-resources .image-type {
  background-image: url("../images/types/small/other-resources-small.jpg");
}
.activity-card-questionnaire .image-type {
  background-image: url("../images/types/small/questionnaire-small.jpg");
}
.activity-card-article .image-type {
  background-image: url("../images/types/small/article-blog-small.jpg");
}
.activity-card-online-courses .image-type {
  background-image: url("../images/types/small/online-courses-small.jpg");
}
.activity-card-activity .image-type {
  background-image: url("../images/types/small/activity-small.jpg");
}
.activity-card-cpd-reflection .image-type {
  background-image: url("../images/types/small/cpd-reflection-small.jpg");
}
.activity-card-experience .image-type {
  background-image: url("../images/types/small/experience-small.jpg");
}
.activity-card-webinar .image-type {
  background-image: url("../images/types/small/webinar-small.jpg");
}
.activity-card-bites .image-type {
  background-image: url("../images/types/bites-small.jpg");
}
.activity-card-quiz .image-type {
  background-image: url("../images/types/quiz-small.jpg");
}

/* 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 .black {
  color: #000 !important;
}

.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 .out-of-number {
  font-size: 12px;
}

.quiz-heading span.question {
  margin-bottom: 0;
  color: #c80000;
  font-size: 16px;
  padding: 15px;
  display: inline-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;
  overflow: hidden;
}

.quiz-row #userChoiceList label {
  width: 87%;
  line-height: 1.5em;
}

.quiz-answer-label {
  max-width: 100%;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  color: #666;
  clear: both;
}

.quiz-answer-label-text {
  float: left;
  width: 87%;
  line-height: 1.5em;
  margin-top: 15px;
}

.quiz-row input {
  float: left;
  margin-right: 5px;
}

.user-selected {
  font-weight: bold;
  color: #000;
}

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;
  cursor: pointer;
}

.quiz-answers ul#userChoiceList li input,
.quiz-answers ul#userChoiceList li label {
  cursor: pointer;
}

.quiz-row .the-other-users-options {
  display: none;
  color: #c80000;
  border-bottom: solid 5px #b9b9b9;
  clear: both;
  padding-bottom: 3px;
  text-align: right;
}

.quiz-row .the-other-users-options-percentage-bar {
  background-color: #c80000;
  display: none;
  clear: both;
  height: 5px;
  margin-top: -15px;
}

.quiz-row .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 .view-other-users-options {
  float: right;
  border-top: 1px solid #fff;
}

input.btn-a.btn-b.show-next-quiz-button {
  float: none;
}

.quiz-row .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.browser-not-supported-msg,
p.this-q-result-correct,
p.this-q-result-wrong {
  font-size: 20px;
  margin-bottom: 0;
  color: #000;
  font-weight: bold;
}

.result-wrapper .this-q-result-correct,
.result-wrapper .this-q-result-wrong {
  display: none;
}

.result-wrapper p.must-select-all-msg {
  margin-top: 10px;
}

p.browser-not-supported-msg span {
  font-size: 14px;
  margin-top: 20px;
  display: block;
  color: #666666;
  font-weight: 200;
}

.quiz-feedback {
  padding: 30px;
  display: none;
}

.need-to-select-first {
  padding: 10px 0;
}

.quiz-feedback .sys-correct.user-not-selected .quiz-sys-check-cross-icon,
.quiz-feedback .sys-incorrect.user-not-selected .quiz-sys-check-cross-icon {
  color: #b9b9b9;
}

.quiz-feedback .sys-incorrect.user-selected .quiz-sys-check-cross-icon {
  color: #c80000;
}

.quiz-feedback .sys-correct.user-selected .quiz-sys-check-cross-icon {
  color: green;
}

.quiz-sys-check-cross-icon {
  padding-right: 5px;
  margin-top: 15px;
  float: left;
}

span.your-selection-info {
  font-weight: normal;
  padding-left: 5px;
  color: #b9b9b9;
}

.quiz-feedback span.bold {
  font-weight: bold;
  color: #c80000;
  border-top: 1px solid #dedddd;
  padding-top: 25px;
  clear: both;
  display: inline-block;
  width: 100%;
}

.quiz-result-feedback .quiz-your-total-score {
  margin-bottom: 20px;
}

.quiz-result-feedback .feedback-0-35,
.quiz-result-feedback .feedback-36-70,
.quiz-result-feedback .feedback-71-99,
.quiz-result-feedback .feedback-100 {
  display: none;
}

.quiz-result-row.final-feedback .quiz-summary-text {
  margin-top: 30px;
}

span.bold {
  font-weight: bold;
  display: block;
  margin-bottom: 25px;
  margin-top: 25px;
}

p.your-final-score {
  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 .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;
    right: 0;
    bottom: 0;
    margin: 0 0 15px 0;
    display: block;
  }
  button.btn-a.btn-b.view-other-users-options {
    float: right;
  }
  input.btn-a.btn-b.show-next-quiz-button {
    float: left;
  }
  input.btn-a.btn-b.show-next-quiz-button {
    margin: 0 0 15px 15px !important;
  }
  .quiz-row .view-other-users-options {
    margin-right: 15px !important;
  }
  input.btn-a.btn-b.view-final-results {
    max-width: 118px;
  }
  .quiz-row .view-other-users-options {
    max-width: 180px;
    margin-top: 2px;
  }
  button.btn-a.btn-b.view-other-users-options {
    border-top: 1px solid #fff;
  }
  .quiz-row .view-other-users-options {
    border: none;
    margin-right: 15px;
  }
}

#accordion p.intro {
  margin-bottom: 15px;
}

.go-button {
  padding-top: 0;
  width: 44px;
  height: 44px;
  -webkit-transition: ease opacity 0.5s;
  -o-transition: ease opacity 0.5s;
  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%;
  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;
  -webkit-transition: ease opacity 0.5s;
  -o-transition: ease opacity 0.5s;
  transition: ease opacity 0.5s;
}

.learning-qtnnaire .AJAXembQSubmit:hover {
  opacity: 0.75;
}

.learning-qtnnaire textarea.quTA {
  width: 100%;
  margin: 5px 0 !important;
  resize: vertical;
  min-height: 5em !important;
}

/* comments overrides */

#comments-container {
  margin-bottom: 50px;
}

#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: 15px;
}

.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 .quBlk h2 {
  margin: 0;
  padding-bottom: 20px;
  background-color: #c80000;
  color: #fff;
}

.tab .reflection .quBlk h2 {
  display: none;
}

.reflection .quBlk p {
  background-color: #c80000;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 15px;
}

.reflection .textarea-wrapper {
  padding: 0 15px;
}

.reflection textarea {
  border: 1px solid #c8c8c8;
  padding: 10px;
  display: block;
  color: #666666;
  margin: 0 !important;
  width: 100%;
  min-height: 200px;
  resize: vertical;
}

.reflection .quBlk {
  border: none;
}
.reflection #questSubmit {
  margin: 15px;
}
.reflection .AJAXembQSubmit {
  font-size: 16px;
}

/* reflection report */

.reflection-report-section .hero-img {
  margin-top: 10px;
}

.reflection-report-section .back-link {
  margin-bottom: 38px;
}

.reflection-report-section .cpd-reflection-report {
  background: url("../images/svg/report-icon.svg") left center no-repeat;
  padding-left: 36px;
  font-weight: normal;
}

.reflection-report-section .reflection textarea {
  margin-bottom: 50px !important;
  min-height: 200px;
}

.reflection-report-section .reflection {
  position: relative;
  padding: 0;
}

.reflection-report-section .reflection .quBlk .quBlk-inner {
  background-color: #c80000;
  padding: 16px 25px;
  margin-bottom: 20px;
}

.reflection-report-section .reflection .quBlk h2 {
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 16px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}

.reflection-report-section .reflection .quBlk p {
  padding: 0;
}

.reflection-report-section .print-button {
  display: block;
  margin-bottom: 20px;
}

.reflection-report-section .print-button::after {
  content: "";
  clear: both;
  display: table;
}

.reflection-report-section .print-button img {
  display: block;
  width: 45px;
  float: right;
}

.reflection-report-section .print-button.print-after {
  bottom: 20px;
  right: 20px;
  top: auto;
}

/* .reflection-report-section .print-this {
  display: none;
} */

.print-button {
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.print-button:hover {
  opacity: 0.7;
}

/* completion certificate */

.certificate-page * {
  font-family: "Open Sans", sans-serif !important;
}

.certificate-page {
  background-color: #fff !important;
}

.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;
}

.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 {
  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;
}

.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;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  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%;
}

/* profile page - original */

body.ImagoadmLogin.modeTU aside {
  display: none;
}

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: #3d3d3d;
  font-weight: normal;
}

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%;
  -webkit-box-sizing: border-box;
  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 {
  color: #3d3d3d;
  font-weight: normal;
}

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: none;
  padding: 15px 10px;
  color: #3d3d3d;
  width: 100%;
  background-color: #f0f0f0;
  font-weight: 400;
}

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;
  -webkit-transition: ease opacity 0.5s;
  -o-transition: ease opacity 0.5s;
  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;
  -webkit-transition: ease opacity 0.5s;
  -o-transition: ease opacity 0.5s;
  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;
  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: 16px;
  color: #a3a3a3;
  font-weight: 400;
}

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;
  -webkit-transition: ease opacity 0.5s;
  -o-transition: ease opacity 0.5s;
  transition: ease opacity 0.5s;
}

body.ImagoadmLogin.modeTU #MAINCNT td.inlineImg .profPort {
  display: inline-block;
  margin-bottom: 15px;
}

body.ImagoadmLogin.modeTU #MAINCNT td#labProfilePhoto {
  display: none;
}

body.ImagoadmLogin.modeTU #MAINCNT td.inlineImg {
  text-align: center;
  margin: 0;
}

body.ImagoadmLogin.modeTU #MAINCNT td.inlineImg .mugshot {
  margin: 0 auto !important;
  max-width: none;
  max-height: none;
}

body.ImagoadmLogin.modeTU .commMugUp {
  background: url("../images/photo-upload.png") center center no-repeat;
  width: 44px;
  height: 44px;
  -webkit-transition: ease opacity 0.5s;
  -o-transition: ease opacity 0.5s;
  transition: ease opacity 0.5s;
}

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;
  -webkit-box-sizing: border-box;
  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-weight: normal;
  margin-bottom: 15px;
}

body.ImagoadmLogin.modeVAL #logSubmit {
  background: url("../images/submit.gif") center center no-repeat transparent;
  height: 44px;
  width: 100px;
  -webkit-transition: ease opacity 0.5s;
  -o-transition: ease opacity 0.5s;
  transition: ease opacity 0.5s;
}

body.ImagoadmLogin.modeVAL #logSubmit:hover {
  opacity: 0.75;
}

body.ImagoadmLogin.modeVAL #welcome {
  margin: 0;
  padding-right: 35px;
  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;
}

body.top-banner .container.top-banner,
body.home-page .container.top-banner,
body.modeTU .container.top-banner {
  display: block !important;
}

/* Reg Key form */

.regKeyInp {
  text-align: center;
  white-space: normal;
  vertical-align: middle;
}

.regKeyInp img {
  margin-bottom: 5px;
}

.regKeyInp b {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.regKeyInp input {
  vertical-align: middle;
}

.regKeyInp a {
  margin-right: 0;
  vertical-align: middle;
}

#loginRegLink {
  display: none;
}

/* Responsive video container */

.embed-container {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin: 10px 0;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#linkFoot {
  display: none;
}

/* 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;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#cookie_button:hover {
  opacity: 0.6;
}

/* Article 1 AOF pathway */

.AOF-table {
  margin: 30px auto;
  background-color: #f5f5f5;
}

/* box shadow effect */

.AOF-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);
}

.AOF-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 */

.AOF-table th {
  padding: 10px 15px;
  background-color: #cc2123;
  /*	border: 1px solid #CC2123;*/
  color: #fff;
}

.AOF-table td {
  padding: 10px 15px;
}

.AOF-table .subhead {
  font-weight: bold;
  background-color: #c8c8c8;
}

.AOF-table .subhead td {
  padding: 5px 15px;
}

.AOF-table .break {
  opacity: 0.5;
  font-style: italic;
}

/* print styles */
/* preserve user formatting in textareas */
.print-this .response-wrap .response-text {
  white-space: pre-wrap;
}
