@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap");
body, html {
	font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 14px;
	letter-spacing: 0.01rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	overflow-y: auto;
	min-height: 100%;
	background: #ebebeb;
	color: #333333
}
:focus {
	outline: none
}
hr {
	margin: 15px 0
}
i {
	vertical-align: middle
}
.bg-light-alt {
	background: #fcfcfc
}
.jumbotron {
	border-radius: 0;
	padding: 30px
}
.container {
	padding-left: 50px;
	padding-right: 50px
}
.breadcrumb {
	padding: 0;
	margin: 0
}
.profile-card {
	border: 1px solid #e1e1e1
}
.alert {
	border-radius: 0;
	font-weight: bold
}
.alert.alert-danger {
	color: #cf5150
}
.alert-danger {
	background: #f9eaea
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	line-height: 100%;
	color: #333333
}
h1 {
	font-size: 36px;
	font-weight: 600;
	margin-top: 0px;
	padding-bottom: 7px;
	margin-bottom: -13px!important
}
h2 {
	font-size: 30px;
	font-weight: 600;
	margin: 30px 0
}
h3 {
	font-size: 24px;
	font-weight: 600
}
h4 {
	font-size: 18px;
	font-weight: 600;
	line-height: 42px;
	margin-bottom: 15px
}
h5 {
	font-size: 24px;
	font-weight: 400
}
h6 {
	font-size: 18px;
	font-weight: 600
}
p {
	color: #666666;
	line-height: 21px;
	margin: 0 0 21px 0!important
}
strong {
	font-weight: 600
}
a:hover {
	text-decoration: none
}
.btn, .btn:hover {
	background: none;
	border-radius: 0;
	font-weight: 400;
	cursor: pointer
}
.btn.btn-sm {
	font-size: 14px;
	line-height: 24px;
	padding: 2px 15px
}
.btn.btn-md {
	font-size: 16px;
	line-height: 28px;
	padding: 1px 15px;
	text-transform: uppercase;
	font-weight: 600;
}
.btn.btn-lg {
	font-size: 18px;
	line-height: 36px;
	padding: 2px 15px;
	font-weight: 600;
}
.btn.btn-primary, .btn.btn-primary:active, .btn.btn-primary:hover {
	background: #f88d01;
	color: #ffffff;
	border: 1px solid #f88d01;
	border: 0px;
	border-radius: 0;
	display: inline-block
}
.btn.btn-secondary, .btn.btn-secondary:active, .btn.btn-secondary:hover {
	background: #0074c8;
	color: #ffffff;
	border: 1px solid #0074c8;
	border: 0px;
	border-radius: 0;
	display: inline-block
}
.btn.btn-tertiary, .btn.btn-tertiary:active, .btn.btn-tertiary:hover {
	background: #ffffff;
	color: #666666;
	border: 1px solid #666666;
	border-radius: 0;
	display: inline-block
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
	color: #ffffff;
	background-color: #f88d01;
	border-color: #f88d01
}
.btn-fw, .btn-fw {
	width: 100%
}
.disabled button {
	border-color: #cccccc;
	background: #cccccc;
	color: #999999!important;
	border-width: 0
}
.disabled button:hover {
	border-color: #cccccc;
	background: #cccccc;
	color: #999999!important;
	border-width: 0
}
.disabled button .btn-tertiary, .disabled button.btn-tertiary:hover {
	border-color: #dddddd;
	background: #ffffff;
	color: #cccccc!important;
	border-width: 1px
}
button.btn-xs {
	padding: 2px 10px 3px 10px
}
.btn-outline-secondary {
	border-color: #d9dadb
}
.secondary-info table {
	border-bottom: 1px solid #e1e1e1
}
.secondary-info table td, .secondary-info table th {
	padding: 0.6em 0.5em
}
.alert-danger .btn {
	border-color: #67976a;
	background: #fff;
	color: #67976a
}
.alert-danger .btn:hover {
	color: white
}
.btn.btn-primary, .btn.btn-primary:hover {
	color: white;
	background: #67976a;
	border: 0;
	margin-bottom: 0
}
.btn-outline-secondary {
	color: #67976a
}
.btn-outline-primary:hover, .btn-outline-secondary:hover, .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
	background: #67976a
}
.btn.btn-secondary, .btn.btn-secondary:hover {
	color: #fff;
	background: #ff9500;
	margin-bottom: 0;
	border: 1px solid #ff9500;
}
.btn-toolbar .btn-group button, .btn-toolbar .btn-group button:hover {
	border: 1px solid #e1e1e1;
	border-radius: 0
}
input[type=email].form-control, input[type=password].form-control, input[type=tel].form-control, input[type=text].form-control, textarea.form-control {
	border: 1px solid #e1e1e1;
	background: #f7f7f7;
	border-radius: 0
}
input, select, textarea {
	height: 32px;
	font-size: 1rem;
	background: #fcfcfc;
	border: 1px solid #e1e1e1;
	color: #666666;
	width: 100%;
	padding: 3px 7px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-transition: border ease 0.5s;
	-o-transition: border ease 0.5s;
	transition: border ease 0.5s
}
label {
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
	color: #666666
}
label input[type=checkbox] {
	float: none;
	vertical-align: bottom;
	margin: 5px 5px 0 0;
	width: 20px
}
label input[type=email] {
	text-transform: lowercase
}
label input[type=radio] {
	border-radius: 10px;
	vertical-align: bottom;
	margin-bottom: 0
}
label.inline {
	display: inline-block;
	margin-bottom: 0;
	line-height: 32px
}
input.error {
	border: 1px solid #cc0000
}
input.inline {
	display: inline-block;
	width: auto!important;
	padding-left: 15px!important;
	padding-right: 15px!important
}
input.half {
	width: 20%;
	margin-right: 10px
}
input::-webkit-input-placeholder {
	color: #cccccc
}
input:-ms-input-placeholder {
	color: #cccccc
}
input::-ms-input-placeholder {
	color: #cccccc
}
input::placeholder {
	color: #cccccc
}
input[type=checkbox], input[type=radio] {
	width: 20px;
	height: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	background: #fcfcfc;
	margin-bottom: -4px
}
input[type=checkbox]:checked:after, input[type=radio]:checked:after {
	content: '';
	position: absolute;
	height: 12px;
	width: 12px;
	top: 3px;
	left: 3px;
	border-radius: 10px;
	background: #0074c8
}
input[type=checkbox]:checked:after {
	background: url(../images/checkmark.png) no-repeat center center #ffffff;
	background-size: cover
}
input[type=checkbox]:disabled, input[type=radio]:disabled {
	border: 1px solid #e1e1e1
}
input[type=checkbox]:checked:disabled:after, input[type=radio]:checked:disabled:after {
	background: transparent
}
select {
	border: 0;
	margin: 0;
	padding-top: 0;
	padding-bottom: 4px;
	min-width: 100px;
	-webkit-appearance: none;
	background: url(http://qux.wpengine.com/style-guide/images/selectbox.png) no-repeat center right transparent;
	background-size: 30px auto;
	height: 26px
}
select::-ms-expand {
	display: none
}
textarea {
	margin-bottom: 5px;
	height: 150px
}
label .select, label input, textarea {
	margin-top: 5px;
	margin-bottom: 5px
}
.select:focus, input:focus {
	border: 1px solid #cccccc
}
.select {
	background: #fcfcfc;
	border: 1px solid #e1e1e1;
	padding: 1px 5px 2px 4px;
	line-height: 27px
}
.input-group button, .input-group input {
	border-radius: 0;
	vertical-align: middle;
	height: 36px!important
}
.input-group .select {
	margin: 0;
	padding: 11px 5px 10px 5px;
	width: 50%
}
.input-group .icon-right {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.select:disabled, input:disabled, textarea:disabled {
	background: #fcfcfc;
	color: #cccccc
}
.disabled select {
	background: transparent
}
.disabled .select select::-webkit-input-placeholder, .disabled input::-webkit-input-placeholder, .disabled textarea::-webkit-input-placeholder {
	color: #cccccc
}
.disabled .select select:-ms-input-placeholder, .disabled input:-ms-input-placeholder, .disabled textarea:-ms-input-placeholder {
	color: #cccccc
}
.disabled .select select::-ms-input-placeholder, .disabled input::-ms-input-placeholder, .disabled textarea::-ms-input-placeholder {
	color: #cccccc
}
.disabled .select select::placeholder, .disabled input::placeholder, .disabled textarea::placeholder {
	color: #cccccc
}
.error .select, .error input, .error textarea {
	border: 1px solid #cc0000
}
.active .select, .active input, .active textarea {
	border: 1px solid #e1e1e1
}
.iconImgs svg {
	vertical-align: middle;
	margin-right: 8px
}
svg:not(:root) {
	overflow: hidden
}
svg.s16 {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: #333333;
	stroke-width: 2px
}
svg.s24 {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: #333333;
	stroke-width: 1.5px
}
svg.s32 {
	width: 32px;
	height: 32px;
	fill: none;
	stroke: #333333;
	stroke-width: 1px
}
svg.s64 {
	width: 64px;
	height: 64px;
	fill: none;
	stroke: #333333;
	stroke-width: 1px
}
a svg {
	stroke: #0074c8!important;
	vertical-align: bottom
}
a.s16 {
	vertical-align: sub!important
}
table {
	border: 1px solid #e1e1e1;
	width: 100%;
	background: white
}
table td, table th {
	padding: 10px 7.5px;
	position: relative;
	vertical-align: middle!important
}
table thead, table tr.thead {
	background: #fcfcfc;
	color: #666666;
}
table thead th, table tr.thead th {
	font-weight: 600
}
table tr:not(:last-child) {
	border-bottom: 1px solid #fcfcfc
}
table tr.active {
	border-top: 2px solid #e1e1e1;
	border-bottom: 2px solid #e1e1e1
}
table tr:nth-child(2n) {
	background-color: #fcfcfc
}
table tr.disabled {
	color: #cccccc
}
table tr.disabled a, table tr.disabled input, table tr.disabled label, table tr.disabled select, table tr.disabled svg {
	opacity: 0.5
}
table tr.disabled label.switch {
	opacity: 1
}
table thead tr, table tr.thead {
	border-bottom: 1px solid #e1e1e1
}
.table-thick-border {
	border-top: 2px solid #aab1ad;
	margin: 0
}
.navbar {
	background: #39433f;
	border-bottom: 4px solid #67976a;
	padding: 0
}
.navbar li.active a, .navbar li:hover a {
	background-color: #67976a;
	border-top: 4px solid #ff9500!important
}
.navbar .dropdown-menu li a {
	border-top: 0!important;
	border-left: 4px solid transparent
}
.navbar .dropdown-menu li:hover a {
	border-left-color: #ff9500
}
.navbar .navbar-brand img {
	display: block;
	max-width: 100%;
	margin: 0 1.5em
}
.navbar .navbar-nav .nav-link {
	color: #ffffff;
	padding-top: 18px;
	padding-bottom: 20px;
	border-top: 4px solid transparent;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	padding-left: 10px!important;
	padding-right: 10px!important
}
.navbar .chevron {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 1rem;
	font-size: 2em;
	margin-top: -3px
}
.navbar .lead-toggle, .navbar .lead-toggle.active, .navbar .lead-toggle.active:focus, .navbar .lead-toggle:focus {
	background-color: #ffffff!important;
	color: #ff9500!important;
	border: 0;
	border-radius: 0;
	margin: 5px;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	font-size: 8px;
	padding: 0;
	width: 24px;
	height: 36px
}
.navbar .dropdown-menu {
	background-color: #67976a;
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
	min-width: 160px;
	position: relative;
	-webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2)
}
.navbar .dropdown-menu.second-level {
	top: 0;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}
.navbar .dropdown-menu a {
	border: 0;
	color: #fff;
	padding: 0.75rem 1rem;
	display: block;
	border-top: 0!important;
	font-size: 12px;
	text-transform: uppercase
}
.navbar .dropdown-menu a:hover {
	background: rgba(255, 255, 255, 0.1)!important;
	text-decoration: none
}
.navbar .dropdown-submenu {
	position: relative
}
.navbar .lead-toggle {
	margin-right: 15px!important
}
.navbar .lead-toggle:before {
	content: 'OFF';
	border-bottom: 14px solid #ff9500;
	width: 14px;
	display: block;
	margin-left: 5px
}
.navbar .lead-toggle.active:before {
	content: 'ON';
	border: 0;
	border-top: 14px solid #ffffff
}
.navbar .lead-toggle.active, .navbar .lead-toggle.active:focus {
	color: #fff!important;
	background-color: #ff9500!important
}
.utilities .nav-link {
	padding-left: 15px!important;
	padding-right: 15px!important;
	border-top: 0
}
.utilities .nav-item:hover a, .utilities .nav-link:hover {
	background: none
}
.utilities li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-left: 1px solid rgba(255, 255, 255, 0.2)
}
.utilities li img {
	z-index: 99;
	width: 16px;
	height: 16px
}
.utilities li:last-child img {
	display: block;
	border: 2px solid #39433f;
	border-radius: 100%;
	z-index: 999999;
	width: 20px;
	height: 20px;
	position: relative
}
.utilities li:last-child a:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 26px;
	height: 26px;
	z-index: 9;
	background: #67976a;
	background: -webkit-gradient(linear, left top, left bottom, from(#7ebe83), to(#659367));
	background: -webkit-linear-gradient(top, #7ebe83 0%, #659367 100%);
	background: -o-linear-gradient(top, #7ebe83 0%, #659367 100%);
	background: linear-gradient(to bottom, #7ebe83 0%, #659367 100%);
	border-radius: 100%
}
.utilities .badge {
	position: absolute;
	top: -8px;
	right: -8px;
	width: 13px;
	height: 13px;
	font-size: 9px;
	font-weight: 500;
	padding: 0;
	line-height: 13px;
	border-radius: 100%;
	border: 1px solid #39433f;
	background: red;
	color: white
}
.slide-pane {
	position: fixed;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	overflow-Y: auto;
	padding: 60px 30px;
	width: calc(100% - 80px);
	height: calc(100% - 60px);
	top: 60px;
	right: -100%;
	background: #ffffff;
	-webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
	-webkit-transition: all ease 0.25s;
	-o-transition: all ease 0.25s;
	transition: all ease 0.25s;
	z-index: 50;
	right: -60%;
	width: 60%
}
.slide-pane.big {
	width: 75%;
	right: -100%
}
.slide-pane .wrapper {
	position: relative
}
.slide-pane.open {
	right: 0
}
.slide-pane.open_full {
	right: 0
}
.slide-pane footer {
	width: 100%;
	bottom: 0;
	position: fixed;
	background: #ffffff;
	margin: 0 -30px;
	padding: 15px 90px 15px 45px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}
.slide-pane {
	position: fixed;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	overflow-Y: auto;
	padding: 30px 30px 60px;
	width: calc(100% - 80px);
	height: calc(100% - 60px);
	top: 60px;
	right: -100%;
	background: #ffffff;
	-webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
	-webkit-transition: all ease 0.25s;
	-o-transition: all ease 0.25s;
	transition: all ease 0.25s;
	z-index: 50;
	right: -60%;
	width: 60%
}
.slide-pane.big {
	width: calc(100% - 100px)
}
.slide-pane .wrapper {
	position: relative
}
.slide-pane.open {
	right: 0
}
.slide-pane.open_full {
	right: 0
}
.slide-pane footer {
	width: 100%;
	bottom: 0;
	position: fixed;
	background: #ffffff;
	margin: 0 -30px;
	padding: 15px 30px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #cccccc;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: 1px solid #cccccc
}
.slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 4px;
	bottom: 3px;
	background-color: #ffffff;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
input:checked + .slider {
	background-color: #e1e1e1;
	border: 1px solid #0074c8
}
input:focus + .slider {
	-webkit-box-shadow: 0 0 1px #0074c8;
	box-shadow: 0 0 1px #0074c8
}
input:checked + .slider:before {
	-webkit-transform: translateX(16px);
	-ms-transform: translateX(16px);
	transform: translateX(16px);
	background: #0074c8
}
table.tablewithhovers tbody tr.trc td {
	padding: 0 0px
}
table.tablewithhovers tbody tr:nth-child(2n) {
	background: #ffffff
}
table.tablewithhovers tbody tr.bg {
	background: #fcfcfc!important
}
table.tablewithhovers tr div.content {
	height: 0;
	-webkit-transition: all ease 0.25s;
	-o-transition: all ease 0.25s;
	transition: all ease 0.25s;
	overflow: hidden;
	padding: 0px 7px;
	background: rgba(0, 0, 0, 0.035);
	position: relative
}
table.tablewithhovers tr div.content:before {
	border-top: 1px dashed #cccccc;
	width: 100%;
	height: 1px;
	left: 0;
	top: 0;
	position: absolute;
	content: '';
	display: block
}
table.tablewithhovers tr td {
	vertical-align: top
}
table.tablewithhovers tr.trm {
	border-bottom: 0;
	cursor: pointer
}
.tabs {
	border-right: 3px solid #e1e1e1
}
.nav-pills .show > .nav-link, .tabs .nav-link.active {
	background: #ffffff;
	color: #0074c8;
	border-right: 3px solid #ffffff;
	margin-right: -18px
}
.tabs .nav-link {
	background: #ebebeb;
	border: 1px solid #e1e1e1;
	border-right: 0;
	color: #666666;
	text-transform: uppercase;
	margin-right: -15px;
	border-radius: 0;
	font-weight: 600;
	padding: 15px
}
.nav.nav-tabs {
	border-bottom: 2px solid #67976a;
	font-weight: 600;
	color: #67976a;
	text-transform: uppercase
}
.nav.nav-tabs a {
	font-weight: bold;
	border-radius: 0
}
.nav.nav-tabs .nav-item {
	position: relative;
	background: #ffffff;
	z-index: 0;
	margin-bottom: 1px
}
.nav.nav-tabs .nav-item:not(:last-child) {
	margin-right: 5px
}
.nav.nav-tabs .nav-link {
	position: relative;
	margin-bottom: -1px;
	background: #f1f1f1;
	padding: 8px 15px;
}
.nav.nav-tabs .nav-link.active {
	border: 2px solid #67976a!important;
	border-bottom: 4px solid white!important;
	margin-bottom: -4px;
	position: relative;
	z-index: 100
}
[class*=sidenav--] {
	position: fixed;
	height: 100%;
	overflow: scroll;
	top: 66px;
	z-index: 999;
	-webkit-transition: all 0.3s cubic-bezier(0.83, 0.055, 0.28, 0.83);
	-o-transition: all 0.3s cubic-bezier(0.83, 0.055, 0.28, 0.83);
	transition: all 0.3s cubic-bezier(0.83, 0.055, 0.28, 0.83);
	border-right: 3px solid #67976a
}
[class*=sidenav--] .btn-group-vertical .btn {
	font-size: 1.25rem
}
.sidenav--left-panel {
	left: 0;
	background-color: white;
	padding-top: 60px;
	padding: 20px;
	width: 300px;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	overflow: visible
}
.sidenav--left-panel.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
.sidenav--left-panel .toolbar {
	position: absolute;
	top: 80px;
	right: 0;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}
.sidenav--right-panel {
	right: 0;
	background-color: white;
	padding-top: 60px;
	padding: 15px;
	width: 300px;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	overflow: visible
}
.sidenav--right-panel.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
.sidenav--right-panel .toolbar {
	position: absolute;
	top: 80px;
	left: 0px;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	z-index: 10000
}
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px
}
.switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 24px;
	margin: 0!important;
	vertical-align: middle
}
.switch input {
	display: none
}
.dynamicDropdown input[type=text] {
	background: url(http://qux.wpengine.com/style-guide/images/selectbox.png) no-repeat center right #fcfcfc;
	background-size: 30px auto;
	cursor: pointer
}
.dynamicDropdown ul {
	background: #fcfcfc;
	border: 1px solid #e1e1e1;
	margin-top: -2px;
	list-style: none;
	text-align: left;
	padding: 0;
	height: auto;
	overflow-y: auto
}
.dynamicDropdown ul li {
	padding: 7px 5px;
	margin: 0;
	cursor: pointer
}
.dynamicDropdown ul li:hover {
	background: rgba(0, 0, 0, 0.05)
}
.dynamicDropdown .noshow {
	display: none
}
.noscroll {
	overflow: hidden!important
}
.rotate-text {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	letter-spacing: 3px;
	position: absolute;
	left: -30px
}
.vertical-text {
	border-right: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	text-align: left;
	vertical-align: top;
	padding: 70px 30px 0
}
.padding-5 {
	padding: 5px
}
.padding-10 {
	padding: 10px
}
.padding-15 {
	padding: 15px
}
.padding-20 {
	padding: 20px
}
.padding-25 {
	padding: 25px
}
.padding-30 {
	padding: 30px
}
.padding-60 {
	padding: 60px
}
.padding-90 {
	padding: 90px
}
.padding-top-5 {
	padding-top: 5px
}
.padding-top-10 {
	padding-top: 10px
}
.padding-top-15 {
	padding-top: 15px
}
.padding-top-20 {
	padding-top: 20px
}
.padding-top-25 {
	padding-top: 25px
}
.padding-top-30 {
	padding-top: 30px
}
.padding-top-60 {
	padding-top: 60px
}
.padding-top-90 {
	padding-top: 90px
}
.padding-bottom-5 {
	padding-bottom: 5px
}
.padding-bottom-10 {
	padding-bottom: 10px
}
.padding-bottom-15 {
	padding-bottom: 15px
}
.padding-bottom-20 {
	padding-bottom: 20px
}
.padding-bottom-25 {
	padding-bottom: 25px
}
.padding-bottom-30 {
	padding-bottom: 30px
}
.padding-bottom-60 {
	padding-bottom: 60px
}
.padding-bottom-90 {
	padding-bottom: 90px
}
.padding-right-5 {
	padding-right: 5px
}
.padding-right-10 {
	padding-right: 10px
}
.padding-right-15 {
	padding-right: 15px
}
.padding-right-20 {
	padding-right: 20px
}
.padding-right-25 {
	padding-right: 25px
}
.padding-right-30 {
	padding-right: 30px
}
.padding-right-60 {
	padding-right: 60px
}
.padding-right-90 {
	padding-right: 90px
}
.padding-left-5 {
	padding-left: 5px
}
.padding-left-10 {
	padding-left: 10px
}
.padding-left-15 {
	padding-left: 15px
}
.padding-left-20 {
	padding-left: 20px
}
.padding-left-25 {
	padding-left: 25px
}
.padding-left-30 {
	padding-left: 30px
}
.padding-left-60 {
	padding-left: 60px
}
.padding-left-90 {
	padding-left: 90px
}
.padding-0 {
	padding: 0px!important
}
.margin-15 {
	margin: 15px
}
.margin-30 {
	margin: 30px
}
.margin-60 {
	margin: 60px
}
.margin-90 {
	margin: 90px
}
.margin-top-0 {
	margin-top: 0px
}
.margin-top-15 {
	margin-top: 15px
}
.margin-top-30 {
	margin-top: 30px
}
.margin-top-60 {
	margin-top: 60px
}
.margin-top-90 {
	margin-top: 90px
}
.margin-bottom-0 {
	margin-bottom: 0px!important
}
.margin-bottom-15 {
	margin-bottom: 15px
}
.margin-bottom-30 {
	margin-bottom: 30px
}
.margin-bottom-60 {
	margin-bottom: 60px
}
.margin-bottom-90 {
	margin-bottom: 90px
}
.margin-right-0 {
	margin-right: 0px
}
.margin-right-15 {
	margin-right: 15px
}
.margin-right-30 {
	margin-right: 30px
}
.margin-right-60 {
	margin-right: 60px
}
.margin-right-90 {
	margin-right: 90px
}
.margin-left-0 {
	margin-left: 0px
}
.margin-left-15 {
	margin-left: 15px
}
.margin-left-30 {
	margin-left: 30px
}
.margin-left-60 {
	margin-left: 60px
}
.margin-left-90 {
	margin-left: 90px
}
.margin-0 {
	margin: 0px!important
}
.cursor-pointer {
	cursor: pointer
}
.jumbotron {
	margin: 0;
	background-color: #ffffff
}
.packages h4 {
	margin-bottom: 0
}
.packages button, .packages svg {
	margin-left: 15px!important;
	vertical-align: middle
}
.fancy-num {
	color: #fff;
	background: #629fda;
	border-radius: 24px;
	width: 24px;
	height: 24px;
	display: inline-block;
	font-size: 16px;
	text-align: center;
	line-height: 25px
}
.snapshot {
	border: 1px solid #0074c8;
	background: #e8f5fd;
	padding: 15px;
	display: inline-block;
	font-size: 12px
}
.snapshot h4 {
	margin: 0;
	line-height: 24px
}
.helper {
	color: #999;
	font-size: 11px
}
a.edit-link {
	font-size: 18px;
	font-weight: bold
}
.double_arrow {
	width: 16px;
	height: 16px;
	display: inline;
	position: relative;
	margin: 0 0 -3px 3px
}
.double_arrow .au {
	fill: #ccc
}
.double_arrow.active {
	fill: #ccc
}
.double_arrow.ad {
	fill: #000
}
.totals-table {
	display: none
}
.msg-alert {
	width: 100%;
	margin: 15px;
	padding: 30px 30px 0;
	text-align: center;
	background: #cee5f3;
	float: left
}
.msg-alert p {
	font-weight: 700
}
.msg-alert p span {
	font-weight: normal
}
.form-table label {
	padding-top: 10px
}
.overlay {
	background: rgba(60, 60, 60, 0.75);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10
}
.extra-menu a {
	padding: 10px
}
/*# sourceMappingURL=core.min.css.map */