/*
Table Of Contents
 
 1.) Typography
 2.) Default Styles
 3.) Header - Main
 4.) Content - Main
 5.) Footer - Main
 6.) Inner - Pages
 7.) Text - Colors

========================================*/

/*
 1.) Typography
----------------------------------------*/

@import url("bootstrap.min.css") all;
@import url("brands.min.css") all;
@import url("light.min.css") all;
@import url("regular.min.css") all;
@import url("solid.min.css") all;
@import url("duotone.min.css") all;
@import url("fontawesome.min.css") all;

@font-face {
    font-family: 'Graphik';
    src: url('../webfonts/Graphik-Light.eot');
    src: url('../webfonts/Graphik-Light.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/Graphik-Light.woff2') format('woff2'),
         url('../webfonts/Graphik-Light.woff') format('woff'),
         url('../webfonts/Graphik-Light.ttf') format('truetype'),
         url('../webfonts/Graphik-Light.svg#Graphik-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../webfonts/Graphik-Regular.eot');
    src: url('../webfonts/Graphik-Regular.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/Graphik-Regular.woff2') format('woff2'),
         url('../webfonts/Graphik-Regular.woff') format('woff'),
         url('../webfonts/Graphik-Regular.ttf') format('truetype'),
         url('../webfonts/Graphik-Regular.svg#Graphik-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../webfonts/Graphik-Medium.eot');
    src: url('../webfonts/Graphik-Medium.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/Graphik-Medium.woff2') format('woff2'),
         url('../webfonts/Graphik-Medium.woff') format('woff'),
         url('../webfonts/Graphik-Medium.ttf') format('truetype'),
         url('../webfonts/Graphik-Medium.svg#Graphik-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../webfonts/Graphik-Semibold.eot');
    src: url('../webfonts/Graphik-Semibold.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/Graphik-Semibold.woff2') format('woff2'),
         url('../webfonts/Graphik-Semibold.woff') format('woff'),
         url('../webfonts/Graphik-Semibold.ttf') format('truetype'),
         url('../webfonts/Graphik-Semibold.svg#Graphik-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../webfonts/Graphik-Bold.eot');
    src: url('../webfonts/Graphik-Bold.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/Graphik-Bold.woff2') format('woff2'),
         url('../webfonts/Graphik-Bold.woff') format('woff'),
         url('../webfonts/Graphik-Bold.ttf') format('truetype'),
         url('../webfonts/Graphik-Bold.svg#Graphik-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../webfonts/Graphik-Black.eot');
    src: url('../webfonts/Graphik-Black.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/Graphik-Black.woff2') format('woff2'),
         url('../webfonts/Graphik-Black.woff') format('woff'),
         url('../webfonts/Graphik-Black.ttf') format('truetype'),
         url('../webfonts/Graphik-Black.svg#Graphik-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


/*
 2.) Default Styles
----------------------------------------*/

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
ol,
ul,
li {
	padding: 0;
	margin: 0;
}

body {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	font-family: "Graphik", sans-serif;
	font-weight: 400;
	font-size: 14.46px;
	color: #0e163d;
	line-height: 20px;
	background: #ffffff;
	margin: 0;
	padding: 0;
}

sub,
sup{
	font-size: 50%;
}

sup {
	top: -.6em;
}

img { 
	max-width: 100%;
	height: auto;
}


/*= Links 
=======================================================*/

a {
	color: #316cbb;
	text-decoration: none;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	cursor: pointer;
}

a:hover,
a:focus,
a:active {
	color: #316cbb;
	text-decoration: underline;
}

a:visited {
	outline: 0;
}

a[href^="tel:"], 
a[href^="fax:"] {
	color: #316cbb;
	text-decoration: none;
}

a:hover[href^="tel:"], 
a:focus[href^="tel:"], 
a:hover[href^="fax:"],
a:focus[href^="fax:"] {
	color: #316cbb;
	text-decoration: underline;
}

a[href^="mailto:"] {
	word-break: break-all;
}


/*= Headings: P, H1, H2, H3, H4, H5, H6 
=======================================================*/

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-weight: 600;	
	padding-bottom: 15px;
}

h1,
.h1,
h2,
.h2 {
	font-size: 22.11px;
	line-height: 28px;
}

h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {	
	font-size: 17.01px;
	line-height: 23px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
	font-style: inherit;
	color: inherit;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	padding-bottom: 0;
}

p {
	padding-bottom: 15px;
}

p:last-child {
	padding-bottom: 0;
}

.txt {
	padding-bottom: 35px;
}

.txt:last-child {
	padding-bottom: 0;
}

em {
	font-style: italic; 
}

em.fal,
em.far,
em.fas,
em.fab {
	font-style: normal; 
}

strong {
	font-weight: 700; 
}


/*= Unorder List 
=======================================================*/

ul,
ol {
	list-style: none; 
}

li {
	position: relative; 
	padding-left: 16px;
	padding-bottom: 5px;
}

li:last-child {
	padding-bottom: 15px;
}

ul:last-child li:last-child,
ol:last-child li:last-child {
	padding-bottom: 0;
}

ul li:before {
	content: "";
	width: 4px;
	height: 4px;
	background: #0e163d;
	border-radius: 900px;
	position: absolute;
	top: 8px;
	left: 0;
}


/*= Order List 
=======================================================*/

ol {
	counter-reset: item;
}

ol > li {
	counter-increment: item;
	padding-left: 25px;
}

ol > li:before {
	content: counter(item)".";
	font-weight: 600;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}


/* #Input Styles
================================================= */

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

select,
textarea,
input {
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

label {
	width: 100%;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	padding: 0 0 6px 0;
	margin: 0;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	width: 100%;
	height: 50px;
	font-weight: 400;
	font-size: 16px;
	color: #0e163d;
	line-height: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;	
	background: #ffffff;	
	border: 1px solid #939aac;	
	border-radius: 4px;
	box-shadow: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: hidden;
	position: relative;
	padding: 12px 20px;
	margin: 0;
}

textarea {
	height: 160px;
	white-space: normal;
	outline: none;
	resize: none;
	padding-top: 20px;
	padding-bottom: 20px;
}

select {
	background-image: url(../img/chevron-down.svg);
	background-size: 16px auto;
	background-repeat: no-repeat;
	background-position: top 15px right 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-top: 0;
	padding-right: 60px;
	padding-bottom: 0;
}

select::-ms-expand {
	display:none;
}

select.colorize option:not([disabled]) {
	color: #0e163d;
}

select.colorize option.def:not([disabled]),
select.colorize.empty:not([disabled]) {
	color: #0e163d;
}

::-webkit-input-placeholder, 
::-webkit-textarea-placeholder {
	color: #0e163d;
}

input::-moz-placeholder, 
textarea::-moz-placeholder {
	color: #0e163d;
}

::-moz-placeholder {
	color: #0e163d;
}

::-ms-input-placeholder {
	color: #0e163d;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: #074388;
	box-shadow: rgba(0, 0, 0, .20) 0 0 8px;
	outline: 0;
}


/* Form - Check */
.form-check {
	width: 100%;
	min-height: 22px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 0 0 33px;
	margin: 0;
}

.form-check .form-check-input {
	width: 22px;
	height: 22px;
	float: none;
	display: inline-block;
	vertical-align: top;
	background-color: #ffffff;
	border-color: #939aac;
	border-radius: 900px;
	box-shadow: none;
	outline: 0;
	position: absolute;
	top: 0;
	left: 0;	
	padding: 0;
	margin: 0;
}

.form-check:hover .form-check-input {
	border-color: #052c71;
}

.form-check .form-check-input[type="checkbox"] {
	border-radius: 0;
}

.form-check .form-check-input:checked {
	background-color: #052c71;
	border-color: #052c71;
}

.form-check .form-check-input[type="radio"]:checked {
	background-color: #ffffff;
	border-color: #052c71;
}

.form-check .form-check-input:checked[type="radio"] {
	background-repeat: no-repeat;
	background-image: url(../img/radio.png);
	background-position: center center;
	background-size: 12px auto;
}

.form-check .form-check-label {
	font-weight: 400;
	color: #0e163d;
	position: relative;
	z-index: 1;
	padding: 0;
	margin: 0;
}


/* #Buttons
================================================== */

/* Custom - Select */
button {
	background: none;
	border: none;
	box-shadow: none;
	text-decoration: none;
	white-space: normal;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
}

button:hover,
button:focus,
button:active,
button:active:focus,
button.active,
button.active:focus {
	outline: 0;
}

.btn,
.button,
input[type="button"],
input[type="submit"] {
	width: auto;
	height: auto;
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	line-height: 20px;
	letter-spacing: 0.02em;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	background: #e4661b;
	border: none;
	border-radius: 4px;
	box-shadow: none;
	overflow: hidden;
	position: relative;
	z-index: 1;
	cursor: pointer;
	outline: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	padding: 15px 30px;
	margin: 0;
}

.btn::before,
.button::before {
	content: "";
	width: 0;
	height: 100%;
	float: left;
	background: #c75009;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus,
.btn.active,
.btn.active:focus,
.button:hover,
.button:focus,
.button:active,
.button:active:focus,
.button.active,
.button.active:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"]:active:focus,
input[type="button"].active,
input[type="button"].active:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"]:active:focus,
input[type="submit"].active,
input[type="submit"].active:focus,
.btn:not(:disabled):not(.disabled).active, 
.button:not(:disabled):not(.disabled):active {
	color: #ffffff;
	text-decoration: none;
	box-shadow: none; 
	outline: 0;
}

input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"]:active:focus,
input[type="button"].active,
input[type="button"].active:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"]:active:focus,
input[type="submit"].active,
input[type="submit"].active:focus {
	background: #c75009;
}

.btn:hover:before,
.btn:focus:before,
.btn:active:before,
.btn:active:focus:before,
.btn.active:before,
.btn.active:focus:before,
.button:hover:before,
.button:focus:before,
.button:active:before,
.button:active:focus:before,
.button.active:before,
.button.active:focus:before {
	width: 100%;
}

.btn-blue {
	background: #084c92;
}

.btn-blue::before {
	background: #052c71;
}

input[type="button"].btn-blue:hover,
input[type="button"].btn-blue:focus,
input[type="button"].btn-blue:active,
input[type="button"].btn-blue:active:focus,
input[type="button"].btn-blue.active,
input[type="button"].btn-blue.active:focus,
input[type="submit"].btn-blue:hover,
input[type="submit"].btn-blue:focus,
input[type="submit"].btn-blue:active,
input[type="submit"].btn-blue:active:focus,
input[type="submit"].btn-blue.active,
input[type="submit"].btn-blue.active:focus {
	background: #052c71;
}

.btn:focus,
.button:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: 2px;
}

.disabled {
	cursor: not-allowed;
	filter: alpha(opacity=55);
	opacity: .55;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=55);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .55;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-out {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 10px 0 0 0;
}


/* Table */
table,
tbody,
thead,
tr,
th,
td {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}


/* Figure */
figure,
.figure {
	vertical-align: top;
}

.break-word {
	word-break: break-all;
}


/* #Flying focus
================================================== */

#flying-focus {
	position: absolute;
	margin: 0;
	background: transparent;
	-webkit-transition-property: left, top, width, height, opacity;
	transition-property: left, top, width, height, opacity;
	-webkit-transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
	transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
	visibility: hidden;
	pointer-events: none;
	box-shadow: -webkit-focus-ring-color 0 0 0 2px; 
	border-radius: 0;
}

#flying-focus.flying-focus_visible {
	visibility: visible;
	z-index: 9999;
}

.flying-focus_target {
	outline: none !important; /* Doesn't work in Firefox :( */
}

/* http://stackoverflow.com/questions/71074/how-to-remove-firefoxs-dotted-outline-on-buttons-as-well-as-links/199319 */
.flying-focus_target::-moz-focus-inner {
	border: 0 !important;
}

/* Replace it with @supports rule when browsers catch up */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
#flying-focus {
	box-shadow: none;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -3px;
}
}


/* Skip - Button */
.skip-btn {
	width: 265px;
	height: 73px;
	float: left;
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	line-height: 73px;
	letter-spacing: 0.02em;
	text-decoration: none;
	text-align: center;
	background: #e4661b;
	border-radius: 0;
	-webkit-transition: top 1s ease-out, background 1s linear;
	transition: top 1s ease-out, background 1s linear;
	overflow: hidden;
	position: absolute;
	z-index: 1001;
	top: -73px;
	left: 0;
	opacity: 0;
	padding: 0 25px; 
	margin: 0;
}

.skip-btn:hover,
.skip-btn:focus,
.skip-btn:active {
	top: 0px;
	color: #ffffff;
	text-decoration: none;
	background: #e4661b;
	box-shadow: rgba(0, 0, 0, .20) 0 0 25px;
	-webkit-transition: top .1s ease-in, background .5s linear;
	transition: top .1s ease-in, background .5s linear;
	opacity: 1;
}

@media (min-width: 1199px) {
.skip-btn {
	height: 70px;
	line-height: 70px;
	top: -70px;
}
}

@media (min-width: 767px) {
.skip-btn {
	height: 60px;
	line-height: 60px;
	top: -60px;
}
}


/*= Container - Main
=======================================================*/

.container-main {
	width: 100%;
	min-height: 100vh;
	float: left;
	background: #f8fbfc;
	background: linear-gradient(0deg, #f8fbfc 0%, #f8fbfc 100%);
	position: relative;
	overflow: hidden;
}

.container {
	width: 100%;
	max-width: 2050px;
	padding: 0 65px;
}

@media (min-width: 1200px) {
.container-main {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
}

@media (max-width: 1399px) {
.container {
	padding: 0 40px;
}
}

@media (max-width: 1199px) {
.container-main {
	display: flex;
	flex-direction: column;
}
}

@media (max-width: 767px) {
.container {
	max-width: 630px;
	padding: 0 25px;
}
}


/* Dropdown - Menu */
.dropdown-menu {
	color: inherit;	
	z-index: 7;
}


/* User - Info */
.user-info {
	height: 72px;
	float: right;
	display: table;
	border-left: 1px solid #ebecf1;
	position: relative;
	margin: 0 -65px 0 0;
}

.user-info .dropdown-toggle {
	width: 100%;
	float: left;	
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
	position: relative;
	padding: 0;
	margin: 0;
}

.user-info .dropdown-toggle:after {
	width: 22px;
	height: 22px;
	float: right;
	content: "\f078";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 900;
	font-size: 12px;
	color: #000000;
	line-height: 21px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #ebecf1;
	border-radius: 900px;	
	position: absolute;
	top: 50%;
	right: 35px;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.user-info .dropdown-toggle.show:after {
	content: "\f077";
}

.user-info .user-wrap {
	width: 100%;
	height: 72px;
	float: none;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	padding: 0 75px 0 90px;
}

.user-info .user-wrap .figure {
	width: 38px;
	height: 38px;
	float: left;
	position: absolute;
	top: 50%;
	left: 35px;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.user-info .user-wrap .figure img {
	width: 100%;
	border-radius: 900px;
}

.user-info .user-wrap .figure .sts {
	width: 8px;
	height: 8px;
	float: left;
	background: #999999;
	border-radius: 900px;
	text-indent: -99999px;
	position: absolute;
	top: 5px;
	left: -5px;
	z-index: 1;
}

.user-info .user-wrap .figure .sts.sleep {
	background: #e4661b;
}

.user-info .user-wrap .figure .sts.online {
	background: #3ecc12;
}

.user-info .user-wrap .name {
	font-size: 14.87px;
	color: #41455a;	
	line-height: 20px;
}

.user-info .dropdown-menu {
	width: 100%;
	min-width: 220px;
	background: #ffffff;
	box-shadow: rgba(183, 203, 210, .65) 0 0 20px;
	border-radius: 6px;
	border: none;
	top: 67px!important;
	-ms-transform: translate(0)!important;
	-webkit-transform: translate(0)!important;
	-moz-transform: translate(0)!important;
	-o-transform: translate(0)!important;
	transform: translate(0)!important;
	left: auto!important;
	right: 20px!important;
	padding: 22px;
	margin: 0;
}

.user-info .dropdown-menu .user-wrap {
	height: auto;
	display: block;
	border-bottom: 1px solid #ebecf1;
	padding: 15px 0 15px 48px;
	margin: -15px 0 15px 0;
}

.user-info .dropdown-menu .user-wrap .figure {
	left: 0;
}

.user-info .dropdown-menu .user-wrap .name {
	font-weight: 500;
	font-size: 15.31px;	
	line-height: 19px;
}

.user-info .dropdown-menu .user-wrap .email {
	font-size: 12px;
	color: #b9bbca;	
	line-height: 16px;
}

.user-info .dropdown-menu ul,
.user-info .dropdown-menu ul li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.user-info .dropdown-menu ul li:before {
	display: none;
}

.user-info .dropdown-menu ul li a {
	width: 100%;
	float: left;
	font-weight: 500;
	font-size: 13.61px;
	color: #272a37;
	line-height: 19px;
	text-decoration: none;
	position: relative;
	padding: 7px 0 6px 26px;
}

.user-info .dropdown-menu ul li a:before {
	content: "";
	width: 16px;
	height: 36px;
	float: left;
	background-image: url(../img/icon-user.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: absolute;
	top: 50%;
	left: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.user-info .dropdown-menu ul li > a:focus,
.user-info .dropdown-menu ul li:hover > a,
.user-info .dropdown-menu ul li.active > a {
	color: #e4661b;
	text-decoration: none;
}

.user-info .dropdown-menu ul li > a:focus:before,
.user-info .dropdown-menu ul li:hover > a:before,
.user-info .dropdown-menu ul li.active > a:before {
	background-image: url(../img/icon-user-orange.png);
}

.user-info .dropdown-menu ul li.usermenu-profile > a:before {
	background-image: url(../img/icon-user.png);
}

.user-info .dropdown-menu ul li.usermenu-profile > a:focus:before,
.user-info .dropdown-menu ul li.usermenu-profile:hover > a:before,
.user-info .dropdown-menu ul li.usermenu-profile.active > a:before {
	background-image: url(../img/icon-user-orange.png);
}

.user-info .dropdown-menu ul li.usermenu-perferences > a:before {
	background-image: url(../img/icon-settings.png);
}

.user-info .dropdown-menu ul li.usermenu-perferences > a:focus:before,
.user-info .dropdown-menu ul li.usermenu-perferences:hover > a:before,
.user-info .dropdown-menu ul li.usermenu-perferences.active > a:before {
	background-image: url(../img/icon-settings-orange.png);
}

.user-info .dropdown-menu ul li.usermenu-feedback > a:before {
	background-image: url(../img/icon-feedback.png);
}

.user-info .dropdown-menu ul li.usermenu-feedback > a:focus:before,
.user-info .dropdown-menu ul li.usermenu-feedback:hover > a:before,
.user-info .dropdown-menu ul li.usermenu-feedback.active > a:before {
	background-image: url(../img/icon-feedback-orange.png);
}

.user-info .dropdown-menu ul li.usermenu-help > a:before {
	background-image: url(../img/icon-question.png);
}

.user-info .dropdown-menu ul li.usermenu-help > a:focus:before,
.user-info .dropdown-menu ul li.usermenu-help:hover > a:before,
.user-info .dropdown-menu ul li.usermenu-help.active > a:before {
	background-image: url(../img/icon-question-orange.png);
}

.user-info .dropdown-menu ul li.usermenu-logout {
	border-top: 1px solid #ebecf1;
	padding: 10px 0 0 0;
	margin: 10px 0 -6px 0;
}

.user-info .dropdown-menu ul li.usermenu-logout > a {
	color: #e4661b;
}

.user-info .dropdown-menu ul li.usermenu-logout > a:before {
	background-image: url(../img/icon-exit.png);
}

.user-info .dropdown-menu ul li.usermenu-logout > a:focus:before,
.user-info .dropdown-menu ul li.usermenu-logout:hover > a:before,
.user-info .dropdown-menu ul li.usermenu-logout.active > a:before {
	background-image: url(../img/icon-exit-orange.png);
}

@media (max-width: 1399px) {
.user-info {
	margin: 0 -40px 0 0;
}
}

@media (max-width: 1199px) {
.user-info {	
	width: 240px;
	height: auto;
	float: right;
	display: block;
	background: #ffffff;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	visibility: hidden;
	position: fixed;
	top: 70px;
	right: -240px;	
	z-index: 9;
	padding: 0;
	margin: 0;
}

.user-info.active {
	visibility: visible;
	right: 0;
}

.user-info .user-wrap {
	display: none;
}

.user-info .dropdown-menu {
	min-width: 100%;
	width: 100%;
	float: left;	
	background: none;
	box-shadow: none;
	border-radius: 0;
	position: relative!important;
	top: 0!important;
	bottom: 0!important;
	left: 0!important;
	right: 0!important;
	display: block!important;
	padding: 30px;
	margin: 0;
}

.user-info .dropdown-menu .user-wrap {
	display: block;
}
}

@media (max-width: 767px) {
.user-info {
	top: 60px;
}
}


/*
 3.) Header - Main
----------------------------------------*/

.header-main {
	width: 265px;
	min-height: 100vh;
	float: left;
	background: #084c92;
	background: linear-gradient(0deg, #084c92 0%, #052c71 70%);
	position: relative;
	z-index: 9;
	margin: 0 -265px 0 0;
}

.header-main:after {
	content: "";
	width: 100%;
	height: 100000px;
	float: left;
	background: #084c92;
	position: absolute;
	top: 100%;
	left: 0;
}

.header-main .brand {
	width: 100%;
	height: 73px;
	float: left;
	line-height: 72px;
	border-bottom: 1px solid rgba(255, 255, 255, .10);
	padding: 0 0 0 39px;
}

.header-main .brand img {
	width: 100%;
	max-width: 164px;
}

.header-main .nav-bar,
.header-main .nav-max,
.header-main .nav-inn {
	width: 100%;
	float: left;
}

.header-main .primary-menu {
	width: 100%;
	float: left;
	padding: 0 0 100px 0;
}

.header-main .primary-menu ul {
	width: 100%;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

.header-main .primary-menu ul li {
	width: 100%;
	float: left;
	list-style: none;
	border-bottom: 1px solid rgba(255, 255, 255, .10);
	position: relative;
	padding: 0;
	margin: 0;
}

.header-main .primary-menu ul li:before {
	display: none;
}

.header-main .primary-menu ul li:last-child {
	border-bottom: none;
}

.header-main .primary-menu ul li > a {
	width: 100%;
	float: left;
	font-weight: 400;
	font-size: 15.31px;
	color: #97a2d3;
	line-height: 21px;
	text-decoration: none;
	position: relative;
	padding: 37px 20px 37px 40px;
}

.header-main .primary-menu ul li > a:before {
	content: "\f068";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 900;
	font-size: 12px;
	color: #e4661b;
	line-height: 12px;	
	position: absolute;
	top: 50%;
	left: 20px;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.header-main .primary-menu ul li > a.collapsed:before {
	content: "\f067";
}

.header-main .primary-menu ul li > a:focus,
.header-main .primary-menu ul li:hover > a,
.header-main .primary-menu ul li.active > a {
	color: #97a2d3;
}

.header-main .primary-menu ul li ul {
	width: 100%;
	padding: 0 0 26px 30px;
	margin: -13px 0 0 0;
}

.header-main .primary-menu ul li ul li {
	border-bottom: none;
	padding: 0;
	margin: 0;
}

.header-main .primary-menu ul li ul li a {
	font-size: 16.16px;
	color: #ffffff;
	line-height: 22px;
	padding: 11px 30px 11px 50px;
}

.header-main .primary-menu ul li ul li a:before {
	content: "";
	width: 16px;
	height: 36px;
	float: left;
	background-image: url(../img/icon-dashboard-solid-white.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: absolute;
	top: 50%;
	left: 20px;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.header-main .primary-menu ul li ul li > a:focus,
.header-main .primary-menu ul li ul li:hover > a,
.header-main .primary-menu ul li ul li.active > a {
	color: #ffffff;
	background: rgba(255, 255, 255, .10);
}

.header-main .primary-menu ul li ul li > a:focus:before,
.header-main .primary-menu ul li ul li:hover > a:before,
.header-main .primary-menu ul li ul li.active > a:before {
	background-image: url(../img/icon-dashboard-solid-orange.png);
}

.header-main .primary-menu ul li ul li.menu-dashboard > a:before {
	background-image: url(../img/icon-dashboard-solid-white.png);
}

.header-main .primary-menu ul li ul li.menu-dashboard > a:focus:before,
.header-main .primary-menu ul li ul li.menu-dashboard:hover > a:before,
.header-main .primary-menu ul li ul li.menu-dashboard.active > a:before {
	background-image: url(../img/icon-dashboard-solid-orange.png);
}

.header-main .primary-menu ul li ul li.menu-compute > a:before {
	background-image: url(../img/icon-monitor-solid-white.png);
}

.header-main .primary-menu ul li ul li.menu-compute > a:focus:before,
.header-main .primary-menu ul li ul li.menu-compute:hover > a:before,
.header-main .primary-menu ul li ul li.menu-compute.active > a:before {
	background-image: url(../img/icon-monitor-solid-orange.png);
}

.header-main .primary-menu ul li ul li.menu-storage > a:before {
	background-image: url(../img/icon-server-storage-solid-white.png);
}

.header-main .primary-menu ul li ul li.menu-storage > a:focus:before,
.header-main .primary-menu ul li ul li.menu-storage:hover > a:before,
.header-main .primary-menu ul li ul li.menu-storage.active > a:before {
	background-image: url(../img/icon-server-storage-solid-orange.png);
}

.header-main .primary-menu ul li ul li.menu-network > a:before {
	background-image: url(../img/icon-network-solid-white.png);
}

.header-main .primary-menu ul li ul li.menu-network > a:focus:before,
.header-main .primary-menu ul li ul li.menu-network:hover > a:before,
.header-main .primary-menu ul li ul li.menu-network.active > a:before {
	background-image: url(../img/icon-network-solid-orange.png);
}

.header-main .primary-menu ul li ul li.menu-keys > a:before {
	background-image: url(../img/icon-key-solid-white.png);
}

.header-main .primary-menu ul li ul li.menu-keys > a:focus:before,
.header-main .primary-menu ul li ul li.menu-keys:hover > a:before,
.header-main .primary-menu ul li ul li.menu-keys.active > a:before {
	background-image: url(../img/icon-key-solid-orange.png);
}

.header-main .primary-menu ul li ul li.menu-document > a:before {
	background-image: url(../img/icon-google-docs-solid-white.png);
}

.header-main .primary-menu ul li ul li.menu-document > a:focus:before,
.header-main .primary-menu ul li ul li.menu-document:hover > a:before,
.header-main .primary-menu ul li ul li.menu-document.active > a:before {
	background-image: url(../img/icon-google-docs-solid-orange.png);
}

.header-main .primary-menu ul li ul li.menu-support > a:before {
	background-image: url(../img/icon-call-solid-white.png);
}

.header-main .primary-menu ul li ul li.menu-support > a:focus:before,
.header-main .primary-menu ul li ul li.menu-support:hover > a:before,
.header-main .primary-menu ul li ul li.menu-support.active > a:before {
	background-image: url(../img/icon-call-solid-orange.png);
}

.header-main .primary-menu ul li ul li.menu-community > a:before {
	background-image: url(../img/icon-group-users-solid-white.png);
}

.header-main .primary-menu ul li ul li.menu-community > a:focus:before,
.header-main .primary-menu ul li ul li.menu-community:hover > a:before,
.header-main .primary-menu ul li ul li.menu-community.active > a:before {
	background-image: url(../img/icon-group-users-solid-orange.png);
}

.header-main .primary-menu ul li ul li.menu-billing > a:before {
	background-image: url(../img/icon-invoice-solid-white.png);
}

.header-main .primary-menu ul li ul li.menu-billing > a:focus:before,
.header-main .primary-menu ul li ul li.menu-billing:hover > a:before,
.header-main .primary-menu ul li ul li.menu-billing.active > a:before {
	background-image: url(../img/icon-invoice-solid-orange.png);
}

.header-main .primary-menu ul li ul li.menu-account > a:before {
	background-image: url(../img/icon-user-solid-white.png);
}

.header-main .primary-menu ul li ul li.menu-account > a:focus:before,
.header-main .primary-menu ul li ul li.menu-account:hover > a:before,
.header-main .primary-menu ul li ul li.menu-account.active > a:before {
	background-image: url(../img/icon-user-solid-orange.png);
}

.header-main .primary-menu ul li ul li.menu-signout > a:before {
	background-image: url(../img/icon-logout-solid-white.png);
}

.header-main .primary-menu ul li ul li.menu-signout > a:focus:before,
.header-main .primary-menu ul li ul li.menu-signout:hover > a:before,
.header-main .primary-menu ul li ul li.menu-signout.active > a:before {
	background-image: url(../img/icon-logout-solid-orange.png);
}

.header-main .copyrights-sticky {
	width: 100%;
	float: left;
	font-size: 13.88px;
	color: #a1afd6;
	line-height: 20px;
	position: absolute;
	bottom: 38px;
	left: 0;
	padding: 0 35px;
}

.header-main .menu-btn {
	width: 30px;
	height: 23px;
	float: left;
	position: relative;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 40px;
	z-index: 112;
	display: none;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.header-main .menu-btn .menu-bar {
	width: 100%;
	height: 3px;
	float: left;
	background: #c7d1ec;
	text-indent: -99999px;
	position: relative;
	transition: all 0.2s ease;
	margin: 0;
}

.header-main .menu-btn .menu-bar:before,
.header-main .menu-btn .menu-bar:after {
	content: "";
	width: 100%;
	height: 3px;
	float: left;
	background: #c7d1ec;
	position: absolute;
	left: 0;
	transition: all 0.2s ease;
}

.header-main .menu-btn .menu-bar:before {
	top: -10px;
}

.header-main .menu-btn .menu-bar:after {
	top: 10px;
}

.header-main .menu-btn.active .menu-bar {
	background: none;
}

.header-main .menu-btn.active .menu-bar:before,
.header-main .menu-btn.active .menu-bar:after {
	top: 0;
}

.header-main .menu-btn.active .menu-bar:before {
	background: #e4661b;
	-ms-transform: rotate3d(0, 0, 1, -45deg);
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	-moz-transform: rotate3d(0, 0, 1, -45deg);
	-o-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

.header-main .menu-btn.active .menu-bar:after {
	background: #e4661b;
	-ms-transform: rotate3d(0, 0, 1, 45deg);
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	-moz-transform: rotate3d(0, 0, 1, 45deg);
	-o-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

.header-main .user-btn {
	width: 38px;
	height: 38px;
	float: right;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	font-size: 30px;
	color: #c7d1ec;
	line-height: 1em;
	text-align: right;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 50%;
	right: 40px;
	z-index: 10;
	display: none;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.header-main .user-btn em {
	margin-top: 1px;
}

.header-main .user-btn img {
	width: 100%;
	border-radius: 900px;
}

.header-main .user-btn.active {
	background: url(../img/close.svg) no-repeat center center;
	background-size: 20px auto;
	text-indent: 999999px;
}

@media (max-width: 1199px) {
.hiddenscroll {
	overflow: hidden;
}
	
.overlay-menu,
.overlay-user {
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(0, 0, 0, .50);
	position: fixed;
	top: 70px;
	left: 0;
	z-index: 7;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: top .15s ease-out;
	-moz-transition: top .15s ease-out;
	transition: top .15s ease-out;
	overflow: hidden;
}

.overlay-menu.active,
.overlay-user.active {
	visibility: visible;
	opacity: .95;
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

.header-main {
	width: 100%;
	min-height: 70px;
	height: 70px;
	background: #052c71;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	z-index: 9;
}

.header-main:after {
	display: none;
}

.header-main .brand {
	width: 100%;
	height: 70px;
	float: left;
	line-height: 70px;
	text-align: center;
	border: none;
	position: relative;
	z-index: 10;
	padding: 0;
}

.header-main .brand img {
	max-width: 164px;
	padding: 0;
}
	
.header-main .nav-bar {
	width: 265px;
	height: 100%;
	float: left;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	overflow: hidden;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: -265px;
	z-index: 9;
	padding: 70px 0 0 0;
}

.header-main .nav-bar.active {
	visibility: visible;
	left: 0;
}

.header-main .nav-bar .nav-max {
	width: 100%;
	height: 100%;
	background: #084c92;
	overflow: auto;
	overflow-x: hidden;
}

.header-main .nav-bar .nav-inn {
	width: 100%;
	float: left;
}

.header-main .primary-menu {
	padding: 0;
}

.header-main .copyrights-sticky {
	display: none;
}

.header-main .menu-btn,
.header-main .user-btn {
	display: block;
}
}

@media (max-width: 767px) {
.overlay-menu,
.overlay-user {
	top: 60px;
}

.header-main {
	min-height: 60px;
	height: 60px;
}

.header-main .brand {
	height: 60px;
	line-height: 60px;
}

.header-main .brand img {
	max-width: 130px;
}
	
.header-main .nav-bar {
	padding: 60px 0 0 0;
}

.header-main .menu-btn {
	width: 27px;
	left: 25px;
}

.header-main .user-btn {
	right: 25px;
}
}


/*
 4.) Content - Main
----------------------------------------*/

.content-main {
	width: 100%;
	min-height: 100vh;
	float: left;	
	overflow: hidden;
	padding: 0 0 0 265px;
}

@media (max-width: 1199px) {
.content-main {
	min-height: inherit;
	flex: 1 0 auto;
	padding: 70px 0 0 0;
}
}

@media (max-width: 767px) {
.content-main {
	padding: 60px 0 0 0;
}
}


/* Row */
.row-out {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 50px;
}

.row-out:last-child {
	padding-bottom: 0;
}

.row {
	padding-bottom: 50px;
	margin: 0 -25px -50px -25px;
}

.row.v-align-middle {
	align-items: center;
}

.row:last-child {
	padding-bottom: 0;
}

.row > div {
	padding: 0 25px 50px 25px;
}

.row.no-gutters {
	padding: 0;
	margin: 0;
}

.row.no-gutters > div {
	padding: 0;
}

@media (max-width: 767px) {
.row {
	margin: 0 -20px -40px -20px;
}

.row > div {
	padding: 0 20px 40px 20px;
}

.row.no-gutters {
	padding: 0;
	margin: 0;
}

.row.no-gutters > div {
	padding: 0;
}
}


/* Form - Block */
.form-block {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 50px;
}

.form-block:last-child {
	margin-bottom: 0;
}

.form-block form {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.form-block ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -15px -30px -15px;
}

.form-block ul li {
	width: 50%;
	float: left;
	font-weight: inherit;
	line-height: 1em;
	padding: 0 15px 30px 15px;
	margin: 0;
}

.form-block ul li:last-child {
	padding-bottom: 30px;
}

.form-block ul li:before {
	display: none;
}

.form-block ul li.full-width {
	width: 100%;
}

.form-block .btn-out {
	margin: 30px 0 0 0;
}

@media (max-width: 767px) {
.form-block ul li {
	width: 100%;
}
}


/* Read - More */
.read-more {
	font-weight: 500;
	color: #464646;
	text-align: right;
	padding-top: 10px;
}

.read-more a {
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
}

.read-more a:hover,
.read-more a:focus,
.read-more a:active {
	color: #e4661b;
	text-decoration: underline;
}


/* Title - Bar */
.title-bar {
	width: 100%;
	height: 73px;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 5;
}

.title-bar:before {
	content: "";
	width: 10000px;
	height: 100%;
	float: left;
	background: #ffffff;
	border-bottom: 1px solid #ebecf1;
	position: absolute;
	top: 0;
	left: -5000px;
	z-index: -1;
}

.title-bar .page-title-wrap {
	height: 72px;
	float: left;
	display: table;
}

.title-bar .page-title-wrap .page-title-inn {
	height: 100%;
	float: none;
	display: table-cell;
	vertical-align: middle;
}

.title-bar .page-title-wrap h1 {
	padding-bottom: 10px;
}

.title-bar .page-title-wrap h1:last-child {
	padding-bottom: 0;
}

@media (max-width: 1199px) {
.title-bar {
	height: auto;
}

.title-bar .page-title-wrap {
	height: auto;
	display: block;
	padding: 25px 0;
}

.title-bar .page-title-wrap .page-title-inn {
	height: auto;
	display: block;
	vertical-align: top;
}
}


/* Content - Wrap */
.content-wrap {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 35px 0 65px 0;
}


/* Table - Content */
.table-cont {
	width: 100%;
}

.table-cont th,
.table-cont td {
	width: 50%;
	text-align: left;
	padding: 4px 15px 2px 15px;
}

.table-cont th {
	font-weight: 500;
	padding-top: 0;
	padding-bottom: 5px;
}

.table-cont tbody tr:nth-child(odd){
	background: #f7f8f9;
}


/* Table - Type1 */
.table-cont.type1 th:nth-child(1),
.table-cont.type1 td:nth-child(1) {
	width: 45%;
}

.table-cont.type1 th:nth-child(2),
.table-cont.type1 td:nth-child(2) {
	width: 55%;
}

@media (max-width: 767px) {
.table-cont.type1 th:nth-child(1),
.table-cont.type1 td:nth-child(1) {
	width: 40%;
}

.table-cont.type1 th:nth-child(2),
.table-cont.type1 td:nth-child(2) {
	width: 60%;
}
}


/* Table - Type2 */
.table-cont.type2 tbody tr {
	background: none;
}

.table-cont.type2 th,
.table-cont.type2 td {
	vertical-align: top;
	padding-left: 0;
	padding-right: 0;
}

.table-cont.type2 td a {
	word-break: break-all;
}

.table-cont.type2 th:nth-child(1),
.table-cont.type2 td:nth-child(1) {
	width: 22%;
}

.table-cont.type2 th:nth-child(2),
.table-cont.type2 td:nth-child(2) {
	width: 78%;
}

@media (max-width: 767px) {
.table-cont.type2 th:nth-child(1),
.table-cont.type2 td:nth-child(1) {
	width: 35%;
}

.table-cont.type2 th:nth-child(2),
.table-cont.type2 td:nth-child(2) {
	width: 65%;
}
}


/* Table - Type3 */
.table-cont.type3 tbody {
	border: 1px solid #e6eaeb;
	box-shadow: rgba(0, 0, 0, .070) 0 3px 5px;
}

.table-cont.type3 td {
	padding-top: 9px;
	padding-bottom: 7px;
}

@media (min-width: 768px) {
.table-cont.type3 th:nth-child(1),
.table-cont.type3 td:nth-child(1) {
	width: 23.3%;
}

.table-cont.type3 th:nth-child(2),
.table-cont.type3 td:nth-child(2) {
	width: 23%;
}

.table-cont.type3 th:nth-child(3),
.table-cont.type3 td:nth-child(3) {
	width: 53.7%;
}
}

@media (max-width: 767px) {
.table-cont.type3 thead {
	display: none;
}

.table-cont.type3 tr {
	width: 100%;
	float: left;
	padding: 10px 0;
}

.table-cont.type3 td {
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
	padding-left: 120px;
}

.table-cont.type3 td:before {
	content: "";
	width: 100px;
	float: left;
	content: attr(data-label);
	display: flex;
	flex-wrap: wrap;
	font-weight: 500;
	border-radius: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	padding: 9px 10px 7px 15px;
}

.table-cont.type3 td:after {
	content: ":";
	width: 110px;
	float: left;
	font-weight: 500;
	text-align: right;
	border-radius: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	padding: 9px 10px 7px 15px;
}
}


/* Bandwidth - Box */
.bandwidth-box {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	background: #ffffff;
	background: linear-gradient(0deg, #f8fbfc 0%, #ffffff 50%);
	border: 1px solid #e6eaeb;
	box-shadow: rgba(0, 0, 0, .070) 0 3px 5px;
	position: relative;
	padding: 20px;
}

.bandwidth-box .bandwidth-figure {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}

.bandwidth-box .bandwidth-figure img {
	width: 100%;
}

.bandwidth-box .time-format {
	width: 77px;
	position: absolute;
	top: 9px;
	right: 20px;
}

.bandwidth-box .time-format .dropdown-toggle {
	width: 100%;
	height: 27px;
	float: left;	
	font-weight: 400;
	font-size: 13.33px;
	color: inherit;
	line-height: 28px;
	text-decoration: none;
	background: #ffffff;	
	box-shadow: inset #e4e9ea 0 0 0 1px, rgba(183, 203, 210, .15) 0 5px 10px;
	border-radius: 4px;
	border: none;
	position: relative;
	padding: 0 0 0 8px;
	margin: 0;
}

.bandwidth-box .time-format .dropdown-toggle:after {
	width: 24px;
	height: 27px;
	float: right;
	content: "\f078";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 900;
	font-size: 11px;
	color: #000000;
	line-height: 28px;
	text-align: center;
	border: none;
	border-left: 1px solid #e4e9ea;
	position: absolute;
	top: 0;
	right: 0;
}

.bandwidth-box .time-format .dropdown-toggle.show:after {
	content: "\f077";
}

.bandwidth-box .time-format .dropdown-menu {	
	min-width: 100%;
	width: 100%;
	background: #ffffff;
	box-shadow: inset #e4e9ea 0 0 0 1px, rgba(183, 203, 210, .15) 0 5px 10px;
	border-radius: 4px;
	border: none;
	padding: 5px 8px;
	margin: 0;
}

.bandwidth-box .time-format .dropdown-menu li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.bandwidth-box .time-format .dropdown-menu li:before {
	display: none;
}

.bandwidth-box .time-format .dropdown-menu li a {
	width: 100%;
	float: left;
	font-weight: 400;
	font-size: 13.33px;
	color: #272a37;
	line-height: 17px;
	text-decoration: none;
	position: relative;
	padding: 5px 0 4px 0;
}

.bandwidth-box .time-format .dropdown-menu li > a:focus,
.bandwidth-box .time-format .dropdown-menu li:hover > a,
.bandwidth-box .time-format .dropdown-menu li.active > a {
	color: #e4661b;
	text-decoration: none;
}


/* Row - Content */
.row-cont {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 40px;
}

.row-cont:last-child {
	padding-bottom: 0;
}

.row-cont h3 {
	color: #17204a;
	padding-bottom: 14px;
}

.row-cont h3:last-child {
	padding-bottom: 0;
}

.row-cont p {
	padding-bottom: 20px;
}

.row-cont p:last-child {
	padding-bottom: 0;
}


/* Split - Columns */
.split-cols {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 55px;
}

.split-cols:last-child {
	padding-bottom: 0;
}

.split-cols .left-cl {
	width: 47.5%;
	float: left;
	padding: 0 40px 0 0;
}

.split-cols .left-cl .table-cont {
	width: 100%;
	max-width: 485px;
}

.split-cols .right-cl {
	width: 52.5%;
	float: left;
}

@media (max-width: 991px) {
.split-cols {
	padding-bottom: 40px;
}

.split-cols .left-cl {
	width: 100%;
	padding: 0 0 45px 0;
}

.split-cols .left-cl .table-cont {
	max-width: 100%;
}

.split-cols .right-cl {
	width: 100%;
}
}


/* Accord - Table */
.accord-table-cont {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	color: #41455a;
}

.accord-table-cont .ul-list ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	padding: 0;
	margin: 0;
}

.accord-table-cont .ul-list ul li {
	width: 100%;
	float: left;	
	padding: 18px 10px;
	margin: 0;
}

.accord-table-cont .ul-list ul li:before {
	display: none;
}

.accord-table-cont .collapse-title {
	float: left;
	font-weight: 600;
	font-size: 17px;
	color: #17204a;
	line-height: 21px;
	text-decoration: none;
	position: relative;
	padding: 1px 0 0 34px;
	margin: 0;
}

.accord-table-cont .collapse-title:before {
	width: 20px;
	height: 20px;
	float: left;
	content: "\f078";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 900;
	font-size: 11px;
	color: #ffffff;
	line-height: 20px;
	text-align: center;
	background: #e4661b;
	border-radius: 4px;	
	position: absolute;
	top: 50%;
	left: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.accord-table-cont .collapse-title.collapsed:before {
	content: "\f054";
	background: #959fb7;
}

.accord-table-cont .more-dots {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: -5px 0;
}

.accord-table-cont .more-dots .dropdown-toggle {
	height: 30px;
	float: left;
	font-weight: inherit;
	font-size: 16px;
	color: #e4661b;
	line-height: 30px;
	text-decoration: none;
	padding: 0;	
}

.accord-table-cont .more-dots .dropdown-toggle:after {
	display: none;
}

.accord-table-cont .more-dots .dropdown-toggle em {
	position: relative;
	top: 1px;
}

.accord-table-cont .more-dots .dropdown-menu {
	width: 140px;
	background: #ffffff;
	box-shadow: rgba(183, 203, 210, .65) 0 0 20px;
	border-radius: 6px;
	border: none;
	padding: 20px 25px;
	margin: 0;
}

.accord-table-cont .more-dots .dropdown-menu ul,
.accord-table-cont .more-dots .dropdown-menu ul li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.accord-table-cont .more-dots .dropdown-menu ul li {
	font-weight: 500;
	font-size: 14.46px;
	color: #272a37;
	line-height: 19px;
	border: none;
}

.accord-table-cont .more-dots .dropdown-menu ul li:before,
.accord-table-cont .more-dots .dropdown-menu ul li:after {
	display: none;
}

.accord-table-cont .more-dots .dropdown-menu ul li a {
	width: 100%;
	float: left;
	font-weight: inherit;
	color: #272a37;	
	text-decoration: none;
	position: relative;
	padding: 6px 0;
}

.accord-table-cont .more-dots .dropdown-menu ul li > a:focus,
.accord-table-cont .more-dots .dropdown-menu ul li:hover > a,
.accord-table-cont .more-dots .dropdown-menu ul li.active > a {
	color: #e4661b;
	text-decoration: none;
}

.accord-table-cont .more-dots .dropdown-menu ul li .disabled:hover,
.accord-table-cont .more-dots .dropdown-menu ul li .disabled:focus,
.accord-table-cont .more-dots .dropdown-menu ul li .disabled:active {
	color: inherit;
}

.accord-table-cont .box-cont {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	border-top: 1px solid #e6eaed;
	padding: 35px 58px 45px 58px;
}

.accord-table-cont .table-head {
	width: 100%;
	float: left;
	color: #ffffff;
	line-height: 1.2em;
	background: #052c71;
	overflow: hidden;
	margin-bottom: 8px;
}

.accord-table-cont .table-head:last-child {
	margin-bottom: 0;
}

.accord-table-cont .table-head ul li {	
	padding-top: 10px;
	padding-bottom: 10px;
}

.accord-table-cont .table-row {
	width: 100%;
	float: left;
	background: #f0f4f7;
	box-shadow: inset #e6eaed 0 0 0 1px;
	border-radius: 3px;
	margin-bottom: 8px;
}

.accord-table-cont .table-row:last-child {
	margin-bottom: 0;
}

.accord-table-cont .table-row.active {
	background: #ffffff;
	box-shadow: inset #e6eaed 0 0 0 1px, rgba(0, 0, 0, .070) 0 3px 5px;
}

.accord-table-cont .table-row .ul-list ul li:nth-child(3),
.accord-table-cont .table-row .ul-list ul li:nth-child(4),
.accord-table-cont .table-row .ul-list ul li:nth-child(7),
.accord-table-cont .table-row .ul-list ul li:nth-child(8) {
	font-weight: 500;
}

@media (min-width: 992px) {
.accord-table-cont .ul-list ul li:nth-child(1) {
	width: 19%;
	padding-left: 25px;
}

.accord-table-cont .ul-list ul li:nth-child(2) {
	width: 16%;
}

.accord-table-cont .ul-list ul li:nth-child(3) {
	width: 9%;
}

.accord-table-cont .ul-list ul li:nth-child(4) {
	width: 12.5%;
}

.accord-table-cont .ul-list ul li:nth-child(5) {
	width: 10.5%;
}

.accord-table-cont .ul-list ul li:nth-child(6) {
	width: 10.5%;
}

.accord-table-cont .ul-list ul li:nth-child(7) {
	width: 10.5%;
}

.accord-table-cont .ul-list ul li:nth-child(8) {
	width: 7.5%;
}

.accord-table-cont .ul-list ul li:nth-child(9) {
	width: 4.5%;
	padding-left: 0;
	padding-right: 0;
}

.accord-table-cont .ul-list ul li.read-more-sm {
	display: none;
}

.accord-table-cont .more-dots .dropdown-menu ul,
.accord-table-cont .more-dots .dropdown-menu ul li {
	width: 100%;
	padding: 0;
}
}

@media (max-width: 1299px) {
.accord-table-cont .box-cont {
	padding: 35px 25px;
}
}

@media (max-width: 991px) {
.accord-table-cont .table-head {
	display: none;
}

.accord-table-cont .ul-list ul li {
	width: 100%;
	float: left;
	padding: 19px 30px 17px 330px;
}

.accord-table-cont .ul-list ul li:before {
	content: "";
	width: 300px;
	height: 100%;
	float: left;
	content: attr(data-label);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-weight: 400;
	color: #ffffff;
	background: #052c71;
	border-radius: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	padding: 0 30px;
}

.accord-table-cont .ul-list ul li:after {
	content: "";
	width: 100%;
	height: 1px;
	float: left;
	background: rgba(0, 0, 0, .10);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.accord-table-cont .ul-list ul li:last-child:after {
	display: none;
}

.accord-table-cont .ul-list ul li:nth-child(1) .collapse-title {
	pointer-events: none;
	cursor: default;
	padding: 0;
}

.accord-table-cont .ul-list ul li:nth-child(1) .collapse-title:before {
	display: none;
}

.accord-table-cont .box-cont {
	padding: 35px 30px;
}
}

@media (max-width: 767px) {
.accord-table-cont .ul-list ul li {
	padding-left: 150px;
	padding-right: 20px;
}

.accord-table-cont .ul-list ul li:before {
	width: 130px;
	padding: 0 10px 0 15px;
}

.accord-table-cont .box-cont {
	padding: 30px 20px;
}
}


/*
 5.) Footer - Main
----------------------------------------*/

.footer-main {
	width: 100%;
	float: left;
	color: #ffffff;
	background: #084c92;
	overflow: hidden;
	position: relative;
	padding: 20px 0;
}

.footer-main p a {
	font-weight: inherit;
	color: inherit;
}

.footer-main p a:hover,
.footer-main p a:focus,
.footer-main p a:active {
	color: #ffffff;
}

@media (min-width: 1200px) {
.footer-main {
	display: none;
}
}

@media (max-width: 1199px) {
.footer-main {
	flex-shrink: 0;
}
}


/*
 6.) Inner - Pages
----------------------------------------*/




/*
 7.) Text - Colors
------------------------------------------------------*/

/* Text - Positions */
.upper-case { 
	text-transform: uppercase;
}

.lower-case { 
	text-transform: none;
}

.underline {
	text-decoration: underline; 
}

.center-align {
	text-align: center;
	justify-content: center;
}

.vertical-align {
	align-items: center;
}

.left-align {
	text-align: left;
}

.right-align {
	text-align: right;
}


/* Padding/Margin - None */
.p-top-none {
	padding-top: 0!important;
}

.p-bottom-none {
	padding-bottom: 0!important;
}

.m-top-none {
	margin-top: 0!important;
}

.m-bottom-none {
	margin-bottom: 0!important;
}


/* Text - Colors */
.blue {
	color: #052c71!important;
}

.orange {
	color: #e4661b!important;
}

.gray {
	color: #0e163d!important;
}


