<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#Payslip_Grid table tr {
    cursor: pointer;
}

.fas {
    margin-top:15px;
}

.tCookies table {
    background: #ecedee;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #E5E5E5;
    border-collapse:collapse;
    width: 100%;
}

   .tCookies table.empty, .tCookies table.empty td { background: none; border: none; padding: 0; }

    .tCookies table th, .tCookies table td {
        padding: 8px;
        vertical-align: middle;
    }
    
    .tCookies table th {
        border: 1px solid #E5E5E5;
        color: #fff;
        font-family: var(--current-font), Calibri, Arial, Helvetiva, sans-serif;
        font-weight: normal;
        text-align: left;
        font-size:12pt;
    }
        .tCookies table th:first-child {
            border-left-color: #E5E5E5;
        }
        
    .tCookies table td { border-width: 0 1px 0 0; border-style: solid; border-color: #E5E5E5;}
        .tCookies table td:first-child { border-width: 0 1px;  }
    
    .tCookies table tr:nth-child(even) { background: #EDEDED; }
     .tCookies table tr:nth-child(odd) { background: #FFF; }

     .chart-wrapper {
         background:transparent !important;
     }

/****** TIMELINE *******/

.liNoEvent {
    width:460px;
    height:100px;
}
.timeline {
    padding: 0;
    list-style: none;
    position: relative; 
    width:100%;
}
 
.timeline &gt; li {
    position: relative;
}
  
/* Right content */
.timeline &gt; li .tmlContent {
    margin: 0 0 15px 12%;
    background: #3D128A;
    color: #fff;
    padding: 20px;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4;
    position: relative;
    border-radius: 5px;
    width:80%;
}
 
@media only screen and (min-width:1200px) {
    .timeline &gt; li .tmlContent {
        margin: 0 0 15px 8%;
    }
}

@media only screen and (max-width:700px) {
    .timeline &gt; li .tmlContent {
        margin: 0 0 15px 0;
        width:100%;
        margin-top: 120px;
        margin-bottom:100px;
    }

    /* The triangle */
    .timeline &gt; li .tmlContent:after {
        display:none;
    }

    /* The icons */
    .timeline &gt; li .YEARicon {
        width: 60px;
        height: 60px;
        margin-top: -90px;
    }

    .timeline &gt; li .tmlYear {
        color: White;
        padding: 20px 0 0 12px;
        font-size: 16px;
    }

    .liNoEvent {
        width: 460px;
        height: 0px;
    }
}
 
.timeline &gt; li .tmlContent h3 {
    margin-top: 0px !important;
    color:white !important;
    padding: 0 0 5px 0;
}
 
/* The triangle */
.timeline &gt; li .tmlContent:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #3D128A;
    border-width: 10px;
    top: 25px;
}
  
/* The icons */
.timeline &gt; li .YEARicon {
    width: 60px;
    height: 60px;
    position: absolute;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #afdcf8;
    background:#3D128A;
    top: -2px;
}

.timeline &gt; li .tmlYear {
    color:White;
    padding: 20px 0 0 12px;
    font-size:16px;
}

/* The date/time */
.timeline &gt; li .cbp_tmtime {
    display: block;
    width: 10%;
    padding-right: 100px;
    position: absolute;
    top:15px;
}
 
.timeline &gt; li .cbp_tmtime span {
    display: block;
    text-align: right;
}
 
.timeline &gt; li .cbp_tmtime span:first-child {
    font-size: 0.9em;
    color: #bdd0db;
}
 
.timeline &gt; li .cbp_tmtime span:last-child {
    font-size: 2.9em;
    padding-top:20px;
    margin-left:-15px;
    color: #3594cb;
}
 
.timeline &gt; li:nth-child(odd) .cbp_tmtime span:last-child {
    color: #6cbfee;
}

.timelineSplitter {
    width: 100%;
    height: 20px;
    padding-top: -4px;
}
    .timelineSplitter hr {
        background-color: #AFDCF8 !important;
        width: 100%;
        height: 1px;
        margin-left: auto;
        margin-right: auto;
        color: #AFDCF8 !important;
        border: none;
    }
    
.fields {
    width: 100%;
    height: 52px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    font-size: 20px;
    font-family: var(--current-font), Calibri;
    font-style: normal;
    color: #5c5c5c !important;
    padding: 0 20px 0 20px;
    outline: none;
    opacity: 1;
}

.editor {
    width: 100%;
    max-width:100%;
    min-height: 150px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    font-size: 20px;
    font-family: var(--current-font), Calibri;
    font-style: normal;
    color: #5c5c5c !important;
    padding: 10px 10px 0 10px;
    outline: none;
    opacity: 1;
}

.small-editor {
    width: 100%;
    max-width:100%;
    min-height: 75px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    font-size: 20px;
    font-family: var(--current-font), Calibri;
    font-style: normal;
    color: #5c5c5c !important;
    padding: 10px 10px 0 10px;
    outline: none;
    opacity: 1;
}

.dropper {
    width: 100%;
    height: 52px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    font-size: 20px;
    font-family: var(--current-font), Calibri;
    font-style: normal;
    color: #5c5c5c !important;
    padding: 0 20px 0 20px;
    outline: none;
    opacity: 1;
}

select option {
    width: 100%;
    height: 52px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    font-family: var(--current-font), Calibri;
    font-style: normal;
    color: #5c5c5c !important;
    padding: 15px 20px 0 20px;
    outline: none;
    opacity: 1;
}

.QualityFeature {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
    .QualityFeature .QualityFeature-Area-1 {
       min-height:50px;
       background:#004370;
    }
    
    .QualityFeature .QualityFeature-Note-1{
       background:#005188; 
       padding:15px;
    }

    .QualityFeature .QualityFeature-Area-2 {
       min-height:50px;
       background:#B30134;
    }
    
    .QualityFeature .QualityFeature-Note-2 {
       background:#C1444E; 
       padding:15px;
    }

    .QualityFeature .QualityFeature-Area-3 {
       min-height:50px;
       background:#0F4919;
    }
    
    .QualityFeature .QualityFeature-Note-3{
       background:#336230; 
       padding:15px;
    }

    .QualityFeature .QualityFeature-Area-4 {
       min-height:50px;
       background:#810C4A;
    }
    
    .QualityFeature .QualityFeature-Note-4{
       background:#943562; 
       padding:15px;
    }

    .QualityFeature .QualityFeature-Area-5 {
       min-height:50px;
       background:#B65D15;
    }
    
    .QualityFeature .QualityFeature-Note-5{
       background:#C87735; 
       padding:15px;
    }

    .QualityFeature .QualityFeature-Area-6 {
       min-height:50px;
       background:#5F5F61;
    }
    
    .QualityFeature .QualityFeature-Note-6{
       background:#868688; 
       padding:15px;
    }

    .QualityFeature-Area-Content{
       margin-left:15px; 
       margin-right:15px;
    }
    .QualityFeature-Area-Content h1, .QualityFeature-Area-Content h2, .QualityFeature-Area-Content h3, 
    .QualityFeature-Area-Content h4, .QualityFeature-Area-Content h5 {
        color:white !important; 
    }

    .menu-media-centre-container .QualityFeature img {
        display:none;
    }

    .QualityFeature-Area-Img{float:right; height:60px; width:auto;}

@media (max-width:768px) {
    .QualityFeature h2 {
        font-size:27px;
    }
    .QualityFeature h3 {
        font-size:12px;
    }
    .QualityFeature img {
        display:none;
    }
    .QualityFeature-Area-Img {
        display:none;
    }
}

.feature-table {
    border-bottom: solid 0px #E8E8E8;
    padding: 5px;
    overflow: auto;
    color:white !important;
}
.QualityFeature  a h5{
    color: white !important;
}
.QualityFeature  a h5:focus, .QualityFeature  a h5:hover {
        text-decoration: underline;
    }

.QualityFeature img {
    height:60px;
    width:auto;
    margin-top:15px;
    float:right;
}

.FeatureReview {
    width: 96%;
    height: auto !important;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #FFF1CC;
    border: 1px solid #F7C759;
    font-size: 14px;
    font-weight: bold;
}

.quality-feature-list {
	border:15px solid white;
	padding:15px 15px 5px;
    min-height:250px !important;
    margin-bottom:15px;
}
.quality-feature-table a:focus, .quality-feature-table a:hover {
        text-decoration: underline;
    }

.quality-feature-list p, .quality-feature-list h1,.quality-feature-list h2, .quality-feature-list h3,.quality-feature-list h4 { color:white !important;}

@media (max-width:768px) {
    .quality-feature-list {
        border:5px solid white;
        min-height: auto !important;
        margin-bottom:10px;
    }
}

.rating {
}

    .rating:not(:checked) &gt; input {
        position: absolute;
        top: -9999px;
        clip: rect(0,0,0,0);
        visibility: hidden;
    }

    .rating:not(:checked) &gt; label {
        float: right;
        width: 1em;
        padding: 0 .1em; 
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 2em;
        line-height: 1.2;
        color: #e0e0e0;
    }

@media (max-width:768px) {
    .rating:not(:checked) &gt; label {
        font-size: 1.4em;
    }
}

        .rating:not(:checked) &gt; label:before {
            font-family: FontAwesome;
            content: "\f005";
        }

    .rating &gt; input:checked ~ label {
        color: #fa0;
    }
    .rating:not(:checked) &gt; label:hover,
    .rating:not(:checked) &gt; label:hover ~ label {
        color: #fe0;
    }

    .rating &gt; input:checked + label:hover,
    .rating &gt; input:checked + label:hover ~ label,
    .rating &gt; input:checked ~ label:hover,
    .rating &gt; input:checked ~ label:hover ~ label,
    .rating &gt; label:hover ~ input:checked ~ label {
        color: #ea0;
    }

.print-rating {
    display: none;
}

@media print {
    .rating:not(:checked) &gt; label {
        display:none;
    }
    .print-rating {
        display:inherit;
    }
}

.pnl-success {
    background: #e8ffca;
    border: 1px solid #b3dc7c;
    padding-top: 5px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
}
.pnl-success h2 { color:#336230 !important; }
.pnl-success img { width:44px; height:44px; float:right; }
.pnl-success .highlight { color:#0F4919 !important; font-weight:bold;  }

.pnl-failed {
    background-color: #ffd6d6;
    border: 1px solid #ebb1b1;
    padding-top: 5px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
}
.pnl-failed h2 { color:#C1434D !important; }
.pnl-failed img { width:44px; height:44px; float:right;  }
.pnl-failed .highlight { color:#B50C38 !important; font-weight:bold;  }

.wrapper-user-dropdown .profileImage {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #3D128A;
    font-size: 25px;
    color: #fff;
    text-align: center;
    float: left;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-user-dropdown.active .profileImage {
    margin-top: 10px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
}

.wrapper-user-dropdown .profileText {
    margin-left: 60px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-user-dropdown.active .profileText {
    margin-left: 85px;
}

    .wrapper-user-dropdown .profileText p {
        font-size: 10pt !important;
        font-family: var(--current-font), 'Futura Std Light', Calibri, Arial, Verdana !important;
        text-transform: none !important;
        margin: 3px 0;
        opacity: 0.6;
        line-height: 18pt !important;
    }

.profileDetails {
    overflow: hidden;
}

@media only screen and (max-width:700px) {
    .wrapper-user-dropdown .profileImage {
        margin: 0;
    }

    .wrapper-user-dropdown .profileText p {
        font-size: 8pt !important;
        line-height: 12pt !important;
    }
}

.wrapper-user {
    *zoom: 1;
    font-weight: 400;
}

.wrapper-user:after {
    clear: both;
    content: "";
    display: table;
}

.page-top-logo-tag {
    position: relative;
}

.wrapper-user-dropdown {
    /* Size &amp; position */
    position: absolute;
    width: 400px;
    margin: 10px auto;
    padding: 12px 15px;
    max-height: 75px;
    /* Styles */
    border: 1px solid #EFEFEF;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    overflow: hidden;
    z-index: 9999;
    top: 0;
    right: 0; 
    background: white;
}

.wrapper-user-dropdown:after { /* Little arrow */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 45%;
    right: 15px;
    margin-top: 0px;
    border-width: 15px 15px 0 15px;
    border-style: solid;
}

.wrapper-user-dropdown-name {
    width:87%;
}

@media only screen and (max-width:700px) {
    .wrapper-user-dropdown {
        position: relative;
        margin: 0 auto;
    }
}

@media (max-width:768px) {
    .wrapper-user-dropdown {
        width: 330px;
    }
    .wrapper-user-dropdown:after { /* Little arrow */
        top: 40%;
        border-width: 10px 10px 0 10px;
    }
}

.wrapper-user-dropdown .dropdown {
    /* Size &amp; position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    /* Styles */
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0,0,0,0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
    /* Hiding */
    max-height: 0;
    overflow: hidden;
    text-transform: none;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.wrapper-user-dropdown .dropdown li {
    padding: 0 10px ;
}

.wrapper-user-dropdown .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333 !important;
    padding: 10px 0;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
}

.wrapper-user-dropdown .dropdown li:last-of-type a {
    border: none;
}

.wrapper-user-dropdown .dropdown li f {
    margin-right: 10px;
    color: inherit;
    vertical-align: middle;
}

/* Hover state */

.wrapper-user-dropdown .dropdown li:hover a {
    color: #57a9d9 !important;
}

/* Active state */

.wrapper-user-dropdown.active {
    border-radius: 5px 5px 0 0;
    background: #EFEFEF !important;
    box-shadow: none;
    border-bottom: none;
    overflow: visible;
    max-height: none;
}

    .wrapper-user-dropdown.active:after {
        border-color: #5f5f61 transparent !important;
    }

    .wrapper-user-dropdown.active .dropdown {
        border-bottom: 1px solid rgba(0,0,0,0.2) !important;
        max-height: 1000px !important;
    }

.wrapper-user-dropdown:focus { background: #EFEFEF !important; }

    .wrapper-user-dropdown:focus:after { border-color: #5f5f61 transparent !important; }

#pswd_info {
    width: 305px;
    padding: 15px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
    text-align: left;
    position: absolute;
    z-index: 100;
    margin-top: 0px;
    margin-left:-40px;
}
    #pswd_info h4 {
        margin: 0 0 10px 0;
        padding: 0;
        font-weight: normal;
    }
    #pswd_info::before {
        content: "\25B2";
        position: absolute;
        top: -12px;
        left: 45%;
        font-size: 14px;
        line-height: 14px;
        color: #ddd;
        text-shadow: none;
        display: block;
    }

.pswdInvalid {
    padding-left: 100px;
    line-height: 24px;
    color: #ec3f41 !important;
    background-position: 0 -85px;
    list-style: none;
}
.pswdValid {
    padding-left: 0px;
    line-height: 24px;
    color: #3a7d34 !important;
    background-position: 0 -5px;
    list-style: none;
}
        
        #pswd_info {
	        display:none;
        }

        #pswd_info ul, #pswd_info li {
	        margin:0;
	        padding:0;
        }
        
        #pswd_info ul li {
	        margin:10px 0px ;
        }
        
.PasswordStrength
{
	display:block;
	float:left;
	padding-top:5px;
}
.PasswordLabel {
    float: left;
    width: auto;
}
    .PasswordLabel Label {
        font-size: 11px;
        font-weight: bold;
    }
.PasswordField {
    float: left;
    width: auto;
    margin-left:10px;
}
.strengthNone
{
  
    height:10px;
	display:block;
	float:left;
	width:22.5px;
	background:#D1D1D1;
	
}
.End 
{
  
   margin-right:5px;
}

.strength0
{
    height:10px;
	display:block;
	float:left;
	width:22.5px;
	background:#E51900;
	margin-right:5px;
}

.strength1
{
    height:10px;
	display:block;
	float:left;
	width:22.5px;
	background:#E72900;
	margin-right:5px;
}

.strength2
{
    height:10px;
	display:block;
	float:left;
	width:22.5px;
	background:#E84301;
	margin-right:5px;
}

.strength3
{
    height:10px;
	display:block;
	float:left;
	width:22.5px;
	background:#EA5E05;
	margin-right:5px;
}

.strength4
{
    height:10px;
	display:block;
	float:left;
	background:#EA7C0B;
	width:22.5px;
	margin-right:5px;
}

.strength5
{
    height:10px;
	display:block;
	float:left;
	background:#EA9B11;
	width:22.5px;
	margin-right:5px;
}

.strength6
{
    height:10px;
	display:block;
	float:left;
	background:#EAB316;
	width:22.5px;
	margin-right:5px;
}

.strength7
{
    height:10px;
	display:block;
	float:left;
	background:#DEBF1C;
	width:22.5px;
	margin-right:5px;
}

.strength8
{
    height:10px;
	display:block;
	float:left;
	background:#AFBF22;
	width:22.5px;
	margin-right:5px;
}

.strength9
{
    height:10px;
	display:block;
	float:left;
	background:#95BF25;
	width:22.5px;
}

.circle:hover
    {
        cursor:pointer !important;
    }
.circleChangeSmall { width:30px; height:30px; }
.circleChangeSmall:hover
{
    cursor:pointer;
}

.btn-circle {
    display: inline-block;
    width: 156px;
    height: 156px;
    vertical-align: middle;
    text-align: center;
    background: #3D128A;
    background: rgba(12,65,106,.9);
    color: #fff;
    font-size: 28px !important;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 78px;
    -moz-border-radius: 78px;
    border-radius: 78px;
    line-height: 156px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    margin-top:10px;
}

    .btn-circle span {
        vertical-align: middle;
        display: inline-block;
        line-height: 1.2;
        text-align: center;
        width: 100%;
        color: #fff;
    }

    .btn-circle hr {
        width: 32px;
        margin: 15px auto 0 auto;
    }

    .btn-circle:active, .btn-circle:focus, .btn-circle:hover {
        color: #fff;
        background: #3D128A;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('media/icons/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);
}

.attendee-list {
    margin-left:0px !important;
}
.attendee-list li {
      list-style: none;
    }
.attendee-list li:before {
      content:none !important;
    }

.qa-container {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.qa-container::after {
  content: '';
  display: table;
  clear: both;
}

#qa-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}

#qa-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #AFDCF8;
}

@media only screen and (min-width: 1170px) {
  #qa-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #qa-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.qa-timeline-block {
  position: relative;
  margin: 2em 0;
}
.qa-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

.qa-timeline-block:first-child {
  margin-top: 0;
}
.qa-timeline-block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .qa-timeline-block {
    margin: 4em 0;
  }
  .qa-timeline-block:first-child {
    margin-top: 0;
  }
  .qa-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.qa-timeline-year {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #3D128A;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.qa-timeline-year img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

.qa-year {
    color: White;
    padding: 12px 0 0 7px;
    font-size: 12px;
    display: block;
    position: relative;
}

@media only screen and (min-width: 1170px) {
  .qa-timeline-year {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .qa-timeline-year.is-hidden {
    visibility: hidden;
  }
  .cssanimations .qa-timeline-year.bounce-in {
    visibility: visible;
    -webkit-animation: qa-bounce-1 0.6s;
    -moz-animation: qa-bounce-1 0.6s;
    animation: qa-bounce-1 0.6s;
  }
}

@-webkit-keyframes qa-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes qa-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes qa-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.qa-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #DDF0FF;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #E3E9F3;
}
.qa-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.qa-timeline-content p, .qa-timeline-content .qa-read-more, .qa-timeline-content .qa-date {
  font-size: 16px;
  /*font-size: 0.8125rem;*/
}
.qa-timeline-content .qa-read-more, .qa-timeline-content .qa-date {
  display: inline-block;
}
.qa-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.qa-timeline-content .qa-read-more {
  float: right;
  padding: .8em 1em;
  background: #3D128A;
  color: white !important;
  border-radius: 0.25em;
}
.qa-timeline-content .qa-read-more:hover {
  background-color: #11639e;
  color: white !important;
}
.qa-timeline-content .qa-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.qa-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}

@media only screen and (min-width: 768px) {
  .qa-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .qa-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .qa-timeline-content .qa-read-more, .qa-timeline-content .qa-date {
    font-size: 16px;
    /*font-size: 0.875rem;*/
  }
}

@media only screen and (min-width: 1170px) {
  .qa-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .qa-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .qa-timeline-content .qa-read-more {
    float: left;
  }
  .qa-timeline-content .qa-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    /*font-size: 1rem;*/
  }
  .qa-timeline-block:nth-child(even) .qa-timeline-content {
    float: right;
  }
  .qa-timeline-block:nth-child(even) .qa-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .qa-timeline-block:nth-child(even) .qa-timeline-content .qa-read-more {
    float: right;
  }
  .qa-timeline-block:nth-child(even) .qa-timeline-content .qa-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .qa-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .qa-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: qa-bounce-2 0.6s;
    -moz-animation: qa-bounce-2 0.6s;
    animation: qa-bounce-2 0.6s;
  }
    .qa-year {
        font-size: 16px;
        padding: 20px 0 0 12px;
        display: block;
        position: relative;
    }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .qa-timeline-block:nth-child(even) .qa-timeline-content.bounce-in {
    -webkit-animation: qa-bounce-2-inverse 0.6s;
    -moz-animation: qa-bounce-2-inverse 0.6s;
    animation: qa-bounce-2-inverse 0.6s;
  }
}

@-webkit-keyframes qa-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes qa-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}

@keyframes qa-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes qa-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes qa-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}

@keyframes qa-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.featureSelected {
    background-color: #ffff99 !important;
}

.rte-box {
    width:100%;
    padding:20px;
    margin-bottom:10px;
    border-radius:5px;
}

.icon-image {
        display: inline-block;
        width: 32px;
        height: 32px;
        background-size: 32px 35px;
        background-position: center center;
        vertical-align: middle;
        line-height: 32px;
    }

    .file-name {
        display: inline-block;
        vertical-align: middle;
        line-height: 32px;
        padding-left: 3px;
    }

/*Dashboard Benefit Overview Style*/
.qa-container-benefits {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.qa-container-benefits::after {
  content: '';
  display: table;
  clear: both;
}

#qa-benefits {
  position: relative;
  padding: 2em 0;
  padding-top:0;
  margin-bottom: 2em;
}

@media only screen and (min-width: 767px) {
  #qa-benefits {
    margin-bottom: 3em;
  }
  #qa-benefits::before {
    left: 50%;
    margin-left: -2px;
  }
}

.qa-benefits-block {
  position: relative;
  margin: 2em 0;
}
.qa-benefits-block:after {
  content: "";
  display: table;
  clear: both;
}
.qa-benefits-block:first-child {
  margin-top: 0;
}
.qa-benefits-block:last-child {
  margin-bottom: 0;
}

.qa-benefits-block-icon {
    height:100%;
    min-height:100px;
    padding:20px;
    display:inline-block;
    float:left;
    min-width:80px;
    text-align:center; 
}
.qa-benefits-block-icon f {
    font-family: FontAwesome !important; 
    font-size:50px; 
    opacity:0.4; 
    z-index:50000 !important;
}

@media only screen and (min-width: 767px) {
  .qa-benefits-block {
    margin: 4em 0;
  }
  .qa-benefits-block:first-child {
    margin-top: 0;
  }
  .qa-benefits-block:last-child {
    margin-bottom: 0;
  }
}

.qa-benefits-content {
  position: relative;
  background: #F1F4F9;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #E3E9F3;
  min-height:155px;
}
.qa-benefits-content:after {
  content: "";
  display: table;
  clear: both;
}
.qa-benefits-content p {
  font-size: 20px;
  margin: 1em 0;
  line-height: 1.6;
}

.qa-benefits-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}

.qa-benefits-content .qa-read-more {
  font-size: 14px;
  display: inline-block;
  float: right;
  padding: .8em 1em;
  background: #3D128A;
  color: white !important;
  border-radius: 0.25em;
}

.qa-benefits-content .qa-read-more:hover {
  background-color: #11639e;
  color: white !important;
  cursor:pointer;
}

.qa-benefits-highlight {
    background: rgba(12, 65, 106, 0.1);
    padding: 1em;
    margin:-1em;
    font-weight:bold;
    color: #3D128A !important;
    text-align:center;
    border-radius: 0 0 0.25em 0.25em;
    margin-top:5px;
}

@media only screen and (min-width: 768px) {
  .qa-benefits-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .qa-benefits-content p {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .qa-benefits-content .qa-read-more {
    font-size: 16px;
  }
}

/*Dashboard Accounts Overview Style*/
.qa-container-account {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.qa-container-account::after {
  content: '';
  display: table;
  clear: both;
}

#qa-account {
  position: relative;
  padding: 2em 0;
  padding-top:0;
  margin-bottom: 2em;
}

#qa-account::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  left: 20px;
  height: 100%;
  width: 5px;
  background: #E3E9F3;
  display:none;
}

@media only screen and (min-width: 767px) {
  #qa-account {
    margin-top: 2em;
    margin-bottom: 3em;
  }
  #qa-account::before {
    left: 50.6%;
    margin-left: 0px;
    display:block;
  }
}

.qa-account-block {
  position: relative;
  margin: 2em 0;
}
.qa-account-block:after {
  content: "";
  display: table;
  clear: both;
}

.qa-account-block:first-child {
  margin-top: 0;
}

.qa-account-block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 767px) {
  .qa-account-block {
    margin: 4em 0;
  }
  .qa-account-block:first-child {
    margin-top: 0;
  }
  .qa-account-block:last-child {
    margin-bottom: 0;
  }
}

.qa-account-content {
  position: relative;
  margin-left: 120px;
  background: #F1F4F9;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #E3E9F3;
  min-height:80px;
}

.qa-account-content:after {
  content: "";
  display: table;
  clear: both;
}

.qa-account-content p {
  font-size: 20px;
  margin: 1em 0;
  line-height: 1.6;
}

.qa-account-content::before {
  content: '';
  position: absolute;
  top: 24px;
  right: 100%;
  height: 0;
  width: 0;
  border: 25px solid transparent;
  border-right: 13px solid #E3E9F3;
}

.qa-account-content .qa-read-more {
  font-size: 14px;
  display: inline-block;
  float: right;
  padding: .8em 1em;
  background: #3D128A;
  color: white !important;
  border-radius: 0.25em;
}
.qa-account-content .qa-read-more:hover {
  background-color: #11639e;
  color: white !important;
}

@media only screen and (min-width: 768px) {
  .qa-account-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .qa-account-content p {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .qa-account-content .qa-read-more {
    font-size: 16px;
  }
}

@media only screen and (min-width: 767px) {
  .qa-account-content {
    margin-left: 0;
    padding: 1.6em;
    width: 40%;
  }
  .qa-account-content::before {
    top: 24px;
    left: 100%;
    right: auto;
    border-color: transparent;
    border-left: 13px solid #E3E9F3;
  }
  .qa-account-block:nth-child(even) .qa-account-content {
    float: right;
    left:20px;
  }
  .qa-account-block:nth-child(even) .qa-account-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #E3E9F3;
  }
  .cssanimations .qa-account-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .qa-account-content.bounce-in {
    visibility: visible;
    -webkit-animation: qa-bounce-2 0.6s;
    -moz-animation: qa-bounce-2 0.6s;
    animation: qa-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 767px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .qa-account-block:nth-child(even) .qa-account-content.bounce-in {
    -webkit-animation: qa-bounce-2-inverse 0.6s;
    -moz-animation: qa-bounce-2-inverse 0.6s;
    animation: qa-bounce-2-inverse 0.6s;
  }
}

.qa-account-amount {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #DDDDDD;
  /*box-shadow: 0 0 0 4px #9B9B9B, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);*/
  box-shadow:  1px 1px 1px 0.5px rgba(0, 0, 0, .1);
}
    .qa-account-amount:before {
        content: "";
        width: 100px;
        height: 100px;
        display: block;
        position: absolute;
        border-radius: 50px;
    }

.qa-amount {
    color: #5f5f61;
    font-size: 15px;
    font-weight:normal;
    padding: 37px 0 0 0;
    display: block;
    position: relative;
    text-align:center;
}

@media only screen and (min-width: 767px) {
  .qa-account-amount {
    left: 50%;
    margin-left: -40px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .qa-account-amount.is-hidden {
    visibility: hidden;
  }
  .cssanimations .qa-account-amount.bounce-in {
    visibility: visible;
    -webkit-animation: qa-bounce-1 0.6s;
    -moz-animation: qa-bounce-1 0.6s;
    animation: qa-bounce-1 0.6s;
  }
}

.qa-account-amount.bronze p{  color: rgba(223,182,103,1);}
.qa-account-amount.silver p{  color: rgba(160,160,160,1);}
.qa-account-amount.gold p{  color: rgba(242,215,50,1);}

.bronze{
  background: linear-gradient(45deg,  rgba(223,182,103,1) 0%,rgba(249,243,232,1) 56%,rgba(231,192,116,1) 96%); 
  }

.bronze:before{
  background: linear-gradient(135deg,  #d19c35 0%,#f7e6c5 50%,#e8b558 100%);
  border: 1px solid #e6b86a;
  }

.bronze:after{
  background: linear-gradient(45deg,  rgba(223,182,103,1) 0%,rgba(249,243,232,1) 56%,rgba(231,192,116,1) 96%);
  border-top: 1px solid rgba(255,255,255,0.3);
  border-left: 1px solid rgba(255,255,255,0.3);
  border-bottom: 1px solid rgba(209,156,53,0.3);
  border-right: 1px solid rgba(209,156,53,0.5);
  box-shadow: inset 0px 0px 2px 2px rgba(153, 106, 26, .05);
  }

.bronze:hover:after{
  background: linear-gradient(45deg,  rgba(223,182,103,1) 0%,rgba(249,243,232,1) 41%,rgba(231,192,116,1) 96%);
  border-top: 1px solid rgba(255,255,255,0.3);
  border-left: 1px solid rgba(255,255,255,0.3);
  border-bottom: 1px solid rgba(209,156,53,0.3);
  border-right: 1px solid rgba(209,156,53,0.5);
  box-shadow: inset 0px 0px 2px 2px rgba(153, 106, 26, .05);
  }

.silver {
    background: linear-gradient(45deg, rgba(160,160,160,1) 0%,rgba(232,232,232,1) 56%);
}

    .silver:before {
        background: linear-gradient(45deg, rgba(181,181,181,1) 0%,rgba(244,244,244,1) 56%,rgba(232,232,232,1) 96%);
        border: 1px solid rgba(181,181,181,1);
    }

    .silver:after {
        background: linear-gradient(45deg, rgba(181,181,181,1) 0%,rgba(244,244,244,1) 56%,rgba(232,232,232,1) 96%);
        border-top: 1px solid rgba(255,255,255,0.3);
        border-left: 1px solid rgba(255,255,255,0.3);
        border-bottom: 1px solid rgba(160,160,160,0.3);
        border-right: 1px solid rgba(160,160,160,0.5);
        /*box-shadow: inset 0px 0px 2px 2px rgba(150, 150, 150, .05);*/
    }

    .silver:hover:after {
        background: linear-gradient(45deg, rgba(181,181,181,1) 0%,rgba(244,244,244,1) 38%,rgba(232,232,232,1) 96%);
        border-top: 1px solid rgba(255,255,255,0.3);
        border-left: 1px solid rgba(255,255,255,0.3);
        border-bottom: 1px solid rgba(160,160,160,0.3);
        border-right: 1px solid rgba(160,160,160,0.5);
        /*box-shadow: inset 0px 0px 2px 2px rgba(150, 150, 150, .05);*/
    }

.gold{
background: linear-gradient(45deg,  rgba(242,215,12,1) 0%,rgba(255,255,255,1) 56%,rgba(252,235,0,1) 96%);
}

.gold:before{
  background: linear-gradient(45deg,  rgba(242,215,12,1) 0%,rgba(255,255,255,1) 56%,rgba(252,235,0,1) 96%);
  border: 1px solid rgba(242,215,12,1);
  }


.gold:after{
  background: linear-gradient(45deg,  rgba(242,215,12,1) 0%,rgba(255,255,255,1) 56%,rgba(252,235,0,1) 96%);
  border-top: 1px solid rgba(255,255,255,0.3);
  border-left: 1px solid rgba(255,255,255,0.3);
  border-bottom: 1px solid rgba(242,215,12,0.3);
  border-right: 1px solid rgba(242,215,12,0.3);
  box-shadow: inset 0px 0px 2px 2px rgba(150, 150, 150, .05);
  }

.gold:hover:after{
  background: linear-gradient(45deg,  rgba(242,215,12,1) 3%,rgba(255,255,255,1) 39%,rgba(252,235,0,1) 100%);
  border-top: 1px solid rgba(255,255,255,0.3);
  border-left: 1px solid rgba(255,255,255,0.3);
  border-bottom: 1px solid rgba(242,215,12,0.3);
  border-right: 1px solid rgba(242,215,12,0.3);
  box-shadow: inset 0px 0px 2px 2px rgba(150, 150, 150, .05);
  }

.details-dashboard {
    margin-bottom:20px;
}
.details-dashboard h2, .details-dashboard h3, .details-dashboard h4, 
.details-dashboard h5, .details-dashboard h6 {
    color:rgb(181, 5, 54) !important;
}

.details-header {
        background:rgb(181, 5, 54);
        width:100%;
        min-height:60px;
        padding:2px 20px 5px 20px;
    }
    .details-header h3 {
        color:#fff !important;
    }

.details-content {
    background:rgba(181, 5, 54, 0.1);
    border-bottom:solid 0px rgb(181, 5, 54);
    width:100%;
    min-height:60px;
    padding:20px;
}

.details-footer {
    cursor:pointer;
    background:rgba(181, 5, 54, 1);
    width:100%;
    min-height:10px;
    padding:25px 20px 15px 20px;
}
.details-footer p {
    color: #fff !important;
    font-size:14px !important;
}

.documents-dashboard {
    cursor:pointer;
    margin-bottom:20px;
}

.documents-dashboard h2, .documents-dashboard h3, .documents-dashboard h4, 
.documents-dashboard h5, .documents-dashboard h6 {
    color:rgb(182, 93, 21) !important;
}

.documents-header {
        background:rgb(182, 93, 21);
        width:100%;
        min-height:60px;
        padding:2px 20px 5px 20px;
    }
    .documents-header h3 {
        color:#fff !important;
    }

.documents-content {
    background:rgba(182, 93, 21, 0.1);
    width:100%;
    min-height:60px;
    padding:20px;
}
.documents-content h2 {
    font-size:64px;
    text-align:center;
}

.login-dashboard {
    margin-bottom:20px;
}
.login-dashboard h2, .login-dashboard h3, .login-dashboard h4, 
.login-dashboard h5, .login-dashboard h6 {
    color:rgb(15, 73, 25) !important;
}

.login-header {
        background:rgb(15, 73, 25);
        width:100%;
        min-height:60px;
        padding:2px 20px 5px 20px;
    }
    .login-header h3 {
        color:#fff !important;
    }

.login-content {
    background:rgba(15, 73, 25, 0.1);
    width:100%;
    min-height:60px;
    padding:20px;
}
.login-content h5 {
    font-size:22px;
    font-weight:bold;
    text-align:center;
}

.investments-dashboard {
    margin-bottom:20px;
    cursor:auto;
}
.investments-dashboard h2, .investments-dashboard h3, .investments-dashboard h4, 
.investments-dashboard h5, .investments-dashboard h6 {
    color:rgb(12, 65, 106) !important;
}

.investments-header {
        background:rgb(12, 65, 106);
        width:100%;
        min-height:60px;
        padding:2px 20px 5px 20px;
    }
    .investments-header h3 {
        color:#fff !important;
    }

.investments-content {
    width:100%;
    min-height:60px;
    padding:10px;
}

.pointer {
    cursor:pointer;
    transition: all 0.2s ;
    box-shadow: inset 0 0 0 0px rgba(95,95,97,0.1);
}

.pointer:hover {
    cursor:pointer;
    box-shadow: inset 0 0 0 5px rgba(95,95,97,0.1);
}

    .section-group {
        margin-top:10px;
        border-radius:5px;
        display: block;
    }

.section-home, .section, .section-small {
    margin-bottom:20px;
    border-radius:5px;
}

.section-small {
    min-height: 80px;
}

.section-fund {
    margin-bottom:20px;
    border-radius:5px;
    cursor:pointer;
    min-height:60px;
}
    .section-fund-desc {
        margin:-20px 10px 20px 10px;
        border-radius:0px 0px 10px 10px;
        overflow:hidden;
    }
    .section-fund-link .btnField{
        width:100%;
        border-radius:5px;
    }
    .section-fund-name {
        padding-left:20px; 
        padding-right:20px; 
        padding-top:20px; 
        padding-bottom:10px; 
    }
    .section-fund-name h {
       font-size:18px !important;
       line-height:18px !important;
       font-weight:bold !important;
    }
    .section-fund-name i {
       font-size:14px !important;
    }

.section-investment {
    margin-bottom:20px;
    border-radius:5px;
    cursor:pointer;
    min-height:60px;
}
    .section-investment-desc {
        margin:-20px 10px 20px 10px;
        border-radius:0px 0px 10px 10px;
        overflow:hidden;
    }
    .section-investment-link .btnField{
        width:100%;
        border-radius:5px;
    }
    .section-investment-name {
        padding-left:20px; 
        padding-right:20px; 
        padding-top:20px; 
        padding-bottom:10px; 
    }
    .section-investment-summary {
        font-size:14px !important;
        line-height:32px !important;
    }
    .section-investment-name h {
       font-size:18px !important;
       line-height:18px !important;
       font-weight:bold !important;
    }
    .section-investment-name i {
       font-size:14px !important;
    }

.section-form {
    margin-bottom:20px;
    border-radius:5px;
    padding:20px;
}
.section-header {
        width:100%;
        min-height:60px;
        padding:2px 20px 5px 20px;
    }
    .section-header h3 {
        color:#fff !important;
        font-size:18px !important;
    }

.section-content {
    width:100%;
    min-height:60px;
    padding:20px;
}


.section-content h5 {
    font-size:22px !important;
    font-weight:bold;
}

.section-footer {
    cursor:pointer;
    width:100%;
    min-height:10px;
    padding:20px 20px 10px 20px;
}
.section-footer p {
    color: #fff !important;
    font-size:14px !important;
    
}
.section-icon {
    height:100%;
    min-height:100px;
    padding:20px;
    float:left;
    min-width:80px;
    text-align:center; 
}
    .section-icon i {
        font-size: 3em !important;
        opacity: 0.4;
        vertical-align: text-bottom;
    }

.section-small-icon {
    height: 100%;
    min-height: 20px;
    padding: 8px;
    float: left;
    min-width: 60px;
    text-align: center;
}
    .section-small-icon f {
        font-size: 30px; opacity: 0.4;
    }

@media only screen and (max-width:768px) {
    .section-icon, .section-small-icon {
        padding: 20px !important;
        padding-bottom: 0 !important;
        float: none;
        text-align: left;
    }

    .section-figure {
        margin-left: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 10px !important;
        min-height: 10px !important;
    }

    .section-details {
        margin-left: 0 !important;
        padding: 0 !important;
        padding-bottom: 10px !important;
        min-height: 10px !important;
    }

    .section-group { margin-top: 10px; }
}

.figure-lg {
    height: 100%;
    min-height: 100px;
    padding: 20px;
    text-align: center;
}

.figure-lg h5 {
    font-size: 22px !important;
    font-weight: bold;
    margin-top: 32px;
}

.col-icon {
    opacity: 0.4;
    vertical-align: text-bottom;
    height: 100%;
    min-height: 100px;
    padding: 20px;
    text-align: center;
}

.font-size-3em {
    font-size: 3em !important;
}
.font-size-2em {
    font-size: 2em !important;
}
.font-size-1_5em {
    font-size: 1.5em !important;
}

.col-middle, .col-middle-not-fixed {
    height: 68px;
    position: relative;
}

    .col-middle p, .col-middle-not-fixed p {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
    }


@media only screen and (max-width:767px) {
    .col-middle-not-fixed {
        height: 48px;
    }
}


.text-align-left {
    text-align: Left !important;
}
.text-align-right {
    text-align: right !important;
}
.text-align-center {
    text-align: center !important;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-tb-10 {
    margin: 10px 0;
}
.margin-tb-20 {
    margin: 20px 0;
}


.padding-5 {
    padding: 5px !important;
}
.padding-10 {
    padding: 10px !important;
}
.padding-20 {
    padding: 20px !important;
}

@media only screen and (max-width:768px) {
    .figure-lg h5 {
        margin-top: 0px !important;
    }

    .figure-lg {
        height: 100%;
        height: 20px;
        padding: 20px;
        margin-bottom: 10px;
        margin-top: -5px;
    }
}

@media only screen and (max-width:991px) {
    .col-icon {
        text-align: left;
        width: 20px;
    }

    .padding-small-screen-10 {
        padding: 10px !important;
    }

    .btnField, .btnDisabled {
        margin-bottom: 5px !important;
    }

    .section-buttons .btnField {
        margin-right: 5px !important;
    }
    
}

.form-field {
    margin: 10px 0;
}
.form-invalid-msg {
    color: red;
}

.section-details {
    min-height: 120px;
    padding: 0px;
}
.section-figure {
    min-height: 100px;
    padding: 20px;
    margin-left: 80px;
}
    
    .section-figure h5, .section-details h5 {
        font-size: 20px !important;
        font-weight: bold;
    }

    .section-figure p, .section-details p {
        font-size: 14px !important;
    }

.section-buttons {
    font-weight: bold;
    text-align: center;
    height: 50px;
}

    .section-buttons .btnField {
        width: auto !important;
        border-radius: 5px;
        padding: 5px;
        margin-bottom: 5px !important;
    }
        .section-buttons .btnField i {
            padding: 5px;
            margin-top: -10px;
        }

.margin-tb-p p {
    font-size: 14px !important;
    margin: 5px 0;
}

.section-normal {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.section-normal h5 {
    font-size:20px !important;
    font-weight:bold;
}

.section-normal p {
   font-size:14px !important;
}

.section-header {
    min-height:100px;
    padding:20px;
}


.section-header h5 {
    font-size:20px !important;
    font-weight:bold;
}
.section-header p {
    font-size:14px !important;
}

.value-home {
    margin-bottom:20px;
    box-shadow:  1px 1px 1px 0.5px rgba(0, 0, 0, .3);
    background:#FFF;
    min-height:110px;
}

.value-header {
        top:10px;
        width:80%;
        padding:10px 20px 0px 20px;
        position:absolute;
    }
    .value-header p {
        color:#fff !important;
        font-size:16px !important;
    }

.value-content {
    width:90%;
    min-height:60px;
    padding:5px 20px;
    top:50px;
    position:absolute;
    text-align:right;
}
    .section-figure .symbol, .section-details .symbol, .section-content .symbol, .value-content .symbol, 
    .switcher-figure .symbol, .section-header .symbol, .section-small .symbol {
        font-size: 18px !important;
        font-weight: normal;
        color: #5f5f61 !important;
    }

.value-content h5 {
    font-size:28px;
    font-weight:bold;
}

.switcher-icon {
    height:100%;
    text-align:left; 
    padding:10px;
    padding-top:20px;
    float:left;
    min-width:40px;
    vertical-align:middle;
    margin-top:5px;
}

.switcher-icon f {
    font-size:50px; opacity:0.4; 
}

.switcher-figure {
    min-height:100px; 
    margin-left:70px;
}

.switcher-figure h5 {
    font-weight:bold;
}
.switcher-figure p {
    font-size:14px !important;
    line-height:14px !important;
}

.info-icon { font-family: FontAwesome; }
.info-icon:hover { opacity:0.8; cursor:pointer; }

.btnDisabled { width:50%; border:none; color:white; padding:10px; font-size:20px; cursor:pointer; transition: all 0.2s ; }
@media only screen and (max-width:991px) {
    .btnDisabled {width:100%;}
}

.btnDisabled { background:#9B9B9B; }
.btnDisabled:hover, .btnDisabled:hover { background: #DDDDDD; text-decoration: none;}

.section-lifestyle { padding: 15px; }

.section-lifestyle-desc { padding:15px 0px; }

.section-lifestyle-button-group {
    min-height:50px;
}

.section-lifestyle-button-group-four {
    min-height:100px;
}

.section-lifestyle-button { 
    width:100%; border:none; border-radius:5px; padding:10px; font-size:20px; cursor:pointer; transition: all 0.2s ;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    margin:0 10px 10px 0;
}
.section-lifestyle-button:hover { background: #DDDDDD;}

.section-lifestyle-button-selected { 
    width:100%;  background:#9B9B9B; color:white; border:none; border-radius:5px; padding:10px; font-size:20px; cursor:pointer; transition: all 0.2s ; 
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    margin:0 10px 10px 0;
}
.section-lifestyle-button-selected:hover { }

@media (min-width:768px) {
    .section-lifestyle-button-selected, .section-lifestyle-button {
        float: left;
        width: 31%;
        margin:0 10px 10px 0;
    }
}



.tooltipCustom {
    position: relative;
    display: inline-block;
}

    .tooltipCustom .tooltiptext {
        visibility: hidden;
        position: absolute;
        width: 120px;
        background-color: #fff;
        color: #333333;
        text-align: center;
        padding: 5px 0;
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s;
        font-size: 10pt !important;
        font-weight: normal;
        box-shadow: 1px 1px 5px #A4A4A4;
    }

    .tooltipCustom:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.tooltip-right {
    top: -12px;
    left: 125%;
}

    .tooltip-right::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 100%;
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent #A4A4A4 transparent transparent;
    }

.tooltip-right-small {
    top: 0px;
    left: 125%;
}

    .tooltip-right-small::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 100%;
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent #A4A4A4 transparent transparent;
    }

.tooltip-bottom {
    top: 135%;
    left: 50%;
    margin-left: -60px;
}

    .tooltip-bottom::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #A4A4A4 transparent;
    }

.tooltip-top {
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
}

    .tooltip-top::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #A4A4A4 transparent transparent transparent;
    }

.tooltip-left {
    top: -5px;
    bottom: auto;
    right: 128%;
}

    .tooltip-left::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 100%;
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent transparent #A4A4A4;
    }

.anchor {
    position: relative;
}
.anchor a {
    position: absolute;
    left: 0px;
    top: -60px;
}

.DatePickerTable {
    background: none;
    border: none;
    width: 95%;
    margin: auto;
}

.NoMargin {
    margin: 0px !important;
}

.dot {
    height: 18px;
    width: 18px;
    background-color: #333333;
    border-radius: 50%;
    display: inline-block;
}

.dot:hover { cursor: pointer; background: #575859;  }

    .dot .info-icon {
        font-size: 11px;
        float: left;
        margin: 4px 6px 0 4px;
        color: white;
    }


.bold {
    font-weight: bold;
}

.form-group label {
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4em;
    font-family: var(--current-font), 'Futura Std Light', Calibri, Arial, Verdana !important;
    color: #3D128A;
}

.form-control {
   -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

    .form-control[readonly] {
        background: #f4f2f2 !important;
    }

    /* Toggle Switch */
.can-toggle {
    position: relative;
    width: 145px;
}

    .can-toggle *, .can-toggle *:before, .can-toggle *:after {
        box-sizing: border-box;
    }

    .can-toggle input[type=checkbox] {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
    }

        .can-toggle input[type=checkbox][disabled] ~ label {
            pointer-events: none;
        }

            .can-toggle input[type=checkbox][disabled] ~ label .can-toggle__switch {
                opacity: 0.9;
            }

        .can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:before {
            content: attr(data-checked);
            left: 0;
        }

        .can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
            content: "";
        }

    .can-toggle label {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        position: relative;
        display: flex;
        align-items: center;
    }

        .can-toggle label .can-toggle__switch {
            position: relative;
        }

            .can-toggle label .can-toggle__switch:before {
                content: attr(data-unchecked);
                position: absolute;
                top: 0;
                text-transform: uppercase;
                text-align: center;
            }

            .can-toggle label .can-toggle__switch:after {
                content: "";
                position: absolute;
                z-index: 5;
                text-transform: uppercase;
                text-align: center;
                background: white;
                transform: translate3d(0, 0, 0);
                left: 2px;
                bottom: 2px;
            }

    .can-toggle label .can-toggle__switch { cursor: pointer; }

    .can-toggle input[type=checkbox][disabled] {
        cursor: default;
    }

 /*Unchecked Colour*/
    .can-toggle input[type=checkbox]:focus ~ label .can-toggle__switch, .can-toggle input[type=checkbox]:hover ~ label .can-toggle__switch { background-color: #777; }
    .can-toggle label .can-toggle__switch {
        transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
        background: #848484;
    }

/*Checked Colour*/
.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch { background-color: #70c767; }
    .can-toggle input[type=checkbox]:checked:focus ~ label .can-toggle__switch, .can-toggle input[type=checkbox]:checked:hover ~ label .can-toggle__switch { background-color: #5fc054; }

    
        .can-toggle label .can-toggle__switch:before {
            color: rgba(255, 255, 255,.8);
        }

        .can-toggle label .can-toggle__switch:after {
            transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
        }
        
    .can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
        transform: translate3d(75px, 0, 0);
    }

    .can-toggle label {
        font-size: 14px;
    }

        .can-toggle label .can-toggle__switch {
            height: 36px;
            flex: 0 0 144px;
            border-radius: 4px;
        }

            .can-toggle label .can-toggle__switch:before {
                left: 67px;
                font-size: 12px;
                line-height: 36px;
                width: 77px;
                padding: 0 12px;
            }

            .can-toggle label .can-toggle__switch:after {
                top: 2px;
                left: 2px;
                border-radius: 2px;
                width: 65px;
                line-height: 32px;
                font-size: 12px;
            }
            

.can-toggle.toggle-rounded input[type=checkbox]:checked ~ label .can-toggle__switch:after {
        transform: translate3d(82px, 0, 0);
    }

    .can-toggle.toggle-rounded label {
        font-size: 13px;
        text-align: center;
    }

        .can-toggle.toggle-rounded label .can-toggle__switch {
            height: 50px;
            flex: 0 0 134px;
            border-radius: 50px;
        }

            .can-toggle.toggle-rounded label .can-toggle__switch:before {
                left: 50px;
                font-size: 13px;
                line-height: 50px;
                width: 77px;
                padding: 0 12px;
                
            }

            .can-toggle.toggle-rounded label .can-toggle__switch:after {
                top: 2px;
                left: 2px;
                border-radius: 25px;
                width: 48px;
                line-height: 56px;
                font-size: 13px;
            }


.rounded-corners-50 {
    border-radius: 50px;
}

/*Force the kendo tooltip background to be white*/
.k-tooltip {
    background: white;
}

.projectionWarning {
    padding: 0 !important;
    border-radius: 5px;
    margin: -10px 0 5px !important;
}

.projectionWarning p {
    margin: 5px !important;
}

.projectionWarning-icon {
    font-family: FontAwesome;
    color: #b65d15;
}

.projectionWarning-icon:hover {
        opacity: 0.8;
        cursor: pointer;
    }</pre></body></html>