﻿/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

header, nav, section, article, aside, footer, hgroup {
    display: block;
}

html, body {
    background: #fff url('/content/images/HtmlBody-BgTiler.gif') repeat-x top center;
    color: #333;
    font-size: 1em;
    font-family: Calibri, Myriad Pro Regular, Arial, Segoe UI, Verdana, Helvetica, Sans-Serif;
    height: 100%;
    line-height: 1.4em;
}

iframe {
    max-width: 500px;
    height: 285px;
    width: 100%;
}

form {
    height: 100%;
}

a:link, a:visited, a:active {
    color: #00b3dc;
    outline: none;
    text-decoration: none;
}

a:hover {
    color: #abc121;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

ul, ol {
    margin: 10px 0 10px 25px;
}

    ul li {
        color: #00b3dc;
    }

        ul li span {
            color: #616161;
        }

.NBoardTable {
}

.HPT-ClickHere {
    display: block;
    padding-top: 8px;
}

.Consumer tr td {
    width: 20%;
    vertical-align: top;
}

.Prescription tr td {
    width: 33.33%;
    vertical-align: top;
}

.Hospital tr td {
    width: 25%;
    vertical-align: top;
}

    .Hospital tr td ul {
        margin: 0 0 0 15px;
    }

        .Hospital tr td ul li {
            margin-left: 0;
        }

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    tr {
        border: 1px solid #ccc;
    }

    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

        td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 100% !important;
            padding-right: 10px;
            white-space: nowrap;
        }

    .Consumer tr td, .Prescription tr td, .Hospital tr td {
        width: 100%;
        vertical-align: top;
    }

        .Hospital tr td ul li {
            margin-left: 0;
        }

    /*
	Label the data
	*/
    /*td:nth-of-type(1):before { content: "First Name"; }
	td:nth-of-type(2):before { content: "Last Name"; }
	td:nth-of-type(3):before { content: "Job Title"; }
	td:nth-of-type(4):before { content: "Favorite Color"; }
	td:nth-of-type(5):before { content: "Wars of Trek?"; }
	td:nth-of-type(6):before { content: "Secret Alias"; }
	td:nth-of-type(7):before { content: "Date of Birth"; }
	td:nth-of-type(8):before { content: "Dream Vacation City"; }
	td:nth-of-type(9):before { content: "GPA"; }
	td:nth-of-type(10):before { content: "Arbitrary Data"; }*/
}

/*-----------------------------------------------------------------------------------*/
/*	STRUCTURE
/*-----------------------------------------------------------------------------------*/
.Wrapper {
    min-height: 100%;
    position: relative;
}

header, .header {
    height: 190px;
    width: 980px;
    margin: 0 auto;
}

.content {
    padding: 7px 0 130px 0;
    width: 980px;
    margin: 0 auto;
}

.contentClear {
    clear: both;
    height: 20px;
}

.ClearGen {
    clear: both;
    height: 10px;
}

footer, .footer {
    bottom: 0;
    height: 120px;
    width: 100%;
    position: absolute;
    background: #c1d82f;
}

.LogoTopSubNav {
    height: 128px;
}

#TopSubNav {
    height: 16px;
    margin-top: 15px;
    padding: 0;
}

    #TopSubNav ul, #TopSubNav li {
        margin: 0 0 5px 0;
        padding: 0;
        list-style: none;
        height: 16px;
        color: #002852;
    }

    #TopSubNav li {
        float: left;
        border-right: 1px #335375 solid;
        padding: 0 10px;
        display: block;
        height: 16px;
        line-height: 16px;
    }

    #TopSubNav ul li:last-child {
        /*float: left;*/
        border: none;
        margin: 0;
        padding: 0 15px;
    }

    #TopSubNav ul li a {
        float: left;
        color: #002852;
        display: block;
        margin: 0;
    }

        #TopSubNav ul li a:hover {
            color: #002852;
            text-decoration: underline;
        }

    #TopSubNav span {
        float: left;
        width: 20px;
        height: 20px;
    }

.TopSubNav-Admin a {
    font-weight: bold;
}

.Logo {
    float: right;
    margin-top: 10px;
}

    .Logo img {
        width: 100%;
        max-height: 79px;
        max-width: 189px;
    }
/*--- TOPNAV ---*/

.TopNavSetup {
    background: #003a63;
    height: 62px;
}

#TopNav {
    height: 62px;
    display: table;
    width: 100%;
}

    #TopNav ul {
        display: table-row;
        height: 62px;
        width: 100%;
    }

    #TopNav li {
        display: table-cell;
        height: 62px;
        margin: 0;
        padding: 0;
        border-right: 1px #809db1 solid;
    }

    #TopNav ul li:last-child {
        border: none;
    }

    #TopNav ul li a {
        color: #FFF;
        display: block;
        height: 62px;
        font-size: 14pt;
        font-weight: bold;
        line-height: 62px;
        padding: 0 0 0 8px;
    }

        #TopNav ul li a:hover {
            background: rgba(0,179,220,0.4);
        }

    #TopNav a span {
        display: block;
        color: #FFF;
    }

    #TopNav .icon {
        float: left;
        background: transparent url('/content/images/TopNavIcons.svg') no-repeat 0 0;
        display: block;
        height: 62px;
        width: 38px;
    }

    #TopNav .TM-About .icon {
        background-position: 0 top;
        /*width: 105px;*/
    }

    #TopNav .TM-Operating .icon {
        background-position: 0 -62px;
        /*width: 199px;*/
    }

    #TopNav .TM-Products .icon {
        background-position: 0 -124px;
        /*width: 120px;*/
    }

    #TopNav .TM-Sustainability .icon {
        background-position: 0 -186px;
        /*width: 142px;*/
    }

    #TopNav .TM-Investors .icon {
        background-position: 0 -248px;
        /*width: 108px;*/
    }

    #TopNav .TM-International .icon {
        background-position: 0 -310px;
        /*width: 147px;*/
    }

.TopNav-Act {
    background-color: #00b3dc !important;
    display: block;
}

.SearchSetup {
    float: right;
    height: 62px;
    width: 20%;
}
/*--- WELCOME AND SLIDE SHOW ---*/
.WelcomeSShow {
    height: 316px;
}

.Welcome {
    background-color: #00b3dc;
    color: #FFF;
    font-size: 10.5pt;
    float: left;
    width: 254px;
    height: 316px;
    line-height: 1.3em;
    padding: 24px 20px 0 20px;
}

    .Welcome span {
        font-size: 9.5pt;
        font-style: italic;
    }

        .Welcome span a {
            color: #c0d748;
        }

.Welcome-Head {
    font-size: 22pt;
    line-height: 1em;
    margin: 0;
    padding: 0 0 20px 0;
}

    .Welcome-Head span {
        font-size: 16pt;
        margin: 0;
        padding: 0;
    }

.SShow {
    background-color: #428bc1;
    float: left;
    width: 716px;
    margin-left: 10px;
    height: 316px;
}

.events {
    list-style: none;
}

.callbacks_container {
    margin-bottom: 50px;
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

    .callbacks li {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    .callbacks img {
        display: block;
        position: relative;
        z-index: 1;
        height: 100%;
        width: 100%;
        border: 0;
    }

    .callbacks .caption {
        display: block;
        position: absolute;
        z-index: 2;
        font-size: 14pt;
        text-shadow: none;
        color: #fff;
        background: rgba(0,179,220,0.8);
        left: 0;
        right: 0;
        bottom: 0;
        padding: 12px 20px;
        margin: 0;
        max-width: none;
    }

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 52%;
    left: 0;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url('/content/images/SShowArrows.png') no-repeat left top;
    margin-top: -45px;
}

    .callbacks_nav:active {
        opacity: 1.0;
    }

    .callbacks_nav.next {
        left: auto;
        background-position: right top;
        right: 0;
    }

.rslides {
    margin: 0 auto 40px;
}


/*--- NEWS SCROLLER ---*/
.NewsScroller {
    height: 62px;
    margin: 11px 0 11px 0;
}

.NewsArrowHead {
    background: #00b3dc url('/content/images/NewsArrowHead1.gif') no-repeat right top;
    color: #FFF;
    font-style: italic;
    font-size: 18pt;
    float: left;
    width: 186px;
    padding-left: 14px;
    height: 62px;
    line-height: 62px;
}

.NewsMessage {
    float: left;
    width: 780px;
    text-align: center !important;
}


/*--- Sub Hor Menu ---*/
.SubHorMenu {
    margin-bottom: 15px;
    padding: 0;
    min-height: 48px;
    background: #FFF url('/Content/Images/SubHorMenuBgTiler.gif') repeat-x bottom;
}

    .SubHorMenu::after {
        clear: both;
        content: "";
        display: block;
    }

    .SubHorMenu ul {
        margin: 0;
        padding: 0;
    }

        .SubHorMenu ul li {
            border-right: 1px #ccd8e0 solid;
            list-style-type: none;
            float: left;
            list-style: none !important;
            margin: 0 0 0 10px !important;
        }

            .SubHorMenu ul li:last-child {
                border-right: 0;
            }

            .SubHorMenu ul li a {
                display: block;
                color: #7f9cb1;
                text-align: center;
                padding: 12px 15px 12px 5px;
                border-bottom: 4px #FFF solid;
            }

                .SubHorMenu ul li a:hover {
                    background-color: #e5ebef;
                    display: block;
                    color: #003a63;
                    border-bottom: 4px #e5ebef solid;
                }


/*--- HOMEPAGE INFO BLOCKS ---*/
.HPageIBlocksLeft {
    float: left;
    width: 490px;
    min-height: 410px;
}

.HPageIBlocksRight {
    float: left;
    width: 490px;
    min-height: 410px;
}
/*--- INFO BLOCKS LEFT ---*/
.HPIBLeft-AddingValue {
    /*background-color: #cad2e1;*/
    min-height: 200px;
    /*min-height: 212px;*/
    margin-bottom: 8px;
    width: 490px;
}


.HPIBLeft-Communities {
    float: left;
    /*min-height: 200px;*/
    min-height: 215px;
    width: 241px;
}

    .HPIBLeft-Communities img,
    .HPIBLeft-Careers img {
        /*width: 100%;*/
        height: 100%;
    }

.HPIBLeft-Careers {
    /*background-color: #cccccc;*/
    float: right;
    /*min-height: 200px;*/
    min-height: 215px;
    width: 241px;
    margin-left: 8px;
}
/*--- INFO BLOCKS RIGHT ---*/
.HPIBRight-ManProd, .HPIBRight-FinIndicators {
    float: left;
    width: 237px;
    margin-left: 8px;
}

.HPIBRight-Man {
    min-height: 200px;
    /*min-height: 212px;*/
    background-color: #bfd52e;
    margin-bottom: 8px;
}

.HPIBRight-Prod {
    min-height: 200px;
    /*min-height: 215px;*/
    background-color: #00aed5;
}

.HPIBRight-FinIndicators {
    background: #d0d0d0;
    min-height: 408px;
}

    .HPIBRight-FinIndicators h3 {
        font-weight: normal;
        background: rgba(0, 58, 99,0.95);
        color: #fff;
        font-size: 18pt;
        padding: 10px 15px;
    }

.HPIBRight-SharePrice {
    color: #009dbe;
    font-size: 22pt;
    font-weight: bold;
    margin: 8px 15px 9px 15px;
    padding: 5px 0;
}

    .HPIBRight-SharePrice span {
        color: #4e4e4e;
        font-size: 11pt;
        font-weight: normal;
    }

.FInTable {
    margin: 0 15px;
}

.WelcomeClickHere {
    padding-top: 10px;
}

    .WelcomeClickHere a {
        color: #003a63 !important;
    }
/*-----------------------------------------------------------------------------------*/
/*	SUB PAGE 
/*-----------------------------------------------------------------------------------*/
/*  Proundly SA logo*/

#TopSALogo ul, li {
    margin: 0 0 5px 0;
    padding: 0;
    list-style: none;
}

#TopSALogo li {
    margin-top: 10px;
    float: left;
    padding: 0 10px;
    display: block;
}

#TopSALogo ul li a {
    float: left;
    display: block;
    margin: 0;
}

.SubPage-Head {
    background: #00b3dc;
    height: 148px;
    /*padding: 34px;*/
}

.SPH-Aboutus {
    background: #00b3dc url(/Content/Images/SPHead-Aboutus.jpg) no-repeat right top;
}

.SPH-KOA {
    background: #00b3dc url(/Content/Images/SPHead-KOA.jpg) no-repeat right top;
}

.SPH-KOA-Man {
    background: #00b3dc url(/Content/Images/SPHead-KOA-Man.jpg) no-repeat right top;
}

.SPH-KOA-Log {
    background: #00b3dc url(/Content/Images/SPHead-KOA-Log.jpg) no-repeat right top;
}

.SPH-KOA-Research {
    background: #00b3dc url(/Content/Images/SPHead-KOA-Research.jpg) no-repeat right top;
}

.SPH-Investors {
    background: #00b3dc url(/Content/Images/SPHead-Investors.jpg) no-repeat right top;
}

.SPH-Careers {
    background: #00b3dc url(/Content/Images/SPHead-Careers.jpg) no-repeat right top;
}
/*.SPH-International  { background:#00b3dc url(/Content/Images/SPHead-Africa.jpg) no-repeat right top; }*/
.SPH-Africa {
    background: #00b3dc url(/Content/Images/SPHead-Africa.jpg) no-repeat right top;
}

.SPH-Con-HeadOffice {
    background: #00b3dc url(/Content/Images/SPHead-KOA-ConHeadOffice.jpg) no-repeat right top;
}

.SPH-Sustain {
    background: #00b3dc url(/Content/Images/SPHead-SustainP.jpg) no-repeat right top;
}

.SPH-India {
    background: #00b3dc url(/Content/Images/SPHead-India.jpg) no-repeat right top;
}

.SPH-CSI {
    background: #00b3dc url(/Content/Images/SPHead-CSI.jpg) no-repeat right top;
}

.SPH-NewsMedia {
    background: #00b3dc url(/Content/Images/SPHead-NewsMedia.jpg) no-repeat right top;
}

.SPH-Contact {
    background: #00b3dc url(/Content/Images/SPHead-Contact.jpg) no-repeat right top;
}

.SPH-Contact-MAAE {
    background: #00b3dc url(/Content/Images/SPHead-Contact-MAAE.jpg) no-repeat right top;
}

.SPH-Admin {
    background: #00b3dc url(/Content/Images/SPHead-Admin.jpg) no-repeat right top;
}

.SPH-Admin-Das {
    background: #00b3dc url(/Content/Images/SPHead-Admin-Das.jpg) no-repeat right top;
}

.SPH-Admin-Pos {
    background: #00b3dc url(/Content/Images/SPHead-Admin-Pos.jpg) no-repeat right top;
}

.SPH-Admin-Adm {
    background: #00b3dc url(/Content/Images/SPHead-Admin-Adm.jpg) no-repeat right top;
}

.SPH-Admin-Rep {
    background: #00b3dc url(/Content/Images/SPHead-Admin-Rep.jpg) no-repeat right top;
}




h1 {
    color: #FFF;
    font-size: 28pt;
    font-weight: normal;
    padding-bottom: 18px;
    line-height: .8em;
    margin: 0;
}

h2 {
    color: #383a3f;
    font-weight: normal;
    font-size: 14pt;
    font-style: italic;
    margin: 0;
    padding: 0;
}

.SubPage-Content {
    margin: 2% 0;
    min-height: 150px;
}

.SubPage-LeftMenu {
    float: left;
    width: 225px;
    min-height: 150px;
    background: #FFF url('/content/images/LeftMenuRightBorder.gif') repeat-y right top;
}

#LeftMenu, #LeftMenu ul, #LeftMenu li {
    margin: 0;
    padding: 0;
}

    #LeftMenu ul {
        list-style: none;
    }

    #LeftMenu a {
        background: transparent url('/content/images/Icon-Capsule.png') no-repeat 8px center;
        border-bottom: 1px #ccd8e0 solid;
        color: #003a63;
        display: block;
        line-height: 1.4em;
        margin: 0 8% 0 0;
        padding: 8px 0 8px 32px;
    }

        #LeftMenu a:hover {
            background-color: #e1ebb4;
        }

.LeftMenu-Act {
    background-color: #c1d82f !important;
    display: block;
    margin: -1px 0 0 0 !important;
}

.SubPage-RC-Products {
    float: right;
    width: 740px !important;
    min-height: 150px;
    margin: 0 0 0 0;
    color: #616161;
    line-height: 1.3em;
    font-size: 10.5pt !important;
    text-align: left;
}

.SubPage-RightContent {
    float: right;
    width: 740px !important;
    min-height: 150px;
    margin: 0 0 0 0;
    color: #616161;
    line-height: 1.3em;
    font-size: 10.5pt !important;
    text-align: justify;
}

    .SubPage-RightContent table {
        text-align: left;
    }

    .SubPage-RightContent article {
        padding: 0 !important;
        margin: 0 !important;
    }

    .SubPage-RightContent ul li {
        list-style: disc;
        margin-left: 20px;
    }

    .SubPage-RightContent h3,
    .SubPage-Content h3,
    #Header h3 {
        color: #003a63;
        font-size: 18pt;
        font-weight: bold;
        border-bottom: 1px #cdcdcd solid;
        padding-bottom: 15px;
        margin-bottom: 15px;
        line-height: 1.3em;
        text-align: left;
    }

    .SubPage-Content h4,
    .SubPage-RightContent h4 {
        color: #003a63;
        font-size: 14pt;
        font-weight: normal;
        margin-bottom: 8px;
    }

    .SubPage-RightContent h5, .storyheadline {
        color: #003a63;
        font-size: 14pt;
        font-weight: normal;
        display: block;
        margin-bottom: 15px;
    }

}

.SPRC-H5-LeftHeaders {
    float: left;
    /*width:20%;*/
    color: #003a63;
    font-size: 10.5pt;
    font-weight: normal;
    margin-bottom: 3px;
}

.SPRC-H5-RightDetails {
    float: left;
    /*width:80%;*/
}

.SPRC-H5-Left {
    width: 30%;
}

.SPRC-H5-Right {
    width: 70%;
}

.SPRC-H5-Left-20 {
    width: 20%;
}

.SPRC-H5-Right-80 {
    width: 80%;
}

.SPRC-H5-clear {
    clear: both;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px #e6e6e6 solid;
}

.RightContent-A {
    float: left;
    color: #616161;
    line-height: 1.4em;
    font-size: 10.5pt;
    width: 67%;
    padding-right: 2%;
    border-right: 1px #cdcdcd solid;
    text-align: justify;
    /*background:#CCC;*/
}

    .RightContent-A ul li {
        text-align: left;
    }

    .RightContent-A .ExpandCopy {
        float: left;
        width: 96%;
        color: #003a63;
        font-size: 11pt;
    }

.RightContent-B {
    float: right;
    width: 28.5%;
    min-height: 200px;
    padding-left: 1.5%;
    text-align: left;
}

    .RightContent-B h4 {
        font-weight: normal;
        font-size: 13.5pt;
    }

    .RightContent-B img {
        text-align: right;
    }

/*--- new Sends Layout  - 2019 ---*/
.headline_link {
    text-decoration: none;
    display: block;
    color: #003a63;
    font-size: 14pt;
    font-weight: normal;
    padding-bottom: 0;
    padding-top: 10px;
    font-family: Calibri, Arial, Tahoma, Verdana, MS Sans Serif;
}

.abstract {
    color: #616161;
    display: block;
    line-height: 1.3em;
    font-size: 10.5pt !important;
    padding-top: 4px;
    font-family: Calibri, Arial, Tahoma, Verdana, MS Sans Serif;
}

.byline {
    color: #616161;
    display: block;
    border-bottom: 1px #d6d6d6 solid;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 5px;
    font-size: 14px;
    font-family: Calibri, Arial, Tahoma, Verdana, MS Sans Serif;
}


/*---FAQ---*/
.Expander {
    background-color: #d3d8e4;
    border-bottom: 1px #b5bed1 solid;
    display: block;
    padding: 6px 15px;
    text-align: left;
}

.ExpandCopy {
    float: left;
    width: 97.5%;
    color: #003a63;
    font-size: 11pt;
}

.ExpandIcons {
    width: 3%;
    height: 25px;
}

.FAQClear {
    clear: both;
    height: 1px;
    /*	border-bottom:1px #6c8da5 solid;	*/
    padding-bottom: 2px;
}

.Revealer {
    padding: 15px;
    /*background: #e1e5ee;*/
    margin-bottom: 10px;
    text-align: justify;
    /*	border:1px #6c8da5 solid;*/
}

    .Revealer h4 {
        color: #003a63;
        font-weight: bold;
        font-size: 10.5pt !important;
    }

    .Revealer li {
        color: #00b3dc;
        margin-bottom: 10px;
    }

        .Revealer li span {
            color: #616161;
        }

.Revealer-Left {
    float: left;
    width: 74%;
    padding-right: 2%;
}

.Revealer-Right {
    /*background-color:rgba(255,255,255,0.5);*/
    float: left;
    width: 21%;
    padding: 1%;
    text-align: center;
}

.Revealer-Border-Right {
    border-right: 1px #bec6d7 solid;
}

.Revealer-Border-Left {
    border-left: 1px #bec6d7 solid;
}

/*--- TABLE AND GRID ---*/
/*Strategic Approach*/
.StratATable table {
    border-collapse: collapse;
    text-align: center;
    width: 100%;
}

.StratATable {
    color: #FFF;
    background: #4ec7e6;
    font: normal 10.5pt Calibri, Arial, Helvetica, sans-serif;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .StratATable span {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 11.5pt;
    }

    .StratATable table td {
        padding: 6px 10px;
        border-top: 0;
        border-right: 0;
        border-bottom: 1px solid #e1e5ee;
        border-left: 1px solid #e1e5ee;
        vertical-align: top;
    }

    .StratATable table th {
        padding: 6px 10px;
    }

    .StratATable table tr:nth-child(odd) {
        background-color: #00afda;
    }

    .StratATable table td:first-child {
        border-left: none;
        border-bottom: 1px solid #e1e5ee;
    }

/*Strategic Approach*/

.FI-Datagrid table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}

.FI-Datagrid {
    font: normal 12px/150% Arial, Helvetica, sans-serif;
    background: #e3e3e3;
    overflow: hidden;
    border: 1px solid #8C8C8C;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .FI-Datagrid table td {
        padding: 3px 6px;
    }

    .FI-Datagrid table th {
        padding: 6px 10px;
    }

    .FI-Datagrid table thead th {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8C8C8C), color-stop(1, #7D7D7D) );
        background: -moz-linear-gradient( center top, #8C8C8C 5%, #7D7D7D 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C8C8C', endColorstr='#7D7D7D');
        background-color: #8C8C8C;
        color: #ffffff;
        font-size: 15px;
        font-weight: bold;
        border-left: 1px solid #A3A3A3;
    }

        .FI-Datagrid table thead th:first-child {
            border: none;
        }

    .FI-Datagrid table td {
        color: #4e4e4e;
        border-left: 1px solid #bfbfbf;
        font-size: 9pt;
        font-weight: normal;
    }


        .FI-Datagrid table td:first-child {
            border-left: none;
        }

    .FI-Datagrid table tr:last-child td {
        border-bottom: none;
    }

    .FI-Datagrid table tr:nth-child(odd) {
        background-color: #d0d0d0;
    }

    .FI-Datagrid table tfoot td {
        padding: 0;
        font-size: 12px;
    }

        .FI-Datagrid table tfoot td div {
            padding: 2px;
        }

        .FI-Datagrid table tfoot td ul {
            margin: 0;
            padding: 0;
            list-style: none;
            text-align: right;
        }

    .FI-Datagrid table tfoot li {
        display: inline;
    }

        .FI-Datagrid table tfoot li a {
            text-decoration: none;
            display: inline-block;
            padding: 2px 8px;
            margin: 1px;
            color: #F5F5F5;
            border: 1px solid #8C8C8C;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8C8C8C), color-stop(1, #7D7D7D) );
            background: -moz-linear-gradient( center top, #8C8C8C 5%, #7D7D7D 100% );
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C8C8C', endColorstr='#7D7D7D');
            background-color: #8C8C8C;
        }

    .FI-Datagrid table tfoot ul.active, .FI-Datagrid table tfoot ul a:hover {
        text-decoration: none;
        border-color: #7D7D7D;
        color: #F5F5F5;
        background: none;
        background-color: #8C8C8C;
    }

/*-----------------------------------------------------------------------------------*/
/*	Product Section
/*-----------------------------------------------------------------------------------*/

.Prod-SubMenu {
    background: #FFF url('/Content/Images/Prod-LeftMenu-Shad.gif') repeat-y right top;
    float: left;
    width: 185px;
    min-height: 250px;
}

    .Prod-SubMenu ul,
    .Prod-SubMenu li {
        margin: 0;
        padding: 0;
        width: 185px;
    }

    .Prod-SubMenu li {
        list-style: none;
        border-bottom: 1px #ebebeb solid;
        display: block;
    }

        .Prod-SubMenu li:last-child {
            border-bottom: 0;
        }

        .Prod-SubMenu li a {
            display: block;
            height: 87px;
            /*line-height:87px;*/
            text-align: center;
            position: relative;
        }

            .Prod-SubMenu li a img {
                opacity: 0.3;
                margin: auto;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
            }

            .Prod-SubMenu li a span {
                font-weight: bold;
                padding-top: 30px;
                display: block;
                color: #00b2dc;
                font-size: 14pt;
            }

                .Prod-SubMenu li a span:hover {
                    font-weight: bold;
                    padding-top: 30px;
                    display: block;
                    color: #99ad1a;
                    font-size: 14pt;
                }

                .Prod-SubMenu li a span.ProdMenuWord {
                    color: #b7c1c8;
                }

                    .Prod-SubMenu li a span.ProdMenuWord:hover {
                        color: #182c54;
                    }


            .Prod-SubMenu li a img:hover {
                opacity: 1;
            }

.Prod-SubMenu-Act {
    background: #FFF;
    border-left: 5px #c1d82f solid;
    border-bottom: 1px #cdcdcd solid;
}


.Prod-Content {
    float: right;
    min-height: 200px;
    width: 555px;
    text-align: left;
}

    .Prod-Content h4 {
        font-weight: bold;
        margin-bottom: 15px;
        font-size: 22px;
    }

    .Prod-Content h5 {
        font-weight: normal;
        margin: 15px 0;
        font-size: 20px;
    }

    .Prod-Content h6 {
        font-weight: normal;
        margin: 15px 0 5px 0;
        font-size: 16px;
        color: #003a63;
        text-decoration: underline;
    }

.Prod-ImgRight {
    float: right;
    margin: 0 0 10px 20px;
    padding-left: 20px;
    border-left: 3px #00b3dc solid;
}

.Prod-ImgLeft {
    /*float: left;*/
    margin: 10px 20px 10px 0;
    padding: 10px 20px 10px 0;
    border-right: 3px #00b3dc solid;
}

.Prod-InfoRight {
    float: right;
    width: 85%;
}

.PC-Inner {
    padding: 15px 0 15px 30px;
}
/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
.footerSetup {
    width: 980px;
    margin: 0 auto;
}

.footTerms {
    color: #003a63;
    float: left;
    padding-top: 15px;
    width: 450px;
    font-size: 11pt;
}

    .footTerms a {
        color: #003a63;
    }

        .footTerms a:hover {
            color: #003a63;
            text-decoration: underline;
        }

.FootAdmin {
    float: left;
    padding-top: 1px;
}

    .FootAdmin ul {
        margin: 0;
        padding: 0;
    }

.OTCFaceBook {
    float: left;
}

    .OTCFaceBook ul {
        margin: 0;
        padding: 0;
    }

    .OTCFaceBook li {
        list-style: none;
    }

    .OTCFaceBook a {
        background: #51545D url('/content/images/SocIcons-Footer.png') no-repeat -32px top;
        display: block;
        width: 32px;
        height: 32px;
    }

        .OTCFaceBook a:hover {
            background: #BABABA url('/content/images/SocIcons-Footer.png') no-repeat -32px top;
            display: block;
        }

.footSocialLinks {
    /*width: 106px;*/
    /*width:69px;*/
    width: 32px;
    float: right;
    padding-top: 11px;
}

    .footSocialLinks ul, .footSocialLinks li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .footSocialLinks li {
        float: left;
    }

        .footSocialLinks li:first-child a {
            margin-left: 0;
        }

    .footSocialLinks a {
        display: block;
        height: 32px;
        width: 32px;
        margin-left: 5px;
    }

    .footSocialLinks .SIcons-In {
        background: #7b8e01 url('/content/images/SocIcons-Footer.png') no-repeat left top;
    }

        .footSocialLinks .SIcons-In:hover {
            background: #4e6200 url('/content/images/SocIcons-Footer.png') no-repeat left top;
        }

    .footSocialLinks .SIcons-FBook {
        background: #7b8e01 url('/content/images/SocIcons-Footer.png') no-repeat -32px top;
    }

        .footSocialLinks .SIcons-FBook:hover {
            background: #4e6200 url('/content/images/SocIcons-Footer.png') no-repeat -32px top;
        }

    .footSocialLinks .SIcons-Twitter {
        background: #7b8e01 url('/content/images/SocIcons-Footer.png') no-repeat -64px top;
    }

        .footSocialLinks .SIcons-Twitter:hover {
            background: #4e6200 url('/content/images/SocIcons-Footer.png') no-repeat -64px top;
        }


    .footSocialLinks .SIcons-FBookIn {
        background: #51545D url('/content/images/SocIcons-Footer.png') no-repeat -32px top;
    }

        .footSocialLinks .SIcons-FBookIn:hover {
            background: #BABABA url('/content/images/SocIcons-Footer.png') no-repeat -32px top;
        }

.NewsLinks {
    float: right;
}

.DM-Footer {
    background-color: #c1d82f;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #799807;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #7b8e01 !important;
}

.DM-Footer > li > a {
    color: #151714;
}

    .DM-Footer > li > a:hover,
    .DM-Footer > li > a:focus {
        color: #FFF;
        text-decoration: none;
        background-color: #7b8e01 !important;
    }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #FFF;
    text-decoration: none;
    background-color: #7b8e01 !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    /* background-color: #e8e8e8; */
    /* background-image: -webkit-gradient(linear,left 0,left 100%,from(#f5f5f5),to(#e8e8e8)); */
    /* background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%); */
    background-color: #7b8e01 !important;
    background-image: none;
    /* background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%); */
    /* background-repeat: repeat-x; */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0);
}

.Prod-References {
    font-size: 13px;
    padding: 30px 0 30px 0;
    line-height: 1.2em;
    opacity: 0.8;
}

    .Prod-References h5 {
        font-weight: bold;
        font-size: 14px;
        margin: 0;
        padding-bottom: 5px;
    }

.Prod-RefNumber {
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

.Prod-RefOl li {
    color: #000;
}

    .Prod-RefOl li span {
        color: #808080;
    }


.table-products tr td:first-child {
    color: #003a63;
    font-weight: bold;
    width: 40%;
}

/* 768 width
----------------------------------------------------------*/
@media only screen and (min-width:768px) and (max-width:959px) {

    /*-----------------------------------------------------------------------------------*/
    /*	STRUCTURE
/*-----------------------------------------------------------------------------------*/
    header, .header {
        width: 768px;
    }

    .content {
        width: 768px;
    }

    /*--- TOPNAV ---*/
    #TopNav {
        height: 62px !important;
        margin: 0;
        padding: 0;
    }

        #TopNav ul {
            height: 62px !important;
        }

        #TopNav li {
            display: table-cell;
            height: 62px !important;
            border-right: 1px #809db1 solid;
        }

        #TopNav ul li a {
            font-size: 12pt;
            padding: 0 0 0 5px;
            height: 62px !important;
        }

        #TopNav a span {
            display: block;
            padding-left: 5px !important;
        }

        #TopNav .icon {
            float: left;
            background: transparent url('/content/images/TopMenuIcons.png') no-repeat 0 0;
            display: block;
            height: 62px;
            width: 37px !important;
        }

        #TopNav .TM-About .icon {
            background-position: 0 top;
            width: 72px;
        }
        /*#TopNav .TM-Products .icon{
        background-position: 5px top;
        width: 179px;
    }*/
        #TopNav .TM-Operating .icon {
            background-position: 0 -62px;
            width: 176px;
        }

        #TopNav .TM-Sustainability .icon {
            background-position: 0 -124px;
            width: 119px;
        }

        #TopNav .TM-Investors .icon {
            background-position: 0 -186px;
            width: 88px;
        }

        #TopNav .TM-International .icon {
            background-position: 0 -248px;
            width: 124px;
        }




    .SearchSetup {
        display: none;
    }
    /*--- WELCOME AND SLIDE SHOW ---*/
    .WelcomeSShow {
        height: 264px;
    }

    .Welcome {
        font-size: 10pt;
        width: 22%;
        height: 250px;
        line-height: 1.2em;
        padding: 14px 2% 0 2%;
    }

    .Welcome-Head {
        font-size: 18pt;
        line-height: 1em;
        margin: 0;
        padding: 0 0 20px 0;
    }

        .Welcome-Head span {
            font-size: 14pt;
            margin: 0;
            padding: 0;
        }

    .SShow {
        background-color: #428bc1;
        float: left;
        width: 73%;
        margin-left: 1%;
        height: 264px;
    }

    .events {
        list-style: none;
    }



    /*--- NEWS SCROLLER ---*/
    .NewsScroller {
        height: 52px;
        margin: 8px 0 8px 0;
    }

    .NewsArrowHead {
        background: #00b3dc url('/content/images/NewsArrowHead.gif') no-repeat right center;
        color: #FFF;
        font-style: italic;
        font-size: 16pt;
        float: left;
        width: 18%;
        padding-left: 2%;
        height: 52px;
        line-height: 52px;
    }

    .NewsMessage {
        float: left;
        width: 80%;
        text-align: center;
        background: transparent;
    }
    /*--- HOMEPAGE INFO BLOCKS ---*/
    .HPageIBlocksLeft, .HPageIBlocksRight {
        float: left;
        width: 384px !important;
        min-height: 330px;
    }
    /*--- INFO BLOCKS LEFT ---*/
    .HPIBLeft-AddingValue {
        background-color: #cad2e1;
        min-height: 160px;
        width: 384px;
        margin-bottom: 6px;
    }

    .HPIBLeft-Communities {
        float: left;
        min-height: 160px;
        width: 189px;
    }

        .HPIBLeft-Communities img {
            width: 100%;
        }

    .HPIBLeft-Careers {
        /*background-color: #cccccc;*/
        float: left;
        min-height: 160px;
        width: 189px;
        margin-left: 6px;
    }
    /*--- INFO BLOCKS RIGHT ---*/
    .HPIBRight-ManProd {
        float: left;
        width: 186px;
        margin-left: 6px;
    }

    .HPIBRight-FinIndicators {
        float: left;
        width: 186px;
        margin-left: 6px;
    }

    .HPIBRight-Man {
        min-height: 160px;
        background-color: #bfd52e;
        margin-bottom: 6px;
        width: 176px;
    }

    .HPIBRight-Prod {
        min-height: 160px;
        background-color: #00aed5;
        width: 176px;
    }

    .HPIBRight-FinIndicators {
        background: #d0d0d0;
        min-height: 326px;
    }

        .HPIBRight-FinIndicators h3 {
            font-weight: normal;
            background: rgba(0, 58, 99,0.95);
            color: #fff;
            font-size: 14pt;
            padding: 15px;
        }

    .HPIBRight-SharePrice {
        color: #009dbe;
        font-size: 18pt;
        font-weight: bold;
        margin: 0 5px;
        padding: 5px;
    }

        .HPIBRight-SharePrice span {
            color: #4e4e4e;
            font-size: 11pt;
            font-weight: normal;
        }

    .FInTable {
        margin: 7px;
    }

    .FI-Datagrid table td {
        padding: 3px 5px !important;
    }

    .FI-Datagrid table td {
        color: #4e4e4e;
        border-left: 1px solid #bfbfbf;
        font-size: 8pt;
        font-weight: normal;
    }

    /*-----------------------------------------------------------------------------------*/
    /*	SUB PAGE 
/*-----------------------------------------------------------------------------------*/
    .SubPage-Content {
        margin: 2% 0;
    }

    #LeftMenu a {
        line-height: 1.2em;
        font-size: 11pt;
    }

    .SubPage-RightContent {
        width: 520px !important;
    }

    /*---FAQ---*/
    .ExpandCopy {
        float: left;
        width: 96.5%;
        color: #003a63;
        font-size: 11pt;
    }

    /*-----------------------------------------------------------------------------------*/
    /*	FOOTER
/*-----------------------------------------------------------------------------------*/
    .footerSetup {
        width: 768px;
        margin: 0 auto;
    }

    .footTerms {
        color: #003a63;
        float: left;
        padding-top: 15px;
        padding-left: 5px;
        width: 400px;
        font-size: 11pt;
    }

    .footSocialLinks {
        width: 74px;
        float: right;
        padding-top: 15px;
        padding-right: 5px;
    }
}



.GreenIBlocks-Full, .GreenIBlocks-Half {
    background-color: #ebf2c8;
    border-bottom: 2px #c1d82f solid;
    color: #586504;
    float: none;
    font-size: 10.5pt;
    margin-bottom: 10px;
    border-radius: 6px;
    -mox-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.GreenIBlocks-Full {
    padding: 2%;
    width: 100%;
}

.GreenIBlocks-Half {
    float: left;
    padding: 2%;
    width: 44%;
}

.BlueSPageInfoBlocks {
    background-color: #e1e5ee;
    border-bottom: 2px #003a63 solid;
    color: #50545e;
    float: none;
    font-size: 11pt;
    padding: 2%;
    width: 96%;
    margin-bottom: 10px;
    min-height: 60px;
    border-radius: 6px;
    -mox-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.LBlueSPageInfoBlocks {
    background-color: #e1e5ee;
    border-bottom: 2px #003a63 solid;
    color: #50545e;
    float: left;
    font-size: 11pt;
    padding: 2%;
    width: 44%;
    margin-bottom: 10px;
    min-height: 60px;
    border-radius: 6px;
    -mox-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.LBlueSIBLSpacer {
    margin-right: 2%;
}

.LBlueSIBRSpacer {
    margin-left: 2%;
}


.BoDPhotos {
    float: left;
    width: 22%;
}

.BoDDetail {
    float: left;
    width: 76%;
    margin-left: 2%;
}

    .BoDDetail h2 {
        font-style: italic;
        color: #003a63 !important;
        font-size: 11pt;
        font-weight: bold;
    }

.BoDh2NewsMedia {
    font-style: normal !important;
}

.BoDDetail h3 {
    font-style: italic;
    color: #003a63 !important;
    font-size: 10pt;
    font-weight: normal;
    line-height: 1.3em;
    border: 0;
    margin-bottom: 0;
}

.BoDDetail h4 {
    font-style: italic;
    color: #003a63 !important;
    font-size: 10.5pt;
    font-weight: normal;
    line-height: 1.3em;
    border: 0;
    margin-bottom: 0;
}

.BoDDetail label {
    float: left;
    width: 80px;
}

.BodClear {
    clear: both;
    height: 10px;
    border-bottom: 1px #d6d6d6 solid;
    margin-bottom: 20px;
}

.Generics-Img {
    float: left;
    width: 40%;
}

.Generics-Info {
    float: left;
    width: 60%;
}

/*---Flat Table Gtrid---*/
.FlatTableGrid table {
    border-collapse: collapse;
    width: 100%;
    font-family: Calibri, Arial;
    font-size: 10.5pt;
    border: 0;
}

.FlatTableGrid {
    background: #f9f9f9;
    overflow: hidden;
    border: 1px solid #c8c8c8;
}

    .FlatTableGrid table td {
        padding: 8px 10px;
        vertical-align: top;
        border-bottom: 1px #dcdcdc solid;
        border-left: 1px #dcdcdc solid;
    }

        .FlatTableGrid table td:first-child {
            border-left: none;
        }

    .FlatTableGrid table tr:last-child td {
        border-bottom: none;
    }

    .FlatTableGrid table th {
        padding: 8px 10px;
    }

    .FlatTableGrid table thead th {
        background: #003a63 url('/Content/Images/FlatTableGridHeadBgTiler.gif') repeat-x center bottom;
        color: #FFF;
        text-align: left;
        font-size: 12pt;
        font-weight: normal;
        border-bottom: 1px solid #dfdfdf;
        border-left: 1px solid #b7b7b7;
    }

    .FlatTableGrid table tr:nth-child(odd) {
        background-color: #f1f1f1;
    }
/*---General Table Layout*/





.KOA-Wrap {
    padding: 0;
    margin: 0;
}

.KOA-Img {
    float: left;
    width: 28%;
    min-height: 100px;
}

.KOA-Info {
    float: left;
    width: 67%;
    padding: 10px 2.5% 0 2.5%;
    /*background-color:#e1e5ee;*/
    background-color: #ececed;
    min-height: 161px;
}

.KOA-Img-Enviroment {
    float: left;
    width: 26%;
    min-height: 100px;
}

.KOA-Info-Enviroment {
    /*color:#3d3683;*/
    float: left;
    width: 69%;
    padding: 10px 2.5% 10px 2.5%;
    background-color: #ececed;
    border-bottom: 2px #bfbfc0 solid;
    font-size: 10.5pt;
    border-radius: 6px;
    -mox-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-top: 7px;
    /*min-height:161px;*/
}

.KOA-Clear-Inner {
    clear: both;
}

.KOA-Clear {
    clear: both;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px #cdcdcd solid;
}

.KOA-Pain3Type {
    background: #FFF;
    margin-top: 10px;
}

    .KOA-Pain3Type .clear {
        clear: both;
        height: 10px;
        background: #ececed;
    }

    .KOA-Pain3Type ul {
        margin: 0;
        padding: 0;
    }

    .KOA-Pain3Type li {
        float: left;
        width: 32.5%;
        margin-right: 1.25%;
        list-style: none;
    }

        .KOA-Pain3Type li:last-child {
            margin-right: 0;
        }

    .KOA-Pain3Type .Head {
        color: #FFF;
        font-weight: bold;
        font-size: 11pt;
        height: 30px;
        padding-top: 10px;
        text-align: center;
        margin-bottom: 5px;
    }

    .KOA-Pain3Type .Blue {
        background: rgb(58, 124, 203);
        background: -moz-linear-gradient(90deg, rgb(58, 124, 203) 30%, rgb(45, 94, 155) 70%);
        background: -webkit-linear-gradient(90deg, rgb(58, 124, 203) 30%, rgb(45, 94, 155) 70%);
        background: -o-linear-gradient(90deg, rgb(58, 124, 203) 30%, rgb(45, 94, 155) 70%);
        background: -ms-linear-gradient(90deg, rgb(58, 124, 203) 30%, rgb(45, 94, 155) 70%);
        background: linear-gradient(180deg, rgb(58, 124, 203) 30%, rgb(45, 94, 155) 70%);
    }

    .KOA-Pain3Type .Purple {
        background: rgb(123, 87, 167);
        background: -moz-linear-gradient(90deg, rgb(123, 87, 167) 30%, rgb(95, 67, 129) 70%);
        background: -webkit-linear-gradient(90deg, rgb(123, 87, 167) 30%, rgb(95, 67, 129) 70%);
        background: -o-linear-gradient(90deg, rgb(123, 87, 167) 30%, rgb(95, 67, 129) 70%);
        background: -ms-linear-gradient(90deg, rgb(123, 87, 167) 30%, rgb(95, 67, 129) 70%);
        background: linear-gradient(180deg, rgb(123, 87, 167) 30%, rgb(95, 67, 129) 70%);
    }

    .KOA-Pain3Type .Red {
        background: rgb(206, 59, 55);
        background: -moz-linear-gradient(90deg, rgb(206, 59, 55) 30%, rgb(160, 46, 43) 70%);
        background: -webkit-linear-gradient(90deg, rgb(206, 59, 55) 30%, rgb(160, 46, 43) 70%);
        background: -o-linear-gradient(90deg, rgb(206, 59, 55) 30%, rgb(160, 46, 43) 70%);
        background: -ms-linear-gradient(90deg, rgb(206, 59, 55) 30%, rgb(160, 46, 43) 70%);
        background: linear-gradient(180deg, rgb(206, 59, 55) 30%, rgb(160, 46, 43) 70%);
    }

    .KOA-Pain3Type img {
        width: 100%;
    }

    .KOA-Pain3Type .Names {
        background: #e6e3d2;
        color: #00b3dc;
        min-height: 140px;
        padding: 5px 0 5px 5px;
    }

        .KOA-Pain3Type .Names ul {
            margin: 10px 0 0 25px;
        }

        .KOA-Pain3Type .Names li {
            float: none;
            list-style: disc;
            width: 100%;
        }




.ImgHeadersLBlue {
    color: #01b0dd;
    font-size: 17pt;
    font-weight: bold;
    padding-bottom: 15px;
}

.GovSt {
    color: #FFF;
    text-align: center;
}

.GovSt-Clear {
    clear: both;
}

.GovSt-DBlue {
    background: #003a62 url('/Content/images/GovStArrowUp.gif') no-repeat center bottom;
    padding: 12px;
    font-weight: bold;
    font-size: 14pt;
    margin-bottom: 6px;
}

.GovSt-LBlue {
    background: #4ec7e6;
    padding: 10px;
    font-weight: normal;
    font-size: 11.5pt;
    margin-bottom: 3px;
}

.GovSt-Orange {
    background: #f5b408 url('/Content/images/GovStArrowDown.gif') no-repeat top center;
    padding: 10px;
    font-weight: bold;
    font-size: 12.5pt;
    margin-bottom: 3px;
}

.GovSt-MBlue {
    background: #00afda url('/Content/images/GovStArrowDown.gif') no-repeat top center;
    padding: 10px;
    font-weight: bold;
    font-size: 12.5pt;
    margin-bottom: 10px;
}

.GL-PDFandWeb {
    margin: 0;
}

    .GL-PDFandWeb li {
        list-style: none;
    }

    .GL-PDFandWeb .GL-PDF a {
        background: transparent url(/Content/Images/Icon-Pdf-Blue.png) no-repeat 2px center;
        border-bottom: 1px #d7d7d7 dotted;
        display: block;
        height: 25px;
        line-height: 25px;
        padding-left: 25px;
    }

        .GL-PDFandWeb .GL-PDF a:hover {
            background: transparent url(/Content/Images/Icon-Pdf-Green.png) no-repeat 2px center;
        }

    .GL-PDFandWeb .GL-Web a {
        background: transparent url(/Content/Images/Icon-Web-Blue.png) no-repeat left center;
        border-bottom: 1px #d7d7d7 dotted;
        display: block;
        height: 25px;
        line-height: 25px;
        padding-left: 25px;
    }

        .GL-PDFandWeb .GL-Web a:hover {
            background: transparent url(/Content/Images/Icon-Web-Green.png) no-repeat left center;
        }

.FromRow {
    /*height:40px;*/
    /*clear:both;*/
    padding: 3px 0 0 0;
    margin-bottom: 5px;
    border-bottom: 1px dotted #ccc;
}

#loginForm {
    float: left;
    width: 50%;
    /*margin:2%;*/
}

    #loginForm h3 {
        color: #003a63;
        font-size: 18pt;
        font-weight: bold;
        border-bottom: 1px #cdcdcd solid;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    #loginForm h4 {
        color: #003a63;
        font-size: 13.5pt;
        font-weight: normal;
        margin-bottom: 8px;
    }

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm label {
        float: left;
        width: 25%;
    }

    #loginForm input {
        width: 55%;
        border: 1px solid #cdcdcd;
        padding: 5px;
    }

        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button {
            width: auto;
            border: 0;
        }

.btn,
.btn-primary {
    background: #87b03c;
    color: #FFF;
    padding: 10px 17px !important;
    border: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.RefLine {
    font-size: 8pt;
    padding-top: 10px;
    display: block;
}

.RC-Generics {
    min-height: 320px;
    background: #FFF;
    float: right;
    width: 30%;
    text-align: left;
}


.Form-Gen label {
    float: left;
    width: 100px;
    text-align: left;
    margin: 0;
    padding: 0;
}

.Form-Gen .labelFG {
    padding-top: 5px;
}

.Form-Gen input {
    float: left;
    border: 1px solid #cdcdcd;
    padding: 5px;
}

    .Form-Gen input[type="email"],
    .Form-Gen input[type="text"],
    .Form-Gen textarea {
        border: 1px #CCC solid;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        width: 50%;
    }

    .Form-Gen input[type="submit"] {
        background: #87b03c;
        color: #FFF;
        cursor: pointer;
        padding: 10px 17px;
        border: 0;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        width: 120px;
    }

        .Form-Gen input[type="submit"] :hover {
            background: #6d9a2a;
        }

.Form-Gen .clear {
    clear: both;
    margin: 0;
    padding: 0;
}

.Form-Gen .FormRow {
    padding: 3px 0;
    margin-bottom: 5px;
    border-bottom: 1px dotted #ccc;
}

.field-validation-error {
    color: #bb0707;
    display: block;
    padding: 3px 10px 0 0;
}

.FormRow {
    margin-bottom: 10px;
}

    .FormRow::after {
        clear: both;
        content: "";
        display: block;
    }

    .FormRow label {
        width: 20%;
        float: left;
        display: block;
        /*background:#CCC;*/
        padding: 5px;
    }

    .FormRow input {
        /*width:70%;*/
        float: left;
    }

        .FormRow input[type=text] {
            padding: 5px;
            border: 1px #CCC solid;
        }

        .FormRow input[type=button] {
            padding: 5px;
            border: 1px #CCC solid;
        }

    .FormRow .ButtMargLeft {
        margin-left: 21%;
    }

.IE7GreenLink,
.IE7DBlueLink,
.IE7LBlueLink {
    display: none;
}

.ProdFBook {
    display: block;
    height: 32px;
}

    .ProdFBook:hover {
        color: #3a5897;
    }

    .ProdFBook span {
        padding-top: 5px;
        float: left;
    }

        .ProdFBook span:hover {
            color: #3a5897;
        }

    .ProdFBook img {
        float: left;
        padding: 0 10px 0 0;
        border-right: 1px #CCC solid;
        margin-right: 10px;
    }

/*-- more on products---*/
.SBlock {
    border: 1px #808080 solid;
    display: inline-block;
    padding: 1px 2px 1px 1px;
    margin-right: 2px;
}


/*--- RESPONSIVENESS ---*/
/* 480 width
----------------------------------------------------------*/
@media only screen and (min-width:480px) and (max-width:767px) {

    /*-----------------------------------------------------------------------------------*/
    /*	STRUCTURE
/*-----------------------------------------------------------------------------------*/
    header, .header {
        height: 440px;
        width: 480px;
        margin: 0 auto;
    }


    .content {
        padding: 7px 0 100px 0;
        width: 480px;
        margin: 0 auto;
    }


    .Logo {
        float: right;
        margin-top: 10px;
    }
    /*--- TOPNAV ---*/

    .TopNavSetup {
        background: #003a63;
        height: 314px;
    }

    .TopNavLeft {
        float: none;
        width: 100%;
    }

    #TopNav {
        height: 264px;
    }

        #TopNav ul {
            height: 264px;
            list-style: none;
            margin: 0;
            padding: 0;
            width: 100%;
        }

        #TopNav li {
            float: none;
            display: block;
            height: 52px;
            margin: 0;
            padding: 0;
            border-bottom: 1px #809db1 solid;
            border-right: 0;
        }

        #TopNav ul li:last-child {
            float: left;
            border: none;
            width: 100%;
        }

        #TopNav ul li a {
            color: #FFF;
            display: block;
            height: 52px;
            font-size: 14.5pt;
            font-weight: bold;
            line-height: 52px;
            padding-left: 15px;
            text-align: left;
        }

            #TopNav ul li a:hover {
                background: rgba(0,179,220,0.4);
            }

        #TopNav a span {
            display: block;
            padding-left: 40px;
        }

        #TopNav .icon {
            float: left;
            background: transparent url('/content/images/TopMenuIcons.png') no-repeat 0 0;
            display: block;
            height: 52px;
        }

        #TopNav .TM-About .icon {
            background-position: left -4px;
        }

        #TopNav .TM-Operating .icon {
            background-position: left -66px;
        }

        #TopNav .TM-Sustainability .icon {
            background-position: left -128px;
        }

        #TopNav .TM-Investors .icon {
            background-position: left -190px;
        }

        #TopNav .TM-International .icon {
            background-position: left -251px;
        }



    .SearchSetup {
        display: none;
    }
    /*--- WELCOME AND SLIDE SHOW ---*/
    .WelcomeSShow {
        height: 410px;
    }

    .Welcome {
        background-color: #00b3dc;
        color: #FFF;
        font-size: 10.5pt;
        float: none;
        width: 100%;
        height: 200px;
        line-height: 1.2em;
        padding: 14px 20px 0 20px;
    }

    .Welcome-Head {
        font-size: 18pt;
        line-height: 1em;
        margin: 0;
        padding: 0 0 20px 0;
    }

        .Welcome-Head span {
            font-size: 14pt;
            margin: 0;
            padding: 0;
        }

    .SShow {
        background-color: #428bc1;
        float: left;
        width: 100%;
        margin-left: 0;
        height: 226px;
    }

    .events {
        list-style: none;
    }


    /*--- NEWS SCROLLER ---*/
    .NewsScroller {
        height: 52px;
        margin: 0;
    }

    .NewsArrowHead {
        display: none;
    }

    .NewsMessage {
        float: left;
        width: 100%;
        text-align: center;
        background: transparent;
        height: 52px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    /*--- HOMEPAGE INFO BLOCKS ---*/
    .HPageIBlocksLeft, .HPageIBlocksRight {
        float: left;
        width: 480px;
        min-height: 366px;
        margin-bottom: 3px;
    }
    /*--- INFO BLOCKS LEFT ---*/
    .HPIBLeft-AddingValue {
        background-color: #cfd3d2;
        min-height: 180px;
        margin-bottom: 6px;
        width: 480px !important;
    }

    .HPIBLeft-Communities {
        float: left;
        min-height: 180px;
        width: 237px;
    }

        .HPIBLeft-Communities img {
            width: 100%;
        }

    .HPIBLeft-Careers {
        /*background-color: #cccccc;*/
        float: left;
        min-height: 180px;
        width: 237px;
        margin-left: 6px;
    }
    /*--- INFO BLOCKS RIGHT ---*/
    .HPIBRight-ManProd {
        float: left;
        width: 237px;
        margin-left: 0;
    }

    .HPIBRight-FinIndicators {
        float: left;
        width: 237px;
        margin-left: 6px;
    }

    .HPIBRight-Man {
        min-height: 190px;
        background-color: #bfd52e;
        margin-bottom: 6px;
    }

    .HPIBRight-Prod {
        min-height: 190px;
        background-color: #00aed5;
    }

    .HPIBRight-FinIndicators {
        background: #d0d0d0;
        min-height: 330px;
    }

        .HPIBRight-FinIndicators h3 {
            font-weight: normal;
            background: rgba(0, 58, 99,0.95);
            color: #fff;
            font-size: 14pt;
            padding: 15px;
        }

    .HPIBRight-SharePrice {
        color: #009dbe;
        font-size: 22pt;
        font-weight: bold;
        margin: 10px;
        padding: 12px;
    }

        .HPIBRight-SharePrice span {
            color: #4e4e4e;
            font-size: 11pt;
            font-weight: normal;
        }

    .FInTable {
        margin: 18px 17px 20px 17px;
    }

    /*-----------------------------------------------------------------------------------*/
    /*	SUB PAGE 
/*-----------------------------------------------------------------------------------*/
    .SubPage-Head {
        background: #00b3dc;
        height: 80px;
        padding: 20px 25px 35px 25px;
    }

    .SPH-Aboutus {
        background: #00b3dc url(/Content/Images/SPHead-AboutusB-480.jpg) no-repeat right top;
    }

    .SPH-KOA {
        background: #00b3dc url(/Content/Images/SPHead-KOA-480.jpg) no-repeat right top;
    }

    .SPH-KOA-Man {
        background: #00b3dc url(/Content/Images/SPHead-KOA-Man-480.jpg) no-repeat right top;
    }

    .SPH-KOA-Log {
        background: #00b3dc url(/Content/Images/SPHead-KOA-Log-480.jpg) no-repeat right top;
    }

    .SPH-KOA-Research {
        background: #00b3dc url(/Content/Images/SPHead-KOA-Research-480.jpg) no-repeat right top;
    }

    .SPH-Investors {
        background: #00b3dc url(/Content/Images/SPHead-Investors.jpg) no-repeat right top;
    }

    .SPH-Careers {
        background: #00b3dc url(/Content/Images/SPHead-Careers-480.jpg) no-repeat right top;
    }

    .SPH-International {
        background: #00b3dc url(/Content/Images/SPHead-India-480.jpg) no-repeat right top;
    }

    .SPH-Africa {
        background: #00b3dc url(/Content/Images/SPHead-Careers.jpg) no-repeat right top;
    }

    .SPH-Con-HeadOffice {
        background: #00b3dc url(/Content/Images/SPHead-KOA-ConHeadOffice-480.jpg) no-repeat right top;
    }

    .SPH-Sustain {
        background: #00b3dc url(/Content/Images/SPHead-SustainP-480.jpg) no-repeat right top;
    }

    .SPH-India {
        background: #00b3dc url(/Content/Images/SPHead-India-480.jpg) no-repeat right top;
    }

    .SPH-CSI {
        background: #00b3dc url(/Content/Images/SPHead-CSI-480.jpg) no-repeat right top;
    }

    .SPH-NewsMedia {
        background: #00b3dc url(/Content/Images/SPHead-NewsMedia-480.jpg) no-repeat right top;
    }

    .SPH-Contact {
        background: #00b3dc url(/Content/Images/SPHead-Contact-480.jpg) no-repeat right top;
    }

    .SPH-Contact-MAAE {
        background: #00b3dc url(/Content/Images/SPHead-Contact-MAAE-480.jpg) no-repeat right top;
    }

    h1 {
        color: #FFF;
        font-size: 26pt;
        font-weight: normal;
        padding-bottom: 18px;
        line-height: .8em;
        margin: 0;
    }


    h2 {
        color: #383a3f;
        font-weight: normal;
        font-size: 13pt;
        font-style: italic;
        line-height: 1.2em;
        margin: 0;
        padding: 0;
    }

    .SubPage-Content {
        margin: 2% 0;
        min-height: 150px;
    }

    .SubPage-LeftMenu {
        float: none;
        width: 100%;
        min-height: 50px;
        background: #FFF /*url('/content/images/LeftMenuRightBorder.gif') repeat-y right top*/;
    }

    #LeftMenu {
        margin-bottom: 10px;
        border-bottom: 4px #c1d82f solid;
    }

        #LeftMenu ul, #LeftMenu li {
            margin: 0;
            padding: 0;
        }

        #LeftMenu ul {
            list-style: none;
        }

        #LeftMenu a {
            background: transparent url('/content/images/LeftMenuPillBullet.png') no-repeat 8px center;
            border-bottom: 1px #ccd8e0 solid;
            color: #003a63;
            display: block;
            line-height: 1.2em;
            margin: 0;
            padding: 8px 0 8px 32px;
        }

            #LeftMenu a:hover {
                background-color: #e1ebb4;
            }

    .SubPage-RightContent {
        float: left;
        width: 100% !important;
        min-height: 150px;
        margin: 2% 0;
    }

        .SubPage-RightContent h3 {
            color: #003a63;
            font-size: 16pt;
            font-weight: bold;
            border-bottom: 1px #cdcdcd solid;
            padding-bottom: 15px;
            margin-bottom: 15px;
        }

        .SubPage-RightContent h4 {
            color: #003a63;
            font-size: 13pt;
            font-weight: normal;
            border-bottom: 1px #cdcdcd dotted;
            padding-bottom: 10px;
            margin-bottom: 10px;
        }

    .RightContent-A {
        float: left;
        color: #616161;
        line-height: 1.4em;
        font-size: 10.5pt;
        width: 67%;
        padding-right: 2%;
        border-right: 1px #cdcdcd solid;
    }

    .RightContent-B {
        float: right;
        width: 28%;
        padding-left: 2%;
        min-height: 200px;
    }

    /*---FAQ---*/
    .ExpandCopy {
        float: left;
        width: 96%;
        color: #003a63;
        font-size: 11pt;
    }


    /*-----------------------------------------------------------------------------------*/
    /*	FOOTER
/*-----------------------------------------------------------------------------------*/
    .footerSetup {
        width: 480px;
        margin: 0 auto;
    }

    .footTerms {
        color: #003a63;
        float: none;
        padding-top: 15px;
        padding-left: 5px;
        width: 470px;
        font-size: 10pt;
        line-height: 1.1em;
    }

    .footSocialLinks {
        width: 470px;
        float: none;
        padding-top: 15px;
        padding-left: 5px;
    }
}

/* less then 480 width
----------------------------------------------------------*/
@media only screen and (max-width:480px) {
    /*-----------------------------------------------------------------------------------*/
    /*	STRUCTURE
/*-----------------------------------------------------------------------------------*/
    header, .header {
        height: 432px;
        width: 98%;
    }

    .content {
        padding: 7px 0 100px 0;
        width: 98% !important;
    }

    .Logo {
        float: right;
        margin-top: 10px;
        width: 70%;
    }

        .Logo img {
            height: 100%;
            float: right;
            margin-right: 20px;
        }

    #TopSALogo {
        width: 30%;
    }
    /*--- TOPNAV ---*/
    .LogoTopSubNav {
        padding-bottom: 20px;
        height: 180px;
    }

    .TopNavSetup {
        background: #003a63;
        height: 215px;
    }

    #TopSubNav {
        padding-bottom: 10px;
    }

    .TopNavLeft {
        float: none;
        width: 100%;
    }

    #TopNav {
        height: 215px;
    }

        #TopNav ul {
            height: 213px;
            list-style: none;
            margin: 0;
            padding: 0;
            display: table;
            width: 100% !important;
        }

        #TopNav li {
            float: none;
            display: block;
            height: 42px;
            margin: 0;
            padding: 0;
            border-bottom: 1px #809db1 solid;
            border-right: 0;
        }

        #TopNav ul li:last-child {
            float: left;
            border: none;
            width: 100%;
        }

        #TopNav ul li a {
            color: #FFF;
            display: block;
            height: 42px;
            font-size: 13.5pt;
            font-weight: bold;
            line-height: 42px;
            padding-left: 15px;
            text-align: left;
        }

        #TopNav a span {
            display: block;
            padding-left: 35px;
        }

        #TopNav .icon {
            float: left;
            background: transparent url('/content/images/TopMenuIcons.png') no-repeat 0 0;
            display: block;
            height: 42px;
        }

        #TopNav .TM-About .icon {
            background-position: -5px -8px;
        }

        #TopNav .TM-Products .icon {
            background-position: -5px -72px;
        }

        #TopNav .TM-Operating .icon {
            background-position: -5px -71px;
        }

        #TopNav .TM-Sustainability .icon {
            background-position: -5px -134px;
        }

        #TopNav .TM-Investors .icon {
            background-position: -5px -195px;
        }

        #TopNav .TM-International .icon {
            background-position: -5px -255px;
        }



    .SearchSetup {
        display: none;
    }
    /*--- WELCOME AND SLIDE SHOW ---*/
    .WelcomeSShow {
        height: 426px;
    }

    .Welcome {
        background-color: #00b3dc;
        color: #FFF;
        font-size: 10pt;
        float: none;
        width: 100%;
        height: 240px;
        line-height: 1.2em;
        padding: 14px 4% 14px 4%;
    }

    .Welcome-Head {
        font-size: 18pt;
        line-height: 1em;
        margin: 0;
        padding: 0 0 20px 0;
    }

        .Welcome-Head span {
            font-size: 14pt;
            margin: 0;
            padding: 0;
        }

    .SShow {
        background-color: #428bc1;
        float: left;
        width: 100%;
        margin-left: 0;
        height: 226px;
    }

    .callbacks_container {
        margin-bottom: 40px;
    }

    .callbacks .caption {
        font-size: 12pt;
        background: rgb(0, 179, 220);
    }

    .events {
        list-style: none;
    }


    /*--- NEWS SCROLLER ---*/
    .NewsScroller {
        height: 85px;
        margin: 8px 0 8px 0;
    }

    .NewsArrowHead {
        display: none;
    }

    .NewsMessage {
        float: left;
        width: 100%;
        text-align: center;
        background: transparent;
        height: 85px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    /*--- HOMEPAGE INFO BLOCKS ---*/
    .HPageIBlocksLeft, .HPageIBlocksRight {
        float: left;
        width: 100%;
        min-height: 330px;
        margin-bottom: 6px;
    }
    /*--- INFO BLOCKS LEFT ---*/
    .HPIBLeft-AddingValue {
        background-color: #cfd3d2;
        min-height: 200px;
        margin: 0 0 6px 0;
        width: 100% !important;
    }

        .HPIBLeft-AddingValue img {
            width: 100%;
        }

    .HPIBLeft-Communities {
        float: left;
        min-height: 200px;
        width: 100%;
        margin-bottom: 6px;
        /*background-color: #cccccc;*/
    }

        .HPIBLeft-Communities img {
            width: 100%;
        }

    .HPIBLeft-Careers {
        /*background-color: #cccccc;*/
        float: left;
        min-height: 200px;
        margin-left: 0;
        width: 100%;
    }
    /*--- INFO BLOCKS RIGHT ---*/
    .HPIBRight-ManProd {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 6px;
    }

    .HPIBRight-FinIndicators {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 6px;
    }

    .HPIBRight-Man {
        min-height: 200px;
        background-color: #bfd52e;
        margin-bottom: 6px;
    }

    .HPIBRight-Prod {
        min-height: 200px;
        background-color: #00aed5;
    }

    .HPIBRight-FinIndicators {
        background: #d0d0d0;
        min-height: 400px;
    }

        .HPIBRight-FinIndicators h3 {
            font-weight: normal;
            background: rgba(0, 58, 99,0.95);
            color: #fff;
            font-size: 14pt;
            padding: 15px;
        }

    .HPIBRight-SharePrice {
        color: #009dbe;
        font-size: 22pt;
        font-weight: bold;
        margin: 10px;
        padding: 12px;
    }

        .HPIBRight-SharePrice span {
            color: #4e4e4e;
            font-size: 11pt;
            font-weight: normal;
        }

    .hpinfo-currentnews, .hpinfo-contactmedical {
        width: 98%;
    }

    .hpinfo-contactmedical {
        margin-left: 0;
    }

    .FInTable {
        margin: 20px;
    }

    .SubPage-RightContent {
        width: 96% !important;
    }


    /*-----------------------------------------------------------------------------------*/
    /*	SUB PAGE 
/*-----------------------------------------------------------------------------------*/
    .SubPage-Head {
        background: #00b3dc;
        height: 80px;
        padding: 20px 25px 35px 25px;
    }

    .SPH-Aboutus {
        background: #00b3dc url(/Content/Images/SPHead-AboutusB-480.jpg) no-repeat right top;
    }

    .SPH-KOA {
        background: #00b3dc url(/Content/Images/SPHead-KOA-480.jpg) no-repeat right top;
    }

    .SPH-KOA-Man {
        background: #00b3dc url(/Content/Images/SPHead-KOA-Man-480.jpg) no-repeat right top;
    }

    .SPH-KOA-Log {
        background: #00b3dc url(/Content/Images/SPHead-KOA-Log-480.jpg) no-repeat right top;
    }

    .SPH-KOA-Research {
        background: #00b3dc url(/Content/Images/SPHead-KOA-Research-480.jpg) no-repeat right top;
    }

    .SPH-Investors {
        background: #00b3dc url(/Content/Images/SPHead-Investors.jpg) no-repeat right top;
    }

    .SPH-Careers {
        background: #00b3dc url(/Content/Images/SPHead-Careers-480.jpg) no-repeat right top;
    }

    .SPH-International {
        background: #00b3dc url(/Content/Images/SPHead-India-480.jpg) no-repeat right top;
    }

    .SPH-Africa {
        background: #00b3dc url(/Content/Images/SPHead-Careers.jpg) no-repeat right top;
    }

    .SPH-Con-HeadOffice {
        background: #00b3dc url(/Content/Images/SPHead-KOA-ConHeadOffice-480.jpg) no-repeat right top;
    }

    .SPH-Sustain {
        background: #00b3dc url(/Content/Images/SPHead-SustainP-480.jpg) no-repeat right top;
    }

    .SPH-India {
        background: #00b3dc url(/Content/Images/SPHead-India-480.jpg) no-repeat right top;
    }

    .SPH-CSI {
        background: #00b3dc url(/Content/Images/SPHead-CSI-480.jpg) no-repeat right top;
    }

    .SPH-NewsMedia {
        background: #00b3dc url(/Content/Images/SPHead-NewsMedia-480.jpg) no-repeat right top;
    }

    .SPH-Contact {
        background: #00b3dc url(/Content/Images/SPHead-Contact-480.jpg) no-repeat right top;
    }

    .SPH-Contact-MAAE {
        background: #00b3dc url(/Content/Images/SPHead-Contact-MAAE-480.jpg) no-repeat right top;
    }


    h1 {
        color: #FFF;
        font-size: 20pt;
        font-weight: normal;
        padding-bottom: 18px;
        line-height: .8em;
        margin: 0;
    }


    h2 {
        color: #383a3f;
        font-weight: normal;
        font-size: 13pt;
        font-style: italic;
        line-height: 1.2em;
        margin: 0;
        padding: 0;
    }

    .SubPage-Content {
        margin: 2% 0;
        min-height: 150px;
    }

    .SubPage-LeftMenu {
        float: none;
        width: 100%;
        min-height: 50px;
        background: #FFF /*url('/content/images/LeftMenuRightBorder.gif') repeat-y right top*/;
    }

    #LeftMenu {
        margin-bottom: 10px;
        border-bottom: 4px #c1d82f solid;
    }

        #LeftMenu ul, #LeftMenu li {
            margin: 0;
            padding: 0;
        }

        #LeftMenu ul {
            list-style: none;
        }

        #LeftMenu a {
            /*background: transparent url('/content/images/LeftMenuPillBullet.png') no-repeat 8px center;*/
            border-bottom: 1px #ccd8e0 solid;
            color: #003a63;
            display: block;
            line-height: 1.2em;
            margin: 0;
            padding: 8px 0 8px 32px;
        }

            #LeftMenu a:hover {
                background-color: #e1ebb4;
            }

    .SubPage-RightContent {
        float: left;
        width: 96%;
        min-height: 150px;
        margin: 2%;
    }

        .SubPage-RightContent h3 {
            color: #003a63;
            font-size: 16pt;
            font-weight: bold;
            border-bottom: 1px #cdcdcd solid;
            padding-bottom: 15px;
            margin-bottom: 15px;
            text-align: left !important;
        }

        .SubPage-RightContent h4 {
            color: #003a63;
            font-size: 13pt;
            font-weight: normal;
            border-bottom: 1px #cdcdcd dotted;
            padding-bottom: 10px;
            margin-bottom: 10px;
        }

    .RightContent-A {
        float: none;
        color: #616161;
        line-height: 1.4em;
        font-size: 10.5pt;
        width: 100%;
        padding-right: 2%;
        border-right: 1px #cdcdcd solid;
    }

    .RightContent-B {
        float: none;
        width: 100%;
        padding-left: 2%;
        min-height: 200px;
    }

    .BoDPhotos {
        width: 100%;
    }

    /*---FAQ---*/
    .ExpandCopy {
        float: left;
        width: 93%;
        color: #003a63;
        font-size: 11pt;
    }

    .nbs-flexisel-inner {
        height: 80px;
    }

    .SubPage-RC-Products {
        float: none;
        width: 100%;
        width: 350px !important;
    }

    .Prod-Content {
        float: left;
        min-height: 200px;
        width: 100%;
        text-align: left;
    }

    .PC-Inner {
        padding: 0;
        width: 100%;
        max-width: 480px;
    }

    .Prod-InfoRight {
        float: none;
        width: 100%;
    }

    .Prod-ImgRight::after {
        clear: both;
    }

    .Prod-ImgLeft {
        border-bottom: 3px #00b3dc solid;
        border-right: none;
        width: 50%;
        margin-left: 50px;
    }

        .Prod-ImgLeft::after {
            clear: both;
        }

    .PC-Inner > div:nth-child(2n+2):not(:last-child) {
        width: 100% !important;
        float: left !important;
        text-align: center;
    }

    table, .iframe {
        width: 100% !important;
    }

    .KOA-Img, .KOA-Info {
        width: 100%;
    }

    .KOA-Info {
        padding: 10px 5% 0 5%;
    }

    .AllergexSoc .col-sm-5, .AllergexSoc .col-sm-7{
        text-align: left;
        width: 100%;
    }

    .Prod-References{
        margin-top: 30px;
    }

    /*-----------------------------------------------------------------------------------*/
    /*	FOOTER
/*-----------------------------------------------------------------------------------*/
    .footerSetup {
        width: 98% !important;
        margin: 0 auto;
    }

    .footTerms {
        color: #003a63;
        float: none;
        padding-top: 15px;
        padding-left: 5%;
        width: 95%;
        font-size: 10pt;
        line-height: 1.1em;
    }

    .footSocialLinks {
        width: 95%;
        float: none;
        padding-top: 15px;
        padding-left: 5%;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    #loginForm {
        float: none;
        width: 100%;
        margin: 2%;
    }
}
