/* Minification failed. Returning unminified contents.
(4474,47): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
 */


/* General Resets */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}b, strong{font-weight: 700;}

@font-face {
    font-family: greycliff;
    src: url('../../fonts/greycliffcf-regular.eot'), /* IE compaitbility*/
         url("../../fonts/greycliffcf-regular.otf") format('opentype');
}

@font-face {
    font-family: greycliffbold;
    font-weight: bold;
    src: url('../../fonts/greycliffcf-bold.eot'), /* IE compaitbility*/
         url("../../fonts/greycliffcf-bold.otf") format('opentype');
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.table .table {
  background-color: #ffffff;
}

.table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
}

.btn-primary {
    color: #fff !important;
    /*background-color: #07a28a !important; changed for AODA*/
    background-color: #068471 !important;
    border-color: transparent !important;
    margin-top: 6px !important;
    /*border-radius: 1.0em !important;*/
    transition: background-color 0.7s ease !important;
}
    .btn-primary:hover {
        color: #019683 !important;
        background-color: #fff !important;
        border-color: transparent !important;
        margin-top: 6px !important;
        /*border-radius: 1.0em !important;*/
        transition: background-color .3s linear !important;
    }
.btnSecondary {
    color: #019683 !important;
    background-color: #fff !important;
    border-color: transparent !important;
    border-radius: 1.0em !important;
    transition: background-color 0.7s ease !important;
}
.btnSecondary:hover {
    color: #fff !important;
    background-color: #019683 !important;
    border-color: transparent !important;
    border-radius: 1.0em !important;
    transition: background-color .3s linear !important;
}
table th, table thead {
    background-color: #C0CEC3 !important;
}
/* Homepage */

.thumbnail {
    border: none;
    background-color: transparent;
}

.image {
    width: 100%;
   height: 100%;    
}

.image img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.image:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}

/* Bootstrap Resets */

.container { 
  width: 1248px;
  min-width: 1248px; 
  max-width: 1248px; 
  padding-right: 12px;
  padding-left: 12px;
}
.row {
    margin: 0;
  /*margin-right: -12px;
  margin-left: -12px;*/
}

[class^="col-"], [class^=" col-"] {
  padding-right: 12px;
  padding-left: 12px;
}
.contentArea {

}

.row.rowEqualHt,
.colInnerLeft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.col-centered {
  float: none; 
  margin: 0 auto;
}

html, body {
  height: 100%;
  background-color: #f2f2f2 !important;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale    
    
}

body {
    background-size: cover;
    font-family: greycliff, Helvetica, Arial, sans-serif !important;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 16px;
    color: #404040;
    /*    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";*/
    font-style: normal;
    font-weight: 300;
    /*font-size: 16px;*/
    /*color: #5a5b5b;*/
}
.bodyStyles {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.main {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1 0 auto;
    padding-top: 10px !important;
}
.sectionProperties {
    min-height: 70px;
    background-color: #f2f2f2;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 14px;
}
h1 {
  font-size: 28px;
  font-weight: 600;
}

header {
  width: 100%;
  height: 62px;
  background-color: #114D97;
}

footer {
  width: 100%;
  /*height: 62px; */
  padding-top: 10px;
  padding-bottom: 10px;
  /*background-color: #009578;*/
  background-color: #000;
  z-index: 3000;
}

.container p.footerPara {
  /*font-size: 12px;*/
  line-height: 14px;
  color: #ffffff;
  padding-top: 16px;
}
.footerPara img {
  vertical-align: bottom;
  height: 30px;
  width: 110px;
}

.container p { 
  /*font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";*/
  font-style: normal;
  font-weight: 300;  
  font-size: 16px;
  color: #5a5b5b;
}

.panel {
  /*border-radius: 14px 14px 14px 14px;*/
  border: none;
}


.form-control {
    display: table-cell;
    width: 100%;
    height: 28px;
    padding: 3px 3px;
    font-size: 14px;
    line-height: normal;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    position: relative;
    z-index: 2;
    float: left;
    margin-bottom: 0;
/*
  font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #5a5b5b;
  line-height: 20px;
  padding: 4px 10px;
  height: 30px;
  border-radius: 4px;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  box-shadow: none;
*/
}
.form-control:focus {
    z-index: 3;
    border-color: #019683 !important;
    outline: 0;
    box-shadow: inset 0 1px 1px #019683, 0 0 8px #019683;
/*
  color:#3fa9f5;
  box-shadow: none;
  border: 1px solid #3fa9f5;
  background-color: #ffffff;
*/
}

.form-horizontal .form-group {
  margin-bottom: 17px;
}

.nav-tabs {
  border-bottom: 1px solid #3fa8f4;
}
.tab-content {
  border: 1px solid #3fa8f4;
  border-top: none;
  padding: 20px 12px;
}
.nav-tabs>li {
  margin-right: 6px;
}
.nav-tabs>li>a {
  padding: 6px 12px;
  border: 1px solid #979797;
  border-bottom: none;
  border-radius: 0;
  color: #979797;
}
.nav>li>a:focus, .nav>li>a:hover {
  background-color: transparent;
  border-color: #3fa8f4;
  color: #3fa8f4;
}
.nav-tabs>li.active { border: none; }
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  border: 1px solid #3fa9f5;
  border-bottom: none;
  color: #3fa9f5;
  border-radius: 0;
}

.tooltip {
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
}
.tooltip.in { opacity: 1; filter: alpha(opacity=100);}
.tooltip-inner {
  background-color: #3fa8f4;
  color: #ffffff;
  width: auto;
  min-width: 80px;
}
.tooltip.top .tooltip-arrow {  border-top-color: #3fa8f4; }
.tooltip.right .tooltip-arrow {  border-right-color: #3fa8f4; }
.tooltip.bottom .tooltip-arrow {  border-bottom-color: #3fa8f4; }
.tooltip.left .tooltip-arrow {  border-left-color: #3fa8f4; }

.tooltipLight .tooltip-inner {
  background-color: #d9eefd;
  color: #3fa9f5;
  /*font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";*/
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  min-width: 120px; 
}
.tooltipLight.tooltip.top .tooltip-arrow {  border-top-color: #d9eefd; }
.tooltipLight.tooltip.right .tooltip-arrow {  border-right-color: #d9eefd; }
.tooltipLight.tooltip.bottom .tooltip-arrow {  border-bottom-color: #d9eefd; }
.tooltipLight.tooltip.left .tooltip-arrow {  border-left-color: #d9eefd; }

.modal-backdrop.in {
  background-color: #20334f;
  filter: alpha(opacity=85);
  opacity: .85
}
.modal-dialog {
  width: 80%;
  max-width: 500px;
  margin-top: 300px;
}
.modal-content {
  background: transparent;
  border: none;
  box-shadow: none;
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
  border-left: none;
  padding-left: 24px;
}



/* Select2 Plugin Resets */
.select2-container {
  /*font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";*/
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #5a5b5b;
  line-height: 20px;
  height: 30px;
  border-radius: 4px;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
/*   box-shadow: none; */
}
.smallFont .select2-container {
  font-size: 12px;
}

.select2-container.select2-container--focus {
  color:#3fa9f5;
/*   box-shadow: none; */
  border: 1px solid #3fa9f5;
  background-color: #ffffff;
  outline: 0;  
  z-index: 20;
}

.select2-container .select2-selection {
  background-color: transparent;
  border: none;
  outline: 0;
}
.select2-search--dropdown { 
  margin-top: -27px;
  padding: 0;
}
.select2-search--dropdown .select2-search__field {
  color:#3fa9f5;
  box-shadow: none;
  background-color: #ffffff;
  outline: 0;  
  z-index: 20;
  border-radius: 4px;
  margin-bottom: -3px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #3fa9f5; 
}

.select2-container--open .select2-dropdown--below {
  background-color: #f1f9fe;
  margin-top: -4px;
  margin-left: -1px;
  border: none;
  z-index: 10;  
  color: #595a5a;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175)  
}

.select2-container .select2-results__option--highlighted[aria-selected] {
  background-color: #d9eefd;
  color: #595a5a;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: block;
  height: 16px;
  width: 16px;
  background: url(../img/iconDropDown.svg) center center no-repeat transparent;
  background-size: contain;
  border: none;
  top: 7px;
  left: 4px;
}

/* ToggleSwitch Plugin Resets */
.bootstrap-switch {
  height: 30px;
  width: 67px;
  border: 1px solid #f2f2f2;
  border-radius: 15px;
  outline: 0;
  background-color: #f2f2f2; 
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.bootstrap-switch-container {
  height: 30px;
  width: 67px;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default, 
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  height: 28px;
  width: 28px;
  padding: 0;
  border: 1px solid #f2f2f2;
  border-radius: 100%;
  background: url(../img/iconToggleYes.svg) center center no-repeat #3fa9f5;
  background-size: cover;  
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  background: url(../img/iconToggleNo.svg) center center no-repeat #3fa9f5;
  background-size: contain;
}
.bootstrap-switch.bootstrap-switch-focused {
  box-shadow: none;
  outline: 0;  
  border: 1px solid #3fa9f5;
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label, 
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label,  
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label, 
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  padding: 0;
  border: none;
  border-radius: 0;
  /*font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";*/
  font-style: normal;
  font-weight: 300;
  color: #5a5b5b;
  font-size: 11px;
  line-height: 28px;
  text-align: center;
  background: transparent;
  height: 30px;
  margin: 0;
  vertical-align: top;
  text-indent: -8px;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label, 
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  text-indent: 8px;
}




/* DataTable Resets */

table.dataTable th {
  /*font-family: "Gotham A", "Gotham B";*/
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #b2b2b2;
  padding: 0 0 6px 0;
}

table.dataTable td {
  /*font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";*/
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #5a5b5b;
  padding: 8px 0;  
}
table.dataTable tr.selected td { color: #3fa9f5; }

table.dataTable thead .sorting_asc:after { 
  content: "\e113";
  font-size: 10px; 
  position: static;
  display: inline-block;
  margin-left: 16px;  
}
table.dataTable thead .sorting_desc:after { 
  content: "\e114"; 
  font-size: 10px; 
  position: static;
  display: inline-block;
  margin-left: 16px;  
}
table.dataTable thead .sorting:after { opacity: 0; }

table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting { padding-right: 12px; }

.statusSubmit,
.statusProgress {
  display: block;
  float: right;
  margin: 3px 50px 0 0;
  width: 16px;
  height: 16px;
}
.statusSubmit { background: url(../img/iconSubmitted.svg) no-repeat center center transparent; }
.statusProgress { background: url(../img/iconInProgress.svg) no-repeat center center transparent; }


table.dataTable.smallFontTable th {
  /*font-family: "Gotham A", "Gotham B";*/
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px; 
  color: #989898; 
}
table.dataTable.smallFontTable td {
  /*font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";*/
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;  
  color: #595a5a;
  padding: 6px 0;    
}


.dataTables_scrollBody::-webkit-scrollbar
{
  width: 7px;
  background-color: #d9eefd;
  border: 3px solid #ffffff;
}
.dataTables_scrollBody::-webkit-scrollbar-thumb
{
  border-radius: 0;
  width: 7px;
  -webkit-box-shadow: none;
  background-color: #3fa9f5;
}

/* DataTable Filter Input  */
.dtnFilter {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 4px;
  margin: 0;
  padding: 0;
  padding-right: 12px;
}
.dtnFilter input {
  display: block;
  width: 100%;
  /*font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";*/
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  color: #5a5b5b;
  line-height: 14px;
  padding: 3px 10px;
  height: 22px;
  border-radius: 4px;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  box-shadow: none;
}
.dtnFilter input:focus {
  color:#3fa9f5;
  box-shadow: none;
  border: 1px solid #3fa9f5;
  background-color: #ffffff;
}

.filterTableBox table.dataTable th {
  padding-bottom: 25px;
}
.filterTableBox .dataTables_filter { display: none;}

.filterTableBox table.dataTable tr.selected td { 
  /*font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";*/
  font-style: normal;
  font-weight: 500;
  color: #07a28a;
  position: relative;
}
.filterTableBox table.dataTable tr.selected td:first-child:after { 
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  background: url(../img/iconCovered.svg) center center no-repeat transparent;
  background-size: cover;
  vertical-align: top;
  margin: 0 0 0 4px;
}

/* Datatable Pagination */
.pagination>li>a, .pagination>li>span {
  border: none;
  /*font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";*/
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  padding: 4px;
  color: #5a5b5b;
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover,
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, 
.pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  color: #07a28a;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, 
.pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
  color: #5a5b5b;
  background-color: transparent;
  border: none;
  border-radius: 0;
  opacity: .5;
}

.dataTables_paginate .paginate_button.previous a, 
.dataTables_paginate .paginate_button.next a {
  width: 22px;
  height: 22px;
  position: relative;
}
.dataTables_paginate .paginate_button.previous a:before,
.dataTables_paginate .paginate_button.next a:before {
  content: "";
  display: block;  
  height: 16px;
  width: 16px;
  position: absolute;
  top: 3px;
  left: 3px;
}
.dataTables_paginate .paginate_button.previous a:before {
  background: url(../img/btnTablePrev.svg) center center no-repeat transparent;
  background-size: contain;
}
.dataTables_paginate .paginate_button.previous a:hover:before {
  background: url(../img/btnTablePrevHover.svg) center center no-repeat transparent;
  background-size: contain;
}
.dataTables_paginate .paginate_button.next a:before {
  background: url(../img/btnTableNext.svg) center center no-repeat transparent;
  background-size: contain;
}
.dataTables_paginate .paginate_button.next a:hover:before {
  background: url(../img/btnTableNextHover.svg) center center no-repeat transparent;
  background-size: contain;
}

/* DataTable Structure */
.row.tableTopRow {
  border-bottom: 1px solid #f7f7f7;
  padding: 5px 0;
}
.row.tableMidRow {
  padding: 5px 0;
}
.row.tableEndRow {
  position: relative;
  padding: 5px 0;
}
.row.tableEndRow .dataTables_paginate.paging_simple_numbers {
  position: absolute;
  bottom: -60px;
  right: 12px;
}

.dataTables_info {
  /*font-family: "Gotham A", "Gotham B";*/
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #2f5b9c;
}

.dataTable span.highlight {
  background-color: #FFFF88;
}



/* Typeahead Plugin Resets */
.twitter-typeahead {
  width: 100%;
}
.twitter-typeahead .tt-hint {
  z-index: 101;
  color: #b2b2b2;
}
.twitter-typeahead .tt-input {
  z-index: 102;
}
.twitter-typeahead .tt-menu {
  background-color: #f1f9fe;
  margin-top: -5px;
  border: none;
  z-index: 10;  
  color: #595a5a;
  padding: 0px 12px 12px;
  max-height: 450px;
  overflow-y: auto;
}
.tt-suggestion {
  padding: 10px 0;
  /*font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";*/
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #595a5a; 
  text-align: left;     
}
.tt-suggestion:first-child { padding-top: 22px; }
.tt-suggestion:hover,
.tt-suggestion.tt-cursor {
  background-color: #d9eefd;
  color: #595a5a;
  cursor: pointer;
} 
.empty-message { padding-top: 20px; }



/* Bootstrap Range Slider Plugin Resets */


.slider.slider-horizontal {
  width: 100%;
  height: 28px;
}
.slider-handle {
  height: 28px;
  width: 28px;
  background: #3fa9f5;
  box-shadow: none;
  border: none;
}
.slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
  margin-left: -14px;
}
.slider.slider-horizontal .slider-track {
  background: #eaeaea;
  box-shadow: none;
  border: none;
}
.slider.slider-horizontal .slider-selection {
  background: #3fa9f5;
  box-shadow: none;
  border: none;
}


/* Croppie Resets */

.croppie-container {
  margin-bottom: 40px;
}

.cr-slider::-webkit-slider-runnable-track {
  background: #eaeaea;
  box-shadow: none;
  border: none;
  height: 10px;
  border-radius: 5px;
}
.cr-slider::-webkit-slider-thumb {
  height: 28px;
  width: 28px;
  background: #3fa9f5;
  box-shadow: none;
  border: none;
  margin-top: -10px;
}



/* Color Presets */

/* 
  
  Primary Blue   #2c447d 
  
  
  
*/




/* Typography Presets */

/* Gotham */

.roundedLight {
  /*font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";*/
  font-style: normal;
  font-weight: 300;
}

.roundedLightItalic {
  /*font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";*/
  font-style: italic;
  font-weight: 300;
}

.roundedBook {
  /*font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";*/
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.roundedBookItalic {
  /*font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";*/
  font-style: italic;
  font-weight: 400;
}

.roundedMedium {
  /*font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";*/
  font-style: normal;
  font-weight: 500;
}

.roundedMediumItalic {
  /*font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";*/
  font-style: italic;
  font-weight: 500;
}

.roundedBoldItalic {
  /*font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";*/
  font-style: italic;
  font-weight: 700;
}

.fontBook {
  /*font-family: "Gotham A", "Gotham B";*/
  font-style: normal;
  font-weight: 400;
}

.fontBookItalic {
  /*font-family: "Gotham A", "Gotham B";*/
  font-style: italic;
  font-weight: 400;
}

.fontBold {
  /*font-family: "Gotham A", "Gotham B";*/
  font-style: normal;
  font-weight: 700;
}

.fontBoldItalic {
  /*font-family: "Gotham A", "Gotham B";*/
  font-style: italic;
  font-weight: 700;
}









/* Common Components */

/* IE scrollbar desktop overlap fix   */
html {
  /* without this set to scrollbar, the return to top fixed position box
     gets half-hidden by the auto-appearing scrollbar in IE :/ */
  -ms-overflow-style: scrollbar;
}

#indexTable td { padding: 8px 12px; }

.logo { 
    cursor: pointer;
    max-height: 80px;
    margin-top: -10px;
}


.customHr {
  display: block;
  height: 1px;
  background-color: #eaeaea;
  clear: both;
  color: #eaeaea;
  border: none;
  margin: 12px 0;
  opacity: 1;  
}
.customHr.darkColor { color: #b2b2b2; background-color: #b2b2b2; }

.panelWhite{
    margin-bottom: 0px;
}

.panelWhite .panelHead {
  padding: 14px 18px 12px 18px;
  border-bottom: 1px solid #f7f7f7;
  border-radius: 14px 14px 0 0;  
}

.panelWhite .panelTitle {
  font-size: 18px;
  line-height: 22px;
  color: #5a5b5b;
  width: 100%;
  display: inline-block;  
  max-width: 85%;
}
.panelWhite .panelSubTitle {
  font-size: 14px;
  line-height: 17px;
  color: #5a5b5b;
  width: auto;
  display: inline-block;  
  margin-top: 12px;
}


.panelWhite .panelBody {
  padding: 15px 18px;
}
.panelWhite .panelBody.panelExtraPadding {
  padding: 15px 30px;
}
.panelWhite .panelHeadBtn {
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
  float: right;
  color: #3fa8f4;
  width: auto;
  padding-right: 20px;
  margin-right: 20px;
  background: url(../img/btnLinkArrow.svg) no-repeat right center transparent;
  background-size: 13px 13px;
}
.panelWhite .panelHeadBtn:hover {
  color: #5a5b5b;
  text-decoration: none;
  background: url(../img/btnLinkArrowHover.svg) no-repeat right center transparent;
  background-size: 13px 13px;
}


.linkWithIcon {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #3fa8f4;
  width: auto;
}

.linkWithIcon:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 1px 0 1px 5px;
  padding: 0;
  height: 16px;
  width: 16px;
}
.linkWithIcon:hover,
.linkWithIcon:focus {
  color: #5a5b5b;
  text-decoration: none;
}


.linkWithIcon.iconArrow:after {
  background: url(../img/btnLinkArrow.svg) no-repeat right center transparent;
  background-size: contain;    
}
.linkWithIcon.iconArrow:hover:after {
  background: url(../img/btnLinkArrowHover.svg) no-repeat right center transparent;
  background-size: contain;    
}

.linkWithIcon.iconCalc {
  font-size: 13px;
}
.linkWithIcon.iconCalc:after {
  background: url(../img/btnLinkCalc.svg) no-repeat right center transparent;
  background-size: contain;
  height: 30px;
  width: 30px;
  margin-left: 0;
}
.linkWithIcon.iconCalc:hover:after {
  background: url(../img/btnLinkCalcHover.svg) no-repeat right center transparent;
  background-size: contain;    
}



.linkPrefixIcon {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #3fa8f4;
  width: auto;
  margin: 0 0 10px 0;
}

.linkPrefixIcon:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 1px 5px 1px 0;
  padding: 0;
  height: 16px;
  width: 16px;
}
.linkPrefixIcon:hover,
.linkPrefixIcon:focus {
  color: #5a5b5b;
  text-decoration: none;
}


.linkPrefixIcon.iconArrow:before {
  background: url(../img/btnBackArrow.svg) no-repeat left center transparent;
  background-size: contain;    
}
.linkPrefixIcon.iconArrow:hover:before {
  background: url(../img/btnBackArrowHover.svg) no-repeat left center transparent;
  background-size: contain;    
}



.linkAdminOptions {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  color: #b2b2b2;
  width: auto;
  margin: 9px 0;
}

.linkAdminOptions:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 1px 5px 1px 0;
  padding: 0;
  height: 16px;
  width: 16px;
}
.linkAdminOptions:hover,
.linkAdminOptions:focus {
  color: #3fa8f4;
  text-decoration: none;
}


.linkAdminOptions.iconAdmin:before {
  background: url(../img/btnAdminOptions.svg) no-repeat left center transparent;
  background-size: contain;    
}
.linkAdminOptions.iconAdmin:hover:before {
  background: url(../img/btnAdminOptionsHover.svg) no-repeat left center transparent;
  background-size: contain;    
}




.panelBlue {
  
}

.panelBlue .panelHead {
  padding: 10px 28px;
  border-radius: 14px 14px 0 0;
  background-color: #2c447d;
  position: relative;
}

.panelBlue .panelTitle {
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  width: auto;
  display: inline-block;
  max-width: 85%;
  padding-left: 50px;
  position: relative;
}
.panelBlue .panelTitle span {
  display: block;
  position: absolute;
  left: 0px;
  top: -2px;
  width: 34px;
  height: 34px;  
  line-height: 34px;
  background-color: #20334f;
  border-radius: 100%;
  text-align: center;
}
.panelBlue .panelAmountBox { 
  display: block;
  float: right;
  height: 30px;
  width: 128px;
  background-color: #f1f9fe;
  border: none;
  border-radius: 4px;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  color: #3fa9f5;
  padding: 5px 10px;
  margin-right: 40px;
}

.panelBlue .panelToggle {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 28px;
  top: 10px;
  background: url(../img/btnPanel.svg) no-repeat center center transparent;
  background-size: contain;
  cursor: pointer;
}
.panelBlue .panelToggle.collapsed {
  background: url(../img/btnPanelClosed.svg) no-repeat center center transparent;
  background-size: contain;
}

.panelBlue .panelBody {
  padding: 15px 18px;
}

.panelBlue .panelMessage {
  display: block;
  width: auto;
  margin: -15px -18px 20px;
  padding: 22px 108px;
  background-color: #3fa9f5;
  color: #ffffff;
  font-size: 13px;
  line-height: 18px;
  position: relative;
}
.panelBlue .panelMessage:before {
  content: "";
  display: block;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 17px;
  left: 30px;
  background: url(../img/iconPanelMessage.svg) center center no-repeat transparent;
  background-size: contain;
}


.panelTable {
  width: 100%;
}
.panelTable .panelHead {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  position: relative;
}
.panelTable .panelTitle {
  display: block;
  width: 100%;
  height: 24px;
  font-size: 13px;
  line-height: 16px;
  padding: 4px 0;
  color: #ffffff;
  background-color: #3fa9f5;
  text-align: center;
  max-width: 100%;
}
.panelTable .panelTitle span.btnIcon {
  display: inline-block;
  position: static;
  vertical-align: text-bottom;
  width: 16px;
  height: 16px;
  background: url(../img/btnViewAmorOpen.svg) center center no-repeat transparent;
}
.panelTable .panelToggle {
  width: 100%;
  position: static;
  cursor: pointer;
  margin: 0;
  padding: 0;
  background: transparent;
  height: 24px;
}
.panelTable .panelToggle.collapsed{
  background: transparent;
}
.panelTable .panelToggle.collapsed .panelTitle span.btnIcon {
  background: url(../img/btnViewAmorClose.svg) center center no-repeat transparent;
  background-size: contain;
}

.panelTable .panelBody {
  padding: 15px 18px;
  border: 1px solid #3fa9f5;
}


.panelSummary {
  border-bottom: 1px solid #e1e1e1;
  box-shadow: none;
  padding-bottom: 13px;
  margin-bottom: 13px;  
}

.panelSummary .panelHead {
  border-radius: 0;
  background-color: #ffffff;
  position: relative;
  padding: 0;
  border: none;
}

.panelSummary .panelTitle {
  font-size: 14px;
  line-height: 18px;
  color: #2c447d;
  width: auto;
  display: inline-block;
  max-width: 85%;
  padding: 3px 0 3px 40px;
  position: relative;
}
.panelSummary .panelTitle span {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 24px;
  height: 24px;  
  background-color: #2c447d;
  border-radius: 100%;
  text-align: center;
  font-size: 17px;
  line-height: 24px;
  color: #ffffff;
}

.panelSummary .panelToggle {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0px;
  top: 4px;
  background: url(../img/btnPanelSm.svg) no-repeat center center transparent;
  background-size: contain;
  cursor: pointer;
}
.panelSummary .panelToggle.collapsed {
  background: url(../img/btnPanelSmClosed.svg) no-repeat center center transparent;
  background-size: contain;
}

.panelSummary .panelBody {
  padding: 12px 18px 0 40px;
}

.panelSummary .panelMessage {
  display: block;
  width: auto;
  margin: -15px -18px 20px;
  padding: 22px 108px;
  background-color: #3fa9f5;
  color: #ffffff;
  font-size: 13px;
  line-height: 18px;
  position: relative;
}
.panelSummary .panelMessage:before {
  content: "";
  display: block;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 17px;
  left: 30px;
  background: url(../img/iconPanelMessage.svg) center center no-repeat transparent;
  background-size: contain;
}

.summaryCell {
  margin-bottom: 8px;
}

.summaryLabel {
  font-size: 11px;
  line-height: 13px;
  color: #989898;
  padding-bottom: 2px;
}

.summaryText {
  font-size: 14px;
  line-height: 17px;
  color: #5a5b5b;
  padding-bottom: 6px;
}

.summaryMarker {
  font-size: 11px;
  line-height: 14px;
  padding: 2px 0 2px 20px;
  text-align: left;  
  color: #989898;
  position: relative;
}

.summaryMarker.markGreen {
  color: #07a28a;
}
.summaryMarker.markGreen:before {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 2px; left: 0;
  background: url(../img/iconCovered.svg) center center no-repeat transparent;
  background-size: cover;
  vertical-align: top;
  margin: -1px 4px 0 -1px;
}

.summaryMarker.markOrange {
  color: #f7a41e;
}
.summaryMarker.markOrange:before {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 2px; left: 0;
  background: url(../img/iconWaived.svg) center center no-repeat transparent;
  background-size: cover;
  vertical-align: top;
  margin: -1px 4px 0 -1px;
}

.summaryMarker.markRed {
  color: #a41d27;
}
.summaryMarker.markRed:before {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 2px; left: 0;
  background: url(../img/iconIneligible.svg) center center no-repeat transparent;
  background-size: cover;
  vertical-align: top;
  margin: -1px 4px 0 -1px;
}

.summaryMarker.flagLife,
.summaryMarker.flagDisability {
  margin-top: 18px;
}

.summaryMarker.flagLife:after,
.summaryMarker.flagDisability:after {
  content: "Life";
  display: block;
  height: 14px;
  width: auto;
  position: absolute;
  top: -16px;
  left: 0px;
  font-size: 10px;
  line-height: 14px;
  padding: 0 4px;
  text-transform: uppercase;
  background-color: #5a5b5b;
  color: #ffffff;  
}
.summaryMarker.flagDisability:after {
  content: "Disability";
}


.nav-pills>li>a.btnRoundToggle {
  display: inline-block;
  width: 50px;
  height: auto;
  padding: 50px 4px 4px 4px;
  font-size: 11px;
  line-height: 13px;
  text-align: center;  
  color: #b2b2b2;
  border: none;
  border-radius: 0;
  text-decoration: none;
}
.nav-pills>li>a.btnRoundToggle.toggleTable {
  background: url(../img/toggleTable.svg) center top no-repeat transparent;
  background-size: contain;
}
.nav-pills>li>a.btnRoundToggle.toggleTable:hover,
.nav-pills>li.active>a.btnRoundToggle.toggleTable {
  background: url(../img/toggleTableActive.svg) center top no-repeat transparent;
  background-size: contain;
  color: #3fa9f5;
}
.nav-pills>li>a.btnRoundToggle.toggleGraph {
  background: url(../img/toggleGraph.svg) center top no-repeat transparent;
  background-size: contain;
}
.nav-pills>li>a.btnRoundToggle.toggleGraph:hover,
.nav-pills>li.active>a.btnRoundToggle.toggleGraph {
  background: url(../img/toggleGraphActive.svg) center top no-repeat transparent;
  background-size: contain;
  color: #3fa9f5;
}
.nav-pills>li>a.btnRoundToggle.toggleLender {
  background: url(../img/toggleLender.svg) center top no-repeat transparent;
  background-size: contain;
}
.nav-pills>li>a.btnRoundToggle.toggleLender:hover,
.nav-pills>li.active>a.btnRoundToggle.toggleLender {
  background: url(../img/toggleLenderActive.svg) center top no-repeat transparent;
  background-size: contain;
  color: #3fa9f5;
}
.nav-pills>li>a.btnRoundToggle.toggleMember {
  background: url(../img/toggleMember.svg) center top no-repeat transparent;
  background-size: contain;
}
.nav-pills>li>a.btnRoundToggle.toggleMember:hover,
.nav-pills>li.active>a.btnRoundToggle.toggleMember {
  background: url(../img/toggleMemberActive.svg) center top no-repeat transparent;
  background-size: contain;
  color: #3fa9f5;
}



.contentHead1 {
  font-size: 34px;
  line-height: 38px;
  color: #2c447d;
  padding: 12px 0;  
}
.contentHead2 {
  font-size: 24px;
  line-height: 30px;
  color: #5a5b5b;
  padding: 12px 30px 12px 0;
}



.btnFunctional {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 32px 10px 10px 10px;
  /*font-family: "Gotham A", "Gotham B";*/
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-align: center;  
  color: #3fa9f5;
  border: none;
  border-radius: 0;
  text-decoration: none;
}
.btnFunctional.functionEmail {
  background: url(../img/btnFunctionEmail.svg) center top no-repeat transparent;
  background-size: 30px 30px;
  text-decoration: none;
}
.btnFunctional.functionEmail:hover {
  background: url(../img/btnFunctionEmailHover.svg) center top no-repeat transparent;
  background-size: 30px 30px;
  color: #5a5b5b;
  text-decoration: none;
}
.btnFunctional.functionPrint {
  background: url(../img/btnFunctionPrint.svg) center top no-repeat transparent;
  background-size: 30px 30px;
  text-decoration: none;
}
.btnFunctional.functionPrint:hover {
  background: url(../img/btnFunctionPrintHover.svg) center top no-repeat transparent;
  background-size: 30px 30px;
  color: #5a5b5b;
  text-decoration: none;
}
.btnFunctional.functionExcel {
  background: url(../img/btnFunctionExportExcel.svg) center top no-repeat transparent;
  background-size: 30px 30px;
  text-decoration: none;
}
.btnFunctional.functionExcel:hover {
  background: url(../img/btnFunctionExportExcelHover.svg) center top no-repeat transparent;
  background-size: 30px 30px;
  color: #5a5b5b;
  text-decoration: none;
}
.btnFunctional.functionPdf {
  background: url(../img/btnFunctionExportPDF.svg) center top no-repeat transparent;
  background-size: 30px 30px;
  text-decoration: none;
}
.btnFunctional.functionPdf:hover {
  background: url(../img/btnFunctionExportPDFHover.svg) center top no-repeat transparent;
  background-size: 30px 30px;
  color: #5a5b5b;
  text-decoration: none;
}


.textLight {
  font-size: 14px;
  line-height: 17px;
  color: #5a5b5b;
  padding: 6px 0;
}
.textNormal {
  font-size: 15px;
  line-height: 18px;
  color: #5a5b5b;
  padding: 6px 0;
}

.popCover {
  display: none;
  width: 100vw;
  height: 100vh;
  background: #fff;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.popCover.shown {
  display: block;
  opacity: .1
}

.arrowPop {
  display: none;
  width: 274px;
  background-color: #d9eefd;
	border: 2px solid #ffffff;
  color: #3fa9f5;
  border-radius: 14px;
  position: absolute;
  padding: 8px 22px 20px;
  z-index: 1000;
  margin: 0;
}


.arrowPop:after, .arrowPop:before {
	right: 100%;
	top: 40px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrowPop:after {
	border-color: transparent;
	border-right-color: #d9eefd;
	border-width: 10px;
	margin-top: -10px;
}
.arrowPop:before {
	border-color: transparent;
	border-right-color: #ffffff;
	border-width: 13px;
	margin-top: -13px;
}

.arrowPop .arrowPopClose {
  display: inline-block;
  height:16px;
  width: 16px;
  background: url(../img/btnClosePop.svg) center center no-repeat transparent;
  background-size: contain;
  margin-bottom: -10px;
  position: relative;
  z-index: 1001;
}
.arrowPop .arrowPopClose:hover {
  background: url(../img/btnClosePopHover.svg) center center no-repeat transparent;
  background-size: contain;
}

.arrowPop .control-label{
  font-size: 10px;
  line-height: 12px;
  color: #5a5b5b;
  padding-bottom: 6px;
  padding-top: 10px;
}


/* Checkbox and Radio Buttons */
.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
  position: relative;
  display: inline-block;
  border-radius: 0;
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 10px;
  margin-top: -3px;
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
}

.radio .cr {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #3fa9f5;
  background-color: transparent;
}

.checkbox .cr .cr-icon {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 30px;
  width: 30px;
  background: url(../img/iconCheckBox.svg) center center no-repeat transparent;
}

.radio .cr .cr-icon {
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 100%;
  position: absolute;
  left: 3px;
  top: 3px;
  background-color: #3fa9f5;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
  transform: scale(0.3) rotateZ(-20deg);
  opacity: 0;
  transition: all .3s ease-in;
  pointer-events: none;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.checkbox label, .radio label {
  /*font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";*/
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #5a5b5b;
  padding-left: 0;
}

.form-horizontal .checkbox { min-height: 30px; padding-top: 0; }
.form-horizontal .radio { min-height: 20px; padding-top: 3px; }


.btnTooltip {
  display: inline-block;
  height: 16px;
  width: 16px;
  min-width: 16px;
  margin: 0 2px;
  padding: 0;
  background: url(../img/btnTooltip.svg) center center no-repeat transparent;
  background-size: contain;
  font-size: 1px; line-height: 1px;
  cursor: help;
  position: static;
}
.btnTooltip:hover {
  background: url(../img/btnTooltipHover.svg) center center no-repeat transparent;
  background-size: contain;
}

/* END Common Components */


/* topHeader */
.topHeader {
    display: block;
    width: 100%;
    /*min-height: 62px; */
    /*min-height: 50px;*/
    /*max-height: 50px;*/
    max-height: 60px;
    /*background-color: #55565A; */
    background-color: #000000;
    padding-left: 15px;
    padding-right: 15px;
}
/* iphone */
@media (max-width: 767px) {
    .topHeader {
        max-height: none;
    }
    .topHeaderItemList {
        text-align: center !important;
    }
    .paddingLeftXS0 {
        padding-left: 0;
    }
}
/* ipad */
@media (max-width: 768px) {
    .topHeader {
        max-height: none;
        padding-bottom: 40px;
    }
    .topHeaderItemList {
        text-align: center !important;
    }
}

@media (max-width: 992px) {
    .topHeader {
        max-height: none;
    }

    .topHeaderItemList {
        text-align: center !important;
    }
}

.topHeader .carousel-inner>.item>a>img, .topHeader .carousel-inner>.item>img { width: 100%; height: 188px; }
.topHeader .carousel-caption {
  width: 100%;
  left: 0;
  top: 10px;
}
.topHeader .carousel-caption .carouselTitle ,
.topHeader .carousel-caption .carouselText {
  /*font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";*/
  font-style: normal;
  font-weight: 400;
  font-size: 29px;
  line-height: 35px;
  text-align: left;
  color: #ffffff; 
  margin: 10px 0;
}
.topHeader .carousel-caption .carouselText {
  font-size: 18px;
  line-height: 21px;
}
.topHeader .carouselIndicatorBox {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 1;
}
.topHeader .carousel-indicators {
  width: 100%;
  text-align: left;
  position: static;
  margin: 0;
}

.topHeader .carousel-indicators li {
  background-color: #3fa9f5;
  opacity: .4;
  border: none;
  border-radius: 100%;
  margin: 2px;
}
.topHeader .carousel-indicators li.active {
  opacity: 1;
  border: none;
  height: 10px;
  width: 10px;
}
.topHeaderButton {
    color: white;
    padding-top: 0px;
}

.topHeaderLinks {
    color: white;
    padding-top: 15px;
}
.topHeaderLinks a {
    color: white;
}
.topHeaderItemList {
    text-align: right;
}

.logoBox {
  display: inline-block;
  max-width: 224px;
  width: 100%;
  margin: 16px 0;
}
.logoBox img {
  display: block;
  margin: 0;
}

.topIconBar {
  display: inline-block;
  width: auto;
  min-width: 250px;
  height: 30px;
  margin: 16px 0;
  text-align: right;
}
.topIconBar ul {
  list-style: none;
  display: inline-block;
  margin: 0 -13px 0 0;
  padding: 0;
}
.topIconBar ul li {
  display: inline-block;
  height: 30px;
  margin: 0;
  padding: 0 9px;
  vertical-align: top;
}
.topIconBar ul li.withSep {
  border-right: 1px solid #20334f;
}
.topIconBar ul li:last-child {
  padding-left: 0;
}
.topIconBar ul li img {
  height: 50px;
  width: 50px;
  margin-top: -10px;
}
.linkLogout {
  font-size: 14px;
  line-height: 30px;
  color: #f4f4f4;  
}
.linkLogout:hover { color: #3fa9f5;   text-decoration: none; }
.linkCRIAdmin {
  padding-left: 100px;
}
#btnHeaderSearch {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../img/iconHeaderSearch.svg) center center no-repeat transparent;
  background-size: 50px 50px;
  text-indent: -999px;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;  
  vertical-align: middle;
  border-radius: 100%;
  margin-top: -5px;
}
#btnHeaderSearch:hover {
  background: url(../img/iconHeaderSearchHover.svg) center center no-repeat transparent;
  background-size: 50px 50px;
}
#btnHeaderSearch.active {
  background: url(../img/iconHeaderSearchActive.svg) center center no-repeat transparent;
  background-size: 50px 50px;
}

.headerSearchBox {
  display: inline-block;
  width: 277px;
  vertical-align: top;
  margin-top: -3px;
}
.headerSearchBox .textSearhMember { height: 38px;}

#btnHeaderSetting {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../img/iconHeaderSettings.svg) center center no-repeat transparent;
  background-size: 50px 50px;
  text-indent: -999px;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;  
  vertical-align: middle;
  border-radius: 100%;
  margin-top: -5px;
}
#btnHeaderSetting:hover {
  background: url(../img/iconHeaderSettingsHover.svg) center center no-repeat transparent;
  background-size: 50px 50px;
}
#btnHeaderSetting.active {
  background: url(../img/iconHeaderSettingsActive.svg) center center no-repeat transparent;
  background-size: 50px 50px;
}

#btnNotify {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../img/iconHeaderNotifications.svg) center center no-repeat transparent;
  background-size: 50px 50px;
  text-indent: -999px;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;  
  vertical-align: middle;
  border-radius: 100%;
  margin-top: -5px;
}
#btnNotify:hover {
  background: url(../img/iconHeaderNotificationsHover.svg) center center no-repeat transparent;
  background-size: 50px 50px;
}
#btnNotify.active {
  background: url(../img/iconHeaderNotificationsActive.svg) center center no-repeat transparent;
  background-size: 50px 50px;
}

#btnNotify.newNotifications {
  background: url(../img/iconHeaderNotificationsNew.svg) center center no-repeat transparent;
  background-size: 50px 50px;
}
#btnNotify.newNotifications:hover {
  background: url(../img/iconHeaderNotificationsNewHover.svg) center center no-repeat transparent;
  background-size: 50px 50px;
}


.notifyPopup {
  display: none;
  width: 236px;
	position: absolute;
	background: #2c447d;
	border: 1px solid #2c447d;
	border-radius: 0;
	padding: 0;
	margin: 0;
	z-index: 1000;
}
.notifyPopup:after, .notifyPopup:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.notifyPopup:after {
	border-color: rgba(44, 68, 125, 0);
	border-bottom-color: #2c447d;
	border-width: 15px;
	margin-left: -15px;
}
.notifyPopup:before {
	border-color: rgba(44, 68, 125, 0);
	border-bottom-color: #2c447d;
	border-width: 16px;
	margin-left: -16px;
}
.notifyPopTitle {
  font-size: 16px;
  line-height: 19px;
  display: block;
  width: 100%;
  padding: 15px;
  color: #ffffff;
  text-align: left;
}

ul.notifyList {
  display: block;
  width: 100%;
  background: #ffffff;
  padding: 0;
  list-style: none;
  font-size: 11px;
  line-height: 13px;
  color: #595a5a;
}
ul.notifyList li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #f7f7f7;
  padding: 9px 10px 9px 35px;
  position: relative;
}
ul.notifyList li.active {
  background: #f1f9fe;
  border-bottom: 1px solid #b4ddfb;
}
ul.notifyList li:before {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 15px;
  left: 10px;  
}
ul.notifyList li.notifyIconNoChange:before {
  background: url(../img/iconNoChange.svg) center center no-repeat transparent;
  background-size: contain;
}
ul.notifyList li.notifyIconNewReport:before {
  background: url(../img/iconNewReportAvailable.svg) center center no-repeat transparent;
  background-size: contain;
}
ul.notifyList li.notifyIconExpire:before {
  background: url(../img/iconAboutToExpire.svg) center center no-repeat transparent;
  background-size: contain;
}
ul.notifyList li.notifyIconNewApplication:before {
  background: url(../img/iconNewApplication.svg) center center no-repeat transparent;
  background-size: contain;
}



.notifyMsg {
  display: inline-block;
  padding: 1px 0;
}
.notifyLink {
  display: inline-block;
  font-size: 10px;
  line-height: 12px;
  color: #3fa9f5;
  padding: 1px 0;
}
.notifyLink:hover {
  color: #5a5b5b;
  text-decoration: none;
}



/* topSection */
.topSection {
  margin: 0 0 12px 0;
}
.topSection.bgGrey { background-color: #f2f2f2; }
.topSection.bgWhite { background-color: #ffffff; }


/* navBar (Menu) */
.navbar-default {
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #eaeaea;
}

.navbar-collapse.collapse {
  padding: 0 23px;
  margin-top: 10px;
}

.navbar-nav>li>.dropdown-menu {
  background-color: #808fb1;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, .175);
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, .175);
  max-width: 150px;
  min-width: 120px;
  margin-top: 1px;
}

.navbar-default .navbar-nav>li>a {
  font-size: 19px;
  color: #5a5b5b;
  padding: 13px 15px;
}

.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {
  background-color: transparent;
  color: #3fa9f5;
  font-weight: normal;
}







/* Index Page */
#indexTable {
  counter-reset: serial-number;
}
#indexTable tr td:first-child:before {
  counter-increment: serial-number;  
  content: counter(serial-number);  
}



/* Home Page */
.homeMemberSearchBox {
  display: block;
  width: 100%;
  background-color: #d9eefd;
  border-radius: 14px;
  padding: 30px;
  margin-bottom: 12px;
}
.searchBoxH1 {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
  color: #5a5b5b;
}
.searchBoxPara {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 19px;
  color: #5a5b5b;
}
.memberSearchForm,
.memberSearchForm .input-group {
  width: 100%;
}
.memberSearchForm .form-control {
  border: 1px solid #3fa9f5;
  border-radius: 8px;
  box-shadow: none;
  border-right: none;
  height: 37px;
  background-color: #ffffff;
}
.memberSearchForm .input-group-btn .memberSearchBtn {
  border: 1px solid #3fa9f5;
  border-radius: 0 8px 8px 0;
  border-left: none;
  text-indent: -999px;
  font-size: 1px;
  line-height: 1px;
  height: 37px; width: 45px;
  background: url(../img/iconHeaderSearch.svg) no-repeat center center #FFF;
  background-size: 40px 40px;
  padding: 0;
}

.memberSearchInput {
  
}

.memberSearchDropdownBtn {
  border: 1px solid #3fa9f5;
  border-radius: 8px;
  box-shadow: none;
  height: 37px;
  background-color: #3fa9f5;
  /*font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";*/
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  padding-right: 30px;
  position: relative;
}
.memberSearchDropdownBtn:after {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background: url(../img/iconDropDownWt.svg) center center no-repeat transparent;
  background-size: contain;
  border: none;
  position: absolute;
  top: 10px;
  right: 8px;
}

.memberSearchForm button.btn.btn-search.btn-default.dropdown-toggle.memberSearchDropdownBtn {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-right: -8px;
  position: relative;
  z-index: 10;
}

.memberSearchForm .btn.btn-search.btn-default.dropdown-toggle.memberSearchDropdownBtn:hover,
.memberSearchForm .open>.btn.btn-search.btn-default.dropdown-toggle.memberSearchDropdownBtn {
  color: #ffffff;
  background-color: #5a5b5b;
  border-color: #3fa9f5;
}

.memberSearchForm .dropdown-menu {
  background-color: #f1f9fe;
  border: none;
  border-radius: 8px;
  padding: 12px 0;
}
.memberSearchForm .dropdown-menu li a {
  padding: 6px 12px;
  /*font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";*/
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #595a5a;  
}
.memberSearchForm .dropdown-menu>.active>a {
  background-color: #ddd;
} 
.memberSearchForm .dropdown-menu>.active>a:focus, 
.memberSearchForm .dropdown-menu>.active>a:hover, 
.memberSearchForm .dropdown-menu>li>a:hover {
  background-color: #d9eefd;
  color: #595a5a;
  cursor: pointer;
}

.disableObj {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    pointer-events: none; /* no hover effect but cursor not working, if comment out this then */
    cursor: not-allowed;
    color: gray;
    
}
.disableObjOpacity {
    opacity: 0.4;
    pointer-events: none; /* no hover effect but cursor not working, if comment out this then */
    color: gray;
}
.disableObjOpacity .textLine1{
    color: gray;
}
.disableObjOpacity .textLine2{
    color: gray;
}
a {
    color: #56565a;
}
.iconTextSpace{
    text-align: center;
    /*max-width: 200px; */
}
.quickLink {
    font-size: 14px !important;
    border: 0px solid #019683 !important;
    box-shadow: transparent 8px 8px 25px 0px;
    transition: box-shadow 0.7s ease !important;
    background-color: #f2f2f2 !important;
    /*border-radius: 14px !important;*/
    /*padding-top: 20px !important;
    padding-bottom: 20px !important;*/
    padding-top: 30px !important;
    padding-bottom: 0px !important;
    margin-bottom: 15px !important;
    display: inline-block;
    line-height: 22px;
    text-decoration: none;
    position: relative;
    z-index: 10;
    /*padding: 0 20px;*/
    color: #56565a;
    /*min-height: 235px; */
    min-height: 200px;
    max-width: 180px;
    text-align: center;
    min-width: 180px;
}
a.quickSCLink:hover {
    /*color: #019683;*/
    text-decoration: none;
}
.quickSCLink:hover {
    font-size: 14px !important;
    border: 1px solid #019683 !important;
    box-shadow: rgba(0, 0, 0, 0.5) 8px 8px 25px 0px;
    transition: box-shadow 0.7s ease !important;
    /*border-radius: 14px !important;*/
    /*padding-top: 20px !important;
    padding-bottom: 20px !important;*/
    padding-top: 15px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

a.quickLink:hover {
    color: #019683;
    text-decoration: none;
}

.quickLink:hover {
    font-size: 14px !important;
    border: 1px solid #019683 !important;
    box-shadow: rgba(0, 0, 0, 0.5) 8px 8px 25px 0px;
    transition: box-shadow 0.7s ease !important;
    /*border-radius: 14px !important;*/
    /*padding-top: 20px !important;
    padding-bottom: 20px !important;*/
    padding-top: 30px !important;
    padding-bottom: 0px !important;
    margin-bottom: 15px !important;
}


.topStepsBox {
  position: relative;
}
.topStepsBox:after {
  content: "";
  display: none;
  width: 80%;
  height: 1px;
  position: absolute;
  left: 10%;
  top: 60px;
  border-bottom: 1px solid #eaeaea;
  z-index: 5;
}
.topStepsBox.withConnectStep1:after { width: 0; }
.topStepsBox.withConnectStep2:after { width: 30% }
.topStepsBox.withConnectStep3:after { width: 50% }
.topStepsBox.withConnectStep4:after { width: 80% }



.homeMainPanel {
  min-height: 500px;
}

.homeSidePanel {
  min-height: 240px;
}



/* Artboard 11 - Application page */

.formApplication {
  padding: 0 40px;
}
.formApplication.smallPadding {
  padding: 0 10px;
}

.formHeadBox,.formFootBox {
  display: block;
  width: auto;
  margin: 5px -40px 20px;
  box-sizing: content-box;  
}
.formFootBox { padding: 0 70px; }

.formHeadTitle,
.formSubTitle {
  font-size: 18px;
  line-height: 24px;
  color: #2c447d;
  display: inline-block;
  vertical-align: middle;
  padding-left: 90px;
}
.formSubTitle {
  font-size: 14px;
  line-height: 18px;
  padding: 10px 12px;
}
.formHeadTitle span.colorBlue,
.formSubTitle.colorBlue { color: #3fa9f5; }



.formHeadRadio, .formInlineRadio {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 4px 0;
}

.formHeadBtnRemove {
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  float: right;
  color: #3fa8f4;
  width: auto;
  max-width: 30%;
  padding-right: 40px;
  margin: -3px 14px 0 0;
  background: url(../img/btnRemove.svg) no-repeat right center transparent;
  background-size: 30px 30px;  
}

.formHeadBtnRemove:hover {
  color: #5a5b5b;
  text-decoration: none;
  background: url(../img/btnRemoveHover.svg) no-repeat right center transparent;
  background-size: 30px 30px;
}


.formBreak {
  display: block;
  width: auto;
  height: 30px;
  background-color: #f2f2f2;
  margin: 30px -59px;
  box-sizing: content-box;  
}

.formApplication .control-label {
  /*font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";*/
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #5a5b5b;
  text-align: left;
  vertical-align: middle;
  margin: 0;
  min-height: 30px;
  padding-top: 0;
  padding-right: 0;
  
  display: flex;
  align-items: center; /* align vertical */
}
.cellText {
  display: flex;
  align-items: center; /* align vertical */
  min-height: 30px;  
}

/*
.formApplication .control-label:before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 1px;
  vertical-align: middle;
}
*/
  
.formMessage {
  font-size: 14px;
  line-height: 18px;
  color: #3fa9f5;
  margin: 8px 0 0 0;
}
.formMessage .msgStyle1 {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  line-height: 24px;  
  margin: 8px 0 0 0
}
.formMessage .msgStyle2 {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 17px;
  margin: 0 0 8px 0;
}
.formMessage .msgStyle3 {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  line-height: 26px;
  margin: 12px 0 ;
  color: #2c447d;
}

.formColumnLabel {
  font-size: 13px;
  line-height: 16px;
  color: #5a5b5b;
}


.formBtnAddControls {
  display: inline-block;
  font-size: 11px;
  line-height: 14px;
  padding: 8px 0;
  color: #3fa8f4;
  width: auto;
  padding-left: 36px;
  background: url(../img/btnAddControls.svg) no-repeat left center transparent;
  background-size: 30px 30px;  
  white-space: nowrap;
}

.formBtnAddControls:hover {
  color: #5a5b5b;
  text-decoration: none;
  background: url(../img/btnAddControlsHover.svg) no-repeat left center transparent;
  background-size: 30px 30px;
}
.formBtnAddControls.bigSize {
  padding-left: 46px;
  background-size: 40px 40px;
  font-size: 16px;
  line-height: 24px;
}
.formBtnAddControls.bigSize:hover {
  background-size: 40px 40px;
}
.formBtnAddControls.iconDownload {
  background: url(../img/btnDownload.svg) no-repeat left center transparent;
  background-size: 30px 30px;
}
.formBtnAddControls.iconDownload:hover {
  background: url(../img/btnDownloadHover.svg) no-repeat left center transparent;
  background-size: 30px 30px;
}

.textSearhMember {
  border: 1px solid #3fa9f5;
  border-radius: 8px;
  box-shadow: none;
  height: 30px;
  background-color: #ffffff;  
  color: #3fa9f5;
  font-size: 14px;
  line-height: 18px;
  padding: 6px 10px;
}
.btnSearhMember {
  border: none;
  border-radius: 8px;
  box-shadow: none;
  height: 30px;
  color: #ffffff;
  background-color: #3fa9f5;
  font-size: 14px;
  line-height: 18px;
  padding: 6px 10px;
  min-width: 104px;
}
.btnSearhMember:hover,
.btnSearhMember:focus {
  outline: none;
  background-color: #5a5b5b;
}


.btnPrevious {
  display: block;
  float: left;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  min-width: 96px;
  padding: 10px 8px;
  text-align: center;
  border-radius: 1px;
  background-color: #989898;
}
.btnPrevious:before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;  
  background: url(../img/btnPrevious.svg) center center no-repeat transparent;
  background-size: contain;
  vertical-align: top;
  margin-right: 5px;  
}
.btnPrevious:hover {
  color: #ffffff;
  background-color: #3fa9f5;
  text-decoration: none;
}
.btnPrevious.iconRestart:before {
  background: url(../img/btnRestart.svg) center center no-repeat transparent;
  background-size: contain;
}


.btnNext {
  display: block;
  float: right;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  min-width: 96px;
  width: auto;
  padding: 10px 8px;
  text-align: center;
  border-radius: 1px;
  background-color: #07a28a;
}
.btnNext.btnBlue { background-color: #2c447d; float: none; }
.btnNext:after {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;  
  background: url(../img/btnNext.svg) center center no-repeat transparent;
  background-size: contain;
  vertical-align: top;
  margin-left: 5px;  
}
.btnNext:hover {
  color: #ffffff;
  background-color: #3fa9f5;
  text-decoration: none;
}



.policyGroupBox {
  display: block;
  min-height: 95px;
  min-width: 130px;
  height: auto;
  width: auto;
  margin: 0 16px 16px 0;
  float: left;
  border: 1px solid #3fa9f5;
}
.policyGroupBox .groupTitle {
  font-size: 14px;
  line-height: 18px;
  padding: 12px 12px 6px;
  color: #2f5b9c;
}
.policyGroupBox .groupText {
  font-size: 14px;
  line-height: 18px;
  padding: 2px 12px;
  color: #5a5b5b;
}

.policyProductBox {
  display: block;
  min-height: 216px;
  max-width: 170px;
  height: auto;
  width: auto;
  margin: 0 20px 20px 0;
  float: left;
  background-color: #e8f5fe;  
}
.policyProductBox .productTitle {
  font-size: 14px;
  line-height: 18px;
  padding: 12px 12px 2px;
  color: #2f5b9c;
  text-transform: uppercase;
}
.policyProductBox .productCost {
  font-size: 13px;
  line-height: 16px;
  padding: 2px 12px;
  color: #2f5b9c;
}
.policyProductBox .customHr {
  background-color: #8ccbf9;
  color: #8ccbf9;
  margin: 12px 12px;
  opacity: .3;
}
.policyProductBox .productText {
  font-size: 10px;
  line-height: 16px;
  padding: 6px 12px;
  color: #3fa9f5;
}
.policyProductBox ul.productFeatures {
  display: block;
  list-style: none;
  font-size: 10px;
  line-height: 12px;
  color: #3fa9f5;
  text-align: center;  
  margin: 6px 0;
}
.policyProductBox ul.productFeatures li {
  display: block;
  margin: 2px 0;
}
.policyProductBox ul.productFeatures li:before {
  display: inline;
  content: "\2022";
  padding-right: 2px;
  font-size: 9px;
}
a.btnDefault {
  display: block;
  border: none;
  border-radius: 8px;
  box-shadow: none;
  height: 30px;
  color: #ffffff;
  background-color: #3fa9f5;
  font-size: 14px;
  line-height: 18px;
  padding: 6px 10px;
  min-width: 104px;
  width: auto;
  margin: 18px auto 10px auto;
  text-align: center;
  text-transform: uppercase;
}
a.btnDefault.bgCancel {
  background-color: #989898;
}
a.btnDefault.bgDarkBlue {
  background-color: #2f5b9c;
}

a.btnDefault:hover,
a.btnDefault:focus {
  outline: none;
  background-color: #5a5b5b;
  text-decoration: none;
}
a.btnDefault.inlineBlock {
  display: inline-block;
  vertical-align: text-bottom;
  margin: 0 20px;
}

a.btnDefault.inlineBlock.bgCancel {
  margin-left: 0;
}

.btnDefault.btnLogin {
  width: 200px;
  height: 50px;
  margin: 0;
  background-color: #009578;
  color: #ffffff;

}

.policyProductBox .btnDefault {
  width: 104px;
  margin: 15px auto;
}


.formApplicationTabs {
  display: block;
  max-width: 520px;
  margin: 20px 0 20px 10px;
}
.formApplicationTabs .tabCost {
  font-size: 14px;
  line-height: 17px;
}
.formApplicationTabs .tabTitle {
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
}
.formApplicationTabs .formColumnLabel,
.formColumnLabel.fontSmall {
  font-size: 10px;
  line-height: 12px;
  color: #595a5a;
}
.formApplication .formApplicationTabs .control-label {
  padding-left: 40px;
}
.formMessage.withPads {
  padding-left: 30px;
}

.sampleChequeImage {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}




/* Artboard 7 - Quick Quote page */

.keyValues {
  font-size: 12px;
  line-height: 14px;
  color: #5a5b5b;
}
.keyValues span {
  /*font-family: "Gotham A", "Gotham B";*/
  font-style: normal;
  font-weight: 700;
  color: #07a28a;  
}

.boxFacts {
  display: block;
  max-width: 247px;
  background-color: #d9eefd;
  border-radius: 14px;
  border: none;
  position: relative;
  padding: 50px 24px 24px 24px;
  margin: 0 0 30px 0;
}
.boxFacts:before {
  content: "Quick Fact";
  display: block;
  width: auto;
  height: 14px;
  background-color: #3fa9f5;
  position: absolute;
  right: 24px;
  top: 24px;
  text-align: center;
  text-transform: uppercase;
  /*font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";*/
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  color: #ffffff;
  padding: 0 10px;
}

.factsIcon {
  display: inline-block;
  height: 100px;
  width: 100px;
}
.factsIcon:after {
  content: "\A";
  white-space: pre;   
}
.factsHead {
  display: inline-block;
  /*font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";*/
  font-style: normal;
  font-weight: 400;
  font-size: 58px;
  line-height: 64px;
  color: #2f5b9c;
  text-align: left;
  padding: 0;
  margin: 0;
}
.factsHead:after {
  content: "\A";
  white-space: pre;   
}
.factsText {
  display: inline-block;
  /*font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";*/
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #2f5b9c;
  padding: 10px 20px 0 0;
}
.factsSource {
  display: inline-block;
  /*font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";*/
  font-style: italic;
  font-weight: 400;
  font-size: 10px; 
  line-height: 12px;  
  color: #3fa9f5;
  margin-top: 12px;
}


.factsIcon.iconElectricBill {
  background: url(../img/quickFactsElectricBill.svg)  center center no-repeat transparent;
  background-size: contain;
}
.factsIcon.iconFamily{
  background: url(../img/quickFactsFamily.svg)  center center no-repeat transparent;
  background-size: contain;
}
.factsIcon.iconGroup {
  background: url(../img/quickFactsGroup.svg)  center center no-repeat transparent;
  background-size: contain;
}
.factsIcon.iconPriceTag {
  background: url(../img/quickFactsPriceTag.svg)  center center no-repeat transparent;
  background-size: contain;
}
.factsIcon.iconSupport {
  background: url(../img/quickFactsSupport.svg)  center center no-repeat transparent;
  background-size: contain;
  background-position-x: -18px;
}
.factsIcon.iconUncertain {
  background: url(../img/quickFactsUncertain.svg)  center center no-repeat transparent;
  background-size: contain;
  background-position-x: -18px;
}
.factsIcon.iconWallet {
  background: url(../img/quickFactsWallet.svg)  center center no-repeat transparent;
  background-size: contain;
  background-position-x: -15px;
}

.boxSuggest {
  display: block;
  max-width: 247px;
  background-color: #d9eefd;
  border-radius: 14px;
  border: none;
  position: relative;
  padding: 20px;
  margin: 0 0 30px 0;
}
.suggestIcon{
  display: inline-block;
  float: right;
  height: 60px;
  width: 60px;  
  margin: -8px 0 10px 0;
}
.suggestHead {
  display: inline;
  font-size: 19px;
  line-height: 23px;  
  color: #2f5b9c;
  text-align: left;
  padding: 12px 0;
}
.suggestText {
  display: inline-block;
  font-size: 13px;
  line-height: 16px;
  color: #3fa9f5;
}

.suggestIcon.iconBudget {
  background: url(../img/suggestBudget.svg)  center center no-repeat transparent;
  background-size: contain;
}









/* Artboard 4 - Needs Analysis */
.analysisTitle {
  display: inline-block;
  width: auto;
  height: 14px;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 6px;  
  margin: 0;
}
.analysisTitle.color1 { background-color: #2f5b9c; }
.analysisTitle.color2 { background-color: #5e1470; }


.analysisGraph {
  display: block;
  width: 100%;
  height: 20px;
  margin: 40px 0 20px 0;
  position: relative;
  background: transparent;
  z-index: 10;
}
.analysisGraph:before {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  margin: 0;
  padding: 0;
  position: absolute;
  border-left: 2px solid #b2b2b2;
  border-right: 2px solid #b2b2b2;
  left: 0;
  top: 4px;  
}
.analysisGraph:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #b2b2b2;
  font-size: 1px;
  line-height: 1px;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 8px;
}
.insuranceAmountBox {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  background: transparent;
  top: 0;
  left: 0;
  z-index: 20;
}
.riskAmountBox {
  display: block;
  width: 100%;
  position: absolute;
  height: 20px;
  background: transparent;
  top: 0;
  right: 0;
  z-index: 20;
  text-align: right;
}
.insuranceBar {
  display: block;
  position: absolute;
  height: 20px;
  top: 0;
  left: 0;
}
.insuranceAmountBox.color1 .insuranceBar {
  background-color: #2f5b9c;
}
.insuranceAmountBox.color2 .insuranceBar  {
  background-color: #5e1470;
}

.insuranceAmount, .riskAmount {
  display: inline-block;
  height: 20px;
  width: auto;
  line-height: 20px;
  font-size: 16px;
  padding: 0;
  text-align: center;
  position: absolute;
  top: -20px;
  background-color: transparent;
}
.insuranceAmountBox.color1 .insuranceAmount {
  color: #2f5b9c;
  left: 0;
}
.insuranceAmountBox.color2 .insuranceAmount {
  color: #5e1470;
  left: 0;
}

.riskAmount {
  color: #fe4137;
  background-color: #ffffff;
  right: 0;
}
.riskAmount:before {
  content: "";
  display: inline-block;
  height: 30px;
  width: 30px;
  margin: -6px 2px 0 0;
  background: url(../img/iconAlertIncome.svg) center center no-repeat transparent;
  background-size: contain;
  vertical-align: top;
}


.insuranceText, .riskText, .totalText {
  display: block;
  height: 14px;
  width: 100%;
  text-align: left;
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 11px;
  line-height: 14px;
  color: #989898;  
  padding: 0;
}
.riskText { text-align: right; }


.analysisText {
  display: inline-block;
  font-size: 16px;
  line-height: 19px;
  color: #5a5b5b;
  padding: 10px 0;
}


.totalAmountBox {
  display: block;
  width: 100%;
  height: 20px;
  margin: 40px 0;
  position: relative;
}
.totalAmount {
  display: block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  padding: 0 12px 0 0;
  text-align: right;
  position: absolute;
  top: 0;  
  left: 0;
  color: #ffffff;
}
.totalAmountBox.color1 .totalAmount {
  background-color: #808fb1;
}
.totalAmountBox.color2 .totalAmount {
  background-color: #9e72a9;
}

.analysisAmount {
  font-size: 28px;
  line-height: 32px;
  text-align: left;
}
.analysisAmount.color1 { color: #2f5b9c; }
.analysisAmount.color2 { color: #5e1470; }

.analysisAmount span {
  display: block;
  font-size: 15px;
  line-height: 22px;
}

.analysisSuggest {
  display: block;
  width: 100%;
  min-height: 176px;
  background-color: #d9eefd;
  border-radius: 14px;
  border: none;
  position: relative;
  padding: 30px 20px 20px 150px;
  margin: 0 0 20px 0;
}
.analysisSuggest.noIcon { padding: 36px; padding-bottom: 30px; }

.analysisSuggest .suggestIcon {
  display: block;
  height: 90px;
  width: 90px;  
  position: absolute;
  top: 40px;
  left: 30px;
}
.analysisSuggest .suggestHead {
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  color: #2f5b9c;
  text-align: left;
  padding: 12px 30px 12px 0;
}
.analysisSuggest .suggestText {
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  color: #2f5b9c;
}
.analysisSuggest.noIcon .suggestText {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  color: #3fa9f5;
  padding-bottom: 14px;
}





.analysisSuggest .suggestIcon.iconElectricBill {
  background: url(../img/quickFactsElectricBill.svg)  center center no-repeat transparent;
  background-size: contain;
}
.analysisSuggest .suggestIcon.iconFamily{
  background: url(../img/quickFactsFamily.svg)  center center no-repeat transparent;
  background-size: contain;
}
.analysisSuggest .suggestIcon.iconGroup {
  background: url(../img/quickFactsGroup.svg)  center center no-repeat transparent;
  background-size: contain;
}
.analysisSuggest .suggestIcon.iconPriceTag {
  background: url(../img/quickFactsPriceTag.svg)  center center no-repeat transparent;
  background-size: contain;
}
.analysisSuggest .suggestIcon.iconSupport {
  background: url(../img/quickFactsSupport.svg)  center center no-repeat transparent;
  background-size: contain;
  background-position-x: -18px;
}
.analysisSuggest .suggestIcon.iconUncertain {
  background: url(../img/quickFactsUncertain.svg)  center center no-repeat transparent;
  background-size: contain;
  background-position-x: -18px;
}
.analysisSuggest .suggestIcon.iconWallet {
  background: url(../img/quickFactsWallet.svg)  center center no-repeat transparent;
  background-size: contain;
  background-position-x: -15px;
}




.nav-pills>li>a.btnIconToggle {
  display: inline-block;
  min-width: 100px;
  max-width: 220px;
  width: auto;
  height: 50px;
  margin: 0 10px;
  padding: 6px 6px 6px 50px;
  /*font-family: "Gotham A", "Gotham B";*/
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 19px;
  text-align: left;
  color: #b2b2b2;
  border: none;
  border-radius: 0;
  text-decoration: none;
}
.nav-pills>li>a.btnIconToggle.toggleMember {
  background: url(../img/iconMember.svg) left center no-repeat transparent;
  background-size: contain;
}
.nav-pills>li>a.btnIconToggle.toggleMember:hover,
.nav-pills>li.active>a.btnIconToggle.toggleMember {
  background: url(../img/iconMemberActive.svg) left center no-repeat transparent;
  background-size: contain;
  color: #3fa9f5;
}
.nav-pills>li>a.btnIconToggle.toggleMemberPlus {
  background: url(../img/iconMemberPlus.svg) left center no-repeat transparent;
  background-size: contain;
}
.nav-pills>li>a.btnIconToggle.toggleMemberPlus:hover,
.nav-pills>li.active>a.btnIconToggle.toggleMemberPlus {
  background: url(../img/iconMemberPlusActive.svg) left center no-repeat transparent;
  background-size: contain;
  color: #3fa9f5;
}









/* Artboard 6 - Needs Analysis */


.sliderExpandColumn,.sliderToggleColumn {
  text-align: center;
}
.rangeSlider,.rangeSliderYears {
  display: inline-block;
  width: 100%;
  padding: 10px 30px;
  max-width: 315px;
}
.rangeSliderValue {
  display: inline-block;
  width: 100%;
  padding: 5px 40px;
  max-width: 220px;
}


.formIconLabel {
  font-size: 16px;
  line-height: 19px;
  color: #5a5b5b;
  margin: 0 0 0 40px;
  padding: 6px 0 6px 40px;
}




.formIconLabel.iconCash {
  background: url(../img/assetsCash.svg) left top no-repeat transparent;
  background-size: 30px 30px;  
}
.formIconLabel.iconInvest {
  background: url(../img/assetsInvestments.svg) left top no-repeat transparent;
  background-size: 30px 30px;  
}
.formIconLabel.iconRealEstate {
  background: url(../img/assetsRealEstate.svg) left top no-repeat transparent;
  background-size: 30px 30px;  
}
.formIconLabel.iconCoverage {
  background: url(../img/assetsCoverage.svg) left top no-repeat transparent;
  background-size: 30px 30px;  
}

.formIconLabel.iconMortgage {
  background: url(../img/debtMortgage.svg) left top no-repeat transparent;
  background-size: 30px 30px;  
}
.formIconLabel.iconLoans {
  background: url(../img/debtLoans.svg) left top no-repeat transparent;
  background-size: 30px 30px;  
}

.formIconLabel.iconIncome {
  background: url(../img/assetsIncome.svg) left top no-repeat transparent;
  background-size: 30px 30px;  
}
.formIconLabel.iconExpenses {
  background: url(../img/costExpenses.svg) left top no-repeat transparent;
  background-size: 30px 30px;  
}
.formIconLabel.iconFuneral {
  background: url(../img/costFuneral.svg) left top no-repeat transparent;
  background-size: 30px 30px;  
}
.formIconLabel.iconProtection {
  background: url(../img/costProtection.svg) left top no-repeat transparent;
  background-size: 30px 30px;  
}
.formIconLabel.iconEducation {
  background: url(../img/costEducation.svg) left top no-repeat transparent;
  background-size: 30px 30px;  
}



/* Artboard 12 - Product Overview */

.tableForm .form-group {
  margin-top: 12px;
  margin-bottom: 6px;
}
.tableFormCol {
  display: inline-block;
  vertical-align: bottom;
  float: none;
}
.tableFormLabel {
  font-size: 10px;
  line-height: 12px;
  color: #b2b2b2;  
  padding-bottom: 4px;
}

.table.productOverview {
  border-collapse: separate;
  border-spacing: 20px 0;  
}

.table.productOverview > thead > tr > th {
  background-color: #2c447d;
  color: #f4f4f4;
  border: none;
  /*font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";*/
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: center;
  min-height: 52px;
  height: 52px;
  position: relative;
}
.table.productOverview > thead > tr > th:first-child {
  background-color: transparent;
  border: none;
}
.table.productOverview > tbody > tr > td {
  border: none;
  /*font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";*/
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #5a5b5b;
  background-color: #f1f9fe;
  padding: 20px;
  position: relative;
  vertical-align: middle;
}
.table.productOverview > tbody > tr > td:first-child {
  line-height: 19px;
  color: #2f5b9c;
  background-color: transparent;
}
.table.productOverview > tbody > tr:first-child > td {
  padding-top: 30px;
}

.table.productOverview > tbody > tr > td:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #8ccbf9;
  position: absolute;
  bottom: 0;
  border-left: 20px solid #f1f9fe;
  border-right: 20px solid #f1f9fe;
  left: 0;
}
.table.productOverview > tbody > tr > td:first-child:after {
  border-left: 20px solid #ffffff;
  border-right: none;
}

.table.productOverview > tbody > tr:last-child > td:after {
  display: none;
}

.btnTableCol {
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  top: -15px;
  right: 5px;
  cursor: pointer;
  background: url(../img/btnColOpen.svg) center center no-repeat transparent;
  background-size: contain;  
}
.btnTableCol:hover {
  background: url(../img/btnColOpenHover.svg) center center no-repeat transparent;
  background-size: contain;  
}
.btnTableCol.collapsed {
  background: url(../img/btnColClose.svg) center center no-repeat transparent;
  background-size: contain;  
}
.btnTableCol.collapsed:hover {
  background: url(../img/btnColCloseHover.svg) center center no-repeat transparent;
  background-size: contain;  
}

.cellHtml {
  display: block;
}  
.cellHtml.collapsed {
  display: none;
}



/* Artboard 17 Member Details */

.memberPic{
  display: block;
  text-align: center;
}
.memberPic img {
  display: inline-block;
  border: none;
  border-radius: 100%;
  width: 134px;
  height: 134px;
}
.memberHead {
  display: block;
  margin: 30px 0;
}
.memberName {
  display: inline-block;
  width: 100%;
  font-size: 30px;
  line-height: 44px;
  color: #2f5b9c;
}
.memberNumber {
  display: inline-block;
  width: 100%;
  font-size: 19px;
  line-height: 30px;
  color: #5a5b5b;
}

.formMember {
  padding: 0 0 20px 0;
  margin: 0;
}

.formMember .control-label {
  /*font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";*/
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #5a5b5b;
  text-align: left;
  vertical-align: middle;
  width: 100%;
  margin: 0;
  padding: 8px 0;
}
.formMember .control-label.lblRequired:after {
  content: "Required";
  display: inline-block;
  /*font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";*/
  font-style: italic;
  font-weight: 300;
  color: #3fa9f5;
  padding-left: 10px;  
}

.widthSM { width: 100px; }
.widthMD { width: 150px; }
.widthLG { width: 260px; }

.formMember .form-control {
  margin: 0 5px 8px 0;
}
.widthSM ,
.widthMD ,
.widthLG {
  display: block;
  float: left;
  margin-right: 8px;
}  
.formMember .form-control.widthSM ,
.formMember .form-control.widthMD ,
.formMember .form-control.widthLG {
  margin: 0 5px 8px 0;
  display: inline-block;
  float: none;
}

.formMember .checkbox-inline, .formMember .radio-inline { margin-top: 0; padding-left: 0; }
.formMember .select2-container {
  margin-bottom: 8px;
  margin-right: 5px;
}

.formMember .formHeadTitle, 
.formMember .formSubTitle { padding-left: 0; }

.memberPolicyBox {
  display: block;
  width: 100%;
  height: auto;
  background-color: #d9eefd;
  border-radius: 0;
  border: none;
  position: relative;
  padding: 20px;
  margin: 30px 0;
  max-width: 352px;
}
.memberPolicyBox .policyAmount {
  font-size: 24px;
  line-height: 32px;
  color: #2f5b9c;
}
.memberPolicyBox .policyInfo {
  font-size: 14px;
  line-height: 17px;
  color: #5a5b5b;
  margin-top: 12px;
}

.memberPolicyBox .policyOwnerInfo {
  font-size: 16px;
  line-height: 19px;
  color: #3fa9f5;
  margin-bottom: 10px;
}

.memberActionMsg {
  font-size: 18px;
  line-height: 22px;
  color: #5a5b5b;
  margin: 0 0 10px 0;
}

.boxAction {
  display: block;
  background-color: #3fa9f5;
  border-radius: 0;
  border: none;
  position: relative;
  padding: 20px;
  padding-bottom: 30px;
  margin: 0 0 30px 0;
}
.boxAction .customHr {
  background-color: #ffffff;
  opacity: .2;
}
.iconActionAlert {
  display: block;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../img/iconAlert.svg) center center no-repeat transparent;
  background-size: contain;
}
.actionTitle {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  width: 75%;
}
.actionText {
  font-size: 13px;
  line-height: 17px;
  color: #2c447d;
  margin: 0 0 12px 0;
}
.actionHistory {
  font-size: 11px;
  line-height: 13px;
  color: #2c447d;
  margin: 2px 0;
}
.boxAction .btnNext.btnBlue:hover {
  background-color: #5a5b5b;  
}


.boxActionRecent {
  display: block;
  width: 100%;
  min-height: 176px;
  background-color: #d9eefd;
  border-radius: 14px;
  border: none;
  position: relative;
  padding: 20px; padding-bottom: 30px; 
  margin: 0 0 20px 0;
}
.boxActionRecent .customHr {
  background-color: #2c447d;
  opacity: .2;
}
.actionRecentTitle {
  font-size: 18px;
  line-height: 22px;
  color: #3fa9f5;
  margin: 0 0 10px 10px; 
}
.actionRecentAmount {
  font-size: 24px;
  line-height: 32px;
  color: #2f5b9c;
  margin: 20px 10px 5px 10px;
}
.actionRecentText {
  font-size: 16px;
  line-height: 19px;
  margin: 0 10px;
  color: #5a5b5b;
}



/* Artboard 18 */
.colLeftSidebar {
  background-color: #e8e8e8;
  margin: 0 0 20px;
  border: none;
  border-left: 12px solid #f2f2f2;
  border-right: 12px solid #f2f2f2;
}

.configMenuTitle {
  font-size: 18px;
  line-height: 20px;
  color: #20334f;
  padding: 20px 24px 4px 12px;
}

.configMenu {
  display: block;
  padding: 4px 50px 24px 24px;
}
.configMenu > li {
  display: block;
  width: 100%;
  margin: 18px 0;
  padding: 2px 0;
}
.configMenu > li.active {
  border-bottom: 1px solid #3fa9f5;
}
.configMenu > li > a {
  /*font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";*/
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #20334f;
}
.configMenu > li > a:hover {
  color: #3fa9f5;
  text-decoration: none;
}
.configMenu > li.active > a {
  /*font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";*/
  font-style: normal;
  font-weight: 500;
  color: #3fa9f5;
  text-decoration: none;
  pointer-events: none;
}

#inputUploadPic {
  display: block;
  width: 134px;
  height: 134px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#inputUploadPic img {
  display: inline-block;
  border: none;
  border-radius: 100%;
  width: 134px;
  height: 134px;
  border: 2px solid #3fa9f5;
}
#btnUserPicFile {
  display: block;
  height: 41px;
  width: 41px;
  position: absolute;
  bottom: 16px;
  right: 16px;
  text-indent: -999px;
  font-size: 1px;
  line-height: 1px;
  background: url(../img/btnAddControls.svg) center center no-repeat transparent;
  background-size: contain;
  cursor: pointer;
}
#btnUserPicFile:hover {
  background: url(../img/btnAddControlsHover.svg) center center no-repeat transparent;
  background-size: cover;
}

#uploadPic {
  position: absolute;
  top: -100px;
  left: -1000px;
}

.uploadCropBox {
  margin: 20px 0 40px;  
  width: 100%;
  height: 200px;
  display: block;
  opacity: 0;
}

#btnUserPicDone {
  margin-top: 10px;
}



/* Artboard 15 */
.productInfoHeadBox {
  display: block;
  width: 100%;
  height: auto;
  padding: 25px 30px;
  margin: 0 12px 20px;
}
.productInfoHeadBox.typeLife {
  background-color: #2c447d; /* #2f5b9c; */
}
.productInfoHeadBox.typeDisability {
  background-color: #5e1470;
}


.productInfoHeadBox .productHeadTitle {
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}
.productInfoHeadBox .productInfoHeadLabel ,
.productInfoHeadBox .productInfoHeadValue {
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  margin-bottom: 4px;
}
.productInfoHeadBox .productInfoHeadLabel {
  text-transform: uppercase;
  margin-top: 20px;
}

.productInfoBox {
  display: block;
  width: 100%;
  height: auto;
  padding: 25px 50px 25px 30px;
  background-color: #f1f9fe;
  margin: 0 0 20px 0;
}
.productInfoBox.footerBox {
  background-color: #f0f0f0;
}

.productInfoTitle {
  font-size: 18px;
  line-height: 22px;
  color: #5a5b5b;
}
.productInfoText {
  font-size: 14px;
  line-height: 20px;
  color: #5a5b5b;
  margin: 8px 0;
  display: inline-block;
}


.productInfoBox ul,
.productInfoBox ol {
  display: block;
  list-style: none;
  /*font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";*/
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #5a5b5b;
  text-align: left;  
  margin: 6px 0;
}
.productInfoBox ul li ,
.productInfoBox ol li {
  display: inline-block;
  width: 100%;
  margin: 8px 0;
  padding-left: 12px;
  position: relative;
}
.productInfoBox ol li {
  padding-left: 24px;
}
.productInfoBox ul li:before {
  display: block;
  position: absolute;
  left: 0;
  width: 12px;
  content: "\2022";
  overflow: hidden;
  color: #3fa9f5;
}

.productInfoBox ol {
    counter-reset: listCounter;
}
.productInfoBox ol li:before {
  display: block;
  position: absolute;
  left: 0;
  width: 24px;
  overflow: hidden;
  content: counter(listCounter, upper-alpha) ')';
  counter-increment: listCounter;
  /*font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";*/
  font-style: normal;
  font-weight: 500;
  color: #3fa9f5;
}



/* Artboard 1 */

.loginBox {
  display: block;
  width: 100%;
  background-color: #3fa9f5;
  border-radius: 14px;
  padding: 30px 40px 10px;
  margin-bottom: 12px;
  margin-top: 16px;
}
.loginTitle {
  font-size: 22px;
  line-height: 26px;
  color: #20334f;
  text-align: left;
}

.formLogin {
  padding: 20px 0 0 0;
  margin: 0;
}
.formLogin .control-label {
  /*font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";*/
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #ffffff;
  text-align: left;
  vertical-align: middle;
  width: 100%;
  margin: 0;
  padding: 8px 0;
}
.formLogin .form-control {
  height: 37px;
  background-color: #ffffff; 
  border-radius: 8px;
}
.linkForgotPwd {
  font-size: 10px;
  line-height: 12px;
  color: #ffffff;
  text-decoration: underline;  
}
.linkForgotPwd:hover {
  color: #5a5b5b;
}
.formLogin .checkbox .cr,
.formLogin .radio .cr {
  width: 17px;
  height: 17px;
}
.formLogin .checkbox .cr .cr-icon {
  width: 16px;
  height: 16px;
}
.formLogin .checkbox label, 
.formLogin .radio label {
  color: #ffffff;  
}



/*
.quickLink.bigSize {
  padding: 0 20px;
}
.quickLink.bigSize span {
  margin-bottom: 0;
}
.quickLink.bigSize span img {
  max-width: 180px;
}
*/

.chartLegendBox {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}
.chartLegendBox .tableFormLabel {
  display: inline-block;
  width: auto;
}
.chartLegend {
  display: inline-block;
  width: auto;
  height: 14px;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 6px;
  margin: 0 10px;
}
.chartLegend.color1 { background-color: #2f5b9c; }
.chartLegend.color2 { background-color: #5e1470; }

.chartBox {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}
.chartBox .tooltip .tooltip-inner { min-width: 30px; }

.reportTableBox {
  display: block;
  width: 100%;
  padding: 0 5%;
  box-sizing: border-box;
}

.tg  {border-collapse:collapse;border-spacing:0;border-color:#f2f2f2;table-layout: fixed; width: 100%; margin: 0;}
.tg td{font-size:12px;line-height: 14px;padding:14px 10px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#f2f2f2;color:#54585a;background-color:#FFFFFF;vertical-align: middle; text-align: center;}
.tg td.text-left,.tg td:first-child { text-align: left; }
.tg th{font-size:14px;font-weight:bold;line-height: 16px;padding:11px 10px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#f2f2f2;color:#54585a;background-color:#FFFFFF;}

.tg .tgTopLeft{background-color:transparent;border-top: none; border-left: none;}

.tg .tgHead1{
  /*font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";*/
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #5a5b5b;
  line-height: 20px;
  text-align: center;
  padding: 8px 0;
  border-bottom: none;
}
.tg .tgHead2{
  /*font-family: "Gotham A", "Gotham B";*/
  font-style: normal;
  font-weight: 700;
  font-size: 10px; 
  padding: 5px 0;
  line-height: 12px;
  color: #b2b2b2;
  text-align: center;
  border-top: none;
  border-bottom: none;
}
.tg .tgHead3{
  /*font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";*/
  font-style: normal;
  font-weight: 400;
  font-size: 10px; 
  padding: 2px 0;
  line-height: 12px;
  color: #b2b2b2;
  text-align: center;
  border-top: none;
  vertical-align: middle;
}

.tg .tgRowHead, .tg .tgNormal {
  /*font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";*/
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #5a5b5b;
  background-color:#f1f9fe;
}
.tg .tgNormal{ background-color:#ffffff; color: #b2b2b2; }

.tg .tgGap { border-top: none; border-bottom: none; padding: 0; }

.tg .noBorderLeft { border-left: none; }
.tg .noBorderRight { border-right: none; }
.tg .noBorderTop { border-top: none; }
.tg .noBorderBottom { border-bottom: none; }

#reportTable01 colgroup col.tgCol120 { width: 120px; }
#reportTable01 colgroup col.tgCol160 { width: 160px; }
#reportTable01 colgroup col.tgColGap { width: 10px; }
#reportTable01 colgroup col.tgCol83 { width: 83px; }



/* BootStrap Media Queries */
/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 479px) {
  .container { 
      width: 98%; 
      min-width: 98%; 
      max-width: 98%; }

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) and (max-width : 1247px ) {
  .container { 
      width: 480px; 
      min-width: 480px; 
      max-width: 480px; 

  }
  
  .homeParticipationGaugeBox {padding: 26px 40px;}
  .panelWhite .panelBody { padding: 15px 8px; }
  .statusSubmit, .statusProgress { margin-right: 10px; }  
  .row {
    /*margin-right: -6px;
    margin-left: -6px;*/
  }
  [class^="col-"], [class^=" col-"] {
      padding-right: 6px;
      padding-left: 6px;
  }
  .colLeftSidebar {
    border-left: 6px solid #f2f2f2;
    border-right: 6px solid #f2f2f2;    
  }

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 1247px ) {
  .container { width: 768px; min-width: 768px; max-width: 768px; }
  .quickLink { padding: 0; }
  .topStepsBox:after { display: block; }

  .homeParticipationGaugeBox {padding: 26px 8px;}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) and (max-width : 1247px ) {
  .container { width: 984px; min-width: 984px; max-width: 984px; }
  .navbar-nav>li { padding: 0 6px; }
  .navbar-nav>li>.dropdown-menu { margin-left: 6px; }
  .quickLink { padding: 0 10%; }

  .panelBlue .panelTitle {max-width: 65%;font-size: 20px;}
  .formApplication,.formApplication.smallPadding { padding: 0; padding-right: 10px; }
  .formHeadTitle, .formSubTitle  { padding-left: 45px; }
  .formHeadBox, .formFootBox  { margin-left: -10px; margin-right: -10px; }
  .formHeadBox { position: relative; padding-top: 30px; }
  .formHeadBtnRemove { position: absolute; right: 0; top: 0;}
  .factsHead { font-size: 50px;line-height: 60px; }
  .formBtnAddControls { white-space: normal; }
  .formIconLabel { padding-left: 40px; }
  .rangeSlider, .rangeSliderYears  { padding: 10px; }

  .table.productOverview > tbody > tr > td { padding: 12px 10px; }
  .table.productOverview > tbody > tr > td:after {
    border-left: 10px solid #f1f9fe;
    border-right: 10px solid #f1f9fe;    
  }  
  .table.productOverview > tbody > tr > td:first-child:after {
    border-left: 10px solid #ffffff;
  }

  #reportTable01 colgroup col.tgCol120 { width: 120px; }
  #reportTable01 colgroup col.tgCol160 { width: 120px; }
  #reportTable01 colgroup col.tgColGap { width: 10px; }
  #reportTable01 colgroup col.tgCol83 { width: 63px; }



}

/* Akendi Layout Size (FIXED WIDTH) */
@media only screen and (min-width : 1248px) {
  .container { width: 1248px; min-width: 1248px; max-width: 1248px; }
  .navbar-nav>li { padding: 0 25px; }
  .navbar-nav>li>.dropdown-menu { margin-left: 20px; }
  .quickLink { padding: 0 10%; }

  .topStepsBox:after { display: block; }

}









/* Helper Classes */
.clearFix { display:block; clear:both; width: 100%; height: 0px; }
.spacer   { display:block; clear:both; width: 100%; height: 40px; font-size: 1px; line-height: 1px; }
.halfHt , .spacer.halfHt { height: 20px; }
.noShow { display: none; }
.noFloat { float: none; }
.noPadding { padding: 0 !important; }
.noPaddingRight { padding-right: 0 !important; }
.noPaddingLeft { padding-left: 0 !important; }
.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.noStyle {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}



/* CRIC */

.body-content {

}

.disabled {
    pointer-events: none;
    opacity: 0.4;
}

.image-text {
      float:left;
      margin:0px 5px 5px;
      position:relative;
}

h5 {
    position: absolute; /* keep home page text over icons */
    margin: auto;
    left: 0; 
    bottom: 80px;  
    right: 0;
    font-size: 14px;
}

@media (max-width: 767px) {
  .container {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 0;
    margin-right: 0px;
    margin-left: 0px;
  }
  .input-custom {
    width: 200px;
  }
  .iconTextSpace{
    max-width: none;
  }
}

.group-control {
    display: inline-table;
}

.addon-email {
    padding: 6px 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: .5;
    color: #000;
    text-align: center;
    border-radius: 12px 0px 0px 0px;
    background-image: url('../img/email.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #009578;
    width: 50px;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
    text-transform: uppercase;
}

.addon-password {
    border-radius: 0px 0px 0px 12px;
    background-image: url('../img/password.png');
    padding: 6px 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: .5;
    color: #000;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #009578;
    width: 50px;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
    text-transform: uppercase;
}

.input-custom {
    padding: 0 20px 0 10px;
    outline: none;
    font-size: 14px;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 1px solid #ccc;
    border-radius: 12px 12px 12px 12px;
}

.input-custom:focus {
    border-radius: 12px 12px 12px 12px;
}

.login-block {
    padding: 20px;
    border-radius: 5px;
    margin: 0 auto;
    align-content: center;
    width: 500px !important;
    /*padding-bottom: 30px !important;*/
    background-color: #F2F2F2;
    border-radius: 14px !important;
    /*margin-top: 100px;*/
    color: #000 !important;
}
form.login-block {
    border: 0px solid transparent !important;*/
    box-shadow: rgba(0, 0, 0, 0) 8px 8px 25px 0px;
    transition: border 0.7s ease !important;
    transition: box-shadow 0.7s ease !important;
    position: relative;
    left: 0px
}
form:hover.login-block {
    padding: 0px 0px 0px 0px;
    border: 1px solid #000000 !important;
    box-shadow: rgba(0, 0, 0, 0.5) 8px 8px 25px 0px;
    transition: border 0.7s ease !important;
    transition: box-shadow 0.7s ease !important;
    position: relative;
    left: -1px;
    top: 0px;
}
.caretCustom {
    border-top: 4px solid #fff;
}
.login-block .row {
  margin: 0px;
}
@media (max-width: 767px) {
    .login-block {
        padding: 20px;
        border-radius: 5px;
        margin: 0 auto;
        align-content: center;
        width: 350px !important;
        /*padding-bottom: 30px !important;*/
        background-color: #f2f2f2;
        border-radius: 14px !important;
        /*margin-top: 100px;*/
        color: #000 !important;
    }
}
.login-button {
    width: 100%;
    height: 40px;
    /*background: #009578; changed for AODA*/
    background: #C20044;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #55565A;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    outline: none;
    cursor: pointer;
}


.login-button:hover {
    background: #C0CEC3;
}

.login-logo { 
    /*cursor: pointer;*/
    max-height: 100px;
    margin-top: 0px;
    margin-bottom: 0px;

}

.vcenter {
  display: flex;
  align-items: center;
}

input[type="radio"], input[type="checkbox"] {
    margin: 0px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
.RememberMe {
  color: #000 !important;
}
.ForgotPassword {
  color: #000 !important;
  padding-left: 10px;
}
.alignRow {
  text-align: center;
  padding-right: 0;
  padding-left: 0;
}

.copyright-line {
  font-size: 12px;
  color: #000 !important;
}

.container p.footerPara {
    /*font-size: 12px;*/
    line-height: 14px;
    color: #ffffff;
    padding-top: 16px;
}
p {
    margin: 0 0 10px;
}
.footerPara img {
    vertical-align: middle;
}
.footerContainer {
    display: flex;
    justify-content: left;
    align-content: center;
    align-items: center;
}
@media (max-width: 767px) {
    .footerContainer {
        display: flex;
        justify-content: center;
        align-content: center;
        height: 60px;
        align-items: center;
    }
}
.footerContainerItem {
    padding-top: 10px;
}
.footerItem {
    /*background-color: #009578; */
    background-color: #000; 
    color: #fff;
    /*padding-top: 20px;*/
    text-align: center;
    justify-content:  center;
    align-content: center;
}
.footer .row {
    /*margin-right: -15px;
    margin-left: -15px;*/
}
.website-link {
    color: #fff;
    /*font-size: 12px;*/
}
.website-link:focus, .website-link:hover {
    color: #fff;
    /*font-size: 12px;*/
    text-decoration: underline;
}

.watermark {
  pointer-events: none;
  color: #009578;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 99;
  left:80px;
  top:50px;

}

.culist, .adminList {
    /*background-color: #009578;*/ /* green color*/
    background-color: #fff;
    height: 350px;
    overflow: auto
}

.culist-item, .adminlist-item {
    /*background-color: #009578;*/ /* green color*/
    background-color: #fff;
    /*color: #fff;*/ /* color white*/
    color: #000;
}

.culist-item:hover, .adminlist-item:hover {
    background-color: #009578;
}

.dropdown-menu>li>a {
  /*font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";*/
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  /*color: #ffffff;*/
  color: #000;
  white-space: normal;
  padding: 7px 20px;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover, .dropdown-menu>li>a:hover {
  /*background-color: #2c447d;*/
  background-color: #009578;
  /*color: #3fa9f5;*/
  color: #fff;
}

.adminList  {
    width: 150px !important;
}

.culist {
    width: 330px !important;
}
/* new login theme valeyo */
.vcenter {
    display: flex;
    align-items: center;
}

.group-control {
    /*display: table;*/
    display: inline-table;
}

.addon-email {
    padding: 6px 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: .5;
    color: #000;
    text-align: center;
    border-radius: 12px 0px 0px 0px;
    background-image: url('../../Content/img/email.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #009578;
    width: 50px;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
    text-transform: uppercase;
}

.addon-password {
    border-radius: 0px 0px 0px 12px;
    background-image: url('../../Content/img/password.png');
    padding: 6px 12px;
    font-size: 8px;
    font-weight: 400;
    line-height: .5;
    color: #000;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #009578;
    width: 50px;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
    text-transform: uppercase;
}

.input-custom {
    padding: 0 20px 0 10px;
    outline: none;
    font-size: 14px;
    width: 250px;
    height: 42px;
    box-sizing: border-box;
    margin-top: 1px;
    margin-bottom: 1px;
    border: 1px solid #ccc;
    border-radius: 12px 12px 12px 12px;
}
.input-custom:focus {
    border-radius: 12px 12px 12px 12px;
}
.login-button {
    border-radius: 12px 12px 12px 12px;
    width: 250px;
}
.copyright-line {
    color: #000 !important;
}
.RememberMe {
    color: #000 !important;
}
.ForgotPassword {
    color: #000 !important;
    padding-left: 10px;
}
.alignRow {
    text-align: center;
    padding-right: 0;
    padding-left: 0;
}
.container {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}
.login-block {
    padding: 0px;
}
.login-block .row {
    margin: 0px;
}
.login-logo {
    margin-top: 10px;
    margin-bottom: 10px;
}
input[type="radio"], input[type="checkbox"] {
    margin: 0px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
.backgroundGradientHorizontal { /* horizontal*/
    background: #019683; /* Old browsers */
    background: -moz-linear-gradient(left, #019683 0%, #c0cec3 100%, #7db9e8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #019683 0%,#c0cec3 100%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #019683 0%,#c0cec3 100%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#019683', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 */
}
.backgroundGradient { /*black*/
    /*background: #000000 !important;*/
}
.backgroundLogin { /*valeyo green*/
    background: #019683 !important; 
}
.commonHrSolid {
    display: block;
    height: 1px;
    background-color: #000;
    clear: both;
    color: #000;
    border: none;
    margin: 0;
    opacity: 1;
}
.commonHrSemiTrans {
    display: block;
    height: 1px;
    background-color: #000;
    clear: both;
    color: #000;
    border: none;
    margin: 0;
    opacity: 0.5;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#ProtectedCreditHr {
    display: block;
}
.appSCLogo {
    margin-left: 0px;
    width: 100%;
    height: 100%;
}
.appLogo {
    margin-left:0px;
    width: 100px;
}

.appLogoSASA {
    margin-top: -20px;
    margin-left: -20px;
    width: 165px;
}
.notifyIcon {
    margin-left: 0px;
    width: 124px;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
  100% {
      /*width: auto;*/
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
  100% {
     /*width: auto;*/
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
      width: 0;
      height: 0;
  }
  to {
    opacity: 0;
    width: 0;
    height: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
      width: 0;
      height: 0;
  }
  to {
    opacity: 0;
    width: 0;
    height: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
.displayComponent {
    /*display: block;*/
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;

    /*min-height: initial;*/
    /*max-height: 700px;*/
    /*transition: min-height 1.7s ease !important;*/
    /*transition: max-height 1.7s ease !important;*/
    /*opacity: 1;*/
    /*transition: opacity 1.7s ease !important;*/
}
.hideComponent {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;

    display: none;
    
    /*
    text-align: center;
    width: 0px !important;
    height: 0px !important;
    min-width: 0px !important;
    min-height: 0px !important;
    max-width: 0px !important;
    max-height: 0px;
    margin: 0px !important;
    padding: 0px !important;
        */
    /*min-height: 0px;*/
    /*max-height: 0px;*/
    /*transition: min-height 1.7s ease !important;*/
    /*transition: max-height 1.7s ease !important;*/
    /*opacity: 0;*/
    /*transition: opacity 1.7s ease !important;*/
}

/* spinner */
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.lds-css {
  z-index: 1000;
  position: absolute;
  min-height: 30px;
}
.lds-spinner {
  margin-top: 25px !important;
  z-index: 1000;
  position: relative;
  margin: 0 auto;
  width: 1px !important;
  /*height: 70px !important;*/
  height: auto !important;
  /*-webkit-transform: translate(-35px, -35px) scale(0.35) translate(35px, 35px);*/
  -webkit-transform: translate(-25px, -35px) scale(0.35) translate(35px, 35px);
  /*transform: translate(-35px, -35px) scale(0.35) translate(35px, 35px);*/
  transform: translate(-25px, -35px) scale(0.35) translate(35px, 35px);
}
.lds-spinner div { /* small spinner */
  left: 0px;
  top: 0px;
  position: absolute;
  -webkit-animation: lds-spinner linear 1.2s infinite;
  animation: lds-spinner linear 1.2s infinite;
  background: #000000;
  width: 12px;
  height: 36px;
  border-radius: 36%;
  -webkit-transform-origin: 6px 58px;
  transform-origin: 6px 58px;
}
.lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
/* end spinner */


/* new login theme valeyo - gauge styles */
.rs-animation .rs-transition {
    -webkit-transition: all 1s linear 0s !important;
    -moz-transition: all 1s linear 0s !important;
    -o-transition: all 1s linear 0s !important;
    transition: all 1s linear 0s !important;
}
.homeCreditChartArea {
  display: block;
  width: 90%;
  /*width: 400px;*/
  height: 145px;
  position: relative;
  margin-left: 20px;
  margin-bottom: 10px;
}
.homeCreditTitle {
  display: block;
  width: 110px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 32px;
  line-height: 38px;
  text-align: left;
  color: #07a28a;
}
.homeCreditTypeTitle {
  display: block;
  width: 110px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 21px;
  line-height: 38px;
  text-align: left;
  color: #07a28a;
}
.homeCreditTitle span {
  display: block;
  width: 100%;
  font-size: 11px;
  line-height: 13px;
  color: #07a28a;
}
.homeCreditGaugeBox {
  display: block;
  width: 170px; /* original 170px */
  height: 80px; /* original 80px */
  position: absolute;
  left: 50%;
  margin-left: -85px; /* original -85px */
  bottom: 5px;
}
.homeCreditValue {
  display: block;
  /*width: 90px;*/
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 10px;
  line-height: 12px;
  color: #07a28a;
}
.homeCreditValue span {
  display: block;
  /*width: 100%;*/
  width: 50px;
  font-size: 9px;
  line-height: 10px;
  color: #07a28a;
}
.homeCreditTarget {
  display: block;
  /*width: 90px;*/
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: left;
  font-size: 10px;
  line-height: 12px;
  color: #989898;
}
.homeCreditTarget span {
  display: block;
  /*width: 100%;*/
  width:50px;
  font-size: 9px;
  line-height: 10px;
  color: #989898;
}
/* protected Disability titles */
.homeCreditTitleDisability {
  display: block;
  width: 110px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 32px;
  line-height: 38px;
  text-align: left;
  color: #114D96;
}
.homeCreditTypeTitleDisability {
  display: block;
  width: 110px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 21px;
  line-height: 38px;
  text-align: left;
  color: #114D96;
}
.homeCreditTitleDisability span {
  display: block;
  width: 100%;
  font-size: 11px;
  line-height: 13px;
  color: #114D96;
}
.homeCreditValueDisability {
  display: block;
  /*width: 90px;*/
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 10px;
  line-height: 12px;
  color: #114D96;
}
.homeCreditValueDisability span {
  display: block;
  /*width: 100%;*/
  width: 50px;
  font-size: 9px;
  line-height: 10px;
  color: #114D96;
}

/* protected life gauge */
#homeCreditGauge .rs-handle  {
    background-color: #2c447d;
}
#homeCreditGauge .rs-handle:before  {
    display: block;
    content: " ";
    position: absolute;
    height: 10px;
    width: 10px;
    background: #2c447d;
    right: -5px;
    bottom: -5px;
    border-radius: 100%;
}
#homeCreditGauge .rs-handle:after  {
    display: block;
    content: " ";
    width: 100%;
    position: absolute;
    top: -1px;
    right: 0px;
    border-top: 2px solid #2c447d;
}
#homeCreditGauge .rs-range-color  {
  background-color: #07a28a;
}
#homeCreditGauge .rs-path-color  {
  background-color: #d1d1d1;
  border-radius: 0;
}
#homeCreditGauge .rs-border  {
  border: none;
}
#homeCreditGauge .rs-block .rs-inner {
  background-color: #f2f2f2;
}
/* protected disability gauge */
#homeCreditGaugeDisability .rs-handle  {
    background-color: #2c447d;
}
#homeCreditGaugeDisability .rs-handle:before  {
    display: block;
    content: " ";
    position: absolute;
    height: 10px;
    width: 10px;
    background: #2c447d;
    right: -5px;
    bottom: -5px;
    border-radius: 100%;
}
#homeCreditGaugeDisability .rs-handle:after  {
    display: block;
    content: " ";
    width: 100%;
    position: absolute;
    top: -1px;
    right: 0px;
    border-top: 2px solid #2c447d;
}
#homeCreditGaugeDisability .rs-range-color  {
  background-color: #114D96;
}
#homeCreditGaugeDisability .rs-path-color  {
  background-color: #d1d1d1;
  border-radius: 0;
}
#homeCreditGaugeDisability .rs-border  {
  border: none;
}
#homeCreditGaugeDisability .rs-block .rs-inner {
  background-color: #f2f2f2;
}

/* ////////////// participaction here /////////////// */
.homeParticipationChartArea {
  display: inline-block;
  margin: 0;
  padding: 18px 18px 0 18px;
  border: none;
  /*border-right: 1px solid #f7f7f7;*/
  /*width: 44%;*/
  width: 150px;
  /*height: 190px;*/
  /*float: left;*/
  position: relative;
  margin-left: 28px;

}
.homeParticipationChartArea.lastItem { border-right: none; }

.homeParticipationGaugeBox {
  width: 100%;
  height: 100%;
  /*padding: 46px 10px; */ /* original padding: 26px 10px; heading - targetMarkText is visible */
  padding: 26px 10px;  /* original padding: 26px 10px; no heading - targetMarkText is hidden*/
}

.homeParticipationTitle {
  display: block;
  width: auto;
  height: 14px;
  position: absolute;
  top: 16px;
  left: 0px;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 6px;
}
.homeParticipationTitle.color1 { background-color: #07a28a; } /* green */
.homeParticipationTitle.color2 { background-color: #114D96; } /* blue */
.homeParticipationTitle.color3 { background-color: #742A83; } /* wine */



#slider1 .rs-range-color {
  background-color: #07a28a; /* green */
  border: 4px solid #07a28a; /* green */
}
#slider1 .rs-path-color {
  background-color: #d1d1d1;
/*
  border: 3px solid #ffffff;
  border-bottom: none;
*/
}

#slider1 .rs-border  {
  border: none;
}


#slider2 .rs-range-color {
  background-color: #114D96;
  border: 4px solid #114D96;
}
#slider2 .rs-path-color {
  background-color: #d1d1d1;
/*
  border: 3px solid #ffffff;
  border-bottom: none;
*/
}
#slider2 .rs-border  {
  border: none;
}

#slider3 .rs-range-color {
  background-color: #742A83; /* wine */
  border: 4px solid #742A83; /* wine */
}
#slider3 .rs-path-color {
  background-color: #d1d1d1;
/*
  border: 3px solid #ffffff;
  border-bottom: none;
*/
}

#slider3 .rs-border  {
  border: none;
}

.targetMark span.rs-seperator.rs-border {
  border-top: 1px solid #b2b2b2 !important;
  width: 14px;
}

.targetMarkText {
  /*font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";*/
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  opacity: .6;
  display: none; /* if visible then .homeParticipationGaugeBox should be: padding: 46px 10px; */
}
.targetMarkText span {
  display: block;
  text-align: left;
  width: 30px;
  font-size: 8px;
  line-height: 10px;
}
span.rs-number {
  position: absolute;
  top: -10px;
  left: -32px;
}

#slider1 .targetMarkText { color: #2c447d; } /* green */
#slider2 .targetMarkText { color: #114D96; } /* blue */
#slider3 .targetMarkText { color: #742A83; } /* winie */


span.rs-tooltip.rs-tooltip-text {
  /*font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";*/
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
span.rs-tooltip.rs-tooltip-text span {
  /*font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";*/
  font-style: normal;
  font-weight: 400;
  font-size: 8px;
  line-height: 8px;
  display: block;
  text-align: center;
  width: 54px;
}
gaugeSection {
    display: none;
}

#slider1 span.rs-tooltip.rs-tooltip-text { color: #07a28a; } /* green */
#slider2 span.rs-tooltip.rs-tooltip-text { color: #114D96; }
#slider3 span.rs-tooltip.rs-tooltip-text { color: #742A83; }

@media (max-width: 768px) {
    .homeCreditChartArea {
        width: 350px;
    }

  .homeCreditGaugeBox .rs-control, .homeCreditGaugeBox .rs-container {
    width: 100% !important;
    height: 100% !important;
  }
  .homeCreditGaugeBox {
    display: block;
    width: 119px; /* original 170px */
    height: 60px; /* original 80px */
    position: absolute;
    left: 50%;
    margin-left: -75px; /* original -85px */
    bottom: 5px;
  }
}
@media (max-width: 767px) { /* needs to be after 768 otherwise will take .homeCreditChartArea of 768. */
  .homeCreditChartArea {
    width: 320px;
  }
  .homeCreditGaugeBox .rs-control, .homeCreditGaugeBox .rs-container {
    width: 100% !important;
    height: 100% !important;
  }
  .homeCreditGaugeBox {
    display: block;
    width: 119px; /* original 170px */
    height: 60px; /* original 80px */
    position: absolute;
    left: 50%;
    margin-left: -75px; /* original -85px */
    bottom: 5px;
  }

}

@media (min-width: 1200px) {
    .welcomeText {
        white-space: nowrap;
        margin-left: -15px;
    }
}

@media (max-width: 767px) {
    #ProtectedCreditHr {
        display: block;
    }
    .row.sectionProperties.participaction {
        /*padding-left: 25%;*/
    }
    .homeParticipationChartArea {
      margin-left: 20px !important;
    }
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  
{ 
    #ProtectedCreditHr {
        display: none;
    }
    .homeParticipationChartArea {
      width: 200px;
      margin-left: 52px !important;
    }
}
@media (max-width: 1200px) {
    .homeCreditChartArea {
        width: 320px;
    }
}
/* Reports formatting */
@media (min-width: 1248px){
	.container-report, .container-userRoles {
		width: 1248px;
		min-width: 1248px;
		max-width: 1248px;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}
}
.container-report .sectionHeader, .container-userRoles .sectionHeader {
    padding-bottom: 0px;
    font-weight: bold;
    font-size: 26px;
}
.container-report label, .container-userRoles label {
    display: table-cell;
}
.container-report .form-controldatepicker, .container-report .form-control, .container-userRoles .form-control {
    width: 300px;
    height: 28px;
}
.container-report .controls, .container-userRoles .controls {
    padding-left: 0px;
    padding-top: 15px;
}
@media (max-width: 767px) {
    .container-report .controls, .container-userRoles .controls {
        margin-top: 15px;
    }
}
.container-report .controls-header, .container-userRoles .controls-header {
    padding-left: 0px;
}

.container-report .controls-item, .container-userRoles .controls-item {
    padding-left: 0px;
}
.container-report .view-report-button, .container-userRoles .view-report-button {
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=password]:not(:placeholder-shown) {
        font-size: 2em;
    }

    input[type=password]:placeholder-shown {
        font-size: 14px;
    }
}

.textLine3 {
    /*color: white;*/
    color: red;
    /*max-width: 100% !important;
    line-height: 18px;*/
    font-size: 12px;
}
.noteHeaderColor {
    color: #019683 !important;
    /*color: #848484 !important;*/
    font-weight: 600;
    font-size: 20px;
}
.quickNoteLink {
    font-size: 14px !important;
    border: 0px solid #019683 !important;
    box-shadow: transparent 8px 8px 25px 0px;
    transition: box-shadow 0.7s ease !important;
    /*background-color: #046d8d !important;*/
    background-color: #f2f2f2 !important;
    /*border-radius: 14px !important;*/
    /*padding-top: 20px !important;
    padding-bottom: 20px !important;*/
    padding-top: 30px !important;
    padding-bottom: 0px !important;
    margin-bottom: 15px !important;
    display: inline-block;
    line-height: 22px;
    text-decoration: none;
    position: relative;
    z-index: 10;
    /*padding: 0 20px;*/
    color: #56565a;
    /*min-height: 235px; */
    min-height: 200px;
    max-width: 180px;
    text-align: center;
    min-width: 180px;
}
a.quickNoteLink:hover {
    color: #019683;
    text-decoration: none;
}

.quickNoteLink:hover {
    font-size: 14px !important;
    border: 1px solid #019683 !important;
    box-shadow: rgba(0, 0, 0, 0.5) 8px 8px 25px 0px;
    transition: box-shadow 0.7s ease !important;
    /*border-radius: 14px !important;*/
    /*padding-top: 20px !important;
    padding-bottom: 20px !important;*/
    padding-top: 30px !important;
    padding-bottom: 0px !important;
    margin-bottom: 15px !important;
}


.quickNoteReturnLink {
    font-size: 14px !important;
    border: 0px solid #019683 !important;
    box-shadow: transparent 8px 8px 25px 0px;
    transition: box-shadow 0.7s ease !important;
    background-color: #f2f2f2 !important;
    border-radius: 14px !important;
    padding-top: 0px !important;
    padding-bottom: 15px !important;
    margin-bottom: 0px !important;
    margin-right: 15px;
    display: inline-block;
    line-height: 1px;
    text-decoration: none;
    position: relative;
    z-index: 10;
    color: #56565a;
    min-height: 110px;
    max-width: 180px;
    text-align: center;
    min-width: 180px;
}

a.quickNoteReturnLink:hover {
    color: #019683;
    text-decoration: none;
}

.quickNoteReturnLink:hover {
    font-size: 14px !important;
    border: 1px solid #019683 !important;
    box-shadow: rgba(0, 0, 0, 0.5) 8px 8px 25px 0px;
    transition: box-shadow 0.7s ease !important;
    border-radius: 14px !important;
    padding-top: 0px !important;
    padding-bottom: 15px !important;
    margin-bottom: 0px !important;
}
