/* wxm */

.Normal a {
	color: #50bf9d;
}

.dnnCheckbox .mark {
    background:transparent !important;
}

#ControlBar, #ControlBar:before, #ControlBar:after, #ControlBar *:before, #ControlBar *:after,
#ControlBar li, #ControlBar li:before, #ControlBar li:after,
#ControlBar a, #ControlBar a:before, #ControlBar a:after,
.dnn_mact, .dnn_mact:before, .dnn_mact:after, .dnn_mact *:before, .dnn_mact *:after,
.dnn_mact li, .dnn_mact li:before, .dnn_mact li:after, .dnnDropDownList .selected-item a, .dnnDropDownList .selected-item a:link, .dnnDropDownList .selected-item a:visited, .dnnDropDownList .selected-item a:hover, .dnnDropDownList .selected-item a:active, #dnnModuleDigitalAssetsSelectionToolbar
{
    -webkit-box-sizing: content-box !important; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box !important;    /* Firefox, other Gecko */
    box-sizing: content-box !important;         /* Opera/IE 8+ */
}	


/* hide the 2sxc content pane controls */

.sc-content-block-menu.sc-content-block-quick-insert {
	display: none !important;
	visibility: hidden !important;
}

.dnnModuleManager {
/*	border: none !important;
	padding: 0 !important;*/
}

.actionMenu {
	display: block !important;
}

div.actionMenu ul.dnn_mact > li > a {
	vertical-align: top !important;
}

.tooltip.show {
	opacity: 1 !important;
}

.tooltip-inner {
    max-width: 200px;
    padding: 10px 20px !important;
    color: #fff;
    text-align: center;
    background-color: #faa519 !important;
    border-radius: .25rem;
	font-size: 17px !important;
	font-family: 'merloneue-regular' !important;
	
}
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 10px 10px 0;
    border-top-color: #faa519 !important;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
    margin-top: -3px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #faa519 !important;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #faa519 !important;
}
.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
    right: 0;
    margin-top: -3px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #faa519 !important;
}

/* curriculum outcomes button */
.page-id-174 {
	padding: 8px 16px;
}
.page-id-174 > a.nav-link {
	text-transform: uppercase;
	font-size: 11px;
	border-radius: 30px;
	border: 2px solid #00ab4e;
	padding: 0 20px;
	font-weight: bold;
}
.page-id-174 > a.nav-link:hover {
	background-color: #00ab4e;
	color: #fff;
}

.page-id-174.active > a:hover,
.page-id-174.active > a {
	background-color: #00ab4e;
	color: #fff;
}

a#back-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: rgba(0,0,0,0.25);
    color: #fff;
    display: block;
    text-decoration: none;
    border-radius: 2px;
    text-align: center;
    font-size: 1em;
    transition: opacity 0.2s ease-out;
    cursor: pointer;
    opacity: 0;
	z-index: 99;
}

a#back-to-top.show {
    opacity: 1;
}

.btn-yellow {
	background-color: #f3ea19;
	border-color: #f3ea19;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}
.btn-yellow:hover {
	background-color: #FFFF33;
	border-color: #FFFF33;
}

.btn-link {
	color: #00ab4e;
}

.btn-link:hover { 
	color: #1AC568;
}

.btn.btn-outline-info:visited {
	color: #50bf9d;
}
.btn.btn-outline-info:hover {
	color: #fff !important;
}

/* re-style the dnn login */

.LoginPanel {
	width: auto !important;
	float: none !important;
	display: flex !important;
	padding: 0 !important;
	max-width: 100% !important;
	justify-content: center;
}

.LoginPanel > div {
	min-width: 300px;   
	max-width: 500px;
}

/* style the form item wrapper */

.LoginPanel .dnnForm .dnnFormItem {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

/* style the form label */

.LoginPanel .dnnFormItem > .dnnLabel {
	margin-top: 0;
}

.LoginPanel .dnnFormItem > .dnnLabel label {
	display: block; 
}

.LoginPanel .dnnLabel {
	display: block;
	float: none;
	position: relative;
	width: auto;
	padding-right: 0;
	margin-right: 0;
	overflow: visible;
	text-align: left;
}

/* boostrap fix - remove the yellow background from the checkbox field */
.dnnCheckbox .mark {
	background: none !important;
}

/* give the Remember Me checkbox a smaller text size */
.dnnLoginRememberMe {
	font-size: 15px;
}

/* style the login panel text input fields */
.LoginPanel .dnnLoginService input[type="text"], 
.LoginPanel .dnnLoginService input[type="password"] {
	width: 100% !important;
	min-width: 100%;
	margin: 0;
	border-radius: 1px;
	padding: 10px;
}

/* hide the empty label beside the Reset Password button */
.LoginPanel .dnnFormItem:last-child span.dnnFormLabel {
	display: none;
}

.LoginPanel ul.dnnActions {
	margin: 0 !important;
	padding: 0 !important;
}

/* primary action buttons - also used in dnn modal popups */

.dnnPrimaryAction, 
.dnnPrimaryAction:visited,
.dnnFormItem input[type="submit"], 
a.dnnPrimaryAction {
	background: #00ab4e;
	border-width: 2px;
	border-color: #50bf9d;
	border-radius: 30px;
	font-size: 11px;
	padding-right: 40px;
	padding-left: 40px;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 17px;
	box-shadow: none !important;
	text-shadow: none !important;
}
.dnnPrimaryAction:hover, 
.dnnFormItem input[type="submit"]:hover, 
a.dnnPrimaryAction:hover {
	background: rgba(0,171,78,0.8) !important;
	text-decoration: none !important;
	border-color: #50bf9d;
}

/* secondary action buttons - also used in dnn modal popups */

.dnnSecondaryAction, 
.dnnSecondaryAction:visited,
.dnnFormItem input[type="submit"], 
a.dnnSecondaryAction {
	background: #f5f5f5;
	border-color: #f5f5f5;
border-width: 2px;
border-radius: 30px;
font-size: 11px;
padding-right: 40px;
padding-left: 40px;
text-transform: uppercase;
font-weight: bold;
padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 10px;
line-height: 17px;
	box-shadow: none !important;
	text-shadow: none !important;
}
.dnnSecondaryAction:hover, 
.dnnFormItem input[type="submit"]:hover, 
a.dnnSecondaryAction:hover {
	background: #f1f1f1 !important;
	text-decoration: none !important;
	border-color: #f1f1f1 ;
}

.radio-inline,
.checkbox-inline {
	display: inline-flex;
}

.radio-inline input,
.checkbox-inline input {
	margin-right: 5px;
}

.bstrap30 .form-horizontal .control-label {
	font-size: 15px;
}



/**
 * Fix fonts that render as bold in Firefox
 *
 * Put this near the top of your style.css
 * Before any overriding styles
 */

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}

/**
 * Firefox specific rule
 */

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}


h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: 'merloneue-regular';
}

nav.main-nav a.page-id::before {
	font-family: "Font Awesome 5 Pro" !important;
	font-weight: 300 !important;
}

.dropdowncaret i::before {
	font-weight: 300 !important;
}


nav.main-nav > ul > li:hover {
	z-index: 9 !important;
}

.btn-outline-primary-invert,
.btn-outline-primary-invert:visited {
	border-color: #00ab4e;
    background-color: #00ab4e;
    color: #fff;
}

.btn-outline-primary-invert:hover {
	border-color: #00ab4e;
    background-color: transparent;
    color: #00ab4e;
}

.header-container .btn-outline-primary-invert {
	font-size: 14px;
}

@media screen and (min-width: 992px) {
	nav.main-nav > ul.top-level {
		text-align: right;
	}
	
	nav.main-nav > ul.top-level .nav-dropdown {
		text-align: left;
	}
	
	nav.main-nav ul.top-level > li:last-of-type .nav-dropdown {
		left: auto !important;
		right: 0 !important;
	}
}