html {
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px;
}

*+address, *+blockquote, *+dl, *+fieldset, *+figure, *+ol, *+p, *+pre, *+ul {
	margin-top: 10px;
}

strike {
	text-decoration: none;
	position: relative;
	font-size: 30px!important;
}

strike::before {
	top: 50%;
	background: red;
	opacity: 0.7;
	content: '';
	width: 110%;
	position: absolute;
	height: 0.1em;
	border-radius: 0.1em;
	left: -5%;
	white-space: nowrap;
	display: block;
	transform: rotate(-15deg);  
}

.video-card {
	position: relative;
	z-index: 99;
	background: #fff;
	margin: 0 auto 20px auto!important;
	padding: 0;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	border-radius: 10px;
}

.video-card video {
	border-radius: 10px;
}

a {
	color: #56227d;
	text-decoration: none;
}

a:hover {
	color: #8d10b7;
	text-decoration: none;
}

a.eg-edit:hover {
	min-height: 16px;
	background-image: url('../img/edit.png');
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 20px;
}

a.eg-pencil:hover {
	min-height: 16px;
	background-image: url('../img/pencil.png');
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 20px;
}

a.eg-anchor:hover, .eg-nav > li > a.eg-anchor:hover {
	min-height: 16px;
	background-image: url('../img/anchor.png');
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 20px;
}

ul li input[type=checkbox] {
	margin: 0 10px;
}

dl > dt, dl dt > a {
	color: #666;
}

dl > dd, .uk-description-list-line > dd {
	color: #222;
}

.uk-description-list-line > dt:nth-child(n+2) {
    margin-top: 10px;
    padding-top: 10px;
}

input[type='radio'], input[type='checkbox'] {
	margin: 0 10px;
}

tr td a i[class^='uk-icon-'] {
	visibility: hidden;
}

tr:hover td a i[class^='uk-icon-'] {
	visibility: visible;
}

.trashed, .trashed a {
	background-color: #fff1f0 !important;
	color: #d85030 !important;
	text-decoration: line-through !important;
}

.eg-hover {
	padding: 5px;
}

.eg-hover:hover {
	background-color: rgba(0, 168, 230, 0.15);
	border-radius: 10px;
}

.eg-background {
	background: #56227d;
}

.eg-body {
	background: #eef1f2;
	padding: 30px 0;
}

.eg-welcome {
	background: url('../img/global-directory.jpg') no-repeat top center #fff;
	background-size: cover;
	padding: 20px 0;
}

.eg-container {
	border-radius: 10px;
	background: #fff;
	padding: 20px;
}

.eg-footer {
	background: #0d1f43;
	color: #fff;
	padding: 30px 0;
}

.eg-footer a, .eg-footer .uk-subnav li a {
	color: #fff;
}

.eg-footer a:hover, .eg-footer .uk-subnav li a:hover {
	color: #ddd;
}

.eg-section-title {
	padding-left: 8px;
	border-left: 5px solid #1fa2d6;
	font-size: 20px;
	*text-transform: uppercase;
	line-height: 20px;
	margin: 15px;
}

.eg-entry-title {
	padding-left: 8px;
	border-left: 5px solid #1fa2d6;
	font-size: 14px;
	line-height: 20px;
	margin: 15px;
}

.eg-alias {
	font-size: 0.95em;
	color: #666;
}

.uk-text-muted {
	font-weight: normal;
}

.uk-breadcrumb {
	padding: 10px;
	background: #f5f5f5;
	margin-bottom: 10px;
}

.uk-breadcrumb > li, .uk-breadcrumb > li > a, .uk-breadcrumb > li > span {
	font-size: 0.9rem;
}

.eg-navbar {
	padding: 5px 0;
	border: none;
	background: #000;
}

.eg-navbar .uk-navbar-brand {
	color: #fff;
}

.eg-navbar .uk-navbar-toggle {
	color: #999;
}

.eg-navbar .uk-navbar-center {
	max-width: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.eg-navbar .uk-navbar-nav > li {
	margin-left: 20px;
}

.eg-navbar .uk-navbar-nav > li > a {
	height: 40px;
	margin: 0;
	border: none;
	border-radius: 5px !important;
	text-shadow: none;
	font-size: 15px;
	color: #999;
}

.eg-navbar .uk-navbar-nav > li > a:hover {
	background-color: transparent;
	color: #fff;
}

.eg-navbar .uk-navbar-nav > li.uk-active > a {
	background-color: #2ba3d4;
	color: #fff;
}

.eg-nav > li > a {
	color: #666;
}

.eg-nav > li > a.done {
	color: #333;
}

.eg-nav .uk-nav-header {
	color: #333;
	font-size: 0.95em;
	*font-weight: normal;
}

.eg-nav [class*=uk-icon-] {
	width: 16px;
}

.eg-panel {
	*background: #f5f5f5;
	color: #444;
}

.eg-panel-box {
	padding: 10px;
}

.eg-toolbar {
	background: #fffceb;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.eg-toolbar ul.uk-subnav-line {
	margin-bottom: 0;
}

.eg-tab-content {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.eg-office {
	*margin: 20px 0;
	*background-color: #f0f8ff;
	*border-top: 1px dotted #444;
	*border-bottom: 1px dotted #444;
	color: #545454;
}

.eg-office a {
	color: #333;
}

.eg-office a:hover {
	color: #e28327!important;
}

.eg-office-container {
	margin: 10px;
}

.eg-office-logo {
	float: right;
	margin: 0;
	height: 58px;
}

.eg-office-logo img {
	max-height: 58px;
}

.eg-office-name {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.21;
	margin-bottom: 15px;
	*text-transform: uppercase;
}

.eg-office-address {
	color: #545454;
}

.eg-staff-container {
	*background: url('../img/bg/dimgrey.png') repeat;
	*padding: 1px;
}

.eg-staff {
	position: relative;
	*background: rgba(192,192,192, 0.3);
	*border-top: 1px dotted #444;
	margin: 10px;
	padding: 20px;
	border-radius: 10px;
	border: 2px solid #cfcfcf;
	background-color: #fff;
}

.eg-staff:hover {
	background: rgba(141, 16, 183, 0.05);
}

.eg-staff.selected {
	background: rgba(197,231,183, 0.7);
}

.eg-staff-name {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	color: #3b3b3b;
}

.eg-staff-title {
	font-size: 0.95em;
	margin-bottom: 20px;
}

.eg-staff-photo {
	position: relative;
	float: left;
	margin-right: 10px;
	width: 80px;
}

.eg-staff-photo img {
	max-width: 80px;
}

.eg-staff .staff-link {
	background-color: #fff;
	margin: 4px;
	padding: 0 5px;
	border-radius: 50%;
}

.eg-staff .uk-accordion .uk-accordion-title {
	margin-bottom: 0;
}

.eg-staff .uk-accordion .uk-accordion-content {
	padding: 15px;
}

/*=================================================================
					UIKit Tweaks
=================================================================*/
.uk-pagination > li > a {
	background: #f7f7f7;
    color: #666;
    border: 1px solid rgba(0,0,0,.2);
    border-bottom-color: rgba(0,0,0,.3);
    background-origin: border-box;
    background-image: -webkit-linear-gradient(top,#fff,#eee);
    background-image: linear-gradient(to bottom,#fff,#eee);
    text-shadow: 0 1px 0 #fff;
	border-radius: 5px;
}
	
.uk-pagination > li.uk-active > a, .uk-pagination > li.active > a {
	background-color: #009dd8;
	color: #fff;
	border-bottom-color: rgba(0,0,0,.4);
	background-origin: border-box;
	background-image: -webkit-linear-gradient(top,#00b4f5,#008dc5);
	background-image: linear-gradient(to bottom,#00b4f5,#008dc5);
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
}

.uk-pagination > li.uk-disabled > a, .uk-pagination > li.disabled > a {
    color: #999;
    text-shadow: 0 1px 0 #fff;
	cursor: not-allowed;
}

.uk-panel-badge {
	padding: 5px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
}

.uk-offcanvas {
	color: #ccc;
}

.uk-offcanvas .uk-search {
	display: block;
	margin: 20px 15px;
}
.uk-search {
	display: inline-block;
	position: relative;
	margin: 0;
}

.uk-offcanvas .uk-search:before {
	color: #777;
}

.uk-search:before {
	content: "\f002";
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	line-height: 30px;
	text-align: center;
	font-family: FontAwesome;
	font-size: 14px;
	color: rgba(0,0,0,.2);
}


.uk-offcanvas .uk-search-field {
	width: 100%;
	border-color: transparent;
	background: #1a1a1a;
	color: #ccc;
}

.uk-search-field {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	border-radius: 0;
	font: inherit;
	color: #666;
	-webkit-appearance: none;
	width: 120px;
	height: 30px;
	padding: 0 0 0 30px;
	border: 1px solid transparent;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
	vertical-align: middle;
}

.uk-alert p {
	font-size: 0.95em;
}

.uk-tab {
	border-bottom: 1px solid #56227d;
}

.uk-tab > li > a {
	color: #333;
}

.uk-tab > li.uk-open > a, .uk-tab > li > a:focus, .uk-tab > li >a:hover {
	color: #56227d;
	background: #fff;
}

.uk-tab > li.uk-active > a {
	font-weight: bold;
	color: #56227d;
	background: #fff;
	border-color: #56227d;
}

.uk-tab.uk-tab-left {
	border-bottom: none;
    border-right: 1px solid #56227d;
}

.uk-accordion-title {
	font-size: 13px;
	border-bottom: 1px solid #dedede;
}

.uk-description-list-horizontal > dt {
	font-size: 0.9em;
}

.uk-text-small {
	font-size: 0.9em;
}

.uk-table thead {
	border-top: 1px solid #e5e5e5;
}

.uk-table thead th a {
	color: #333;
}

.uk-table th, .uk-table td {
	border-bottom: 1px solid #e5e5e5;
}

.uk-table tr th:first-child, .uk-table tr td:first-child {
	*border-left: 1px solid #e5e5e5;
	*border-right: 1px solid #e5e5e5;
}

.uk-table tr th:last-child, .uk-table tr td:last-child {
	*border-right: 1px solid #e5e5e5;
}

.uk-modal-header {
	margin-bottom: 15px;
	margin: -20px -20px 15px -20px;
	padding: 20px;
	border-bottom: 1px solid #e5e5e5;
	border-radius: 4px 4px 0 0;
	background: #fafafa;
}

.uk-modal-footer {
	margin-top: 15px;
	margin: 15px -20px -20px -20px;
	padding: 20px;
	border-top: 1px solid #e5e5e5;
	border-radius: 0 0 4px 4px;
	background: #fafafa;
}

/*=================================================================
					Responsive Design Tweaks
=================================================================*/
/* Large desktop */
@media (min-width: 1200px) {
	.uk-description-list-horizontal > dt {
		width: 30%;
	}
}

/* Small desktop and iPad etc. */
@media (min-width: 980px) and (max-width: 1199px) {

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.eg-navbar .uk-container {
		*padding: 0 5px;
	}

	.eg-office-logo {
		float: none;
		margin-bottom: 10px;
	}
	.uk-tab.uk-tab-left {
		border-bottom: none;
		border-right: none;
	}
}

/* Small tablet like Kindle */
@media (min-width: 481px) and (max-width: 533px) {
	.eg-navbar .uk-container {
		padding: 0 5px;
	}
}

/* Landscape phones and down */
@media (max-width: 480px) {
	.eg-navbar .uk-container {
		padding: 0 5px;
	}
	.eg-staff-photo {
		float: none;
		margin-bottom: 10px;
	}
}