/* -----------------
   GENERAL
-------------------*/
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

.clearfix {
	clear:both;
}


html {
	overflow-y: scroll;
}

img {
	width:100%;	height:auto;
}

body {
	background-color:#eeeeee;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.banner .desc {
	margin-left:15px;
	margin-right:10px;
    background-color: rgba(255,217,0,0.5);
    min-height: 180px;
	padding:13px;
    position: relative;
    display: table;
}

.banner .photo {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
    min-height: 200px!important;
	background-position: center center;
	padding: 0;
}

.dropdown-menu > li > a,
.dropdown-menu > li > a:hover {text-decoration:none!important}
.banner h1,
.banner h2,
.banner h3,
.banner h4,
.banner h5,
.banner p,
.banner div {
	color:white;
}
table h1,
table h2,
table h3,
table h4,
table h5,
table h6 {
	padding:0px;
	margin:0px;
}

.fadeinbox {
	visibility:hidden;
}

.fadeinbox.on{
	visibility:visible!important
}
.center {
	display:table;
	margin:0 auto;
}
.center50 > div {
	margin: 10px 0 10px;
}
.center > div {
    margin: 10px 0 30px;
}

.centerFundSplit {
    margin: 5px 0px auto;
}



/* -----------------
   tooltip
-------------------*/

[data-toggle=tooltip] {
	display: inline-block;
    width: 18px;
    height: 18px;
    color: transparent;
    font-size: 0px;
    background-image: url(../img/info.png);
    background-repeat: no-repeat;
	opacity:1;
    background-size: contain;
    top: 4px;
    margin: 0 4px;
    position: relative;
    cursor: pointer!important;
}

.tooltipicon {
    display: inline-block;
    width: 18px;
    position: relative;
    top: 5px;
	cursor: pointer;
    text-align: left;
    height: 18px;
    background-image: url(../../images/info.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0px 3px 0 3px;
}

.tooltip.top .tooltip-inner,
.tooltip.bottom .tooltip-inner {
    border-top: 2px solid #492683!important;
    border-left: 1px solid #492683!important;
    border-right: 1px solid #492683!important;
    border-bottom: 2px solid #492683!important;
}

.tooltip.left .tooltip-inner,
.tooltip.right .tooltip-inner {
    border-top: 1px solid #492683!important;
    border-left: 2px solid #492683!important;
    border-right: 2px solid #492683!important;
    border-bottom: 1px solid #492683!important;
}

.tooltip-inner {
    width: 250px;
    padding: 10px 15px;
    color: #000000;
    text-align: center;
    background-color: white!important;
	opacity:1;
    font-size: 15px!important;
    line-height: 20px!important;
    border-radius: 4px;
}
ul.orange {
	list-style: none!important;
	padding-left: 0px;
}

ul.orange li {
	position:relative;
	padding-left: 17px;
	margin-bottom:10px;
}

ul.orange li:before {
    top: -12px;
    left: 1px;
    font-weight: bold;
    position: absolute;
    display: block;
    vertical-align: top;
    opacity: 1!important;
    content: '\00B7';
    color: #0e573f;
    width: 15px;
    height: 15px;
    background: none!important;
    font-family: inherit;
    font-size: 32px;
}


h1.bg,
h2.bg,
h3.bg,
h4.bg,
h5.bg,
h6.bg {
	color:#004fb6!important;
	padding:10px;
	background-color:#ffd900!important
}

h1.bg-light,
h2.bg-light,
h3.bg-light,
h4.bg-light,
h5.bg-light,
h6.bg-light {
	padding:10px;
    background-color: #004fb6!important
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #ffd900;
	padding:15px 0;
	margin:0;
}

h1.orange,
h2.orange,
h3.orange,
h4.orange,
h5.orange,
h6.orange {
	color: #004fb6;
}

.page-title {
	border-bottom:1px solid #e7e1ed;
}
.page-title {
	padding-top:5px;
}
.page-title > div {
	line-height:46px;
}

a {
    color: #004fb6;
    text-decoration: underline;
	outline:0;
}
a:hover, a:focus {
	color: #004fb6;
	outline:0;
	text-decoration:none;
}
.no-select {
  -webkit-touch-callout: none; 
  -webkit-user-select: none;  
  -khtml-user-select: none;  
  -moz-user-select: none;     
  -ms-user-select: none;       
  user-select: none;           
  
}
.row.tight {
    margin-right: -3px;
    margin-left: -3px;
}
.row.tight > div {
	padding-right: 3px;
    padding-left: 3px;
}
/* -----------------
   INPUT
-------------------*/
.form-input {
	margin-bottom:2px;
    outline: 0px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    display: block;
    width: 100%;
    height: auto;
	padding: 4px 12px;
    font-size: 1.1em;
    line-height: 1.42857143;
    color: #004fb6;
    height: 30px;
    border-top: 1px solid #004fb6!important;
    border-left: 0px solid #eee!important;
    border-right: 0px solid #eee!important;
    border-bottom: 0px solid #eee!important;
    border-radius: 1px 1px 0 0;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-input:focus {
    border-top: 1px solid #ffd900 !important;
}

form .vertical-align,
.phone {
    min-height: 40px;
	display:table;
	font-size: 1.4em;
}

form .vertical-align label {
	display:table-cell;
	vertical-align:middle;
}
.phone span {
	display:table-cell;
	vertical-align:middle;
}
.phone-align {
	    margin-top: 55px;
}
textarea:disabled, input:not([type]):disabled, input[type="color" i]:disabled, input[type="date" i]:disabled, input[type="datetime" i]:disabled, input[type="datetime-local" i]:disabled, input[type="email" i]:disabled, input[type="month" i]:disabled, input[type="password" i]:disabled, input[type="number" i]:disabled, input[type="search" i]:disabled, input[type="tel" i]:disabled, input[type="text" i]:disabled, input[type="time" i]:disabled, input[type="url" i]:disabled, input[type="week" i]:disabled {
    background-color: #f8f7fb;
	cursor:not-allowed;
}

.content-box {
	background-color: #ffffff;
	padding:10px;
	margin-bottom:10px;
}
.form_style .cell {
	border:1px solid white;
}
.btn-group {
	margin:5px 0 8px;
}
table .btn-group {
	margin:-1px 0 0 0;
}
.btn.checkbox {
	border-radius:4px!important;
    min-width: auto;
    width: 24px;
    background-color: #f5f5f5;
	border:1px solid #cccccc;
    height: 24px;
    margin: 0px 0;
    outline: 0px!important;
    display: inline-block;
    text-decoration: none!important;
    padding: 0;
    font-size: 0px;
    line-height: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    box-shadow: inset 0 6px 6px rgba(255,255,255,0.8);
    text-shadow: none;
}
.stick-top {
	margin-top:0px;
	padding-top:0px;
	
}
.btn.checkbox + span {
	display: table;
	padding-left:5px;
    vertical-align: middle;
    margin: 2px 8px 0 5px;
    font-weight: bold;
	color:#ffd900!important;
	position:relative;
}
.btn.checkbox.active {
    background-image: url(../img/checked.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;
}
.btn.radio {
	border-radius:50%!important;
    min-width: auto;
    width: 24px;
    background-color: #f5f5f5;
	border:1px solid #cccccc;
    height: 24px;
    margin: 0px 0;
    outline: 0px!important;
    display: inline-block;
    text-decoration: none!important;
    padding: 0;
    font-size: 0px;
    line-height: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    box-shadow: inset 0 6px 6px rgba(255,255,255,0.8);
    text-shadow: none;
}

.btn.radio + span {
	display: inline-block;
    vertical-align: middle;
    margin: 2px 8px 0 5px;
    font-weight: bold;
	color:#ffd900!important;
	float:left;
	position:relative;
}
.btn.radio + span.longtext,
.btn.checkbox + span.longtext {

}
.btn.radio.active {
    background-image: url(../img/radio.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 8px 8px;
}

.btn.checkbox:hover,
.btn.checkbox:focus,
.btn.checkbox:active,
.btn.checkbox.focus,
.btn.radio:hover,
.btn.radio:focus,
.btn.radio:active,
.btn.radio.focus {
	border-color: #004fb6;
}

.hidden {
	display:none!important;
}

.notvalid {
    color: red;
    padding: 0px;
    font-weight: bold;
    display: block;
    margin: 0 0 10px 0;
    font-size: 1.1em;
}

.emailregisteredwarn {
    color: red;
    padding: 0px;
    font-weight: bold;
    display: block;
    margin: 0 0 0 0;
    font-size: 1.8em;
    text-align: center;
}

.emailregisteredlink {
    padding: 0px;
    font-weight: bold;
    display: block;
    margin: 0 0 0 0;
    font-size: 1.8em;
    text-align: center;
}

::-webkit-input-placeholder {
	color:#004fb6!important;
	opacity:0.7;
	font-weight:normal;
}
::-moz-placeholder {
	color:#004fb6!important;
	opacity:0.7;
	font-weight:normal;
}
:-ms-input-placeholder {
	color:#004fb6!important;
	opacity:0.7;
	font-weight:normal!important;
}
:-moz-placeholder { 
	color:#004fb6!important;
	opacity:0.7;
	font-weight:normal!important;
}
:focus::-webkit-input-placeholder {
	color:#004fb6!important;
	opacity:0.5;
	font-weight:bold;
}

:focus::-moz-placeholder {
	color:#004fb6!important;
	opacity:0.5;
	font-weight:bold;
}
:focus:-ms-input-placeholder {
	color:#004fb6!important;
	opacity:0.5;
	font-weight:bold;
}
:focus:-moz-placeholder { 
	color:#004fb6!important;
	opacity:0.5;
	font-weight:bold;
}

select {
    background-image: url(../img/down_arrow.png)!important;
    background-position: right 7px center!important;
    background-repeat: no-repeat!important;
    background-size: 12px!important;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
}
select:focus {
    background-image: url(../img/down_arrow2.png)!important;

}
input[type="checkbox"],
select {
	cursor:pointer;
}
label,
input[type="checkbox"] {
	color:#004fb6!important;
	font-size: 1.2em;
}


/* -----------------
   HEADER
-------------------*/

.main-menu *,
.log-out,
.w-nav .w-nav-item {
	transition:all ease 0.2s;
}

.header > .con-right .con-bot .w-nav {
	max-width:482px;
	width:100%;
	margin:0 auto;
	display:block;
	height:25px;
	line-height:25px;
	margin-top:0px
}

.header > .con-right .con-bot .w-nav-item {
	font-size: 14px;
	color:#004fb6!important;
	text-decoration:none!important;
	height:25px;
	line-height:24px;
	padding:0 20px;
	margin:0px;
	width:120px;
	text-align:center;
	display:block;
	float:left;
	position:relative;
}

.header > .con-right .con-bot .w-nav-item {
	font-size: 14px;
	color:white!important;
	text-decoration:none!important;
	height:25px;
	line-height:24px;
	padding:0 20px;
	margin:0px;
	width:120px;
	text-align:center;
	display:block;
	float:left;
	position:relative;
}

.header > .con-right .con-bot .w-nav-item:hover,
.header > .con-right .con-bot .w-nav-item:active,
.header > .con-right .con-bot .w-nav-item:focus {
	background-color:#ffd900;
}

.header > .con-right .con-bot .w-nav-item:before,
.header > .con-right .con-bot .w-nav-item:after {
	content:'';
	cursor:default;
	position:absolute;
	top:0px;
	bottom:0px;
	height:25px;
	width:1px;
	background-color:#eeeeee;
}

.header > .con-right .con-bot .w-nav-item:before {
	left:0px;
}

.header > .con-right .con-bot .w-nav-item:after {
	right:-1px;
}

.header > .con-right .con-bot .w-nav-item:last-child:after {
	right:0px;
}

.logout-btn {
	position:relative;
}

.logout-btn {
    background-image: url(../img/logout.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 20px 17px;
}

.log-out:hover,
.log-out:focus,
.log-out:active {
	background-color:#004fb6;
	color:white!important;
	text-decoration:none!important;
}

.header {
	position:relative;
	z-index:100;
	display:block;
	width:100%;
	background-color:#eeeeee;
	height:119px;
	background-image:url(../img/hbg.png);
	background-position:bottom right;
	background-repeat:repeat-x;
	background-size: 100% 25px;
	box-shadow:  0 4px 2px -2px rgba(0,0,0,0.2);
	-webkit-box-shadow:  0 4px 2px -2px rgba(0,0,0,0.2);
	-moz-box-shadow:  0 4px 2px -2px rgba(0,0,0,0.2);
	-o-box-shadow:  0 4px 2px -2px rgba(0,0,0,0.2);
}
.loginheader {
    background-image:none !important;
}

.header > .con-right h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 40px;
    line-height: 45px;
	text-align:center;
}

.header > .con-right h1,
.header > .con-right p {
	color:white;
}

.header > .con-right .con-top,
.header > .con-right .con-bot {
	width:100%;
	float: left;
	position:relative;
	display:block;
}

.header > .con-right .con-top {
	padding: 0px 10px 15px 0;
	height:94px;
}

.header > .con-right .con-bot {
	height:25px;
	background-color:#7b539a;
		padding-right:0px;
}

.header .logo img {
	width:280px;
	height:auto;
}

.logo {
	background-image:url(../img/overlay.png);
	background-repeat:no-repeat;
	background-position:top right;
	background-size: cover;
}

.header > .con-left {
	width: 400px;
    height: 119px;
	padding:15px;
	display:block;
	float:left;
}

.header > .con-right {
	position:relative;
    margin: 0;
	width:630px;
	display:block;
	float:left;
}
/* -----------------
  Modal
-------------------*/

.modal-content {
	border-radius:0px!important
}

.modal-header {
    padding: 15px 15px 15px 15px;
	background-color:#004fb6!important;
    border-bottom: 1px solid #004fb6!important;
    font-size: 18px;
    color: #ffffff;
}
.modal-header * {
	color:white;
}
.modal-header .close {
    margin-top: 0px;
}

.modal-message {
    margin-top: 5px;
}

.close {
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: white;
    text-shadow: 0;
    filter: alpha(opacity=100);
    opacity: 1;
}
.close:hover,
.close:active,
.close:focus {
	filter: alpha(opacity=80);
    opacity: 0.8;
	color: white;
}
.modal-footer {
	/*background-color:#542f7d;*/
    padding: 0 0px;
    text-align: right;
    /*border-top: 1px solid #542f7d;*/
}
.modal-body {
    position: relative;
    padding: 0 15px;
}
/* -----------------
  BTNS
-------------------*/

.btn {    
    min-width: 150px;
	margin: 10px 0;
	outline:0px!important;
	display: table;
	text-decoration:none!important;
	padding: 10px 18px;
    font-size: 15px;
    line-height: 18px;
    border-radius: 6px;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	white-space: nowrap;
	-ms-touch-action: manipulation;
    touch-action: manipulation;
	cursor: pointer;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
}
table .btn {
	margin:0px;
	}
.btn.icon {
	padding: 10px 18px 10px 12px;
}
.btn.big {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.btn.full-width {
	display:block;
	width:100%;
}

.btn.align-center {
	display:table;
	margin:15px auto;
}

.btn:hover {
	text-decoration:none!important;
}

.btn.right {
	float:right;
    margin: 10px 0;	
}

.btn.center {
    margin: 10px auto;
}

.btn.icon-docs .i-con {
	display: inline-block;
    content: "";
    height: 18px;
    margin-top: -4px;
    vertical-align: middle;
    width: 30px;
    padding-left: 10px;
    background-image: url(../img/icon2.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}
.btn.icon-calc .i-con {
	display: inline-block;
    content: "";
    height: 18px;
    margin-top: -4px;
    vertical-align: middle;
    width: 30px;
    padding-left: 10px;
    background-image: url(../img/calc-icon.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}
.btn.icon-pdf .i-con {
	display: inline-block;
    content: "";
    height: 22px;
    margin-top: -4px;
    vertical-align: middle;
    width: 30px;
    padding-left: 10px;
    background-image: url(../img/pdf-btn.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}
.btn.icon-lock .i-con {
	display: inline-block;
    content: "";
    height: 18px;
    margin-top: -4px;
    vertical-align: middle;
    width: 30px;
    padding-left: 10px;
    background-image: url(../img/btn-lock.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}

.btn.login {
	color:#004fb6!important;
	border: 1px solid #ffd900;
    background: #ffd900;
    font-weight: bold;
}

.btn.login:hover,
.btn.login:active,
.btn.login:focus {
	color:#ffffff!important;
	background: #004fb6;
    border: 1px solid #004fb6;
    font-weight: bold;
}

.btn.loginsecondary {
	color:#004fb6!important;
	border: 1px solid #004fb6;
    background: #fff;
    font-weight: bold;
}

.btn.loginsecondary:hover,
.btn.loginsecondary:active,
.btn.loginsecondary:focus {
	color:#ffffff!important;
	background: #004fb6;
    border: 1px solid #004fb6;
    font-weight: bold;
}

.btn.orange {
	color:#004fb6!important;
	border: 1px solid #ffd900;
    background: #ffd900;
}

.btn.orange:hover,
.btn.orange:active,
.btn.orange:focus {
	color:#ffffff!important;
	background: #004fb6;
    border: 1px solid #004fb6;
}

.btn.purple,
.btn.purplee,
.btn.purple {
	color:#004fb6!important;
	border: 1px solid #ffd900;
    background: #ffd900;
}

.btn.purple:hover,
.btn.purple:active,
.btn.purple:focus {
	color:#ffffff!important;
	background: #004fb6;
    border: 1px solid #004fb6;
}

.btn.grey {
	color: #004fb6;
	background-color:rgb(241,242,242);
	border: 1px solid #eeeeee;
}

.btn.grey:hover,
.btn.grey:active,
.btn.grey:focus {
	color: #004fb6;
	background: #eeeeee;
	border: 1px solid #cccccc;
}
/* -----------------
   main menu
-------------------*/

.navbar-nav {
	display:block;
	width:100%;
}


@media screen and (min-width: 1000px) {
	.center50 {
		width:500px;
		display:table;
		margin:0 auto;
	}
	.navbar-nav > li{
		width:16.666666%;
	}

	.main-menu {
		position:relative;
		z-index:99;
		display:block;
		width:100%;	
	}
}
.main-menu .mm-item,
.main-menu .mm-item-dark {
	border-right:1px solid rgba(0,0,0,0.1)!important;
	border-bottom:1px solid rgba(0,0,0,0.1)!important;
	border-top:0px solid transparent!important;
	border-left:0px solid transparent!important;
}

.main-menu li:first-child .mm-item:first-child {
	border-left:1px solid rgba(0,0,0,0.1)!important;
}

.main-menu .mm-item-dark:last-child {
	border-right:1px solid rgba(0,0,0,0.1)!important;
}

.main-menu .mm-item,
.main-menu .mm-item-dark {
	text-decoration:none!important;
	padding:55px 0 0 0!important;
	position: relative;
	display:block;
	height:88px;
}

.main-menu .mm-item  {
background: rgb(241,242,242);
background: -moz-linear-gradient(top,  rgba(241,242,242,1) 0%, rgba(255,255,255,1) 50%, rgba(241,242,242,1) 100%);
background: -webkit-linear-gradient(top,  rgba(241,242,242,1) 0%,rgba(255,255,255,1) 50%,rgba(241,242,242,1) 100%);
background: linear-gradient(to bottom,  rgba(241,242,242,1) 0%,rgba(255,255,255,1) 50%,rgba(241,242,242,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f2f2', endColorstr='#f1f2f2',GradientType=0 );


}
.main-menu .mm-item:hover,
.main-menu .mm-item:active,
.main-menu .mm-item.current {
background: rgb(247,247,247);
background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(255,255,255,1) 50%, rgba(247,247,247,1) 100%);
background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(255,255,255,1) 50%,rgba(247,247,247,1) 100%);
background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(255,255,255,1) 50%,rgba(247,247,247,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f7f7f7',GradientType=0 );

}

.main-menu .mm-item-dark {
background: rgb(238,233,241);
background: -moz-linear-gradient(top,  rgba(238,233,241,1) 0%, rgba(248,246,249,1) 50%, rgba(238,233,241,1) 100%);
background: -webkit-linear-gradient(top,  rgba(238,233,241,1) 0%,rgba(248,246,249,1) 50%,rgba(238,233,241,1) 100%);
background: linear-gradient(to bottom,  rgba(238,233,241,1) 0%,rgba(248,246,249,1) 50%,rgba(238,233,241,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee9f1', endColorstr='#eee9f1',GradientType=0 );

	background-repeat:repeat-x;
	background-position:top left;

}

.main-menu .mm-item-dark:hover,
.main-menu .mm-item-dark:active,
.main-menu .mm-item-dark.current {
background: rgb(242,239,244);
background: -moz-linear-gradient(top,  rgba(242,239,244,1) 0%, rgba(255,255,255,1) 50%, rgba(242,239,244,1) 100%);
background: -webkit-linear-gradient(top,  rgba(242,239,244,1) 0%,rgba(255,255,255,1) 50%,rgba(242,239,244,1) 100%);
background: linear-gradient(to bottom,  rgba(242,239,244,1) 0%,rgba(255,255,255,1) 50%,rgba(242,239,244,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2eff4', endColorstr='#f2eff4',GradientType=0 );

}

.main-menu .mm-item .mm-label,
.main-menu .mm-item-dark .mm-label {
	text-decoration:none!important;
	text-align:center;
	font-weight:normal;
	font-size:13px;
}

.main-menu .mm-item .mm-label,
.navbar-nav .open .dropdown-menu > li > a {
	color:#0e573f;
	text-decoration:none!important;
}
.main-menu .mm-item-dark .mm-label  {
	color:#0e573f;
	text-decoration:none!important;
}
.main-menu .mm-item:hover .mm-label,
.main-menu .mm-item:active .mm-label,
.main-menu .mm-item.current .mm-label {
	color:#fffffff;
}
.main-menu .mm-item-dark:hover .mm-label,
.main-menu .mm-item-dark:active .mm-label,
.main-menu .mm-item-dark.current .mm-label {
	color:#ffffff;
	
}
.main-menu .mm-item .mm-icon ,
.main-menu .mm-item-dark .mm-icon {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	display:block;
	width:100%;
	height:55px;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 0px solid transparent;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #004fb6!important;
    width: 100%;
    text-align: left;
    padding: 13px 20px 13px 50px;
    font-size: 18px;
    color: white!important;
    background-image: url(../img/mobilemenu.png);
    background-size: inherit;
    background-repeat: no-repeat!important;
    background-position: 13px 15px;
}

/*  main menu icons */

.btn-services .mm-icon {
	background-image:url(../img/btn-services.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}

.btn-services:hover .mm-icon,
.btn-services:active .mm-icon,
.btn-services.current .mm-icon {
	background-image:url(../img/btn-services-hover.png);
}

.btn-policies .mm-icon {
	background-image:url(../img/btn-polices.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}

.btn-policies:hover .mm-icon,
.btn-policies:active .mm-icon,
.btn-policies.current .mm-icon {
	background-image:url(../img/btn-polices-hover.png);
}

.btn-personal .mm-icon {
	background-image:url(../img/btn-personal.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}

.btn-personal:hover .mm-icon,
.btn-personal:active .mm-icon,
.btn-personal.current .mm-icon {
	background-image:url(../img/btn-personal-hover.png);
}

.btn-docs .mm-icon {
	background-image:url(../img/btn-docs.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}

.btn-docs:hover .mm-icon,
.btn-docs:active .mm-icon,
.btn-docs.current .mm-icon {
		background-image:url(../img/btn-docs-hover.png);
}

.btn-customer .mm-icon {
	background-image:url(../img/btn-customer.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}

.btn-customer:hover .mm-icon,
.btn-customer:active .mm-icon,
.btn-customer.current .mm-icon {
		background-image:url(../img/btn-customer-hover.png);
}

.btn-tools .mm-icon {
	background-image:url(../img/btn-tools.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}

.btn-tools:hover .mm-icon,
.btn-tools:active .mm-icon,
.btn-tools.current .mm-icon {
	background-image:url(../img/btn-tools-hover.png);
}

.bc-con a,
.bc-con a:hover,
.bc-con a:active,
.bc-con a:focus {
	text-decoration:none!important;
}

.print-btn {
    text-decoration: none;
    background-color: transparent;
    background-image: url(../img/print.png);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 0px 30px 0 0px;
}
.bc-con {
    float: right;
}

.print-btn:hover,
.print-btn:active,
.print-btn:focus {
    text-decoration: none;
    background-image: url(../img/print-hover.png);
}

.content {
    display: block;
    width: 100%;
	background-color: white!important;
    background-color: #ffffff;
    min-height: 300px;
    padding-bottom: 15px;
}

.footer .at_top,
.footer .at_bottom {
	padding-top:18px;
	padding-bottom:18px;
	display:block;
	width:100%;
}
.footer .at_bottom {
    font-size: 12px;
    text-align: center;
}

.footer .at_bottom p {
	margin:0px
}

.footer .at_top {
	background-color:#542f7d!important;
	color:white;
}
.footer .at_top a {
	display:block;
	margin-bottom:7px;
	text-decoration:none!important;
	color:white;
}
.footer .at_top a:hover,
.footer .at_top a:active,
.footer .at_top a:focus {
	text-decoration:none!important;
	color:rgba(255,255,255,0.85);
}
.footer .at_bottom {
	background-color:white;
	color:#5a2b81;
}
.navbar-toggle {
    position: relative;
    float: none;
    padding: 9px 10px;
    margin-top: 0px;
    margin-left: 0px;
	margin-right:0px;
	margin-bottom:0px;
    background-color: transparent;
    background-image: none;
    border: 0px solid transparent!important;
    border-radius: 0px;
}

.btn-primary {
	display: table;
	margin:5px 0;
	text-decoration:none!important;
	background-color: #ffd900;
	padding:10px;
	color: #004fb6;
}

.btn-primary:hover,
.btn-primary.hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #004fb6;
  color: #ffffff;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color:#a99cc6!important;
	cursor:no-drop!important;
}
.linefix {
	margin-top:20px;
	margin-bottom:10px;
}

/* -----------------
   Tabs
-------------------*/
.tabs-con {
	padding:0 15px;
	display:block;
}

.tabs-nav  {
	display:table;
	width:100%;
	border-bottom:0px solid #eee;
}

.tabs-nav .tab-item {
	display:table-cell!important;
	width:auto;
	padding-right:3px;
}

.tabs-nav .tab-item:last-child {
	padding-right:0px;
}

.tabs-nav a {
    height:68px;
	text-align:center;
	display: block;
    width: 100%;
	text-decoration:none!important;
	padding: 10px 30px;
	background-color:#ffd900;
	border-top: 2px solid #ffd900;
	color:#004fb6!important;
	-webkit-border-top-left-radius: 1px;
	-webkit-border-top-right-radius: 1px;
	-moz-border-radius-topleft: 1px;
	-moz-border-radius-topright: 1px;
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
	font-size: 1.3em;
}

.tabs-nav  a:hover,
.tabs-nav  a:focus {
	text-decoration:none!important;
	background-color:#004fb6;
	border-top: 2px solid #004fb6;
	color:#fff!important;
}

.tabs-nav a.active {
    position: relative;
    /*z-index: 100;*/
    background-color: #ffffff;
    border-top: 2px solid #ffd900;
    border-left: 0px solid #004fb6;
    border-right: 0px solid #004fb6;
    color: #004fb6!important;
}

.tabs-details {
	box-shadow: 0 -15px 15px -15px rgba(0,0,0,0.3);
   	-webkit-box-shadow: 0 -15px 15px -15px rgba(0,0,0,0.3);
   	-moz-box-shadow: 0 -15px 15px -15px rgba(0,0,0,0.3);
    z-index: 0;
    position: relative;
    border-top: 1px solid #ddd;
    margin-top: -1px;
	background-color:#ffffff;
	padding-bottom: 13px;
	padding-top: 13px;
	border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}


.devide {
    position: relative;
    margin: 0px 13px 0px 13px;
	opacity:0;
    display:block;
    clear: both;
    height: 10px;
    border-bottom:0px solid #004fb6;
}

/* -----------------
   Table
-------------------*/

table{
	width:100%!important;
}

table.dataTable thead tr th {
	background-color:#ffd900;
	color: #004fb6;
}

table.bank-tbl {
	border-bottom:2px solid white;
}
table.bank-tbl tr td {
	vertical-align:top;
    background-color: #eeeeee;
	padding: 10px 8px 10px 8px;
	font-weight:normal;
	outline:0;

}

table.dataTable thead tr th,
table.dataTable tbody tr td,
table.reg-tbl thead tr th,
table.reg-tbl tbody tr td {
	vertical-align:top;
	padding: 10px 8px 10px 8px;
	font-weight:normal;
	border:1px solid #ffffff;
	outline:0;
	font-size: 1.3em;

}
#tblWithdrawalsHistoryTable2{
    font-size:9px;
}
#tblWithdrawalsHistoryTable3{
    font-size:9px;
}

table.middle thead tr th,
table.middle tbody tr td {
	vertical-align:middle;
}

table.reg-tbl tbody tr td.td_totalsRows {
    font-weight: bold;
}



table.dataTable thead tr th:first-child,
table.dataTable tbody tr td:first-child,
table.reg-tbl thead tr th:first-child,
table.reg-tbl tbody tr td:first-child {
	border-left:0px solid white!important;
}

table.dataTable thead tr th:last-child,
table.dataTable tbody tr td:last-child,
table.reg-tbl thead tr th:last-child,
table.reg-tbl tbody tr td:last-child {
	border-right:0px solid white!important;
}

table.reg-tbl tbody tr td {
	padding: 10px 8px 10px 8px;
}

table.dataTable thead tr th.sorting,
table.dataTable thead tr th.sorting_desc,
table.dataTable thead tr th.sorting_asc {
	padding: 10px 16px 10px 8px;
}

table.dataTable thead tr th.currency_header {
    text-align: center;
}

table.dataTable tbody tr.even td,
table.reg-tbl tbody tr:nth-child(even),
table.bank-tbl.even tr td {
    background-color: #eeeeee;
}

table.dataTable tbody tr.odd td,
table.reg-tbl tbody tr:nth-child(odd),
table.bank-tbl.odd tr td  {
	background-color:rgb(241,242,242);
}

table.dataTable tbody tr:hover td,
table.reg-tblb tbody tr:hover td {
	background-color:#ffffff;
}
table.reg-tbl.label-col1 tbody td:first-child {
	color:#004fb6!important;
	font-weight: bold;
}

table.reg-tbl.label-col1 tbody tr td.currency {
    text-align: right;
}

table.dataTable thead .sorting {
    background-image: url(../img/sort.png);
}

table.dataTable>tbody>tr.child span.dtr-title {
	width:100%!important;
}

table.dataTable thead .sorting_desc {
    background-image: url(../img/sort_desc.png);
}

table.dataTable thead .sorting_asc {
    background-image: url(../img/sort_asc.png);
}

table.dataTable thead .sorting:hover,
table.dataTable thead .sorting_desc:hover,
table.dataTable thead .sorting_asc:hover,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting:active,
table.dataTable thead .sorting_desc:active,
table.dataTable thead .sorting_asc:active,
table.dataTable thead .sorting:focus,
table.dataTable thead .sorting_desc:focus,
table.dataTable thead .sorting_asc:focus {
	background-color:#004fb6;
	color: #fff;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    background-repeat: no-repeat;
    background-position: center right 3px;
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
    cursor: pointer;
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty {
    cursor: default !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before {
    display: none !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child,table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child {
    position: relative;
    padding-left: 40px;
    cursor: pointer;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    top: 0px;
    left: 0px;
    bottom: 0;
    height: auto;
    width: 30px;
    display: block;
    position: absolute;
    color: #fff;
    border: 0px solid #fff;
    border-radius: 0px;
    box-shadow: none;
    box-sizing: content-box;
    text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 40px;
    content: '+';
    background-color: #f15e22;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    content: '-';
    background-color: #004fb6;
    color: #ffffff;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.child td:before {
    display: none;
}

table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child {
    padding-left: 27px;
}

table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child:before,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child:before {
    top: 5px;
    left: 4px;
    height: 14px;
    width: 14px;
    border-radius: 14px;
    line-height: 14px;
    text-indent: 3px;
}

table.dataTable.dtr-column>tbody>tr>td.control,table.dataTable.dtr-column>tbody>tr>th.control {
    position: relative;
    cursor: pointer;
}

table.dataTable.dtr-column>tbody>tr>td.control:before,table.dataTable.dtr-column>tbody>tr>th.control:before {
    top: 0px;
    left: 0px;
    bottom: 0;
    height: auto;
    width: 30px;
    display: block;
    position: absolute;
    color: #fff;
    border: 0px solid #fff;
    border-radius: 0px;
    box-shadow: none;
    box-sizing: content-box;
    text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 40px;
    content: '+';
    background-color: #f15e22;
}

.pagination {
  float: right;
  margin:8px 0 8px 0;
}

table.dataTable>tbody>tr.child td,
table.dataTable>tbody>tr.parent td {
    background-color: #ffffff!important;
}
table.dataTable>tbody>td.parent:hover,
table.dataTable>tbody>td.child:hover {
	background-color:#ffffff!important;	
}

.pagination *:focus {
	outline:0!important;
}

.pagination > li > a, .pagination > li > span {
    color: #004fb6;
    background-color: #fff;
    border: 1px solid #004fb6;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	color: #004fb6;
	background-color: #ffd900;
    border-color: #004fb6;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #004fb6;
    background-color: #ffd900;
    border-color: #004fb6;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    cursor: not-allowed;
    color: #0e573f;
    background-color: #EAEAF7;
    border: 1px solid #004fb6;
	opacity:0.5;
}
.pagination > li:last-child > a, .pagination > li:last-child > span,
.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-radius:0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
table.dataTable.dtr-column>tbody>tr.parent td.control:before,table.dataTable.dtr-column>tbody>tr.parent th.control:before {
    content: '-';
    background-color: #004fb6;
    color: #ffffff;
}

table.dataTable>tbody>tr.child {
    padding: .5em 1em;
}

table.dataTable>tbody>tr.child:hover {
    background: transparent !important;
}

table.dataTable>tbody>tr.child ul {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

table.dataTable>tbody>tr.child ul li {
    border-bottom: 1px solid #ffffff;
    padding: .5em 0;
}

table.dataTable>tbody>tr.child ul li:first-child {
    padding-top: 0;
}

table.dataTable>tbody>tr.child ul li:last-child {
    border-bottom: none;
}

table.dataTable>tbody>tr.child span.dtr-title {
    display: inline-block;
    width: 91px;
    font-weight: 700;
	color:#0e573f;
}
table.dataTable>tbody>tr.child span.dtr-title:after {
	content:':';
	display:inline;
}

table.dataTable>tbody>tr>td.currency {
    text-align: right;
}

.paging_simple_numbers {
	
	padding:0 15px 0 0 
}
.dataTables_filter {
	float:right;
}

div.dtr-modal {
    position: fixed;
    box-sizing: border-box;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    padding: 10em 1em;
}

div.dtr-modal div.dtr-modal-display {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 50%;
    overflow: auto;
    margin: auto;
    z-index: 102;
    overflow: auto;
    background-color: #f5f5f7;
    border: 1px solid #000;
    border-radius: .5em;
    box-shadow: 0 12px 30px rgba(0,0,0,0.6);
}

div.dtr-modal div.dtr-modal-content {
    position: relative;
    padding: 1em;
}

div.dtr-modal div.dtr-modal-close {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 22px;
    height: 22px;
    border: 1px solid #eaeaea;
    background-color: #f9f9f9;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    z-index: 12;
}

div.dtr-modal div.dtr-modal-close:hover {
    background-color: #eaeaea;
}

.dataTables_filter {
	float:right;
}

div.dtr-modal div.dtr-modal-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    background: rgba(0,0,0,0.6);
}

@media (max-width: 1000px) {
	.page-title {
	    line-height: 46px;
	}
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 0px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 0px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 0px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-nav {
		margin-left:0px;
		margin-right:0px;
	}
	}
	
.dataTables_wrapper {
		background-color:rgb(241,242,242);
}
.dropdown-menu > li > a {
    transition: none!important;
    background-color: #ececed;
    border-bottom: 1px solid white;
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -o-transition: none!important;
    padding: 10px;
    color: #000!important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:active,
.dropdown-menu > li > a:focus {
    background-color: #cccccc;
	color:#000!important;
}
.dropdown-menu {
	padding:0px;
}
.container {
	background-color:white;
}

.containerLogo {
	background-color:#ffd900;
	color:transparent;
	background: transparent url("../../images/aviva-logo.png") 0 0 no-repeat;
}

@media (min-width: 1000px) {
	.main-menu .mm-item-dark.btn-customer {
	    /*margin-left: 5px;*/
		border-left: 1px solid rgba(0,0,0,0.1)!important;
	}
	.logout-btn {
    background-image: url(../img/logout.png);
    background-repeat: no-repeat;
    background-position: center right 15px;
    padding: 0 25px 0 13px!important;
    background-size: 20px 17px;
}
.dataTables_length,
.dataTables_filter {
	padding:15px 15px 8px 15px;
}

.dropdown-menu > li > a {
	padding: 7px 20px;
}
.container {
	width: 1000px!important;
}
ul.nav li.dropdown:hover ul.dropdown-menu{
	display: block;
}
}

@media (min-width: 992px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 768px) and (max-width: 1000px) {
	.print-btn {
		float:right;
		max-height:21px;
	}
	.tabs-nav a {
		padding: 10px 5px!important;
	}
	.navbar-collapse.collapse {
       display: none !important;
	}
	
	.navbar-toggle {
        display: block !important;
	}
	
	.navbar-header {
		float: none;
	}
}

@media screen and (max-width: 1000px) {

	.devide {visibility:hidden;height:0px;}
	.header > .con-right .con-bot .w-nav-item {
    width: auto;
}

.header > .con-right .con-bot .w-nav {
    max-width: 351px;
    width: 100%;
    margin: 0 auto;
    display: block;
    height: 25px;
    line-height: 25px;
}
	.header > .con-right .con-bot {

    padding-right: 0px;
}
	.dataTables_length,
.dataTables_filter {
	padding:15px 0px 8px 0px;
}
	.dataTables_wrapper .row {
    margin-right: 0px;
    margin-left: 0px;
}
/*.dataTables_wrapper .col-sm-12 {padding:0px!important;}*/

	.log-out {
		position: absolute;
		right: 0;
		text-align: center;
		color: white;
		top: 0;
		bottom: 0px;
		padding: 43px 5px 0 5px;
		width: 80px;
		background-color: #f15e22;
		background-image: url(../img/logout-2.png);
		background-repeat: no-repeat;
		background-size: 50px;
		background-position: center 8px;
	}

	.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 10px 15px 10px 15px;
	}
	
	.main-menu .mm-item .mm-icon, .main-menu .mm-item-dark .mm-icon {
		position: absolute;
		top: 10px;
		left: 0px;
		bottom: 0px;
		right: auto;
		display: block;
		width: 65px;
		background-position: center center!important;
		background-size: contain;
		height: 30px;
	}
	
	.main-menu .mm-item .mm-label, .main-menu .mm-item-dark .mm-label {
		text-align: left;
		font-weight: normal;
		font-size: 16px;
	}

	.main-menu .mm-item, .main-menu .mm-item-dark {
		text-decoration: none!important;
		padding: 16px 0 0 65px!important;
		position: relative;
		display: block;
		height: 54px;
	}
	
	.header {
		display: table;
		height: auto;
	}
	
	.header > .con-left {
		width: 40%;
		height: 98px;
		padding: 15px 62px 15px 15px;
		display: block;
		float: left;
	}
	
	.header .logo img {
		width: 100%;
		height: auto;
	}
	
	.header > .con-right {
		position: relative;
		margin: 0;
		width: 60%;
		display: block;
		float: left;
	}
	
	.header > .con-right .con-top {
		height:73px;
	}
	.header > .con-right h1 {
		margin-top:0px;
		padding-top:0px;
		font-size: 30px;
		line-height: 35px;
	}
}
@media screen and (min-width: 768px) {
	.dataTables_filter input {
		margin-left:13px;
	}
}

@media screen and (max-width: 768px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #004fb6;
    text-decoration: none;
}
.tabs-nav .tab-item {
	display:block!important;
	width:100%;
	padding-right:0px!important;
}

.tabs-con {
    padding: 0px;
}
	.linefix {
		margin-top:5px;
	}
	.dataTables_filter {
	float:none!important;
}



	.logo {
    background-position: top right;
    background-size: cover;
}


	.header > .con-right h1 {
		margin-top:6px;
		font-size:24px;
		line-height:26px;
		text-align:center;
	}
}
@media screen and (min-width: 578px) and (max-width: 589px) {
	.header > .con-right .con-bot .w-nav-item {
		padding:0 19px!important;
	}

}
@media screen and (min-width: 578px) and (max-width: 1000px) {
	.header > .con-right .con-bot .w-nav-item.logout-btn {
	    padding: 0 23px 0 12px!important;
	}
}

@media screen and (max-width: 578px) {
h1, .h1 {
    font-size: 20px;
}
h2, .h2 {
    font-size: 19px;
}
h3, .h3 {
    font-size: 18px;
}
h4, .h4 {
    font-size: 16px;
}
	.first-btn {
		background-image: url(../img/house-icon.png);
		background-repeat: no-repeat;
		background-position: center center;
background-size: 30px 30px;
	}
	
	.second-btn {
		background-image: url(../img/info-icon.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 30px 30px;
	}
	
	.third-btn {
		background-image: url(../img/phone-icon.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 30px 30px;
	}
	
	.logout-btn {
		background-image: url(../img/doors-icon.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 40px 40px;
	}
	
	.header > .con-right .con-bot .w-nav-item {
		font-size:0em!important;
		color:transparent;
		width: 25%;
		height:45px;
		padding:5px;
	}
	
	.header > .con-right .con-bot {
		border-top:1px solid rgba(255,255,255,0.5);
		border-bottom:1px solid rgba(255,255,255,0.5);
	}
	
	.header > .con-right .con-bot .w-nav-item.first-btn,
	.header > .con-right .con-bot .w-nav-item.second-btn,
	.header > .con-right .con-bot .w-nav-item.third-btn	{
		border-right:1px solid rgba(255,255,255,0.5);

	}
	
	.header > .con-right .con-bot .w-nav-item:before, .header > .con-right .con-bot .w-nav-item:after {
		top: 5px;
		width: 0px;
		display:none;
	}

	.header > .con-right .con-top {
	background-color:#ffd900!important;
	color:#004fb6;
	padding-left:0px;
	padding-right:0px;
	}

	.header > .con-right .con-top,
	.header > .con-right .con-bot {
		height:auto;
	}

.header > .con-right .con-bot .w-nav {
    max-width: none;
    width: 100%;
    margin: 0 auto!important;
    display: block;
    height: auto;
    line-height: 25px;
}

	.header > .con-left {
		padding:15px;
		height:auto;
		background-color: #ffd900;
	}
	

	
	.header > .con-right h1 {
		margin-top:0px;
		padding:0 12px;
	}

	.header > .con-right .con-bot .w-nav {
		margin:0px 8px;
	}

	.header,
	.header > .con-left,
	.header > .con-right {
		display:block!important;
		width:100%;
	}
		
	.header > .logo img {
		display:block;
		margin:0 auto;
		width: 100%;
		max-width:280px;
		height:auto;
	}
}

@media screen and (max-width: 365px) {

.header > .con-right .con-bot .w-nav {
	margin:0px 0px;
}
}

@media screen and (max-width: 300px) {

}


@media screen and (max-width: 767px) {
    div.dtr-modal div.dtr-modal-display {
        width: 95%;
    }
}

/* Cookie bar */
#cookie-bar .coockie-btns {
    display: inline-block;
    width:230px;
}

#cookie-bar .coockie-con {
    max-width:1000px;
    margin:0 auto!important;
    text-align:left;
    display:block;
    font-size: 1.2em;
}

#cookie-bar .cb-enable {
    z-index: 0;
    color: #fff;
    margin-right: -10px;
    display: inline-block;
    border-radius: 0px;
    text-decoration: none;
    padding: 6px 25px 6px 10px;
}

#cookie-bar .cb-enable:before {
    background-color: #004fb6;
    content: '';
    position: absolute;
    top: 0;
    right: 17px;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skew(25deg);
    -ms-transform: skew(25deg);
    transform: skew(25deg);
    z-index: -1;
}

#cookie-bar .cb-policy {
    z-index: 0;
    color: #ffffff;
    display: inline-block;
    border-radius: 0px;
    text-decoration: none;
    padding: 6px 10px 6px 25px;
}

#cookie-bar .cb-policy:before {
    background-color: #004fb6;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skew(25deg);
    -ms-transform: skew(25deg);
    transform: skew(25deg);
    z-index: -1;
}

#cookie-bar .cb-enable:hover:before {background-color: #001e60!important;}
#cookie-bar .cb-policy:hover:before {background-color: #001e60!important;}
#cookie-bar > .coockie-con > p {
    width:770px;
    margin: 15px 0 0px;
    padding-right:5px;
    display:inline-block;
}

#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar a {font-size:13px!important;z-index:0;color:#ffffff; display:inline-block; border-radius:0px; text-decoration:none;overflow:hidden;font-weight:600}
#cookie-bar .cb-enable,
#cookie-bar .cb-disable,
#cookie-bar .cb-policy {
    position:relative;
}

#cookie-bar{
    background: transparent;
    text-align:left;
    height: auto;
    line-height: 24px;
    text-align: left;
}

@media screen and (max-width: 1000px) {
    .coockie-btns {
        margin-top:10px;
        margin-bottom:10px;
    }
    #cookie-bar {
        padding:0 10px;
    }
    #cookie-bar .coockie-con {
        max-width:750px;
    }
    #cookie-bar > .coockie-con > p {
        width:auto;
    }
}




.site-global-header,
.site-global-footer {
    -webkit-box-flex: 0;
    -ms-flex: none;
    width:100%;
    flex: none;
}

.nav-top {
    background-color: #444444;
    color: #000000;
    margin: 0;
    height: 30px;
    padding: 5px 0;
}
.nav-top .nav-external {
    margin: 0;
    padding: 0;
    font-size: 12px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.nav-top .nav-external > li {
    margin: 0;
    padding: 0 0 0 20px;
}
.nav-top .nav-external > li > a, .nav-top .nav-external > li > a:hover, .nav-top .nav-external > li > a:active, .nav-top .nav-external > li > a:focus {
    color: #004fb6;
}

.osc-header {
    margin-bottom: 0;
    background-color: #ffd900;
    margin-left:2px;
    margin-right:2px;
    margin-bottom:50px;
}

.navbar-static-top {
    background-color: #ffd900;
    border-top: none;
    box-shadow: 0 0 2px 0 #858585;
    margin-bottom: 0; 
}

.unauthbrand {
    padding: 0;
    margin: 20px 0px 0px 42%;
    width: 230px;
    height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
    background: transparent url("../../images/aviva-logo.png") 0 0 no-repeat;
    text-decoration: none;
}

.navbar-brand {
    padding: 0;
    margin: 20px 0px 0px 0px;
    width: 230px;
    height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
    background: transparent url("../../images/nbr/aviva-logo.png") 0 0 no-repeat;
}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}

.navbar > .containerlogo .navbar-brand,
.navbar > .containerlogo-fluid .navbar-brand {
    margin-left: 0;
}
.nav-footer {
    margin: 0;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
    color: #ffffff;
    text-decoration: none;
    background-color: #333;
}

.nav-footer > li {
    padding: 0 10px;
    border-left: solid 1px #ffffff;
    line-height: 1;
    background-color: #333;
}
.nav-footer > li:first-of-type {
    border-left: none;
}
.nav-footer a,
.nav-footer a:hover,
.nav-footer a:active,
.nav-footer a:visited,
.nav-footer a:focus {
    color: #ffffff;
}

.nav-footer-mini {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
    color: #004FB6;
}
.nav-footer-mini > li {
    padding: 0 10px;
    border-left: solid 1px #004FB6;
    line-height: 1;
}
.nav-footer-mini > li:first-of-type {
    border-left: none;
}
.nav-footer-mini a,
.nav-footer-mini a:hover,
.nav-footer-mini a:active,
.nav-footer-mini a:visited,
.nav-footer-mini a:focus {
    color: #004FB6;
}

.generic-footer {
    font-size: 12px;
    background-color: #333;
    padding: 20px 0 10px;
    color: #ffffff;
   	margin-right: -15px;
    margin-left: -15px;
    
}

.generic-footer .nav-footer {
    border-bottom: solid 0px #eeeeee;
    padding: 0 0 9px;
    margin: 0 0 10px;
    background-color: #333;
}

.generic-footer-mf {
    font-size: 12px;
    background-color: #333;
    padding: 20px 0 10px;
    color: #ffffff;
   	margin-right: 0px;
    margin-left: 0px;
    
}

.generic-footer-mf .nav-footer {
    border-bottom: solid 0px #eeeeee;
    padding: 0 0 9px;
    margin: 0 0 10px;
    background-color: #333;
}


.a-logontextbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: .25em;
    -webkit-box-shadow: 0 2px 2px 0 hsla(0,0%,80%,.5) inset;
    box-shadow: inset 0 2px 2px 0 hsla(0,0%,80%,.5);
    color: #444;
    display: block;
    height: 3.125em;
    line-height: 1.5em;
    max-width: 100%;
    padding: .75em 1.25em;
    position: relative;
    -webkit-transition: background-color .35s,border-color .35s,-webkit-box-shadow .35s;
    transition: background-color .35s,border-color .35s,-webkit-box-shadow .35s;
    transition: background-color .35s,border-color .35s,box-shadow .35s;
    transition: background-color .35s,border-color .35s,box-shadow .35s,-webkit-box-shadow .35s;
    width: 100%;
    z-index: 2;
    font-size: 1.4em;
}

.a-logintext {
    color: #5c596d;
    display: block;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.a-logintext--3 {
    font-size: 1.4em;
    letter-spacing: -.00625em;
    line-height: 1.4em;
    margin-bottom: .5em;
    margin-top: 1em;
}

.a-largertext {
    color: #5c596d;
    display: block;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.a-largertext--3 {
    font-size: 1.3em;
    letter-spacing: -.00625em;
    line-height: 1.4em;
    margin-bottom: .5em;
    margin-top: 1em;
}

.a-labellogin {
    color: #5c596d;
    display: block;
    font-size: 1.375em;
    font-style: normal;
    letter-spacing: -.0045em;
    line-height: 1.363em;
    margin: 0 0 .4545em;
    padding: 0;
}

.menubannerlarger {
    font-size: 1.4em;
    line-height: 1.4em;
    margin-bottom: .5em;
    margin-top: 1em;
}

/* UIB styles
*/
[uib-tooltip-popup].tooltip.top-left > .tooltip-arrow,[uib-tooltip-popup].tooltip.top-right > .tooltip-arrow,[uib-tooltip-popup].tooltip.bottom-left > .tooltip-arrow,[uib-tooltip-popup].tooltip.bottom-right > .tooltip-arrow,[uib-tooltip-popup].tooltip.left-top > .tooltip-arrow,[uib-tooltip-popup].tooltip.left-bottom > .tooltip-arrow,[uib-tooltip-popup].tooltip.right-top > .tooltip-arrow,[uib-tooltip-popup].tooltip.right-bottom > .tooltip-arrow,[uib-tooltip-html-popup].tooltip.top-left > .tooltip-arrow,[uib-tooltip-html-popup].tooltip.top-right > .tooltip-arrow,[uib-tooltip-html-popup].tooltip.bottom-left > .tooltip-arrow,[uib-tooltip-html-popup].tooltip.bottom-right > .tooltip-arrow,[uib-tooltip-html-popup].tooltip.left-top > .tooltip-arrow,[uib-tooltip-html-popup].tooltip.left-bottom > .tooltip-arrow,[uib-tooltip-html-popup].tooltip.right-top > .tooltip-arrow,[uib-tooltip-html-popup].tooltip.right-bottom > .tooltip-arrow,[uib-tooltip-template-popup].tooltip.top-left > .tooltip-arrow,[uib-tooltip-template-popup].tooltip.top-right > .tooltip-arrow,[uib-tooltip-template-popup].tooltip.bottom-left > .tooltip-arrow,[uib-tooltip-template-popup].tooltip.bottom-right > .tooltip-arrow,[uib-tooltip-template-popup].tooltip.left-top > .tooltip-arrow,[uib-tooltip-template-popup].tooltip.left-bottom > .tooltip-arrow,[uib-tooltip-template-popup].tooltip.right-top > .tooltip-arrow,[uib-tooltip-template-popup].tooltip.right-bottom > .tooltip-arrow,[uib-popover-popup].popover.top-left > .arrow,[uib-popover-popup].popover.top-right > .arrow,[uib-popover-popup].popover.bottom-left > .arrow,[uib-popover-popup].popover.bottom-right > .arrow,[uib-popover-popup].popover.left-top > .arrow,[uib-popover-popup].popover.left-bottom > .arrow,[uib-popover-popup].popover.right-top > .arrow,[uib-popover-popup].popover.right-bottom > .arrow,[uib-popover-html-popup].popover.top-left > .arrow,[uib-popover-html-popup].popover.top-right > .arrow,[uib-popover-html-popup].popover.bottom-left > .arrow,[uib-popover-html-popup].popover.bottom-right > .arrow,[uib-popover-html-popup].popover.left-top > .arrow,[uib-popover-html-popup].popover.left-bottom > .arrow,[uib-popover-html-popup].popover.right-top > .arrow,[uib-popover-html-popup].popover.right-bottom > .arrow,[uib-popover-template-popup].popover.top-left > .arrow,[uib-popover-template-popup].popover.top-right > .arrow,[uib-popover-template-popup].popover.bottom-left > .arrow,[uib-popover-template-popup].popover.bottom-right > .arrow,[uib-popover-template-popup].popover.left-top > .arrow,[uib-popover-template-popup].popover.left-bottom > .arrow,[uib-popover-template-popup].popover.right-top > .arrow,[uib-popover-template-popup].popover.right-bottom > .arrow{top:auto;bottom:auto;left:auto;right:auto;margin:0;}[uib-popover-popup].popover,[uib-popover-html-popup].popover,[uib-popover-template-popup].popover{display:block !important;}