﻿* {
    margin: 0;
    padding: 0;
    border: 0;
}

* {
    outline: medium none;
}

/*****************************************************
                 RESET DEFAULTS
*****************************************************/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, label, legend, caption, aside,
details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

ol, ul {
    list-style: none;
}

a img {
    border: none;
    outline: none;
}

aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
    color: #000;
}

a {
    text-decoration: none;
}

    a:link, a:visited {
        color: #000;
    }

    a:active, a:hover {
        color:#E67817;
        text-decoration: none;
    }

br {
    padding: 0 !important;
    margin: 0 !important;
}

sub {
    line-height: 1.15em !important;
}

.no-display {
    display: none;
}


/*****************************************************
                 DEFAULTS
*****************************************************/
html {
    width: 100%;
    height: 100%;
}

body {
	position: relative;
	background-color: #E7EBF4;
	font-family: Arial, 'Lucida Sans Unicode', Helvetica, sans-serif;
	color: #222222;
	text-align: left;
	background-color: #FFFFFF;
	clear: both;
}

.main-body {
    font-size: 100%;
    width: 100%;
}



.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.clear-both {
    clear: both;
}

.error {
    font-weight: normal;
    color: #FF0000;
}

.page-error {
    color: #FF0000;
    font-size: 1em;
    font-weight: 700;
}

.error-text {
    font-size: 0.80em;
    font-weight: normal;
    color: #FF0000;
}

.loader {
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
}

.mar-t-25 {
    margin-top: 25px;
}

.mar-b-25 {
    margin-bottom: 25px;
}

.mar-lt-15 {
    margin-left: 15px;
}

h2 {
    font-size: 1.15em;
}


.bClose {
    background: url(images/popbox_buttons.png);
    cursor: pointer;
    height: 30px;
    right: -9px;
    position: absolute;
    top: -15px;
    width: 30px;
    z-index: 1000;
}

.center-loader {
    width: 130px;
    height: 130px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
}

.video-holder {
    border: 3px solid #ccc;
}

#dialog {
    width: 100%;
    height: 100%;
}


.alert-box {
    background-color: #fff;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 8px;
    display: block;
    left: 0%;
    position: absolute;
    top: 135.5px;
    box-shadow: 0 0 25px 5px #999999;
    -moz-box-shadow: 0 0 25px 5px #999999;
    -webkit-box-shadow: 0 0 25px 5px #999999;
    width: 80%;
    max-width: 400px;
    min-height: 100px;
    border: 4px solid #ccc;
    z-index: 9999;
    color: #444444;
}




.btn-holder {
    margin-left: auto;
    text-align: center;
}

.btn-main {
    background-color: #007AC3;
    border: 1px solid #3366cc;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .btn-main:hover {
        background-color: #4886b4;
        border: 1px solid #154cba;
        color: #ffffff;
        cursor: pointer;
    }

.btn-sub {
    background-color: #E5E5E5;
    border: 1px solid #A6A6A6;
    color: #404040;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .btn-sub:hover {
        background-color: #ccc;
        border: 1px solid #A6A6A6;
        color: #404040;
        cursor: pointer;
    }



.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary:hover {
        background-color: #026cac;
    }

.btn-default:hover {
    background-color: #eee;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}



.special {
    position: absolute;
    left: -2000px;
    top: -500px;
}

.scroll-sub {
    height: 550px;
    overflow: scroll;
}


.hide-video {
    display: none;
}

.cr-icon {
    position: absolute;
    margin-top: -5px;
    background: rgba(0,0,0,0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    padding: 1px 5px 8px 5px;
    text-align: center;
    font-weight: bold;
}

.mar-lt-35 {
    margin-left: 35px;
}

.cr-text {
    font-size: 1.15em;
    padding: 4px 5px 6px 5px !important;
    color: #fff;
    background: rgba(0,0,0,0.8);
}

/*****************************************************
                 PRIMARY LAYOUTS
*****************************************************/
.wrapper {
    position: relative;
    background-color: #fff;
    width: 100%;
    max-width: 1100px;
    margin: 1.5% auto 2% auto;
    min-height: 100px;
    -moz-box-shadow: 0px 0px 50px 0px rgba(66, 79, 108, 0.95);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(66, 79, 108, 0.95);
    box-shadow: 0px 0px 50px 0px rgba(66, 79, 108, 0.95);
    border-radius: 1.5em 1.5em;
    -moz-border-radius: 1.5em 1.5em;
    -webkit-border-radius: 1.5em 1.5em;
    z-index: 1;
}


/*--------------------------------------------------
            MAIN HEADER    
---------------------------------------------------*/
#mainHeader {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0;
    z-index: 2000;
}

    #mainHeader #headerLeft {
        float: left;
        width: 10%;
        padding: 1.5% 0% 1.5% 2%;
    }


    #mainHeader #headerRight {
        float: right;
        width: 82%;
        padding: 1.5% 2% 0% 0%;
    }


#headerLogoText {
    margin-top: 10px;
}

/*--------------------------------------------------
            MAIN FOOTER    
---------------------------------------------------*/

#mainFooter {
    clear: both;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 80px;
    background-color: #d2d8e6;
    border-radius: 0 0 1.5em 1.5em;
    -moz-border-radius: 0 0 1.5em 1.5em;
    -webkit-border-radius: 0 0 1.5em 1.5em;
    font-size: 70%;
    z-index: 1;
}

    #mainFooter ul {
        list-style: none;
        margin: 0 auto;
        text-align: center;
    }

    #mainFooter li {
        color: #222;
        list-style: none;
        padding: 2% 0 2% 1%;
        display: inline-block;
        font-weight: normal;
        vertical-align: middle;
    }

        #mainFooter li a:link, #mainFooter li a:visited {
            color: #000000;
            text-decoration: none;
        }

        #mainFooter li a:hover, #mainFooter li a:active {
            border-bottom: 1px dashed #000000;
        }

        #mainFooter li.copyright {
            font-weight: bold;
            color: #000;
        }



    #mainFooter .social-media li {
        padding: 0 0 15px 15px !important;
    }

    #mainFooter li.youtube a {
        display: block;
        text-decoration: none;
        border: none;
        width: 40px;
        height: 40px;
        background: transparent url('images/social_icons_sprite_2x.png') -80px 0px no-repeat;
    }

        #mainFooter li.youtube a:hover {
            background-position: -80px -40px;
        }


    #mainFooter li.facebook a {
        display: block;
        text-decoration: none;
        border: none;
        width: 40px;
        height: 40px;
        background: transparent url('images/social_icons_sprite_2x.png') 0 0px no-repeat;
    }

        #mainFooter li.facebook a:hover {
            background-position: 0 -40px;
        }


    #mainFooter li.linked-in a {
        display: block;
        text-decoration: none;
        border: none;
        width: 40px;
        height: 40px;
        background: transparent url('images/social_icons_sprite_2x.png') -360px 0px no-repeat;
    }

        #mainFooter li.linked-in a:hover {
            background-position: -360px -40px;
        }






#defaultContainer {
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    padding: 2% 3% 2% 3%;
}



/*****************************************************
                 SITE LANGUAGE ICONS
*****************************************************/
#mainHeader #headerRight table {
    padding: 0;
    border-collapse: collapse;
    float: right;
}

    #mainHeader #headerRight table td, #mainHeader #headerRight table th {
        padding-right: 15px;
        text-align: center;
        font-size: 70%;
    }


        #mainHeader #headerRight table td input[type=button] {
            border: none;
            width: 24px;
            border: 1px solid #666;
            padding: 0;
            margin: 0;
            height: 16px;
            cursor: pointer;
            outline: none;
        }

            #mainHeader #headerRight table td input[type=button]#btnUS {
                background: transparent url('../images/usa.jpg') 0 0 no-repeat;
				
            }

                #mainHeader #headerRight table td input[type=button]#btnUS:hover {
                    background: transparent url('../images/usa.jpg') 0 -16px no-repeat;
					
                }

           

            #mainHeader #headerRight table td input[type=button]#btnNG {
                background: transparent url('../images/ng.jpg') 0 0 no-repeat;
            }

                #mainHeader #headerRight table td input[type=button]#btnNG:hover {
                    background: transparent url('../images/ng.jpg') 0 -16px no-repeat;
                }







/*****************************************************
                 STOCK INFORMATION
*****************************************************/

#stockArea {
    float: right;
    font-size: 68%;
}

#stockInfo span {
    padding-left: 5px;
}

.stock-up {
    color: #196a03 !important;
}

.stock-down {
    color: #FF0033 !important;
}

.stock-icon {
    font-weight: 700;
}


/*****************************************************
                 SEARCH STYLES
*****************************************************/
#searchContainer, .search-container {
    padding-right: 10px;
    float: right;
    position: relative;
    overflow: hidden;
    width: 42%;
    border: 1px solid #cccccc;
    background-color: #F4F6F5;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.search-container {
    float: none;
}



#search input[type=text], .search input[type=text] {
    font-size: 0.75em;
    background-color: transparent;
    height: 21px;
    color: #000;
    margin-top: 1px;
    border: none !important;
    padding: 2px 3px 2px 7px;
    vertical-align: top;
    outline: 0px none;
    margin-left: 3px;
    width: 94%;
    color: #222;
}

.search-focus {
    background-color: #fff !important;
    -moz-box-shadow: 0 0 12px #cccccc;
    -webkit-box-shadow: 0 0 12px #cccccc;
    box-shadow: 0 0 12px #cccccc;
}


.btn-search, .btn-search {
    position: absolute;
    right: 2px;
    padding: 25px 0 0 0;
    border: none;
    width: 20px;
    height: 20px;
    background: transparent url('images/search.png') center center no-repeat;
    cursor: pointer;
}

.search-txt-default {
    font-style: italic;
    color: #d6d6d6 !important;
}

.search-txt-active {
    font-style: normal;
    color: #555 !important;
}

.sub-header {
    font-size: 1.75em;
    font-weight: bold;
}

.query-result-count {
    background-color: #D2D8E6;
    padding: 10px 15px 10px 15px;
}

#queryResults a:link, #searchContainer a:active {
    text-decoration: none;
    font-weight: bold;
    color: #007AC3;
}

#queryResults a:hover {
    background-color: #007AC3;
    color: #fff;
}

#queryResults p {
    margin: 0;
}

#queryResults > div {
    margin-bottom: 30px;
}

#numResults {
    color: #999999;
}


/*------------------------------------*\
	Light Theme Styles
\*------------------------------------*/

.light-theme a {
    float: left;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #BBB;
    min-width: 14px;
    padding: 0 7px;
    margin: 0 5px 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
    margin-bottom: 10px;
}

    .light-theme a:hover {
        text-decoration: none;
        background: #eee;
    }

.light-theme .active-page-number {
    background: #ccc;
    color: #444;
    border-color: #ccc;
    box-shadow: 0 1px 0 rgba(255,255,255,1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
    cursor: not-allowed;
    pointer-events: none;
}

.light-theme .ellipse {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: bold;
    cursor: default;
}

.light-theme a.next-prev {
    background: #007AC3;
    color: #fff;
    border-color: #0f59ab;
}

    .light-theme a.next-prev:hover {
        background: #015f98;
    }

/*****************************************************
            HOME PAGE BUSINESS UNIT INTRO
*****************************************************/

#introContainer {
    clear: both;
    position: relative;
    width: 100%;
    min-height: 5em;
    z-index: 2;
}



    #introContainer a.intro img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }



.info-box {
    position: absolute;
    width: 20%;
    top: 8%;
    left: 25%;
    padding: 8px 8px;
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(5, 59, 139);
    /* RGBa with 0.6 opacity */
    background-color: rgba(5, 59, 139, 0.60);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#20053b8b, endColorstr=#20053b8b);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#20053b8b, endColorstr=#20053b8b)";
    border-radius: 10px;
    z-index: 3000;
}

    .info-box p {
        color: #ffffff;
        font-weight: 600;
        text-align: center;
        font-size: 85%;
    }


    .info-box a.play-video {
        float: right;
        margin-left: 3px;
        margin-top: 6%;
    }



/*****************************************************
               HOME PAGE FEATURES
*****************************************************/

#homeFeature {
    position: relative;
    width: 100%;
    margin: 0 auto 0 auto;
    min-height: 5em;
    background-color: #e8eefb;
    overflow: hidden;
    z-index: 1;
}

#serviceTabContainer {
    position: relative;
    float: left;
    width: 44%;
    min-height: 5em;
    padding-bottom: 500em;
    margin-bottom: -500em;
}


#highLights {
    position: relative;
    float: left;
    width: 26%;
    min-height: 5em;
    padding-bottom: 500em;
    margin-bottom: -500em;
    background-color: #fff;
}

.annual-report {
    float: left;
    width: 50%;
    text-align: center;
}

#spotlight {
    float: right;
    width: 50%;
    text-align: center;
}

#newsEventContainer {
    position: relative;
    float: left;
    width: 30%;
    min-height: 5em;
    padding-bottom: 500em;
    margin-bottom: -500em;
}


#newsLoad, #eventsLoad, #presentationLoad {
    margin: 0 auto;
    text-align: center;
    padding-top: 20%;
}


.annual-report h5, #spotlight h5 {
    padding-top: 15%;
    font-size: 100%;
}

.annual-report img, #spotlightImages {
    margin: 0 auto;
    border: 1px solid #A6A6A6 !important;
    margin-top: 15px;
}

#webcast ul {
    list-style: none;
    list-style-position: outside;
    margin: 0 auto;
    width: 90%;
    text-align: center;
}

    #webcast ul li {
        margin: 5% 0 5% 0;
    }

        #webcast ul li a {
            background-image: url("images/speaker.gif");
            background-position: 0 0;
            background-repeat: no-repeat;
            padding-left: 25px;
            text-decoration: none;
            font-size: 100%;
        }

            #webcast ul li a:hover {
                color: maroon;
            }




div#announce {
    /*float:left;*/
    width: 54%;
    display: none;
    padding: 0 2% 5px 2%;
    font-size: 0.82em;
    margin: 0 auto;
    margin-top: -10px;
    margin-bottom: 10px;
    color: #007AC3;
    -webkit-box-shadow: 0px 0px 10px #E34B56;
    -wmiz-shadow: 0px 0px 10px #E34B56;
    -webkit-border-radius: 0 8px 0 0;
    -moz-border-radius: 0 8px 0 0;
    box-shadow: 0px 0px 10px #E34B56;
    border-radius: 8px;
    border: 1px solid #E34B56;
    /*border-bottom:none;*/
}

img#sanchezLogo {
    float: left;
    margin-right: 10px;
}

div#announce p {
    padding-top: 8px;
}




/***************************************************
		SERVICES & NEWS TABS
***************************************************/




.default-tabs .tabs {
    text-align: center;
    list-style: none;
    padding: 0;
    overflow: hidden;
    font-size: 12px;
    font-family: verdana;
    position: relative;
    background-color: #fff;
}

    .default-tabs .tabs:before {
        position: absolute;
        content: " ";
        width: 100%;
        bottom: 0;
        left: 0;
        border-bottom: 1px solid rgba(210,216,230,0.7);
        z-index: 1;
    }

    .default-tabs .tabs li {
        border-bottom: none;
        display: inline-block;
        position: relative;
        background-color: #007AC3;
        z-index: 0;        
    }


@media only screen and (min-width: 580px) {

    .default-tabs .tabs li {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        margin: 0 -5px;
        -webkit-box-shadow: inset 0px 3px 3px 0px rgba(102,102,102,0.3);
        -moz-box-shadow: inset 0px 3px 3px 0px rgba(102,102,102,0.3);
        box-shadow: inset 0px 3px 3px 0px rgba(102,102,102,0.3);
        margin-right: 4px;
    }
}


.default-tabs .tabs li a {
    color: #fff;
    display: block;
    padding: 14px 20px;
}

.default-tabs .tabs li.active a {
    color: #000000;
    font-weight: bold;
}

.default-tabs .tabs li:before {
    left: -6px;
    border-bottom-right-radius: 6px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 transparent;
}

.default-tabs .tabs li:before, .default-tabs .tabs li:after {
    border: 1px solid transparent;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
}


.default-tabs .tabs li.active {
    background: #e8eefb;
    color: #222222 !important;
    z-index: 2;
    border-bottom-color: #e8eefb;

}


.tab-col-wide {
    float: left;
    width: 46%;
    margin-left: 10px;
}

.tab-col-narrow {
    float: left;
    width: 36%;
    margin-left: 10px;
}

.tab-content {
    margin: 0px auto;
    text-align: left;
    padding: 5px 10px 5px 7px;
    background-color: #e8eefb;
}

    .tab-content h2 {
        font-size: 95%;
    }

        .tab-content h2 a {
            font-size: 100%;
            font-weight: normal;
            text-decoration: none;
            line-height: 100%;
        }

            .tab-content h2 a:hover {
                color: #000000;
                text-decoration: underline;
            }

    .tab-content h3 a {
        font-size: 75%;
        font-weight: bold;
        color: #000;
        text-decoration: none;
    }

        .tab-content h3 a:hover {
            color: #0347de;
            text-decoration: underline;
        }

    .tab-content ul {
        margin-bottom: 10px;
    }

.clear-tab {
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}

.remove-border {
    border: none !important;
    background: none !important;
}

#news.tab-content h2 a, #present.tab-content h2 a, events.tab-content h2 a {
    font-size: 87%;
    font-weight: normal;
}

#newsEventContainer #events ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}

.small-text2 {
    font-size: 87%;
}




/***************************************************
		NEWS & PRESENTATION
***************************************************/

#news ul li {
    background-image: url("/images/page.png");
    background-position: 0 8px;
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    margin-left: 10px;
}

#present ul li a {
    display: block;
    background-image: url("images/presentation.jpg");
    background-position: 0 10px;
    background-repeat: no-repeat;
    padding-left: 43px;
    padding-top: 5px;
    padding-bottom: 5px;
    /*border-bottom:1px solid #fff;*/
    min-height: 45px;
    line-height: 1.30em !important;
}


#present ul li {
    border-bottom: 1px solid #fff;
    margin-left: 10px;
}

    #present ul li:last-child {
        border: none !important;
    }

.presentation-audio {
    padding: 0;
    margin: 0;
    border: none;
    background: url('images/speaker.gif') 0 0 no-repeat;
    width: 20px;
    margin-bottom: 5px;
    margin-top: -20px;
    cursor: pointer;
}

.audio-player {
    width: 93% !important;
    height: 26px;
}




/****************************************************
			IMAGE SLIDER
****************************************************/
.image-slider {
    overflow: hidden;
    zoom: 1;
    position: relative;
}

    .image-slider a {
        text-decoration: none;
        outline: none;
        border: none;
    }



.cs-buttons {
    font-size: 0px;
    padding: 10px;
    float: left;
}

    .cs-buttons a {
        margin-left: 5px;
        height: 10px;
        width: 10px;
        float: left;
        border: 1px solid #B8C4CF;
        color: #B8C4CF;
        text-indent: -1000px;
    }

.cs-active {
    background-color: #B8C4CF;
    color: #FFFFFF;
}

.cs-title {
    width: 545px;
    padding: 10px;
    background-color: #000000;
    color: #FFFFFF;
}

.cs-prev,
.cs-next {
    background-color: #000000;
    color: #FFFFFF;
    padding: 0px 10px;
}



/*****************************************************
               MAIN BODY CONTENT
*****************************************************/


#mainContent {
    position: relative;
    width: 100%;
    margin: 0 auto;
    min-height: 5em;
    font-family: "Calibri", "Tahoma", "Arial", "Lucida Sans Unicode";
    background: url('images/page_left.jpg') 0 0 repeat-y;
}



#bizUnitMenuContainer {
    padding-top: 3%;
    max-width: 230px;
    z-index: 1000;
}

#bizUnitContentContainer {
    padding: 3%;
    z-index: 3000;
}



.bizUnitName h2 {
    background-color: #E67817;
    border: medium none;
    color: #FFFFFF;
    display: block;
    font-weight: 700 !important;
    padding: 8px 12px 8px 12px;
}   

    .bizUnitName h2 a {
        display: block;
        text-decoration: none;
        color: #FFFFFF;
        font-size: 75%;
    }

#supportNo {
    background-color: #b6dff8;
    padding: 12px 12px;
    margin-bottom: 35px;
    -webkit-box-shadow: 0 10px 6px -6px #999;
    -moz-box-shadow: 0 10px 6px -6px #999;
    box-shadow: 0 10px 6px -6px #999;
    font-size: 100%;
}

    #supportNo h2, #supportNo h3 {
        font-size: 100%;
    }

.support-heading {
    font-weight: 600;
    font-size: 1.15em;
}

/*l#sendRequest { padding:7px 0 0 0 !important; }*/

#sendRequest {
    display: block;
    text-align: center;
    background-color: #3B3B3B;
    padding: 5px;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

    #sendRequest:hover {
        background-color: #4d5c7f;
    }


/****************************************************
			CONTACT FORM
****************************************************/

#coreWebForm {
    margin: 0 auto;
    padding: 3% 3%;
    width: 85%;
    background-color: #fff;
}

    #coreWebForm label {
        font-size: 0.85em;
        color: #007ac3;
    }


    #coreWebForm fieldset {
        position: relative;
        padding: 3% 3%;
        border: 1px solid #ddd;
        background-color: rgba(244,246,245, 0.5);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        width: 94%;
        margin: 0 auto 25px auto;
    }

    #coreWebForm legend {
        position: absolute;
        color: #fff;
        font-size: 0.95em;
        background-color: #007ac3;
        padding: 6px 11px 7px 11px;
        left: 0.5em;
        top: -0.6em;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        font-weight: normal;
    }

    #coreWebForm input[type=text], #coreWebForm select {
        color: #000;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background-color: #fff;
        height: 25px;
        width: 97%;
    }


    #coreWebForm textarea {
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        width: 97%;
    }

    #coreWebForm input[type=radio] {
        color: #000000 !important;
        margin: 0px 0px 0px 15px;
        border: none;
    }



input, textarea, select, text {
    border: 1px solid #ccc;
    padding: 0 0% 0 2%;
}


#coreWebForm .top-space {
    margin-top: 15px;
}


#coreWebForm input:focus, textarea:focus, select:focus, text:focus {
    border-color: #6CBAE8 !important;
    -moz-box-shadow: 0 0 8px #6CBAE8;
    -webkit-box-shadow: 0 0 8px #6CBAE8;
    box-shadow: 0 0 8px #6CBAE8;
}

.required {
    border: 1px solid #FFB6B3 !important;
    -moz-box-shadow: 0 0 8px #FFB6B3;
    -webkit-box-shadow: 0 0 8px #FFB6B3;
    box-shadow: 0 0 8px #FFB6B3;
}

.activebox {
    border: 1px solid #6CBAE8;
    -moz-box-shadow: 0 0 8px #6CBAE8;
    -webkit-box-shadow: 0 0 8px #6CBAE8;
    box-shadow: 0 0 8px #6CBAE8;
}

.RadUpload .ruFileWrap {
    display: inline !important;
}

.RadUpload_Default .ruButton {
    padding: 4px 8px;
    background-image: none !important;
    background-color: #67a3cf !important;
    border: 1px solid #3366cc !important;
    color: #FFFFFF !important;
    cursor: pointer !important;
    font-weight: normal !important;
    margin-bottom: 0;
    margin-left: 5px !important;
    margin-right: 0;
    margin-top: 0px;
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    height: 29px !important;
}

.RadUpload_Default .ruButtonHover {
    background-color: #4886b4 !important;
    border: 1px solid #154cba !important;
    cursor: pointer !important;
}

.RadUpload .ruFileWrap .ruFileInput {
    /*height:20px !important;*/
}

.riTextBox {
    width: 200px !important;
    padding: 0px 4px 0px 4px !important;
    font-size: 1em !important;
}

.rcTable {
    width: 200px !important;
}

@media only screen and (min-width: 768px) {
    .date-picker-box {
        float: left;
        width: 45%;
        margin-top: 8px;
    }
}



#divTo, #divPersonalInfo {
    float: left;
    width: 48%;
}

#divRe, #divAddressInfo {
    float: right;
    width: 48%;
}

.form-invalid-sec {
    margin: 0 auto;
    width: 98%;
    border: 1px solid #e34b56;
    background-color: #feeae6;
    box-shadow: 0 0 10px #e34b56;
}

    .form-invalid-sec p {
        padding: 6px;
        font-size: 0.80em;
    }


#bizUnitOptions input[type=radio] {
    margin-left: 0px;
}

span.rad-unit {
    margin-left: 5px;
    font-size: 13px;
}



@media only screen and (min-width: 769px) {
    .form-biz-seg {
        float: left;
        width: 33.3%;
    }
}


#bizUnitOptions p strong {
    text-decoration: underline;
}

.form-biz-seg label {
    color: #666 !important;
}



.form-biz-seg div {
    margin-top: 8px;
    margin-bottom: 8px;
}

@media only screen and (max-width: 780px) {
    .form-biz-seg {
        float: left;
        width: 50%;
    }

        .form-biz-seg:last-child {
            float: none;
            clear: left;
        }
}

@media only screen and (max-width: 480px) {
    .form-biz-seg {
        float: none;
        clear: left;
        width: 100%;
    }
}


.ruInputs input[type=file] {
    width: 99% !important;
    height: 25px !important;
}

.RadUpload .ruFileWrap .ruFileInput {
    font: 25px monospace !important;
}

/***********************************************
			Captcha
***********************************************/
#captchaBox {
    background: url('images/captcaha_bg.jpg') no-repeat;
    width: 132px;
    height: 35px;
    border: 1px solid #999999;
    text-align: center;
    line-height: 35px;
    margin: 2% auto 2% auto;
}

span#captchaCode {
    color: #555 !important;
    font-weight: bold;
    font-size: 1.15em;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    letter-spacing: 3px;
}

.pre-enter {
    font-style: italic;
    color: #999999 !important;
}

.post-enter {
    font-style: normal;
    color: #000000 !important;
}

#captcha {
    width: 180px;
    margin: 0 auto;
}

    #captcha input[type=text] {
        width: 150px !important;
    }

    #captcha img {
        float: right;
        margin-top: 8px;
        cursor: pointer;
    }




/*********************************************************
			LOCATION MAP
*********************************************************/

#locContent {
    position: relative;
    margin: 0 auto;
    width: 98%;
    z-index: 99999;
}

    #locContent > div {
        width: 100%;
        margin-top: -60%;
        box-shadow: 0px 10px 6px -6px #999;
        margin-bottom: 25px;
    }

.loc-close {
    color: #0070ba !important;
    font-weight: bold !important;
    text-align: center;
    text-decoration: none;
    font-family: Lucida Sans Unicode;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    right: 7px;
    background-color: #fff;
    border-radius: 50%;
}

    .loc-close:hover {
        color: #555 !important;
    }

div#worldMap {
    position: relative;
}

#worldMap img {
    display: block;
    width: 100%;
}

.map-pin {
    width: 1.15%;
    height: 2.3%;
    -webkit-border-radius: 50% 50% 50% 0;
    -moz-border-radius: 50% 50% 50% 0;
    border-radius: 50% 50% 50% 0;
    background: #0096F0;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;
    margin: 0;
    border: 2px solid #000;
}

    .map-pin a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        cursor: pointer;
        left: -2px;
        top: -2px;
        -webkit-border-radius: 50% 50% 50% 0;
        -moz-border-radius: 50% 50% 50% 0;
        border-radius: 50% 50% 50% 0;
        border: 2px solid transparent;
    }

.pin-tooltip {
    display: none;
    position: absolute;
    background-color: #005fab;
    border-radius: 5px;
    padding: 8px;
    top: 100%;
    left: 50%;
    color: #fff;
    font-size: 13px;
    z-index: 9999999;
}


.loc-content {
    background-color: rgba(244,246,245, 1);
    padding: 25px;
    border: 1px solid #ddd;
}




.loc-header-box {
    height: 38px;
    background-color: #0070ba;
    padding: 10px 10px 0 10px;
    font-weight: 700;
    text-align: center;
    border-radius: 12px 12px 0 0;
}

    .loc-header-box h1 {
        color: #fff;
    }

.friendly-redirect {
    margin: 0 auto;
    width: 90%;
}

    .friendly-redirect li {
        padding: 10px;
        font-size: 1.25em;
    }

        .friendly-redirect li a {
            text-decoration: underline;
        }

/*********************************************************
			LOCATION MAP END
*********************************************************/






/*****************************************************
                MEDIA QUERIES
*****************************************************/


@media only screen and (min-width:901px) {
    #highLights {
        width: 16%;
    }

    .annual-report, #spotlight {
        float: none;
        width: 100%;
    }

    #serviceTabContainer {
        width: 46%;
    }

    #newsEventContainer {
        width: 38%;
    }
}

@media only screen and (max-width: 1100px) {
    div#announce {
        width: 65%;
    }
}

@media only screen and (max-width: 960px) {
    #coreWebForm {
        width: 94%;
    }
}



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

    #highLights {
        float: none;
        width: 100%;
        border: none;
    }

    .annual-report, #spotlight {
        width: 49%;
    }

    #serviceTabContainer {
        float: none;
        width: 100%;
    }

    #newsEventContainer {
        float: none;
        width: 100%;
    }

    .tab-col-wide, .tab-col-narrow {
        width: 48%;
    }

    .annual-report h5, #spotlight h5 {
        padding-top: 8%;
    }

    .annual-report img, #spotlightImages {
        margin-top: 5%;
    }

    #webcast ul li {
        margin: 0% 0 5% 0;
    }


    div#announce {
        width: 70%;
    }
}


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

    div#announce {
        margin-top: 10px !important;
        width: 80%;
        text-align: center;
    }

        div#announce img, div#announce p {
            float: none;
            clear: both;
        }

    .search-container {
        display: none;
    }
}



@media only screen and (min-width:400px) and (max-width: 768px) {
    #headerLogoText {
        margin-left: 25%;
        margin-top: 5%;
    }
}


@media only screen and (max-width: 768px) {
    #searchContainer {
        width: 48%;
    }
}


@media only screen and (max-width: 650px) {
    #searchContainer {
        width: 58%;
    }
}


@media only screen and (max-width: 520px) {
    #searchContainer {
        width: 67%;
    }
}


@media only screen and (max-width: 620px) {
    #coreWebForm {
        width: 100%;
        box-shadow: none;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }

    #divTo, #divPersonalInfo {
        float: none;
        clear: left;
        width: 100%;
    }

    #divRe, #divAddressInfo {
        float: none;
        clear: right;
        width: 100%;
    }

    .rsmList {
        float: none;
        clear: both;
        width: 100% !important;
    }
}




@media only screen and (max-width: 580px) {
    #service ul.tabs li, #newsItems ul.tabs li {
        float: none;
        width: 100%;
    }

    #service ul.tabs li, #newsItems ul.tabs li {
        border-bottom: 1px solid #fff;
    }

    .tab-col-wide, .tab-col-narrow {
        float: none;
        width: 100%;
    }

    .wrapper {
        margin: 0;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }

    #mainFooter {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }
}



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

    #headerLogoText {
        display: none;
    }

    #mainHeader #headerRight table {
        margin-left: 30%;
        margin-top: 5%;
    }


    #searchContainer {
        width: 78%;
    }

    #search input[type=text] {
        width: 86%;
    }

    #mainHeader #headerRight {
        width: 72%;
    }
}




@media only screen and (max-width: 270px) {
    .annual-report, #spotlight {
        float: none;
        width: 100%;
    }
}




/****************************************************************
--------------------- Custom Modal -----------------------------
****************************************************************/

.clb-modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    right: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}



    .clb-modal.fade .clb-modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%);
        margin: 10% auto;
    }


    .clb-modal.in .clb-modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }



@media (min-width: 768px) {
    .clb-modal-dialog {
        width: 600px;
    }
}


.clb-modal .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #007AC3;
    color: #fff;
}


.clb-modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}


@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}


.clb-modal-body {
    position: relative;
    padding: 15px;
}



.clb-modal-header .close-clb-modal {
    margin-top: -2px;
}

button.close-clb-modal {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0;
    border: 0;
}

.close-clb-modal {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .3;
}

    .close-clb-modal:hover {
        opacity: .7;
    }

.job-info-text {
    padding-left: 32px;
    padding-right: 18px;
    display: block;
    margin-top: -22px;
    font-size: 12px;
}

.clb-well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.clb-nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
    font-family: Calibri !important;
}

    .clb-nav > li > a:hover, .clb-nav > li > a:focus {
        text-decoration: none;
        background-color: #eee;
    }

.clb-nav:before {
    display: table;
    content: " ";
}



#service article ul {
    margin-left: 10px;
}

.m-bot-0 {
    margin-bottom: 0 !important;
}

.indent-10 {
    margin-left: 10px;
}

#clb-logo-txt {
    width: 100%;
    max-width: 350px;
}
