/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root{
  --main-animation_effect-1: all 0.2s ease-in-out;
  --main-animation_effect-2: all 0.5s ease-in-out;
  --main-animation_effect-3: opacity 0.2s ease-in-out;
  --main-preload_img: url(/scripts/co_preload-lite-blue.svg);
  --main-white_color-1: #ffffff;
  --main-white_color-2: #f8f8f8;
  --main-white_color-3: #fcfcfc;
  --main-blue_color-1: #d5eaf7;
  --main-blue_color-2: #e7f5fc;
  --main-blue_color-3: #002948;
  --main-blue_color-4: #0073c0;
  --main-blue_color-5: #305d81;
  --main-blue_color-6: #62b1e2;
  --main-blue_color-7: #afdcf3;
  --main-blue_color-8: #00101c;
  --main-green_color-1: #8ab75d;
  --main-red_color-1: #e62c4a;
  --main-grey_color-1: #b8c2c8;
  --main-grey_color-2: #9d9d9d;
  --main-grey_color-3: #e7e7e7;
  --main-grey_color-4: #f7f7f7;
  --main-grey_color-5: #555555;
  --main-yellow_color-1: #ffcd00;
  --main-box_shadow: 0px 1px 5px rgba(0,0,0,0.12);
  --main-box_shadow-2: 0px 2px 5px rgba(0,0,0,0.12);
  --main-box_shadow-3: 0px 2px 3px rgba(0,0,0,0.15);
  /* --main-font_family: Helvetica,Arial,"Segoe UI","Helvetica Neue",sans-serif; */
  --main-font_family: 'Inter', Helvetica, Arial, "Segoe UI", "Helvetica Neue", sans-serif;
}
html,
body{
	font-family: var(--main-font_family);
}
.cls-html-fixed-footer,
.cls-fixed-footer{
	min-height: 100%;
	height: auto;
}
body.bdy-dly-ready {
	overflow: auto;
	background-image: none;
}
body.bdy-dly-ready > object,
body.bdy-dly-ready > form,
body.bdy-dly-ready > article,
body.bdy-dly-ready > section,
body.bdy-dly-ready > div,
body.bdy-dly-ready > span,
body.bdy-dly-ready > iframe,
body.bdy-dly-ready > a,
body.bdy-dly-ready > p {
	opacity: 10;
}
body.bdy-loading {
	background-color: var(--main-white_color-1);
	background-image: var(--main-preload_img);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 110px auto;
	background-attachment: fixed;
	overflow: hidden;
}
body.bdy-loading > li,
body.bdy-loading > ol,
body.bdy-loading > ul,
body.bdy-loading > object,
body.bdy-loading > form,
body.bdy-loading > article,
body.bdy-loading > section,
body.bdy-loading > div,
body.bdy-loading > span,
body.bdy-loading > iframe,
body.bdy-loading > a,
body.bdy-loading > p {
	-webkit-transition: var(--main-animation_effect-2);
	-moz-transition: var(--main-animation_effect-2);
	-o-transition: var(--main-animation_effect-2);
	-ms-transition: var(--main-animation_effect-2);
	transition: var(--main-animation_effect-2);
	opacity: 0;
}
body.bdy-navbar {
	padding-top: 105px;
}
body.bdy-breadcrumbs-menu {
	padding-top: 200px;
}
body iframe:not(iframe[src*='http']){
	background-color: var(--main-white_color-1);
	background-image: var(--main-preload_img);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 110px auto;
	background-attachment: initial;
}
body iframe.cls-iframe-load{
	background-image: initial;
}
.pag-load-nav {
	display: none;
	position: fixed;
	width: 100%;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	cursor: progress;
	z-index: 200000000;
	text-align: center;
	color: var(--main-white_color-1);
	font-size: 20px;
	padding: 0px;
	background-image: var(--main-preload_img);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80px auto;
	background-color: #dbf3ff;
	border-bottom: 1px solid #f1faff;
	height: 20px;
}
.seo-hidden-content {
	display: none !important;
}
.loading{
    background-color: rgba(255,255,255,0.30);
    background-image: var(--main-preload_img);
    background-repeat: no-repeat;
    background-position: center 100px;
    background-size: 110px auto;
    overflow: hidden;
    min-height: 40vh;
	pointer-events: none;
	animation: initial;
	-webkit-animation: initial;
	-moz-animation: initial;
	-ms-animation: initial;
	-o-animation: initial;
}
.loading > object,
.loading > section,
.loading > article,
.loading > form,
.loading > iframe,
.loading > p,
.loading > a,
.loading > span,
.loading > li,
.loading > ol,
.loading > ul,
.loading > div{
	opacity: 0.1;
}
.knowledge-article-content .cls-iframe-load{
	width: 100%;
	min-height: 300px;
}
.knowledge-article
{
	margin-bottom: 75px;
}
.knowledge-article-keywords 
{
	width: 100%;
	margin: 0 auto;
	text-align: right
}
img {
	width: auto;
	height: auto;
	max-width: 100%;
}
html[dir=ltr] li a {
	margin: 0px;
}
legend{
	color: var(--main-blue_color-3);
}
.btn:active,
.btn.active {
	-webkit-box-shadow: none;
	box-shadow: none;
}
a.text-primary:focus,
.text-primary,
a{
	color: var(--main-blue_color-4);
}
a.text-primary:hover{
	color: var(--main-blue_color-4);
	opacity: 0.7;
}
.text{
	margin: 0px 0px 15px 0px;
}
.bigger-container{
	width: 100%;
	padding: 0 100px;
}
/* line 19, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
h1.underline,
h4.underline {
	border-bottom: 1px solid #bcbcbc;
	padding-bottom: 21px;
}
.title-green{
	color: var(--main-green_color-1);
}
/* line 34, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.btn-lg-home {
	padding: 20px 40px;
	font-size: 15px;
}
/* line 67, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.breadcrumb{
	margin-bottom: 15px;
	background: none;
	display: none;
}
.breadcrumb > li a,
.breadcrumb > li a:hover {
	text-decoration: none;
	color: var(--main-blue_color-4);
	font-weight: 700;
}
.breadcrumb > li a:hover{
	opacity: 0.7;
}
/* line 73, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.breadcrumb > .active {
	font-weight: 300;
	color: #a9a9a9;
}
/* line 85, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.view-pagination .pagination,
.pagination{
	display: table;
    margin: 0 auto;
	text-align: center;
}
.pagination > li > a,
.pagination > li > span {
	background-color: transparent;
	border: 0px;
	margin: 0px 5px;
	padding: 5px 10px;
	width: auto;
	height: auto;
	text-align: center;
	color: var(--main-blue_color-4);
}
/* line 96, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.pagination > li:first-child > a:hover,
.pagination > li:first-child > span:hover {
	background: none;
}
/* line 103, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.pagination > li:last-child > a:hover,
.pagination > li:last-child > span:hover {
	background: none;
}
/* line 112, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
	background-color: transparent;
	border-color: transparent;
	color: black;
}
/* line 122, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
	border-color: transparent;
	border-radius: 50%;
	background: none !important;
    color: var(--main-blue_color-3);
	min-width: 31px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover{
	background-color: var(--main-blue_color-6) !important;
	font-weight: bold;
}
/* line 132, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top {
	border-width: 0;
}
/* line 136, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top {
	border-width: 0;
	margin-bottom: 0;
}
/* line 140, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-default {
	border-color: transparent;
}
.navbar .container-full .logo {
	position: absolute;
	right: 0px;
	top: 0px;
	line-height: 100px;
	color: var(--main-white_color-1);
	font-size: 28px;
	padding: 0px 30px;
}
.navbar .container-full .weblinks .cls-active > a {
	background-color: var(--main-blue_color-5); /* OLD var(--main-blue_color-4) */
}
.navbar .navbar-header {
	display: none;
}
/* line 144, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.homelink,
a.homelink:hover,
a.homelink:focus {
	color: var(--main-white_color-1);
	text-decoration: none;
}
/* line 149, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.register-bar {
	clear: both;
}
/* line 153, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar {
	min-height: 67px;
}
/* line 156, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar .navbar-collapse {
	max-height: 510px;
	box-shadow: none;
	border-top: none;
	padding-top: 8px;
}
/* line 163, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar .navbar-form {
	border: none;
	margin-left: 0;
	margin-right: 0;
}
/* line 168, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
input.form-control,
.form-control{
	border-color: var(--main-blue_color-6);
	-webkit-box-shadow: none;
    box-shadow: none;
	height: 40px;
    padding: 5px 10px;
	max-width: 100%;
}
.input-group-addon{
	background-color: var(--main-blue_color-6);
	border-color: var(--main-blue_color-6);
	color: #fff;
}
.form-control[disabled]:focus,
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control:focus,
fieldset[disabled] .form-control{
	background-color: var(--main-grey_color-4);
	border-color: var(--main-grey_color-4);
	-webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-fixed-top.navbar .navbar-form .form-control {
	font-size: 1em;
}
/* line 173, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
/* PDE */
.navbar-static-top.navbar {
	/* min-height: 67px; */
}
/* PDE */
/* line 176, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar .navbar-collapse {
	max-height: 510px;
	box-shadow: none;
	border-top: none;
	padding-top: 0px;
}
/* line 183, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar .navbar-form {
	border: none;
	margin-left: 0;
	margin-right: 0;
}
/* line 188, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar .navbar-form .form-control {
	font-size: 1em;
}
/* line 199, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar > .container > .row > div {
	float: none !important;
	display: inline-block;
	vertical-align: bottom;
}
/* line 204, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar > .container > .row > div {
	float: none !important;
	display: inline-block;
	vertical-align: bottom;
}
/* line 213, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar .menu-bar > .navbar-nav > li > a {
	font-family: var(--main-font_family);
	font-size: 1em;
	font-weight: bold;
}
/* line 220, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar .menu-bar > .navbar-nav > .divider-vertical {
	height: 21px;
	margin: 0 4px;
	margin-top: 14.5px;
	border-right: 1px solid var(--main-white_color-1);
	border-left: 1px solid #666;
}
/* line 232, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
	font-family: var(--main-font_family);
	font-size: 1em;
	font-weight: bold;
	/*PDE*/
	text-align: center;
	/*PDE*/
}
/* line 239, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar .menu-bar > .navbar-nav > .divider-vertical {
	height: 21px;
	margin: 0 4px;
	margin-top: 14.5px;
	border-right: 1px solid var(--main-white_color-1);
	border-left: 1px solid var(--main-white_color-1);
}
/* line 249, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top .navbar-brand {
	font-size: 2.11em;
	font-family: var(--main-font_family);;
	color: #232222;
	position: relative;
}
.navbar .navbar-header .navbar-brand {
	padding: 0;
}
/* line 261, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top .navbar-header {
	padding-top: 8px;
}
/* line 266, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top .navbar-brand {
	font-size: 2.11em;
	font-family: var(--main-font_family);;
	color: #232222;
	position: relative;
}
/* line 278, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.bdy-navbar-big .navbar-static-top .navbar-header {
	/* padding-top: 8px; */
	display: none;
}
.bdy-navbar-big #navbar .xrm-attribute-value-empty,
.bdy-navbar-big #navbar .xrm-editable-adx_weblinkset.xrm-entity-value-empty {
	min-width: auto;
	height: auto;
	display: inline;
}
/* line 287, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar-inverse {
	background-color: #eaeaea;
	border-color: transparent;
}
/* line 291, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar-inverse .navbar-brand {
	color: var(--main-white_color-1);
}
/* line 294, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar-inverse .divider-vertical {
	border-right-color: var(--main-white_color-1);
	border-left-color: #111;
}
/*PDE */
/* line 299, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar-inverse {
	background: none;
	/* border-bottom: 3px solid rgb(100,180,230); */
	margin-bottom: 0px;
}
.navbar-static-top.navbar-inverse .container-full {
	background-color: rgb(0, 45, 80);
}
/*PDE */
/* line 303, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar-inverse .navbar-brand {
	color: var(--main-white_color-1);
}
/* line 307, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar-inverse .divider-vertical {
	border-right-color: var(--main-white_color-1);
	border-left-color: #111;
}
/* line 314, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-inverse .navbar-nav > li > a {
	color: var(--main-blue_color-4);
}
/* line 317, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.weblinks li.open-submenu,
.weblinks li.weblink:hover,
li.weblink:hover {
	/*PDE*/
	background-color: var(--main-blue_color-4);
	/*PDE*/
}
li.weblink:focus {
	/*PDE*/
	background-color: var(--main-blue_color-4);
	/*PDE*/
}
li.weblink:active {
	/*PDE*/
	background-color: var(--main-blue_color-4);
	/*PDE*/
}
li.dropdown.open-submenu,
li.dropdown:hover {
	/*PDE*/
	background-color: initial;
	/*PDE*/
}
li.dropdown:focus {
	/*PDE*/
	background-color: var(--main-blue_color-4);
	/*PDE*/
}
.view-select li.dropdown:focus{
	background-color: initial;
}
li.dropdown:active {
	/*PDE*/
	background-color: var(--main-blue_color-4);
	/*PDE*/
}
/* line 325, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.menu-bar .shopping_link {
	position: relative;
}
/* line 328, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.menu-bar .shopping_link .cart_amount {
	border-radius: 100%;
	height: 17px;
	width: 17px;
	position: absolute;
	bottom: 6px;
	right: -6px;
	background-color: #36F;
	text-align: -webkit-center;
	line-height: 17px;
	font-size: 9px;
	padding-left: 1.9px;
	color: var(--main-white_color-1);
}
/* line 342, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.menu-bar .shopping_link .cart_amount:hover {
	color: var(--main-white_color-1);
}
#navbar .navbar-nav {
	float: none;
	clear: both;
}
#navbar .navbar-nav li {
	position: initial;
	line-height: normal;
}
#navbar .navbar-nav li a {
	margin: 0px;
	padding: 13px 10px 15px 10px;
	border: 0px;
	color: var(--main-white_color-1);
}
.bdy-navbar-big-2 #navbar .navbar-nav li a{
	padding: 13px 5px 15px 5px;
}
#navbar .navbar-nav li a .menu-icon {
	height: 45px;
	vertical-align: initial;
	display: table;
	margin: 0 auto;
	padding: 0;
}
#navbar .navbar-nav li a .menu-txt {
	font-size: 13px;
	font-weight: 300;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	max-width: 100px;
	color: #cad3da;
}
#navbar .navbar-nav li.dropdown > a {
	position: relative;
}
#navbar .navbar-nav li.dropdown > a:after {
	position: absolute;
	top: auto;
	bottom: -1px;
	font-size: 16px;
	left: 0px;
	right: 0px;
	display: block;
	text-align: center;
	/* content: ""; */
	content: "\f107";
	/* content: "\f078"; */
	/* font-family: 'Glyphicons Halflings'; */
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #e7f5fc;
}
.bdy-navbar-big .navbar-right {
	width: 100%;
}
#navbar .navbar-nav li .dropdown-menu {
	left: 0px;
	width: 100%;
	margin: 0px;
	padding: 40px 40px;
	height: 390px;
	overflow: auto;
	border: 0;
	background: var(--main-blue_color-4) !important;
	color: var(--main-white_color-1);
	opacity: 0;
	-webkit-transition: var(--main-animation_effect-3);
	-moz-transition: var(--main-animation_effect-3);
	-o-transition: var(--main-animation_effect-3);
	-ms-transition: var(--main-animation_effect-3);
	transition: var(--main-animation_effect-3);
}
#navbar .navbar-nav li.open .dropdown-menu,
#navbar .navbar-nav li.open-submenu .dropdown-menu {
	opacity: 10;
}
#navbar .navbar-nav li .dropdown-search {
	height: auto;
	padding: 20px 40px;
	overflow: initial;
	opacity: 10;
}
#navbar .navbar-nav li .dropdown-search .dropdown-menu {
	padding: 3px 5px;
	height: auto;
}
#navbar .navbar-nav li .dropdown-search .dropdown-menu a {
	width: 100%;
	padding: 5px 5px 5px 5px;
}
#navbar .navbar-nav li .dropdown-search #search-filter{
	background-color: var(--main-blue_color-3);
	border-color: var(--main-blue_color-3);
}
#navbar .navbar-nav li .dropdown-menu > li > .link-holder {
	display: block;
	width: 20%;
	border-bottom: 1px solid #c8e0f1;
	position: relative;
}
#navbar .navbar-nav li .dropdown-menu > li > .link-holder a {
	padding: 7px 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	width: 85%;
	text-decoration: none;
}
#navbar .navbar-nav li .dropdown-menu > li > .link-holder > .fa {
	cursor: pointer;
    padding: 10px 10px;
    background-color: var(--main-blue_color-3);
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: inline-block;
    position: absolute;
}
#navbar .navbar-nav li .dropdown-menu > li > .link-holder.cls-active,
#navbar .navbar-nav li .dropdown-menu > li:hover > .link-holder {
	background-color: var(--main-blue_color-3);
}
.navbar .container-full .weblinks .dropdown-menu .cls-active > a{
	background: none;
}
#navbar .navbar-nav li .dropdown-menu > li .dropdown-sub-menu {
	display: none;
	position: absolute;
	right: 0px;
	left: auto;
	top: 40px;
	width: 78%;
	padding: 0px 40px 0px 60px;
	height: 310px;
	overflow: auto;
	background: var(--main-blue_color-4);
}
#navbar .navbar-nav li .dropdown-menu > li:first-child .dropdown-sub-menu,
#navbar .navbar-nav li .dropdown-menu > li:focus .dropdown-sub-menu,
#navbar .navbar-nav li .dropdown-menu > li:hover .dropdown-sub-menu {
	display: block;
}
#navbar .navbar-nav .weblink-signout,
#navbar .navbar-nav .weblink-profil{
	float: right;
}
.dropdown-sub-menu .figure,
.dropdown-sub-menu figure {
	float: left;
	margin: 0px 35px 10px 0px;
}
.dropdown-sub-menu .figure img,
.dropdown-sub-menu figure img {
	max-width: 450px;
	max-height: 260px;
}
.dropdown-sub-menu .menu-description {
	font-size: 16px;
}
.dropdown-sub-menu .menu-description .title {
	display: block;
	margin-bottom: 20px;
	font-size: 28px;
	line-height: normal;
	font-weight: 600;
	color: var(--main-white_color-1);
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
/* .bdy-navbar-big #navbar .navbar-nav{ */
/* float: none; */
/* clear: both; */
/* display: flex; */
/* overflow: auto; */
/* } */
/* .bdy-navbar-big #navbar .navbar-nav li{ */
/* float: none; */
/* clear: both; */
/* flex: none; */
/* display: inline-block; */
/* } */
/* line 380, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.panel {
	-webkit-box-shadow: 0 0px 0px transparent;
	box-shadow: 0 0px 0px transparent;
	background-color: transparent;
}
/* line 387, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.panel-group {
	margin-bottom: 21px;
}
/* line 390, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.panel-group.border-bottom {
	border-bottom: 1px solid #bcbcbc;
	padding-bottom: 84px;
}
/* line 395, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.panel-group .panel {
	border-radius: 0px;
	border: none;
	box-shadow: none;
}
/* line 400, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.panel-group .panel+.panel {
	margin-top: 5px;
}
/* line 405, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.panel-group .panel-heading {
	border-bottom: 0;
}
/* line 409, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.panel-group .panel-heading .panel-title a {
	text-decoration: none;
}
/* line 412, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.panel-group .panel-heading .panel-title a:hover {
	color: #36F;
}
/* line 416, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.panel-group .panel-heading .panel-title a:before {
	content: ' ';
	background-repeat: no-repeat;
	display: inline-block;
	width: 22px;
	height: 12px;
	background-position: -92px -5px;
	margin-right: 10.5px;
}
/* line 427, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.panel-group .panel-heading .panel-title a.collapsed:before {
	background-position: -5px -126px;
}
/* line 435, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.panel-group .panel-heading+.panel-collapse > .panel-body,
.panel-group .panel-heading+.panel-collapse > .list-group {
	border-top: none;
}
/* line 440, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.panel-group .panel-footer {
	border-top: 0;
}
/* line 443, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: none;
}
/* line 448, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.panel-group .panel-default {
	border-color: none;
}
/* line 6, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/mixins/panels.scss */
.panel-group .panel-default > .panel-heading {
	color: #333333;
	background-color: transparent;
	border-color: none;
}
/* line 11, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/mixins/panels.scss */
.panel-group .panel-default > .panel-heading+.panel-collapse > .panel-body {
	border-top-color: none;
}
/* line 14, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/mixins/panels.scss */
.panel-group .panel-default > .panel-heading .badge {
	color: transparent;
	background-color: #333333;
}
/* line 20, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/mixins/panels.scss */
.panel-group .panel-default > .panel-footer+.panel-collapse > .panel-body {
	border-bottom-color: none;
}
/* line 456, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
body {
	padding-top: 0px;
}
/* line 465, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.layer_down {
	height: 50px;
	background: url("layer_down.png") no-repeat bottom center;
	position: absolute;
	bottom: 0;
	z-index: 900;
	width: 100%;
}
/* line 474, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.layer_up {
	height: 40px;
	background: url("layer_up.png") no-repeat bottom center;
	position: relative;
	z-index: 20;
}
/* line 481, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-margin {
	margin: 21px 0;
}
/* line 485, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.color-inverse {
	color: var(--main-white_color-1);
}
/* line 488, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.color-inverse h1,
.color-inverse h2,
.color-inverse h3 {
	color: var(--main-white_color-1);
}
/* line 496, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-inline-search {
	background: url("helpdesk.png") no-repeat;
	background-size: cover;
}
/* line 501, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-inline-search .row > div {
	margin-top: 100px;
}
/* line 504, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-inline-search .row > div h1 {
	color: var(--main-white_color-1);
}
/* line 514, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-inline-search .row > div .form-inline .form-group .input-group {
	margin-right: 21px;
}
/* line 517, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-inline-search .row > div .form-inline .form-group .input-group .input-group-addon {
	background-color: var(--main-white_color-1);
	border-right: none;
}
/* line 522, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-inline-search .row > div .form-inline .form-group .input-group .form-control {
	height: 60px;
	border-left: none;
	box-shadow: none;
}
/* line 527, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-inline-search .row > div .form-inline .form-group .input-group .form-control:focus {
	box-shadow: none;
	border-right: none;
	border-color: #ccc;
}
/* line 540, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	-moz-transition: width 0.3s ease-out;
	-o-transition: width 0.3s ease-out;
	-webkit-transition: width 0.3s ease-out;
	transition: width 0.3s ease-out;
}
/* line 550, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.wrapper .contained {
	position: relative;
	height: 400px;
	padding-bottom: 56.25%;
}
/* line 556, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.wrapper .contained > svg {
	margin-top: -100px;
	position: absolute;
	display: block;
}
/* line 562, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.contained .row {
	margin-top: 80px;
}
/* line 566, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
#navbar_footer {
	width: 100%;
	background-color: #ffffff;
	border-top: 1px solid #dddddd;
	z-index: 2000;
	clear: both;
	float: none;
	padding: 0px 15px 10px 15px;
	-webkit-transition: var(--main-animation_effect-1);
    -moz-transition: var(--main-animation_effect-1);
    -o-transition: var(--main-animation_effect-1);
    -ms-transition: var(--main-animation_effect-1);
    transition: var(--main-animation_effect-1);
}
#navbar_footer.fixed{
	position: fixed;
    bottom: 0px;
    width: 100%;
}
#navbar_footer:before,
#navbar_footer:after {
	content: " ";
	display: block;
	clear: both;
	float: none;
}
#navbar_footer > .row {
	padding: 0px 20px;
	font-size: 12px;
}
#navbar_footer .copyright {
	float: left;
	margin: 20px 0px 0px 0px;
	color: #20435e;
}
#navbar_footer nav {
	float: right;
	margin: 20px 0px 0px 0px;
}
#navbar_footer nav ul {
	list-style: none;
	margin: 0;
}
#navbar_footer nav ul li {
	display: inline-block;
}
#navbar_footer nav ul li a {
	border-right: 1px solid #20435e;
	padding: 0px 8px 0px 5px;
	color: #20435e;
}
#navbar_footer nav ul li:last-child a {
	border: 0;
}
footer {
	position: relative;
	color: #AAAAAA;
}
/* line 570, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
footer .footer-top {
	width: 100%;
	min-height: 130px;
	background-color: #232222;
	display: flex;
	align-items: center;
}
/* line 577, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
footer .footer-top h3,
footer .footer-top h4 {
	color: var(--main-white_color-1);
}
/* line 581, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
footer .footer-top .list-social-links {
	margin-top: 25px;
	margin-bottom: 12.5px;
}
/* line 594, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
footer .footer-bottom {
	width: 100%;
	min-height: 36px;
	background-color: #000;
	font-size: 12px;
	display: flex;
	align-items: center;
}
/* line 602, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
footer .footer-bottom p {
	margin: 0;
}
/* line 606, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
footer .footer-bottom h4 {
	margin-top: 0;
	color: var(--main-white_color-1);
}
/* line 611, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
footer .footer-bottom ul {
	list-style-type: none;
	margin: 0;
}
/* line 621, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
footer .footer-bottom ul li a,
footer .footer-bottom ul li a:hover,
footer .footer-bottom ul li a:focus,
footer .footer-bottom ul li a:active,
footer .footer-bottom ul li a.active {
	font-size: 15px;
	color: var(--main-white_color-1);
}
/* line 631, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.list-social-links {
	list-style-type: none;
	padding-left: 0;
}
/* line 635, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.list-social-links li {
	display: inline-block;
	margin: 0 10px;
}
/* line 644, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.list-social-links li a,
.list-social-links li a:hover,
.list-social-links li a:focus,
.list-social-links li a:active,
.list-social-links li a.active {
	color: var(--main-white_color-1);
}
/* line 662, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.user-icon {
	width: 16px;
	height: 16px;
	background-image: url("register_icon.png");
	display: inline-block;
	margin-right: 7px;
}
/* line 670, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.article-title-container {
	border-top: solid 1px #bcbcbc;
	border-bottom: solid 1px #bcbcbc;
	padding-left: 15px;
	padding-top: 28px;
	padding-bottom: 28px;
}
/* line 678, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.article-title {
	margin-left: -35px;
}
/* line 681, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.article-title > span {
	margin-left: 3px;
}
/* line 684, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.article-title > span .article-author {
	font-weight: bold;
	color: #36F;
}
/* line 691, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.article-content {
	margin-top: 15px;
}
/* line 694, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.article-content > p {
	text-align: justify;
}
/* line 711, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-search .header-search {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	background-color: #eeeeee;
}
/* line 717, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-search .header-search img {
	max-width: 350px;
}
/* line 728, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-search .title-search {
	font-size: 26px;
	font-weight: bold;
}
/* line 733, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-search input {
	border-style: none;
	padding-left: 10px;
	height: 60px;
}
/* line 741, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-search .media .media-left > img {
	max-width: 240px;
}
/* line 746, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-search .media .media-body {
	padding-left: 20px;
}
/* line 749, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-search .media .media-body > a {
	text-decoration: none;
	font-weight: bold;
}
/* line 754, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-search .media .media-body .media-heading {
	margin-top: 5px;
	margin-bottom: 20px;
}
/* line 763, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.cards-container {
	margin-top: 84px;
	display: flex;
	justify-content: center;
}
/* line 778, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.carousel-custom .carousel-inner > .item {
	margin-right: auto;
	margin-left: auto;
}
/* line 782, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.carousel-custom .carousel-inner > .item .carousel-caption {
	display: flex;
	align-items: center;
	top: 5%;
	left: 5%;
	right: 5%;
}
/* line 798, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.carousel-custom .carousel-indicators li {
	border-color: #232222;
}
/* line 807, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.table.table-forms td {
	padding: 15px 8px;
}
/* line 813, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.table.table-forms tbody tr:first-child td {
	border-top: none;
}
/* line 822, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.question-day-block .list-block-subject .block-inner{
	padding: 0px;
}
.poll {
	background-color: var(--main-white_color-1);
	padding: 20px 20px;
}
.poll-question{
	padding: 0px;
    margin: 0px 0px 15px 0px;
    font-weight: 700;
	font-family: var(--main-font_family);
}
.poll-question img{
	width: 100% !important;
    height: auto !important;
}
/* line 829, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.poll .poll-header {
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #bcbcbc;
	padding-bottom: 5px;
}
/* line 839, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.poll .poll-header h4 {
	font-weight: bold;
	display: inline-block;
}
/* line 845, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.poll .poll-content {
	padding-top: 25px;
}
/* line 848, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.poll .poll-content p {
	font-size: 14px;
}
/* line 852, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.poll .poll-content form {
	border-bottom: 1px solid #bcbcbc;
	padding-bottom: 10px;
}
/* line 857, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.poll .poll-content .poll-buttons {
	padding-top: 20px;
	padding-left: 11px;
}
/* line 861, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.poll .poll-content .poll-buttons .btn {
	padding: 4px 14px;
	font-size: 14px;
}
/* line 866, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.poll .poll-content .poll-buttons .btn-default {
	color: #000;
	border-color: #000;
}
/* line 870, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.poll .poll-content .poll-buttons .btn-default:hover {
	color: #000;
	border-color: #000;
}
/* line 878, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.poll .poll-tags {
	padding-top: 10px;
}
/* line 881, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.poll .poll-tags h4 {
	border-bottom: 1px solid #bcbcbc;
	padding-bottom: 10px;
}
/* line 886, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.poll .poll-tags .tag {
	display: inline-block;
	background-color: #e1e1e1;
	color: #232222;
	padding: 5px 14px;
	margin: 5px 0px;
	text-transform: uppercase;
	font-size: 13px;
}
.poll-options{
    border-bottom: 1px solid #ccc;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 20px 0px;
}
.radio input[type="radio"],
.radio input[type="checkbox"]{
	width: 17px;
    height: 17px;
    padding: 0px;
    margin: 0px 5px 0px 0px;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}
.radio label,
.checkbox label{
	padding: 0px;
    margin: 0px;
}
/* line 898, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.nav-sidebar {
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
/* line 905, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.nav-sidebar .nav > li > a {
	padding: 4px 20px;
	color: #36F;
	border-right: 2px solid #eeeeee;
}
/* line 911, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.nav-sidebar .nav > li > a:hover,
.nav-sidebar .nav > li > a:focus {
	color: #232222;
	text-decoration: none;
	background-color: transparent;
	border-right: 2px solid #555555;
}
/* line 918, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.nav-sidebar .nav > li > a:before {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e250";
	margin-right: 7px;
}
/* line 935, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.nav-sidebar .nav > .active > a {
	color: #232222;
	text-decoration: none;
	background-color: transparent;
	border-right: 2px solid #555555;
	font-weight: bold;
}
/* line 942, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.nav-sidebar .nav > .active > a:before {
	content: "\e252";
}
/* line 949, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.nav-sidebar .nav > .active:hover > a,
.nav-sidebar .nav > .activefocus > a {
	font-weight: bold;
}
/* line 955, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.nav-sidebar .nav > .active > ul.nav {
	display: block;
}
/* line 962, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.nav-sidebar .nav ul.nav {
	display: none;
}
/* line 969, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.nav-sidebar .nav .nav > li > a {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 30px;
}
/* line 979, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.nav-sidebar .nav .nav > .active,
.nav-sidebar .nav .nav > .active:hover,
.nav-sidebar .nav .nav > .active:focus {
	font-weight: bold;
}
/* line 986, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.nav-sidebar .nav .nav .nav > li > a {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 60px;
}
/* line 991, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.nav-sidebar .nav .nav .nav > li > a:before {
	content: "";
}
/* line 1000, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.nav-sidebar .nav .nav .nav > .active,
.nav-sidebar .nav .nav .nav > .active:hover,
.nav-sidebar .nav .nav .nav > .active:focus {
	font-weight: bold;
}
/* line 1015, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
#navbar .dropdown-search {
	padding-top: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	margin: 9px;
}
/* line 1022, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
#navbar .dropdown-search #q {
	min-width: 200px;
}
/* line 1043, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.tabs-header {
	padding-bottom: 9.5px;
	margin: 42px 0 21px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td{
	padding: 10px 10px;
}
/* line 1056, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.crmEntityFormView .cell{
	padding: 5px 10px 5px 20px;
	margin-bottom: 0px;
}
.crmEntityFormView .cell:first-child{
	/* border-right: 1px solid var(--main-blue_color-6); */
	padding: 5px 10px 5px 0px;
}
.crmEntityFormView .cell-empty:first-child,
.crmEntityFormView .cell-empty{
	padding: 0px;
}
.crmEntityFormView .parent-control-iframe:first-child,
.crmEntityFormView .parent-control-iframe{
	padding: 0px;
}
.crmEntityFormView .section tbody tr:hover{
	background-color: var(--main-white_color-3);
}
.crmEntityFormView .datepicker table tr:hover{
	background: initial;
}
.crmEntityFormView table.table td:first-child,
.crmEntityFormView table.table td{
	padding: 10px 10px;
}
.crmEntityFormView table.table td.fake-hidden{
	display: none;
}
.crmEntityFormView .tab-column div.info{
	display: inline-block;
    vertical-align: top;
	float: none;
	clear: both;
	width: 40%;
	color: var(--main-blue_color-4);
	font-weight: normal;
	padding: 0px 5px;
	word-break: break-word;
}
html[dir=ltr] .crmEntityFormView .cell.checkbox-cell div.info{
	padding-left: 38px;
    /* background-color: var(--main-blue_color-6);
    border-color: var(--main-blue_color-6);
    border-radius: 5px;
    padding: 2px 5px 4px 38px; */
}
.crmEntityFormView .tab-column .info-empty{
	padding: 0px;
	display: inline;
}
.crmEntityFormView .tab-column td[colspan="2"] .info{
	width: 50%;
}
.crmEntityFormView .tab-column a{
	word-break: break-word;
}
.crmEntityFormView .tab-column .info label{
	font-weight: normal;
	cursor: pointer;
	word-break: break-word;
}
.crmEntityFormView .tab-column .ifr-cell .info label,
.crmEntityFormView .tab-column .cell-disabled .info label{
	cursor: initial;
}
.crmEntityFormView .tab-column .ifr-cell .info label[for="pde_fully_completed_bit"]{
	/*font-weight: bold;
	cursor: pointer;
	color: white;*/
}
.crmEntityFormView .tab-column td span[role=checkbox]{
	display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}
.crmEntityFormView .tab-column td.cls-checked-data-th span[role=checkbox]{
    display: inline-flex;
    vertical-align: top;
    margin: 0px 7px 5px 0px;
    flex-direction: row;
    flex-wrap: wrap;
}
.crmEntityFormView .tab-column td.cls-checked-data-th .data-txt-for-checkbox{
	cursor: pointer;
	margin: 0px 5px 0px 0px;
}
.crmEntityFormView .tab-column td.cls-checked-data-th .data-txt-for-checkbox:after{
	content: ';';
	display: inline;
}
.crmEntityFormView .tab-column .control{
	display: inline-block;
    vertical-align: top;
	float: none;
	clear: both;
	width: 60%;
	padding: 0px 5px;
}
.crmEntityFormView .tab-column .control-iframe{
	padding: 0px 0px;
}
.crmEntityFormView .tab-column td[colspan="2"] .control{
	width: 90%;
}
.crmEntityFormView .tab-column .parent-cell-empty td[colspan="2"] .control{
	padding: 30px 0px 0px 35px;
}
.crmEntityFormView .tab-column .parent-cell-empty .text-muted{
	display: none;
}
.crmEntityFormView .tab-column .control textarea[readonly="readonly"],
.crmEntityFormView .tab-column .control input[readonly="readonly"]{
	margin: 0px;
    padding: 0;
    height: auto;
    line-height: normal;
	outline: 0;
	cursor: text;
	float: none;
	clear: both;
	background-color: initial;
    border-color: initial;
}
.crmEntityFormView .tab-column .control select{
	background-color: var(--main-blue_color-1);
    background-image: url(/scripts/down-arrow-blue.svg);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: auto 17px;
    box-shadow: none;
    color: var(--main-blue_color-4);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
	border: 0;
    padding: 13px 35px 13px 15px;
    width: 100%;
    height: auto;
    line-height: normal;
    font-size: 14px;
    display: inline-block;
    min-width: 200px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	cursor: pointer;
}
.crmEntityFormView .tab-column .control select[disabled="disabled"]{
	background-color: initial;
    padding: 4px 0px;
    color: var(--main-grey_color-5);
}
.crmEntityFormView .tab-column .textarea .control,
.crmEntityFormView .tab-column .subgrid-cell .control,
.crmEntityFormView .tab-column .subgrid-cell[colspan="2"] .control,
.crmEntityFormView .tab-column .crmquickform-cell .control{
	display: block;
	width: 100%;
}
.entity-lookup .view-grid > span[aria-label]{
	margin: 0px 0px 5px 0px;
    display: inline-block;
}
.crmEntityFormView .status{
	padding: 6px 0px;
}
.help-block.error,
label.control-label.required:before,
.crmEntityFormView .cell div.info.required label:after,
.crmEntityFormView .cell div.info div.validators,
.crmEntityFormView .validator-text,
.crmEntityFormView .rank-order-cell .validator-text,
.crmEntityFormView .constant-sum-cell .validator-text,
.crmEntityFormView .stack-rank-cell .validator-text {
	color: #a94442;
}
.ms-Toggle{
	padding: 0px 0px 10px 0px;
}
.ms-Toggle-innerContainer button[role="switch"]{
	border-color: var(--main-blue_color-4);
}
.ms-Toggle-innerContainer button[role="switch"][aria-checked="true"]{
	background-color: var(--main-blue_color-1);
}
.ms-Toggle-innerContainer button[role="switch"] .ms-Toggle-thumb{
	background-color: var(--main-blue_color-4);
}
.ms-Toggle-innerContainer button[disabled]{
	background-color: var(--main-grey_color-1);
    border-color: var(--main-grey_color-1);
}
body div.nav-top-btn,
body .nav-top-btn{
	position: fixed;
	top: auto;
	bottom: 90px; /* 20px */
	right: 20px;
	-webkit-transition: var(--main-animation_effect-2);
	-moz-transition: var(--main-animation_effect-2);
	-o-transition: var(--main-animation_effect-2);
	-ms-transition: var(--main-animation_effect-2);
	transition: var(--main-animation_effect-2);
	opacity: 0;
	z-index: 1000000;
	display: inline-block;
	background-color: var(--main-blue_color-6);
    padding: 5px 0px;
	cursor: pointer;
	pointer-events: none;
}
body .nav-top-btn .btn{
	display: inline-block;
	color: var(--main-blue_color-3);
}
body.scroll-top div.nav-top-btn,
body.scroll-top .nav-top-btn{
	opacity: 10;
	pointer-events: auto;
}
body.scroll-top div.nav-top-btn:hover,
body.scroll-top .nav-top-btn:hover{
	opacity: 0.7;
}
.sidebar .sidebar-menu{
	display: none;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    background: var(--main-blue_color-3);
    color: var(--main-white_color-1);
    padding: 10px 15px;
	margin: 0px 0px 15px 0px;
	cursor: pointer;
}
.sidebar-open .sidebar-menu{
	background: var(--main-white_color-2);
	color: var(--main-blue_color-3);
}
.sidebar .sidebar-menu .fa-bars{
	background-color: var(--main-blue_color-4);
    width: 30px;
    height: 25px;
    line-height: 27px;
    text-align: center;
    padding: 0;
    border-radius: 50px;
}
.sidebar-open .sidebar-menu .fa-bars{
	background-color: #cdcdcd;
}
.sidebar .sidebar-menu .txt{
	margin-left: 10px;
}
.sidebar .sidebar-menu .fa-angle-down{
	margin-left: auto;
}
.sidebar-open .sidebar-menu .fa-angle-down:before{
	content: "";
}
.label-info{
	background-color: var(--main-blue_color-4);
}
#comments #create-comment .form-group .control-label{
	width: 15%;
	text-align: left;
}
#comments #create-comment .form-group .col-sm-9{
	width: 85%;
}
#comments .comment .comment-metadata{
	font-weight: bold;
}
.cls-fixed-footer .page_section{
	padding-bottom: 70px;
}
.iframe-parent-cell-empty .control .modal{
	padding-right: 0px !important;
}
.modal .modal-content .modal-header .form-close{
	font-size: 25px;
    line-height: normal;
    width: 35px;
    height: 35px;
    display: flex;
    cursor: pointer;
    top: 5px !important;
    right: 5px;
    color: white;
    background-color: var(--main-blue_color-6);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    padding: 0px;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
body.ifr-load #mainContent form[action*="modal-form-template-path"]{
	padding: 0px 50px;
}
body.ifr-load #mainContent form[action*="modal-form-template-path"] .crmEntityFormView .tab-column div.info{
	width: auto;
}
html[dir=ltr] .crmEntityFormView .cell div.control span.checkbox,
html[dir=ltr] .crmEntityFormView .cell div.control span.checkbox input{
	cursor: pointer;
}
html[dir=ltr] .crmEntityFormView .cell div.control span.checkbox input{
	/*width: 24px;
    height: 24px; */
}
body.ifr-load .tooltip .tooltip-inner{
	font-size: 12px;
}
.bdy-dly-ready:not(.ifr-dly-ready) .modal-dialog{
	width: 790px;
}
.co_overlay{
	display: none;
	position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000000000;
    background: rgba(255,255,255, 0.95);
	cursor: progress;
}
.co_overlay.on{
	display: block;
}
.co_overlay > .close{
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 30px;
	cursor: pointer;
}
.co_overlay > .inner{
	width: 200px;
	position: absolute;
	margin-top: -80px;
    top: 50%;
    margin-left: -100px;
    left: 50%;
	margin-right: auto;
    right: auto;
	text-align: center;
}
.co_overlay > .inner p{
	font-size: 12px;
	cursor: text;
}
.co_overlay > .inner img{
	max-width: 100px;
}
div[role="dialog"].cc-banner.cc-bottom{
	z-index: 99999;
}
@media screen and (-ms-high-contrast: active) {
	/* line 1061, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #888;
	}
	/* line 1065, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
	.navbar-inverse .navbar-toggle .icon-bar {
		background-color: var(--main-white_color-1);
	}
}
/* line 13, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.no-lr-margins {
	margin-left: 0;
	margin-right: 0;
}
/* line 20, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.btn-default-black {
	color: black;
	border-color: black;
}
/* line 24, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.btn-default-black:hover {
	color: black;
	border-color: black;
	background: #36F;
}
/* line 33, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.blue_border {
	padding-bottom: 10px;
	border-bottom: 7px solid #0b80d0;
}
/* line 38, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.page_section {
	padding-top: 20px;
	position: relative;
	background-size: cover;
	color: var(--main-blue_color-3);
}
/* line 52, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
/* line 56, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.page_section h1,
.page_section h2 {
	font-family: var(--main-font_family);
    font-size: 30px;
    font-weight: 700;
    color: var(--main-blue_color-3);
    margin: 0px 0px 30px 0px;
}
/* line 61, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.page_section h3 {
	font-size: 26px;
	font-family: var(--main-font_family);;
}
/* line 66, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.page_section p {
	/*border-top: solid #666666 1px;*/
	padding-top: 5px;
}
/* line 71, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.
/*page_section .btn {
    margin-top: 50px; }*/
/* line 75, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.page_section .form-search .btn {
	margin-top: 0;
}
/* line 81, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.page_section .section-landing-heading p,
.page_section .section-landing-sub-heading p {
	border-top: 0;
}
/* line 88, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.form-search .btn {
	border: 1px solid #ccc;
}
/* line 91, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.form-search .btn-default:hover {
	border-color: #ccc;
}
/* line 95, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.form-search .dropdown-submenu {
	right: -2px;
}
/* line 99, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.form-search .dropdown-menu {
	margin-top: 0px;
}
/* line 104, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.dropdown-search.dropdown-menu > li:hover {
	background-color: transparent;
}
/* line 108, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
#navbar .form-search .dropdown-menu {
	margin-top: 0px;
}
/* line 112, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-diagonal-left {
	-webkit-transform: skew(0deg, -1.3deg);
	-ms-transform: skew(0deg, -1.3deg);
	transform: skew(0deg, -1.3deg);
	overflow: hidden;
	margin-top: -60px;
	margin-bottom: -20px;
}
/* line 120, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-diagonal-left .section-diagonal-left-content {
	-webkit-transform: skew(0deg, 1.3deg);
	-ms-transform: skew(0deg, 1.3deg);
	transform: skew(0deg, 1.3deg);
	background: url("homethumbnail2.jpg") no-repeat 0 20%;
	background-size: cover;
	margin-top: -70px;
}
/* line 128, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-diagonal-left .section-diagonal-left-content:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .2;
	z-index: -1;
	background-color: var(--main-white_color-1);
}
/* line 142, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-diagonal-right {
	-webkit-transform: skew(0deg, 1.3deg);
	-ms-transform: skew(0deg, 1.3deg);
	transform: skew(0deg, 1.3deg);
	overflow: hidden;
	margin-top: 60px;
	margin-bottom: -20px;
}
/* line 150, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-diagonal-right.home-section {
	margin-top: -60px;
}
/* line 154, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-diagonal-right .section-diagonal-right-content {
	-webkit-transform: skew(0deg, -1.3deg);
	-ms-transform: skew(0deg, -1.3deg);
	transform: skew(0deg, -1.3deg);
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("homethumbnail4.jpg") no-repeat;
	background-size: cover;
	margin-top: -70px;
}
/* line 162, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-diagonal-right .section-diagonal-right-content:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .8;
	z-index: -1;
	background-color: #36F;
}
/* line 178, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-diagonal-left .row,
.section-diagonal-right .row {
	padding-top: 125px;
}
/* line 182, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-diagonal-left .col-md-5,
.section-diagonal-right .col-md-5 {
	float: none;
	margin: 0 auto;
}
/* line 187, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-diagonal-left p,
.section-diagonal-right p {
	border-top: none;
}
/* line 193, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-landing {
	/*background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), url("homehero.jpg") no-repeat center;*/
	/*background: url("homehero.jpg") no-repeat center;*/
	background-size: cover;
	/*transform: scale(0.999);*/
	transform: none;
}
/* line 198, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-landing .row > div {
	margin-top: 80px;
}
/* line 201, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-landing .row > div .section-landing-heading {
	font-size: 8rem;
	color: var(--main-white_color-1);
	text-transform: uppercase;
}
/* line 211, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-landing .row > div .section-landing-sub-heading {
	margin-top: 0;
	margin-bottom: 50px;
	font-size: 4.3rem;
	color: var(--main-white_color-1);
	letter-spacing: 19px;
	text-transform: uppercase;
}
/* line 227, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
/*.section-sub-landing {
  background: linear-gradient(rgba(0, 0, 0, 0), #07aaf6), url("homethumbnail1.jpg") no-repeat center;
  background-size: cover; }*/
/* line 232, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-default {
	background: url("homethumbnail3.jpg") no-repeat center;
	background-size: cover;
}
/* line 252, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-default .row {
	padding-bottom: 150px;
}
/* line 264, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.content-home .btn {
	margin-top: 0;
}
/* line 268, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.content-home .panel {
	background-color: transparent;
	border: 0;
	box-shadow: none;
}
/* line 273, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.content-home .panel p {
	border: 0;
}
/* line 278, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.content-home .panel-heading {
	display: none;
}
/* line 282, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.content-home .list-group-item {
	padding: 20px 0;
	font-size: 20px;
	background-color: transparent;
	border: 0;
	border-top: 1px solid #ddd;
}
/* line 289, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.content-home .list-group-item img {
	margin-right: 25px;
}
/* line 295, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.content-home a.list-group-item,
.content-home .list-group-item a.title {
	color: #232222;
}
/* line 299, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.content-home a.list-group-item:hover,
.content-home a.list-group-item:focus,
.content-home .list-group-item a.title:hover,
.content-home .list-group-item a.title:focus {
	color: #232222;
	text-decoration: underline;
	background-color: transparent;
}
/* line 307, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.content-home .title,
.content-home .description {
	display: block;
}
/* line 311, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.content-home .title {
	font-size: 24px;
	font-family: var(--main-font_family);;
}
/* line 316, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.content-home .description {
	display: block;
	font-size: 14px;
}
/* line 374, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-landing-forums {
	min-height: 250px;
	background: url(forumhero.jpg) no-repeat center;
	background-size: cover;
}
/* line 380, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.table.forums th:first-child,
.table.forums tr td:first-child {
	padding-left: 0px;
}
/* line 398, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.page_section.section-landing .row {
	padding-bottom: 0px;
}
/* line 401, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.page_section.section-landing .row > div {
	margin-top: 0px;
}
/* line 404, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.list-group-item p {
	margin-bottom: 0px;
}
/* line 408, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
/*.page_section.section-sub-landing .row .btn-lg-home p {
  border-top: none; }*/
/* Power Virtual Agent styles */
.pva-floating-style {
	position: fixed;
	bottom: 0px;
	right: 0px;
	margin-right: 16px;
	margin-bottom: 18px;
	z-index: 9999;
}
/* Power Virtual Agent styles ends */
/* owl default theme */
.owl-carousel .owl-dots {
	display: table;
	margin: 0 auto 10px auto;
}
.owl-carousel .owl-dots button.owl-dot {
	display: inline-block;
	margin: 0px 5px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
	-ms-border-radius: 100px;
	border-radius: 100px;
	width: 15px;
	height: 15px;
	background: #e1e1e1;
}
.owl-carousel .owl-dots button.owl-dot.active {
	background: #838383;
}
/*------------------------------DateTimePicker----------------------------------------*/
.bootstrap-datetimepicker-widget tr td button {
	background-color: rgb(0, 45, 80);
	color: #ffffff;
}
/*------------------------------Images----------------------------------------*/
.pde_image_hover:hover {
	background-color: rgb(185, 215, 240);
}
/*------------------------------DataPrivacyBanner-----------------------------*/
.dataprivacy {
	background-color: rgb(230, 240, 250);
	color: #555555;
	font-family: var(--main-font_family);
	font-size: 16px;
	line-height: 1.5em;
	padding: 1em 1em;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	flex-direction: row;
	position: fixed;
	overflow: hidden;
	flex-wrap: nowrap;
	z-index: 9999
}
.dataprivacyctn {
	width: 99%;
	margin-bottom: 20px;
}
.dataprivacyheader {
	font-weight: bold;
	font-size: 20px;
}
.dataprivacylinks {
	font-weight: bold;
}
.dataprivacylinks:hover {
	text-decoration: none;
}
.dataprivacybtnclose:hover {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff
}
.dataprivacybtnacp:hover {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff
}
.dataprivacybtnset:hover {
	text-decoration: none;
	color: #ffffff
}
.dataprivacybtnclose {
	padding: .2em .4em;
	border-width: 2px;
	border-style: solid;
	border-radius: 5px;
	text-align: center;
	white-space: nowrap;
	color: #ffffff;
	border-color: transparent;
	background-color: rgb(185, 215, 240);
	text-decoration: none;
	margin-right: 15px;
}
.dataprivacybtnacp {
	padding: .4em .8em;
	font-weight: 700;
	border-width: 2px;
	border-style: solid;
	border-radius: 5px;
	text-align: center;
	white-space: nowrap;
	color: #ffffff;
	border-color: transparent;
	background-color: rgb(100, 180, 230);
	text-decoration: none;
	margin-right: 15px;
}
.dataprivacybtnset {
	padding: .4em .8em;
	border-width: 2px;
	border-style: solid;
	border-radius: 5px;
	text-align: center;
	white-space: nowrap;
	color: #ffffff;
	border-color: transparent;
	background-color: rgb(185, 215, 240);
	text-decoration: none;
	margin-right: 15px;
}
.dataprivacyprofilenote1 {
	display: none;
	background-color: rgb(230, 240, 250);
	color: #555555;
	font-size: 13px;
	position: absolute;
	z-index: 9999;
	width: 270px;
	height: auto;
	overflow: auto;
	opacity: 0.95;
	bottom: 100%;
	padding: 10px;
	border-radius: 10px;
	-webkit-box-shadow: var(--main-box_shadow-2);
	-moz-box-shadow: var(--main-box_shadow-2);
	-o-box-shadow: var(--main-box_shadow-2);
	-ms-box-shadow: var(--main-box_shadow-2);
	box-shadow: var(--main-box_shadow-2);
}
.dataprivacyprofilenote2 {
	display: none;
	background-color: rgb(230, 240, 250);
	color: #555555;
	font-size: 13px;
	position: absolute;
	z-index: 9999;
	width: 270px;
	height: auto;
	opacity: 0.95;
	bottom: 100%;
	padding: 10px;
	border-radius: 10px;
	-webkit-box-shadow: var(--main-box_shadow-2);
	-moz-box-shadow: var(--main-box_shadow-2);
	-o-box-shadow: var(--main-box_shadow-2);
	-ms-box-shadow: var(--main-box_shadow-2);
	box-shadow: var(--main-box_shadow-2);
}
.dataprivacyprofilenote3 {
	display: none;
	background-color: rgb(230, 240, 250);
	color: #555555;
	font-size: 13px;
	position: absolute;
	z-index: 9999;
	width: 270px;
	height: auto;
	opacity: 0.95;
	bottom: 100%;
	padding: 10px;
	border-radius: 10px;
	-webkit-box-shadow: var(--main-box_shadow-2);
	-moz-box-shadow: var(--main-box_shadow-2);
	-o-box-shadow: var(--main-box_shadow-2);
	-ms-box-shadow: var(--main-box_shadow-2);
	box-shadow: var(--main-box_shadow-2);
}
.dataprivacyprofilequestionmark1 {
	margin-left: 10px;
}
.dataprivacyprofilequestionmark2 {
	margin-left: 10px;
}
.dataprivacyprofilequestionmark3 {
	margin-left: 10px;
}
.dataprivacyprofilequestionmark1:hover+.dataprivacyprofilenote1 {
	display: block;
}
.dataprivacyprofilequestionmark2:hover+.dataprivacyprofilenote2 {
	display: block;
}
.dataprivacyprofilequestionmark3:hover + .dataprivacyprofilenote3 {
	display: block;
}
/*------------------------------EasyTicker-----------------------------------*/
.pde_newsblog_items {
	font-family: var(--main-font_family);
	margin: 5px 0;
	font-size: 18pt;
	position: relative;
	border-radius: 3px;
}
.pde_newsblog_items ul li {
	list-style: none;
	padding: 10px 0;
}
/*------------------------------Avatar-----------------------------------*/
.pde_avatar_img {
	height: 100px;
	border-radius: 100px;
}
.pde_avatar_coop_container {
	padding: 10px 0px;
}
.pde_avatar_profile_container {
	position: relative;
	margin-right: 15px;
	float: left;
}
/*------------------------------Navigation-----------------------------------*/
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #ffffff;
	background-color: var(--main-blue_color-4);
}
.visible-sm-block {
	display: block !important;
}
.navbar-static-top .navbar-collapse .nav > .divider-vertical {
	display: none;
}
.navbar-static-top .navbar-collapse {
	margin-left: auto;
}
.navbar-static-top .navbar-brand {
	display: none;
}
.facet-list-group .facet-list-group-item:hover {
	background-color: var(--main-blue_color-4);
	color: #ffffff;
}
.btn-default:focus,
.focus.btn-default {
	color: #ffffff;
}
/*------------------------------Lists-----------------------------------*/
.bootstrap-datetimepicker-widget table th{
	color: #ffffff;
}
.bootstrap-datetimepicker-widget tr td:hover button{
	color: #afafaf;
}
.table-striped {
	font-size: 14px;
}
.table-striped > tbody > tr:nth-of-type(even) {
	background-color: var(--main-blue_color-2);
}
.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: transparent;
}
.table > thead:first-child > tr:first-child > th {
	border-bottom: var(--main-blue_color-2) 2px solid;
	background-color: #ffffff;
	color: var(--main-grey_color-1);
	font-weight: normal;
}
.table > thead:first-child > tr:first-child > th > a {
	color: var(--main-grey_color-1);
	font-weight: normal;
	outline: 0;
}
.table > thead > tr > th {
	border: 0px;
}
.table-striped > tbody > tr{
	color: var(--main-blue_color-3);
}
a.btn,
a.btn:link,
a.btn:visited {
	color: #ffffff;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	background-color: transparent;
}
.btn-default:hover,
.btn-primary:hover,
.btn-default,
.btn-primary{
	background-color: var(--main-blue_color-6);
    border-color: var(--main-blue_color-6);
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
	-ms-border-radius: 100px;
	border-radius: 100px;
}
.btn-default:hover,
.btn-primary:hover{
	opacity: 0.8;
}
.input-group[role="none"] .btn-default:hover,
.input-group[role="none"] .btn-primary:hover,
.input-group[role="none"] .btn-default,
.input-group[role="none"] .btn-primary{
	/* background-color: var(--main-grey_color-2); */
    /* border-color: var(--main-grey_color-2); */
}
.input-group .input-group-btn .btn-default{
	height: 40px;
	outline: 0;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
/*------------------------------Home Page-----------------------------------*/
.banner_graphic_img_container {
	overflow: hidden;
}
.banner_graphic_img {
	width: 1532px;
	height: 533px;
}
.banner_selector_img {
	vertical-align: top;
	text-align: center;
}
.banner_graphic_static_small_img {
	height: 200px;
	margin-bottom: 15px;
}
.pde_faq_container {
	background-color: #ffffff;
	text-align: left;
	margin: 25px 0px 25px 0px;
	padding: 15px;
}
.pde_generic_container {
	background-color: #ffffff;
	margin: 25px 0px 25px 0px;
	padding: 15px;
}
.pde_firstpage_firstrow_text_span2 {
	color: #555555;
	font-family: var(--main-font_family);
	font-size: 18pt;
}
.pde_faq_header_span {
	color: var(--main-blue_color-4);
	text-decoration-color: var(--main-blue_color-4);
	text-decoration: solid;
	font-family: var(--main-font_family);
	font-size: 16pt;
}
.pde_faq_text_span {
	color: #555555;
	font-family: var(--main-font_family);
	font-size: 16pt;
}
.pde_faq_text_span_a {
	color: var(--main-blue_color-4);
	text-decoration-color: var(--main-blue_color-4);
	text-decoration: solid;
	font-family: var(--main-font_family);
	font-size: 16pt;
}
.pde_faq_text_a {
	color: var(--main-blue_color-4);
	text-decoration-color: var(--main-blue_color-4);
	text-decoration: solid;
	font-family: var(--main-font_family);
	font-size: 16pt;
}
.pde_faq_text_span_videourl {
	color: var(--main-blue_color-4);
	text-decoration-color: var(--main-blue_color-4);
	font-family: var(--main-font_family);
	font-size: 16pt;
	display: none;
}
.pde_faq_text_span_video {
	display: block;
}
.pde_firstpage_firstrow_text_span3 {
	color: var(--main-blue_color-4);
	font-family: var(--main-font_family);
	font-size: 18pt;
}
.pde_firstpage_firstrow_text_span3_a {
	color: var(--main-blue_color-4);
	text-decoration-color: var(--main-blue_color-4);
}
.pde_news_span {
	color: #555555;
	font-family: var(--main-font_family);
	font-size: 18pt;
}
.pde_hide_text_if_desktop {
	color: #555555;
	font-family: var(--main-font_family);
	font-size: 18pt;
}
.pde_placeholder_1 {
	height: 50px;
}
.pde_arrowup_pointer {
	display: none;
}
/* START commun webchat style */
.btn-webchat-h{
    position: fixed;
    z-index: 9999; /* 5 */
    bottom: 0px;
    right: 0px;
    left: auto;
    top: 90dvh;
	-webkit-transition: var(--main-animation_effect-1);
	-moz-transition: var(--main-animation_effect-1);
	-o-transition: var(--main-animation_effect-1);
	-ms-transition: var(--main-animation_effect-1);
	transition: var(--main-animation_effect-1);
	display: none;
}
.cls-us-webchat-true .btn-webchat-h{
	display: block ;
}
.btn-webchat-h.open{
	z-index: 9999999;
	top: 0px;
}
.webchat-ifr-h{
    min-width: 500px;
    height: 100dvh;
    padding: 0px 0px 80px 0px;
    margin: 0px 0px 0px 0px;
    background-color: transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
	-webkit-transition: var(--main-animation_effect-1);
	-moz-transition: var(--main-animation_effect-1);
	-o-transition: var(--main-animation_effect-1);
	-ms-transition: var(--main-animation_effect-1);
	transition: var(--main-animation_effect-1);
	position: relative;
	opacity: 0;
	left: auto;
    right: -100%;
}
.cls-fixed-footer .webchat-ifr-h{
	height: 100dvh;
}
.btn-webchat-h.open .webchat-ifr-h{
	left: auto;
    right: 0px;
	background-color: #d5ebf8;
	background-image: linear-gradient(to right, #d5ebf8, #efecf5);
	background: linear-gradient(135deg, rgba(213, 235, 248, 1) 0%, rgba(239, 236, 245, 1) 47%, rgba(239, 249, 255, 1) 100%);
	border-left: 1px solid var(--main-grey_color-1);
	border-bottom: 1px solid var(--main-grey_color-1);
	opacity: 10;
	box-shadow: 0px 5px 9px #00000026;
    -webkit-box-shadow: 0px 5px 9px #00000026;
    -moz-box-shadow: 0px 5px 9px #00000026;
    -o-box-shadow: 0px 5px 9px #00000026;
    -ms-box-shadow: 0px 5px 9px #00000026;
}
.webchat-ifr-h iframe{
	width: 100%;
    height: 100% !important;
	border-bottom: 1px solid var(--main-grey_color-1);
}
.btn-webchat-outer{
	position: fixed;
    z-index: 5;
    bottom: 20px;
    right: 20px;
    left: auto;
    top: auto;
	display: flex;
    align-items: center;
}
.cls-fixed-footer .btn-webchat-outer{
	bottom: 70px;
}
.btn-webchat-outer .txt-webchat{
    font-size: 10px;
    max-width: 100px;
    text-align: center;
    font-weight: bold;
    background-image: url(/chat-text-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 10px 20px 10px 10px;
    color: white;
	cursor: pointer;
}
.btn-webchat-h.open .btn-webchat-outer .txt-webchat{
	display: none;
}
.btn-webchat-outer .txt-webchat:hover{
	opacity: 0.6;
}
.btn-webchat-outer .btn-webchat{
    width: auto;
    height: auto;
    padding: 5px 15px;
	margin: 0px 0px 0px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.40);
    -webkit-box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.40);
    -o-box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.40);
    -ms-box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.40);
	background-color: #0069b4;
	border: 0px;
	color: white;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
}
.btn-webchat-outer .btn-webchat .fa{
	top: -2px;
	min-width: 32px;
}
.btn-webchat-outer .btn-webchat.open .fa:before{
	content: "\f00d";
}
.btn-webchat-outer .btn-webchat-full.open{
	opacity: 0.5;
}
.cls-dev-console{
	line-height: normal;
	font-size: 12px;
}
.cls-dev-console .dev-inner{
	overflow: auto;
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word;
}
.cls-dev-console b{
	display: inline-block;
}
.cls-dev-console b,
.cls-dev-console p{
	margin: 0px 0px 5px 0px;
}
@media screen and (min-width: 1220px) {
	.navbar-static-top.navbar-inverse {
		position: fixed;
		top: 0;
		width: 100%;
	}
	.pde_hide_text_if_desktop {
		display: none;
	}
	.pde_powerbi_desktop {
		display: block;
	}
	.pde_powerbi_mobile {
		display: none;
	}
}
@media screen and (min-width: 992px) {
	/* line 193, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
	.fix-navbar .register-bar {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	/* line 782, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
	.carousel-custom .carousel-inner > .item .carousel-caption {
		left: 5%;
		right: 5%;
	}
}
@media screen and (max-width: 1820px){
	.bdy-navbar-big-2 #navbar .navbar-nav > li > a{
		padding: 10px 5px 15px 5px;
	}
	.bdy-navbar-big-2 #navbar .navbar-nav li > a img{
		max-height: 38px;
	}
	.bdy-navbar-big-2 #navbar .navbar-nav li a .menu-txt{
		font-size: 11px;
	}
}
@media screen and (max-width: 1540px) {
	.bdy-navbar-big #navbar .navbar-nav > li > a {
		padding: 10px 5px 15px 5px;
	}
	.bdy-navbar-big #navbar .navbar-nav > li > a > img{
		max-height: 45px;
	}
}
@media screen and (max-width: 1440px) {
	.bdy-navbar-big #navbar .navbar-nav > li > a{
		padding: 10px 3px 15px 3px;
	}
	#navbar .navbar-nav li .dropdown-menu > li > .link-holder {
		width: 25%;
	}
	#navbar .navbar-nav li .dropdown-menu > li .dropdown-sub-menu {
		width: 73%;
	}
}
@media screen and (max-width: 1366px) {
	.bigger-container{
		padding: 0 20px;
	}
	.dropdown-sub-menu .menu-description .title {
		font-size: 24px;
	}
	.bdy-navbar-big #navbar .navbar-nav > li > a{
		padding: 10px 2px 15px 2px;
	}
	#navbar .navbar-nav li a .menu-txt{
		font-size: 12px;
	}
}
@media screen and (max-width: 1280px) {
	.bdy-navbar-big #navbar .navbar-nav > li > a > img {
		max-height: 58px;
	}
	.dropdown-sub-menu .figure img,
	.dropdown-sub-menu figure img {
		max-width: 400px;
		max-height: 235px;
	}
}
@media screen and (max-width: 1219px) {
	body.bdy-navbar {
		padding-top: 0px;
	}
	body.bdy-breadcrumbs-menu {
		padding-top: 0px;
	}
	.dropdown-menu {
		text-align: center;
		margin-right: 15px;
	}
	/* line 1027, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
	#navbar .dropdown-search .input-group-btn {
		vertical-align: top;
	}
	/* line 1030, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
	#navbar .dropdown-search #search-filter {
		width: 100%;
		text-align: left;
		padding-left: 25px;
	}
	/* line 1035, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
	#navbar .dropdown-search.dropdown-menu > li:hover,
	#navbar .dropdown-search .dropdown-menu > li:hover {
		color: white;
		background-color: transparent;
	}
	.bdy-navbar-big .navbar-static-top .navbar-header {
		display: block;
	}
	.bdy-navbar-big #navbar .navbar-nav > li > a > img {
		max-height: initial;
	}
	/* line 350, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
	.navbar-fixed-top .navbar-collapse .nav > .divider-vertical {
		display: none;
	}
	.navbar .navbar-header {
		display: block;
	}
	.navbar .navbar-header .navbar-toggle {
		margin-left: 15px;
		background-color: var(--main-blue_color-4);
		border-color: var(--main-blue_color-4);
	}
	.navbar .navbar-header .navbar-toggle[aria-expanded="true"] {
		background-color: var(--main-blue_color-3);
		border-color: #1f5c8b;
	}
	.navbar .navbar-header .navbar-toggle[aria-expanded="true"] .icon-bar {
		border-color: #1f5c8b;
	}
	.navbar .container-full .logo {
		line-height: 50px;
		padding: 0px 15px;
		font-size: 18px;
	}
	#navbar .navbar-nav li.open {
		display: block;
		background: none;
	}
	#navbar .navbar-nav li .dropdown-menu {
		position: relative;
		text-align: left;
	}
	.dropdown-sub-menu .figure img,
	.dropdown-sub-menu figure img {
		max-height: 220px;
	}
	.dropdown-sub-menu .menu-description .title {
		font-size: 22px;
		margin-bottom: 10px;
	}
	/* line 355, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
	.navbar-static-top .navbar-collapse .nav > .divider-vertical {
		display: none;
	}
	.navbar-static-top.navbar .navbar-collapse {
		border-top: 1px solid #0a3d64;
	}
	.navbar-static-top.navbar-inverse {
		padding-right: 0px;
	}
	.navbar-inverse .navbar-nav > li > a {
		margin-right: 15px;
	}
	.navbar-inverse .navbar-nav {
		font-size: 0;
		text-align: center;
		margin: 10px 0px;
	}
	.navbar-inverse .navbar-nav > li {
		display: block;
		font-size: initial;
		text-align: left;
		margin: 0px 0px 10px 0px;
		vertical-align: top;
	}
	#navbar .navbar-nav .weblink-signout,
	#navbar .navbar-nav .weblink-profil{
		float: none;
		clear: both;
	}
	.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
		text-align: left;
	}
	.bdy-navbar-big #navbar .navbar-nav > .dropdown > a,
	.bdy-navbar-big #navbar .navbar-nav > .weblink > a,
	#navbar .navbar-nav .weblink > a {
		float: none;
		clear: both;
		padding: 5px 7px 5px 10px;
		overflow: hidden;
		background: #06385e;
	}
	#navbar .navbar-nav li a .wr-menu-icon {
		float: left;
		margin: 0px 10px 0px 0px;
		min-width: 60px;
	}
	#navbar .navbar-nav li a .menu-txt {
		margin: 11px 0px 0px 0px;
		max-width: 85%;
	}
	#navbar .navbar-nav li.dropdown > a:after {
		top: 50%;
		bottom: auto;
		font-size: 16px;
		left: auto;
		right: 0px;
		height: 55px;
		margin-top: -28px;
		line-height: 55px;
		padding: 0px 20px;
		content: "\f078";
	}
	.banner_graphic_static_small_img {
		display: none;
	}
	.pde_firstpage_firstrow_container_long {
		height: 850px;
		width: 100%;
		background-color: #ffffff;
		position: relative;
	}
	.pde_firstpage_firstrow_text_span3_a {
		color: var(--main-blue_color-4);
		text-decoration-color: var(--main-blue_color-4);
	}
	.pde_newsblog_items {
		font-size: 16pt;
	}
}
@media screen and (max-width: 1200px) {
	/* line 249, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
	.navbar-fixed-top .navbar-brand {
		position: initial;
		height: 42px;
	}
	/* line 266, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
	.navbar-static-top .navbar-brand {
		position: initial;
		height: 42px;
	}
}
@media screen and (max-width: 1024px) {
	#navbar .navbar-nav li .dropdown-menu {
		padding: 20px 20px;
	}
	#navbar .navbar-nav li .dropdown-menu > li > .link-holder {
		width: 29%;
	}
	#navbar .navbar-nav li .dropdown-menu > li .dropdown-sub-menu {
		width: 70%;
		top: 20px;
		height: 350px;
		padding: 0px 20px 0px 40px;
	}
	.dropdown-sub-menu .figure img,
	.dropdown-sub-menu figure img {
		max-height: 170px;
	}
}
@media screen and (max-width: 999px) {
	.navbar-static-top.navbar {
		/* min-height: 67px; */
		width: 100%;
	}
}
@media screen and (max-width: 993px) {
	/* line 652, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
	.section-landing h1 {
		font-size: 65px;
	}
	/* line 656, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
	.section-landing h2 {
		letter-spacing: normal;
		margin-left: -3px;
	}
	/* line 700, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
	.article-title {
		margin-left: 0;
		text-align: center;
	}
	/* line 705, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
	.article-author {
		text-align: center;
	}
}
@media screen and (max-width: 991px) {
	/* line 763, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
	.cards-container {
		flex-direction: column;
	}
	/* line 588, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
	footer .footer-top h3,
	footer .footer-top .list-social-links {
		text-align: center;
	}
}
@media screen and (max-width: 768px) {
	.bigger-container{
		padding: 0 15px;
	}
	.navbar-inverse .navbar-nav > li {
		margin: 0px 0px 5px 0px;
	}
	#navbar .navbar-nav li a .wr-menu-icon {
		min-width: 40px;
	}
	#navbar .navbar-nav li a .menu-icon {
		height: 30px;
	}
	#navbar .navbar-nav li a .menu-txt {
		margin: 5px 0px 0px 0px;
	}
	#navbar .navbar-nav li .dropdown-menu {
		height: auto;
		padding: 10px;
	}
	#navbar .navbar-nav li .dropdown-menu > li > .link-holder {
		width: 100%;
	}
	#navbar .navbar-nav li .dropdown-menu > li .dropdown-sub-menu {
		position: relative;
		width: 100%;
		padding: 10px 0px 10px 0px;
		height: auto;
		top: auto;
	}
	
	
	#navbar .navbar-nav li .dropdown-menu > li:first-child .dropdown-sub-menu,
	#navbar .navbar-nav li .dropdown-menu > li:focus .dropdown-sub-menu,
	#navbar .navbar-nav li .dropdown-menu > li:hover .dropdown-sub-menu {
		display: none;
	}
	
	
	.dropdown-sub-menu .figure,
	.dropdown-sub-menu figure {
		float: none;
		clear: both;
		margin: 0px 0px 10px 0px;
		text-align: center;
	}
	#navbar .navbar-nav li .dropdown-menu > li > .link-holder > .fa {
		margin: 0px 0px 0px 0px;
		padding: 10px 10px;
	}
	#navbar .navbar-nav li .dropdown-menu > li > .link-holder > .fa:before{
		content: "";
	}
	.sidebar .sidebar-menu{
		display: flex;
	}
	.sidebar .panel{
		display: none;
	}
	#navbar_footer > .row{
		width: 100%;
		margin: 0;
		padding: 0px 10px;
	}
	.crmEntityFormView .tab-column td[colspan="2"] .info,
	.crmEntityFormView .tab-column td[colspan="2"] .control{
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	/* line 456, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
	body {
		padding-top: 0px;
	}
	/* line 237, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
	.section-default:before {
		content: " ";
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 0;
		top: 0;
		left: 0;
		background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.59) 41%, rgba(0, 0, 0, 0.62) 43%, black 100%);
		/* FF3.6-15 */
		background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.59) 41%, rgba(0, 0, 0, 0.62) 43%, black 100%);
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.59) 41%, rgba(0, 0, 0, 0.62) 43%, black 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
		/* IE6-9 */
	}
	/* line 360, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
	.navbar-fixed-top.navbar > .container > .row > div {
		display: block;
	}
	/* line 364, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
	.navbar-header {
		position: relative;
	}
	/* line 28, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
	.text_center-mobile {
		text-align: center;
	}
	/* line 369, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
	.navbar-static-top.navbar > .container > .row > div {
		display: block;
	}
	/* line 373, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
	.navbar-header {
		position: relative;
	}
	.table-fluid td:before {
		width: 15rem;
	}
	html[dir=ltr] .table-fluid td.cls-checked-data-th{
		padding-left: 5px !important;
	}
	.table-fluid td.cls-checked-data-th:before{
		width: auto;
		display: none;
	}
	.entitylist-search {
		margin: 10px 0px 10px 10px;
		width: 75%;
	}
	.btn-xs {
		border-radius: 10px;
		width: 50%;
	}
	.grid-actions a.btn.action {
		margin-right: 15px;
	}
	.entity-grid .message {
		margin: 20px 0px 20px 10px;
	}
	.btn-customermessage-mobile {
		margin-right: 15px;
	}
	.pde_avatar_profile_container {
		margin-right: 0px;
		margin-bottom: 15px;
		float: none;
	}
	html[dir=ltr] .crmEntityFormView .tab .tab-column{
		padding-left: 0px;
	}
	.crmEntityFormView .cell{
		padding: 5px 10px 5px 0px;
	}
	.crmEntityFormView .tab-column div.info,
	.crmEntityFormView .tab-column .info,
	.crmEntityFormView .tab-column .control{
		display: block;
		width: 100%;
	}
	html[dir=ltr] .crmEntityFormView .cell.checkbox-cell div.control{
		display: inline-block;
		width: auto;
	}
	html[dir=ltr] .crmEntityFormView .cell.checkbox-cell div.info{
		width: auto;
		max-width: 95%;
		padding: 5px 5px 4px 38px;
	}
	.crmEntityFormView .tab-column .parent-cell-empty td[colspan="2"] .control{
		padding: initial;
	}
	#navbar_footer .copyright,
	#navbar_footer nav {
	    float: none;
		clear: both;
		text-align: center;
		font-size: 11px;
		line-height: normal;
		margin: 10px 0px 0px 0px;
	}
	#navbar_footer .copyright > p{
		margin: 0 0 5px;
	}
	#navbar_footer nav ul {
		padding: 0;
	}
}
@media screen and (max-width: 648px) {
	.banner_graphic_img_container {
		display: none;
	}
	.banner_graphic_img {
		display: none;
	}
	.banner_selector_img {
		display: none;
	}
	.pde_faq_text_span_videourl {
		display: block;
	}
	.pde_faq_text_span_video {
		display: none;
	}
	.pde_firstpage_firstrow_text_span3 {
		color: var(--main-blue_color-4);
		font-family: var(--main-font_family);
		font-size: 16pt;
	}
	.pde_firstpage_firstrow_text_span3_a {
		color: var(--main-blue_color-4);
		text-decoration-color: var(--main-blue_color-4);
	}
	.pde_news_span {
		color: #555555;
		font-family: var(--main-font_family);
		font-size: 16pt;
	}
	.pde_hide_text_if_desktop {
		color: #555555;
		font-family: var(--main-font_family);
		font-size: 16pt;
	}
	.pde_powerbi_desktop {
		display: none;
	}
	.pde_powerbi_mobile {
		display: block;
	}
	.pde_newsblog_items {
		font-size: 16pt;
	}
}
@media screen and (max-width: 600px) {
	/* line 201, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
	.section-landing .row > div .section-landing-heading {
		font-size: 16vw;
	}
	/* line 211, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
	.section-landing .row > div .section-landing-sub-heading {
		font-size: 4vw;
	}
	/* line 721, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
	.section-search .header-search h1 {
		font-size: 13vw;
	}
	/* line 504, E:/VSO_Agent_006/Work_06/6/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
	.section-inline-search .row > div h1 {
		font-size: 16vw;
	}
}
@media screen and (max-width: 480px) {
	.navbar .container-full .logo {
		font-size: 16px;
	}
	#navbar .navbar-nav li a > img {
		max-height: 60px;
	}
	.breadcrumb li,
	.breadcrumb li a{
		font-size: 13px;
	}
	.pager{
		margin: 10px 0 5px 0;
	}
	.panel{
		margin: 0px 0px 15px 0px;
	}
	body div.nav-top-btn,
	body .nav-top-btn{
		right: 10px;
	}
	.btn-webchat-h{
		width: 100%;
	}
	.webchat-ifr-h{
		min-width: 100%;
	}
	.cls-fixed-footer .webchat-ifr-h {
		height: 90dvh;
	}
	.btn-webchat-outer,
	.cls-fixed-footer .btn-webchat-outer{
		bottom: 10px;
        right: 10px;
	}
	.btn-webchat-outer .txt-webchat{
		display: none;
	}
}
@media screen and (max-width: 350px) {
	.banner_graphic_img_container {
		display: none;
	}
	.banner_graphic_img {
		display: none;
	}
	.banner_selector_img {
		display: none;
	}
	.pde_faq_text_span_videourl {
		display: block;
	}
	.pde_faq_text_span_video {
		display: none;
	}
	.pde_firstpage_firstrow_text_span3 {
		color: var(--main-blue_color-4);
		font-family: var(--main-font_family);
		font-size: 16pt;
	}
	.pde_firstpage_firstrow_text_span3_a {
		color: var(--main-blue_color-4);
		text-decoration-color: var(--main-blue_color-4);
	}
	.pde_news_span {
		color: #555555;
		font-family: var(--main-font_family);
		font-size: 16pt;
	}
	.pde_hide_text_if_desktop {
		color: #555555;
		font-family: var(--main-font_family);
		font-size: 16pt;
	}
	.pde_powerbi_desktop {
		display: none;
	}
	.pde_powerbi_mobile {
		display: block;
	}
	.pde_newsblog_items {
		font-size: 16pt;
	}
}