/* ---------------------------------------------------------------------
Original Author: Andrew Kari
Contributors: John Heimkes, Matt Duffin

Target Browsers: All
Media Type: Screen, Projection
Width: All Sizes
------------------------------------------------------------------------ */

/* ---------------------------------------------------------------------
RESET CSS (thanks Eric Meyer)
------------------------------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
/*table, caption, tbody, tfoot, thead, tr, th, td,*/
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/*
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*/

:focus {
    outline: 0;
}

/* Always show a vertical scrollbar, even when there is no scrolling */
html {
    overflow-y: scroll;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/* ---------------------------------------------------------------------
 HTML5 Block / Inline Block declarations
------------------------------------------------------------------------ */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

/* ---------------------------------------------------------------------
 Form Reset Styles
------------------------------------------------------------------------ */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* ---------------------------------------------------------------------
 Base Styles
------------------------------------------------------------------------ */
a {
    text-decoration: none;
}

.navLink:hover {
    color: #00a5db;
}

button {
    border: none;
    background: none;
    padding: 0;
}

iframe {
    overflow: hidden;
}

/* ---------------------------------------------------------------------
 General Purpose
------------------------------------------------------------------------ */
.clear { clear: both; }

/* ---------------------------------------------------------------------
 Container Styles
------------------------------------------------------------------------ */
.wrapper {
    position: relative;
    width: 960px;
    min-height: 300px;
    margin: 0 auto;
}

.wrapper_page-sm {
    width: 830px;
    margin: 0 auto;
    overflow: hidden;
}

.footer {
    margin-top: 20px;
    min-height: 192px;
    overflow: hidden;
    background-color: #efeff0; 
}

.cnt {
    position: relative;
}

.cnt-pagination {
    margin: 18px 0;
    overflow: hidden;
}

.cnt-login {
    position: absolute;
    top: 42px;
    right: 0;
}

.cnt-pagination-last {
    margin-bottom: 40px;
}

.cnt_siteMap {
    margin-top: 27px;
    padding: 6px 0 0 16px;
    border-left: 1px solid #ffffff;
}

.contentMain {
    margin-bottom: 14px;
}

.contentMain-hd { margin-bottom: 13px; }

.contentMain-hd-aside { margin-left: 13px; }

.contentRelated {
    margin-bottom: 40px;
}

.masthead {
    margin-bottom: 9px;
    border-bottom: 5px solid #000000;
}

.masthead_intranet {
    height: 114px;
}

.userContent {
    margin-bottom: 20px;
}

.userContent + .userContent_tight {
    margin-top: 15px;
}

.masthead-logo {
    float: left;
}

.masthead-logo-link {
    display: block;
    margin: 18px 0 0 6px;
}

.mastNav {
    float: right;
}

.bodyCopy + .bodyCopy {
    margin-top: 30px;
}

.isHidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    margin: 0 !important;
    clip: rect(1px 1px 1px 1px) !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    overflow: hidden !important;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.col_noPadding {
    padding-left: 0;
}

.row_media {
    overflow: hidden;
    padding-bottom: 15px;
    margin-top: 16px;
}

/* ---------------------------------------------------------------------
 Aside Styles
------------------------------------------------------------------------ */
.aside {
    padding: 0 0 0 15px;
}

.aside-quote {
    margin-left: 65px;
}

.aside-related {
    margin-left: 80px;
    padding-bottom: 20px;
}

.aside-hd {
    margin-bottom: 20px;
}

.blockquote_quote:before {
    content: "\201C";
}

.blockquote_quote:after {
    content: "\201D";
}

.blockquote_cta {
    max-width: 50%;
    margin: 20px 0 15px 200px;
}

.blockquote_cta blockquote {
    font-size: 24px;
}

/* ---------------------------------------------------------------------
 Typography Styles
------------------------------------------------------------------------ */
@font-face {
    font-family: 'ConpernicusMedium';
    src: url('/media_files/IROL/10/105070/assets/fonts/GalaxieCopernicus-Medium.otf');
    src: url('/media_files/IROL/10/105070/assets/fonts/GalaxieCopernicus-Medium.eot');
    src: url('/media_files/IROL/10/105070/assets/fonts/GalaxieCopernicus-Medium.eot?#iefix') format('embedded-opentype'),
         url('/media_files/IROL/10/105070/assets/fonts/GalaxieCopernicus-Medium.woff') format('woff'),
         url('/media_files/IROL/10/105070/assets/fonts/GalaxieCopernicus-Medium.ttf') format('truetype'),
         url('/media_files/IROL/10/105070/assets/fonts/GalaxieCopernicusMedium.svg#GoodDogRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ConpernicusSemiBold';
    src: url('/media_files/IROL/10/105070/assets/fonts/GalaxieCopernicus-SemiBold.eot');
    src: url('/media_files/IROL/10/105070/assets/fonts/GalaxieCopernicus-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('/media_files/IROL/10/105070/assets/fonts/GalaxieCopernicus-SemiBold.woff') format('woff'),
         url('/media_files/IROL/10/105070/assets/fonts/GalaxieCopernicus-SemiBold.ttf') format('truetype'),
         url('/media_files/IROL/10/105070/assets/fonts/GalaxieCopernicus-SemiBold.svg#GoodDogRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ConpernicusBook';
    src: url('/media_files/IROL/10/105070/assets/fonts/GalaxieCopernicus-Book.eot');
    src: url('/media_files/IROL/10/105070/assets/fonts/GalaxieCopernicus-Book.eot?#iefix') format('embedded-opentype'),
         url('/media_files/IROL/10/105070/assets/fonts/GalaxieCopernicus-Book.woff') format('woff'),
         url('/media_files/IROL/10/105070/assets/fonts/GalaxieCopernicus-Book.ttf') format('truetype'),
         url('/media_files/IROL/10/105070/assets/fonts/GalaxieCopernicus-Book.svg#GoodDogRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PolarisMedium';
    src: url('/media_files/IROL/10/105070/assets/fonts/GalaxiePolaris-Medium.eot');
    src: url('/media_files/IROL/10/105070/assets/fonts/GalaxiePolaris-Medium.eot?#iefix') format('embedded-opentype'),
         url('/media_files/IROL/10/105070/assets/fonts/GalaxiePolaris-Medium.woff') format('woff'),
         url('/media_files/IROL/10/105070/assets/fonts/GalaxiePolaris-Medium.ttf') format('truetype'),
         url('/media_files/IROL/10/105070/assets/fonts/GalaxiePolaris-Medium.svg#GoodDogRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PolarisBold';
    src: url('/media_files/IROL/10/105070/assets/fonts/GalaxiePolaris-Bold.eot');
    src: url('/media_files/IROL/10/105070/assets/fonts/GalaxiePolaris-Bold.eot?#iefix') format('embedded-opentype'),
         url('/media_files/IROL/10/105070/assets/fonts/GalaxiePolaris-Bold.woff') format('woff'),
         url('/media_files/IROL/10/105070/assets/fonts/GalaxiePolaris-Bold.ttf') format('truetype'),
         url('/media_files/IROL/10/105070/assets/fonts/GalaxiePolaris-Bold.svg#GoodDogRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PolarisBook';
    src: url('/media_files/IROL/10/105070/assets/fonts/GalaxiePolaris-Book.otf');
    src: url('/media_files/IROL/10/105070/assets/fonts/GalaxiePolaris-Book.eot?#iefix') format('embedded-opentype'),
         url('/media_files/IROL/10/105070/assets/fonts/GalaxiePolaris-Book.woff') format('woff'),
         url('/media_files/IROL/10/105070/assets/fonts/GalaxiePolaris-Book.ttf') format('truetype'),
         url('/media_files/IROL/10/105070/assets/fonts/GalaxiePolaris-Book.svg#GoodDogRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'PolarisMediumItalic';
    src: url('/media_files/IROL/10/105070/assets/fonts/GalaxiePolaris-MediumItalic.eot');
    src: url('/media_files/IROL/10/105070/assets/fonts/GalaxiePolaris-MediumItalic.eot?#iefix') format('embedded-opentype'),
         url('/media_files/IROL/10/105070/assets/fonts/GalaxiePolaris-MediumItalic.woff') format('woff'),
         url('/media_files/IROL/10/105070/assets/fonts/GalaxiePolaris-MediumItalic.ttf') format('truetype'),
         url('/media_files/IROL/10/105070/assets/fonts/GalaxiePolaris-MediumItalic.svg#GoodDogRegular') format('svg');
    font-weight: normal;
    font-style: italic;
}

.hdg {
    font-family: 'ConpernicusMedium', Helvetica, sans-serif;
    color: #717073;
    line-height: 1.2;
}

.hdg_1 {
    font-size: 32px;
}

.hdg_2 {
    font-size: 20px;
}

.hdg_3 {
    font-size: 18px;
}

.hdg_4 {
    font-size: 16px;
}

.hdg_5 {
    font-size: 14px;
}

.hdg_6 {
    font-size: 12px;
}

.hdg_7 {
    font-size: 11px;
}

.hdg_8 {
    font-size: 10px;
}

.hdg_9 {
    font-size: 9px;
}

/* heading mixins */
.mix-hdg_polarisBook { font-family: 'PolarisBook', sans-serif }
.mix-hdg_polarisBold { font-family: 'PolarisBold', sans-serif }
.mix-hdg_polarisMed { font-family: 'PolarisMedium', sans-serif }
.mix-hdg_polarisMedItalic { font-family: 'PolarisMediumItalic', sans-serif; }
.mix-hdg_Conpernicus { font-family: 'ConpernicusMedium', serif; }
.mix-hdg_ConpernicusBook { font-family: 'ConpernicusBook', serif; }
.mix-hdg_ConpernicusSemiBold { font-family: 'ConpernicusSemiBold', serif; }
.mix-hdg_caps { text-transform: uppercase; }
.mix-hdg_bold { font-weight: bold; }
.mix-hdg_line { line-height: 1.5; }
.mix-hdg_spaced { letter-spacing: 2px; }
.mix-hdg_italic { font-style: italic; }

.mix-hdg_white { color: #ffffff; }
.mix-hdg_lightGrey { color: #a1a3a6; }
.mix-hdg_grey { color: #c9cacc;}
.mix-hdg_darkGrey { color: #666666; }
.mix-hdg_black { color: #000000; }
.mix-hdg_red { color: #d41e1e; }
.mix-hdg_blue { color: #082c51; }
.mix-hdg_lightBlue { color: #00a5db; }
.mix-hdg_burgundy { color: #aa272f; }
.mix-hdg_green { color: #00953b; }

.mix-hdg_size_24 { font-size: 24px; }

p,
li {
    font-family: 'PolarisBook', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

.page-hd {
    margin: 35px 0 33px;
}

.page-hd_med {
    margin-bottom: 24px;
}

.page-hd_lg {
    margin: 10px 0 35px;
}

.base-hd {
    margin-bottom: 12px;
}

.link {
    display: block;
}

.mix-center {
    text-align: center;
}

.mix-padBottom12 {
    padding-bottom: 12px;
}

/* ---------------------------------------------------------------------
 Border Styles
------------------------------------------------------------------------ */
.mix-brd_black { border-left: 1px solid #000000; }
.mix-brd_grey { border-left: 1px solid #efeff0; }
.mix-brd_white { border-left: 1px solid #ffffff; }
.mix-brd_ltGrey { border-bottom: 1px solid #ececec; }

/* ---------------------------------------------------------------------
 Buttons
------------------------------------------------------------------------ */
.btn {
    display: inline-block;
    margin: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    font-family: 'PolarisBold', Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all .12s ease-in-out;
    -moz-transition: all .12s ease-in-out;
    -ms-transition: all .12s ease-in-out;
    -o-transition: all .12s ease-in-out;
    transition: all .12s ease-in-out;
}


.btn_primary {
    padding: 8px 22px;
    background: #00a5db;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(31%,#1acfeb), color-stop(100%,#009cd7));  
    background: -webkit-linear-gradient(top, #1acfeb 31%, #009cd7 100%);  
    background: -moz-linear-gradient(top, #1acfeb 31%, #009cd7 100%);  
    background: -o-linear-gradient(top, #1acfeb 31%, #009cd7 100%);  
    background: -ms-linear-gradient(top, #1acfeb 31%, #009cd7 100%);  
    background: linear-gradient(top bottom, #1acfeb 31%, #009cd7 100%);  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1acfeb', endColorstr='#009cd7',GradientType=0 );
    border: 1px solid #0b6ba4;
    color: #ffffff;
    text-shadow: 0px 0px 1px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=0);
    -moz-box-shadow:    0 1px 1px 0 #b3b3b3;
    -webkit-box-shadow: 0 1px 1px 0 #b3b3b3;
    box-shadow:         0 1px 1px 0 #b3b3b3;
}

.btn_primary:hover {
    background: #00cdff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(31%,#1acfeb), color-stop(100%,#00c8ff));  
    background: -webkit-linear-gradient(top, #1acfeb 31%, #00c8ff 100%);  
    background: -moz-linear-gradient(top, #1acfeb 31%, #00c8ff 100%);  
    background: -o-linear-gradient(top, #1acfeb 31%, #00c8ff 100%);  
    background: -ms-linear-gradient(top, #1acfeb 31%, #00c8ff 100%);  
    background: linear-gradient(top bottom, #1acfeb 31%, #00c8ff 100%);  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1acfeb', endColorstr='#00c8ff',GradientType=0 );
}

.btn_primary:active {
    color: #9cb7c1;
    background: #00546b;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(31%,#1a84a1), color-stop(100%,#004c61));  
    background: -webkit-linear-gradient(top, #1a84a1 31%, #004c61 100%);  
    background: -moz-linear-gradient(top, #1a84a1 31%, #004c61 100%);  
    background: -o-linear-gradient(top, #1a84a1 31%, #004c61 100%);  
    background: -ms-linear-gradient(top, #1a84a1 31%, #004c61 100%);  
    background: linear-gradient(top bottom, #1a84a1 31%, #004c61 100%);  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a84a1', endColorstr='#004c61',GradientType=0 );
}

.btn_secondary  {
    padding: 7px 8px;
    color: #000000;
    background: #f5f5f5;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(31%,#f5f5f5), color-stop(100%,#e6e6e6));  
    background: -webkit-linear-gradient(top, #f5f5f5 31%, #e6e6e6 100%);  
    background: -moz-linear-gradient(top, #f5f5f5 31%, #e6e6e6 100%);  
    background: -o-linear-gradient(top, #f5f5f5 31%, #e6e6e6 100%);  
    background: -ms-linear-gradient(top, #f5f5f5 31%, #e6e6e6 100%);  
    background: linear-gradient(top bottom, #f5f5f5 31%, #e6e6e6 100%);  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e6e6e6',GradientType=0 );
}

.btn_secondary-large {
    padding: 8px 22px;
    text-transform: none;
}

.btn_secondary-xl {
    padding: 8px 36px;
}

.btn_primary-sm {
    padding: 3px 10px;
}

/* ---------------------------------------------------------------------
 Input
------------------------------------------------------------------------ */
.required {
    font-family: 'PolarisMedium';
    font-size: 14px;
}

/* input types */
.input_text,
.textarea {
    margin: 0;
    padding: 8px 6px;
    border: 1px solid #c9cacc;
    -webkit-appearance: none;
}

.input_radio {
    width: 13px;
    height: 13px;
}

.input_checkbox {
    width: 13px;
    height: 13px;
}

.textarea {
    resize: none;
}

.mix-input_isError {
    border: 1px solid #d33939;
    color: #d33939;
}

.search {
    position: relative;
    top: 2px;
}

.search_body {
    width: 244px;
}

.mastSubmit {
    display: none;
}

.search_submit {
    margin: 12px 0 0 0;
    height: 14px;
    width: 14px;
    position: absolute;
    top: -3px;
    right: 6px;
    border: 0;
    font-size: 0; 
    background: transparent url(http://media.corporate-ir.net/media_files/IROL/10/105070/assets/images/icn_search.png 
) 0 0 no-repeat;
    z-index: 2;
    cursor: pointer;
}

.input_search {
    display: inline-block;
    width: 210px;
    height: 30px;
    padding: 0 25px 0 7px;
    border-top: 1px solid #bfbfbf;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    border-left: 1px solid #ececec;
    background-color: #f6f6f6;
    -moz-box-shadow: inset 0px 0px 6px 1px #ececec;
    -webkit-box-shadow: inset 0px 0px 6px 1px #ececec;
    box-shadow: inset 0px 0px 6px 1px #ececec;
}

.input-login {
    padding: 3px 4px 3px;
    background-color: #f6f6f6;
    font-family: 'PolarisBook';
    font-size: 10px;
    border: 1px solid;
    border-color: #bfbfbf #ffffff #ffffff #ffffff; 
}

/* input sizes */
.mix-input_sm { width: 82px; }
.mix-input_lg { width: 243px; }
.mix-input_max { width: 89%; }

/* ---------------------------------------------------------------------
 Form Styles
------------------------------------------------------------------------ */
.legend {
    margin: 5px 0;
}



/* ---------------------------------------------------------------------
 Panel Object
------------------------------------------------------------------------ */
.panel {
    background-color: #eaebeb; 
    overflow: hidden;
}

.panel-nav > * {
    width: 33.33%;
}

.panel-nav_stack > * {
    width: 325px;
}

.panel-nav_stack {
    float: left;
}

.panel-nav-item {
    background-color: #d2d2d2;
}

.panel-nav-item:hover {
    background-color: #e2e2e2;
}

.panel-nav-item_stack {
    border-right: 0;
}

.panel-nav-item_stack + .panel-nav-item_stack {
    border-top: 1px solid #ffffff;
}

.panel-nav-item:last-child {
    border-right: 0;
}

.panel-nav-link {
    display: block;
    font-family: 'PolarisMedium', serif;
    padding: 10px;
}

.panel-nav-item + .panel-nav-item > * { border-left: 1px solid #ffffff; }

.panel-nav-isActive {
    background-color: #eaebeb;
}

.panel-nav-isActive .panel-nav-link {
    font-family: 'PolarisBold', serif;
    color: #000000;
}

.panel-content {
    overflow: hidden;
    padding: 10px 20px;
}

.panel-content_aside { padding: 13px; }

.panel-item {
    display: none;
}

.panel-item:first-child {
    display: block;
}

.panel-content-hd {
    margin-bottom: 5px;
}

.panel-content-bd {
    margin-bottom: 20px;
}


/* ---------------------------------------------------------------------
 Panel Object
------------------------------------------------------------------------ */
.media-hero_panel {
    position: absolute;
    top: 2px;
    left: -300%;
}

.media-hero_overlay {
    position: relative;
    z-index: 2;
}

.media-caption {
    min-height: 116px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 0%;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, .75);
}

.media-text {
    display: none;
    padding: 10px 25px;
    position: relative;
    left: -1000px;
}

.media-caption-ft {
    position: absolute;
    bottom: 20px;
}

/* ---------------------------------------------------------------------
 Icons
------------------------------------------------------------------------ */
.icn {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 4px;
    text-indent: -9999px;
    vertical-align: bottom;
    background-image: url(../images/icon-sprite.png);
}

.icn-arrow {
    height: 8px;
    vertical-align: middle;
    background-image: url(http://media.corporate-ir.net/media_files/IROL/10/105070/assets/images/sprite_arrow.png);
}

.icn-success {
    height: 11px;
    width: 11px;
    margin-right: 10px;
    background: url(../images/successMark.png) no-repeat;

}

.icn_rightArrow { 
    margin: 0 0 0 12px;
    background-position: -10px -5px; 
}

.icn_rightArrow-blue {
    width: 7px;
    background-position: -98px -6px;
}

.icn_utilArrow { background-position: -27px 0; }

.icn_blueArrow-closed {
    background-position: -60px -5px;
    width: 7px;
    height: 12px;
}

.icn_blueArrow-open {
    background-position: -77px -6px;
    width: 12px;
    height: 7px;
}

.icn-flip {
    float: right;
    margin-top: 2px;
}

.icn_pagination {
    width: 6px;
    height: 6px;
    margin-top: 12px;
    padding-bottom: 12px;
}

.icn_pagination-right {
    background-position: -98px -6px;
    margin-left: 14px;
}

.icn_pagination-left {
    background-position: -114px -6px;
    margin-right: 14px;
}

.icn_download {
    display: block;
    margin: 4px auto 0;
    width: 21px;
    height: 18px;
}

.icn_download-blue {
    background-position: -41px -28px;
}

.icn_download-gray {
    background-position: -10px -28px;
}

.icn_arrowLarge {
    height: 12px;
    margin-left: 18px;
    background-position: -72px -28px;
}

/* ---------------------------------------------------------------------
 Dividers
------------------------------------------------------------------------ */
.divider_blue {
    height: 5px;
    margin-bottom: 20px;
    background: url(../images/divider-1.png) repeat-x left top;
}

.divider_gray {
    height: 1px;
    margin-bottom: 20px;
    background-color: #ececec;
}

/* ---------------------------------------------------------------------
 H List
------------------------------------------------------------------------ */
.hList { 
    overflow: hidden;
}

.hList > * {
    float: left; 
}

.hList_tight > * + * {
    margin-left: 8px; 
}

.hList_std > * + * { 
    margin-left: 16px; 
}

.hList_loose > * + * { 
    margin-left: 25px; 
}

.hList_divided > * + * {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #646464;
}

.hList_disc {
    list-style: disc inside;
}

.hList_xl > * + * {
    margin-left: 63px;
}

.hList_flip {
    float: right;
}

/* ---------------------------------------------------------------------
 Tri-Board
------------------------------------------------------------------------ */
.board {
    margin-bottom: 20px;
    background-color: #eaebeb;
    overflow: hidden;
}

.board_col {
    width: 295px;
    margin-top: 20px;
}

.board_col_1 {
    width: 289px;
    padding-left: 21px;
}

.board-hd {
    min-height: 45px;
    padding-top: 2px;
}

.board-bd {
    position: relative;
}

.board-bd_sm {
    min-height: 132px;
}

.board-bd_lg {
    min-height: 325px;
}

.board-img {
    padding-left: 28px;
}

.board-bd > .hdg {
    margin: 5px 0 18px;
}

.mix-board_noMargin {
    margin: 0;
}

.board-link {
    position: absolute;
    bottom: 6px;
}

.board_col-brd {
    margin-bottom: 12px;
}

.board .microformat:last-child {
    margin-bottom: 22px;
}

/* ---------------------------------------------------------------------
 Microformats
------------------------------------------------------------------------ */
.microformat {
    font-family: 'PolarisBook', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.7;
}

.microformat_person {
    margin-bottom: 27px;
}

.microformat_person > * + * {
    display: block;
}

/* ---------------------------------------------------------------------
 Vertical List
------------------------------------------------------------------------ */
.vList_tight > * + * {
    margin-top: 5px;
}

.vList_std > * + * {
    margin-top: 10px;
}

.vList_disc {
    padding-left: 20px;
    list-style-type: disc;
}

.vList_square {
    padding-left: 16px;
    list-style-type: square;
    font-size: 10px;
}

.vList_divided > * + * {
    border-top: 1px solid #efeff0;
}

.vList_divided-first {
    border-top: 1px solid #efeff0;
}

.vList_divided-last {
    border-bottom: 1px solid #efeff0;
}

.vList_divided-section {
    margin-top: 15px;
}

.vList_divided-section > * + * {
    padding-top: 20px;
    margin-top: 20px
}

.vList-item {
    padding: 0 15px 0 18px;
    overflow: hidden;
}

.vList-link {
    display: block;
    padding: 9px 0 8px 0;
}


/* ---------------------------------------------------------------------
 Support List
------------------------------------------------------------------------ */
.supportList-info {
    display: none;
}

.supportList-info {
    margin: 11px 0 21px;
}

.supportList-info > * + * {
    margin-left: 30px;
}

/* ---------------------------------------------------------------------
 Contact Styles
------------------------------------------------------------------------ */
.contact {
    margin-top: 21px;
}

.contact-item {
    display: inline-block;
    margin-bottom: 7px;
}

.contact-item_align {
    margin-left: 17px;
}

.contact-item-row {
    display: block;
}

.contact-item_ft {
    margin-top: 28px;
}


/* ---------------------------------------------------------------------
 Pagination Styles
------------------------------------------------------------------------ */
.paginationPages {
    margin: 9px 37px 0;
}

.paginationPages-view {
    margin: 1px 0 0 0;
}

.paginationList_item {
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #a8a8a8;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #bdbdbd;
}

.paginationList_link {
    border: 1px solid #ffffff;
}

.paginationList_link:hover {
    background: #e2e2e2;
}

.paginationList_isActive {
    border-top: 1px solid #3c99d0;
    border-left: 1px solid #1494c8;
}

.paginationList_isActive > .paginationList_link {
    border: 1px solid #00a5db;
}
 
.paginationList_isActive > .paginationList_link {
    background: #00a5db;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(31%,#1acfeb), color-stop(100%,#009cd7));  
    background: -webkit-linear-gradient(top, #1acfeb 31%, #009cd7 100%);  
    background: -moz-linear-gradient(top, #1acfeb 31%, #009cd7 100%);  
    background: -o-linear-gradient(top, #1acfeb 31%, #009cd7 100%);  
    background: -ms-linear-gradient(top, #1acfeb 31%, #009cd7 100%);  
    background: linear-gradient(top bottom, #1acfeb 31%, #009cd7 100%);  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1acfeb', endColorstr='#009cd7',GradientType=0 );
    color: #eeeeee; /* fallback for non rgba browsers */
    color: rgba(255,255,255,.9);
}

.paginationResults {
    margin: 12px 0 0 18px;
}

/* ---------------------------------------------------------------------
 Dropdown Styles
------------------------------------------------------------------------ */
.cnt_dropdown_label + .cnt_dropdown_label {
    margin-top: 8px;
}

.cnt_dropdown_label {
    display: inline-block;
    border: 1px solid #bdbdbd;
    background: #f5f5f5;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(31%,#f5f5f5), color-stop(100%,#e6e6e6));  
    background: -webkit-linear-gradient(top, #f5f5f5 31%, #e6e6e6 100%);  
    background: -moz-linear-gradient(top, #f5f5f5 31%, #e6e6e6 100%);  
    background: -o-linear-gradient(top, #f5f5f5 31%, #e6e6e6 100%);  
    background: -ms-linear-gradient(top, #f5f5f5 31%, #e6e6e6 100%);  
    background: linear-gradient(top bottom, #f5f5f5 31%, #e6e6e6 100%);
    box-shadow: 0 0 1px #a8a8a8;
}

.cnt_dropdown_select {
    background: transparent;
    width: 115%;
    padding: 0 0 0 15px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.3;
    border: 0;
    border-radius: 0;
    height: 26px;
    -webkit-appearance: none;
}

.select_list_arrow {
    width: 276px;
    line-height: 1.3;
    height: 27px;
    overflow: hidden;
    border: 1px solid #ffffff;
    background: transparent url(../images/select_arrow_full.png) right top no-repeat;
}

.select_list_arrow_small {
    width: 100px;
}

/* ---------------------------------------------------------------------
 Input
------------------------------------------------------------------------ */
.input_group { 
    margin-bottom: 19px;
    overflow: hidden;
}

.label {
    display: block;
    margin-bottom: 7px;
}

.input,
.textarea {
    color: #000000;
    font-family: 'PolarisBook';
    font-size: 14px;
    line-height: normal;
}

.required-field {
    color: #d33939;
    font-family: 'PolarisMedium';
    font-size: 14px;
}

/* input types */
.input_text,
.textarea {
    margin: 0;
    padding: 8px 14px;
    border: 1px solid #c9cacc;
    -webkit-appearance: none;
}

.label_check {
    text-indent: -9999px;
}

input[type="checkbox"],
input[type="radio"] {
    opacity: 0;
    float: left;
}

input[type="checkbox"] + label {
    margin: 0;
    width: 16px;
    height: 17px;
    clear: none;
    background: url(../images/checkbox-radio.png) no-repeat right top;
    cursor: pointer;
    text-indent: -9999px;
}

input[type="radio"] + label {
    margin: 0;
    width: 16px;
    height: 17px;
    clear: none;
    background: url(../images/checkbox-radio.png) no-repeat right bottom;
    cursor: pointer;
    text-indent: -9999px;
}

input[type="checkbox"]:checked + label {
    background-position: left top;
}

input[type="radio"]:checked + label {
    background-position: left bottom;
}

.textarea {
    height: 143px;
    resize: none;
}

.mix-input_isError {
    border: 1px solid #d33939;
    color: #d33939;
}

.submit_check {
    margin: 9px 0 0 15px;
}

.submit_check > span {
    position: relative;
    top: -19px;
    left: 25px;
}

/* ---------------------------------------------------------------------
 Box Module
------------------------------------------------------------------------ */
.box { 
    padding: 7px 7px 0;
    background: #eaebeb; 
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.box_featured {
    padding: 14px 14px 6px;
}

.box_simple {
    border: 1px solid #efeff0;
}

.box_featured_set {
    height: 75px;
    max-height: 75px;
}

.box_contact {
    min-height: 744px;
}

.box-stack {
    margin-bottom: 8px;
}

/* Homepage boxes have set heights */
.box_set {
    height: 191px;
    max-height: 191px;
}

.box-hd {
    background: #aaaaaa;
    padding: 8px 14px;
}

.box-hd_simple {
    padding: 18px 18px 19px;
    background: #ffffff;
    border-bottom: 1px solid #efeff0;
}

.box-bd { 
    padding: 8px 14px; 
}

.box-bd_simple {
    padding: 0;
}

.box-ft { 
    padding: 0 14px 8px 14px; 
}

/* ---------------------------------------------------------------------
 Media Block
------------------------------------------------------------------------ */
.media { 
    position: relative;
    overflow: hidden; 
}

.media-hero {
    margin-bottom: 15px;
}

.userContent .media-hero h1 {
    margin: 0;
}

.media_stack + .media_stack {
    margin-top: 16px;
}

.media_stack > .media-img {
    margin-bottom: 8px;
}

.media_flip {
    float: left;
    clear: both;
}

.media-img {
    float: left;
    margin: 0 15px 0 0;
}

.media-img > img {
    display: block;
}

.media-img_inverse {
    float: right;
    margin: 0 0 0 15px;
}

.media-img_stack {
    margin: 0 0 12px;
}

.media-img_stack-tall {
    margin: 0 0 26px;
}

.media-hd {
    margin: 0 0 5px 0;
}

.media-hd_featured {
    padding: 0 4px;
}

.media-bd { 
    overflow: hidden; 
}

.media-img_brd {
    border-bottom: 5px solid #000000;
}

/* Areas of content need to wrap under media img */
.media-bd_visable {
    overflow: visible;
}

.media-bd > * + * {
    margin-top: 5px;
}

.media-bd_featured {
    padding: 0 0 0 4px;
}

.media-cta {
    padding: 20px 27px 16px;
    position: absolute;
    bottom: 12px;
}

.media-cta_featured {
    bottom: 35px;
    left: 45px;
    width: 85%;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, .75);
}

.media-cta_plain {
    width: 37%;
    padding-bottom: 12px;
}

/* ---------------------------------------------------------------------
 Call to Action Module
------------------------------------------------------------------------ */
.cta {
    overflow: hidden;
}

.cta-hd {
    margin-bottom: 19px;
}

.mix-cta_brd {
    padding-bottom: 19px;
}

/* ---------------------------------------------------------------------
 Navigation Styles
------------------------------------------------------------------------ */
.subNav {
    display: none;
    position: relative;
}

.nav-divided {
    height: 32px;
    border-left: 1px solid #ececec;
}

/* ---------------------------------------------------------------------
 Main Navigation Styles
------------------------------------------------------------------------ */
/* Added to remove blinking on hover */
.mainNav > * + * {
    padding-left: 25px;
}

.mainNav_link {
    display: block;
    padding: 8px 0 34px;
    position: relative;
}

.mainNav_link-inner {
    float: right;
    width: 75%;
}

.mainNav > li:hover .mainNav_link {
    color: #00a5db;
    background: #ffffff url(../images/subMenu_arrow.png) center 48px no-repeat;
}

.mainNav-sub_list {
    padding: 21px 0 0 24px;
}

.mainNav_isActive {
    display: none;
    position: absolute;
    left: 595px;
    top: 150px;
    z-index: 9999;
}

.mainNav_link:hover .mainNav_isActive {
    display: block;
}

.mainNav > *:hover .mainNav-sub_isActive {
    display: block;
}

.mainNav_item:hover .mainNav_isActive {
    display: block;   
}

.mainNav-sub_isActive {
    display: none;
    width: 100%;
    min-height: 293px;
    padding-bottom: 20px;
    position: absolute;
    top: 128px;
    left: 0;
    background: #041425 url(http://media.corporate-ir.net/media_files/IROL/10/105070/assets/images/bkg-mainNav.jpg) bottom left repeat-x!important;
    z-index: 9999;
}

.mainNav-sub_item {
    width: 226px;
}

.mainNav-sub_item + .mainNav-sub_item {
    margin-top: 15px;
}

.mainNav-sub_link {
    display: block;
    padding: 8px 15px 8px;
    line-height: 1;
}

.mainNav-sub_link:hover,
.mainNav-sub_link_isActive {
    background-color: rgb( 150, 150, 150);
    background-color: rgba( 255, 255, 255, .15);
}

.mainNav-sub_item:hover .mainNav-subInner_item {
    display: block;
    z-index: 9999;
}

.mainNav-subInner {
    display: none;
}

.mainNav-sub_info {
    display: none;
}

.mainNav-sub_item:hover .mainNav-sub_info {
    display: block;
    position: absolute;
    top: 22px;
    right: 0px;
    max-width: 35%;
    line-height: 1.5;
}

.mainNav-sub_infoInner {
    display: none;
}

.mainNav-subInner_item {
    display: none;
}

.mainNav-subInner_item:hover .mainNav-sub_infoInner {
    display: block;
    width: 340px;
    position: absolute;
    top: 1px;
    left: 346px;
    line-height: 1.5;
}

.mainNav-sub_col {
    height: 275px;
    width: 310px;
    padding-top: 9px;
    position: absolute;
    top: 21px;
    left: 249px;
    border-left: 1px solid #293745;
    border-right: 1px solid #293745;
    z-index: 1;
}

.mainNav-sub_item:hover .mainNav-subInner {
    display: block;
    position: absolute;
    width: 310px;
    height: 284px;
    top: 21px;
    left: 250px;
    z-index: 99;
    line-height: 1.5;
}

.mainNav-sub_info {
    position: absolute;
    left: 596px;
    width: 410px;
}

.sub-info_text {
    line-height: 1.5;
}

/* ---------------------------------------------------------------------
 Utility Navigation Styles
------------------------------------------------------------------------ */
.utilNav {
    border-bottom: 1px solid #ececec;
    overflow: visible;
}

.utilNav_item > .utilNav_link {
    padding: 12px 10px 9px;
}

.utilNav_item:last-child > .utilNav_link {
    padding-right: 0;
}

.nav-divided > a {
    display: block;
    padding: 12px 9px 10px 12px;
}

.utilNav_hasSub:hover .utilNav_link {
    background: #ffffff url(http://media.corporate-ir.net/media_files/IROL/10/105070/assets/images/utilNav_arrow.png) center 28px no-repeat;
}

.utilNav > .nav-divided:hover .utilNav_link {
    background: none;
}

.utilNav_item {
    position: relative;
}

.utilNav_search {
    padding: 0;
}

.utilNav-sub_item {
    position: relative;
}

.utilNav_link {
    display: block;
}

.utilNav_sub {
    width: 150px;
    padding: 16px 0 20px;
    margin: 0 0 0 -118px;
    position: absolute;
    top: 34px;
    left: 50%;
    background-color: #eaebeb;
    z-index: 99;
}

.utilNav-subInner {
    max-width: 181px;
    position: absolute;
    top: 0;
    left: 150px;
    background-color: #f5f5f5;
    white-space: nowrap;
}

.utilNav-sub_link {
    display: block;
    padding: 8px 20px 7px;
}

.utilNav *:hover .utilNav_sub {
    display: block;
}

.utilNav-sub_item:hover {
    background: #f5f5f5;
}

.utilNav-sub_item:hover .utilNav-subInner {
    display: block;
}

.utilNav-sub_item > .utilNav-sub_link:hover {
     background-color: #f5f5f5;
}

.utilNav-subInner_link {
    display: inline-block;
    width: 100%;
    padding: 8px 15px 7px;
}

.utilNav-subInner_item:hover {
    background-color: #ffffff;
}

/* ---------------------------------------------------------------------
 Footer Styles
------------------------------------------------------------------------ */
.copyright {
    margin-bottom: 6px;
}

/* ---------------------------------------------------------------------
 Content Component Library
------------------------------------------------------------------------ */
.tr-userContent {
    margin-bottom: 20px;
}


.tr-userContent p {
    padding: 4px 5px;
    color: #ffffff;
    background-color: #293745;
}

.sg-content .row + .row {
    margin-top: 20px;
}

/* ---------------------------------------------------------------------
 Segment
------------------------------------------------------------------------ */
.segment {
    margin-bottom: 22px;
    padding-right: 10px;
}

.segment-hd { margin-bottom: 10px; }

.segment-bd { margin-bottom: 26px; }

.segment-bd > * { margin-bottom: 5px; }

/* ---------------------------------------------------------------------
 Masthead
------------------------------------------------------------------------ */

.masthead-user {
    position: absolute;
    top: 1px;
    right: 0;
}

.masthead-nav {
    float: right;
    margin: 72px 11px 0 0;
}

/* ---------------------------------------------------------------------
 SearchForm
------------------------------------------------------------------------ */

.searchForm {   }

.searchForm-input {
    background-color: #f6f6f6;
    border: 1px solid #eaebeb;
    padding: 3px 2px 3px 6px;
    width: 148px;
    margin-right: 5px;
}

.searchForm-btn {
    padding-right: 18px;
    font-size: 10px;
    font-family: 'PolarisBold';
    background: url(../images/right-arrow-2.png) no-repeat right center;
    cursor: pointer;
}

.searchForm-btn:active { padding: 0 18px 0 0; }

/* TODO - review this convention, probably a better way to do this */
/* Note that the border follows the right column in KCG_Intranet_Home_05.psd, although the intent may simply be for the border to follow the longest column */
.hDivided {
    padding-right: 15px;
    border-right: 1px solid #eaebeb;
}

.xl-hd { margin-bottom: 34px; }

.balance:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.balance-yin {
    float: left;
}

.balance-yang {
    float: right;
}

/* TO DO -- This is needs to be reviewed */
.shim { padding-right: 10px; }

/* ---------------------------------------------------------------------
 Search Results
------------------------------------------------------------------------ */
.result {
    padding: 17px 17px 18px;
}

.result_isActive {
    display: block;
}

.result_isActive:hover {
    background-color: rgb(255, 255, 255);
    background-color: rgba(0, 165, 219, .15);
}

/* ---------------------------------------------------------------------
 Error / Success States
------------------------------------------------------------------------ */
.errMsg {
    margin: 2px 0 0;
}

.error {
    color: #d33939;
    font-family: 'PolarisBook', serif;
    font-size: 14px;
}

input.error,
textarea.error {
    color: #000000;
    border: 1px solid #d33939;
}

.entry {
    float: left;
    margin: 11px 0 0 0;
}