.uk-card-primary.uk-card-body .uk-text-muted, .uk-card-primary>:not([class*=uk-card-media]) .uk-text-muted, .uk-light .uk-text-muted, .uk-section-primary:not(.uk-preserve-color) .uk-text-muted, .uk-section-secondary:not(.uk-preserve-color) .uk-text-muted, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-muted {
    color: rgba(255, 255, 255, .8) !important;
}

.home .tm-header,
.home .tm-header-mobile {
	background: url(../images/header_bg.jpg) no-repeat center top;
	background-size: cover;
	background-color: transparent;
}

.home .tm-headerbar-top.tm-headerbar-default {
	background: none;
}

/* home page header - 3 cards */

.home .header_bottom {
	margin-top: 400px;
	padding-bottom: 50px;
}

@media (max-width: 640px) {
	.home .header_bottom {
		margin-top: 120px;
		padding-bottom: 50px;
	}
}

.home .header_bottom .uk-section-default,
#module-173 .uk-section-default {
	background: none;
}

.home .header_bottom .uk-card-default h3.uk-card-title  {
	color: #153274;
	font-weight: 600;
	font-size: 24px;
}

.home .header_bottom .uk-card-default {
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0,0,0,.2);
	opacity: 0.9;
}

.home .header_bottom .uk-card-default img {
	scale: 1.4;
	min-height: 70px;
	margin-bottom: 10px;
}

.home .header_bottom .uk-card-default:hover {
	background: #153274;
	color: white;
}

.home .header_bottom .uk-card-default:hover img {
	filter: grayscale(100%) saturate(500%) brightness(500%);
}
.home .header_bottom .uk-card-default:hover h3,
.home .header_bottom .uk-card-default:hover p,
.home .header_bottom .uk-card-default:hover span {
	color: white;
}

.my-account {
	text-indent: -9999px;
}
.my-account.label {
	text-indent: 0;
	letter-spacing: 0;
}

/* latest news */

.home #module-216 h4,
.home #module-216 .uk-h4,
.home #module-216 .el-content p {
	font-size: 16px;
}

.home .el-meta a {
	color: #df4461 !important;
}

/* home page ARB+ section */

.home #module-173 {
	background: #153274;
	padding-top: 0;
	border: none;
	color: #fff;
}

.home #module-173 h2 {
	font-weight: 700;
}

.home #module-173 h4 {
	font-weight: 600;
	color: #153274;
	font-size: 17px;
	margin-bottom: 30px;
}

.home #module-173 .uk-card {
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0,0,0,.2);
}

.home #module-173 .uk-card .el-content {
	color: black;
}

.home #module-173 .uk-card:hover {
	background: #ccedfe;
	color: #153274 !important;
	transition: 0.3sec;
}
.home #module-173 .uk-card:hover h4,
.home #module-173 .uk-card:hover .el-content  {
	color: #153274 !important;
}

.home #module-173 .uk-card img.el-image {
	 filter: grayscale(100%);
	 border-top-right-radius: 8px;
	 border-top-left-radius: 8px;
}

.home #module-173 .uk-card:hover img.el-image {
	 filter: grayscale(0);
}

.home #tm-main {
	display: none;
}

/* home page popular links */

.home #module-174 h2 {
	font-weight: 700;
	color: #df4461;
}

.home #module-174 span.uk-link-heading {
	color: black;
	font-weight: bold;
}

/* general form style */

strong,
.uk-text-bold,
bold {
	font-weight: 600;
}

.uk-light .uk-link-text em {
    color: #000;
}

.uk-text-lead {
	color: #153274;
	font-weight: 400;
}

a.uk-link-text {
	text-decoration: underline;
}

a.uk-link-text:hover {
	text-decoration: none;
}


span.required {
	font-weight: normal;
	color: #d11533;
}

.uk-breadcrumb a {
	text-decoration: underline;
}

.uk-breadcrumb a:hover {
	text-decoration: none;
}

.uk-breadcrumb>:last-child>span {
	color: #333;
	font-weight: 300;
}

/* headings */

@media (min-width: 767px) {
	h1 {
		margin-bottom: 60px;
	}
}

#account_status {
	scroll-margin-top: 120px;
}

/* side nav */

/* narrower than rest of site */
@media (min-width:960px) {
	.myaccount aside {
		width: 26%;
	}

	.myaccount .container,
	.myaccount .uk-container {
		max-width: 1300px;
	}
}

@media (min-width:960px) {
	.myaccount .uk-tile {
		height: 294px;
	}
}

@media (min-width:1300px) {
	.myaccount .uk-tile {
		height: 244px;
	}
}

aside h3 {
	color: black;
	font-size: 16px;
	border-bottom: 2px #d11533 solid;
	padding-bottom: 10px;
}

aside ul.uk-nav svg {
	color: #d11533;
	scale: 1.5;
}

aside ul.uk-nav li a {
	color: black;
	padding: 13px 0;
	border-bottom: 1px #ddd solid;
	font-weight: 300;
	font-size: 15px;
}

aside ul.uk-nav-sub {
    padding: 1px 0;
}

.library aside ul.uk-nav li.uk-active a,
aside ul.uk-nav-sub li a {
	padding-left: 15px;
}

.library aside ul.uk-nav li.uk-active a,
aside ul.uk-nav-sub li.uk-active a,
aside ul.uk-nav-sub li a:hover,
aside ul.uk-nav-sub li.uk-active.uk-parent ul li:not(.uk-active) a:hover {
	background: #f0f9fe;
	border-left: 2px solid #153274;
}

aside ul.uk-nav-sub li.uk-active.uk-parent ul li:not(.uk-active) a {
	background: white;
	border-left: none;
}

ul.uk-subnav.uk-dropnav li {
	width:100%;
}

.uk-subnav>*>:first-child {
	font-size: 16px;
	margin-bottom: 12px;
}

.uk-navbar-toggle-icon svg {
	max-width: none;
}

.pathway_finder {
	background: #f0f9fe;
	padding-bottom: 20px;
}

.pathway_finder a {
	margin-left: 0;
	width: calc(100% - 35px);
}

/* .uk-navbar-toggle-icon svg rect {
	color: #153274;
	height: 2px;
} */

h3.uk-card-title{
	font-size: 30px;
}

.uk-card-title {
	font-weight: bold;
}

.card-ape {
	background: #f0f0f0;
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0,0,0, 0.2);
}

.card-ape:hover {
	background: #153274;
	color: white;
}

.card-ape a {
	text-decoration: none !important;
	border-bottom: none;
}

.card-ape:hover span.uk-card-title,
.card-ape:hover svg {
	color: white;
}

a.uk-panel.uk-tile-primary:hover svg,
.card-ape:hover svg {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
   -webkit-transform: translateX(15px);
   transform: translateX(15px);
}

.card-webinar {
	background: #f0f0f0;
	border-radius: 8px;
	padding: 50px;
}

@media (max-width: 640px) {
	.card-webinar {
		padding: 15px;
	}
}

.card-webinar h4 {
	color: black;
	font-size: 16px;
	text-align: center;
	background: #dddcd7;
	padding: 5px 0;
}

.card-webinar .uk-button {
	background: #c4eafd;
	border-radius: 25px;
	border: 1px solid #153274;
}
.card-webinar .uk-button:hover {
	background: #153274;
	color: white;
}

.uk-accordion>:nth-child(n+2) {
	padding-top: 0;
	border: none;
}

.uk-accordion article .uk-accordion-title {
	background: #C4EAFD;
	padding: 15px;
	border-radius: 5px;
	border-bottom: none;
}

.uk-accordion-title a,
.uk-accordion article a {
	text-decoration: none;
	font-weight: bold;
}

.uk-accordion-title a {
	border-bottom: none;
}

.uk-accordion article.uk-open .uk-accordion-title {
	background: #15397f;
	color: white;
	border-radius: 5px;
	padding: 15px;
}

.uk-accordion article .uk-accordion-title::before {
	background-image: url('../images/accordion_open.png');
}
.uk-accordion article.uk-open .uk-accordion-title::before {
	background-image: url('../images/accordion_close.png');
}

.uk-accordion article.uk-open .uk-accordion-content {
	background-color: #f0f0f0;
	padding: 20px;
	margin-top: 0;
}

.article-webinar h4 {
	color: #153274;
	font-size: 16px;
	text-align: left;
	background: #c4eafd;
	padding: 8px 16px;
}

.article-webinar h4.presenter {
	background-image: url('../images/presenter.png');
	background-repeat: no-repeat;
	background-position: 10px;
	padding-left: 50px;
}
.article-webinar h4.learning {
	background-image: url('../images/learning.png');
	background-repeat: no-repeat;
	background-position: 10px;
	padding-left: 50px;
}

.article-webinar h5 {
	font-weight: bold;
}

.article-webinar a:not(.uk-button) {
	color: black;
	border-bottom: 1px solid black;
}

.article-webinar a:not(.uk-button):hover {
	border-bottom: none;
}

.article-webinar hr {
	border-top: 1px solid #153274;
}

hr.news {
	border-top: 2px solid #d11533;
}

/* news single page slider */
.news #module-220 {
	display:none;
}
.news.single #module-220 {
	display:block;
	border-top: 1px solid #eeeeee;
	margin-top: 80px;
	padding-top: 80px;
}

.news.single #module-220 .el-meta, .news.single #module-220 .el-meta a {
	color: #df4461;
}
.news.single #module-220 .el-title {
	color: black;
	font-size: 16px;
	font-weight: bolder;
}
.news.single #module-220 .el-content {
	color: #999999;
}

.news.single #module-220 .uk-slidenav {
	background-color: #dddddd;
}

.uk-button.uk-button-next {
	background-color: #153274;
    color: #ffffff !important;
    border: 1px solid #153274;
	border-radius: 25px !important;
	min-width: 200px;
}

.uk-button-next:hover {
	background-color: white !important;
	color: #153274 !important;
}

.uk-button.uk-button-prev,
.article-webinar .uk-button {
	background: #c4eafd;
	border-radius: 25px;
	border: 1px solid #153274;
	padding: 0 40px;
}
.uk-button.uk-button-prev {
	min-width: 200px;
}
.uk-button.uk-button-prev:hover,
.article-webinar .uk-button:hover {
	background: #153274;
	color: white;
}

.uk-button.uk-download {
	background: #c4eafd;
	border-radius: 25px;
	border: 1px solid #153274;
	background-image: url('../images/download.png');
	background-repeat: no-repeat;
	background-position: 20% 50%;
	padding: 0 40px 0 80px;
}
.uk-button.uk-download:hover {
	background: #153274;
	color: white;
	background-image: url('../images/download-over.png');
	background-repeat: no-repeat;
	background-position: 20% 50%;
	padding: 0 40px 0 80px;
}

/* Home collapse top */

/*
.home #tm-top.uk-section,
.no-top-section .uk-section {
	padding-top: 0 !important;
}
*/

.home #tm-top.uk-section {
    padding-bottom: 0 !important;
}

/* Home Search website */
.home h2.normal {
	font-weight: normal !important;
	font-size: 28px;
}

.home .search-panel h2 {
	margin-top: 30px !important;
}

@media (max-width: 640px) {
	.home .search-panel h2 {
		margin-left: 40px !important;
	}
}

.search-panel {
	min-height: 400px;
}

#searchweb {
	position: absolute;
	left :40px;
	bottom: 140px;
}

@media (max-width: 640px) {
	#searchweb {
		position: relative;
		left: 0;
		bottom: 0;
		margin-top: 40px;
		margin-left: 40px;
		margin-bottom:180px;
	}
}

#searchweb form {
	width: 90%;

}

.home #searchweb .uk-search-input {
	color: #153274;
	font-size: 22px;
	border-bottom: 1px solid #153274;
	width: 100%;
}


@media (max-width: 1200px) {

	.home #searchweb .uk-search-input {
		font-size: 18px;
	}

}

.home #searchweb .corp-firm-label {
	margin-top: 40px;
}

@media (min-width:640px) AND (max-width: 1320px) {

	.home #searchweb .corp-firm-label {
		margin-top: 20px;
	}

	.home #searchweb {
		bottom: 180px;
	}
}

.home #searchweb .uk-icon {
  color: #153274;

}

.tm-header-placeholder {
	display: none;
}

.home #searchweb ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #153274;
}
.home #searchweb ::-moz-placeholder { /* Firefox 19+ */
  color: #153274;
}
.home #searchweb :-ms-input-placeholder { /* IE 10+ */
  color: #153274;
}
.home #searchweb :-moz-placeholder { /* Firefox 18- */
  color: #153274;
}

#searchgrid {
	margin-left: 0;
}

@media (max-width: 640px) {
	#searchgrid {
		padding: 20px;
	}

}

.arbregisterform input[type="checkbox"] {
	margin: 10px 0;
}

.arboptionsname {
	margin-bottom: 20px;
}


@media (max-width: 640px) {
	.home-panel {
		margin-left: 40px !important;
		padding-right: 40px !important;
		min-height: 300px;
	}
}

/* home page tiles, Architecture primary, Public secondary */
.uk-tile {
	padding-top: 40px;
	padding-bottom: 40px;
}

.uk-tile-primary {
	background: #cbedfd;
}

.uk-tile-primary,
.uk-tile-primary h3.uk-card-title,
.uk-tile-primary a.arrow-text{
	/* color: #153274 !important; */
	color: #333;
}

.uk-tile-secondary {
	color: white !important;
}

.uk-alert {
	border-radius: 5px;
}

.uk-alert.filebox {
	background: #fdfdfd;
	border: 1px solid #d0d0d0;
	scroll-margin-top: 100px;
}

#system input[type="file"] {
	scroll-margin-top: 100px;
}


/* Latest News item */

.home-news h2 {
	padding-bottom: 30px;
	font-size: 25px;
	background: url(../images/bg_general.png) repeat-x 0 100%;
	margin-bottom: 40px;
}

.home-news-image {
	padding-bottom: 50px;
	margin-bottom: 40px;
	width: 100%;
	min-height: 500px;
	background-repeat: no-repeat;
}

@media (max-width: 640px) {
	.home-news-image {
		min-height: 400px;
	}
}


.article-image {
	width: 100%;
	min-height: 250px;
}

.single .article-image,
.whoweare .article-image {
	min-height: 540px;
}

@media (max-width: 640px) {
	.single .article-image,
	.whoweare .article-image {
		min-height: 250px;
	}
}

.home-news-title {
	background: url(../images/bg_general.png) repeat-x 0 0;
	padding-top: 50px;

}

.home #module-149 h3.wk-h1 {
	background: none;
	margin-left: 0;
	margin-right: 0;
	font-size: 18px;
	float: left;
	display: inline-block;
	width: 40%;
}

.home #module-149 .latest_news div.wk-margin p {
	float: right;
	display: inline-block;
	width: 59%;
}

.home #module-158 {
	margin-right: 40px;
	margin-left: 20px;
	color: #153274;
}

.home #module-158 h3 {
	background: url(../images/bg_public3.png) no-repeat 0 100%;
	padding-bottom: 40px;
	font-size: 30px;
	margin-bottom: 30px;
	font-weight: normal;
	max-width: 390px;
	color: #153274;
}

.home #module-158 h2 {
	background: url(../images/bg_public3.png) no-repeat 0 100%;
	padding-bottom: 40px;
	color: #153274;
	margin-top: 40px;
	/*max-width: 280px;*/
}

.home #module-158 .wk-text-large {
	padding-right: 50px;
}

.home #module-158 p {
	color: #153274;
	margin-top: 80px;
}

.home #module-158 p a {
	color: #153274 !important;
	font-size: 18px;
	text-decoration: underline;
}

.home #module-158 p a:hover {
	text-decoration: none;
	border-bottom: none;
}

@media (max-width: 640px) {
	.home #module-158 h2,
	.home #module-158 p {
		margin-top: 40px;
	}
}

.home .insights {
	max-height: 550px;
}
.home .insights .wk-position-cover,
.wk-slideshow {
	max-height: 600px;
}

@media (max-width: 600px) {

	.home .insights {
		max-height:inherit;
	}
	.home .insights .wk-position-cover,
	.wk-slideshow {
		max-height: 400px;
	}

}


/* footer */
.no-top-section footer .uk-section.uk-section-small {
	padding-top: 40px !important;
}
footer,
footer a.el-link {
	font-size: 13.5px !important;
	color: white !important;
	padding-bottom: 1px;
}

footer a.el-link:hover {
	border-bottom: 1px solid white;
	padding-bottom: 0;
}

footer div#footer\#0 a.el-link {
	font-weight: bold;
}

@media (min-width: 600px) {
	footer div#footer\#0 li:not(:first-child) a.el-link {
		margin-left: 30px;
	}
}
@media (max-width: 599px) {
	footer div#footer\#0 li {
		width: 100%;
	}
}


/* back to top */

.uk-totop {
	margin-top: -120px;
	font-size: 20px;
	background: #8ce0ff !important;
}
@media (min-width: 600px) {
	.uk-totop {
		position: fixed;
		bottom: 20px;
		right: 20px;
	}
}

.uk-background-light {
	background: #f1f2f3;
}

.uk-progress {
	background: #c1c2c3;
}
.uk-progress-small {
	background-color: #c1c2c3;
	height: 6px;
}
#form-progressbar {
	width: 90%;
}

/* navbar*/
.uk-navbar-container:not(.uk-navbar-transparent) {
	background: #153274;
	color: white;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
	opacity: 0.9;
}
.uk-navbar-container .uk-navbar-toggle,
.uk-navbar-nav>li.uk-active>a,
.uk-navbar-nav>li>a:hover,
.uk-navbar-nav>li>a::before,
.uk-navbar-nav>li>a,
.uk-navbar-item {
	color: white !important;
	min-height: 55px;
}
.uk-navbar-nav>li {
	font-size: small;
	padding: 10px 0;
}

.uk-navbar-nav>li>a::before {
	background: none;
}

@media (max-width: 640px) {
	.uk-navbar-nav {
		gap: 50px;
		font-size: 16px;
	}

	.uk-navbar-container .uk-navbar-toggle,
	.uk-navbar-nav>li.uk-active>a,
	.uk-navbar-nav>li>a:hover,
	.uk-navbar-nav>li>a::before,
	.uk-navbar-nav>li>a,
	.uk-navbar-item {
		color: white !important;
		min-height: 35px;
	}
}
@media (min-width: 641px) {
	.uk-navbar-nav {
		gap: 17px;
	}
	.uk-navbar-nav>li>a {
		font-size: 13px;
	}
}
@media (min-width: 960px) {
	.uk-navbar-nav {
		gap: 20px;
	}
	.uk-navbar-nav>li>a {
		font-size: 14px;
	}
}
@media (min-width: 1300px) {
	.uk-navbar-nav {
		gap: 40px;
	}
	.uk-navbar-nav>li>a {
		font-size: 16px;
	}
}

.uk-navbar-container .uk-icon-button {
	color: white;
	border-color: white;
}

.uk-drop .resource-library-nav ul.uk-nav li a,
.uk-drop ul.uk-nav li.uk-nav-header {
	background: #f2fafe;
	color: #153274;
	font-size: 17px;
	text-transform: none;
	font-weight: 600;
	padding-left: 10px;
	padding-right: 100px;
	margin-bottom: 10px;
	width: 100%;
}

.uk-drop .resource-library-nav ul.uk-nav li a {
	padding-right: 30px;
	font-weight: 400;
}

.uk-drop .resource-library-nav ul.uk-nav li a:hover {
	background-color: #c4eafd;
	border-bottom: none;
	font-weight: 600;
}

.uk-drop ul.uk-nav li.el-item {
	padding-left: 10px;
}

.menu_heading {
	max-width: fit-content;
}

a.menu_link {
	color: #15397f;
	font-weight: 600;
	background: url('../images/menu_arrow.png');
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding-right: 40px;
	margin-bottom: 20px;
	display: block;
}

a.menu_link:hover {
	font-weight: 900;
	text-decoration: none;
	border-bottom: none;
	padding-right: 55px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.uk-drop .uk-grid-margin.uk-container {
	margin-top: 0 !important;
}
.uk-nav-header {
	display: block;
}
.uk-nav-header:hover {
	background: #c4eafd;
	font-weight: bolder;
}

.uk-modal-dialog .uk-nav-header {
	text-transform: none;
	color: black;
	font-size: 15px;
	text-transform: none;
	font-weight: 600;
}

.uk-drop li.el-item a:hover {
	padding-bottom: 4px;
	border-bottom: 1px solid black;
}

.uk-padding-top {
	padding-top: 40px;
}
.uk-padding-top-small {
	padding-top: 15px;
}

.well {
	background-color: #f0f0f0;
	border-top: 2px solid #bbb;
    min-height: 20px;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 0
}

#tm-dialog-mobile .uk-modal-body {
	padding-top: 50px;
}

#tm-dialog-mobile h4 {
	color: black;
	font-size: 16px;
	margin-bottom: 5px;
}

#tm-dialog-mobile .findform {
	background: #f0f0f0;
	padding: 15px 20px;
	min-height: auto;
	margin-left: -20px;
	margin-right: -20px;
}

#tm-dialog-mobile .findform input[type="text"] {
	width: calc(100% - 80px) !important;
}

#tm-dialog-mobile .findform .uk-button-secondary {
	border-radius: 5px !important;
	height: 48px;
}

.dialog-offcanvas-menu ul.uk-nav li a {
	font-size: 22px;
	color: #153274;
}

.dialog-offcanvas-menu ul.uk-nav-sub {
	padding: 5px 0;
}



/* separator entered as a URL off canvas */
.dialog-offcanvas-menu ul.uk-nav-sub li a.sep,
.uk-dropdown.uk-drop  ul.uk-nav li a.uk-disabled {
	/* background: #f2fafe; */
	color: #000000;
	font-size: 15px;
	text-transform: none;
	font-weight: 600;
}

.uk-modal-dialog .uk-nav-default>li>a,
.dialog-offcanvas-menu ul.uk-nav-sub li a:not(.sep),
.uk-dropdown.uk-drop  ul.uk-nav li a:not(.uk-disabled){
	font-size: 14px;
	color: #757575;
	background-image: url('../images/arrow_bg.png');
	background-repeat: no-repeat;
	background-position-y: center;
	padding-left: 30px;
}

.uk-modal-dialog .uk-modal-title {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 20px
}

a.level-open {
	background: url('../images/arrow_forward.png');
	background-position: 100% 50%;
	margin-right: 20px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #f0f0f0;
	padding: 3px 0;
	font-weight: bold !important;
	font-size: 18px !important;
}

/* .uk-subnav li {
	width: 100%;
} */

@media (min-width: 600px) {
	.uk-offcanvas-bar {
		width: 500px;
		padding: 125px 70px;
	}
}

@media (min-width: 960px) {
	.uk-offcanvas-bar {
		width: 800px;
		padding: 145px 70px;
	}
}

.fill-background-right {
    margin-right: -40px;
    padding-right: 40px;
}

.fill-background-left {
	margin-left: -40px;
	padding-left: 40px;
}

.no-top-section .fill-background-right {
	padding-top: 80px;
	padding-bottom: 120px;
}


body.home .notag.blog {
	background:none;
	padding-top: 0;
}

body.home.no-top-section article {
	padding-top: 0 !important;
}

body.Architecture .notag.blog {
	background:none;
}

/* cpd top panel */
.cpd-top {
    margin-left: 0 !important;
}

#mycpd_heading {
	margin: 0;
}
#mycpd_next_report {
	background: #f6f1e3 url(../images/emergency_home.png) no-repeat 20px 8px;
	border-left: 3px solid #c3740f;
	font-size: 13px;
	margin: 20px 0;
	padding: 10px 0 10px 70px;
	font-weight: 600;
}
#mycpd_info {
	font-size: 14px;
	margin: 20px 0 10px;
}

.mycpd_button {
	margin-right: 10px;
}
.mycpd_button.uk-margin-small-bottom  {
	margin-bottom: 10px !important;
}
@media (max-width: 960px) {
	#mycpd_heading span {
		display: block;
		margin-bottom: 0;
	}
	.mycpd_button {
		display: none;
	}
}

/* overflow image */

.uk-inline-clip .uk-panel {
	background: linear-gradient(90deg, rgba(255,255,255, 1) 0%, rgba(255,255,255, 0.7) 70%, rgba(255,255,255, 0) 100%);
}

.uk-inline-clip .uk-panel .el-content {
	background: none;
	color: black;
}

/* switcher */

.uk-switcher {
	background: #f2f2f2;
	padding: 60px 30px;
	border-top: 2px solid #bbb;
}

.uk-icon.uk-nav-parent-icon svg,
.uk-switcher svg {
	color: #df4461;
}

.library .uk-switcher svg {
	color: #ffffff;
}
.library .uk-switcher .uk-button:hover svg {
	color: #153274;
}

.uk-switcher .uk-grid h4 {
	font-size: 16px;
	font-weight: 600;
}

.uk-switcher .uk-grid h3.uk-h5 {
	padding-bottom: 10px;
	border-bottom: 1px solid black;
}

.library .uk-switcher {
	background: white;
}
h5,
.library h5 {
	font-weight: bold;
}



.tm-bottom.uk-section-default,
#module-175.builder .uk-section-default,
#module-176.builder .uk-section-default,
#module-178.builder .uk-section-default,
#module-182.builder .uk-section-default,
#module-184.builder .uk-section-default,
#module-203.builder .uk-section-default,
#module-214.builder .uk-section-default {
	padding-top: 0;
}

#module-175.builder span.uk-icon:hover svg,
#module-176.builder span.uk-icon:hover svg,
#module-178.builder span.uk-icon:hover svg,
#module-181.builder span.uk-icon:hover svg,
#module-182.builder span.uk-icon:hover svg,
#module-184.builder span.uk-icon:hover svg  {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
   -webkit-transform: translateX(15px);
   transform: translateX(15px);
}

.builder .uk-tab {
	flex-wrap: nowrap;
	width: auto;
	overflow: scroll;
	 -ms-overflow-style: none;
     scrollbar-width: none;
}

.builder .uk-tab::-webkit-scrollbar {
  display: none;
}

.builder .nav-tabs>li>a,.uk-tab>*>a,
.builder .nav-tabs .el-nav li a,
.builder .uk-tab .el-nav li a {
	color: black;
	font-size: 18px;
	font-weight: 600;
}

.builder .nav-tabs>li>a,.uk-tab>*>a:hover,
.builder .nav-tabs .el-nav li a:hover,
.builder .uk-tab .el-nav li a:hover,
.builder .nav-tabs > .active > a,
.builder .uk-tab > .uk-active > a {
	color: black;
	font-size: 18px;
	font-weight: 600;
	border-color: #df4461;
	border-width: 3px;
}

.builder .el-nav.uk-margin-small.uk-tab {
	margin-bottom: 0 !important;
}

@media (max-width: 767px) {
	.builder .nav-tabs>li>a,.uk-tab>*>a,
	.builder .nav-tabs .el-nav li a,
	.builder .uk-tab .el-nav li a,
	.builder .nav-tabs>li>a,.uk-tab>*>a:hover,
	.builder .nav-tabs .el-nav li a:hover,
	.builder .uk-tab .el-nav li a:hover,
	.builder .nav-tabs > .active > a,
	.builder .uk-tab > .uk-active > a {
		font-size: 15px;
	}

	.nav-tabs>li:not(:first-child), .uk-tab>*:not(:first-child) {
		padding-left: 10px;
	}
}

.well h4 {
	font-size: 16px;
}

.uk-table td.header {
	background: #c4eafd;
	color: #153274;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 2px white solid;
	border-right: 2px white solid;
}
.uk-table td.headerdark {
	background: #153274;
	color: white;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 2px white solid;
	border-right: 2px white solid;
}

.uk-table td.void {
	background: white;
}

.uk-table.uk-table-striped td {
	border-bottom: 2px white solid;
	border-right: 2px white solid;
	vertical-align: middle;
}

.uk-table td.header.topleft {
	border-top-left-radius: 8px;
}
.uk-table td.header.topright {
	border-top-right-radius: 8px;
	border-right: none;
}

.uk-table td.header span.notes {
	font-size: 12px;
	line-height: 1.1;
}

.uk-table th {
	text-transform: none;
	font-size: 16px;
	font-weight: bold;
	color: #153274;
}

.uk-table-divider>:first-child>tr:not(:first-child),
.uk-table-divider>:not(:first-child)>tr,
.uk-table-divider>tr:not(:first-child) {
	border-top: 1px solid #aaa;
}

.uk-table.exhibition tr:first-child {
	border-bottom:2px solid #15397f;
}
.uk-tile-primary p,
.uk-table.exhibition td {
	color:#333333;
}
.uk-table.exhibition tr:first-child td {
	color: #15397f;
	font-weight: bold;
}

/* special pages */

.board-members article {
	background: #f2f2f2;
	color: #153274;
}

.board-members article .uk-margin-medium-top {
	margin-top: 0 !important;
}

.board-members article h2 {
	background: #153274;
	color: white;
	font-size: 19px;
	margin: 0 -40px;
	padding: 10px 0;
	text-align: center;
}

.board-members article h3.el-title {
	font-size: 16px;
	margin-bottom: 0;
}

.board-members article .el-meta {
	color:  #153274;
}

.board-members article .el-content {
	color: black;
	font-size: 14px;
	padding-top: 10px;
	font-weight: 300;
}

.board-members article .el-content::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 4px;
	width: 80px;
    background-color: #df4461;
	margin-bottom: 10px;
}

.complaints-process article {
	background: #f2fafe;
}
/* .complaints-process ol li {
	background-image: url('../images/bullet.png');
	background-repeat: no-repeat;
	color: black;
	padding-left: 30px;
}
.complaints-process ol {
	list-style-image: url('../images/bullet.png');
}
.complaints-process ol li::marker {
	color: white;
}*/

ol.complaints-list {
  margin-left: 35px;
  padding-right: 0;
  padding-left: 0;
  list-style-type: none; /* remove default */
}

ol.complaints-list li {
  counter-increment: step-counter;  /*set it back */
  margin-top: 15px;  /* add margin to it */
}

ol.complaints-list li::before {
   /* use before to style it */
  content: counter(step-counter);
  margin-left: -35px;
  margin-right: 10px;
  font-size: 80%;
  background-color: #0966C2;
  color: white;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 90px;
}

ol.complaints-list li::after {
	padding-left: 30px;
}


.complaints-submit article {
	background: #fff3ef;
}

.uk-article+.uk-article {
	margin-top: 40px;
}

/* news page heading */
.forms h1 {
	background: url(../images/bg_architects3.png) repeat-x 0 0;
	padding-top: 25px;
	color: #153274;
	max-width: 445px;
}

.no-top-section article {
	background: none;
	padding-top: 80px;
}


.Register .single .uk-article blockquote {
    font-size: 14px;
    font-style: normal;
}

.no-top-section article#article-398,
.no-top-section article#article-399 {
	padding-top: 0;
	background: none;
}

.resources-column {
	padding-right: 60px;
}

@media (max-width: 640px) {
	.resources-column {
		padding-right: 0 !important;
	}
}

article a {
	text-decoration: none;
	border-bottom: 1px #15397f solid;
}

article .uk-grid-item-match.uk-margin a {
	border-bottom: none;
}

article a:not(.uk-button):hover {
	text-decoration: none;
	border-bottom: none;
}

/* tags */

a.label {
	border: none;
	text-decoration: none;
	text-transform: none;
	font-size: 14px;
}


/* forms */

.forms ul.wk-subnav {
	text-align: right;
	margin-top: -100px;
}

@media (max-width: 640px) {
	.forms ul.wk-subnav {
		margin-top: 0;
	}

}

.forms ul.wk-subnav li {
	display: block !important;
	/*float: none !important;*/
	width: 100%;
}

.forms ul.wk-subnav li a {
	color: #153274;

}

.forms .wk-panel {
	background: url(../images/bg_architects3.png) repeat-x 0 0;
	padding-top: 30px;
}

.forms a.wf_file  {
	color: #153274;
	text-decoration: none;
	border-bottom: none;
	padding-bottom: 2px;
}
.forms a.wf_file {
	padding-left: 50px;
	display: block;
	background: url(../images/icon-form.png) no-repeat 0 5px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}


.forms article {
	min-height: 850px;
}

.forms .wk-subnav-line>:nth-child(n+2):before {
	border: none;
}


/* main nav color */

.uk-offcanvas-bar .uk-nav a {
	color: #153274;
	padding-left: 30px;
}

.uk-offcanvas-bar .uk-nav li.uk-active a,
.uk-offcanvas-bar .uk-nav a:hover {
	background: url(../images/dot_general2.png) no-repeat 0 16px;
	text-decoration: none !important;
	border-bottom: none;
}

/* widgetkit colors */

.wk-panel-box-primary,
.wk-panel-box-secondary {
	margin-top: -40px;
	margin-right: -42px;
	min-height: 860px;
}

@media (max-width: 640px) {
	.wk-panel-box-primary,
	.wk-panel-box-secondary {
		min-height: 520px;

	}

}

.wk-panel-box-primary h3,
.wk-panel-box-secondary h3 {
	font-size: 25px;
}

.wk-panel-box-secondary,
.wk-panel-box-secondary a {
	color: white !important;
}

.wk-panel-box-secondary {
	background: #153274 !important;
}

.wk-panel-box-primary {
	background: #cbedfd !important;
}

.wk-panel-box-primary,
.wk-panel-box-primary a {
	color: #153274 !important;
}

.wk-dotnav>*>* {
	background: rgba(255,255,255,0.6) !important;
}

/* search */
.search h1.page-title {
	background: url(../images/bg_public3.png) no-repeat 0 0;
	padding-top: 30px;
	font-size: 18px;
}

.search .uk-search-input {
	border: 1px solid #ccc;
}

/* profile */

#waiting {
    color: #767676;
    text-align: center;
	vertical-align:middle;
	width: 100%;
	min-height: 80vh;
	background: #f0f0f0;
	padding-top: 120px;
	margin-bottom: 120px;
}

#system form.submission fieldset > div { overflow: hidden; }
#system form.submission fieldset > div > * { vertical-align: middle; }
#system form.submission fieldset > div > label:first-child {
	display: block;
	width: 250px;
	/* float: left; */
	padding: 5px;
}

#system form.submission fieldset > div > input[type='text'],
#system form.submission fieldset > div > input[type='password'] {
	padding: 5px;
	width: 300px;
}
#system form.submission fieldset > div > select {
	padding: 5px;
	width: 300px;
}

#system form.submission fieldset > div > textarea { width: 255px; }

#system form.submission small {
	display: block;
	margin: -25px 0 25px 0;
}

#system form.submission div.submit {
	margin-top: -20px;
	text-align: center;
}

#system form.submission div > .calendar { margin-left: 5px; }
#system form.submission #metadesc { height: 100px; }
#system form.submission #metakey { height: 60px; }

/* Validation */
#system .invalid { border-color: #ff0000; }
#system label.invalid { color: #ff0000; }
#system .error { color: #ff0000; }

#system form.submission fieldset > div > input[type='email'] {
	padding: 5px;
	width: 300px;
}

#register_dateofbirth_dd,
#jform_dd {
	width: 65px !important;
}

@media (max-width: 640px) {
	#register_dateofbirth_dd::before,
	#jform_dd::before {
		content: '<div></div>';
	}
}

#register_dateofbirth_mm,
#jform_mm {
	width: 150px !important;
}

#register_dateofbirth_yy,
#jform_yyyy {
	width: 90px !important;
}

/* button */

.button-default, .button-primary {
    margin: 0;
    overflow: visible;
    font: inherit;
    color: inherit;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 40px;
    vertical-align: middle;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    -webkit-transition-property: color,background-color,background-position,border-color,box-shadow;
    transition-property: color,background-color,background-position,border-color,box-shadow;
    font-weight: normal;
    background-origin: border-box;
}

.uk-button {
	border-radius: 25px !important;
}

.button-default,
.button-primary,
.uk-button-primary {
	background-color: #153274;
    color: #ffffff !important;
    border: 1px solid #153274;
	border-radius: 25px !important;
}

.uk-button-large {
	line-height: 40px;
	min-width: 235px;
}

.uk-button-account-mobile {
	background-color: #153274;
    border: 1px solid #153274;
	background-image: url('../images/icon-login.png');
	background-repeat: no-repeat;
	background-position: 10% 50%;
	padding-left: 30%;
	margin: 5px 20px 30px 0;
	color: #ffffff !important;
	font-size: 18px !important;
}

.uk-button-account-mobile a {
	color: #ffffff !important;
	font-size: 18px !important;
}

.uk-button-find-architect {
	background-color: #888888;
    border: 1px solid #888888;
	background-image: url('../images/icon-search.png');
	background-repeat: no-repeat;
	background-position: 10% 50%;
	padding-left: 28%;
	margin: 10px 20px 20px 0;
	color: #ffffff !important;
	font-size: 18px !important;
}

.uk-button-find-architect a {
	color: #ffffff !important;
	font-size: 18px !important;
}

.uk-button-primary:hover {
	background-color: white !important;
	color: #153274 !important;
}

.uk-button.uk-button-secondary,
.uk-button.uk-button-rounded {
	border-radius: 25px !important;
}

.button-link {
	font-size: 12px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: underline;
}

.button-link:hover {
	text-decoration: none;
}

.uk-checkbox,
.uk-radio,
input[type=checkbox],
input[type=radio] {
	background-color: white !important;
	border-color: #888888 !important;
}
.uk-checkbox:checked,
.uk-checkbox:indeterminate,
.uk-radio:checked,
input[type=checkbox]:not([class*=uk-]):checked,
input[type=checkbox]:not([class*=uk-]):indeterminate,
input[type=radio]:not([class*=uk-]):checked {
    background-color: #81dbff !important;
}

.uk-checkbox, .uk-radio, input[type=checkbox]:not([class*=uk-]), input[type=radio]:not([class*=uk-]) {
    display: inline-block;
    height: 16px;
    width: 16px;
    overflow: hidden;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #f0f0f0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: .2s ease-in-out;
    transition-property: background-color,border-color,box-shadow;
    border: 1px solid #ccc;
}

.uk-radio,input[type=radio]:not([class*=uk-]) {
    border-radius: 50%
}

.uk-radio:checked,input[type=radio]:not([class*=uk-]):checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23FFF%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.uk-checkbox:checked,input[type=checkbox]:not([class*=uk-]):checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-checkbox:indeterminate,input[type=checkbox]:not([class*=uk-]):indeterminate {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23FFF%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E")
}


input[type="text"]:not([class*="uk-"]),
input[type="password"]:not([class*="uk-"]),
input[type="email"]:not([class*="uk-"]),
select:not([class*="uk-"]),
textarea:not([class*="uk-"]) {
	width: auto !important;
}

textarea {
	font-family: "Public Sans", sans-serif;
	font-size: 16px;
	padding: 10px 20px;
	border-radius: 5px;
	max-width: 478px;      /* or percentage */
}

input[type="text"]:not([class*="uk-"]),
input[type="password"]:not([class*="uk-"]),
input[type="email"]:not([class*="uk-"]),
select:not([class*="uk-"]) {
	height: 48px;
	border-radius: 5px;
	padding: 0 20px;
	background: #fff;
	border: 1px solid #888;
	font-size: 16px;
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* form#adminForm input[type="text"]:not([class*="uk-"]):not([class*="dd"]):not([class*="yy"]):not([class*="required"]),
form#adminForm input[type="password"]:not([class*="uk-"]),
form#adminForm input[type="email"]:not([class*="uk-"]),
form#adminForm select:not([class*="uk-"]):not([class*="mm"]):not([class*="required"]),
form#adminForm textarea:not([class*="uk-"]) {
	width: 80% !important;
} */

input[type="text"]:hover,
input[type="password"]:hover,
input[type="email"]:hover {
	background: #c4eafd;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	outline: #c4eafd !important;
	outline-offset: 2px !important;
	outline-style: solid !important;
}

.uk-select:not([multiple]):not([size]),
select:not([class*=uk-]):not([multiple]):not([size]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 20px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23243D57%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23243D57%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-repeat: no-repeat;
    background-position: 100% 50%
}

select:focus {
	outline: none;
}

.search select[size],
.search select:not([class*=uk-])[size],
.search .uk-select:not([multiple]):not([size]) {
	padding: 2px !important;
	border-radius: 5px !important;
	border: 1px solid #eee !important;
	height: auto !important;
}

.search .uk-select:not([multiple]):not([size]),
.search select:not([class*=uk-]):not([multiple]):not([size]) {
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	background-image: none;
}

#userForm .uk-radio,
#userForm .uk-checkbox {
    margin-right: 5px !important;
}

#userForm .rsform-button-prev {
    margin-right: 20px !important;
}

/* Forms layout for desktop */
@media (min-width: 768px) {
    #userForm input[type="text"],
    #userForm input[type="email"],
    #userForm select {
        width: auto !important;
        min-width: 400px;
    }
}

.password-container{
   position: relative;
}

#jform\[password1\]-rules,
.input-password-toggle {
	display: none;
}

#show-pass-icon,
#show-pass-icon1,
#show-pass-icon2 {
  position: absolute;
  top: 19px;
  right: 4%;
  background-image: url('../images/eye-closed.png');
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  width: 22px;
  height: 15px;
}

#regSearchFieldset {
	width: 80%;
	text-align: center;
	margin: 0 auto;
}

#regSearchName {
	width: calc(100% - 120px) !important;
}

@media (max-width: 767px) {
	#regSearchFieldset {
		width: 100%;
	}
	#regSearchName {
		width: 100% !important;
		margin-bottom: 20px;
	}
}

#payment-frame iframe { max-width: 500px; }

#payment-frame iframe#trustedFrame-creditCard { min-height: 350px; }

#payment-frame  #expiryDateField { max-width: 350px !important; }

td.cell-padding { padding: 0 0 10px 10px; }


/* Forms layout for Phones */
@media (max-width: 767px) {

	#arbresults { font-size: 10px; }

	#system table tr, #system table td:not(.sm-cell),
	.library table tr,.library table td:not(.sm-cell) {
		display: block; width: 100%; }

	#system .button-default, #system .button-primary, .button-large { width: 100%; margin: 10px 0;}

	#system textarea, #system input[type="text"], #system input[type="email"], #system input[type="file"] { width: 100% !important; }

	#system select { width: 100% !important;}

    #payment-frame iframe { max-width: 350px; }
}

@media (max-width: 400px) {

    #payment-frame iframe { max-width: 280px; }
}


/* Forms layout for desktop */
@media (min-width: 768px) {
    /* SFA */
    .form-horizontal .control-label {
        width: 280px;
    }

	.form-horizontal .control-label {
	    float: left;
	    padding-top: 5px;
	    text-align: right
	}

    .form-horizontal .controls {
        margin-left: 300px;
    }
}

.cpd_section {
	border:1px solid #ccc; padding: 15px; background: #f8f8f8;
}
.cpd_block {
	display: block !important;
}

.warp {
  position:relative;
  margin: 0 0 20px;
}
.line {
  width: 100%;
  height:5px;
  background:#153274;
  position:absolute;
  left: 55px;
  top: 15px;
} 
.rsformProgressBar {
    background: #8ddefb !important;
}

.progressbar {
  counter-reset: step;
  margin-bottom: 120px;
}

.progressbar li {
  list-style-type: none;
  width: 25%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #7d7d7d;
  cursor: pointer;
}

.progressbar li:before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 30px;
  border: 2px solid #7d7d7d;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white;
}
.progressbar li:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #7d7d7d;
  top: 15px;
  left: -50%;
  z-index: -1;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active {
  color: #153274;
}
.progressbar li.active:before {
  border-color: #153274;
}
.progressbar li.active + li:after {
  background-color: #153274;
}

.progressbar li:hover {
    color: #ffb881;
}
.progressbar li.disabled:hover {
    color: #7d7d7d;
    cursor: no-drop;
}
.progressbar li:hover:before {
    border-color: #ffb881 ;
}
.progressbar li.disabled:hover:before {
    border-color: #7d7d7d !important;
}
.wk-slideshow-fullscreen {
    min-height: 800px;
}
.form_error {
    color: #153274 !important;
    background: #FEF6FA !important;
}
.account-alert {
    background: #f0f0f0;
}

#jform_cpd_competencies label {
    display:block;
    width: 100%;
}
#jform_cpd_mandatory_topics label {
    display:inline;
    width: 100%;
}
#jform_cpd_hours_formal,
#jform_cpd_hours_informal {
	width: 75px !important;
}
#jform_cpd_performance_criteria1-lbl,
#jform_cpd_performance_criteria2-lbl,
#jform_cpd_performance_criteria3-lbl,
#jform_cpd_performance_criteria4-lbl {
	font-size:80%;
}
#jform_cpd_performance_criteria1_chzn input.default,
#jform_cpd_performance_criteria2_chzn input.default,
#jform_cpd_performance_criteria3_chzn input.default,
#jform_cpd_performance_criteria4_chzn input.default {
	min-width: 270px !important;
}
#jform_cpd_performance_criteria1,
#jform_cpd_performance_criteria2,
#jform_cpd_performance_criteria3,
#jform_cpd_performance_criteria4,
#jform_cpd_categ_formal,
#jform_cpd_categ_informal {
	width: 100% !important;
}
#jform_cpd_type {
	padding-top: 4px;
}

.form-horizontal .control-group:after,
.form-horizontal .control-group:before {
    display: table;
    line-height: 0;
    content: ""
}

.formRed,
.formError {
	color: #df4461;
	display: block;
}

.contact_tel {
	background-image: url("../images/contact_tel_bg.png");
	background-repeat: no-repeat;
	padding-left: 30px;
}

.contact_email {
	background-image: url("../images/contact_email_bg.png");
	background-repeat: no-repeat;
	padding-left: 30px;
}

.contact_loc {
	background-image: url("../images/contact_loc_bg.png");
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position-y: center;
}
.uk-alert-success {
	background: #e1f5e2;
	color: #333333;
}
.uk-alert-danger {
	background: #f7d0d8;
	color: #333333;
}
.uk-alert-warning {
	background: #f6e4c4;
	color: #333333;
}
#system .uk-alert,
#system .uk-tile-muted {
	background: #f7f8f9;
}
.tooltip-icon {
	position: absolute;
	left: 40px;
	top: 5px;
}
.uk-tooltip {
	max-width: 400px;
	background: white;
	color: black;
	width: 90%;
	border: 1px solid black;
	padding: 10px;
}
.uk-pagination > .uk-active > * {
	background-color: #cbedfd;
	color: #111;
}
.uk-pagination > * {
	padding-left: 0;
}
.uk-pagination > * > * {
	border: 1px solid #eee;
	margin-right: 10px;
}
.pagination {
	text-align: center;
}
@media (max-width: 767px) {
	.uk-pagination>*>* {
		min-width:20px;
		height: 30px;
		width: 30px;
	}
	.uk-text-lead {
		font-size: 1rem;
	}
}
#exemptions .uk-modal-dialog {
	background-color: #cbedfd;
}
#tm-mobile-subnav-1,
#tm-mobile-subnav-2,
#tm-mobile-subnav-3,
#tm-mobile-subnav-4,
#tm-mobile-subnav-5,
#tm-mobile-subnav-6 {
	padding: 0;

}
.no-transition {
	transition: none !important;
}
.uk-modal-dialog.no-transition {
	height: 100vh;
}
#blank-panel {
	height: 100vh;
	background: white;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.uk-form-label {
	text-transform: none;
	font-size: 16px;
	color: black;
}
.search .uk-grid.uk-child-width-1-1 .uk-first-column {
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
}
.search h4 {
	font-size: 17px;
}
/*
.search .uk-link-reset {
	text-decoration: underline !important;
}
*/
.search span.highlight {
	background-color: #c4eafd;
}

.uk-link-reset {
	border-bottom: none;
}

.search .uk-link-reset {
	border-bottom: 1px solid #153274;
}
.search .uk-link-reset:hover {
	border-bottom: none;
}

.bw-social-share a,
.bw-social-share a span  {
    color: black;
    text-decoration: none;
	border-bottom: none;
}

.byera {
	background: url(../images/byera-reports.png) no-repeat top center;
	background-size: cover;
}

.byera img {
	display: block;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	width: 50%;
}


@media print {
    .uk-navbar,
    .tm-navbar,
    .tm-sidebar,
	.uk-button,
	#blank-panel,
	#footer-navigation,
	.bw-social-share,
	.uk-totop,
    .btn {
        display: none;
    }
    textarea,
    blockquote {
        border: none;
        width: 80%;
    }

	#tm-main {
		margin: 0;
	}

    .page-header, .page-header-space {
      height: 20px;
      border: none;
    }

    .item_fields {
        padding-top: 50px;
        padding-bottom: 50px;
    }

	H1,
    H2,
    H3 {
        margin-top: 20px;
        margin-bottom: 20px;
        letter-spacing: 0.2px;
        font-weight: 500;
    }

    .uk-table th,
    .uk-table td {
        padding: 3px 3px;
    }


    .page-footer, .page-footer-space {
      height: 40px;
      border-top: 1px solid #e0e0e0;
      width: 90%;
    }

    .page-footer {
      position: fixed;
      bottom: 0;
      width: 92%;
      text-align: center;
      font-style: italic;
    }

    .page-header {
      position: fixed;
      top: 0mm;
      width: 92%;
      text-align: center;
    }

    .page {
      page-break-after: always;
    }

    .content-block, p {
        page-break-inside: avoid;
    }

    .request_attachment {
        display: none;
    }

    @page {
      size: A4;
      margin: 50mm 17mm 27mm 17mm;
    }

     /* html, body {
        width: 210mm;
        height: 297mm;
      } */
}
