@charset "UTF-8";


// DNN Settings
* {
  margin: 0;
  padding: 0;
}


.DNNEmptyPane {
    display: none!important;
}

a, a img, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, time, tt, u, ul, var, video {
    border: 0;
}

.TB_Wrapper, .TB_Wrapper *, .dnnActionMenu, .dnnActionMenu *, .dnnActionMenu:after, .dnnActionMenu:before, .dnn_mact, .dnn_mact *, .dnn_mact:after, .dnn_mact:before, [id*=ControlPanel], [id*=ControlPanel] *, [id*=ControlPanel]:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

[class*=RadAjaxPanel] *, [class*=Digital] * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

Body #Form {
    height: 100%
}

.GoTheme {
	--dark-gray: #222222;
	--mid-gray: #474747;
	--light-gray: #c1c1c1;
	--light-gray-text: #727272;
	--orange: #ef8331;
	--dark-orange: #d5551d;
	--white: #ffffff;
	--black: #000000;

	--f-regular: 'Roboto', sans-serif;
	--w-regular: 400;
	--w-bold: 900;
}

/* FONTs */

h1 {
	font-family: var(--f-regular);
	font-weight: var(--w-bold);
	color: var(--dark-gray);
	font-size: 2.2rem;
	line-height: 2.6rem;
	margin-bottom: .5rem;
}

h2 {
	font-family: var(--f-regular);
	font-weight: var(--w-bold);
	color: var(--mid-gray);
	font-size: 1.6rem;
	margin-bottom: .5rem;
}

h3 {
	font-family: var(--f-regular);
	font-weight: var(--w-regular);
	color: var(--light-gray);
	font-size: 1.5rem;
	margin-bottom: .5rem;
}

h4 {
	font-family: var(--f-regular);
	font-weight: var(--w-bold);
	color: var(--mid-gray);
	font-size: 1.3rem;
	margin-bottom: .5rem;
}

h5 {
	font-family: var(--f-regular);
	font-weight: var(--w-bold);
	color: var(--light-gray);
	font-size: 1rem;
	margin-bottom: 0rem;
	text-transform: uppercase;
}

p {
	font-family: var(--f-regular);
	font-weight: var(--w-regular);
	color: var(--light-gray-text);
	font-size: 1rem;
	line-height: 1.33rem;
}

.subtitle p {
	font-family: var(--f-regular);
	font-weight: var(--w-bold);
	color: var(--orange);
	font-size: 1.03rem;
	line-height: 1.33rem;
	margin-bottom: .8rem;
}

ul li {
	font-family: var(--f-regular);
	font-weight: var(--w-regular);
	color: var(--light-gray-text);
	font-size: 1rem;
	list-style: disc;
}

ul.navbar-nav li {
	list-style: none;
}

ul.navbar-nav li a {
	border-bottom: none;
}

a, a:visited {
	color: var(--orange);
	font-family: var(--f-regular);
	font-size: 1rem;
	line-height: 1.33rem;
}

a .material-icons {
	font-size: 1.1rem!important;
	font-weight: bold!important;
	line-height: 1.3rem!important;
	display: inline-flex!important;
	vertical-align: bottom!important;
}


/* LINKS */

a {
	color: var(--orange);
	padding-bottom: 2px;
}

a:hover {
	color: var(--dark-orange);
}

ul li a {
	font-family: var(--f-regular);
	font-weight: var(--w-bold);
	color: var(--orange);
}

/* GENERAL NAVBAR STYLES */
.header--main-navbar {
	box-shadow:0px 1px 0px 0px #dedede;
	position: relative;
	z-index: 99;
	background-color: #000000;
}

.dropdown-menu .nav-link {
	padding: 5px;
}


/* LIST STYLES */

/* PADDING */
.site--main {
	padding: 80px 0px;
}
@media (max-width:850px) {
	.site--main {
	padding: 40px 0px;
}
}

.site--footer {
	padding: 60px 0px 15px;
}

@media (max-width:850px) {
	.site--footer {
	padding: 60px 0px 15px;
}
}


/* MARGIN */
.mb-0 {
	margin-bottom: 0px;
}

.mb-0 p, .mb-0 h1, .mb-0 h2, .mb-0 h3, .mb-0 h4, .mb-0 h5 {
	margin-bottom: 0px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-40 {
	margin-bottom: 40px;
}

/* LOGO */
.GoWeb-logo #dnn_ctl01_imgLogo {
	width: 80px;
}
img#dnn_ctl01_imgLogo {
	padding:0px 10px 5px;
}

/* BACKGROUND */


/* FOOTER */

.footer--social-icon {
	width:40px;
	padding:3px;
  	-webkit-transition: all 0.3s ease-in-out 0s;
  	transition: all 0.3s ease-in-out 0s;
}

.footer--copyright {
	padding: 40px 0px 5px;
}

.copyright-terms span {
	font-size: 15px;
}

.terms-row p {
	font-size: inherit;
}

.login-div {
	display: flex;
}

.footer--menu .material-icons {
	font-size: 1.3em;
	display: inline-flex;
	vertical-align: middle;
}


/* FOOTER */
.footer--menu ul {
	margin-left: 0px;
	margin-bottom: 0px;
}

.footer--menu ul li {
	list-style: none;
	margin-bottom: 12px;
}

.footer--menu ul li a {
	color: var(--mid-gray);
}


/* DEFAULT STYLES */

code {
	color: var(--orange)
}

pre {
	background-color: #f7f7f7;
	border-radius: 10px;
	max-height: 300px;
	overflow-y: scroll;
	box-shadow: inset 1px 1px 6px 0px #eaeaea;
	padding: 15px;
}

pre code {
	font-size: .7rem;
}

