/*==========================================================================
  MISC
  ========================================================================== */
body,
html {
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-size: 100%;
    box-sizing: border-box;
}

body {
    width: 100%;
    background: #fff;
    color: #3E3E3E;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    line-height: 1.4;
    letter-spacing: -0.2px;
}

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

#page {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #fff;
    float: none;
    position: relative;
    /*fix headerNav from covering sharepoint ribbon*/
}

#page.slideNavOpen {
    border-left: 1px solid #0075c9;
}

.bar {
    height: 18px;
    background: green;
}

a,
a:visited {
    text-decoration: none !important;
    /* remove underline from chrome */
    color: #0075c9;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

a:hover {
    color: #006bb7;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    transition: color 0.2s linear;
    text-decoration: none;
}

a:active,
a:focus {
    outline: 0;
    /* remove dotted link border */
}

.smallLink {
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.02em;
    margin-top: 6px;
}

.smallLink.marT0 {
    margin-top: 0px;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left !important;
}

.downloadLink {
    background: url('../img/download.png') no-repeat right top;
    padding-right: 25px;
}

.downloadLinkWhite {
    background: url('../img/downloadWhite.png') no-repeat right top;
    padding-right: 25px;
}

.blocks .newtabLink {
    background: url('../img/arrowIcon.png') no-repeat right top;
    padding-right: 25px;
}

.blocks .newtabLinkWhite {
    background: url('../img/arrowIconWhite.png') no-repeat right top;
    padding-right: 25px;
}

.newtabLink {
    background: url('../img/arrowIcon.png') no-repeat right top;
    padding-right: 20px;
    margin-right: 2px !important;
}

.newtabLinkWhite {
    background: url('../img/arrowIconWhite.png') no-repeat right top;
    padding-right: 20px;
    margin-right: 2px !important;
}

.extLink {
    padding-left: 20px;
    background: url('../img/ext_link_black.png') no-repeat 0 2px;
}

#slideNav a.extLink {
    background: url(../img/ext_link_mobile.png) no-repeat 94% 11px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.proxyRow {
    background: #ededed;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.hidden {
    display: none;
}

img {
    vertical-align: middle;
    /*max-width: 100%;*/
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

hr {
    display: block;
    float: left;
    height: 1px;
    width: 100%;
    max-width: 77.63157894736842%;
    border: 0;
    border-top: 1px solid #e0e0e0;
    margin: 0 0 25px 0;
    padding: 0;
}

.topLine {
    border-top: 1px solid #E0E0E0;
}

.inLineBlock {
    display: inline-block;
}

.avoid-clicks {
    pointer-events: none;
}

/* prevent item being broken into 2 when line breaks */

.noWrap {
    white-space: nowrap;
}

.block {
    display: block;
}

.autoWidth {
    width: auto !important;
}

.noWidth {
    width: 0px !important;
}

.noSpace {
    margin: 0 !important;
    padding: 0 !important;
}

.styledRadio,
.styledCheckbox {
    display: inline-block;
    vertical-align: -4px;
    margin-right: 4px;
}

.noWrap {
    white-space: nowrap;
}

.topLine {
    border-top: 1px solid #E0E0E0;
}

.inLineBlock {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.block {
    display: block;
}

.autoWidth {
    width: auto !important;
}

.arrowUp {
    background: url(../img/selectArrowUp.png) no-repeat right !important;
}

.last {
    text-align: right;
}

.mailIcon {
    /*background:url(../img/mailIcon.png) no-repeat;*/
    padding-left: 60px;
    /*height: 55px;*/
}

.phoneIcon {
    /*background:url(../img/phoneIcon.png) no-repeat; */
    padding-left: 40px;
    height: 55px;
}

.unbold {
    font-weight: normal;
}

.font16 {
    font-size: 16px;
}

#dataRow .data {
    margin-bottom: 22px;
    padding-bottom: 22px;
    width: 78.632%;
}

.grayList {
    color: #303030;
}

.subText {
    color: #7D7D7D;
    line-height: 150%;
}

.noBorder {
    border: none !important;
}

.borBottom {
    border-bottom: solid 1px #e5e5e5;
}

.font-bold {
    font-weight: bold;
}

.date {
    font-size: 11px;
}

.showOnDesktop {
    display: block;
}

.hideOnDesktop {
    display: none;
}

.hideOnMobile {
    display: block;
}

.showOnMobile {
    display: none;
}

.showOnTablet {
    display: none;
}

.notes {
    font-size: 11px;
}

.notes p {
    margin-bottom: 6px;
}


/* Hide sharepoint sign-in link */

.sp-sigin {
    display: none;
}

.imgShowOnDesk {
    display: block;
}

.imgShowOnTab,
.imgShowOnMbl {
    display: none;
}

.fluidImg,
.fluidImg img {
    width: 100%;
}

.noBottomMargin {
    width: 100%;
    margin-top: 40px;
}

.noBottomMargin h4 {
    margin-left: 5px;
}

.toTopArrow {
    width: 35px;
    height: 35px;
    z-index: 999;
    position: fixed;
    bottom: 100px;
    right: 15px;
    cursor: pointer;
}

.toTopArrow img {
    opacity: 0.5;
}

/*==========================================================================
  CONTENT AREA STYLES
  ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    line-height: 110%;
}

.heroHeading {
    font-size: 64px !important;
    color: #10181F;
    font-family: "Roboto", sans-serif !important;
    font-weight: 300 !important;
    margin: 0 0 1rem 0;
    padding: 0;
}

.navHeaderText a {
    font-size: 25px !important;
    font-weight: normal;
    padding: 0 0 28px 0;
}

.subHeroHeading strong {
    color: #0075c9;
}

h1 {
    color: #000;
    font-size: 64px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    letter-spacing: 0.73px;
    line-height: 75px;
    font-weight: 300;
    margin: 0 0 8px 0;
    padding: 0;
}

h2 {
    color: #000;
    font-size: 40px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    letter-spacing: 0.1px;
    line-height: 47px;
    margin: 0 0 2rem 0;
}

h3,
.font28 {
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 135%;
    margin: 0;
    color: #000;
}

h4 {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 135%;
    margin: 0 0 10px;
    color: #000;
}

.font28 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: bold;
}


.slice-heading {
    font-size: 40px;
}

ul {
    margin: 0 0 18px 25px;
    padding: 0;
}

ul li {
    /* background: url("../img/bullet.png" ) no-repeat scroll 0 center; */
    list-style-image: url("../img/bullet.png");
    /* list-style: none outside none; */
    padding: 5px 0;
    margin: 0 0 5px;
}

ol {
    padding: 0 0 0 30px;
    margin: 0 0 18px;
}

ol li {
    margin: 0 0 3px;
}

ol.style1 {
    font-size: 17px;
    padding: 0 0 0 24px;
}

ol.style1 p,
ol.style1 ul li {
    font-size: 13px;
}

ol.style1 h4 {
    margin: 0;
}

p {
    margin: 0 0 15px;
    padding: 0;
    line-height: 150%;
    font-size: 16px;

}

/* img {
	  max-width: 100%;
	  display: block;
	}*/

/*==========================================================================
  GRID
  ========================================================================== */
/*Grid styles based on a five coloumn layout on a container width of 1140px
    Note: The container is 1280 with padding of 70px on left and right each column
    is 201px with a margin of 27px  on the right---------------------------------*/
.span1 {
    width: 17.63157894736842%;
    /*201px / 1140px*/
}

.span2 {
    width: 37.631578947368425%;
    /*429px / 1140px*/
}

.span3 {
    width: 57.631578947368425%;
    /*657px / 1140px*/
}

.span4 {
    width: 77.63157894736842%;
    /*885px / 1140px*/
}

.span5 {
    width: 97.63157894736842%;
    /*1113px / 1140px*/
}

.span1,
.span2,
.span3,
.span4,
.span5 {
    margin-right: 2.368421052631579%;
    /*27px / 1140px*/
    float: left;
}

/* pushHalf forces the span2 class to assume the width of 2.5 spans  */
.pushHalf {
    width: 47.63157894736842%;
}


/*==========================================================================
  COLUMNS FOR FOOTER AND ACTION BAR BASED ON 3 COL LAYOUT
  ========================================================================== */
.col1,
.col1main {
    width: 23.771929824561404%;
    /*271px /1140px*/
}

.col2 {
    width: 49.824561403508774%;
    /*568px / 1140px*/
}

.col3 {
    width: 75.87719298245614%;
    /*865px / 1140px*/
}

/*.colLast is used for the disclaimer block which is the last column in the
    Footer. This has a differnet width and margin to zthe other columns*/
.colLast {
    width: 20.614035087719298%;
    /*235px / 1140px*/
    margin-left: 1.2280701754385965%;
    /*14px / 1140px*/
}

.colLast {
    float: left;
}

.col1,
.col1main,
.col2,
.col3 {
    margin-right: 2.280701754385965%;
    /*26px / 1140px*/
    float: left;
    /*background:#424242;*/
}

/*==========================================================================
  STRUCTURAL DIVS
  ========================================================================== */
.contentWrapper {
    width: 100%;
    background: #fff;
}

.row {
    width: 100%;
    padding: 8rem 0 8rem 0;
}

.container {
    margin: 0 auto;
    width: 89.0625%;
    /* 1140px/1280px */
    padding: 0 5.46875%;
    /* 70px/1280px */
    position: relative;
}

.blueCell {
    background: #0075c9;
}

.grayCell {
    background: #e5e5e5;
}

/* .row.grayCell { background: #e5e5e5; } */
.row.darkGrayCell {
    background: #d2d2d2;
}

.row.darkCell {
    background: #3F3F3F;
}

.row.fix {
    padding-bottom: 0;
}

.row.headingRow {
    padding-top: 2rem;
    padding-bottom: 8rem;
}

.row.headingRow.fix {
    padding-top: 20px;
    padding-bottom: 55px;
}

.row.grayCellDark {
    background: #606163;
}

.row.grayCellDark h2,
.grayCellDark p {
    color: #fff;
}

/*==========================================================================
  HEADER NAVIGATION
  ========================================================================== */
#headerNav {
    padding: 0 3.90625%;
    height: 87px;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
}

.home #headerNav {
    width: 100%;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    background: transparent;
    border-bottom: none;
}

#headNavContainer {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 110;
}

.home #headNavContainer {
    width: 92.1875%;
    padding: 0 3.90625%;
}

#headerNav ul {
    margin: 0;
    padding: 0;
}

#sanlamLogo .dropMenu a,
#headerNav li a {
    display: block;
    color: #636363;
    text-decoration: none;
}

#headerNav li a.activeLink {
    color: #0075c9 !important;
}

#headerNav a#navBtn {
    display: none;
}

#headerNav #sanlamLogo>a {
    /* logo on campaign pages */
    display: block;
    float: left;
    margin: 20px 0 0 4.2%;
}

#headerNav ul li:before {
    content: "";
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
}

#headerNav .afBotLogo>a {
    margin: 0 0 0 3.2% !important;
}

#headerNav .afBotLogo>a>img {
    width: 260px !important;
}

#headerNav .sanlamLogo-arrow {
    /*width: 25px; height: 25px; margin: 26px 10px 0 1.5%; */
    width: 23px;
    height: 21px;
    margin: 0 32px 0 0;
    background: url('../img/globe_bluegrey_icon.png') no-repeat 0 0;
}

.globeNavActive .activeLink {
    background-position: 0 -21px !important;
}

#headerNav #sanlamLogo a.sanlamLogo-logo {
    width: 190px;
    height: 45px;
    margin: 20px 4% 0 0;
}

#headerNav #sanlamLogo a.sanlamLogo-arrow,
#headerNav #sanlamLogo a.sanlamLogo-logo {
    display: block;
    float: left;
}

/* GLOBAL NAV */

/*#sanlamGlobe.sanlamLogo-arrow { display: block; float: right !important; position: relative; right: 162px; margin: auto !important; top: 32px;}*/

.dropMenuGlobe {
    right: 77px;
}

#headerNav ul#sanlamGlobe {
    float: right;
    margin: 4px 0 0 0;
}

#headerNav ul#sanlamGlobe>li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    background: none;
    padding: 0;
}

.dropMenuArrow.globeActive {
    background-position: 833px top !important;
}

.dropMenu.globeActive {
    margin-left: -840px !important;
}

.globeNavActive .activeLink {
    background-position: 0 -21px !important;
}


#sanlamLogo .dropMenu .col {
    width: auto !important;
    height: 220px !important;
}

#newGLOBEDD .dropMenu .col {
    width: 190px !important;
    height: 220px !important;

}

#headerNav #sanlamLogo img {
    width: 152px;
    height: auto;
}

#headerNav #sanlamLogo .dropMenu li {
    list-style-image: none;
}

#headerNav ul#primaryLinks {
    float: left;
    margin: 33px 2% 0 0;
    font-family: 'open_sansbold', helvetica, arial;
}

#headerNav ul#primaryLinks .parentLink {
    font-weight: bold;
}

#headerNav ul#primaryLinks>li {
    margin-right: 16px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    background: none;
    padding: 0;
}

#headerNav ul#primaryLinks li a {
    color: #4a4a4a;
}

#headerNav ul#secondaryLinks {
    float: left;
    margin: 33px 0 0 0;
}

#headerNav ul#secondaryLinks>li {
    margin-right: 18px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    background: none;
    padding: 0;
}

#headerNav li#search>a {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    background: url('../img/search.png') no-repeat 0 0;
}

#headerNav li#search>a {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    background: url('../img/search.png') no-repeat 0 0;
}

#search .btn {
    font-size: 14px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background-color: #0075c9;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    border: none;
    border-radius: 2px;
    color: #fff !important;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

#headerNav li#search>a.activeLink {
    background-position: 0 -20px;
}

#headerNav li#location #locationList li {
    list-style-image: none;
}

#headerNav li#location>a {
    width: 50px;
    height: 20px;
    background: url('../img/location.png') no-repeat right 0;
}

#headerNav li#location #locationList li {
    list-style-image: none;
}

#headerNav li#location>a.activeLink {
    background-position: right -20px;
}

#headerNav ul#accountLinks {
    float: right;
    margin: 33px 2.5% 0 5%;
}

/*#headerNav ul#accountLinks {float: right; margin: 33px 0 0 5%;}*/
#headerNav ul#accountLinks>li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}

#headerNav li#notification>a {
    width: 20px;
    height: 20px;
    margin-right: 20px;
    position: relative;
    background: url('../img/notification.png') no-repeat 0 0;
}

#headerNav li#notification a span.badge {
    font-size: 9px;
    padding: 0 2px;
    position: absolute;
    top: -6px;
    right: -8px;
    background-color: #0075c9;
    border: 1px solid #fff;
    color: #fff;
}

#headerNav li#notification>a.activeLink {
    background-position: 0 -20px;
}

#headerNav li#account>a {
    padding-right: 24px;
    text-align: right;
    color: #ffffff;
}

#headerNav li#account>a.activeLink {
    background-position: right -20px;
}

#headerNav li#bs_account>a {
    height: 20px;
    padding-right: 24px;
    background: url('../img/bs_account.png') no-repeat right 0;
    text-align: right;
}

#headerNav li#account span {
    height: 13px;
    padding-right: 24px;
    background: url(../img/man_icon.png) no-repeat right 2px;
    text-align: right;
    font-size: 12px;
}

#headerNav li#bs_account>a.activeLink {
    background-position: right -20px;
}

#overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 105;
    background: url('../img/overlay.png') repeat 0 0;
}

.overlayBlack {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 25;
    background: url('../img/overlay.png') repeat 0 0;
    overflow: hidden !important;
}

#headerNav #headerPrint {
    display: none;
}


#accountLinks .dropMenu {
    width: 638px;
    margin-left: -550px;
}

#accountLinks .dropMenuArrow {
    background-position: 560px top;
}

#newGLOBEDD .dropMenu.globeActive .dropMenuBody {
    height: 400px;
}

#sanlamLogo .dropMenu h2,
#newGLOBEDD .dropMenu h2,
#primaryLinks .dropMenu h2,
#secondaryLinks .dropMenu h2,
#accountLinks .dropMenu h2 {
    width: auto;
    margin: 0 0 20px 0;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #000;
}

#sanlamLogo .dropMenu h2 a,
#newGLOBEDD .dropMenu h2 a,
#primaryLinks .dropMenu h2 a,
#secondaryLinks .dropMenu h2 a,
#accountLinks .dropMenu h2 a {
    margin: 0;
    color: #000 !important;
    font-size: 14px;
}

#sanlamLogo .dropMenu h2 a:hover,
#newGLOBEDD .dropMenu h2 a:hover,
#primaryLinks .dropMenu h2 a:hover,
#secondaryLinks .dropMenu h2 a:hover,
#accountLinks .dropMenu h2 a:hover {
    color: #006bb7 !important;
}

#sanlamLogo .dropMenu .col:first-child h2,
#newGLOBEDD .dropMenu .col:first-child h2,
#primaryLinks .dropMenu .col:first-child h2,
#secondaryLinks .dropMenu .col:first-child h2,
#accountLinks .dropMenu .col:first-child h2 {
    padding-left: 0;
}

#sanlamLogo .dropMenu a,
#primaryLinks .dropMenu a,
#secondaryLinks .dropMenu a,
#accountLinks .dropMenu a {

    font-size: 12px;
    margin-bottom: 8px;
}

#newGLOBEDD .dropMenu a {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 12px;
    margin-bottom: 8px;
}

#sanlamLogo .dropMenu h1,
#newGLOBEDD .dropMenu h1,
#primaryLinks .dropMenu h1,
#secondaryLinks .dropMenu h1,
#accountLinks .dropMenu h1 {
    margin: 0 0 28px 0;
}

#sanlamLogo .dropMenu h1 a,
#newGLOBEDD .dropMenu h1 a,
#primaryLinks .dropMenu h1 a,
#secondaryLinks .dropMenu h1 a,
#accountLinks .dropMenu h1 a {
    margin: 0;
    color: #303030;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 25px;
}

#sanlamLogo .dropMenu .col,
#newGLOBEDD .dropMenu .col,
#primaryLinks .dropMenu .col,
#secondaryLinks .dropMenu .col,
#accountLinks .dropMenu .col {
    float: left;
    width: 240px;
    margin-left: 17px;
    padding-left: 40px;
    border-left: 1px solid #e5e5e5;
}

#sanlamLogo .dropMenu .col:first-child,
#newGLOBEDD .dropMenu .col:first-child,
#primaryLinks .dropMenu .col:first-child,
#secondaryLinks .dropMenu .col:first-child,
#accountLinks .dropMenu .col:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
}

/*==========================================================================
  DROP-DOWN MENU
  ========================================================================== */
.dropMenu {
    display: none;
    position: absolute;
    top: 55px;
    margin-left: -80px;
    z-index: 20;
    opacity: 0;
}

.dropMenu a {
    font-family: 'open_sanssemibold', helvetica, arial;
}

.dropMenu a:hover {
    color: #0075c9 !important;
}

.dropMenuArrow {
    height: 14px;
    background: url('../img/drop-menu-arrow.png') no-repeat 92px top;
}

.maincom .dropMenuArrow {
    height: 14px;
    background: url('../img/drop-menu-arrow.png') no-repeat 192px top;
}

#ourFunds.dropMenuArrow {
    height: 14px;
    background: url('../img/drop-menu-arrow.png') no-repeat 96px top;
}

.dropMenuBody {
    position: relative;
    background: #fff;
    border-radius: 2px;
}

.dropMenuBody .pad38 {
    padding-top: 33px !important;
}

.dropMenuClose {
    width: 13px;
    height: 14px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background: url('../img/close.png') no-repeat 0 0;
}

#bs_mediaCentre .dropMenuArrow {
    background-position: center top;
}

#bs_about .dropMenuArrow {
    background-position: center top;
}

/* primary & secondary links drop-downs */
#sanlamLogo .dropMenu .col {
    height: 305px;
}

#sanlamLogo .dropMenu {
    margin-left: 24px;
}

#sanlamLogo .dropMenuArrow {
    background-position: 36px top;
}

#mediaCentre .dropMenu {
    width: 281px;
    margin-left: -96px;
}

#mediaCentre .dropMenuArrow {
    background-position: 100px top;
}

#contact .dropMenu {
    width: 281px;
    margin-left: -112px;
}

#contact .dropMenuArrow {
    background-position: center top;
}

#sanlamLogo .dropMenu h2,
#primaryLinks .dropMenu h2,
#secondaryLinks .dropMenu h2 {
    width: auto;
    margin: 0 0 20px 0;
    font-family: 'open_sanssemibold', helvetica, arial;
    font-size: 14px;
    color: #000;
    line-height: 110%;
}

#sanlamLogo .dropMenu h2 a,
#primaryLinks .dropMenu h2 a,
#secondaryLinks .dropMenu h2 a {
    margin: 0;
    color: #000 !important;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.1px !important;
}

#sanlamLogo .dropMenu h2 a:hover,
#primaryLinks .dropMenu h2 a:hover,
#secondaryLinks .dropMenu h2 a:hover {
    color: #006bb7 !important;
}

#sanlamLogo .dropMenu .col:first-child h2,
#primaryLinks .dropMenu .col:first-child h2,
#secondaryLinks .dropMenu .col:first-child h2 {
    padding-left: 0;
}

#sanlamLogo .dropMenu a,
#primaryLinks .dropMenu a,
#secondaryLinks .dropMenu a {

    font-size: 12px;
    margin-bottom: 8px;
    color: #000 !important;
    line-height: 1.4;
}

#sanlamLogo .dropMenu a:hover,
#primaryLinks .dropMenu a:hover,
#secondaryLinks .dropMenu a:hover {
    color: #006bb7 !important;
}

#sanlamLogo .dropMenu h1,
#primaryLinks .dropMenu h1,
#secondaryLinks .dropMenu h1 {
    margin: 0 0 28px 0;
}

#sanlamLogo .dropMenu h1 a,
#primaryLinks .dropMenu h1 a,
#secondaryLinks .dropMenu h1 a {
    margin: 0;
    color: #303030;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 25px;
}

#sanlamLogo .dropMenu .col,
#primaryLinks .dropMenu .col,
#secondaryLinks .dropMenu .col {
    float: left;
    width: 179px;
    margin-left: 40px;
    padding-left: 27px;
    border-left: 1px solid #e5e5e5;
    margin-right: 0;
}

#sanlamLogo .dropMenu .col:first-child,
#primaryLinks .dropMenu .col:first-child,
#secondaryLinks .dropMenu .col:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
}

#headerNav ul#accountLinks {
    float: right;
    margin: 17px 15px 0 15px;
}

#headerNav ul#accountLinks .btn {
    width: auto;
}

#headerNav li#account .loginBtn {
    padding: 4px 10px;
}

#headerNav ul#accountLinks .btn {
    width: auto;
}

#about .dropMenu {
    margin-left: -346px;
}

#about .dropMenuArrow {
    background-position: 348px;
}

a.btn.orange.loginBtn {
    background-color: #FFC20E;
}

/* search drop-down */
#search .dropMenu {
    width: 450px;
    margin-left: -405px;
}

#search .dropMenuArrow {
    background-position: 398px top;
}

#search .dropMenu li {
    margin-bottom: 7px;
}

#search .dropMenu input {
    width: 234px;
    height: 15px;
    border-radius: 2px 0 0 2px;
    padding-top: 12px;
    padding-bottom: 11px;
    margin: 0 -2px 0 0;
    float: left;
}

#search .dropMenu button {
    margin: 0 -10px 0 0;
    padding: 19px 50px 19px 20px;
    line-height: 0;
    background-image: url('../img/search-btn.png');
    background-repeat: no-repeat;
    background-position: 80% center;
}

#headerNav ul#utilityLinks {
    float: right;
    margin: 29px 0 0 0;
}

#headerNav ul#utilityLinks>li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    background: none;
    padding: 0;
}


/* PADDING-BOTTOM */
.padB0 {
    padding-bottom: 0px !important;
}

.padB10 {
    padding-bottom: 10px !important;
}

.padB15 {
    padding-bottom: 15px !important;
}

.padB25 {
    padding-bottom: 25px !important;
}

.padB35 {
    padding-bottom: 35px !important;
}

.pad38 {
    padding: 38px !important;
}

.padB45 {
    padding-bottom: 45px !important;
}

.padB70 {
    padding-bottom: 70px !important;
}

.padT0 {
    padding-top: 0px !important;
}

.marB0 {
    margin-bottom: 0 !important;
}

.marB10 {
    margin-bottom: 10px !important;
}

/*
	#about .dropMenu .dropMenuBody{
		height: 350px;
	}
	*/

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

display: table;
/* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.btn.orange {
    margin-bottom: 15px;
    padding: 8px 16px;
    font-size: 14px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border: none;
    border-radius: 2px;
    color: #fff !important;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;

}

.btn {
    margin: 0 10px 15px 0;
    padding: 16px 20px;
    cursor: pointer;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    box-sizing: border-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border: none;
    border-radius: 7px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.btn-primary {
    margin-bottom: 15px;
    padding: 8px 16px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border: 1px solid #0075c9;
    border-radius: 4px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.1px;
    line-height: 24px;
    background-color: #0075c9;
    min-width: 160px;
}

.btn-sanlam-blue {
    background-color: #0075c9;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;

    color: #ffffff;

}

.btn-outline-grey {
    box-sizing: border-box;
    border: 1px solid #DCDCDC;
    border-radius: 7px;
    background-color: #FFFFFF;
    color: #343434 !important;

}

.btn-outline-grey.active {
    background-color: rgba(0, 117, 201, 0.1);
    color: #0075C9 !important;
}

.btn-download-item {
    box-sizing: border-box;
    height: 60px;
    width: 233px;
    border: 2px solid #E0E4E9;
    border-radius: 4px;
    display: inline-block;
}

.btn-sanlam-blue:hover {
    background-color: #006bb7;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    color: #fff;
}

.btn-sanlam-blue:active {
    -webkit-box-shadow: inset 0 1px 3px 1px #0188bc;
    -moz-box-shadow: inset 0 1px 3px 1px #0188bc;
    box-shadow: inset 0 1px 3px 1px #0188bc;
}

.btn.large {
    height: 48px;
    margin-top: 2px;
    padding: 14px 22px;
    vertical-align: top;
}

.btn.small {
    padding: 4px 10px;
    font-size: 13px;
}

.btn.gray {
    background-color: #969696;
}

.btn:hover.gray {
    background-color: #8d8d8d;
}

.btn:active.gray {
    -webkit-box-shadow: inset 0 1px 3px 1px #7f7f7f;
    -moz-box-shadow: inset 0 1px 3px 1px #7f7f7f;
    box-shadow: inset 0 1px 3px 1px #7f7f7f;
}

.btn.orange {
    background-color: #FFC20E;
}

.btn:hover.orange {
    background-color: #ee9001;
}

.btn:active.orange {
    -webkit-box-shadow: inset 0 1px 3px 1px #7f7f7f;
    -moz-box-shadow: inset 0 1px 3px 1px #7f7f7f;
    box-shadow: inset 0 1px 3px 1px #7f7f7f;
}

.btn.light {
    background-color: #dadada;
    color: #5a5a5a;
}

.btn:hover.light {
    background-color: #d1d1d1;
}

.btn:active.light {
    -webkit-box-shadow: inset 0 1px 3px 1px #b9b9b9;
    -moz-box-shadow: inset 0 1px 3px 1px #b9b9b9;
    box-shadow: inset 0 1px 3px 1px #b9b9b9;
}

.btn.white {
    background-color: #fff;
    color: #5a5a5a;
}

.btn:hover.white {
    background-color: #f5f5f5;
}

.btn:active.white {
    -webkit-box-shadow: inset 0 1px 3px 1px #ccc;
    -moz-box-shadow: inset 0 1px 3px 1px #ccc;
    box-shadow: inset 0 1px 3px 1px #ccc;
}

.btn.arrow {
    height: 17px;
    /* 41px - 12px - 12px = 17px */
    padding: 12px 35px 12px 20px;
    position: relative;
}

button.btn.arrow {
    height: 41px;
}

.btn.arrow span {
    width: 20px;
    height: 41px;
    position: absolute;
    top: 0;
    right: 0;
    background: url('../img/btn-arrow-white.png') no-repeat 0 0;
}

.btn.signUp .fixAlign {
    visibility: hidden;
    display: none;
}

.button-row .btn {
    min-width: 200px;
}

#utilityShare .btn.social,
.socialIcons .btn.social {
    background-position: left top;
    background-repeat: no-repeat;
    font-family: "Roboto", sans-serif;
    height: 30px;
    margin: 0 18px 0 0;
    padding: 0;
    text-align: left;
    width: 37px;
    display: inline-block;
}

form {
    padding: 0;
}

input[type="text"].width100,
input[type="password"].width100,
textarea.width100 {
    width: 92%;
}

input[type="text"]:hover,
input[type="password"]:hover,
textarea:hover {
    background: #dee0e2;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

input[type="text"].error,
input[type="password"].error,
textarea.error {
    background: #e2e4e5;
    color: #ff0000;
}

input[type="text"].mismatch,
input[type="password"].mismatch {
    background: none repeat scroll 0 0 #e2e4e5 !important;
}

input[type="text"].editError.error {
    background: #e2e4e5;
    color: #ff0000;
}

#search .dropMenu input {
    width: 234px;
    height: 38px;
    border: none;
    border-radius: 2px 0 0 2px !important;
    padding-top: 12px !important;
    padding-bottom: 11px !important;
    margin: 0 -2px 0 0;
    float: left;
    background: #e2e4e5 !important;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
    color: #999999;
}

/*==========================================================================
  COLUMNS FOR FOOTER AND ACTION BAR BASED ON 3 COL LAYOUT
  ========================================================================== */
.col1,
.col1main {
    width: 23.771929824561404%;
    /*271px /1140px*/
}

.col2 {
    width: 49.824561403508774%;
    /*568px / 1140px*/
}

.col3 {
    width: 75.87719298245614%;
    /*865px / 1140px*/
}

/*.colLast is used for the disclaimer block which is the last column in the
	Footer. This has a differnet width and margin to zthe other columns*/
.colLast {
    width: 20.614035087719298%;
    /*235px / 1140px*/
    margin-left: 1.2280701754385965%;
    /*14px / 1140px*/
}

.colLast {
    float: left;
}

.col1,
.col1main,
.col2,
.col3 {
    margin-right: 2.280701754385965%;
    /*26px / 1140px*/
    float: left;
    /*background:#424242;*/
}

.colterms {
    float: right;
    width: 100%;
}

#footerContainer .container {
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
    padding: 0 5.46875%;
    position: relative;
}

div#page {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #fff;
    float: none;
    position: relative;
}

#footerDevice.hidden {
    display: none;
}

button:hover {
    outline: none;
    text-decoration: none;
    background: transparent;
}

/*==========================================================================
  UTILITY ICONS
  ========================================================================== */
.utility-icons {
    float: right;
    margin: 20px 21px 0 0;
    padding: 0;
}

.utility-icons .print,
.utility-icons .download,
.utility-icons .share,
.utility-icons .email {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.utility-icons .callUsMobile,
.utility-icons .emailMobile,
.utility-icons .callYouMobile {
    display: none;
}

.utility-icons li {
    margin: 0 0 0 10px !important;
    padding: 0;
    background: none;
}

.utility-icons .print a,
.utility-icons .download a,
.utility-icons .share a,
.utility-icons .email a,
.utility-icons .callUsMobile a,
.utility-icons .emailMobile a,
.utility-icons .callYouMobile a {
    display: block;
    width: 18px;
    height: 19px;
    opacity: 0.8;

    background-position: 0 0;
    background-repeat: no-repeat;
}

.utility-icons .print a {
    background-image: url('../img/utility-icons/print.png');
}

.utility-icons .download a {
    background-image: url('../img/utility-icons/download.png');
}

.utility-icons .share a {
    background-image: url('../img/utility-icons/share.png');
}

.utility-icons .email a {
    background-image: url('../img/utility-icons/email.png');
}

.utility-icons .callUsMobile a {
    background-image: url('../img/utility-icons/callUsMobile.png');
}

.utility-icons .emailMobile a {
    background-image: url('../img/utility-icons/emailMobile.png');
}

.utility-icons .callYouMobile a {
    background-image: url('../img/utility-icons/callYouMobile.png');
}

.utility-icons .print a:hover,
.utility-icons .download a:hover,
.utility-icons .share a:hover,
.utility-icons .email a:hover,
.utility-icons .callUsMobile a:hover,
.utility-icons .emailMobile a:hover,
.utility-icons .callYouMobile a:hover {
    opacity: 1;
}


/*==========================================================================
  SLIDE NAVIGATION
  ========================================================================== */
#slideNav {
    position: absolute;
    /* fixes content jump when opening */
    width: 270px;
    height: auto;
    display: none;
    float: left;
    font-size: 14px;
    color: #b7b7b7;
    overflow: hidden;
    margin-left: -270px;
}

#slideNav ul li {
    background: none;
    padding: 0;
    list-style-image: none;
}

#slideNav a {
    color: #fff;
    text-decoration: none;
}

#slideNav a:hover {
    color: #fff !important;
}

#slideNavWrapper {
    width: 810px;
}

.slideNavMenu {
    width: 270px;
    float: left;
}

#slideNav h2 {
    margin: 0 15px 10px 15px;
    padding-bottom: 17px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

#slideNav hr {
    display: block;
    float: left;
    width: 240px;
    height: 1px;
    margin: 0 0 0 15px;
    padding: 0;
    border: 0;
    border-top: 1px solid #fff;
}

#slideNav h2 a.slideNavArrow {
    background: none;
    color: #fff;
}

#slideNavPrimaryLinks {
    background: #0075c9;
    padding: 15px 0 5px 0;
}

#slideNavAccountLinks {
    background: #0075c9;
    padding: 15px 0 5px 0;
}

.slideNavSubListWrapper {
    background: #0075c9;
    padding: 20px 0 5px 0;
}

#slideNav a.slideNavArrow {
    background: url('../img/slide-nav/arrow.png') no-repeat 95% center;
}

li#slideNavSettings a {
    background: url('../img/slide-nav/profile.png') no-repeat 95% center;
}

li#slideNavLogin a {
    background: url('../img/slide-nav/bs_profile_mobile.png') no-repeat 95% center;
}

li#slideNavSignOut a {
    background: url('../img/slide-nav/signout.png') no-repeat 95% center;
}

li#slideNavSearch a {
    background: url('../img/slide-nav/search.png') no-repeat 95% center;
}

#slideNav a.slideNavBack {
    display: block;
    padding: 17px 17px 17px 30px;
    background: #fff url('../img/slide-nav/back-arrow.png') no-repeat 10px center;
    color: #838383;
}

#slideNav a.slideNavBack:hover {
    color: #838383 !important;
}

#slideNavAccount {
    background: url('../img/slide-nav/heading-line.png') repeat-x left bottom;
    margin: 0 15px;
    padding: 0 10px 15px 0;
}

#slideNavAccount p {
    margin: 0;
}

#slideNavAccount a {
    color: #00aff0;
}

#slideNav ul {
    padding: 0;
    margin: 0 0 15px 15px;
}

#slideNav ul li a {
    padding: 10px 0;
    display: block;
    font-size: 16px;
}

#slideNav ul li a.slideNavActive {
    border-right: 3px solid #00aff0;
}

.slideNavSubLinks,
.slideNavSubSubLinks {
    display: none;
}


/*==========================================================================
  BANNER
  ========================================================================== */

.bannerContainer {
    width: 100%;
    height: auto;
    min-height: 359px;
    overflow: hidden;
    position: relative;
}

.bannerContainer .bannerImg {
    width: 1920px;
    max-width: 1920px;
    min-height: 359px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.bannerContainer .bannerImg img {
    display: none;
}

.bannerContentSection {
    position: absolute;
    color: #fff;
    top: 90px;
    z-index: 10;
    width: 100%;
}

.bannerContentSection.bannerNoBtn {
    top: 120px;
}

.bannerH1 {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 0.22px;
    line-height: 47px;
}

.bannerBtn {
    border-radius: 4px;
    background-color: #0075C9;
    color: #FFFFFF !important;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.1px;
    line-height: 24px;
    text-align: center;
    min-width: 200px;
    display: inline-block;
    margin: 30px 10px 15px 0;
    padding: 8px 20px;
}

/*==========================================================================
  UTILITY ROW SHARE
  ========================================================================== */
#utilityShare,
#utilityShare2 {
    width: 270px;
    position: absolute;
    margin-left: -196px;
    top: 46px;
    z-index: 30;
    opacity: 0;
    display: none;
    background-color: #fff;
    border-radius: 2px;
}

#utilityRow,
#utilityRow2 {
    position: relative;
}

#utilityShare .data,
#utilityShare2 .data {
    padding: 28px;
}

#utilityShare a.close,
#utilityShare2 a.close {
    background: url("../img/close.png") no-repeat 13px 12px;
    display: block;
    height: 38px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 38px;
}

#utilityShare .arrow,
#utilityShare2 .arrow {
    height: 14px;
    margin-top: -14px;
    background: url("../img/drop-menu-arrow.png") no-repeat 185px top;
}

#utilityShare .formBlock,
#utilityShare2 .formBlock {
    border-bottom: 1px solid #E5E5E5;
    height: 241px;
}

#utilityShare .formBlock .thanks,
#utilityShare2 .formBlock .thanks {
    display: none;
}

.backBtn,
a.pdbackBtn {
    background: url(../img/backArrow.png) no-repeat left;
    font-size: 11px;
    color: #838383;
    margin: 20px 0 0;
    padding: 0 0 0 20px;
    float: left;
}

.backBtn a {
    color: #838383;
}

.toolBar {
    height: 42px;
    margin: 0;
    padding: 0;
}

/*==========================================================================
  FOOTER
  ========================================================================== */
footer {
    color: #fff;
    font-family: "Roboto", sans-serif;
}

footer p {
    margin: 0;
}

#sanlamWorldwide a {
    font-size: 12px;
}

#sanlamWorldwide a,
#sanlamWorldwide a:visited,
footer a,
footer a:visited {
    color: #fff;
    text-decoration: none;
}

#sanlamWorldwide a:hover,
footer a:hover {
    color: #b2b2b2;
}

footer a:hover {
    text-decoration: none;
}

#sanlamWorldwide li a span {
    margin-bottom: -4px;
}

#sanlamWorldwide span.flagLabel {
    color: #FFFFFF;
    font-size: 12px;
    width: auto;
}

footer.container ul {
    padding: 0;
    list-style: none;
    margin: 0 0 35px;
}

footer.container ul li {
    list-style: none;
    margin: 0 0 6px 0;
    background: none;
    padding: 0;
}

footer.container a,
footer.container p {
    font-size: 12px;
}

.footerBg {
    background: #0075c9;
}

.footerBgClassic {
    background: #0075c9;
}

/*.footerBg { background: #00194D;} centennial*/
.footerBgBlk {
    background: #10181F;
}

#footerDesktop {
    /*height: 700px;*/
    padding: 60px 0px 40px 0px;
    position: relative;
    z-index: 35;
    color: #fff;

}

#footerDesktop p {
    color: #fff;
}

#footerDesktop h1,
#footerDesktop h2 {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    padding: 0px 0px 15px 0px;
    /*font-family: 'open_sansregular';*/
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    margin: 0;
}

#footerDesktop h2 {
    width: 100%;
}

/* GLOBAL FOOTER */
#footerGlobalDesktop {
    padding: 10px 0;
    position: relative;
    z-index: 35;
    color: #fff;
}

#footerGlobalDesktop h1,
#footerDesktop h1 {
    color: #fff;
    font-size: 20px;
    padding: 0px 0px 15px 0px;
    /*font-family: 'open_sansregular';*/
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    margin: 0;
}

#footerGlobalDesktop .container ul,
#footerDesktop .container ul {
    padding: 0;
    list-style: none;
    margin: 0 0 35px;
}

#footerGlobalDesktop .container ul li,
#footerDesktop .container ul li {
    list-style: none;
    margin: 0 0 6px 0;
    background: none;
    padding: 0;
}

#footerGlobalDesktop h2 {
    color: #fff;
    font-size: 20px;
    padding: 0px 0px 15px 0px;
    /*font-family: 'open_sansregular';*/
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    margin: 0;
}

.mainHeading {
    width: auto;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid white;
}

.mainHeading a {
    display: block;
    padding: 18px 0;
    background: url("../img/accordianWhiteArrowDown.png") no-repeat right 16px;
    outline: none;
}

.mainHeading a.active {
    display: block;
    background: url("../img/accordianWhiteArrowUp.png") no-repeat right 16px;
}

.globalContent {
    display: none;
    margin-top: 29px;
}

#footerGlobalDesktop .col1,
#footerGlobalDesktop .col1main {
    /*width: 23.771929824561404%;*/
    width: 21.77193%;
}

#footerGlobalDesktop .globalContent.colLast {
    position: absolute;
    right: 0;
}

#footerDesktop .container ul li.footerWorldIcon {
    padding-left: 45px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: left center;
}

.footerWorldIcon a {
    font-weight: bold;
    margin-left: 35px !important;
    outline: none;
}

#footerGlobalDesktop .container .footerWorldIcon {
    background-image: url('../img/World-icon.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: none !important;
    font-size: 13px !important;
}

footer.container ul.socialMediaMobile {
    padding: 0;
    margin: 0 0 35px;
}

ul.socialMediaMobile li {
    list-style: none;
    display: inline-block;
    width: 44px;
    height: 44px;
    margin-right: 0px !important;
    border-right: none !important;
}

ul.socialMediaMobile li a {
    display: inline-block;
    width: 44px;
    height: 44px;
    opacity: 1;
}

ul.socialMediaMobile li a:hover {
    opacity: 0.8;
}

ul.socialMediaMobile li a.youtube {
    background: url('../img/socialMediaWhite.png') no-repeat 0 0;
}

ul.socialMediaMobile li a.twitter {
    background: url('../img/socialMediaWhite.png') no-repeat -54px 0;
}

ul.socialMediaMobile li a.facebook {
    background: url('../img/socialMediaWhite.png') no-repeat -108px 0;
}

ul.socialMediaMobile li a.linkedin {
    background: url('../img/socialMediaWhite.png') no-repeat -162px 0;
}

footer.container ul.socialMedia {
    padding: 0;
    margin: 0 0 35px;
}

ul.socialMedia li {
    list-style: none;
    display: inline-block;
    width: 44px;
    height: 44px;
    margin-right: 7px !important;
}

ul.socialMedia li a {
    display: inline-block;
    width: 44px;
    height: 44px;
    opacity: 1;
}

ul.socialMedia li a:hover {
    opacity: 0.8;
}

ul.socialMedia li a.youtube {
    background: url('../img/socialMediaBlue.png') no-repeat 0 0;
}

ul.socialMedia li a.twitter {
    background: url('../img/socialMediaBlue.png') no-repeat -54px 0;
}

ul.socialMedia li a.facebook {
    background: url('../img/socialMediaBlue.png') no-repeat -108px 0;
}

ul.socialMedia li a.linkedin {
    background: url('../img/socialMediaBlue.png') no-repeat -162px 0;
}

ul.socialMedia li a.blog {
    background: url('../img/socialMediaBlue.png') no-repeat -216px 0;
}

ul.socialMedia li a.instagram {
    background: url('../img/socialMediaBlue.png') no-repeat -270px 0;
}

ul.socialMedia li a.email {
    background: url('../img/socialMediaBlue.png') no-repeat -324px 0;
}

ul.socialMedia.genericVersion li a:hover {
    opacity: 0.8;
}

ul.socialMedia.genericVersion li a.youtube {
    background: url('../img/socialMedia.png') no-repeat 0 0;
}

ul.socialMedia.genericVersion li a.twitter {
    background: url('../img/socialMedia.png') no-repeat -54px 0;
}

ul.socialMedia.genericVersion li a.facebook {
    background: url('../img/socialMedia.png') no-repeat -108px 0;
}

ul.socialMedia.genericVersion li a.linkedin {
    background: url('../img/socialMedia.png') no-repeat -162px 0;
}

ul.socialMedia.genericVersion li a.blog {
    background: url('../img/socialMedia.png') no-repeat -216px 0;
}

ul.socialMedia.genericVersion li a.instagram {
    background: url('../img/socialMedia.png') no-repeat -270px 0;
}

ul.socialMedia.genericVersion li a.email {
    background: url('../img/socialMedia.png') no-repeat -324px 0;
}

ul.footerLogos {
    padding: 0;
    margin: 0;
}

ul.footerLogos li {
    background: none;
    padding: 0;
    list-style: none !important;
    width: auto;
    height: 16px;
    margin: 0px 22px 15px 0px !important;
    display: inline-block;
}

ul.footerLogos li a {
    width: auto;
    height: 16px;
}

ul.footerLogos li span {
    display: inline-block;
    height: 17px;
    margin-right: 2px;
    padding-left: 32px;
}

ul.footerLogos li span.logo1 {
    background: url('../img/footerLogos/footerFlags.png') no-repeat 0px -0px;
}

ul.footerLogos li span.logo11 {
    background: url('../img/footerLogos/footerFlags.png') no-repeat 0px -69px;
}

ul.footerLogos li span.logo12 {
    background: url('../img/footerLogos/footerFlags.png') no-repeat 0px -103px;
}

ul.footerLogos li span.logo13 {
    background: url('../img/footerLogos/footerFlags.png') no-repeat 0px -36px;
}

/*ul.footerLogos li span.logoZA:hover  {background-position: 0px -17px;}
    ul.footerLogos li span.logoUK:hover {background-position: 0px -51px;}*/
#footerPrint {
    display: none;
}

#footerDesktop .col1 h2.whiteBorderBottom,
#footerDesktop .col1main h2.whiteBorderBottom,
#footerDesktop .colLast h2.whiteBorderBottom,
#footerGlobalDesktop .whiteBorderBottom {
    border-bottom: 1px solid white !important;
}

.whiteBottomStrip {
    padding: 20px 0;
    text-align: center;
}

.whiteBottomStrip p {
    color: black;
}

#footerDesktop .container ul li.footerNumber {
    background-image: url('../img/number.png');
}

#footerDesktop .container ul li.footerEmail {
    background-image: url('../img/email.png');
}

#footerDesktop .container ul li.footerEmail,
#footerDesktop .container ul li.footerNumber,
#footerDesktop .container ul li.footerLocationIcon,
#footerDesktop .container ul li.footerWorldIcon {
    padding-left: 30px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: left center;
}

#footerDesktop .container ul li.footerLocationIcon {
    background-image: url('..//img/Location-icon.png');
    background-position: -10px 0;
}

#footerDesktop .colLast {
    margin-left: 0;
}

#footerDesktop .sanlamLogo-logo {
    position: relative;
    bottom: 16px;
}

#footerGlobalDesktop {
    padding: 10px 0 20px 0;
}

#footerDesktop .contactInfo {
    position: relative;
    top: 9px;
}

#footerContainer i {
    display: inline-block;
    padding: 4px;
    margin-left: 18px;
    margin-bottom: 2px;
    cursor: pointer;
}

#footerContainer .down {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

#footerContainer .down.downCoZa {
    transform: rotate(46deg) !important;
    -webkit-transform: rotate(46deg) !important;
}

.footerWorldIcon.mainHeading a {
    font-weight: bold;
    margin-left: 31px;
    padding: 0 !important;
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-bottom: -3px;
}

.viewMoreItems {
    font-weight: bold;
    cursor: pointer;
}

.hidden {
    position: relative !important;
    left: 0 !important;
    width: auto !important;
    height: auto !important;
    overflow: auto !important;
    display: none;
}

/*==========================================================================
  MARGIN AND PADDING
  ========================================================================== */
/* MARGIN-TOP */
.marT-5 {
    margin-top: -5px;
}

.marT0 {
    margin-top: 0px;
}

.marT10 {
    margin-top: 10px !important;
}

.marT15 {
    margin-top: 15px !important;
}

.marT20 {
    margin-top: 20px !important;
}

.marT25 {
    margin-top: 25px !important;
}

.marT30 {
    margin-top: 30px !important;
}

.marT40 {
    margin-top: 40px !important;
}

.marT70 {
    margin-top: 70px !important;
}

/* MARGIN-TOP & MARGIN-BOTTOM */
.marTB35 {
    margin: 30px 0 30px !important;
}

/* MARGIN-BOTTOM */
.marB0 {
    margin-bottom: 0 !important;
}

.marB5 {
    margin-bottom: 5px !important;
}

.marB10 {
    margin-bottom: 10px !important;
}

.marB15 {
    margin-bottom: 15px !important;
}

.marB20 {
    margin-bottom: 20px !important;
}

.marB35 {
    margin-bottom: 35px !important;
}

.marB30 {
    margin-bottom: 30px !important;
}

.marB40 {
    margin-bottom: 40px !important;
}

.marB45 {
    margin-bottom: 45px !important;
}

.marB50 {
    margin-bottom: 50px !important;
}

.mar-b-lg {
    margin-bottom: 4rem !important;
}

/* MARGIN-RIGHT */
.marR0 {
    margin-right: 0 !important;
}

.marR8 {
    margin-right: 8px !important;
}

.marR12 {
    margin-right: 12px !important;
}

.marR55 {
    margin-right: 55px !important;
}

/* MARGIN-LEFT */
.marL0 {
    margin-left: 0px !important;
}

.marL10 {
    margin-left: 10px !important;
}

/* MARGIN-RIGHT & MARGIN-LEFT */
.marLR {
    margin: 0 15px 0 15px !important;
}

/* PADDING */
.noPadB {
    padding-bottom: 0;
}

.padFix {
    padding: 50px 0 30px !important;
}

.pad0 {
    padding: 0px !important;
}

.pad20 {
    padding: 20px !important;
}

.pad30 {
    padding: 30px !important;
}

.pad36 {
    padding: 36px !important;
}

.pad38 {
    padding: 38px !important;
}

/* PADDING-TOP */
.padT0 {
    padding-top: 0px !important;
}

.padT10 {
    padding-top: 10px !important;
}

.padT30 {
    padding-top: 30px !important;
}

.padT60 {
    padding-top: 60px !important;
}

.padT15 {
    padding-top: 15px !important;
}

/* PADDING-RIGHT */
.padR0 {
    padding-right: 0px !important;
}

.padR10 {
    padding-right: 10px !important;
}

/* PADDING-LEFT */
.padL20 {
    padding-left: 20px !important;
}

.padL25 {
    padding-left: 25px !important;
}

/* PADDING-BOTTOM */
.padB0 {
    padding-bottom: 0px !important;
}

.padB10 {
    padding-bottom: 10px !important;
}

.padB15 {
    padding-bottom: 15px !important;
}

.padB20 {
    padding-bottom: 20px !important;
}

.padB25 {
    padding-bottom: 25px !important;
}

.padB35 {
    padding-bottom: 35px !important;
}

.padB45 {
    padding-bottom: 45px !important;
}

.padB70 {
    padding-bottom: 70px !important;
}

/*==========================================================================
  CARDS
  ========================================================================== */

.card-top-border {
    border-top: 4px solid #E3E5E4;
    margin-right: 36px;
    min-width: 180px;
    float: left;
}

.card-border-inner {
    padding-top: 1rem;
}

.card-border-inner span {
    font-size: 18px;
    padding-bottom: 0.5rem;
}

.card-section {
    width: 100%;
    float: left;
}

/*==========================================================================
  COLOURS AND BACKGROUND COLOURS
  ========================================================================== */
.sanlam-blue-text {
    color: #0075C9;
}

bg-sanlam-blue {
    background-color: #0075C9;
}

.white-text {
    color: #ffffff !important;
}

.investment-black-text {
    color: #10181f;
}

.bg-investment-black {
    background-color: #10181f;
}

.bg-wealth-grey {
    background-color: #333e48;
}

.bg-fynbos-grey {
    background-color: #9DB7B4;
}

.bg-light-grey {
    background-color: #F6F8FB;
}

/*==========================================================================
  CLAIMS STEPS
  ========================================================================== */
.step-item {
    width: 166px;
    margin-right: 1rem;
    float: left;
}

.step-item:last-child {
    margin-right: 0;
}

.step-title {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
    width: 50%;
}

.step-image {
    margin-bottom: 2rem;
}

.step-copy {
    color: #474747;
    font-size: 14px;
    letter-spacing: -0.1px;
    line-height: 18px;
    font-weight: normal;
    width: 148px;
}

.w-100 {
    width: 100%;
}

/*==========================================================================
  START YOUR CLAIMS

  ========================================================================== */
.button-row {
    margin-top: 2rem;
}

.button-row .btn {
    margin-bottom: 1rem;
    margin-right: 1rem;
}

/*==========================================================================
  ACCORDION
  ========================================================================== */

.accordionTitle {
    border-bottom: 2px solid #9EA2A0;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.4px;
    line-height: 24px;
    cursor: pointer;
    padding: 12px 0 12px 8px;
    text-align: left;
    transition: 0.4s;
    color: #333E48;
}

.accordionTitle h4,
.accordionTitle h4 a {
    width: 98%;
    font-weight: 300 !important;
    font-size: 24px;
    line-height: 1.2;
    color: #333E48;
    margin-bottom: 0;
    padding-right: 30px;
    margin-right: 24px;
}

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

    .accordionTitle h4,
    .accordionTitle h4 a {
        font-size: 16px;
        font-weight: 500 !important;
        padding-right: 20px;
    }
}

.accordionItem.active .accordionTitle a,
.accordionTitle:hover {
    color: #0075C9;
}

.accordionText {
    padding: 0 18px;
    display: none;
    overflow: hidden;
}

.accordion .accordionItem .accordionTitle a {
    background-image: url(../img/Arrow_down.png);
    background-repeat: no-repeat;
    background-position: center right;
    display: block;
}

.accordion .accordionItem.active .accordionTitle a {
    background-image: url(../img/Arrow_up.png);
    background-position: right 13px;
}

.accordion .serviceRow_section {
    padding: 1.5rem 0 0 0;
    color: #404040;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
}

.accordionTabsItems ul {
    opacity: 0.9;
    border-radius: 4px 4px 0 0;
    background-color: rgba(0, 117, 201, 0.07);
    margin: 0;
}

.accordionTabsItems li {
    display: inline-block;
    height: 21px;
    width: 171px;
    text-align: center;
    padding: 1.25rem 0;
    margin: 0;
}

.accordionTabsItems li a {
    opacity: 0.4;
    color: #252D34;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.45px;
    line-height: 21px;
}

#accordionTabs .accordionTitle {
    display: none;
}

.accordionTabsItems li.active {
    color: #0075C9;
    border-bottom: 4px solid #0075C9;
}

.accordionTabsItems li.active a {
    color: #0075C9;
    opacity: 1;
}

#accordionTabs .accordionItem .serviceRow_section img {
    padding-top: 4rem;
}

#death-content,
#funeral-content,
#severeIllness-content,
#disability-content,
#incomeProtection-content,
#sicknessBenefit-content,
#covid-content,
#medicalPlan-content {
    padding-top: 4rem;
}

.claim-content-section {
    display: none;
}

.claim-forms-list .btn-download-item {
    display: block;
}

.claim-forms-list li {
    float: left;
    width: 48%;
}

.box-bg-grey {
    border-radius: 4px;
    background-color: #F6F8FB;
    padding: 25px 36px;
    display: inline-block;
    font-size: 14px;
    min-height: 447px;
    box-sizing: border-box;
    vertical-align: top;
}

.box-bg-grey:first-child {
    max-width: 300px;
    margin-right: 27px;
}

#death-content .box-bg-grey:nth-child(2) {
    max-width: 400px;
}

.submit-claim-text {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 28px;
    padding-bottom: 20px;
}

.custom-list-items {
    list-style-image: url(../img/upload-bullet.png);
}

.submit-claim-section {
    margin: 30px 0;
}

.custom-list-items li {
    color: #404040;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
    list-style-image: url(../img/upload-bullet.png);
    padding-left: 10px;
    max-width: 300px;
}

.custom-list-items li img {
    display: inline-block;
    padding-left: 10px;
}

.box-icon {
    margin-bottom: 20px;
    width: 100%;
    min-height: 30px;
    float: left;
}

.box-bg-grey .upload-btn {
    height: 25px;
    width: 171px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.1px;
    line-height: 24px;
    background-color: #0075c9;
    border-radius: 4px;
    border: 1px solid #0075C9;
    text-align: center;
    margin-top: 10px;
    ;
    display: block;
    padding: 10px 0;
}

/*FUNERAL POPUP */
.screeneroverlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: rgb(11, 11, 11);
    opacity: .8;
    filter: alpha(opacity=80);
    display: none;
}

.modal-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
    display: none;
}


.modal-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.modal-inline-holder .modal-content {
    width: 100%;
    cursor: auto;
}

.modal-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.white-popup-block {
    background: rgb(255, 255, 255);
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
    height: 515px;
    overflow-x: auto;
}

#funeralModalContent .modal-title h4 {
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
}

#funeralModalContent .modal-title {
    box-shadow: inset 0 -1px 0 0 #E3E5E4;
    padding: 1rem 2rem 0.25rem 2rem;
}

#funeralModalContent .white-popup-block {
    padding: 0;
    max-width: 360px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.24);
    border-radius: 4px;
}

#funeralModalContent .modal-caption {
    padding: 1rem 2rem .25rem 2rem;
}

.funeralSelectItem span {
    color: #989898;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 14px;
    display: block;
    padding: 0 0 1rem 1.25rem;
}

.funeralSelectItem label {
    padding-left: 0.50rem;
}

.funeralSubmit {
    text-align: right;
    padding-bottom: 0.50rem;
    padding-top: 1rem;
}

.funeralSubmit span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.2px;
    line-height: 20px;
    display: inline-block;
    cursor: pointer;
}

.funeralSubmit span.close-button {
    padding-right: 2rem;
}

#funeralModalContent {
    top: 120px;
}

@media screen and (min-width: 1281px) {
    .container {
        width: 1140px;
        margin: 0 auto;
        padding: 0 70px;
    }

}

/* Slider Cards */
.campaign-item-card {
    border-radius: 6px;
    background-color: #FFFFFF;
    box-shadow: 0 10px 14px -2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    padding: 2rem;
    margin-bottom: 2rem;
    height: 340px;
    position: relative;
}

.campaign-item-card-title {
    font-weight: bold;
    color: #0075c9
}

.campaign-products-section .slider-campaign .slick-arrow {
    display: none !important;
}

.campaign-item-card-holder {
    width: 325px;
}

.campaign-item-card-holder-static {
    width: 23%;
    float: left;
    margin-right: 2%;
}

.campaign-item-card-holder-static blockquote p {
    font-size: 14px;
    line-height: 20px;
}

@media screen and (max-width: 872px) {
    #death-content .box-bg-grey:first-child {
        max-width: 270px;
    }

    #death-content .box-bg-grey:nth-child(2) {
        max-width: 345px;
    }
}

@media screen and (max-width: 815px) {
    #death-content .box-bg-grey:first-child {
        min-height: 513px;
    }
}

@media screen and (max-width: 768px) {
    #death-content .box-bg-grey:first-child {
        max-width: unset;
        min-height: unset;
    }

    #death-content .box-bg-grey:nth-child(2) {
        max-width: unset;
    }
}

@media only screen and (max-width: 770px) {
    .campaign-item-card-holder-static {
        width: 100%;
    }

    .campaign-item-card-holder-static blockquote p {
        font-size: 16px;
        line-height: 23px;
    }

    .campaign-item-card-holder-static .campaign-item-card {
        height: auto;
        margin-right: 0;
    }

    #death-content .box-bg-grey:nth-child(2) {
        max-width: unset;
    }
}

@media only screen and (max-width: 991px) {
    .slick-list.draggable {
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 770px) {
    .campaign-item-card {
        height: 410px;
        margin-right: 0;
    }

    .slick-track {
        left: 5px;
    }

    .slick-slide {
        width: 300px;
    }

    .campaign-item-card-holder {
        width: 280px;
    }
}

/* Quotes */
blockquote:before,
blockquote:after {
    width: 27px;
    height: 20px;
    display: block;
    margin: 0 0 20px 0;
    content: url("../img/quotation_top.png");
}

blockquote:after {
    content: url("../img/quotation_bottom.png");
    float: right;
    margin: 10px 0 0 0;
}

blockquote p {
    font-size: 16px;
    letter-spacing: -0.4px;
    line-height: 22px;
}

/* Custom CI */

.slider-cards-wrapper {
    position: relative;
}

.slick-track {
    left: 40px;
}

.slick-next {
    right: -105px;
}

.slick-arrow {
    position: absolute;
    top: 47%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    font-size: 0;
    line-height: 0;
    height: 100%;
    width: 116px;
    background-repeat: no-repeat;
    background-color: transparent;
}

.slick-slide {
    outline: none;
}

.slick-next,
.slick-next:hover {
    width: 70px;
    height: 400px;
    right: -62px;
    background: #0075c9 url(../img/right_arrow.png) no-repeat 25px 50% !important;
}

.slick-prev,
.slick-prev:hover {
    width: 70px;
    height: 400px;
    left: -62px;
    background: #0075c9 url(../img/left_arrow.png) no-repeat 25px 50% !important;
    z-index: 900;
}

.slick-arrow:focus,
.slick-arrow:active {
    outline: none;
}

.slick-list.draggable {
    padding-right: 40px !important;
    padding-left: 0 !important;
}

/* Tooltips */
#tooltip {
    text-align: left;
    color: #fff;
    background: #0075c9;
    position: absolute;
    font-size: 12px;
    z-index: 100;
    padding: 15px;
    display: block !important;
    z-index: 99995;
}

@media screen and (max-width: 800px) {
    #tooltip {
        display: none;
    }
}

#tooltip b,
#tooltip strong {
    color: #fff !important;
    font-weight: bold;
}

#tooltip:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0075c9;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}

#tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid #0075c9;
    top: -20px;
    bottom: auto;
}

#tooltip.left:after {
    left: 12px;
    margin: 0;
}

#tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0;
}

.lableTip {
    display: inline-block;
    background: url(../img/Info.png) no-repeat;
    background-position: 0px 0px;
    width: 20px;
    height: 20px;
    top: 3px;
    position: relative;
    text-align: left;
    left: 4px;
}

abbr {
    border-bottom: none !important;
    position: absolute;
    top: 20px;
    right: 0;
}

abbr span {
    background: #0075C9;
    color: #fff;
    padding: 2px 8px;
    border-radius: 50%;
}

abbr:focus {
    outline: 0;
}

.personalVideoClose {
    width: 72px;
    height: 72px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.personalVideo-iframe {
    background: url(../img/overlay.png) repeat 0 0 !important;
}

#personal-video {
    position: absolute;
    z-index: 999;
    left: 5%;
    top: 80px;
    width: 90%;
    height: 85%;
}

/*==========================================================================
  CONCEPTUAL TABLE
  ========================================================================== */
table.ct_table {
    width: 100%;
    font-size: 16px;
    border-collapse: separate;
    text-align: center;
}

table.ct_table td table {
    width: 100%;
}

table.ct_table .smallText {
    font-size: 14px !important;
}

.ct_table .borT0 {
    border-top: none;
}

.ct_table .borB0 {
    border-bottom: none;
}

.ct_table .borR0 {
    border-right: none;
}

.ct_table .borL0 {
    border-left: none;
}

.ct_table td {
    position: relative;
    padding: 0 8px;
    background: #fff;
    border: 1px solid #fff;
    vertical-align: middle;
}

.grayCell .ct_table td {
    border-color: #e5e5e5;
}

.ct_table td:hover,
.ct_table td.active {
    background: #e8b139 !important;
}

.ct_table a {
    display: block;
    padding: 16px 0;
    line-height: 120%;
}

.ct_table td:hover>a,
.ct_table td.active>a {
    color: #fff !important;
}

.ct_table .ct_arrow {
    position: absolute;
    bottom: -9px;
    z-index: 7;
    display: block;
    width: 15px;
    height: 9px;
    background-image: url('/Style Library/img/conceptual_table_arrows.png');
    background-repeat: no-repeat;
}

.grayCell .ct_table .ct_arrow {
    background-image: url('/Style Library/img/conceptual_table_arrows_gray.png');
}

.ct_table td.blue1 .ct_arrow {
    background-position: -15px top;
}

.ct_table td.blue2 .ct_arrow {
    background-position: -15px -9px;
}

.ct_table td.green1 .ct_arrow {
    background-position: -30px top;
}

.ct_table td.green2 .ct_arrow {
    background-position: -30px -9px;
}

.ct_table td.maroon1 .ct_arrow {
    background-position: -45px top;
}

.ct_table td.maroon2 .ct_arrow {
    background-position: -45px -9px;
}

.ct_table td.gray1 .ct_arrow {
    background-position: -60px top;
}

.ct_table td.gray2 .ct_arrow {
    background-position: -60px -9px;
}

.ct_table td.dark1 .ct_arrow {
    background-position: -75px top;
}

.ct_table td.dark2 .ct_arrow {
    background-position: -75px -9px;
}

.ct_table td.dark3 .ct_arrow {
    background-position: -75px -18px;
}

.ct_table td:hover .ct_arrow,
.ct_table td.active .ct_arrow {
    background-position: 0px top !important;
}

/* colour 1 */
.ct_table td.blue1,
.ct_table td.green1,
.ct_table td.maroon1,
.ct_table td.gray1,
.ct_table td.blue1 a,
.ct_table td.green1 a,
.ct_table td.maroon1 a,
.ct_table td.gray1 a,
.ct_table td.dark1,
.ct_table td.dark2,
.ct_table td.dark3,
.ct_table td.dark4,
.ct_table td.dark1 a,
.ct_table td.dark2 a,
.ct_table td.dark3 a,
.ct_table td.dark4 a {
    color: #fff;
}

.ct_table td.blue1 {
    background: #0076cd;
}

.ct_table td.green1 {
    background: #6bbbad;
}

.ct_table td.maroon1 {
    background: #744f67;
}

.ct_table td.gray1 {
    background: #98acaa;
}

.ct_table td.dark1 {
    background: #363636;
}

/* colour 2 */
.ct_table td.blue2,
.ct_table td.green2,
.ct_table td.maroon2,
.ct_table td.gray2,
.ct_table td.blue2 a,
.ct_table td.green2 a,
.ct_table td.maroon2 a,
.ct_table td.gray2 a {
    color: #000;
}

.ct_table td.green2 {
    background: #b8ded8;
}

.ct_table td.maroon2 {
    background: #bba9b5;
}

.ct_table td.gray2 {
    background: #cdd6d5;
}

.ct_table td.dark2 {
    background: #555555;
}

/* colour 3 */
.ct_table td.green3,
.ct_table td.maroon3,
.ct_table td.gray3,
.ct_table td.green3 a,
.ct_table td.maroon3 a,
.ct_table td.gray3 a {
    color: #000;
}

.ct_table td.green3 {
    background: #cadcd9;
}

.ct_table td.maroon3 {
    background: #ccc3c9;
}

.ct_table td.gray3 {
    background: #d4d9d8;
}

.ct_table td.dark3 {
    background: #7d7d7d;
}

/* colour 4 */
.ct_table td.dark4 {
    background: #a1a1a1;
}

/*==========================================================================
  BLOCKS
  ========================================================================== */
.row.blocks {
    padding: 40px 0 20px 0;
}

.blocks .col1 {
    margin: 0 2.280701754385965% 40px 0;
    /* margin: 0 26px 40px 0; */
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.blocks .personalImg img {
    width: 100%;
    height: auto;
}

.no-boxshadow .blocks .col1 {
    width: 23.771929824561404%;
    border: 1px solid #e0e0e0;
}

/* ie8 fix */

.blocks .blockCopy {
    padding: 24px;
}

.blocks .blockCopy h2 {
    margin-bottom: 16px;
}

.blocks .blockCopy p {
    margin: 0;
    font-size: 12px;
    color: #2c2c2c;
}

.blocks .blockCopy .blockWrapper {
    height: auto;
}

.blocks .more {
    color: #0075c9;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
}

.blocks .col1.activePage {
    background: url("/Style Library/img/activeCard.png") repeat-x scroll center bottom #f2f2f2;
}

.download-btn-icon {
    background-image: url(../img/download_white.png);
    background-repeat: no-repeat;
    background-position: 16px 10px;
    padding: 9px 16px 9px 45px !important;
}

@media screen and (max-width: 599px) {
    .sd-button.download-btn-icon {
        text-align: left;
        margin-top: 24px;
    }

    .download-btn-icon {
        padding: 9px 16px 9px 54px !important;
    }
}

#footerDesktop .container ul li.footerWhatsapp {
    background-image: url(/zambia/PublishingImages/whatsapp-icon.png);
    padding-left: 30px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    height: 24px;
    background-position: -2px 0;
}

/*==========================================================================
  SANLAM ONLINE GLOBAL
  ========================================================================== */
.monocrumb {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    display: none;
}

.monocrumb .backBtn,
.monocrumb a.pdbackBtn {
    background: none;
    font-size: 11px;
    color: #838383;
    margin: 27px 0 0 0;
    padding: 0 0 0 20px;
    float: left;
}

.monocrumb span {
    color: #0075C9;
    margin-right: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.25px;
}

.monocrumb span a {
    color: #0075C9
}

.monocrumb .backBtn span:last-of-type {
    color: #464E58;
}

.monocrumb .monocrumb-home-nav-separator {
    background-image: url('../img/monocrumb_arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
}
