/* Progressive image loading */

.progressive-media {
  background-color: #f6f6f6;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.progressive-media img {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 1s linear;
}

.progressive-media img.loaded {
  opacity: 1;
}

.progressive-img {
  filter: blur(30px);
  /* this is needed so Safari keeps sharp edges */
  transform: scale(1);
}

.progressive-image{
    width: 100%;
}

.progressive-image-container{
    overflow: hidden;
}

.progressive-image.blurred,
.progressive-bg-image.blurred{
    filter: blur(30px);
    /* this is needed so Safari keeps sharp edges */
    transform: scale(1);
}

/* END OF Progressive image loading */

em {
    color:inherit;
}

/*.fr-view img {
    margin:10px 10px!important;
}*/

.fr-view .fr-file::after {
  position: relative;
  content: ""!important;
  font-weight: 400;
}

.fr-dvi.fr-fvl, .fr-view img.fr-dii.fr-fil {
  margin-right: 15px;
}
  
.fr-dvi.fr-fvr, .fr-view img.fr-dii.fr-fir {
  margin-left: 15px;
}
  
.fr-dropdown-content a {
  margin: 0px!important;
}

.text-12 {
    font-size: 12px;
    line-height: 16px;
}

.text-13 {
    font-size: 13px;
    line-height: 20px;
}

.text-14 {
    font-size: 14px;
    line-height: 20px;
}
.text-15 {
    font-size: 15px;
    line-height: 22px;
}
.text-16 {
    font-size: 16px;
    line-height: 22px;
}

.text-white {
    color: #fff!important;
}
a.text-white:hover {
    color: #ddd!important;
}
.text-grey {
    color: #888888!important;
}

.text-silverblue {
    color: #617693!important;
}

.text-blue {
    color: #0057a4!important;
}

.text-red {
    color: #ed1847!important;
}

.text-darkblue {
    color: #0d0048!important;
}
.text-lightblue {
    color: #a4c2f4!important;
}
.text-light {
    color: #444!important;
}

.text-orange {
    color: #f47322!important;
    /*old color: color: #f78c1f!important;*/
}

a.text-orange:hover {
    color: #e37f18!important;
}

.text-semibold {
    font-weight: 500;
}

.blue-title {
  color: #0057a4!important;
  font-weight: 500;
}

.bluetitle {
  font-size: 16px;
  color: #0057a4;
  text-transform: uppercase;
  font-weight: 500;
}

.silver-title {
  color: #617693!important;
  font-weight: 500;
}

.xactitle2, 
.xactitle2-bus,
.xactitle2-cor {
  color: #0057a4;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding-left: 32px;
  margin: 40px 0px 20px 0px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url(../img/favicon.png);
}

.xactitle, 
.xactitle-bus,
.xactitle-cor {
  color: #0e0048;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  padding-left: 21px;
  margin: 40px 0px 20px 0px;
  border-left: 3px solid #f47322;
}

/*.xactitle-bus,
.xactitle-cor {
  color: #f47322;
  border-left: 3px solid #0e0048;
}*/

.xactitle2:before {
  content: '';
  display: inline-block;
  border-top: 1px solid #0057a4;
  width: 25px;
  margin: 0px 12px 4px 0px;
}

.xactitle2-bus:before,
.xactitle2-cor:before {
  content: '';
  display: inline-block;
  border-top: 1px solid #0e0048;
  width: 25px;
  margin: 0px 12px 4px 0px;
}

.margin-20 {
  margin-top: 20px;
  margin-bottom: 20px
}

.margin-25 {
  margin-top: 25px;
  margin-bottom: 25px
}

.margin-30 {
  margin-top: 30px;
  margin-bottom: 30px
}

.xac-grid h4 {
  margin-bottom: 10px!important;
}

.xac-grid>div>* {
  border: 1px solid #ebebeb;
  border-radius: 4px;  
  padding:20px;
}

.xac-grid.overlay>div>* {
  border: 1px solid #f47322;
  border-radius: 2px;  
}

.xac-grid.trophy>div>* {
  border: none;
  border-radius: 10px;
  padding: 20px 20px 30px 20px;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0px 3px 35px -5px rgba(0, 87, 164, 0.2);
  -moz-box-shadow: 0px 3px 35px -5px rgba(0, 87, 164, 0.2);
  box-shadow: 0px 3px 35px -5px rgba(0, 87, 164, 0.2);
}

.xac-grid.awards>div>* {
  border: none;
  border-radius: 0px;
  padding: 0px;
  text-align: center;
  -webkit-box-shadow: 0px 7px 34px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 7px 34px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 7px 34px -6px rgba(0, 0, 0, 0.2);
}

.xac-grid.awards div.title {
  padding: 20px 20px 10px 20px;
}

.xac-grid.awards img {
  margin: 0px;
  max-width: 100%;
}

.xac-grid.trophy>div>*>* {
  position: relative;
}

.xac-grid.trophy .trophy-over {
  height: 84px;
  width: 84px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  margin-left: -42px;
  left: 50%;
  -webkit-box-shadow: 0px 5px 35px -5px rgba(0, 87, 164, 0.2);
  -moz-box-shadow: 0px 5px 35px -5px rgba(0, 87, 164, 0.2);
  box-shadow: 0px 5px 35px -5px rgba(0, 87, 164, 0.2);
}

.xac-grid.trophy .trophy-curtain {
  margin-top: 0px;
  position: absolute;
  top: 0px;
  background: #fff;
  left: 20px;
  right: 20px;
  bottom: 20px;
}

.xac-grid.trophy img.trophy {
  position: absolute;
  top: -26px;
  left: 50%;
  margin-left: -19px;
  width: 38px;
}

.xac-grid.trophy h4 {
  margin-bottom: 12px;
  margin-top: 20px;
}
.xac-grid.trophy .year {
  display: block;
  margin-bottom: 17px;
}
.xac-grid.trophy .year:before {
  content: '';
  display: inline-block;
  border-top: 1px solid #f47322;
  width: 25px;
  margin: 0px 15px 4px 0px;
}

.xac-grid.trophy .year:after {
  content: '';
  display: inline-block;
  border-top: 1px solid #f47322;
  width: 25px;
  margin: 0px 0px 4px 15px;
}

.fr-view hr {
  margin-top: 15px;
  margin-bottom: 25px;
}

.xac-grid hr,
hr.short {
  margin-top: 5px;
  margin-bottom: 5px;
}

.xac-table-striped tr:hover,
.xac-grid>div>*:hover {
  border: 1px solid #ffce34;
  -webkit-box-shadow: 0px 7px 34px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 7px 34px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 7px 34px -6px rgba(0, 0, 0, 0.2);
}

.maintext .uk-table.xac-table-striped tr:hover td:first-child,
.fr-view .uk-table.xac-table-striped tr:hover td:first-child {
    border-left: 3px solid #f47322;
}

.xac-grid.trophy>div>*:hover,
.xac-grid.awards>div>*:hover {
  border: none;
  -webkit-box-shadow: 0px 5px 35px -5px rgba(0, 87, 164, 0.2);
  -moz-box-shadow: 0px 5px 35px -5px rgba(0, 87, 164, 0.2);
  box-shadow: 0px 5px 35px -5px rgba(0, 87, 164, 0.2);
}

.xac-grid.overlay>div>*:hover {
  border: 1px solid #ffce34;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #f47322;
  background: -moz-linear-gradient(45deg, #ef4048 0%, #ffce34 100%);
  background: -webkit-linear-gradient(45deg, #ef4048 0%, #ffce34 100%);
  background: linear-gradient(45deg, #ef4048 0%, #ffce34 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef4048', endColorstr='#ffce34', GradientType=1);
}

.xac-grid.overlay>div>*:hover * {
  color:#fff!important;
}

.xac-grid.overlay>div>*:hover *:before {
  color:#fff!important;
}

.xac-grid.overlay>div>*:hover img {
  filter: brightness(0) invert(1);
}

.xac-grid>div>*,
.transition {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.members>div>* {
  text-align: center;
}

.members img.circle {
  border-radius: 50%;
  border: 4px solid #f2f5fa;
  width: 70%;
  margin: 20px 0px 25px 0px;
}

.xac-grid.members>div>*:hover {
  border-color: #f2f5fa;
  background-color: #f2f5fa;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.xac-grid.members>div>*:hover img.circle {
  border-color: #FFFFFF;
}

.member-modal {
  width: 800px;
  padding: 40px;
}


.xac-card {
  padding: 20px;
  -webkit-box-shadow: 0px 4px 35px -2px rgba(0, 87, 164, 0.2);
    -moz-box-shadow: 0px 4px 35px -2px rgba(0, 87, 164, 0.2);
    box-shadow: 0px 4px 35px -2px rgba(0, 87, 164, 0.2);
}

.fr-view .uk-grid:not(.uk-grid-large):not(.uk-grid-medium):not(.uk-grid-small):not(.uk-grid-collapse)>div {
  padding-left:17px;
  margin-top: 15px;
}

.fr-view .uk-grid:not(.uk-grid-large):not(.uk-grid-medium):not(.uk-grid-small):not(.uk-grid-collapse) {
  margin-left: -17px!important;
}

.fr-view .uk-grid.logos:not(.uk-grid-large):not(.uk-grid-medium):not(.uk-grid-small):not(.uk-grid-collapse) {
  margin-left: -7px!important;
}

.fr-view .uk-grid.logos:not(.uk-grid-large):not(.uk-grid-medium):not(.uk-grid-small):not(.uk-grid-collapse)>div {
  padding-left:7px;
  margin-top: 15px;
}

.fr-view .inner .uk-grid.awards {
  padding: 0px 15px 20px 15px;
}

.fr-view .uk-grid.awards>div {
  /*margin-top: 30px!important;*/
}

.fr-view .uk-grid.trophy>div {
  margin-top: 77px!important;
}

.blueline {
    display: inline-block;
    border-top: 1px solid #0057a4;
    width: 30px;
    padding-bottom: 2px;
}

.orangeline-compliance {
  display: inline-block;
  border-top: 1px solid #f47322;
  width: 30px;
  padding-bottom: 2px;
}

.orangeline,
.fr-view .orangeline {
  border-top: 1px solid #f47322;
  width: 30px;
  margin: 0 auto;
}

.uk-table-hover tbody tr:hover {
  background: #F2F5F9;
}

.maintext .uk-table th, 
.maintext .uk-table td,
.fr-view .uk-table th, 
.fr-view .uk-table td {
    padding: 8px 15px;
    border: 1px solid #ddd;
    vertical-align: top;
    font-size: 12px;
    line-height: 14px;
    color: #444;
}

.maintext .uk-table.business th, 
.maintext .uk-table.business td,
.fr-view .uk-table.business th, 
.fr-view .uk-table.business td,
.maintext .uk-table.corporate th, 
.maintext .uk-table.corporate td,
.fr-view .uk-table.corporate th, 
.fr-view .uk-table.corporate td {
    border: 1px solid #d0d7e0!important;
}

.maintext .uk-table th, 
.fr-view .uk-table th {
    border: 1px solid #f47322;
    color: #f47322;
    font-weight: 400;
    background-color: #fff;
    text-transform: uppercase;
}

.maintext .uk-table.business th, 
.fr-view .uk-table.business th,
.maintext .uk-table.corporate th, 
.fr-view .uk-table.corporate th {
    border: 1px solid #0057a4!important;
    color: #0057a4;
}

.maintext .uk-table th.xac-head,
.maintext .uk-table td.xac-head,
.fr-view .uk-table th.xac-head,
.fr-view .uk-table td.xac-head {    
    background-color: #f47322;
    color: #fff;
}

.maintext .uk-table th.xac-head2,
.maintext .uk-table td.xac-head2,
.fr-view .uk-table th.xac-head2,
.fr-view .uk-table td.xac-head2 {    
  border-right: 1px solid #f47322;
  border-left: 1px solid #f47322;
  border-top: 1px solid #f47322;
  border-bottom: 1px solid #f47322;
  color: #f47322;
  font-weight: 400;
  background-color: #fff;
}

.maintext .uk-table.business th.xac-head,
.maintext .uk-table.business td.xac-head,
.fr-view .uk-table.business th.xac-head,
.fr-view .uk-table.business td.xac-head,
.maintext .uk-table.corporate th.xac-head,
.maintext .uk-table.corporate td.xac-head,
.fr-view .uk-table.corporate th.xac-head,
.fr-view .uk-table.corporate td.xac-head {    
    background-color: #f2f5fa;
    color: #617693;
}

.maintext .uk-table.business th.xac-head,
.maintext .uk-table.business td.xac-head,
.fr-view .uk-table.business th.xac-head,
.fr-view .uk-table.business td.xac-head,
.maintext .uk-table.corporate th.xac-head,
.maintext .uk-table.corporate td.xac-head,
.fr-view .uk-table.corporate th.xac-head,
.fr-view .uk-table.corporate td.xac-head {    
    border-top: 1px solid #0057a4!important;
    border-right: 1px solid #0057a4!important;
    border-left: 1px solid #0057a4!important;
    border-bottom: 1px solid #0057a4!important;
    color: #0057a4;
    background-color: #fff;
}

.maintext .uk-table.colortable th,
.fr-view .uk-table.colortable th {
    background-color: #f47322;
    color: #fff;
    border: none;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border: 1px solid #d0d7e0!important;
}

.maintext .uk-table.colortable.business th,
.fr-view .uk-table.colortable.business th,
.maintext .uk-table.colortable.corporate th,
.fr-view .uk-table.colortable.corporate th {
    background-color: #f2f5fa;
    color: #617693;
}

.maintext .uk-table.colortable tr:first-child th,
.fr-view .uk-table.colortable tr:first-child th {
  border-top: none;
}

.maintext .uk-table.colortable tr:last-child th,
.fr-view .uk-table.colortable tr:last-child th,
.maintext .uk-table.colortable th[rowspan],
.fr-view .uk-table.colortable th[rowspan] {
  border-bottom: 1px solid #f47322;
}

.maintext .uk-table.colortable th:last-child,
.fr-view .uk-table.colortable th:last-child {
    border-right: 1px solid #f47322;
}

.maintext .uk-table.data-table th, 
.maintext .uk-table.data-table td,
.fr-view .uk-table.data-table th, 
.fr-view .uk-table.data-table td {
    padding: 5px 8px;
}

.maintext .uk-table.xac-table-striped,
.fr-view .uk-table.xac-table-striped {
  border-spacing: 0px 3px;
  border-collapse: separate;
}

.maintext .uk-table.xac-table-striped th, 
.maintext .uk-table.xac-table-striped td,
.fr-view .uk-table.xac-table-striped th, 
.fr-view .uk-table.xac-table-striped td {
    padding: 8px 8px;
    border: none;
    vertical-align: middle;
}

.maintext .uk-table.xac-table-striped td>p,
.fr-view .uk-table.xac-table-striped td>p {
    vertical-align: middle;
}

.maintext .uk-table.xac-table-striped td:first-child,
.fr-view .uk-table.xac-table-striped td:first-child {
    border-left: 3px solid #dddddd;
}

.maintext .uk-table.xac-table-striped tr:nth-child(odd),
.fr-view .uk-table.xac-table-striped tr:nth-child(odd) {
  background-color: #f4f4f4;
}
.maintext .uk-table.xac-table-striped tr:nth-child(even),
.fr-view .uk-table.xac-table-striped tr:nth-child(even) {
  background-color: #fff;
}

.uk-table.uk-table-striped tr table tr {
  background-color: #fff!important;
}



.has-shadow, 
.uk-sticky-placeholder .sticky-shadow.uk-active {
  -webkit-box-shadow: 0px 10px 35px -5px rgba(0, 87, 164, 0.2);
  -moz-box-shadow: 0px 10px 35px -5px rgba(0, 87, 164, 0.2);
  box-shadow: 0px 10px 35px -5px rgba(0, 87, 164, 0.2);
}

.maintext .xac-table {
  color: #444;
}

.maintext .xac-table th, 
.maintext .xac-table td {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  padding: 8px 8px;
  border: none;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;  
}

.maintext .xac-table th {
  text-transform: uppercase;
  border-color: #dce2eb;
}

.maintext .xac-table td {
  text-align: right;
}

.border-right {
  border-right: 1px solid #dce2eb!important;
}

.maintext .xac-table tr:first-child th,
.maintext .xac-table tr:first-child td {
  border-top: none;
}

.maintext .xac-table tr:last-child th,
.maintext .xac-table tr:last-child td {
  border-bottom: none;
}

.maintext .xac-table td>p {
  vertical-align: middle;
}

.currency-table th, 
.currency-table td {
  padding: 11px 40px!important;
}

.currency-table th {
  padding: 11px 40px!important;
  background-color: #f2f5fa!important;
  color: #617693!important;
}

.uk-grid.logos>div>div {
  padding: 0px;
}

.uk-grid.logos img {
  width: 100%;
  border-radius:4px;
}

.uk-grid.logos p {
  margin-top: 10px;
  margin-bottom: 5px;
}


.maintext ul.uk-tab,
.maintext ul.uk-switcher,
.cd-horizontal-timeline ol{
  padding-left: 0px!important;
}

.events-content>ol>li>ul>li {
  margin-top: 30px;
}

.events-content>ol>li>ul>li:first-child {
  margin-top: 0px;
}

.maintext .rw-timeline,
.maintext .rw-timeline-v,
.maintext .rw-members,
.maintext .rw-hr-accordion,
.maintext .rw-files, 
.maintext .rw-responsibility {
  display: none;
}

.fr-view ul:not(.uk-tab):not(.uk-switcher):not(.inner):not(.cd-timeline-navigation):not(.parsley-errors-list):not(.timeline):not(.uk-pagination) {
  list-style: none;
  padding-left: 0px!important;
}

.fr-view ul:not(.uk-tab):not(.uk-switcher):not(.inner):not(.cd-timeline-navigation):not(.parsley-errors-list):not(.timeline):not(.uk-pagination)>li {
  padding-left: 18px;
}

.fr-view ul:not(.uk-tab):not(.uk-switcher):not(.inner):not(.cd-timeline-navigation):not(.parsley-errors-list):not(.timeline):not(.uk-pagination)>li::before{
  content: "\2022 ";
  color: #222;
  margin-left: -18px;
  margin-right: 11px;
  display: inline;
}

.back-silverblue {
  background-color: #f2f5fa;
}

.maintext .back-silverblue {
  padding: 27px 64px;
}

a.bluebutton {
    padding: 8px 15px;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0b0b54+0,024c98+100 */
    background: #0b0b54;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #0b0b54 0%, #024c98 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #0b0b54 0%, #024c98 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #0b0b54 0%, #024c98 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b0b54', endColorstr='#024c98', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    -webkit-box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

a.bluebutton:hover {
    opacity: 1;
    color: #fff;
    text-decoration: none;
    padding-right: 25px;
}

button.orangebutton, 
a.orangebutton {
    padding: 8px 15px;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    border: none;
    text-align: left;
    background: #ef2e46;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ef2e46 0%, #fdb836 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ef2e46 0%, #fdb836 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ef2e46 0%, #fdb836 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef2e46', endColorstr='#fdb836', GradientType=1);
    /* IE6-9 */
    -webkit-box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

button.orangebutton:hover, 
a.orangebutton:hover {
    opacity: 1;
    color: #fff;
    text-decoration: none;
    padding-right: 25px;
}

.margin-top-40-large {
  margin-top:40px;
}

.chart-container {
  width: 100%;
  position: relative;
  height: 300px;
  padding: 30px 0px;
}

.chart-container iframe {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.amcharts-chart-div>a {
  display: none!important
}

.xac-hr {
  width: 100%;
  height: 2px;
  margin: 25px 0px;
  
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f24749+0,fba34c+100 */
  background: #f24749;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #f24749 0%, #fba34c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #f24749 0%, #fba34c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #f24749 0%, #fba34c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f24749', endColorstr='#fba34c', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.product-brief {
  line-height: 18px;
  font-style: italic;
  padding: 20px 30px;
  font-size: 13px;
  font-weight: 400!important;
}

.xac-border {
  width: 100%;
  display: block;
  height: 2px;
}

.xac-border-3 {
  width: 100%;
  display: block;
  height: 3px;
}

.xacbackground {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f24749+0,fba34c+100 */
  background: #f24749;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #f24749 0%, #fba34c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #f24749 0%, #fba34c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #f24749 0%, #fba34c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f24749', endColorstr='#fba34c', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.xacbackground.business,
.xacbackground.corporate {
  background: #0057a4;
  background: -moz-linear-gradient(45deg, #0d0048 0%, #0057a4 100%);
  background: -webkit-linear-gradient(45deg, #0d0048 0%, #0057a4 100%);
  background: linear-gradient(45deg, #0d0048 0%, #0057a4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0048', endColorstr='#0057a4', GradientType=1);
}

.uk-table.report1 th,
.uk-table.report1 tr>td:nth-child(2),
.uk-table.report1 tr:last-child,
.uk-table.report3 th,
.uk-table.report3 tr>td:nth-child(2) {
  font-weight: 500;
  text-transform: uppercase;
}

.uk-table.report3 tr:nth-child(3),
.uk-table.report3 tr:nth-child(6),
.uk-table.report3 tr:nth-child(9) {
  font-weight: 500;
}

.uk-table.report1 tr>td:nth-child(2),
.uk-table.report3 tr>td:nth-child(2) {
  text-align: right;
}

.uk-table.report1 th,
.uk-table.report1 tr:last-child,
.uk-table.report3 th {
  text-align: center;
}

.uk-table.report2 th,
.uk-table.report2 tr>td:nth-child(2),
.uk-table.report2 tr>td:nth-child(3),
.uk-table.report4 th,
.uk-table.report4 tr>td:nth-child(2),
.uk-table.report4 tr>td:nth-child(3) {
  text-align: center;
}

.uk-table.report4 tr:nth-child(12),
.uk-table.report4 tr:nth-child(14),
.uk-table.report4 tr:nth-child(30),
.uk-table.report4 tr:nth-child(33),
.uk-table.report4 tr:nth-child(37) {
  background-color: #ebebeb;
  font-weight: 500;
}

.uk-table.report4 tbody:first-child tr, 
.uk-table.report4 tr:nth-child(6),
.uk-table.report4 tr:nth-child(13),
.uk-table.report4 tr:nth-child(15),
.uk-table.report4 tr:nth-child(22),
.uk-table.report4 tr:nth-child(6){
  font-weight: 500;
}

.uk-table.report4 tr:nth-child(33) {
  font-weight: 500;
}

@media (max-width: 767px) {
  .members img.circle {
    width: 100%;
  }
  .xac-download .left-icon {
    width: 80px;
  }

  .xac-download .report-title {
    padding: 20px 10px 20px 107px;
  }
  
  .maintext .back-silverblue {
    padding: 20px;
  }
  
  .currency-table th, 
  .currency-table td {
    padding: 8px 8px!important;
  }
  
  .margin-top-40-large {
    margin-top:0px;
  }
}