/** SOME GENERAL INTERFACE DEFAULTS **/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;600&display=swap');
* {
    box-sizing: border-box;
}
*:not(i)	{
	cursor: default;
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
html, body {
	margin: 0;
    padding: 0;
	height: 100vh;
}
#admintools,
#admin-interface {
	display: flex;
	align-items: stretch;
	align-self: stretch;
	flex-grow: 1;
	flex-direction: column;
	margin: 0;
	align-content: stretch;
	flex-basis: auto;
	bottom: 0;
    min-height: 100vh;
}
p {
	font-size: 1em;
	line-height: 1.45em;
}
.nbr_ux_element div,
.nbr_ux_element h1,
.nbr_ux_element h2,
.nbr_ux_element h3,
.nbr_ux_element h4,
.nbr_ux_element h5,
.nbr_ux_element ul,
.nbr_ux_element li,
.nbr_ux_element p,
.nbr_ux_element a,
.nbr_ux_element span,
.nbr_ux_element,
.nbr_ux_element label,
.nbr_ux_element input,
.nbr_ux_element select,
#nbr_sizer,
.nbr_origin_item,
.standard-table,
.nbr_closer,
table.nbr_base th,
table.nbr_base tr td,
.nbr_success,
.nbr_warning,
.nbr_warnings,
.nbr_error,
.nbr_errors,
.side-by-side{
    font-weight: 600;
}
.allblocks {
	margin: 0 auto;
	max-width: 1200px;
	padding: 20;
	text-align: left;
}
img,p,a,h1,h2,h3,h4 {
	cursor: inherit;
}
img {
	display: block;
	width: 100%;
}
#loadspot_modal	{
	z-index: 1000000000000000 !important;
	position: relative;
	overflow: visible;
	display: none;
}

#loadspot_modal.visible {
	background-color: #EBEBEB;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	display: inline-block;
	overflow: auto;
}
.nbr_loader {
	display: inline-block;
	margin: 20px auto;
	background-image: url('/core/template/default/media/images/ui/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 90%;
	height: 40px;
	width: 40px;
}
div.page-content > div {
	padding: 0.5em;
}
div.page-content div {
	width: auto;
	overflow: hidden;
}
div.page-content img {
	width: 100%;
}
div.page-content.no-gap-sml,
div.page-content.no-gap-med,
div.page-content.no-gap-lrg {
	margin: 0;
}
div.page-content p {
	padding: 0;
	margin: 0;
	width: auto;
}
/** Accessibility **/
.accessibility {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	height: 0px !important;
	width: 0px !important;
	display: inline-block !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
}

/** SOME GENERAL INTERFACE DEFAULTS **/

.nFont {
	font-family: 'Abel', sans-serif !important;
}
.nSize24 {
	font-size: 24px !important;
	line-height: 32px;
}
.nSize18 {
	font-size: 18px !important;
	line-height: 26px;
}
.nSize16 {
	font-size: 16px !important;
	line-height: 24px;
}
.nSize14 {
	font-size: 14px !important;
	line-height: 22px;
}
.nSize12 {
	font-size: 12px !important;
	line-height: 18px;
}
.nLine14 {
	line-height: 14px !important;
}
.nLine16 {
	line-height: 16px !important;
}
.nLine18 {
	line-height: 18px !important;
}

/** GLOBAL **/
.displayNone,
.hidethis {
	display: none !important;
}
.displayBlock {
	display: block !important;
}
#ajax_admindrop {
	background-color: #444;
}
.no-scroll {
	overflow: hidden;
}
/*------------------------------------------------------*/
/*----------------------- SCROLL-TO-TOP ----------------*/
/*------------------------------------------------------*/

div.scroll-top img {
	max-width: 50px;
}
div.scroll-top {
	display: none;
}
div.add-scroll {
	border-radius: 4px;
	background-color: rgba(255,255,255,0.8);
	height: 50px;
	width: 50px;
	position: fixed;
	bottom: 60px;
	right: 0;
	margin: 20px 20px 0 20px;
	font-size: 40px;
	z-index: 1000000;
	cursor: pointer;
}
div.add-scroll:hover {
	opacity: 0.6;
}
.needJS {
	display: none;
}
.is_incidental {
	background-color: #B48425;
	border: 2px solid #FFF;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}
.is_error {
	background-color: #C00;
}
.nbr_sm {
	max-width: 1000px;
	width: 100%;
	text-align: right;
	margin: 10px auto;
}
.nbr_sm img {
	max-width: 50px;
	margin: 0 10px;
	border: none;
}
.nbr_expire_bar {
	padding: 10px;
	color: #FFF;
	text-shadow: 1px 1px 3px #000;
	background-color: #F60;
}
.nbr_debug_backtracer {
	padding: 15px;
	background-color: #CCC;
	color: #222;
	text-shadow: 1px 1px 2px #FFF;
	min-height: 40px;
	margin-bottom: 20px;
}
.nbr_debub_clicker {
	background-color: #222;
	color: #FFF;
	padding: 6px 12px;
	border-radius: 3px;
	display: inline-block;
	float: right;
	clear: both;
	text-shadow: 1px 1px 2px #000;
	font-size: 12px;
	cursor: pointer;
}
.nbr_debub_clicker:active {
	position: relative !important;
	top: 2px !important;
	background-color: #666 !important;
	box-shadow: -2px -1px 5px #FFF;
}
.nbr_debug_pop {
	display: none;
}
.nbr_tiny_stats {
	font-size: 12px;
	color: #FFF;
	text-shadow: 1px 1px 2px #000;
	border-radius: 2px;
	padding: 3px 6px;
}
.nbr_tiny_stats.red {
	background-color: #be1522;
}
.nbr_tiny_stats.orange {
	background-color: orange;
}
.nbr_tiny_stats.blue {
	background-color: blue;
}
.nbr_tiny_stats.black {
	background-color: #000;
}
div.nbr_standard.block	{
	width: 100%;
	display: inline-block;
}
ul.nbr_standard.table	{
	display: table;
}
ul.nbr_standard.table,
ul.nbr_standard.row > li,
ul.nbr_standard.cell > li {
	margin: 0;
	list-style: none;
}
ul.nbr_standard.cell.bottom li {
	vertical-align: bottom;
}
ul.nbr_standard.cell > li	{
	display: table-cell;
}
ul.nbr_standard.row > li	{
	display: table-row;
}
ul.nbr_standard.row > li > div {
	display: table-cell;
}
img.nbr_thumb.standard {
	max-height: 100px;
	max-width: 100px;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
}
.nbr_success,
.nbr_warning,
.nbr_warnings,
.nbr_error,
.nbr_errors {
	background-color: #FC6;
	color: #63402A;
	padding: 10px;
	margin: 5px auto;
	display: block;
}
.nbr_error,
.nbr_errors,
.nbr_success {
	background-color: #be1522;
	color: #FFF;
}
.nbr_success {
	background-color: #36CA48;
}
.nbr_warning::before,
.nbr_warnings::before,
.nbr_error::before,
.nbr_errors::before {
	content: url('/core/template/default/media/images/core/icn_alert_sm.png');
	margin-right: 8px;
}
.nbr_component_single_editor h1 {
	font-size: 30px !important;
	text-shadow: none !important;
	color: #333;
	text-align: left;
	margin-left: 10px;
}
.component_header {
	font-size: 14px !important;
}
span.nbr_found {
	background-color: yellow;
}
.blacklabel label	{
	color: #000;
	text-shadow: none;
}
ul.nbr_paginator {
	display: table;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.nbr_paginator > li {
	list-style: none;
	display: table-cell;
	background-color: #000;
	font-size: 18px;
	line-height: 18px;
	color: #FFF;
}
div.nbr_paginator_num, a.nbr_paginator_num:link, a.nbr_paginator_num:visited,
.nbr_paginator_max,a.nbr_paginator_max:link,a.nbr_paginator_max:visited {
	font-size: inherit !important;
	text-decoration: none;
	display: inline-block;
	padding: 5px 10px;
}
.nbr_paginator_max,
a.nbr_paginator_max:link,
a.nbr_paginator_max:visited {
	font-size: inherit;
	background-color: #06C;
}
.nbr_paginator_max:hover,
a.nbr_paginator_max:hover {
	font-size: inherit;
	background-color: #6CF;
	cursor: pointer;
}

a.nbr_paginator_num:link, a.nbr_paginator_num:visited {
	cursor: pointer;
	background-color: #888;
}
a.nbr_paginator_num:hover {
	background-color: #be1522;
}
a.nbr_paginator_num:visited {
	color: #FFF;
}
a.nbr_admintool_plugin_button {
	cursor: pointer;
	position: relative;
}
a.nbr_admintool_plugin_button img {
	cursor: inherit;
	border: 1px solid #888;
	box-shadow: 1px 1px 5px #000;
	max-height: 60px;
	margin: 10px 5px;
	display: inline-block;
	border-radius: 4px;
}
a.nbr_admintool_plugin_button img:hover {
	box-shadow: 0px 0px 10px #be1522;
	opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
}
/*
**	@description	Makes elements sortable
*/
.blocklist.nolist,
.blocklist.nolist > li,
.sortable,
.sortable > li	{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.nbr_pointer,
a.nbr_pointer:link,
a.nbr_pointer:visited	{
	cursor: pointer !important;
}
.center {
	text-align: center;
}
.middle,
td.middle {
	vertical-align: middle !important;
}
a.cancel:link,
a.cancel:visited {
	background-color: #666;
	color: #FFF;
}
a.cancel:hover {
	background-color: #999;
}
img.nbr_big_loader {
	margin: 30px;
}
table.nbr_standard th,
table.nbr_standard td {
	padding: 5px;
}
table.nbr_standard th {
	font-size: 18px;
	background-color: #333;
	color: #FFF;
	text-shadow: 1px 1px 3px #000;
}
table.nbr_standard td,
table.nbr_standard th {
	text-align: center;
	vertical-align: text-top;
}

table.left th,
table.left td {
	text-align: left;
}

table.p10 th,
table.p10 td {
	padding: 10px;
}

table.nbr_standard th,
table.nbr_standard td {
	font-family: inherit;
}

.nbr_black_gradient {
	display: inline-block;
	width: 100%;
	min-height: 100px;
	margin: 0 0 30px 0;
}
.nbr_small_notes {
	position: absolute;
	padding: 5px 10px;
	font-size: 14px;
	background-color: #D4C6C1;
	color: #000;
	text-shadow: 1px 1px 3px #FFF;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.6);
}
table.nbr_base {
	border: 1px solid #666;
	margin: 20px;
}
table.nbr_base th {
	background-color: #95867F;
	color: #FFF;
	text-shadow: 1px 1px 3px #000;
	font-size: 20px;
	padding: 5px;
}
table.nbr_base tr td {
	font-size: 16px;
	line-height: 22px;
	padding: 10px 15px;
	border-bottom: 1px solid #CCC;
}
table.nbr_base tr:last-child td {
	border-bottom: none;
}
tr.nbr_base.addressblock > td,
tr.nbr_base.addressblock > th {
	text-align: left;
}
tr.nbr_base.addressblock > td ul,
tr.nbr_base.addressblock > th ul,
tr.nbr_base.addressblock > td ul li,
tr.nbr_base.addressblock > th ul li {
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
tr.nbr_base.addressblock > td ul li,
tr.nbr_base.addressblock > th ul li {
	border-bottom: 1px dotted #666;
	padding: 3px 0;
}
tr.nbr_base.addressblock > td ul,
tr.nbr_base.addressblock > th ul {
	margin: 0;
}

tr.nbr_base.addressblock:first-child > td,
tr.nbr_base.addressblock:first-child > th {
	border-left: 1px solid #CCC;
}
td.nbr_base.backdrop {
	background-color: #EBEBEB;
	vertical-align: top;
}
td.nbr_base.backdrop h2 {
	margin-bottom: 10px !important;
}
table.nbr_order_itemlist td:first-child {
	text-align: left;
}
table.nbr_order_itemlist td:last-child {
	text-align: right;
}
table.nbr_order_itemlist td {
	border-top: 1px solid #666;
}
table.nbr_order_itemlist tr.nbr_order_items_total td {
	background-color: #666 !important;
	color: #FFF !important;
	text-align: right !important;
}
table.nbr_order_itemlist tr.nbr_order_items_total td:last-child {
	text-align: right !important;
	background-color: #CCC !important;
	color: #000 !important;
	font-weight: bold !important;
	font-size: 24px;
}
.nbr_closer {
	display: inline-block;
	padding: 20px;
	background-color: #95867F;
	color: #FFF;
}
.nbr_closer:hover {
	background-color: #756358;
	cursor: pointer;
}
.nbr_closer.right {
	float: right;
}
td.nbr_row.summary {
	text-align: right;
	font-weight: bold;
	border-left: none !important;
	border-right: none !important;
}
td.nbr_row.summary.light_gray {
	background-color: #888;
	color: #FFF;
}
td.nbr_row.summary.dark_gray {
	background-color: #333;
	color: #FFF;
}
span.nbr_highlight.red,
p.nbr_highlight.red,
h1.nbr_highlight.red,
h2.nbr_highlight.red,
h3.nbr_highlight.red {
	font-weight: bold;
	color: #be1522;
}
.nbr_drop.pop {
	display: none;
}
.nbr_drop.wrap:hover .nbr_drop.pop {
	display: block;
}
ul.nbr_no_list.columns,
ul.nbr_no_list.columns li,
ul.nbr_no_list.rows,
ul.nbr_no_list.rows li {
	list-style: none;
}
ul.nbr_no_list.columns li {
	display: table-cell;
}
ul.nbr_no_list.rows,
ul.nbr_no_list.rows li {
	display: inline-block;
	width: 100%;
}
ul.nbr_no_list.rows,
ul.nbr_no_list.rows li,
ul.nbr_no_list.columns,
ul.nbr_no_list.columns li {
	text-align: inherit;
	padding: 0;
	margin: 0;
}
.nbr_popwrap {
	right: 0;
	position: absolute;
	display: block;
	font-size: 14px;
	font-weight: bold;
	border-bottom-left-radius: 10px;
	margin-top: 1px;
}
.nbr_popup {
	display: none;
	text-align: left;
}

div.allblocks.mxi_main_body_attr ul > li a.nbr_button:link,
div.allblocks.mxi_main_body_attr ul > li a.nbr_button:visited {
	margin: 10px 20px;
}

#nbr_sizer {
	z-index: 1000000000;
	top: 0;
	position: fixed;
	background-color: #888;
	box-shadow: inset 0 0 5px #000;
	border-radius: 5px;
	margin: 10px 10px 10px 15px;
	padding: 10px;
	display: none;
	font-size: 30px !important;
	font-weight: bold;
	opacity: 0.4;
}

.nbr_origin_item {
	background-color: #be1522;
	color: #FFF;
	font-size: 15px;
	padding: 3px 6px;
	font-weight: bold;
}
.standard-table {
	margin-top: 2em;
}
.header-row {
	background-color: #666;
	color: #FFF;
	padding: 0.5em 1em;
	text-transform: uppercase;
}
.standard-table div:not(.header-row){
	padding: 1em;
	font-size: 0.85em;
	line-height: 1.25em;
}
.standard-table div.table-row:nth-child(2n+0){
	background-color: #CCC;
}
.standard-table div.table-row,
.standard-table div.table-row div {
	transition: background-color 0.5s;
}
.standard-table div.table-row:hover,
.standard-table div.table-row:hover div {
	cursor: pointer;
	background-color: #EBEBEB;
}
.side-by-side div {
	padding: 1em;
}
.side-by-side input,
.side-by-side textarea,
.side-by-side select {
	margin: 0;
}
.side-by-side:nth-child(2n+0) {
	background-color: #EBEBEB;
}
.side-by-side > div:first-child {
	align-content: center;
	align-items: center;
	align-self: center;
	text-transform: uppercase;
	font-size: 0.75em;
	line-height: 1.1em;
}
.rule.below {
	border-bottom: 1px solid #CCC;
}
input.code,
textarea.code {
	font-family: Courier;
}
.clickable {
	cursor: pointer;
}
.pad-top.ten {
	padding-top: 10px;
}
.pad-top.twenty {
	padding-top: 20px;
}
.pad-top.one-em {
	padding-top: 1em;
}
.pad-top.two-em {
	padding-top: 2em;
}
.login_container {
	background-color: transparent;
}
.login_container div.login_bkg {
	border: 1px solid #CCC;
	background-color: #EBEBEB;
	padding: 1em;
	text-align: center;
}
#login {
	text-align: left;
}
#login input {
	margin: 0;
	width: 100% !important;
	display: block !important;
	max-width: none !important;
}
#login input {
	width: calc(100% - 10px) !important;
	margin-bottom: 1em;
}
div.nbr_contain {
	text-align: center;
	padding: 0;
}
#login input[name='username'],
#login input[name='password'] {
	margin: 1em 0;
	max-width: none;
}
#loginsubmit,
input.disabled-submit.nbr.button.submit {
	display: block !important;
	width: 100%;
	cursor: pointer;
}
#forgot-pass-btn {
	margin-top: 1em;
	font-size: 1em;
	cursor: pointer;
}
#loadspot_modal.visible {
	display: table-cell;
	position: absolute;
	vertical-align: middle;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: transparent;
}
.nbr_modal_container .nbr_login_window {
	background-color: #FFF;
	display: flex;
	align-self: stretch;
	padding: 2em;
	box-shadow: 0 0 10px rgba(0,0,0,0.7);
	border: 1px solid #CCC;
}
input.submit,
a.cancel:link,
a.cancel:visited {
	display: block !important;
	width: 100%;
	padding: 0.5em 1em;
	text-decoration: none;
	text-align: center;
	font-size: 1.5em;
	border-radius: 0.2em;
	cursor: pointer;
	border: none;
	appearance: none !important;
	max-width: none !important;
}
input[type=submit]:disabled {
	cursor: not-allowed !important;
}
a.cancel:link,
a.cancel:visited {
	width: calc(100% - 2em);
}
#forgot_email {
	margin-bottom: 1em;
}
#main-menu {
	display: flex;
	flex-flow: row;
	flex-grow: 1;
	background-color: #666;
}
#main-menu div > a:link,
#main-menu div > a:visited {
	display: inline-block;
	padding: 0.5em 1em;
	font-size: 1em;
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.5s, color 0.5s;
}
#main-menu div > a:hover {
	background-color: #be1522;
	color: #FFF;
}
.modal-container {
	display: flex;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.8);
}
.modal-wrapper {
	width: 80%;
	height: 80%;
	margin: 3em;
	background-color: #FFF;
	box-shadow: 0 0 20px rgba(0,0,0,0.8);
	position: relative;
    border-radius: 0.6em;
    overflow: hidden;
}
.modal-bar {
	min-height: 40px;
	background-color: #EBEBEB;
}
.modal-content {
	padding: 1em;
	overflow: auto;
	display: block;
    border: none !important;
}
.modal-bar {
	display: grid;
	grid-template-columns: 1fr auto;
}
.modal-bar div:first-child {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.3em;
	text-transform: uppercase;
}
.modal-bar div:last-child {
	transition: background-color 0.5s;
}
.modal-bar div:last-child:hover {
	cursor: pointer;
	background-color: #be1522;
}
.modal-bar div:last-child {
	background-color: #888;
}
.modal-content .section-head {
	font-size: 1em;
	text-align: center;
	background-color: #948A8A; 
	color: #FFF;
	margin-bottom: 5px;
	padding: 0.25em;
	transition: background-color 0.5s;
}
.modal-content .section-head:hover {
	background-color: #B9B8B8;
	cursor: pointer;
}
.modal-content .section {
	padding: 0.5em 0;
	display: none;
}
.modal-content input.settings {
	margin-top: 1em;
}
a.button,
input[type="submit"].button,
button.button,
.button {
    display: inline-block;
    padding: 0.45em 0.75em;
    font-size: 1.1em;
    border-radius: 0.2em;
    background-color: rgba(14,94,202,1.00);
    color: #FFF;
    text-decoration: none;
    border: none;
    cursor: pointer;
	font-family: "Helvetica Neue",Helvetica, Arial, "sans-serif";
    transition: All ease-in-out 0.25s;
}
a.button:hover,
input[type="submit"].button:hover,
button.button:hover,
.button:hover {
    background-color: rgba(9,67,146,1.00);
}
.gray {
    background-color: rgba(100,100,100,1.00) !important;
}
.gray:hover {
    background-color: rgba(100,100,100,0.5) !important;
}
.white {
    color: #FFF;
}
.black {
    color: #000;
}
.trans {
    transition: All ease-in-out 0.25s;
}
.pad-half {
    padding: 0.5em;
}
.lvl-back {
    z-index: -1;
}
.lvl-1 {
    z-index: 1;
}
.lvl-2 {
    z-index: 2;
}
.lvl-3 {
    z-index: 3;
}
.lvl-4 {
    z-index: 4;
}
.lvl-5 {
    z-index: 5;
}
.lvl-0 {
    z-index: 0;
}
.pad-0 {
    padding: 0;
}
.pad-1 {
    padding: 1em;
}
.pad-2 {
    padding: 2em;
}
.pad-3 {
    padding: 3em;
}
.margin-auto {
    margin: auto;
    display: inline-block;
}
.margin-0 {
    margin: 0;
}
.margin-1 {
    margin: 1em;
}
.margin-2 {
    margin: 2em;
}
.margin-3 {
    margin: 3em;
}

.margin-right-0 {
    margin-right: 0;
}
.margin-right-1 {
    margin-right: 1em;
}
.margin-right-2 {
    margin-right: 2em;
}
.margin-right-3 {
    margin-right: 3em;
}
.margin-left-0 {
    margin-left: 0;
}
.margin-left-1 {
    margin-left: 1em;
}
.margin-left-2 {
    margin-left: 2em;
}
.margin-left-3 {
    margin-left: 3em;
}
.pad-bottom-0 {
    padding-bottom: 0em;
}
.pad-bottom-half {
    padding-bottom: 0.5em;
}
.pad-bottom-1 {
    padding-bottom: 1em;
}
.pad-bottom-2 {
    padding-bottom: 2em;
}
.pad-bottom-3 {
    padding-bottom: 3em;
}
.pad-top-0 {
    padding-top: 0em;
}
.pad-top-half {
    padding-top: 0.5em;
}
.pad-top-1 {
    padding-top: 1em;
}
.pad-top-2 {
    padding-top: 2em;
}
.pad-top-3 {
    padding-top: 3em;
}
.pad-right-0 {
    padding-right: 0em;
}
.pad-right-half {
    padding-right: 0.5em;
}
.pad-right-1 {
    padding-right: 1em;
}
.pad-right-2 {
    padding-right: 2em;
}
.pad-right-3 {
    padding-right: 3em;
}
.pad-right-4 {
    padding-right: 3em;
}
.pad-left-0 {
    padding-left: 0em;
}
.pad-left-half {
    padding-left: 0.5em;
}
.pad-left-1 {
    padding-left: 1em;
}
.pad-left-2 {
    padding-left: 2em;
}
.pad-left-3 {
    padding-left: 3em;
}
.pad-left-4 {
    padding-left: 3em;
}
.margin-bottom-0 {
    margin-bottom: 0em;
}
.margin-bottom-half {
    margin-bottom: 0.5em;
}
.margin-bottom-1 {
    margin-bottom: 1em;
}
.margin-bottom-2 {
    margin-bottom: 2em;
}
.margin-top-0 {
    margin-top: 0em;
}
.margin-top-half {
    margin-top: 0.5em;
}
.margin-top-1 {
    margin-top: 1em;
}
.margin-top-2 {
    margin-top: 2em;
}
.margin-0 {
    margin: 0;
}
.margin-1 {
    margin: 1em;
}
.black {
    color: #000 !important;
}
.rel {
    position: relative;
}
.abs {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
@media all and (max-width: 600px) {
	.hide_mobile,
	.nbr_hide.mobile {
		display: none;
	}
	.modal-container {
		margin: 0;
		padding: 0;
	}
	.modal-wrapper {
		margin: 0;
		width: 100%;
		height: 100%;
	}
}
@media all and (max-width: 400px) {
	.nbr_hide.smallest {
		display: none;
	}
}