/*
Theme Name: Childminder Portal
Description: Childminder Portal
Author: Candle Learning
*/

@import url('https://fonts.googleapis.com/css?family=Indie+Flower|Montserrat:300,300i,600,600i');
body {
    color: #333;
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    background: #F5F5F5;
    font-size: 20px;
    font-weight: 300;
}
.screen-reader-text {
    display: none;
}
.column, .columns {
    padding-left: 2rem;
    padding-right: 2rem;
}
.row .row {
    margin-right: -2rem;
    margin-left: -2rem;
}
.overflow-hidden {
    overflow: hidden;
}
.columns.no-padding-left {
    padding-left: 0;
}
.columns.no-padding {
    padding: 0;
}
.no-padding-top {
	padding-top: 0!important;
}
.no-padding-bottom {
	padding-bottom: 0!important;
}
.no-margin-top {
	margin-top: 0!important;
}
.no-margin-bottom {
	margin-bottom: 0!important;
}
h1, h2, h3, h4, h5, h6, h7, h8, h9 {
    margin-bottom: 1.5rem;
    font-family: 'Montserrat', sans-serif;
}
a {
    color: #002761;
    border-bottom: solid 1px;
    transition: all 0.5s ease;
}
a:hover {
    color: #011c43;
}
h1 {
    font-weight: 600;
    font-size: 1.35em;
}
h2 {
    font-size: 1.1em;
    font-weight: bold;
}
h3 {
    font-size: 1em;
    font-weight: bold;
}
hr {
    border-color: #EEE;
    margin: 3rem 0;
}
label {
    color: #888;
}
#logo img {
    max-height: 5rem;
}
.callout.whitepane {
    border-radius: 0;
    border: none;
    padding: 2rem;
    overflow: hidden;
}
.whitepane {
    -webkit-box-shadow: 0 0 5px 5px #EEE;
    -moz-box-shadow: 0 0 5px 5px #EEE;
    box-shadow: 0 0 5px 5px #EEE;
    background: #FFF;
}
.whitepane .push-to-edge {
    margin-left: -2rem;
    margin-right: -2rem;
}
.callout.whitepane.mainpane {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
h2.whitepane-title {
    background: #002761;
    margin: -2rem -2rem 4rem -2rem!important;
    padding: 2rem;
    color: #FFF;
}
#main-menu li, .course-home a {
    font-size: 0.64em;
}
#main-menu li a .icon, .course-home a .icon {
    height: 54px;
    display: block;
    width: 54px;
    margin: 0 auto 0.5rem;
    background-position: center center;
    background-color: #002761;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 50%;
}
#main-menu li a:hover .icon, .course-home a:hover .icon {
    background-color: #011c43;
}
#site-header #main-menu a .link-text, .course-home a .link-text {
    border-bottom: solid 1px;
}
#main-menu #help a .icon {
    background-image: url('images/help.png');
}
#main-menu #my-account a .icon {
    background-image: url('images/my-account.png');
}
#main-menu #group-dashboard a .icon {
    background-image: url('images/group-dashboard.png');
}

#main-menu #my-courses a .icon {
    background-image: url('images/my-courses.png');
}

.course-home a .icon {
    background-image: url('images/course-home.png');
}
.course-home {
    line-height: 1rem
}
#main-menu li a {
    text-align: center;
    padding: 0;
    margin-left: 1rem;
}
#main-menu #site-header .top-bar {
    margin-top: 0;
}
#main-menu-mobile .userdetails {
    padding-bottom: 0.5rem;
    border-bottom: solid 1px #EEE;
    margin-bottom: 0.5rem;
}
#my-modules li.indent {
    padding-left: 0.5rem;
}
#my-modules hr {
    margin: 0.5rem 0;
    border-color: #999;
}
#my-modules .quiz a {
    color: #DDD!important;
}
#my-modules .activeitem > a {
    font-weight: bold
}
#site-header {
    background: #FFF;
    padding: 1rem 0;
    -webkit-box-shadow: 0 4px 6px -6px #AAA;
    -moz-box-shadow: 0 4px 6px -6px #AAA;
    box-shadow: 0 4px 6px -6px #AAA;
}
#site-header .menu {
    clear: both;
    float: right;
}
#site-header a {
    border-bottom: none;
}
#site-header .menu a {
    display: block;
}
.header-title {
    font-size: 1.5em;
    line-height: 1em;
    margin-top: 0.5rem;
    font-weight: bold;
}
#mainbody {
    background: #FFF;
    padding: 2rem 0;
    overflow: hidden;
}
#site-footer {
    background: #FFF;
    color: #444;
    padding: 1rem 0;
    font-size: 0.8em;
}
#site-footer p {
    margin-bottom: 0;
}
#mainbody {
    min-height: 40rem;
}
#sidebar {
    border-left: solid 1px #F5F5F5;
}
#contentarea {
}
.sidebar-box {
    margin-bottom: 2rem;
}
#my-account #wp-submit {
    background-color: #f1592a;
    border: 1px solid transparent;
    border-radius: 0;
    color: #fefefe;
    cursor: pointer;
    display: inline-block;
    font-size: 0.9rem;
    line-height: 1;
    margin: 0 0 1rem;
    padding: 0.85em 1em;
    text-align: center;
    transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
    vertical-align: middle;
}
#my-courses li i {
    float: right
}
#my-courses li {
    border-bottom: dotted 1px #DDD;
}
.attachment-featured-image {
    margin-bottom: 1rem;
}
#breadcrumb {
    color: #999;
}
#breadcrumb {
    border-bottom: solid 1px #EEE;
    padding-bottom: 0.5rem;
}
#module-nav a {
    border-bottom: none;
    color: inherit;
}
#module-nav {
    margin-top: 2.5rem;
    clear: both;
	background: #F5F5F5;
	border-radius: 0;
	border: none;
}

#module-nav .link-text {
    border-bottom: solid 1px;
}

#this-course-progress .callout {
	border: solid 1px #EEE;
	border-radius: 0;
}


#module-nav #module-nav-prev, #module-nav #module-nav-next {
    padding-top: 1.25rem;
    padding-bottom: 1rem;
    overflow: hidden;
}

#module-nav #module-nav-prev {
    font-size: 0.8em;
	padding-top: 1.5rem;
}

#module-nav #module-nav-next a {
    float: right;
}
#module-nav a .fa {
    font-size: 2em;
    vertical-align: middle;
    color: #CCC;
    font-weight: lighter;
}
#module-nav-prev .fa {
    margin-right: 1rem;
}
#module-nav-next .fa {
    margin-left: 1rem;
}
.callout.fields {
    background: #f5f5f5;
}
.casestudy {
    border-left: 10px solid #282465;
    padding-left: 1rem;
    margin: 1.5rem 0;
}
.mystressors {
    font-weight: bold;
    color: #00aeef;
}
.fields fieldset ul {
    list-style: none;
    background: #EEE;
    display: inline-block;
    padding: 0.5rem 1rem 0;
    margin: 0 0 1rem;
}
.fields fieldset ul li {
    display: inline;
}
.fields fieldset {
    margin: 1rem 0 0;
    padding: 0;
}
.fields fieldset ul li:after {
    content: "|";
    font-size: 1.5em;
    color: #DDD;
    margin-right: 1rem;
}
.fields fieldset ul li:last-child:after {
    content: "";
    margin-right: 0;
}
#action .callout.fields {
    border: none;
    padding: 0.5rem 0;
}
#action .callout.fields textarea {
    height: 9rem;
}
#course-index h4 {
    text-indent: 0.8em;
}
#course-banner img {
    width: 100%;
    height: auto;
}
#course-banner {
    max-height: 400px;
    overflow: hidden;
}
#product-header .price {
    font-weight: bold;
    font-size: 2em;
    padding: 0.5rem 1rem;
    color: #999;
    margin-top: 2rem;
}
#access-online {
    background-size: cover;
    padding: 2rem;
    color: #FFF;
}
#access-online p {
    font-size: 1.5rem;
    text-shadow: 0 0 3px #222;
}
.single-product hr {
    margin: 3rem 0;
}
.course .course-index-content {
    padding: 0 1rem;
}
dd.course_progress {
    width: 100%;
}
.course-index-box hr {
    margin: 1.5rem 0;
}
.course-index-content .your-progress {
    margin-bottom: 0!important;
}
.row.products {
    clear: both;
}
.products .product a {
    background: #F5F5F5;
    overflow: hidden;
    height: auto;
    display: block;
    color: inherit;
    border-bottom: none;
}
.products .product-thumb-container {
    margin-bottom: 1rem;
}
.products .product .product-details {
    margin: 1rem;
}
.products .product .product-details h2 {
    font-size: 1.5em;
}
.products .product hr {
    margin: 1.5rem;
}
.products .product a:hover, .products .product a:focus, .products .product a:active {
    color: #000;
    background: #EEE!important;
}
.products .product a:hover hr {
    border-color: #DDD
}
#site-header .top-bar, #site-header .top-bar ul {
    background: none;
}
#site-header .title-bar {
    background: none;
    float: right;
    font-size: 1.5rem;
    margin-top: 0.5rem;
}
#site-header .top-bar {
    padding: 0;
}

h1 .icon, h2 .icon {
	display: inline-block;
	background: #002761;
	position: relative;
	border-radius: 50%;
    vertical-align: top;
}

h1 .icon img, h2 .icon img {
    max-width: 70%;
	max-height: 70%;
    height: auto;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

h1 .icon {
    width: 5rem;
    height: 5rem;
    margin-right: 1rem;
}
h1 .icon-container {
    display: block;
    float: left;
    min-width: 8rem;
}
h1 {
    overflow: hidden;
}
h1 .main-title {
    display: inline-block;
    line-height: 5rem;
}
h1 a {
    border-bottom: none;
}

h2 .icon {
    width: 4.5rem;
    height: 4.5rem;
	float: right;
}

h2.hasicon {
	background: #333;
	margin: -2rem -2rem 2rem!important;
	padding: 0 2rem;
	overflow: hidden;
	line-height: 4.5rem;
}

h2.hasicon .icon img {
	transform: translate(0, -50%);
	left: inherit;
	right: 0;
}

.icon.courses, h2.courses {
	background: #002761;
	color: #FFF;
}

.icon.quickguides, h2.quickguides {
	background: #FF3776;
}

.icon.tools, h2.tools {
	background: #FFEA37
}

.checklist ul {
    margin: 0;
}
.checklist .small-11 {
    width: 90%;
}
.checklist li {
    color: #333;
    margin-bottom: 1rem;
    font-family: 'Indie Flower', cursive;
    font-size: 1.2em;
}
.checklist li i {
    color: #47a311;
}
.checklist li:last-child {
    margin-bottom: 0;
}
.learndash_content .download, .learndash_content .certificate {
    border-bottom: 0;
}
.learndash_content .download:hover, .learndash_content .download:focus, .learndash_content .download:active, .learndash_content .certificate:hover, .learndash_content .certificate:focus, .learndash_content .certificate-btn:active {
    color: #FFF;
    background: #011C43;
}
.learndash_content h3 {
    padding-top: 1rem;
}
#learndash_profile a {
    border-bottom: none;
}
.key-course-stat p {
    margin-bottom: 0
}
#action-plan-link {
    background: #e7e7ff;
    display: block;
}
#action-plan-link img {
    margin: -1rem 0 -2rem
}
#action-plan-link .link {
    display: block;
    clear: both;
    background: #002761;
    color: #FFF;
    padding: 1rem;
    font-weight: bold;
}
#action-plan-link:hover {
    background: #cbcbef;
}
#action-plan-link:hover .link {
    background: #001f4c
}
h2.underlined {
    font-weight: bold;
    border-bottom: solid 1px #f5f5f5;
    padding-bottom: 1rem;
	margin-bottom: 1rem;
	overflow: hidden;
}
.rrt-circle {
    width: 75px;
    height: 75px;
    background: #dfdfdf;
    float: right;
    border-radius: 50%;
    position: relative;
}
.rrt-circle img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.rrt-progress-bar {
    height: auto;
}
.rrt-bar {
    height: 15px;
    width: 99%;
    background: #dfdfdf;
}
.rrt-progress-bar .rrt-circle {
    margin-top: -45px;
}
.rrt-progress {
    width: 0%;
    height: 15px;
    background: #ff3776
}

.rrt-bar.large {
	height: 1.5rem;
	border-radius: 0.25rem;
}

.rrt-bar.large .rrt-progress {
	height: 1.5rem;
	border-radius: 0.25rem;
}

.rrt-bar.large .bg-greengradient {
border: solid 1px #a5c956;
}


.rrt-indicators {
	list-style: none;
	clear: both;
	display: block;
	margin-top: -0.25rem;
	padding-bottom: 0.25rem;
	margin-left: 0!important;
	width: 99%;
}

.rrt-indicators li {
	float: left;
	font-size: 0.5em;
	width: 25%;
	color: #BBB;
	text-align: right
}

.coursethumb {
    width: 150px;
    height: 150px;
    display: inline-block;
    background: #f5f5f5;
    border: none;
    border-radius: 50%;
    position: relative;
}
.coursethumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 70%;
	max-height: 70%;
    height: auto;
    transform: translate(-50%, -50%);
}
.coursethumb:hover {
    background: #DDD;
}
.dropdown.menu#user-menu > li.is-dropdown-submenu-parent > a::after {
    display: none
}
.dropdown.menu#user-menu .submenu {
    margin-top: 2rem;
    background: #FFF;
    padding: 2rem 1rem;
    border-radius: 0.5rem;
    border: none;
    text-align: left;
}
#user-menu .button {
    padding: 1rem;
    text-align: center!important;
    text-decoration: none!important;
}
#main-menu .submenu li {
    font-size: 1.2em;
    margin-bottom: 0.5rem;
}
.dropdown.menu#user-menu .submenu a {
    margin-left: 0;
    text-align: left;
    text-decoration: underline;
}
.dropdown.menu#user-menu .submenu:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0.75rem 0.75rem 0.75rem;
    border-color: transparent transparent #002761 transparent;
    position: absolute;
    top: -0.75rem;
    right: 1.5rem;
}
#user-menu.dropdown .userdetails {
    background: #002761;
    color: #FFF;
    margin: -2rem -2rem 1rem -1rem;
    padding: 1rem;
    width: 120%;
    display: block;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
#user-menu label {
    font-size: 0.7em;
}
#user-menu .button {
    border-radius: 0.2rem!important;
}
[data-dropdown-menu] ul, [data-responsive-menu] ul, [data-responsive-toggle] ul {
    display: none;
}
#course-contents ul, #course-contents ul li {
    display: block;
    width: 100%;
    clear: both;
    overflow: hidden
}
#course-contents ul li, #course-contents .top-level {
    margin-bottom: 1rem;
    border-bottom: solid 1px #EEE;
    padding-bottom: 1rem;
    display: block;
    width: 100%;
}
#course-contents .indent {
    padding-left: 4rem;
}
#course-contents a .float-left {
    border-bottom: solid 1px;
}
#course-contents .top-level {
    font-weight: bold;
}
.cta-telephone {
    font-size: 1.5em;
    line-height: 1.5em;
}
/* Interactions */

.contentstyle .icon-box {
    position: relative;
}
.contentstyle .icon-box img {
    position: absolute;
    top: -2rem;
    left: -2rem;
    max-width: 150%;
    width: 150%;
    height: auto;
}
.inset-box {
    background: transparent!important;
    border: none!important;
}
.contentstyle {
    border: solid 1px #EEE!important;
    -webkit-box-shadow: 0 4px 6px -6px #AAA;
    -moz-box-shadow: 0 4px 6px -6px #AAA;
    box-shadow: 0 4px 6px -6px #AAA;
    padding: 0.5rem;
    border-radius: 0.5rem;
    margin-bottom: 3rem;
    background: #F7F7F7;
}
.inset-box, .objectivelist, .largequote-wrapper, .definition, .checklist, .certificate {
    margin-bottom: 0;
}
.actionplan-wrapper {
    background: #d7e6ee!important;
}
.contentstyle .button {
    font-size: 1.5rem;
    display: block;
    padding: 1rem 2rem;
    margin: auto
}

.contentstyle.formula-wrapper {
	background: #ffefb7;
	border: solid 1px #FFD949!important;
}
.action-plan-course h2 .actionplan-days {
    font-size: 1.5em;
}
.action-plan-indicator {
    width: 170px;
    height: 170px;
    display: block;
    border: none;
    margin: 1rem 0 0 -2rem;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
}
.action-plan-indicator.incomplete {
    background-color: #e6e6e6;
    background-image: url(images/action-inprogress.png);
}
.action-plan-indicator.complete {
    background-image: url(images/action-completed.png);
}
.action-plan-indicator img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.display-none {
    display: none;
}
.course-length {
    font-size: 0.6em;
    margin-top: 1rem;
    border-top: dotted 1px #EEE;
    padding-top: 0.75rem;
}
.course-length p {
    margin-bottom: 0;
    color: #999;
    font-style: italic;
}
.course-length img {
    width: 45px;
}

.course-length .fa {
	margin-right: 0.5rem;
	display: block;
	padding-top: 0.15rem;
	float: left
}

.course-length .cl-text {
	display: inline-block;
	line-height: 2rem;
}

.small-cert-button {
    font-weight: bold;
    line-height: 1.3em!important;
}
.small-cert-button img {
    display: block;
    margin: -2rem auto 0.25rem;
    height: 2rem;
}
.checklist {
    margin-bottom: 2rem;
}
.checklist .callout {
    background: url(images/paper.png);
    border-radius: 0;
}
.checklist ul {
    font-size: 1em!important;
    color: #333!important;
}
.download-btn .icon {
    position: relative;
}
.download-btn .certificate-text {
    line-height: 1em;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.download-btn .certificate-text p {
    margin-bottom: 0;
    text-align: left
}
.required.warning {
    border: solid 1px #C00;
}
.candlequickform fieldset .small {
    color: #999;
}
form label {
    color: #333;
	font-size: inherit;
}
.reqhint {
    font-size: 0.6em;
    color: #999;
}
.accordion-item .accordion-title {
    font-size: 1.2em;
    background: #002761;
    color: #FFF;
}
.page-template-ilm-index .accordion-item .accordion-title, #ilm-assignment-accordion .accordion-item .accordion-title {
    text-transform: inherit;
}
.accordion-item .accordion-title:hover, .accordion-item .accordion-title:focus {
    background: #002761;
    color: #FFF;
}
.accordion-item {
    margin-bottom: 0.25rem;
    border-radius: 0.5rem;
    overflow: hidden;
}
.accordion-item .accordion-content {
    border-bottom: solid 1px #e6e6e6;
}
.accordion-title::before {
    margin-top: -.75rem;
}
.rrt-progress-bar.has-icons {
    padding-top: 3rem;
}
.rrt-progress-icons {
    display: block;
    margin: -7rem 0 -2rem;
    width: 100%;
    float: left;
}
.rrt-progress-icons li {
    display: block;
    width: 25%;
    text-align: center;
    float: left;
    min-width: 25%;
    position: relative;
}
.pdf-download {
    background: #e7e7ff;
    display: block;
    border-radius: 50%;
}
.pdf-download:hover {
    background: #CBCBEF;
}

.comparison {
	display: block;
	overflow: hidden;
}

.comparison p {
	margin-bottom: 0;
}

.comparison .columns p {
	margin-bottom: 1rem;
}

.comparison .comparisonperson {
	border-right: solid 1px #FFF;
}

.comparison .comparisonperson img {
	margin-bottom: 0;
	max-width: 150px;
	border-radius: 50%;
	border: solid 1px #DDD;
}

.comparison .comparisonperson .alignnone {
	margin: 0
}

#accepttermsinput.warning {
	padding-bottom: 0.5rem;
	border-bottom: dotted 1px #C00;
	border-top: dotted 1px #C00;
	padding-top: 0.5rem;
}

#accepttermsinput.warning label {
	color: #C00;
}


/* Colours */

.fg-primary {
    color: #002761;
}
.fg-green {
    color: #288607;
}
.fg-pink, .fg-7 {
    color: #ff3675;
}
.fg-teal, .fg-30 {
    color: #56bab6;
}
.fg-yellow, .fg-60 {
    color: #ffaa0e;
}
.fg-lightblue, .fg-90 {
    color: #36b1ff;
}
.bg-primary {
    background-color: #002761;
}
.bg-pink, .bg-7 {
    background-color: #ff3675;
}
.bg-teal, .bg-30 {
    background-color: #56bab6;
}
.bg-yellow, .bg-60 {
    background-color: #ffaa0e;
}
.bg-lightblue, .bg-90 {
    background-color: #36b1ff;
}

.bg-greengradient {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cdeb8e+0,a5c956+100;Green+3D+%232 */
background: #cdeb8e; /* Old browsers */
background: -moz-linear-gradient(top, #cdeb8e 0%, #a5c956 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #cdeb8e 0%,#a5c956 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #cdeb8e 0%,#a5c956 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 ); /* IE6-9 */
}


/* Colour Coding Sections */

h1, a:hover, a:focus, a:active {
    color: #002761;
}
.button {
    background: #002761;
    color: #FFF!important;
}
.button:hover, .button:focus, .button:active {
    background: #011C43;
    color: #FFF;
}
section.padded {
    padding-bottom: 3rem;
    border-bottom: solid 1px #EEE;
    margin-bottom: 3rem;
}
#key-course-stats .key-course-stat {
    border: none;
    background: #EEE;
    border-radius: 0;
    font-weight: bold;
}
.callout.usp-box h3 {
    margin-top: -1rem;
}
.callout.usp-box .calloutstar {
    max-width: 3rem;
    margin-top: -5.5rem!important;
}
.callout.usp-box {
    border: solid 1px #EEE;
    border-radius: 0!important;
    margin-top: 1rem!important;
    border-top: solid 1rem #EEE;
}
/* Out of frame h5p */

.h5p-dialogcards .h5p-dialogcards-card-content {
    background: #1aac92!important;
    box-shadow: none!important;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    padding: 1em 1em 2em!important;
}
.h5peditor .ui-dialog .h5p-joubelui-button, .h5peditor .h5p-joubelui-button, .h5p-joubelui-button {
    background: #fff!important;
    border: none!important;
    border-radius: 0!important;
    color: #1aac92!important;
    font-size: 1.3em!important;
    font-weight: bold!important;
    line-height: 0.8em !important;
}
.h5peditor .ui-dialog .h5p-joubelui-button:hover, .h5peditor .h5p-joubelui-button:hover, .h5p-joubelui-button:hover {
    color: #14937C!important;
}
.h5p-dialogcards .h5p-dialogcards-card-footer {
    height: auto!important;
}
.h5p-joubelui-button:active {
    background: #FFF!important;
    box-shadow: none!important;
}
/* End of uut of frame h5p */

/* LearnDash */


.wpProQuiz_content > h2 {
    display: none;
}
.wpProQuiz_content label {
    font-size: inherit;
    color: inherit;
}
.wpProQuiz_content .wpProQuiz_questionList {
    border: none!important;
}
.wpProQuiz_content .wpProQuiz_sortable, .wpProQuiz_sortStringItem {
    background: #999!important;
    color: #FFF;
    border: solid 1px #666!important;
}
.wpProQuiz_results {
    text-align: center;
    border: solid 1px #EEE;
    padding: 2rem 2rem 1rem;
    margin-bottom: 2rem;
}
.wpProQuiz_header {
    border-bottom: solid 1px #EEE;
    padding-bottom: 1rem;
    margin-bottom: 1rem!important;
}
#quiz_continue_link {
    border-radius: 4px!important;
    font-size: 1.5em!important;
    text-transform: capitalize
}
.wpProQuiz_AnswerMessage {
    margin-bottom: 0;
}
.wpProQuiz_response .wpProQuiz_correct {
    background: #e1eae1;
}
.wpProQuiz_response .wpProQuiz_incorrect {
    background: #ffefef;
}
.wpProQuiz_response {
    padding: 0!important;
    box-shadow: none!important;
    border: none!important;
}
.wpProQuiz_response .wpProQuiz_correct, .wpProQuiz_response .wpProQuiz_incorrect {
    padding: 0.5rem;
    border: none;
}
.wpProQuiz_questionListItem p {
    margin-bottom: 0;
}

@media screen and (max-width: 39.9375em) {
body {
    font-size: 14px;
}
.columns.no-padding-left {
    padding-left: 1rem;
}
#site-header {
    padding: 1rem 0;
    margin-bottom: 2rem!important;
}
.header-title {
    font-size: 1.4em;
    margin-top: 1.5rem;
    margin-bottom: 0;
}
#sidebar {
    margin-top: 4rem;
}
#module-nav #module-nav-next, #module-nav #module-nav-prev {
    border-right: none;
}
#module-nav #module-nav-next, #module-nav #module-nav-prev {
    text-align: center;
}
#module-nav #module-nav-next a {
    float: none;
}
.h5p-padder {
    padding: 1% 2%;
}
#site-header .menu {
    float: none;
}
#site-header .top-bar-right .dropdown li {
    width: 100%;
    border-bottom: dotted 1px #b2101d;
}
#site-header .top-bar-right .dropdown li a {
    display: block;
    padding: 1rem;
}
#site-header .menu li {
    border-right: none;
}
#site-header .menu a span {
    border-bottom: none!important;
}
#site-header .menu#customer-menu {
    padding-bottom: 1rem;
    margin-bottom: 0;
}
#site-header #logo img {
    max-width: auto;
    height: 3rem;
}
.title-bar button {
    margin-top: -0.5rem;
    font-size: 1.3em;
}
#site-header #logo {
    border-radius: 0;
    box-shadow: none;
}
.column, .columns {
    padding-left: 1rem;
    padding-right: 1rem;
}
.row .row {
    margin-right: -1rem;
    margin-left: -1rem;
}
.coursethumb {
    width: 50px;
    height: 50px;
    margin-bottom: 1rem;
}
.course-length img {
    width: 25px;
}
.pdf-download {
	margin: 0 3rem;
}
	
.icon-container {
	text-align: center;
	width: 100%;
}

.icon-container .icon {
	margin-right: 0
}

h1 .icon {
	width: 4rem;
	height: 4rem;
}

h1 .main-title {
    line-height: inherit;
    margin-top: 1rem;
}
	
	.callout.whitepane {
		padding: 1rem;
	}
	
	#module-nav {
		margin-top: 1rem;
		padding-top: 0;
	}
	
	
.action-plan-indicator {
    width: 70px;
    height: 70px;
    margin: 1rem auto 0;
    background-size: 70px;
}
	
hr {
    border-color: #EEE;
    margin: 1.5rem 0 1rem;

	
}

.callout.whitepane.mainpane {
    padding-top: 1rem;
    padding-bottom: 1rem;
}	
	
	#action-plan-link {
		margin-top: 1rem;
	}	
	
	
	.contentstyle {
		margin-bottom: 1rem;
	}	
	
.contentstyle .icon-box img {
    top: -0.5rem;
    left: 50%;
    max-width: 20%;
    width: 20%;
    transform: translate(-50%,-50%);
}	
	
	
#course-contents .indent {
    padding-left: 0;
}	
	
#course-contents a .float-left {
    border-bottom: none;
    max-width: 75%;
}
	
h2.whitepane-title {
    margin: -2rem -2rem 1rem -2rem !important;
	padding: 2rem 2rem 1rem;
}
	
	#module-nav #module-nav-next {
		text-align: right;
	}
	
	.rrt-progress-icons {
    margin: -4rem 0 -2rem;
	}
	
	.download-btn .certificate-text {
		transform: none;
	}
	
	.certificate-btn, .download-btn {
		margin: 0 0 1rem;
	}
	
	h2.hasicon {
    margin: -1rem -1rem 1rem!important;
	}
}
