@charset "utf-8";
/*
/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * Dreamweaver modifications:
 * 1. Commented out selection highlight
 * 2. Removed media queries section (we add our own in a separate file)
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; overflow-x: hidden; overflow-y: hidden;}

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

/* Dreamweaver: uncomment these if you do want to customize the selection highlight
 *::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
 *::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */

/* =============================================================================
   Links
   ========================================================================== */

a { color: #137295; text-decoration: none;}
/*a:visited { color: #551a8b; }*/   /*CH - 02/27/2015*/
a:visited { color: #137295; }
a:hover { color: #137295; text-decoration: underline;}
a:focus { outline: none}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; list-style:none;}
dd { margin: 0 0 0 40px; }
nav ul, nav ol {  list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
.image {padding: 0; margin: 0; border: none; display: block;}
.image_nb {padding: 0; margin: 0; border: none;}
.image_lft {padding: 0; margin: 0; border: none; float: left;}
.image_rgt {padding: 0; margin: 0; border: none; float: right;}
.image_rgt30 {padding: 0; margin: 0 0 0 30px; border: none; float: right;}
.image_arrw {padding: 0; margin: 0; border: none; vertical-align:middle;}
.clearfloat {clear: both; height: 0px; font-size: 1px; line-height: 0px;}
.title1 {margin: 0px; padding: 0; font-size: 16px; color: #336799; font-weight: bold;}
.ticktitle {margin: 0px; padding: 0 0 0 10px; font-size: 16px; color: #137295; font-weight: bold; z-index: 9999 !important;position:relative;}
.featureheading {font-size: 130%; color: #000; font-weight: bold; margin-bottom: 10px;}
.newsheading1 {font-size: 130%; color: #000; font-weight: bold; border-bottom: 1px solid #0198CF; margin-bottom: 0;}
.newsheading2 {font-size: 110%; color: #336699; font-weight: bold;}
.learnmore {margin: 0; padding: 0; font-size: 11px; color: #666; font-weight: bold; text-align: right;}

#skiptocontent a {padding:7px; position: absolute; top:-40px; left:0px; color: #336600; border-right:1px solid white;
border-bottom:1px solid white; border-bottom-right-radius:8px; background:transparent; -webkit-transition: top 1s ease-out, background 1s linear; transition: top 1s ease-out, background 1s linear; z-index: 100;}
#skiptocontent a:focus {position:absolute; left:0px; top:0px; background: #CDE5B3; outline:0; -webkit-transition: top .1s ease-in, background .5s linear; transition: top .1s ease-in, background .5s linear;}








/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }




/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 

 @media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }

  .no-print {display: none;}

    #form-hd-nav ul#bigscreenNav {
        display: inline-block !important;
    }

    .styled-select2 ul#smallscreenNav {
        display: none !important;
    }




}


 @media (max-width: 625px){
    .modifyVideoMobile{
        margin-left: 15px !important;
        margin-right: auto !important;
        position:relative !important;
        max-width: 88%;
        font-size: 9pt !important;
    }
 }

@media (max-width: 625px) {
    .modifyVideoMobileEducation {
        margin-left: 0 !important;
        margin-right: auto !important;
        position: relative !important;
        max-width: 88%;
        height: 88%;
    }
}

@media (max-width: 625px) {
    .modifyVideoMobileEducationText {
        visibility: hidden;
    }
}

.action-save-left {
    float: left
}
.summary-save-left {
    float: left;
    width: 33.3%;
}

.action-save-right {
    float: right
}

.summary-save-right {
    float: right;
    width: 33.3%;
    text-align: right;
}

.action-save-submit {
    border: 0px;
}

.CheckArea {
    width: 100%;
    margin-bottom: 10px;
}
.padding-20-area {
    width: 100%;
    padding-bottom: 20px
}
.dialog-message-hide {
    display: none;
}

.ui-icon-style {
    float: left;
    margin: 0 7px 50px 0;
}

.consumer-ed-video-text-wrap {
    z-index: 1;
    position: relative
}

.consumer-ed-video-text {
    color: white;
    white-space: normal;
    font-size: 13pt;
    margin-bottom: -30px
}

.consumer-ed-video {
    background-color: black;
    position: relative;
    z-index: 0
}

.video-text-wrap{
    z-index: 1;
    position: absolute;
    max-width: 309px;
}

.video-text {
    color: white;
    /*white-space: nowrap;*/
    font-size: 8pt;
    overflow-wrap: normal;
    max-width: 309px;
    /*margin-bottom: -10px;*/
    margin-top: -.5px;
}

.econsumer-video-style {
    background-color: black;
    position: relative;
    z-index: 0
}

.video-carousel-text {
    color: white;
    white-space: normal;
    font-size: 12pt;
    margin-bottom: -15px;
    margin-left: 56px
}

.carousel-video-style {
    background-color: black;
    position: relative;
    z-index: 0;
    margin-left: 52px;
    margin-bottom: 60px
}

.econsumer-carousel-clear {
    clear: both;
}

.lang-nav-li {
    text-decoration: none;
    color: #90ACC3;
}
.summary-print-icon {
    text-decoration: none;
}
#OMB {
    display: block;
    margin-top: 5px;
    font-weight: 700;
}

.li-cursor-pointer {
    cursor:pointer;
}
.complaint-sub-action-link {
    display: inline-block;
}

.valid-sum-error-marg {
    margin: 0;
}

.question-bubble-details {
    margin-bottom: 2px;
    margin-left: 2px;
}

.summary-field-label-wrapper-50 {
    width: 50%;
}

.member-country-select {
    width: 300px;
}

.complaint-form-margin {
    margin-bottom: 50px
}

.submit-div-float-right {
    float: right
}

.notice-img {
    padding-top: 0px
}
.notice-submit-btn {
    border: 0px;
    background-color: transparent;
}

.summary-comments-textarea {
    width: 99%;
}
.summary-comments-edit-wrapper {
    width: 100%;
    padding-bottom: 20px
}


/*add styles for new complaint trends & external disclaimer page*/
.ct-wrapper {
    width: 100%;
}
.ct-title, .ct-para-div, ct-img-div {

}
.ct-para-div {
    margin-top: -15px;
}
.pt-3 {
    padding-top: 20px;
}
.line-h {
    line-height: 1.25;
}
.redirect-para {
    padding-right: 25px;
    color: red;
    text-align: right;
}

.ed-link-div {
    text-align: center;
}
.ed-link-div a {
    text-decoration: none;
}
.ed-link-text {
    word-break: break-all;
}
.ed-cancel-btn-div {
    margin-top: 50px;
}
.ed-cancel-btn-div a {
    color: black;
    text-decoration: underline;
}


@media only screen and (min-width: 992px) {
    .ct-wrapper {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .ct-para-div {
        margin: 10px;
        width: 40%;
    }

    .ct-img-div {
        padding: 50px 25px 30px 10px;
        width: 60%;
    }

    .pl-25 {
        padding-left: 25px;
    }

    .p-25 {
        padding-left: 25px;
        padding-right: 25px;
    }
}

/*styles for covid and work at home story page*/
    .covid-img-one, .covid-img-two {
        display: none;
    }
    .hr-width {
        width: 25%;
    }


@media only screen and (min-width: 992px) {

    .covid-img-one, .covid-img-two {
        display: block;
    }
    .covid-img-one {
        float: right;
        margin-right: 100px;
        padding-left: 25px;
    }
    .covid-img-two {
        float: right;
        padding-left: 25px;
        max-width: 500px;
    }
    .work-at-home-img {
        display: block;
        float: right;
        padding-left: 25px;
        max-width: 500px;
    }
    .travel-plans-img {
        display: block;
        float: right;
        padding-left: 25px;
        max-width: 450px;
        max-height: 700px;
    }
}

.resp-tab-item.sub-nav, .resp-tab-active.sub-nav {
    margin: 0 30px 5px 0;
    font-size: 14px;
}
    

/*styles for social media links*/
.social-media-div {
    display: flex;
    flex-direction: column;
    justify-content: end;
    color: #666666;
}
.transparent {
    visibility: hidden;
}
.social-media-inner-div {
    float: right;
}
.featuredstory-padding {
    padding-top: 20px;
}

.share-title {
    padding-top: 5px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: row-reverse;
}
.not-news-share-title {
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
@media only screen and (min-width: 801px) {
    .social-media-div {
        padding-bottom: 0;
    }
    .not-news-share-title {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .not-news-title {
        max-width: 70%;
    }
}

/*styles for stories*/
.online-deliveries-list-item {
    padding-left: 40px;
}
.ammapAlert
{
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    font-family:verdana,helvetica,arial,sans-serif;
    font-size:12px;
    color:#CC0000;
}

.ammapDescriptionWindow
{
   font-size:11px;
   font-family:verdana,helvetica,arial,sans-serif;
   background-color:#FFFFFF;
   border-style:solid;
   border-color:#DADADA;
   border-width:1px;
   color:#000000;
   padding:8px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.ammapDescriptionTitle
{
   font-size:12px;
   font-weight:bold;
   font-family:verdana,helvetica,arial,sans-serif;
   padding-bottom:5px;
}

.ammapDescriptionWindowCloseButton
{

}

.ammapObjectList ul
{
    padding-left:20px;
    list-style:square outside;
    color:#999999;
    font-family:verdana,helvetica,arial,sans-serif;
    font-size: 12px;
}

.ammapObjectList ul ul
{
    padding-left:14px;
}

.ammapObjectList a
{
    color:#000000;
}

.ammapObjectList a
{
    color:#000000;
    text-decoration:none;
    display:block;
    padding:2px;
}

.ammapObjectList a:hover
{
    color:#CC0000;
    text-decoration:none;
    background:#FFFFFF;
    cursor:pointer;
    display:block;
}

.ammapDescriptionText
{
	overflow: auto;
}


.amChartsPlotArea
{

}
/* Preload images */
body:after {
  content: url(images/close.png) url(images/loading.gif) url(images/prev.png) url(images/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

ul.resp-tabs-list {margin: 0; padding: 0 2% 0 7px; float: left;}
.resp-tabs-list li {position: relative; text-decoration: none; font-size: 15px; font-weight: bold; display: inline-block; padding: 10px 0px 10px 0; margin: 0 25px 5px 0; list-style: none; cursor: pointer; float: left; color: #AEB1B0; text-align: center; word-break:break-word;}
.resp-tabs-list li:last-child {margin: 0 0 5px 0;}
/*changed form font size*/
/*.resp-tabs-list li {font-size: 14px; font-weight: bold; display: inline-block; padding: 9px 0; margin: 0 4px 0 0; list-style: none; cursor: pointer; float: left; color: #AEB1B0; width: 232px; text-align: center; border: 1px solid #AEB1B0; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}*/
/*.resp-tabs-list li:hover {background-color:#0198CF; color: #fff;}*/
/*.resp-tabs-list li:hover a {text-decoration: underline;}*/
.resp-tabs-list li:hover a::after {content: ""; color: #8fd6ee; position: absolute; width: 100%; left: 0; bottom: 0; height: 5px; background-color: #8fd6ee; }
.resp-tabs-list li a {text-decoration: none; width: 100%; display: block; color: black;}

/*.resp-tabs-container {position: relative; top: -27px; margin: 0; padding: 0; background-color: #fff; clear: both; width: 100%; z-index: 999;}*/
h2.resp-accordion {cursor: pointer; padding: 5px; display: none;}
.resp-tab-content {position: relative; display: none; padding: 0; background-color: #E0E0C8;}
/*.resp-tab-active {position: relative; border: none!important; border-bottom: none; margin-bottom: 0; padding: 0;  z-index: 1000;}*/
.resp-tab-active::after {content: ""; color: #8fd6ee; position: absolute; width: 100%; left: 0; bottom: 0; height: 5px; background-color: #8fd6ee;}
/*changed form font size*/
/*.resp-tab-active {position: relative; border: none!important; border-bottom: none; margin-bottom: 0; padding: 0; color: #fff!important; background-image: url(images/tab-arrw.png); background-repeat: no-repeat; height: 49px;  z-index: 999999999999;}*/
.resp-tab-active a { width: 100%; display: block; color: #2b5796!important;}
li.resp-tab-active:hover {background-color:transparent!important;}

#Tabs2 .resp-tab-active {font-size: 14px; font-weight: bold; display: inline-block; padding: 9px 0; margin: 0 4px 0 0; list-style: none; cursor: pointer; float: left; color: #AEB1B0; width: 232px; text-align: center; border: 1px solid #AEB1B0; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}

.resp-content-active, .resp-accordion-active {display: block;}
h2.resp-accordion {font-size: 13px; border: 1px solid #c1c1c1; border-top: 0px solid #c1c1c1; margin: 0px; padding: 10px  15px;}
h2.resp-tab-active {border-bottom: 0px solid #c1c1c1 !important; margin-bottom: 0px !important; padding: 10px 15px !important;}
h2.resp-tab-title:last-child {border-bottom: 12px solid #c1c1c1 !important; background: blue;}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {float: left; width: 30%;}
.resp-vtabs .resp-tabs-list li {display: block; padding: 15px 15px !important; margin: 0; cursor: pointer; float: none;}
.resp-vtabs .resp-tabs-container {padding: 0px; background-color: #fff; border: 1px solid #c1c1c1; float: left; width: 68%min-height: 250px; border-radius: 4px; clear: none;}
.resp-vtabs .resp-tab-content {border: none; padding: 0 2% 2% 2%;}
.resp-vtabs li.resp-tab-active {border: 1px solid #c1c1c1; border-right: none; background-color: #fff; position: relative;
z-index: 1; margin-right: -1px !important; padding: 14px 15px 15px 14px !important;}
.resp-arrow {width: 0; height: 0; float: right; margin-top: 3px; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 10px solid #336799;}
h2.resp-tab-active span.resp-arrow {border: none; border-left: 5px solid transparent; border-right: 5px solid transparent;
border-top: 10px solid #fff;}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {background: #0198CF !important; text-align: left; font-weight: bold!important; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; height: auto; font-size: 13px;}
.resp-easy-accordion  h2.resp-accordion {display: block;}
.resp-easy-accordion .resp-tab-content {border: 1px solid #c1c1c1;}
.resp-easy-accordion .resp-tab-content:last-child {border-bottom: 1px solid #c1c1c1 !important;}
.resp-jfit {width: 100%; margin: 0px;}
.resp-tab-content-active {display: block;}
h2.resp-accordion:first-child {border-top: 1px solid #c1c1c1 !important;}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 800px) { /*was 768px*/
ul.resp-tabs-list {display: none;}
.resp-tabs-container {margin: 0; padding: 0; background-color: #fff; clear: both; position: relative; top: 0!important;}
h2.resp-accordion {display: block; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; margin-top: 5px; border: 1px solid #AEB1B0; color: #336799; font-size: 13px; clear: both;}
h2.resp-accordion a {text-decoration: none; color: #336799; width: 100%; display: block;}
.resp-vtabs .resp-tab-content {border: none;}
.resp-tab-content-active {display: block; padding: 0;}
.resp-accordion-closed {display:none !important;}
.resp-vtabs .resp-tab-content:last-child {border-bottom: 1px solid #c1c1c1 !important;}
}


.bx-wrapper {position: relative; margin: 15px 0 15px 0; padding: 0 ; *zoom: 1;}
.bx-wrapper img {max-width: 100%; display: block;}


/** THEME
===================================*/

.bx-wrapper .bx-viewport { border: none; left: 0; background: #fff; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -moz-box-shadow: 0 0 5px lightgrey; -webkit-box-shadow: 0 0 5px lightgrey; box-shadow: 0 0 5px lightgrey; 

/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: relative;
	bottom: 25px;
	width: 100%;
	
	
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #E0E0C8;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #336699;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/arrw-prev.png) no-repeat 0 0;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/arrw-next.png) no-repeat 0px 0px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

@media only screen and (max-width: 760px) {
.bx-wrapper .bx-prev {
	display: none; left: 10px;
	background: url(images/arrw-prev.png) no-repeat 0 0;
}

.bx-wrapper .bx-next {
	display: none; right: 10px;
	background: url(images/arrw-next.png) no-repeat 0px 0px;
}
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

@charset "utf-8";

img, object, embed, video {
    max-width: 100%;
}

.clear-fix{clear: both; display:block;}

/************************************************************************************
MOBILE LAYOUT: 480px and below.
*************************************************************************************/
.gridContainer {margin-left: auto; margin-right: auto; width: 100%; padding: 0;}
#maincontent {clear: both; float: left; margin: 2%; width: 95%; display: block; font-size: 80%;}
section {clear:both; float: left; margin:0 1%; padding: 0; width: 98%;}	
#whatis {clear: both; float: left; margin-left: 0; width: 90%; display: block; padding: 3%; margin: 15px 2% 0 2%; border: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -moz-box-shadow: 0 0 5px lightgrey; -webkit-box-shadow: 0 0 5px lightgrey; box-shadow: 0 0 5px lightgrey;}
#rotator {clear: both; float: left; margin-left: 0; width: 96%; display: block; padding: 2%; margin: 15px 0 0 0; border: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}
.rotatortext {display: block; margin: 5px 30px 0px 10px; padding: 0;}
.rotatorimg {display: block; margin: 20px 0 40px 0; padding: 0;}
.rotatorimg2 {display: block; margin: 20px 0 40px 0; padding: 0;}
#latestnews {margin: 0 10px 60px 10px; padding: 0; text-align:left; font-size: 85%;}
.how-we-use-div {
    margin-top: 8px;
    font-weight: bold;
}

.how-we-use-para {
    background-image: url(images/caret-blue-10.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding: 0 15px 0 0;
}
#QuestionText {
    color: #336699;
}

h1 {margin: 0px; padding-top: 5px; font-size: 110%; color: #000; font-weight: bold;}
h2 {font-size: 105%; color: #336699; font-weight: bold;}
h3 {color: #336699; font-weight: bold; margin: 5px 0; font-size: 100%;}
.go-top {position: fixed; bottom: 0; right: 0; text-decoration: none; color: #fff; background-color: #757575; font-size: 11px; padding: 6px; display: none; background-image: url(images/arrow-141-16.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 0 0 5px 15px;}
.go-top:visited {color: #fff;}
.go-top:hover {color: #fff;}


/* ==|== header styles ===================================================== */
#header {clear: both; float: left; margin: 0; width: 100%; display: block;}
#topnavigation {clear: both; float: left; margin: 0; padding: 4px 0; width: 100%; display: block; background-color: #1CA3D3; border-bottom: 3px solid #336799;}
#topnavcol1 {clear: both; float: left; margin-left: 0; padding: 0 0 0 1%; width: 99%; display: block; background-color: #1CA3D3; color: #fff; font-size: 70%; font-weight: bold;}
#topnavcol1 a, #topnavcol1 a:visited, #topnavcol1 a:hover {color: #fff}
#topnavcol2 {position: relative; clear: both; float: left; margin: 0; padding: 0 0 0 1%; width: 99%; display: block; color: #fff; font-size: 80%;}
#menu-icon {position: absolute; top: 15px; right: 3%; background: url(images/menu-icon.jpg) no-repeat; width: 32px; height: 27px; cursor: pointer; display: none;  /* show menu icon */}
#policy-link {float:right; margin-top:-10px; padding-right:15px; font-size:12px; display:block}

#topnav {clear: both; position: absolute; z-index: 1000; top: 42px; right: 3%; width: 175px; margin: 0; padding: 0;border: 1px solid #336797; background: #B2ECFA; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; display: none; list-style:none; /* visibility will be toggled with jquery */}
#topnav li {clear: both; float: none; text-align: left; margin: 0; padding: 2px 10px; border-bottom: 1px solid #336797;}
#topnav li a, #topnav li a:link, #topnav li a:visited {color: #336797; text-decoration: none; font-weight: bold; display: block; padding: 6px 0;}
#topnav li:hover {background-color:#336797;}
#topnav li a:hover { color: #fff; display: block; padding: 6px 0;}
.image_icpen {float: left; padding: 0; margin: 0 3px 0 0; border: none; vertical-align:middle;}
#topmast {position: relative; clear: both; float: left; margin-left: 0; width: 100%; display: block;}
#logoimg {clear: both; float: left; margin: 0 0 0 0; padding: 0 3% 5px 1%; width: 66%; display: block;}
#langnav {clear: none; float: left; margin: 15px 0 0 2%; padding: 0; width: 24%; display: block; text-align: left;}
#langnav ul {display: none; padding: 0; margin: 0; list-style-type: none;}
#langnav ul li {padding: 0 8px; margin: 0; display:inline; color: #666;}
#langnav a, #langnav a:link {color: #666; text-decoration: none;}
#langnav a:visited {color: #666; text-decoration: none;}
#langnav a:hover {color: #666; text-decoration: underline;}
.styled-select select {width: 100%; background: transparent; padding: 1px 2px; font-size: 12px; line-height: 1; border: 0; border-radius: 0;
-webkit-appearance: none;}
.styled-select {overflow: hidden; background: url(images/dwn-arrow.jpg) no-repeat 97% #fff; border: 1px solid #336797; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
#icpen-top-para-div {padding-left: 15px; font-size: 12px}
#icpen-top-para-one {color: #2b5796;}
#icpen-para-div {display: none;}
.icpen-para-one {color: #2b5796;}

/* ====================================================================== */

/* ==|== nav styles ===================================================== */
nav {position: relative; clear: both; float: left; margin-left: 0; width: 100%; min-width: 310px; display: block;}
ul.tablist {margin: 0.5em 0 15px 0; padding: 0 0 0 15px; list-style-type:square;}
.introdiv {display: none;}
ul.tabscol {margin: 0; padding: 0; list-style:none; width: 100%; display: block}
ul.tabscol li {padding: 0; margin:0 0 3px 0; display: inline-block; width: 100%; float: left; min-width: 280px; border: 1px solid lightgray; height: 42px;}
ul.tabscol li a, ul.tabscol li a:active, ul.tabscol li a:visited {float: left; font-family: Arial; font-weight: bold; color: #666; font-size: 13px; padding: 3px 8% 0 1%; text-decoration: none; display: block; width: 92%;}
/* Language Specific Settings for above ul.tabscol li a, ul.tabscol li a:active, ul.tabscol li a:visited */
.pl ul.tabscol li:nth-child(5) a, ul.tabscol li:nth-child(5) a:active, ul.tabscol li:nth-child(5) a:visited {float: left; font-family: Arial; font-weight: bold; color: #666; font-size: 10px; padding: 3px 8% 0 1%; text-decoration: none; display: block; width: 92%;line-height:11px}
.fr ul.tabscol li:nth-child(5) a, ul.tabscol li:nth-child(5) a:active, ul.tabscol li:nth-child(5) a:visited {float: left; font-family: Arial; font-weight: bold; color: #666; padding: 3px 8% 0 1%; text-decoration: none; display: block; width: 100%;}
.fr ul.tabscol li:nth-child(6) a, ul.tabscol li:nth-child(6) a:active, ul.tabscol li:nth-child(6) a:visited {float: left; font-family: Arial; font-weight: bold; color: #666; padding: 3px 8% 0 1%; text-decoration: none; display: block; width: 98%;}
.de ul.tabscol li:nth-child(1) a, ul.tabscol li:nth-child(1) a:active, ul.tabscol li:nth-child(1) a:visited {float: left; font-family: Arial; font-weight: bold; color: #666; font-size: 13px; padding: 3px 8% 0 1%; text-decoration: none; display: block; width: 100%;line-height:11px}
.de ul.tabscol li:nth-child(6) a, ul.tabscol li:nth-child(6) a:active, ul.tabscol li:nth-child(6) a:visited {float: left; font-family: Arial; font-weight: bold; color: #666; font-size: 13px; padding: 3px 8% 0 1%; text-decoration: none; display: block; width: 98%;}
.es ul.tabscol li:nth-child(1) a, ul.tabscol li:nth-child(1) a:active, ul.tabscol li:nth-child(1) a:visited {float: left; font-family: Arial; font-weight: bold; color: #666; font-size: 13px; padding: 3px 8% 0 1%; text-decoration: none; display: block;line-height:13px}
.es ul.tabscol li:nth-child(5) a, ul.tabscol li:nth-child(5) a:active, ul.tabscol li:nth-child(5) a:visited {float: left; font-family: Arial; font-weight: bold; color: #666; font-size: 13px; padding: 3px 8% 0 1%; text-decoration: none; display: block; width: 100%;}
.pl ul.tabscol li:nth-child(5) a, ul.tabscol li:nth-child(5) a:active, ul.tabscol li:nth-child(5) a:visited {float: left; font-family: Arial; font-weight: bold; color: #666; font-size: 13px; padding: 3px 8% 0 1%; text-decoration: none; display: block; width: 98%;line-height:11px}
.tr ul.tabscol li:nth-child(5) a, ul.tabscol li:nth-child(5) a:active, ul.tabscol li:nth-child(5) a:visited {float: left; font-family: Arial; font-weight: bold; color: #666; font-size: 13px; padding: 3px 8% 0 1%; text-decoration: none; display: block; width: 99%;}
.tr ul.tabscol li:nth-child(3) a, ul.tabscol li:nth-child(3) a:active, ul.tabscol li:nth-child(3) a:visited {float: left; font-family: Arial; font-weight: bold; color: #666; font-size: 13px; padding: 3px 8% 0 1%; text-decoration: none; display: block; width: 99%;}
.fr ul.tabscol li:nth-child(4) .btn-icon2 {vertical-align: middle; float: left; border: none; margin: 2px 2px 0 0;}
.fr ul.tabscol li:nth-child(6) .btn-icon2 {vertical-align: middle; float: left; border: none; margin: 2px 2px 0 0;}
.tr ul.tabscol li:nth-child(6) .btn-icon2 {vertical-align: middle; float: left; border: none; margin: 2px 2px 0 0;}
.ko ul.tabscol li:nth-child(1) .btn-icon {vertical-align: middle; float: none; border: none; margin: 2px 0 0 0;}
.de ul.tabscol li:nth-child(1) .btn-icon { border: none; margin: 0; padding: 0;}
.ko ul.tabscol li:nth-child(8) .btn-icon3 {vertical-align: middle; float: none; border: none; margin: 2px 2px 0 0;}
.pl ul.tabscol li:nth-child(6) .btn-icon2 {vertical-align: middle; float: left; border: none; margin: 2px 2px 0 0;}
.ja ul.tabscol li:nth-child(8) .btn-icon3 {vertical-align: middle; float: none; border: none; margin: 2px 2px 0 0;}

ul.tabscol li:hover {background-color: #D1EEFA; border: 1px solid #000000;}
ul.tabscol li a:hover {text-decoration: none;}
#complaint {float: left; display: block; margin: 0 0 5px 0; padding: 2% 1.5%; background-color: #fff; width: 97%; background-image:none;}
#othersteps {float: left; display: block; margin: 6px 0 15px 0; padding: 2% 1.5%; background-color: #fff; width: 97%; background-image:none;}
#newsnav {float: left; display: block; margin: 0 0 5px 0; padding: 2% 1.5%; background-color: #fff; width: 97%; background-image:none;}
#othersteps ul.tabscol li a, #othersteps ul.tabscol li a:active, #othersteps ul.tabscol li a:visited, #newsnav ul.tabscol li a, #newsnav ul.tabscol li a:active, #newsnav ul.tabscol li a:visited {float: left; font-family: Arial; font-weight: bold; color: #666; font-size: 11px; padding: 10px 8% 0 1%; text-decoration: none; display: block; width: 92%;}

.btn-icon {float: left; border: none; margin: 2px 2px 0 0;}
.btn-icon2 {vertical-align: middle; border: none; margin: 2px 2px 0 0;}
.btn-icon3 {float: left; border: none; margin: 2px 2px 0 0;}

#introdiv-two-h2 {display: none; color: #fff; padding-top: 10px;}

@media only screen and (min-width: 329px) {
.btn-icon3 {vertical-align: middle; float: none; border: none; margin: 2px 2px 0 0;}
.en ul.tabscol li:nth-child(8) .btn-icon3 {vertical-align: middle; float: left; border: none; margin: 2px 2px 0 0;}
.fr ul.tabscol li:nth-child(4) .btn-icon2 {vertical-align: middle; float: none; border: none; margin: 2px 2px 0 0;}
.fr ul.tabscol li:nth-child(8) .btn-icon3 {vertical-align: middle; float: left; border: none; margin: 2px 2px 0 0;}
.pl ul.tabscol li:nth-child(8) .btn-icon3 {vertical-align: middle; float: left; border: none; margin: 2px 2px 0 0;}
.ko ul.tabscol li:nth-child(5) .btn-icon {vertical-align: middle; float: left; border: none; margin: 2px 2px 0 0;}
/*.ja ul.tabscol li:nth-child(5) .btn-icon {vertical-align: middle; float: none; border: none; margin: 2px 2px 0 0;}*/
.es ul.tabscol li:nth-child(8) .btn-icon3 {vertical-align: middle; float: left; border: none; margin: 2px 2px 0 0;}
.pt ul.tabscol li:nth-child(8) .btn-icon3 {vertical-align: middle; float: left; border: none; margin: 2px 2px 0 0;}
.pt ul.tabscol li:nth-child(8) .btn-icon3 {vertical-align: middle; float: left; border: none; margin: 2px 2px 0 0;}


}
@media only screen and (min-width: 475px) {
.btn-icon {vertical-align: middle; float: none; border: none; margin: 2px 2px 0 0;}
.en ul.tabscol li:nth-child(5) .btn-icon {vertical-align: middle; float: left; border: none; margin: 2px 2px 0 0;}
.en ul.tabscol li:nth-child(8) .btn-icon3 {vertical-align: middle; float: none; border: none; margin: 2px 2px 0 0;}
.es ul.tabscol li:nth-child(1) .btn-icon {vertical-align: middle; float: left; border: none; margin: 2px 2px 0 0;}
.es ul.tabscol li:nth-child(5) .btn-icon {vertical-align: middle; float: left; border: none; margin: 2px 2px 0 0;}
.es ul.tabscol li:nth-child(8) .btn-icon3 {vertical-align: middle; float: none; border: none; margin: 2px 2px 0 0;}
.pl ul.tabscol li:nth-child(5) .btn-icon {vertical-align: middle; float: left; border: none; margin: 2px 2px 0 0;}
.pl ul.tabscol li:nth-child(6) .btn-icon2 {vertical-align: middle; float: none; border: none; margin: 2px 2px 0 0;}
.pl ul.tabscol li:nth-child(8) .btn-icon3 {vertical-align: middle; float: none; border: none; margin: 2px 2px 0 0;}
.fr ul.tabscol li:nth-child(1) .btn-icon {vertical-align: middle; float: left; border: none; margin: 2px 2px 0 0;}
.fr ul.tabscol li:nth-child(5) .btn-icon {vertical-align: middle; float: left; border: none; margin: 2px 2px 0 0;}
.fr ul.tabscol li:nth-child(6) .btn-icon2 {vertical-align: middle; float: none; border: none; margin: 2px 2px 0 0;}
.fr ul.tabscol li:nth-child(8) .btn-icon3 {vertical-align: middle; float: none; border: none; margin: 2px 2px 0 0;}
.tr ul.tabscol li:nth-child(5) .btn-icon {vertical-align: middle; float: left; border: none; margin: 2px 2px 0 0;}
.ko ul.tabscol li:nth-child(5) .btn-icon {vertical-align: middle; float: none; border: none; margin: 2px 2px 0 0;}
.de ul.tabscol li:nth-child(1) .btn-icon {vertical-align: middle; float: none; border: none; margin: 2px 2px 0 0;}
}
/* ========================================================================= */

/* ==|== subpage nav styles ===================================================== */
#complaint-sub {float: left; display: block; margin: 6px 0 15px 0; padding: 2% 1.5%; background-color: #EBEDEF; width: 97%; background-image:none; -moz-box-shadow: 0 0 5px lightgray; -webkit-box-shadow: 0 0 5px lightgray; box-shadow: 0 0 5px lightgray;}
#complaint-sub > ul#subcat {clear: both; float: left; margin: 10px 0 0 2%; padding: 0; width: 96%; list-style-type:none; border-top: none;}
#complaint-sub > ul#subcat {clear: both; float: left; margin: 0 0 0 2%; padding: 0; width: 96%; list-style-type:disc !important; border-top: none; }
/*#complaint-sub > ul#subcat li {float: left; padding: 1% 0; background-color:transparent; color: #000; background-image:url(images/subcat-arrw.png); background-repeat:no-repeat; background-position: 97% 50%; height: 100%; width: 99%; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; display: list-item; text-align: left;}*/
#complaint-sub > ul#subcat li {float: left; padding: 1% 0; background-color:transparent; color: #000; height: 100%; width: 99%; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; display: list-item; text-align: left;}
#complaint-sub > ul#subcat li a {color: #000; font-weight: normal; padding-right: 10%;}
#complaint-sub > ul#subcat li:hover {color: #000;}
#complaint-sub > ul#subcat li a:hover { background-color:transparent;}
#complaint-sub > ul#subcat li.newcat {display: none; background-image:none; background-repeat:no-repeat; background-position: 98% 50%; font-weight: bold; font-style: italic; color: #000;}
#complaint-sub > ul#subcat li.newcat a {color: #000;}
#complaint-sub > ul#subcat li.newcat:hover {background-color: transparent; background-image:none; background-repeat:no-repeat; background-position: 98% 50%; opacity: 100;}
#complaint-sub > ul#subcat li.newcat a:hover {opacity: 100; color: #000!important; text-decoration: underline;}
#complaint-sub > ul#subcat li::marker{color: #336699;}
.subcat-title {color: #336699; font-weight: bold;}
span.more { display: none;}

#othersteps-sub {float: left; display: block; margin: 6px 0 15px 0; padding: 2% 1.5%; background-color: #fff; width: 97%; background-image:none; background-repeat:no-repeat; background-position: 90% 0;  -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;}
#othersteps-sub > ul.tabscol > li {display: none;}
#othersteps-sub > .introdiv {display: none;}
#othersteps-sub > ul {clear: none; margin: 0 0 0 15px; padding: 0; list-style: disc; width: 94%; display: block;}
#othersteps-sub > ul li {float: none;display: list-item; width: 93%; min-width: 93%; background-image:none; background-repeat:no-repeat; background-position: top center; margin: 0; text-align: left; padding: 0 0 15px 10px; color: #000; font-weight: normal!important; font-size: 100%; line-height: 16px; height: 100%; background-color: transparent; border: none;}
/*#othersteps-sub > ul.anchorlinks {clear: none; margin: 10px 0 0 25px; padding: 0; list-style: disc; width: 94%; display: block;}
#othersteps-sub > ul.anchorlinks li {padding-bottom: 0px;}*/
#sidebar {float: none; width: 97%; margin: 10px 0 0 0; padding: 1%; border: 1px solid #666; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background-color: #f9f9f9; color: #336699; font-size: 90%;}

#othersteps-sub > .othernav-col > ul.anchorlinks {clear: none; margin: 20px 0 0 25px; padding: 0; list-style: disc; width: 94%; display: block;}
#othersteps-sub > .othernav-col > ul.anchorlinks li {padding: 0 0 10px 20px; background-image:url("Images/arrow_next_page.png"); background-repeat:no-repeat; background-position: 0 -2px; list-style-type: none;}
#othersteps-sub > .othernav-col > ul.anchorlinks li a, #othersteps-sub > .othernav-col > ul.anchorlinks li a:hover {display: table-cell; vertical-align:center; color: #336699; font-weight: normal; list-style-type: none; text-decoration: none;}

.overview-col {clear: none; margin: 10px 0 0 0; padding: 0 1.5%; width: 96%; float: left; border: 1px solid #336699; background-color: #f9f9f9; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.overview-title {font-weight: bold; font-size: 110%; color: #336699;}
#overview-info {clear: both; float: left; margin: 0; padding; width: 100%; background-color: #fff;}
.overview-col2 {clear: none; margin: 0 0 10px 0; padding: 0 1.5%; width: 96.8%; float: left; background-color: #fff;}
.overview-col2 p {margin: 7px 0; padding: 0;}
.overview-col2 ul {margin: 0 0 0 15px; padding: 0;}
.overview-col2 ul li {padding: 0 0 12px 0; font-size: 90%;}


/*styles for Small Screen sub-menu*/
/*#othersteps-sub > ul.othernavigation {width: 100%; margin: 0; padding: 0px 0 0 0 min-height: 28px; background-color: transparent; width: 98%; list-style:none; display:inline-block;}
#othersteps-sub > ul.othernavigation li {width: 100%; float: left; min-width: 185px; border: 1px solid #1e6e91; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; padding: 0; text-align:center; margin: 3px 0; background-color: #1e6e91;}
#othersteps-sub > ul.othernavigation li a, #othersteps-sub > ul.othernavigation li a:link, #othersteps-sub > ul.othernavigation li a:visited, #othersteps-sub > ul.othernavigation li a:hover {color: #fff; font-weight: bold; text-decoration: none; width: 100%; display: block; padding: 4px 0; opacity: 100; font-size: 75%;}
#othersteps-sub > ul.othernavigation li.adr {float: left; width: 225px; min-width: 225px; border: 1px solid #1e6e91; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; padding: 0; text-align:center; margin: 0 0.5% 0 0;}
#othersteps-sub > .othernav-col {margin: 0; padding: 0 2% 2% 2%; width: 96%;}
#othersteps-sub > ul.othernavigation li.selected {width: 100%; float: left; min-width: 185px; border: 1px solid #1e6e91; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; padding: 0; text-align:center; margin: 4px 0 4px 0; background-color: #fff;}
#othersteps-sub > ul.othernavigation li.selected a, #othersteps-sub > ul.othernavigation li.selected a:link, #othersteps-sub >  ul.othernavigation li.selected a:visited {color: #336699; font-weight: bold; text-decoration: none; width: 100%; display: block;}
#othersteps-sub > ul.othernavigation li.adrselected {float: left; width: 225px; min-width: 225px; border: 1px solid #1e6e91; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; padding: 0; text-align:center; margin: 0 0.5% 0 0; background-color: #fff;}
#othersteps-sub > ul.othernavigation li.adrselected a, #othersteps-sub > ul.othernavigation li.adrselected a:link, #othersteps-sub >  ul.othernavigation li.adrselected a:visited {color: #336699; font-weight: bold; text-decoration: none; width: 100%; display: block;}*/

/*styles for Small Screen sub-menu*/
#othersteps-sub > ul.othernavigation {display: block; list-style: outside none none; margin: 0 0 10px 0; padding: 0; width: 100%; clear: both;}
#othersteps-sub > ul.othernavigation li {background-color: #fff; background-image: url("images/bttn-arrw.jpg"); background-position: 99% 3px; background-repeat: no-repeat; border: 1px solid #fff; border-radius: 5px; display: inline-block; float: left; height: 37px; margin: 0 0 3px; min-width: 280px; padding: 0; width: 100%; }
#othersteps-sub > ul.othernavigation li a, #othersteps-sub > ul.othernavigation li a:link, #othersteps-sub > ul.othernavigation li a:visited, #othersteps-sub > ul.othernavigation li a:hover {color: #666; display: block; float: left; font-family: Arial; font-size: 11px; font-weight: bold; padding: 10px 8% 10px 1%; text-decoration: none; width: 92%;}
#othersteps-sub > ul.othernavigation li:hover {background-color: #8fd6ee; background-image:url(images/bttn-arrw-hvr.jpg); background-repeat:no-repeat; background-position: 99% 2px; opacity: 0.80; border: 1px solid #fff;}
#othersteps-sub > ul.othernavigation li.adr {float: left; width: 225px; min-width: 225px; border: 1px solid #1e6e91; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; padding: 0; text-align:center; margin: 0 0.5% 0 0;}
#othersteps-sub > .othernav-col {margin: 0; padding: 0 2% 2% 2%; width: 96%;}
#othersteps-sub > ul.othernavigation li.adrselected {float: left; width: 225px; min-width: 225px; border: 1px solid #1e6e91; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; padding: 0; text-align:center; margin: 0 0.5% 0 0; background-color: #fff;}
#othersteps-sub > ul.othernavigation li.adrselected a, #othersteps-sub > ul.othernavigation li.adrselected a:link, #othersteps-sub >  ul.othernavigation li.adrselected a:visited {color: #336699; font-weight: bold; text-decoration: none; width: 100%; display: block;}



/* ==|====================================================================== */

/* ==|== News Sections ===================================================== */
#newsnav-sub {float: left; display: block; margin: 0 0 10px 0; padding: 2% 1.5%; background-color: #fff; width: 97%; background-image:none; background-repeat:no-repeat; background-position: right top; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;}
/*#newsnav-sub > ul.newsnavigation {margin:0; padding: 5px 0 8px 2%; min-height: 28px; background-color:#0198CF; width: 98%; list-style:none; display:none;}*/
#newsnav-sub > .newsnav-col ul {list-style: disc; margin: 0 0 0 15px; display: block!important; min-height: 100%;}
#newsnav-sub > .newsnav-col ul li {display: list-item; float: none; background-color: transparent; border: none; background-image: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; padding: 0 0 12px 10px; width: 100%; color: #000; text-align:left; margin: 0; height: 100%; }
#newsnav-sub > .newsnav-col ul li:hover {background-color: transparent; color: #000; opacity: 100;}
#newsnav-sub > .newsnav-col > p.learnmore {float: left; padding-left: 12px; color: #666; font-weight: bold; background-image:url(images/caret-gray-8.png); background-repeat:no-repeat; background-position: 100% 0;}
#newsnav-sub > .newsnav-col > p.learnmore a, #newsnav-sub > .newsnav-col > p.learnmore a:link, #newsnav-sub > .newsnav-col > p.learnmore a:visited {text-decoration: none; color: #666;}
#sub-tabs-newscontent > .newsnav-col > p.learnmore a:hover {text-decoration: underline; color: #666;}
#newsnav-sub > ul.tabscol > #CollapsiblePanel1 > .CollapsiblePanelTab {padding: 10px 0 0 1%; height: 24px;}
#newsnav-sub > ul.tabscol > #CollapsiblePanel1 > .CollapsiblePanelOpen {padding: 10px 0 0 1%; height: 24px;}
#newsnav-sub > ul.tabscol > #CollapsiblePanel1 > .CollapsiblePanelFocused {padding: 10px 0 0 1%; height: 24px;}

#newsnav-sub > ul.newsnavigation {display: block; list-style: outside none none; margin: 0 0 10px 0; padding: 0; width: 100%; clear: both;}
#newsnav-sub > ul.newsnavigation li {background-color: #fff;border: 1px solid #fff; display: inline-block; float: left; height: 37px; margin: 0 0 3px; min-width: 280px; padding: 0; width: 100%; }
#newsnav-sub > ul.newsnavigation li:hover {background-color: #CDE5B3; background-image:url(images/bttn-arrw-hvr.jpg); background-repeat:no-repeat; background-position: 99% 2px; opacity: 0.80; border: 1px solid #fff;}
#newsnav-sub > ul.newsnavigation li a, #newsnav-sub > ul.newsnavigation li a:link, #newsnav-sub > ul.newsnavigation li a:visited, #newsnav-sub > ul.newsnavigation li a:hover {color: #666; display: block; float: left; font-family: Arial; font-size: 11px; font-weight: bold; padding: 10px 8% 10px 1%; text-decoration: none; width: 92%;}

#newsnav-sub > .newsnav-col p {font-size: 70%;}
#newsnav-sub > .newsnav-col ul {list-style: disc; margin: 0 0 0 15px; display: block!important; min-height: 100%;}
#newsnav-sub > .newsnav-col ul li {display: list-item; float: none; background-color: transparent; border: none; background-image: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; padding: 0 0 12px 10px; width: 100%; color: #000; text-align:left; font-size: 70%; margin: 0; height: 100%; }
#newsnav-sub > .newsnav-col ul li:hover {background-color: transparent; color: #000; opacity: 100;}
#newsnav-sub > .newsnav-col > p.learnmore {float: left; margin: 0; padding: 0 0 0 12px; color: #666; font-weight: bold; background-image:url(images/caret-gray-8.png); background-repeat:no-repeat; background-position: 0 0;}
#newsnav-sub > .newsnav-col > p.learnmore a, #newsnav-sub > ul.tabscol > #CollapsiblePanel1 > .CollapsiblePanelContent > .newsnav-col > p.learnmore a:link, #newsnav-sub > ul.tabscol > #CollapsiblePanel1 > .CollapsiblePanelContent > .newsnav-col > p.learnmore a:visited {text-decoration: none; color: #666;}

#newsnav-sub > .newsnav-col ul li.pie {display: list-item; list-style-type:none; float: none; background-color: transparent; border: none; background-image: url(images/sm-pie-li.png); background-repeat:no-repeat; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; padding: 0 0 12px 50px; width: 78%; color: #000; text-align:left; font-size: 100%; margin: 0; height: 100%; vertical-align: text-top; }
#newsnav-sub > .newsnav-col ul li.bar {display: list-item; list-style-type:none; float: none; background-color: transparent; border: none; background-image: url(images/sm-bar-li.png); background-repeat:no-repeat; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; padding: 0 0 12px 50px; width: 78%; color: #000; text-align:left; font-size: 100%; margin: 0; height: 100%; vertical-align: text-top;}
#newsnav-sub > .newsnav-col ul.archived {margin-bottom: 20px;}
#newsnav-sub > .newsnav-col ul.archived li {display: list-item; list-style-type:disc; float: none; background-color: transparent; border: none; background-image: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; padding: 0 0 12px 10px; width: 100%; color: #C06D07; text-align:left; font-size: 100%; margin: 0; height: 100%; }

#subpage {position: relative; float: left; display: block; margin: 6px 0 15px 0; padding: 2% 1.5%; background-color: #fff; width: 97%; background-image:none; background-repeat:no-repeat; background-position: 90% 0; -moz-box-shadow: 0 0 5px lightgray; -webkit-box-shadow: 0 0 5px lightgray; box-shadow: 0 0 5px lightgray}
#subpage ul {padding-left: 15px;}
#subpage ul li {padding: 0 0 8px 10px;}
#mcsubpage {position: relative; float: left; display: block; margin: 6px 0 15px 0; padding: 2% 1.5%; background-color: #fff; width: 97%; background-image: none; background-repeat: no-repeat; background-position: 90% 0; -moz-box-shadow: 0 0 5px lightgray; -webkit-box-shadow: 0 0 5px lightgray; box-shadow: 0 0 5px lightgray}
mc#subpage ul {padding-left: 15px;}
#mcsubpage ul li {padding: 0 0 8px 10px;}
.overview-col {clear: none; margin: 10px 0 0 0; padding: 0 1.5%; width: 96%; float: left; border: 1px solid #336699; background-color: #f9f9f9; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}
.overview-title {font-weight: bold; font-size: 110%; color: #336699;}
#overview-info {clear: both; float: left; margin: 0; padding; width: 100%; background-color: #fff;}
.overview-col2 {clear: none; margin: 0 0 10px 0; padding: 0 1.5%; width: 96.8%; float: left; background-color: #fff; -moz-box-shadow: 0 0 5px lightgray; -webkit-box-shadow: 0 0 5px lightgray; box-shadow: 0 0 5px lightgray}
.overview-col2 p {margin: 7px 0; padding: 0;}
.overview-col2 ul {margin: 0 0 0 15px; padding: 0;}
.overview-col2 ul li {padding: 0 0 12px 0; font-size: 90%;}
#mapdiv {margin-top: 20px; padding: 3% 2%; background-color:#eee; width: 96%; min-height: 300px!important;}
#newsnav-sub > .newsnav-col > #trendtable {float: left; width: 96%; margin-right: 0; margin-top: 10px;}
#newsnav-sub > .newsnav-col > #trendtable th {border-top: 1px solid #336699; border-bottom: 1px solid #336699; border-right: 2px solid #fff; color: #336699; font-size: 12px; width: 50%; padding: 5px 10px; text-transform: uppercase;}
#newsnav-sub > .newsnav-col > #trendtable th.green {border-top: 1px solid #336699; border-bottom: 1px solid #336699; border-right: 2px solid #fff; color: #336600; font-size: 12px; width: 50%; padding: 5px 10px; text-transform: uppercase;}
#newsnav-sub > .newsnav-col > #trendtable td {border-top: none; border-bottom: none; border-right: 2px solid #fff; color: #000; font-size: 12px; width: 50%; padding: 5px 10px; background-color: #fff}
#newsnav-sub > .newsnav-col > #trendtable td.alt {border-top: 1px solid #336699; border-bottom: 1px solid #336699; border-right: 2px solid #fff; color: #000; font-size: 12px; width: 50%; padding: 5px 10px; background-color: #DCE5E8;}
#newsnav-sub > .newsnav-col > #trendtable td.greenalt {border-top: 1px solid #336699; border-bottom: 1px solid #336699; border-right: 2px solid #fff; color: #000; font-size: 12px; width: 50%; padding: 5px 10px; background-color: #DCE5E8;}
/* ========================================================================== */

/* ==|== footer styles ===================================================== */
footer {clear: both; float: left; margin: 0 0; padding: 5px 2% 10px 2%; width: 96%; display: block; border-top: 2px solid #97abb1; font-size: 60%; background-color: #fff;}
footer .image_icpen2 {float: left; padding: 0; margin: 0 10px 0 0; border: none; }
footer .footcol1 {float: left; margin: 15px 0 0 0; padding: 0; width: 50%;}
footer .footcol2 {float: left; margin: 15px 0 0 0; padding: 0 0 0 1%; width: 49%;}
footer .col, footer .col2, footer .col3, footer .col4 {float: left; margin: 0; padding: 0; width: 100%; border-right: none;}
footer .col ul, footer .col2 ul, footer .col3 ul, footer .col4 ul {margin: 0 0 10px 0; padding: 0 0 0 15px;}
/* ========================================================================== */

/* ==|== Complaint Forms ===================================================== */
#complaint-form {float: left; display: block; margin: 0 0 5px 0; padding: 0 1.5%; background-color: #fff; width: 97%; background-image:none; -moz-box-shadow: 0 0 5px lightgray; -webkit-box-shadow: 0 0 5px lightgray; box-shadow: 0 0 5px lightgray}
#complaint-form h1 {margin: 2% 0 3% 0; font-size: 130%;}
#complaint-form h2 {color: #336699; font-weight: bold; font-size: 125%;}
#form-hd-nav {position: relative; clear: none; margin: 3px 0 0 0; padding: 1% 0; display: inline; float: left; background-color: #1E6E91; width: 100%; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
#form-hd-nav ul#bigscreenNav {display: none; padding: 0; margin: 0; list-style-type: none;}
#form-hd-nav ul#bigscreenNav li {padding: 0 8px; margin: 0; display:inline; color: #666;}
#form-hd-nav a, #form-hd-nav a:link {color: #666; text-decoration: none;}
#form-hd-nav a:visited {color: #666; text-decoration: none;}
#form-hd-nav a:hover {color: #666; text-decoration: underline;}

#smallscreenNav {display:normal !important; margin-top: -14px; margin-left: 2.5%; margin-right: 2.5%;border: none;}
#smallscreenNav li:first-of-type {display:normal; color: white; background: url(images/dropmenu.png) no-repeat 97% #1E6E91; border: none; padding-right: 30px}
#smallscreenNav li:first-of-type:hover {background-color: #1CA3D3; color: white; border: none;}
#smallscreenNav li.option {display: none; border-bottom: 1px solid #669ACC}

#smallscreenTabsNav {display:normal !important; margin-top: 0; margin-left: 2.5%; margin-right: 2.5%;border: none;}
#smallscreenTabsNav li:first-of-type {display:normal; color: white; background: url(images/dropmenu.png) no-repeat 97% #1E6E91; border: none; padding-right: 30px}
#smallscreenTabsNav li:first-of-type:hover {background-color: #1CA3D3; color: white; border: none;}
#smallscreenTabsNav li.option {display: none; border-bottom: 1px solid #669ACC}
#smallscreenTabsNav a:visited {color: #222222; text-decoration: none;}

#TabsMenu {position: relative; clear: none; margin: 3px 0 0 0; padding: 1% 0; display: inline; float: left; background-color: #1E6E91; width: 100%; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}

#chatClient {clear: both; float: left; margin: 5px 0; padding:0 15%; width: 70%;}
/*.styled-select2 select {width: 100%; background: transparent; padding: 0 1% 0 3%; font-size: 12px; line-height: 1; border: none; border-radius: 0; -webkit-appearance: none; color: #fff; font-weight: bold;}
.styled-select2 {overflow: hidden; background: url(images/dropmenu.png) no-repeat 97% #fff; }
.styled-select2 .option {padding: 3px; background-color:#FFF; border-bottom: 1px solid #669ACC; color: #336699; text-align:left;}*/
.compasst-col1 {clear: both; float: left; margin: 12px 0 0 0; padding: 0; width: 100%;}
.compasst-col2 {clear: both; float: left; margin: 12px 0 0 0; padding: 0; width: 100%;}
.compasst-col3 {clear: none; float: left; margin: 12px 0 0 0; padding: 0; width: 100%;}
.compasst-col4 {clear: both; float: left; margin: 0; padding: 0; width: 97%;}
.compasst-col5 {clear: both; float: left; margin: 12px 0 0 0; padding: 0; width: 100%;}
.compasst-col6 {clear: none; float: left; margin: 12px 0 0 0; padding: 0; width: 100%;}
#complaint-form > form > .compasst-col1 > label, #complaint-form > form > .compasst-col2 > label, #complaint-form > form > .compasst-col3 > label, #complaint-form > form > .compasst-col4 > label {font-weight: bold; color: #000;}
.span-label {display: inline-block; font-weight: bold;}
#complaint-form > form > .compasst-col1 > input {width: 94.5%; height: 25px; border: 1px solid #AEB1B0; }
#complaint-form > form > .compasst-col2 > input {width: 94.5%; height: 25px; border: 1px solid #AEB1B0; }
#complaint-form > form > .compasst-col3 > input {width: 94.5%; height: 25px; border: 1px solid #AEB1B0;}
/*#complaint-form > form > .compasst-col1 > select {width: 95%; height: 30px; border: 1px solid #AEB1B0; background: url(images/dwn-arrow.jpg) no-repeat 98% #fff;}
#complaint-form > form > .compasst-col2 > select {width: 95%; height: 30px; border: 1px solid #AEB1B0; background: url(images/dwn-arrow.jpg) no-repeat 98% #fff;}
#complaint-form > form > .compasst-col3 > select {width: 95%; height: 30px; border: 1px solid #AEB1B0; background: url(images/dwn-arrow.jpg) no-repeat 98% #fff;}*/
#complaint-form > form > .compasst-col3 > div.form-inner-title label {text-decoration: underline; color: #1CA3D3; margin-right: 8px; font-weight: bold}
#complaint-form > form > #assistanceMessage label, #complaint-form > form > #MilitarySection label {font-weight: bold;}
#complaint-form > form > #assistanceMessage .compasst-col1 > input, #complaint-form > form > #MilitarySection .compasst-col1 > input, #complaint-form > form > #assistanceMessage .compasst-col2 > input, #complaint-form > form > #MilitarySection .compasst-col2 > input, #complaint-form > form > #assistanceMessage .compasst-col3 > input, #complaint-form > form > #MilitarySection .compasst-col3 > input {width: 94.5%; height: 25px; border: 1px solid #AEB1B0;}
#complaint-form > form > #assistanceMessage .compasst-col1 > select, #complaint-form > form > #MilitarySection .compasst-col1 > select {width: 95%; height: 30px; border: 1px solid #AEB1B0; background: url(images/dwn-arrow.jpg) no-repeat 98% #fff;} 
#complaint-form > form > #assistanceMessage .compasst-col2 > select, #complaint-form > form > #MilitarySection .compasst-col2 > select, #complaint-form > form > #assistanceMessage .compasst-col3 > select, #complaint-form > form > #MilitarySection .compasst-col3 > select {width: 95%; height: 30px; border: 1px solid #AEB1B0; background: url(images/dwn-arrow.jpg) no-repeat 98% #fff;}
#complaint-form > form > #pagenav > div.action-save > input.SummaryEditLink {background-color: transparent!important; color: #666; border: none; font-weight: bold;}
#complaint-form > form > #pagenav {clear: both; float: left; margin: 15px 0 0 0; padding: 10px 0; width: 100%; border-top: 1px solid #AEB1B0;}
#complaint-form > form > #topnavwizard > div.action-save > input.SummaryEditLink {background-color: transparent!important; color: #666; border: none; font-weight: bold;}
#complaint-form > form > #topnavwizard {clear: both; float: left; margin: 0 0 10px 0; padding: 7px 0; width: 100%; border-bottom: 1px solid #AEB1B0; display: inline;}

#complaint-form > form > .compasst-col1 > select {width: 95%; height: 30px; border: 1px solid #AEB1B0; background: url(images/dwn-arrow.jpg) no-repeat 98% #fff; margin-top: 3px; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none;}
#complaint-form > form > .compasst-col2 > select {width: 95%; height: 30px; border: 1px solid #AEB1B0; background: url(images/dwn-arrow.jpg) no-repeat 98% #fff; margin-top: 3px;  -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none;}
#complaint-form > form > .compasst-col3 > select {width: 95%; height: 30px; border: 1px solid #AEB1B0; background: url(images/dwn-arrow.jpg) no-repeat 98% #fff; margin-top: 3px;  -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none;}

#complaint-form > form > .compasst-col1 > select::-ms-expand {display: none;}
#complaint-form > form > .compasst-col2 > select::-ms-expand {display: none;}
#complaint-form > form > .compasst-col3 > select::-ms-expand {display: none;}

.form-sub-title {color: #336699; font-weight: bold; font-size: 110%;}

 .tree {margin-left:50px;}
.questions {color: #000; font-weight: bold; font-size: 130%; }/*margin-top:20px !important;*/

.answers {color: #000; font-weight: bold; font-size: 111%; }
.answers ul {color: #000; clear: both; float: left; margin: 0 0 0 0; padding: 0; width: 96%; border-top: none; }
.answers li { color: #000; float: left; padding: 0 3% 1.5% .5%;  background-color:transparent; border-top: 0; border-right: 0; border-left: 0; border-bottom: none; height: 100%; width: 99%; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; display: list-item; text-align: left; list-style-type: none !important;}
.answers li a {color: #000; display: block; font-weight: normal; text-decoration: none; padding-right: 1%; list-style-type: none !important;}
.answers li:hover {color: #000; list-style-type: none !important;}
.answers li a:hover {color: #000; background-color:transparent; list-style-type: none !important;}

.summary-field-label {font-weight: bold;}
.summ-col1 {clear: both; float: left; width: 100%;}
.summ-col2 {clear: both; float: left; width: 100%; margin: 10px 0 0 0; text-align: right;}
.summ-col2 input {border:0px; background-color: transparent; font-weight: bold;}
.printicon {display: none;}
.bubble_table4 { background-color: #2B5796; font-family: Arial,Arial,Helvetica; font-size: 10px; padding-top: 0; width: 300px; }
.bubble_table5 { background-color: #2B5796; border: medium none; color: #ffffff; font-weight: bold; padding-left: 1px; padding-top: 1px; }
.bubble_table6 { background-color: #dbe4ed; border: 1px solid #333399; color: #000000; padding-left: 1px; padding-top: 1px; }
#ConfirmationPrint {display: none; text-align: center;text-decoration:none; color: #336600; font-weight: 700; border-top: 2px solid #336600; border-bottom: 2px solid #336600;padding: 8px 0;}
#ConfirmationRelatedItems{color: #153a6f; font-size: 14px; font-weight: bold; border-bottom: 1px solid #ccc;}
input:focus, select:focus, textarea:focus {border: 1px solid #669ACC !important;}
.SummaryArea input {background-color: transparent !important; font-weight: bold !important;}
#CISDetailsDateHint {font-style: italic !important; }
.bold {font-weight: 700;}


.label-checkbox div{
    width: 90%;
    margin: 0 0 0 3%;
}

.chk input{
    position: relative;
    width: 13%;
    float: left;
    clear: both;
    margin: 2% 0 0 0;
    padding: 2% 0;
}

.chk-text p{
    position: relative;
    width: 85%;
    float: right;
    white-space: normal;
    margin: 0;
    padding: 1% 0;
}

.clearchk{
    clear: both;
}


/*#ui-id-1.ui-dialog-title {background: transparent;}*/
.no-close .ui-dialog-titlebar-close { display: none; }

/*jQuery Dialog*/
.ui-front { z-index: 1000 !important; }
.ui-dialog { z-index: 1001 !important ;}

#sumsubmit > input[type=submit] {width:100px; background: #0198cf; padding: 5px 10px; border:1px solid #999; cursor:pointer; text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.3); color: #fff; font-weight: bold; -webkit-box-shadow: inset 0px 1px 0px #999, 0px 1px 0px 0px #999, 0px 1px 1px #999;
-moz-box-shadow: inset 0px 1px 0px #999, 0px 1px 0px 0px #999, 0px 1px 1px #999;
box-shadow: inset 0px 1px 0px #999, 0px 1px 0px 0px #999, 0px 1px 1px #999; float: right;}
/* ==|======================================================================== */



/************************************************************************************
TABLET LAYOUT: 641px to 768px. Inherits styles from: Mobile Layout.
*************************************************************************************/
@media only screen and (min-width: 641px) {
.gridContainer {margin-left: auto; margin-right: auto; width: 100%; padding: 0;}
#maincontent {clear: both; float: left; margin: 0 2%; width: 96%; display: block; font-size: 90%;}
section {clear:both; float: left; margin:0 1%; padding: 0; width: 98%;}		
#whatis {clear: both; float: left; margin-left: 0; width: 98%; display: block; padding: 1%; margin: 15px 0 0 0; border: none; -moz-box-shadow: 0 0 5px lightgray; -webkit-box-shadow: 0 0 5px lightgray; box-shadow: 0 0 5px lightgray}
#rotator {clear: both; float: left; margin-left: 0; width: 100%; display: block; padding: 1% 0; margin: 15px 0 0 0; border: none; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}
#latestnews {margin: 0 50px 60px 50px; padding: 0; text-align:left; font-size: 90%;}
h1 {margin: 0px; padding-top: 5px; font-size: 140%; color: #336699; font-weight: bold;}
h2 {font-size: 120%; color: #336699; font-weight: bold;}
h3 {color: #336699; font-weight: bold; margin: 5px 0; font-size: 110%;}

/* ==|== header styles ===================================================== */
#header {clear: both; float: left; margin: 0; width: 100%; display: block;}
#topnavigation {clear: both; float: left; margin: 0; padding: 2px 0 0 0; width: 100%; display: block; background-color: #1CA3D3; border-bottom: 3px solid #336799;}
#topnavcol1 {clear: both; float: left; margin: 0; padding: 0 0 0 0.5%; width: 70%; display: block; background-color: #1CA3D3; color: #fff; font-size: 60%; font-weight: bold; height: 25px;}

/*#topnavcol2 {clear: none; float: left; margin: 0; padding: 5px 2% 5px 0; width: 48%; display: block; background-color: #336799; color: #fff; font-weight: bold; background-image:url(images/top-nav-bkgd.jpg); background-repeat:no-repeat; background-position: bottom left; text-align: right; height: 15px;}*/
#topnavcol2 {clear: none; float: right; margin: 0; padding: 5px 2% 5px 0; width: 25%; display: block; background-color: #336799; color: #fff; font-weight: bold; background-image:url(images/top-nav-bkgd.jpg); background-repeat:no-repeat; background-position: bottom left; text-align: right; height: 15px;}
#menu-icon {position: absolute; top: 15px; right: 0; background: url(images/menu-icon.jpg) no-repeat; width: 32px; height: 27px; cursor: pointer; display: none;  /* show menu icon */}
#topnav {clear: both; position: relative; z-index: 10; top: 0; right: 0; width: 100%; margin: 0; padding: 0;border: none; background-color: transparent; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; display: block; text-align: center; list-style-type: none;}
#topnav li {clear: both; float: none; text-align: none; margin: 0; padding: 0 8px; border-bottom: none; display: inline-block; /*border-right: 1px solid #fff;*/}
#topnav li:nth-child(4) {border-right: none; padding: 0 0 0 8px;}
#topnav li a, #topnav li a:link, #topnav li a:visited {color: #fff; text-decoration: none; font-weight: bold; display: block; padding: 0; font-size: 85%;}
#topnav li:hover {background-color:#336797;}
#topnav li a:hover { color: #fff; display: block; text-decoration: underline;}
.image_icpen {float: left; padding: 0; margin: 0 3px 0 0; border: none; vertical-align: middle;}
#topmast {clear: both; float: left; margin-left: 0; width: 100%; display: block;}
#logoimg {clear: both; float: left; margin-left: 0; padding: 5px 2%; width: 36%; display: block;}
#langnav {clear: none; float: left; margin: 30px 0 0 0; padding: 0 2% 0 0; width: 58%; display: block; text-align: right;}
#langnav ul {display: inline-block; padding: 0; margin: 0; list-style-type: none;}
#langnav ul li {padding: 0 4px; margin: 0; display:inline; color: #666;}
#langnav a, #langnav a:link {color: #666; text-decoration: none; font-size: 75%;}
#langnav a:visited {color: #666; text-decoration: none;}
#langnav a:hover {color: #666; text-decoration: underline;}
#langnav select {display: none;}
.styled-select select {display: none; width: 100%; background: transparent; padding: 1px 2px; font-size: 12px;   line-height: 1; border: 0; border-radius: 0; -webkit-appearance: none;}
.styled-select {overflow: hidden; background: none; border: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}
/* ====================================================================== */

/* ==|== nav styles ===================================================== */
nav {position: relative; clear: both; float: left; margin: 0 0 10px 0; width: 100%; display: block;}
ul.tabscol {clear: both; margin: 0; padding: 0; list-style:none; width: 100%; display: block}
ul#subcat li.newcat {display: none;}
.learnmore {float: left; margin: 0; padding: 0 12px 0 0; color: #666; font-weight: bold; background-image:url(images/caret-gray-8.png); background-repeat:no-repeat; background-position: 100% 50%; font-size: 95%;}
.learnmore a, .learnmore a:link, .learnmore a:visited {text-decoration: none; color: #666;}
.learnmore a:hover {text-decoration: underline; color: #666;}
.btn-icon {vertical-align: middle; float: none; border: none; margin: 2px 2px 0 0;}
.btn-icon2 {vertical-align: middle; border: none; margin: 2px 2px 0 0;}
.btn-icon3 {vertical-align: middle; float: none; border: none; margin: 2px 2px 0 0;}
/* Language Specific Fixes*/
.pl ul.tabscol li:nth-child(5) a, ul.tabscol li:nth-child(5) a:active, ul.tabscol li:nth-child(5) a:visited {float: left; font-family: Arial; font-weight: bold; color: #666; font-size: 11px; padding: 3px 8% 0 1%; text-decoration: none; display: block; width: 92%; line-height: normal}

.en ul.tabscol li:nth-child(5) .btn-icon {vertical-align: middle; float: none; border: none; margin: 2px 2px 0 0;}
.en ul.tabscol li:nth-child(8) .btn-icon3 {vertical-align: middle; float: none; border: none; margin: 2px 2px 0 0;}
.es ul.tabscol li:nth-child(1) .btn-icon {vertical-align: middle; float: none; border: none; margin: 2px 2px 0 0;}
.es ul.tabscol li:nth-child(5) .btn-icon {vertical-align: middle; float: none; border: none; margin: 2px 2px 0 0;}
.es ul.tabscol li:nth-child(8) .btn-icon3 {vertical-align: middle; float: none; border: none; margin: 2px 2px 0 0;}
.fr ul.tabscol li:nth-child(1) .btn-icon {vertical-align: middle; float: none; border: none; margin: 2px 2px 0 0;}
.fr ul.tabscol li:nth-child(5) .btn-icon {vertical-align: middle; float: none; border: none; margin: 2px 2px 0 0;}
.fr ul.tabscol li:nth-child(6) .btn-icon2 {vertical-align: middle; float: none; border: none; margin: 2px 2px 0 0;}
.fr ul.tabscol li:nth-child(8) .btn-icon3 {vertical-align: middle; float: none; border: none; margin: 2px 2px 0 0;}
.tr ul.tabscol li:nth-child(5) .btn-icon {vertical-align: middle; float: none; border: none; margin: 2px 2px 0 0;}

/* ============================================================================== */

/* ==|== subpage nav styles ===================================================== */
#complaint-sub > ul#subcat {clear: both; float: left; margin: 0 0 0 2%; padding: 0; width: 96%; list-style-type:disc !important; border-top: none; }
/*#complaint-sub > ul#subcat li {padding: 0 3% 1% 0; background-color:transparent; border-top: 0; border-right: 0; border-left: 0; border-bottom: none; color: #000; background-image:url(images/subcat-arrw.png); background-repeat:no-repeat; background-position: 97% 50%; height: 100%; width: 99%; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; display: list-item;}*/
#complaint-sub > ul#subcat li {padding: 0 3% 1% 0; background-color:transparent; border-top: 0; border-right: 0; border-left: 0; border-bottom: none; color: #000; height: 100%; width: 99%; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; display: list-item;}
#complaint-sub > ul#subcat li a {color: #000; font-weight: normal; padding-right: 10%;}
#complaint-sub > ul#subcat li:hover {color: #000;}
#complaint-sub > ul#subcat li.newcat {display: none;}
#complaint-sub > ul#subcat li::marker{color: #336699;}
.subcat-title {color: #336699; font-weight: bold;}
span.more { display: none;  }
#subpage {position: relative; float: left; display: block; margin: 6px 0 15px 0; padding: 2% 1.5%; background-color: #fff; width: 97%; background-image:none; background-repeat:no-repeat; background-position: 90% 0; -moz-box-shadow: 0 0 5px lightgray; -webkit-box-shadow: 0 0 5px lightgray; box-shadow: 0 0 5px lightgray;}
#subpage ul {padding-left: 15px;}
#subpage ul li {padding: 0 0 8px 10px;}
#mcsubpage {position: relative; float: left; display: block; margin: 6px 0 15px 0; padding: 2% 1.5%; background-color: #fff; width: 97%; background-image: none; background-repeat: no-repeat; background-position: 90% 0; -moz-box-shadow: 0 0 5px lightgray; -webkit-box-shadow: 0 0 5px lightgray; box-shadow: 0 0 5px lightgray;}
#mcsubpage ul {padding-left: 15px;}
#mcsubpage ul li {padding: 0 0 8px 10px;}
#othersteps-sub {float: left; display: block; margin: 0 0 5px 0; padding: 2% 1.5%; background-color: #fff; width: 97%; background-image:none; background-repeat:no-repeat; background-position: 90% 0;}
#othersteps-sub > ul.tabscol > li {display: none;}
#othersteps-sub > .introdiv {display: none;}
#othersteps-sub > ul {clear: none; margin: 0 0 0 25px; padding: 0; list-style: disc; width: 94%; display: block;}
#othersteps-sub > ul li {float: none;display: list-item; width: 93%; min-width: 93%; background-image:none; background-repeat:no-repeat; background-position: top center; margin: 0; text-align: left; padding: 0 0 15px 10px; color: #000; font-weight: normal!important; font-size: 100%; line-height: 17px; height: 100%; background-color: transparent; border: none;}
#sidebar {float: right; width: 40%; padding: 1%; margin: 0; border: 1px solid #666; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background-color: #f9f9f9; color: #336699; font-size: 90%;}


/* ============================================================================== */

/* ==|== footer styles ===================================================== */
footer {clear: both; float: left; margin: 0 4% 0 4%; padding: 5px 0 10px 0; width: 92%; display: block; border-top: 2px solid #336799; font-size: 75%; background-color: #fff;}
footer .image_icpen2 {float: left; padding: 0; margin: 0 10px 0 0; border: none; }
footer .footcol1 {float: left; margin: 15px 0 0 0; padding: 0; width: 40%;}
footer .footcol2 {float: left; margin: 15px 0 0 0; padding: 0; width: 60%;}
footer .col {float: left; margin: 0; padding: 0; width: 39%; border-right: 2px solid #CCC; height: 100px;}
footer .col2 {float: left; margin: 0 0 0 3%; padding: 0; width: 56%; border-right: 2px solid #CCC; height: 100px;}
footer .col3 {float: left; margin: 0 0 0 3%; padding: 0; width: 29%; border-right: 2px solid #CCC; height: 100px;}
footer .col4 {float: left; margin: 0 0 0 3%; padding: 0; width: 30%; border-right: none; height: 100px;}
footer .col ul, footer .col2 ul, footer .col3 ul, footer .col4 ul {margin: 2px 0 10px 0; padding: 0 0 0 10px;}
/* ========================================================================== */

/* ==|== Complaint Forms ===================================================== */
#complaint-form {position: relative; float: left; display: block; margin: 0 0 5px 0; padding: 0 1.5%; background-color: #fff; width: 97%; background-image:none; top: +27px; -moz-box-shadow: 0 0 5px lightgray; -webkit-box-shadow: 0 0 5px lightgray; box-shadow: 0 0 5px lightgray}
#complaint-form h1 {margin: 2% 0 3% 0; font-size: 160%;}
#complaint-form h2 { font-size: 150%; color: #336699; font-weight: bold; background-color: transparent; padding: 0 0 1% 0; margin: 5px 0 0 0; width: 100%; }
#complaint-form h2 img.imageno {display: none;}


/* Updated form nav for tablet */
/*#form-hd-nav {position: relative; clear: none; margin: 10px 0 0 0; padding: 5px 0; display: inline; float: left; background-color: transparent; width: 100%; border-top: 1px solid #AEB1B0; border-bottom: 1px solid #AEB1B0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; height: 57px;}
#form-hd-nav ul#bigscreenNav {display: inline-block; float: none; padding: 0; margin: 0; list-style-type: none;}
#form-hd-nav ul#bigscreenNav li {padding: 0; margin: 0; display:inline; color: #666;}
#form-hd-nav ul#bigscreenNav li a.form-hd-nav-text img {float: left; margin-right: 3px;}
#form-hd-nav ul#bigscreenNav li a span.form-hd-na-text2 {float: left; width: 63px; font-size: 90%; margin-right: -3px;height: 33px} 
#form-hd-nav ul#bigscreenNav li a span.text2no {display: none;}
#form-hd-nav a.form-hd-nav-text, #form-hd-nav a.form-hd-nav-text:link {color: #666; text-decoration: none; font-size: 75%; font-weight: bold;}
#form-hd-nav a.form-hd-nav-text:visited {color: #666; text-decoration: none;}
#form-hd-nav a.form-hd-nav-text:hover {color: #666; text-decoration: underline;}*/

#form-hd-nav {position: relative; clear: none; margin: 25px 0 0 0; padding: 0; display: inline; float: left; background-color: transparent; width: 100%; border-top: 1px solid #AEB1B0; border-bottom: 1px solid #AEB1B0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; height: 57px;}
#form-hd-nav ul#bigscreenNav  {display: inline-block;  padding: 5px 0; margin: 0 1% 0 0; list-style-type: none; width: 100%;}
html.de #form-hd-nav ul#bigscreenNav  {display: inline-block;  padding: 5px 0; margin: 0 1% 0 0; list-style-type: none; width: 100%; line-height:.95;}
#form-hd-nav ul#bigscreenNav  li {position: relative; padding: 0; margin: 0 2% 0 0; display:inline; color: #666; width: 14.5%; height: 46px; background-color: whitesmoke; -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-left-radius: 5px; float: left;}
#form-hd-nav ul#bigscreenNav  li.first {position: relative; padding: 0; margin: 0 2% 0 0; display:inline; color: #666; width: 14.5%; background-color: whitesmoke; -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-left-radius: 5px; float: left;}
#form-hd-nav ul#bigscreenNav  li.last {position: relative; padding: 0; margin: 0 2% 0 0; display:inline; color: #666; width: 14.5%; background-color: whitesmoke; -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-left-radius: 5px; float: left;}
html.de #form-hd-nav ul#bigscreenNav  li.last {position: relative; padding: 0; margin: 0 0 0 0; display:inline; color: #666; width: 16%; background-color: whitesmoke; -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-left-radius: 5px; float: left;}
#form-hd-nav ul#bigscreenNav  li.selected {position: relative; padding: 0; margin: 0 2% 0 0; display:inline; color: #fff; width: 14.5%; background-color: #0198cf;; -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-left-radius: 5px; float: left;}
#form-hd-nav ul#bigscreenNav  li.lastselected {position: relative; padding: 0; margin: 0 2% 0 0; display:inline; color: #666; width: 14.5%; background-color: #0198cf;; -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-left-radius: 5px; float: left;}
html.de #form-hd-nav ul#bigscreenNav  li.lastselected {position: relative; padding: 0; margin: 0 0 0 0; display:inline; color: #666; width: 16%; background-color: #336600; -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-left-radius: 5px; float: left;}
#form-hd-nav ul#bigscreenNav  li a {display: block; padding: 5% 0 0 20px; text-decoration: none;}
#form-hd-nav ul#bigscreenNav  li.first a {display: block; padding: 5% 0 0 20px; text-decoration: none;}
#form-hd-nav ul#bigscreenNav  li.last a {display: block; padding: 5% 0 0 20px; text-decoration: none;}
#form-hd-nav ul#bigscreenNav  li.lastselected a {display: block; padding: 5% 0 0 20px; text-decoration: none;}
#form-hd-nav ul#bigscreenNav  li:before { content:""; position: absolute; left: 0; top: 0; width: 0; height: 0; border-top: 23px solid transparent; border-left: 15px solid #fff; border-bottom: 23px solid transparent; -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-left-radius: 5px;} 
#form-hd-nav ul#bigscreenNav  li.first:before { content:""; position: absolute; left: 0; top: 0; width: 0; height: 0; border-top: none; border-left: none; border-bottom: none; -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-left-radius: 5px;} 
#form-hd-nav ul#bigscreenNav  li:after { content:""; position: absolute; left: 100%; top: 0; width: 0; height: 0; border-top: 23px solid transparent; border-left: 15px solid whitesmoke; border-bottom: 23px solid transparent;} 
#form-hd-nav ul#bigscreenNav  li.last:after { content:""; position: absolute; left: 100%; top: 0; width: 0; height: 0; border-top: 23px solid transparent; border-left: 15px solid whitesmoke; border-bottom: 23px solid transparent;} 
#form-hd-nav ul#bigscreenNav  li.selected:after { content:""; position: absolute; left: 100%; top: 0; width: 0; height: 0; border-top: 23px solid transparent; border-left: 15px solid #0198cf; border-bottom: 23px solid transparent;} 
#form-hd-nav ul#bigscreenNav  li.lastselected:after { content:""; position: absolute; left: 100%; top: 0; width: 0; height: 0; border-top: 23px solid transparent; border-left: 15px solid #0198cf; border-bottom: 23px solid transparent;} 
#form-hd-nav ul#bigscreenNav  li a.form-hd-nav-text img {float: left; margin-right: 3px;}
#form-hd-nav ul#bigscreenNav  li a span.form-hd-na-text2 {float: left; width: 70px;} 
#form-hd-nav ul#bigscreenNav  li a span.text2no {display: none;}
#form-hd-nav #bigscreenNav a.form-hd-nav-text, #form-hd-nav #bigscreenNav a.form-hd-nav-text:link {color: #336699; text-decoration: none; font-size: 75%; font-weight: bold;}
#form-hd-nav > ul#bigscreenNav  > li.selected > a.form-hd-nav-text, #form-hd-nav > ul#bigscreenNav  > li.selected > a.form-hd-nav-text:link {color: #fff; text-decoration: none; font-size: 75%; font-weight: bold;}
#form-hd-nav > ul#bigscreenNav  > li.lastselected > a.form-hd-nav-text, #form-hd-nav > ul#bigscreenNav  > li.lastselected > a.form-hd-nav-text:link {color: #fff; text-decoration: none; font-size: 75%; font-weight: bold;}
#form-hd-nav #bigscreenNav a.form-hd-nav-text:visited {color: #336699; text-decoration: none;}
#form-hd-nav #bigscreenNav a.form-hd-nav-text:hover {color: #336699; text-decoration: none;}
#form-hd-nav ul#bigscreenNav  li.firstselected {position: relative; padding: 0; margin: 0 2% 0 0; display:inline; color: #666; width: 14.5%; background-color: #0198cf; -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-left-radius: 5px; float: left;}
#form-hd-nav ul#bigscreenNav  li.firstselected a {display: block; padding: 8% 0 0 20px; text-decoration: none;}
#form-hd-nav ul#bigscreenNav  li.firstselected:after { content:""; position: absolute; left: 100%; top: 0; width: 0; height: 0; border-top: 23px solid transparent; border-left: 15px solid #0198cf; border-bottom: 23px solid transparent;} 
#form-hd-nav > ul#bigscreenNav  > li.firstselected > a.form-hd-nav-text, #form-hd-nav > ul#bigscreenNav  > li.firstselected > a.form-hd-nav-text:link {color: #fff; text-decoration: none; font-size: 75%; font-weight: bold;}




/*#form-hd-nav {position: relative; clear: none; margin: 3px 0 0 0; padding: 1% 0; display: inline; float: left; background-color: #1E6E91; width: 100%; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}*/

#smallscreenNav {display:none !important; margin-top: -14px; margin-left: 2.5%; margin-right: 2.5%;border: none;}
#smallscreenNav li:first-of-type {display:normal; color: white; background: url(images/dropmenu.png) no-repeat 97% #1E6E91; border: none; padding-right: 30px}
#smallscreenNav li:first-of-type:hover {background-color: #1CA3D3; color: white; border: none;}
#smallscreenNav li.option {display: none; border-bottom: 1px solid #669ACC}


#chatClient {position: absolute; top: 85px; right: 10px; clear: none; float: none; margin: 0; padding:0; width: 40%;}
/*.styled-select2 ul#smallscreenNav {display: none; width: 100%; background: transparent; padding: 0 1% 0 3%; font-size: 12px; line-height: 1; border: none; border-radius: 0; -webkit-appearance: none; color: #fff; font-weight: bold;}*/
.styled-select2 {display: none; overflow: hidden; background: none}
.styled-select2 option {padding: 1px; background-color:#FFF; border-bottom: 1px solid #669ACC; color: #336699; text-align:left;}
.compasst-col1 {clear: both; float: left; margin: 12px 0 0 0; padding: 0; width: 100%;}
.compasst-col2 {clear: both; float: left; margin: 12px 1% 0 0; padding: 0; width: 39%;}
.compasst-col3 {clear: none; float: left; margin: 12px 0 0 1%; padding: 0; width: 39%;}
.compasst-col4 {clear: both; float: left; margin: 12px 0 0 50px; padding: 0; width: 85%;}
.compasst-col5 {clear: both; float: left; margin: 12px 1% 0 0; padding: 0; width: 65%;}
.compasst-col6 {clear: none; float: left; margin: 12px 0 0 1%; padding: 0; width: 30%;}
#complaint-form > form > .compasst-col1 > label, #complaint-form > form > .compasst-col2 > label, #complaint-form > form > .compasst-col3 > label, #complaint-form > form > .compasst-col4 > label {font-weight: bold; color: #000;}
#complaint-form > form > .compasst-col1 > input {width: 39%; height: 25px; border: 1px solid #AEB1B0;}
#complaint-form > form > .compasst-col2 > input {width: 98.75%; height: 25px; border: 1px solid #AEB1B0;}
#complaint-form > form > .compasst-col3 > input {width: 98.75%; height: 25px; border: 1px solid #AEB1B0;}
/*#complaint-form > form > .compasst-col1 > select {width: 39%; height: 30px; border: 1px solid #AEB1B0; background: url(images/dwn-arrow.jpg) no-repeat 98% #fff;}
#complaint-form > form > .compasst-col2 > select {width: 100%; height: 30px; border: 1px solid #AEB1B0; background: url(images/dwn-arrow.jpg) no-repeat 98% #fff;}
#complaint-form > form > .compasst-col3 > select {width: 100%; height: 30px; border: 1px solid #AEB1B0; background: url(images/dwn-arrow.jpg) no-repeat 98% #fff;}*/
#complaint-form > form > .compasst-col3 > div.form-inner-title label {text-decoration: underline; color: #1CA3D3; margin-right: 8px; font-weight: bold}
#complaint-form > form > #assistanceMessage label, #complaint-form > form > #MilitarySection label {font-weight: bold;}
#complaint-form > form > #assistanceMessage .compasst-col1 > input, #complaint-form > form > #MilitarySection .compasst-col1 > input, #complaint-form > form > #assistanceMessage .compasst-col2 > input, #complaint-form > form > #MilitarySection .compasst-col2 > input, #complaint-form > form > #assistanceMessage .compasst-col3 > input, #complaint-form > form > #MilitarySection .compasst-col3 > input {width: 98.7%; height: 25px; border: 1px solid #AEB1B0;}
#complaint-form > form > #assistanceMessage .compasst-col1 > select, #complaint-form > form > #MilitarySection .compasst-col1 > select {width: 39%; height: 30px; border: 1px solid #AEB1B0; background: url(images/dwn-arrow.jpg) no-repeat 98% #fff;} 
#complaint-form > form > #assistanceMessage .compasst-col2 > select, #complaint-form > form > #MilitarySection .compasst-col2 > select, #complaint-form > form > #assistanceMessage .compasst-col3 > select, #complaint-form > form > #MilitarySection .compasst-col3 > select {width: 100%; height: 30px; border: 1px solid #AEB1B0; background: url(images/dwn-arrow.jpg) no-repeat 98% #fff;}
#complaint-form > form > #pagenav > div.action-save > input.SummaryEditLink {background-color: transparent!important; color: #666; border: none; font-weight: bold;}
#complaint-form > form > #topnavwizard > div.action-save > input.SummaryEditLink {background-color: transparent!important; color: #666; border: none; font-weight: bold;}
#complaint-form > form > #pagenav {clear: both; float: left; margin: 15px 0 0 0; padding: 10px 0; width: 100%; border-top: 1px solid #AEB1B0;}
#complaint-form > form > #topnavwizard {clear: both; float: left; margin: 0 0 10px 0; padding: 7px 0; width: 100%; border-bottom: 1px solid #AEB1B0; display: inline;}

#complaint-form > form > .compasst-col1 > select {width: 39%; height: 30px; border: 1px solid #AEB1B0; background: url(images/dwn-arrow.jpg) no-repeat 98% #fff; margin-top: 3px; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none;}
#complaint-form > form > .compasst-col2 > select {width: 100%; height: 30px; border: 1px solid #AEB1B0; background: url(images/dwn-arrow.jpg) no-repeat 98% #fff; margin-top: 3px;  -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none;}
#complaint-form > form > .compasst-col3 > select {width: 100%; height: 30px; border: 1px solid #AEB1B0; background: url(images/dwn-arrow.jpg) no-repeat 98% #fff; margin-top: 3px;  -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none;}

#complaint-form > form > .compasst-col1 > select::-ms-expand {display: none;}
#complaint-form > form > .compasst-col2 > select::-ms-expand {display: none;}
#complaint-form > form > .compasst-col3 > select::-ms-expand {display: none;}

.form-sub-title {color: #336699; font-weight: bold; font-size: 110%;}

 .tree {margin-left:50px;}
.questions {color: #000; font-weight: bold; font-size: 130%; }/*margin-top:20px !important;*/

.answers {color: #000; font-weight: bold; font-size: 111%; }
.answers ul {color: #000; clear: both; float: left; margin: 0 0 0 0; padding: 0; width: 96%; border-top: none; }
.answers li { color: #000; float: left; padding: 0 3% 1.5% .5%;  background-color:transparent; border-top: 0; border-right: 0; border-left: 0; border-bottom: none; height: 100%; width: 99%; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; display: list-item; text-align: left; list-style-type: none;}
.answers li a {color: #000; display: block; font-weight: normal; text-decoration: none; padding-right: 2%; list-style-type: none;}
.answers li:hover {color: #000; list-style-type: none;}
.answers li a:hover {color: #000; background-color:transparent; list-style-type: none;}

.summary-field-label {font-weight: bold;}
.summ-col1 {clear: both; float: left; width: 50%;}
.summ-col2 {clear: none; float: left; width: 50%; margin: 10px 0 0 0; text-align: right;}
.summ-col2 input {border:0px; background-color: transparent; font-weight: bold;}
.printicon {display: none; float: left; width: 33.3%; height: 27px; text-align:center;}
.bubble_table4 { background-color: #2B5796; font-family: Arial,Arial,Helvetica; font-size: 10px; padding-top: 0; width: 300px; }
.bubble_table5 { background-color: #2B5796; border: medium none; color: #ffffff; font-weight: bold; padding-left: 1px; padding-top: 1px; }
.bubble_table6 { background-color: #dbe4ed; border: 1px solid #333399; color: #000000; padding-left: 1px; padding-top: 1px; }
#ConfirmationPrint {display: block; text-align: center;text-decoration:none; color: #336600; font-weight: 700; border-top: 2px solid #336600; border-bottom: 2px solid #336600;padding: 8px 0;}
#ConfirmationRelatedItems{color: #153a6f; font-size: 14px; font-weight: bold; border-bottom: 1px solid #ccc;}
input:focus, select:focus, textarea:focus {border: 1px solid #669ACC !important;}
.SummaryArea input {background-color: transparent !important; font-weight: bold !important;}
#CISDetailsDateHint {font-style: italic !important; }
.bold {font-weight: 700;}

.label-checkbox div{
    width: 90%;
    margin: 0 0 0 3%;
}

.chk input{
    position: relative;
    width: 5%;
    float: left;
    clear: both;
    margin: 5px 0 0 -5%;
    padding: 0 0;
}

.chk-text p{
    position: relative;
    width: 90%;
    float: right;
    white-space: normal;
    margin: 1px 10% 0 0;
    padding: 0 0;
}

/*jQuery Dialog*/
.ui-front { z-index: 1000 !important; }
.ui-dialog { z-index: 1001 !important ;}

#sumsubmit > input[type=submit] {width:100px; background: #0198cf; padding: 5px 10px; border:1px solid #999; cursor:pointer; text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.3); color: #fff; font-weight: bold; -webkit-box-shadow: inset 0px 1px 0px #999, 0px 1px 0px 0px #999, 0px 1px 1px #999;
-moz-box-shadow: inset 0px 1px 0px #999, 0px 1px 0px 0px #999, 0px 1px 1px #999;
box-shadow: inset 0px 1px 0px #999, 0px 1px 0px 0px #999, 0px 1px 1px #999;}
/* ==|======================================================================== */

}


/************************************************************************************
DESKTOP LAYOUT: 801px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout.
*************************************************************************************/
@media only screen and (min-width: 801px) {
.how-we-use-para { color: #fff !important; background-image: url(images/caret-white-10.png) }

.gridContainer {width: 100%; max-width: 1024px; padding-left: 0; padding: 0; margin: 0px auto;}
#maincontent {clear: both; float: left; margin: 0 0 0 0; width: 100%; display: block; font-size: 100%;}


section {clear: both!important; float: left; margin:0 0% 1% 1%; padding: 0; width: 98%;}	
#whatis {clear: both; float: left; margin: 15px 2.5% 15px 0; width: 31%; display: block; padding: 1% 3%; border: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -moz-box-shadow: 0 0 5px lightgrey; -webkit-box-shadow: 0 0 5px lightgrey; box-shadow: 0 0 5px lightgrey; min-height:435px;}
#rotator {clear: none; float: left; margin: 0%; width: 60%; display: block; padding: 1px 0%; border: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; height:445px;  min-height:435px; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;}
.rotatortext {display: block; margin: 5px 30px 0px 10px; padding: 0; z-index: -1000 !important; position: relative;}
.rotatorimg {display: block; margin:0px 25px 50px 25px; padding: 0; min-height: 387px; z-index: -1000 !important;position:relative;}
.rotatorimg2 {display: block; margin:25px 0 50px 0px; padding: 0; min-height: 387px; z-index: -1000 !important;position:relative;}
#latestnews {margin: 0 50px 60px 50px; padding: 0; text-align:left; font-size: 80%;}
html.ko #latestnews {margin: 0 50px 60px 50px; padding: 0; text-align:left; font-size: 75%;}
h1 {margin: 0px 0 0 0; padding-top: 5px; font-size: 160%; color: #000; font-weight: bold;}  /*margin: 40px 0 0 0;*/
h2 {font-size: 130%; padding-top: 5px; color: #336699; font-weight: bold;}
h3 {color: #336699; font-weight: bold; margin: 5px 0; font-size: 110%;}

/* ==|== header styles ===================================================== */
header {clear: both; float: left; margin: 0; padding: 0; width: 100%; display: block;}
#topnavigation {clear: both; float: left; margin: 0; padding: 4px 0 0 0; width: 100%; display: block; background-color: #1CA3D3; border-bottom: 3px solid #336799; height: 25px;}
#topnavcol1 {clear: both; float: left; margin-left: 0; padding: 0 0 0 0.5%; width: 72%; display: block; background-color: #1CA3D3; color: #fff; font-size: 70%; font-weight: bold; height: 25px;}  /*width: 59.5%*/
#icpen-top-para-div {display: none}
#icpen-para-div {display: block; position: absolute; top: 55px; left: 290px; font-size: 12px; max-width: 512px;}

#topnavcol1 a{
color: #FFF;
font-size: 100%;
font-weight: bold;
}

/*#topnavcol2 {clear: none; float: left; margin: 0; padding: 5px 2% 5px 0; width: 38%; display: block; background-color: #336799; color: #fff; font-weight: bold; background-image:url(images/top-nav-bkgd.jpg); background-repeat:no-repeat; background-position: bottom left; text-align: right; height: 15px;}*/
#topnavcol2 {clear: none; float: right; margin: 0; padding: 5px 2% 5px 0; width: 25%; display: block; background-color: #336799; color: #fff; font-weight: bold; background-image:url(images/top-nav-bkgd.jpg); background-repeat:no-repeat; background-position: bottom left; text-align: right; height: 15px;}
#menu-icon {position: absolute; top: 15px; right: 0; background: url(images/menu-icon.jpg) no-repeat; width: 32px; height: 27px; cursor: pointer; display: none;  /* show menu icon */}
#topnav {clear: both; position: relative; z-index: 10; top: 0; right: 0; width: 100%; margin: 0; padding: 0;border: none; background-color: transparent; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; display: block; text-align: center; list-style-type: none;}
#topnav li {clear: both; float: none; text-align: none; margin: 0; padding: 0 8px; border-bottom: none; display: inline-block; /*border-right: 1px solid #fff;*/}
#topnav li:nth-child(4) {border-right: none; padding: 0 0 0 8px;}
#topnav li a, #topnav li a:link, #topnav li a:visited {color: #fff; text-decoration: none; font-weight: bold; display: block; padding: 0; font-size: 85%;}
#topnav li:hover {background-color:#336797;}
#topnav li a:hover { color: #fff; display: block; text-decoration: underline;}
/*.image_icpen {float: none; padding: 0; margin: 0 3px 0 0; border: none; vertical-align:middle;}*/
.image_icpen {float: left; padding: 0; margin: 0 3px 0 0; border: none; vertical-align:middle;}
#topmast {clear: both; float: left; margin-left: 0; width: 100%; display: block;}
#logoimg {clear: both; float: left; margin-left: 0; padding: 15px 0 10px 2%; width: 26%; display: block;}
#langnav {clear: none; float: left; margin-left: 0; padding: 0 2% 0 0; width: 68%; display: block; text-align: right;}
#langnav ul {padding: 0; margin: 0; list-style-type: none;}
#langnav ul li {padding: 0 8px; margin: 0; display:inline; color: #666;}
#langnav a, #langnav a:link {color: #666; text-decoration: none; font-size: 90%;}
#langnav a:visited {color: #666; text-decoration: none;}
#langnav a:hover {color: #666; text-decoration: underline;}

@media all\0 { #topnav li {display: inline;}} 
/* ==|=================================================================== */

/* ==|== nav styles ===================================================== */
nav {position: relative; clear: both; float: none; margin-left: 0; width: 100%; display: block;}
ul.tabscol {clear: both; padding: 0; list-style:none; width: 100%; display: block;}
.introdiv {display: block; width: 63.5%; margin-top: 80px; max-width: 512px;}
ul.tabscol li {padding: 7px 0; margin:0 1% 10px 0; display: inline-block; width: 32%; float: left; min-width: 280px; background-color: #fff; border: 1px solid #fff; height: 37px;}
ul.tabscol li a, ul.tabscol li a:active, ul.tabscol li a:visited {float: left; font-family: Arial; font-weight: bold; color: #666; font-size: 12px; padding: 3px 8% 0 1%; text-decoration: none; display: block; width: 96%;}
/* Language Specific Settings for above ul.tabscol li a, ul.tabscol li a:active, ul.tabscol li a:visited */
.pl ul.tabscol li:nth-child(5) a, ul.tabscol li:nth-child(5) a:active, ul.tabscol li:nth-child(5) a:visited {float: left; font-family: Arial; font-weight: bold; color: #666; font-size: 11px; padding: 2px 8% 0 1%; text-decoration: none; display: block; width: 96%;line-height: 11px}
.fr ul.tabscol li:nth-child(5) a, ul.tabscol li:nth-child(5) a:active, ul.tabscol li:nth-child(5) a:visited {float: left; font-family: Arial; font-weight: bold; color: #666; font-size: 12px; padding: 2px 8% 0 1%; text-decoration: none; display: block; width: 92%;line-height: 11px}
.de ul.tabscol li:nth-child(1) a, ul.tabscol li:nth-child(1) a:active, ul.tabscol li:nth-child(1) a:visited {float: left; font-family: Arial; font-weight: bold; color: #666; font-size: 11px; padding: 2px 8% 0 0; text-decoration: none; display: block; width: 102%;line-height: 16px}

/*#complaint {float: left; display: block; margin: 0 0 5px 0; padding: 1% 1.5%; background-color: #fff; width: 97%; background-image:url(images/world-map-with-people.png); background-repeat:no-repeat; background-position: 90% 0; height: 430px;}*/
/*#complaint {float: left; display: block; margin: 0 0 10px 0; padding: 0 7px 0 0; background-color: #EBEDEF; width: 100%; background-image:url(images/econNewTypingImg.PNG); background-repeat:no-repeat; background-position: 100% 0; min-height: 400px;}*/
#complaint {float: left; display: block; margin: 0 0 10px 0; padding: 0 7px 0 0; background-color: #EBEDEF; width: 100%; min-height: 400px;}
#othersteps {float: left; display: block; margin: 0 0 10px 0; padding: 1% 1.5%; background-color: #EBEDEF; width: 97%; background-image:url(images/other-steps-bkgd-white.jpg); background-repeat:no-repeat; background-position: left; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;}

#complaint > .introdiv {margin-top: 15px; padding-left: 7px;}
#complaint > .introdiv-two {background-color: #97abb1; min-height: 275px; min-width: 100%; padding-left: 7px;}
#introdiv-two-h2 {display: block; color: #fff; margin-top: 15px;}
#othersteps > .introdiv {margin-top: 45px;}
#newsnav > .introdiv {margin-top: 40px;}

/*#othersteps > ul.tabscol {margin: 0; padding: 0; list-style:none; width: 100%; display: block; text-align: center;}
#othersteps > ul.tabscol li {float: left;display: inline-block; width: 100px; min-width: 100px; background-image:url(images/other-steps.png); background-repeat:no-repeat; background-position: top center; margin: 0; text-align: center; padding: 22px 8px 0 12px; color: #fff; font-weight: bold!important; line-height: 10px; height: 69px; background-color: transparent; border: none;  height: 400px}
#othersteps > ul.tabscol li a, #othersteps > ul.tabscol li a:active, #othersteps > ul.tabscol li a:visited {float: none; font-family: Arial; font-weight: bold; color: #fff!important; font-size: 11px; padding: 0; text-decoration: none; display: block;}
#othersteps > ul.tabscol li:hover {opacity: 100; }
#othersteps > ul.tabscol li a:hover {text-decoration: none; opacity: 100; color: #fff;}*/

#othersteps > ul.tabscol {margin: -5px 0 0 0; padding: 0; list-style:none; width: 100%; display: block; clear: both;}



#othersteps > ul.tabscol li {padding: 0; margin: 5px 1% 0 0; display: inline-block; width: 18.1%; min-width: 18.1%; float: left; background-color: #fff; background-image:url(images/bttn-arrw.jpg); background-repeat:no-repeat; background-position: 99% 3px; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; text-align:center; border: 1px solid #fff; height: 100%; background-image: none;}
#othersteps > ul.tabscol li a, #othersteps > ul.tabscol li a:active, #othersteps > ul.tabscol li a:visited {float: left; font-family: Arial; font-weight: bold; color: #336699; font-size: 12px; padding: 5px 0; text-decoration: none; display: block; width: 100%;}

#othersteps > ul.tabscol li:hover {background-color: #0198CF; background-image:none; background-repeat:no-repeat; background-position: 99% 3px; opacity: 100; border: 1px solid #0198CF; height: 100%; width: 18.1%;}
#othersteps > ul.tabscol li a:hover {padding: 5px 0; text-decoration: none; opacity: 100; color: #fff;}



#newsnav {float: left; display: block; margin: 0 0 5px 0; padding: 1% 1.5%; background-color: #EBEDEF; width: 97%; background-image:url(images/news-bkgd-white.jpg); background-repeat:no-repeat; background-position: right top; border: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;}
html.ja #newsnav {float: left; display: block; margin: 0 0 5px 0; padding: 1% 1.5%; background-color: #fff; width: 97%; background-image:url(images/news-bkgd-white.jpg); background-repeat:no-repeat; background-position: right top; height:450px}
.newsnav-col1 {float: left; margin: 0; padding: 0 0 0 0; width: 100%;}
.learnmore {float: left; color: #666; font-weight: bold; background-image:url(images/caret-gray-8.png); background-repeat:no-repeat; background-position: 100% 50%; font-size: 95%;}
.learnmore a, .learnmore a:link, .learnmore a:visited {text-decoration: none; color: #666;}
.learnmore a:hover {text-decoration: underline; color: #666;}
#newsnav > ul.tabscol {margin: 0; padding: 0; list-style:none; width: 100%; display: block; clear: both;}
#newsnav > ul.tabscol li {padding: 0; margin: 0 1% 0 0; display: inline-block; width: 18.1%; min-width: 18.1%; float: left; background-color: #fff; background-image:url(images/bttn-arrw.jpg); background-repeat:no-repeat; background-position: 99% 3px; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; text-align:center; border: 1px solid #fff; height: 100%; background-image: none;}
#newsnav > ul.tabscol li a, #newsnav > ul.tabscol li a:active, #newsnav > ul.tabscol li a:visited {float: left; font-family: Arial; font-weight: bold; color: #336699; font-size: 12px; font-weight: bold; padding: 5px 0; text-decoration: none; display: block; width: 100%;}
#newsnav > ul.tabscol li:hover {background-color: #0198CF; background-image:none; background-repeat:no-repeat; background-position: 99% 3px; opacity: 100; border: 1px solid #0198CF; height: 100%; width: 18.1%;}
#newsnav > ul.tabscol li a:hover {padding: 5px 0; text-decoration: none; opacity: 100; color: #fff;}

.btn-icon {vertical-align: middle; float: left; border: none; margin: 2px 2px 0 0;}
.btn-icon2 {vertical-align: middle; border: none; margin: 2px 2px 0 0;}
.btn-icon3 {vertical-align: middle; float: none; border: none; margin: 2px 2px 0 0;}
/*--------------------------------------------------------------------------------------------------------------------*/
/* Languge specific settings for btn-icon*  */
/*.pl ul.tabscol li:nth-child(5) a, ul.tabscol li:nth-child(5) a:active, ul.tabscol li:nth-child(5) a:visited {float: left; font-family: Arial; font-weight: bold; color: #666; font-size: 11px; padding: 3px 8% 0 1%; text-decoration: none; display: block; width: 92%;line-height:normal;}*/

.de ul.tabscol li:nth-child(1) .btn-icon {vertical-align: middle; float: left; border: none; margin: 2px 2px 0 0;}
.en ul.tabscol li:nth-child(5) .btn-icon {vertical-align: middle; float: left; border: none; margin: 2px 2px 0 0;}
.en ul.tabscol li:nth-child(6) .btn-icon2 {vertical-align: middle; float: none; border: none; margin: 2px 0px 0 0;}
.en ul.tabscol li:nth-child(8) .btn-icon3 {vertical-align: middle; float: left; border: none; margin: 2px 2px 0 0;}
.en ul.tabscol li:nth-child(6) a, ul.tabscol li:nth-child(6) a:active, ul.tabscol li:nth-child(6) a:visited {font-size: 12px;}
.en ul.tabscol li:nth-child(8) a, ul.tabscol li:nth-child(8) a:active, ul.tabscol li:nth-child(8) a:visited {font-size: 12px;}
.es ul.tabscol li:nth-child(1) .btn-icon {vertical-align: middle; float: left; border: none; margin: 2px 2px 0 0;}
.es ul.tabscol li:nth-child(5) .btn-icon {vertical-align: middle; float: left; border: none; margin: 2px 2px 0 0;}
.es ul.tabscol li:nth-child(6) .btn-icon2 {vertical-align: middle; float: none; border: none; margin: 2px 2px 0 0;}
.es ul.tabscol li:nth-child(8) .btn-icon3 {vertical-align: middle; float: left; border: none; margin: 2px 2px 0 0;}
.es ul.tabscol li:nth-child(6) a, ul.tabscol li:nth-child(6) a:active, ul.tabscol li:nth-child(6) a:visited {font-size: 11px;}
/*Spanish 3 lines - 1 and 5*/
.es ul.tabscol li:nth-child(1) a, ul.tabscol li:nth-child(1) a:active, ul.tabscol li:nth-child(1) a:visited {float: left; font-family: Arial; font-weight: bold; color: #666; font-size: 12px; padding: 3px 8% 0 1%; text-decoration: none; display: block; width: 92%;line-height:11px}
.es ul.tabscol li:nth-child(5) a, ul.tabscol li:nth-child(5) a:active, ul.tabscol li:nth-child(5) a:visited {float: left; font-family: Arial; font-weight: bold; color: #666; font-size: 12px; padding: 3px 8% 0 1%; text-decoration: none; display: block; width: 92%;line-height:11px}

.fr ul.tabscol li:nth-child(1) .btn-icon {vertical-align: middle; float: left; border: none; margin: 2px 2px 0 0;}
/*.fr ul.tabscol li:nth-child(4) .btn-icon2 {vertical-align: middle; float: left; border: none; margin: 2px 2px 0 0;}*/
.fr ul.tabscol li:nth-child(5) .btn-icon {vertical-align: middle; float: left; border: none; margin: 2px 2px 0 0;}
.fr ul.tabscol li:nth-child(6) .btn-icon2 {vertical-align: middle; float: left; border: none; margin: 2px 2px 0 0;}
.fr ul.tabscol li:nth-child(8) .btn-icon3 {vertical-align: middle; float: left; border: none; margin: 2px 2px 0 0;}
/*French 3 lines - 1 and 5(5 is done)*/
.fr ul.tabscol li:nth-child(1) a, ul.tabscol li:nth-child(1) a:active, ul.tabscol li:nth-child(1) a:visited {float: left; font-family: Arial; font-weight: bold; color: #666; font-size: 12px; padding: 3px 8% 0 1%; text-decoration: none; display: block; width: 92%;line-height:11px}

.ko ul.tabscol li:nth-child(5) .btn-icon {vertical-align: middle; float: left; border: none; margin: 2px 2px 0 0;}
.pl ul.tabscol li:nth-child(6) .btn-icon2 {vertical-align: middle; float: left; border: none; margin: 2px 2px 0 0;}
.pl ul.tabscol li:nth-child(8) .btn-icon3 {vertical-align: middle; float: left; border: none; margin: 2px 2px 0 0;}
.tr ul.tabscol li:nth-child(3) .btn-icon2 {vertical-align: middle; float: left; border: none; margin: 2px 2px 0 0;}
.tr ul.tabscol li:nth-child(5) .btn-icon {vertical-align: middle; float: left; border: none; margin: 2px 2px 0 0;}
.tr ul.tabscol li:nth-child(6) .btn-icon2 {vertical-align: middle; float: left; border: none; margin: 2px 2px 0 0;}
/*Turkish 3 lines - 5*/
.tr ul.tabscol li:nth-child(5) a, ul.tabscol li:nth-child(5) a:active, ul.tabscol li:nth-child(5) a:visited {float: left; font-family: Arial; font-weight: bold; color: #666; font-size: 12px; padding: 3px 8% 0 1%; text-decoration: none; display: block; width: 92%;line-height:11px}
.tr ul.tabscol li:nth-child(6) a, ul.tabscol li:nth-child(6) a:active, ul.tabscol li:nth-child(6) a:visited {font-size: 11px;} 

.de ul.tabscol li:nth-child(8) .btn-icon3 {vertical-align: middle; float: left; border: none; margin: 2px 2px 0 0;}
/*--------------------------------------------------------------------------------------------------------------------*/
#TabsMenu { display: none; }



/*@media only screen and (min-width: 1000px) {
 Languge specific settings for btn-icon*  
.en ul.tabscol li:nth-child(6) .btn-icon2 {vertical-align: middle; float: none; border: none; margin: 2px 2px 0 0;}
.en ul.tabscol li:nth-child(8) .btn-icon3 {vertical-align: middle; float: left; border: none; margin: 2px 2px 0 0;}

Undo Spanish 3 lines - 1 and 5
.es ul.tabscol li:nth-child(1) a, ul.tabscol li:nth-child(5) a:active, ul.tabscol li:nth-child(5) a:visited {float: left; font-family: Arial; font-weight: bold; color: #666; font-size: 12px; padding: 3px 8% 0 1%; text-decoration: none; display: block; width: 92%;line-height:normal;}
.es ul.tabscol li:nth-child(5) a, ul.tabscol li:nth-child(5) a:active, ul.tabscol li:nth-child(5) a:visited {float: left; font-family: Arial; font-weight: bold; color: #666; font-size: 12px; padding: 3px 8% 0 1%; text-decoration: none; display: block; width: 92%;line-height:normal;}

Undo French 3 lines - 1 and 5(5 is done)
.fr ul.tabscol li:nth-child(1) a, ul.tabscol li:nth-child(5) a:active, ul.tabscol li:nth-child(5) a:visited {float: left; font-family: Arial; font-weight: bold; color: #666; font-size: 12px; padding: 3px 8% 0 1%; text-decoration: none; display: block; width: 92%;line-height:normal;}

.tr ul.tabscol li:nth-child(3) .btn-icon2 {vertical-align: middle; float: none; border: none; margin: 2px 2px 0 0;}
.tr ul.tabscol li:nth-child(6) .btn-icon2 {vertical-align: middle; float: none; border: none; margin: 2px 2px 0 0;}
.tr ul.tabscol li:nth-child(8) .btn-icon3 {vertical-align: middle; float: left; border: none; margin: 2px 2px 0 0;}
Undo Turkish 3 lines - 5
.tr ul.tabscol li:nth-child(5) a, ul.tabscol li:nth-child(5) a:active, ul.tabscol li:nth-child(5) a:visited {float: left; font-family: Arial; font-weight: bold; color: #666; font-size: 12px; padding: 3px 8% 0 1%; text-decoration: none; display: block; width: 92%;line-height:normal;}
 
}

    @media only screen and (min-width: 1018px) {
    .en ul.tabscol li:nth-child(8) .btn-icon3 {vertical-align: middle; float: none; border: none; margin: 2px 0 0 0;}
    }

    @media only screen and (max-width: 1000px) {
.btn-icon3 {vertical-align: middle; float: left; border: none; margin: 2px 2px 0 0;}
}
/* ==|=========================================================================== 

/* ==|== subpage nav styles ===================================================== */
#complaint-sub {float: left; display: block; margin: 0 0 5px 0; padding: 1% 1.5%; background-color: #EBEDEF; width: 97%; background-image:none; background-repeat:no-repeat; background-position: 90% 0; -moz-box-shadow: 0 0 5px lightgray; -webkit-box-shadow: 0 0 5px lightgray; box-shadow: 0 0 5px lightgray;}
#complaint-sub > ul.tabscol > li {display: none;}
#complaint-sub > .introdiv {display: none;}
#complaint-sub > ul.tabscol > #CollapsiblePanel1 > .CollapsiblePanelTab {display: none;}

#complaint-sub > ul#subcat {clear: both; float: left; margin: 10px 0 0 2%; padding: 0; width: 96%; list-style-image:url(images/subcat-li.png)!important; border-top: none; }
#complaint-sub > ul#subcat {clear: both; float: left; margin: 10px 0 0 2%; padding: 0; width: 96%; list-style-type:disc !important; border-top: none; list-style-image:none!important; }
/*#complaint-sub > ul#subcat li {float: left; padding: 0 3% 1.5% 0; background-color:transparent; border-top: 0; border-right: 0; border-left: 0; border-bottom: none; color: #000; background-image:url(images/subcat-arrw.png); background-repeat:no-repeat; background-position: 97% 50%; height: 100%; width: 99%; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; display: list-item; text-align: left;}*/
#complaint-sub > ul#subcat li {float: left; padding: 0 3% 1.5% 0; background-color:transparent; border-top: 0; border-right: 0; border-left: 0; border-bottom: none; color: #000; height: 100%; width: 99%; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; display: list-item; text-align: left;}
#complaint-sub > ul#subcat li a {color: #000; display: block; font-weight: bold; padding-right: 2%;}
#complaint-sub > ul#subcat li:hover {color: #000;}
#complaint-sub > ul#subcat li a:hover { background-color:transparent;}
#complaint-sub > ul#subcat li.newcat {display: list-item; background-image:none; background-repeat:no-repeat; background-position: 98% 50%; font-weight: bold; font-style: italic; color: #000;}
#complaint-sub > ul#subcat li.newcat a {color: #000;}
#complaint-sub > ul#subcat li.newcat:hover {background-color: transparent; background-image:none; background-repeat:no-repeat; background-position: 98% 50%;}
#complaint-sub > ul#subcat li.newcat a:hover {color: #000; text-decoration: underline;}
#complaint-sub > ul#subcat li::marker{color: #336699;}
#complaint-sub > #subcat-title{}
.subcat-title {color: #336600; font-weight: bold;}
span.more { display: none;  }
#othersteps-sub {float: left; display: block; margin: 0 0 5px 0; padding: 1% 1.5%; background-color: #EBEDEF; width: 100%; background-image:none; background-repeat:no-repeat; background-position: 90% 0;}
#othersteps-sub > ul.tabscol > li {display: none;}
#othersteps-sub > .introdiv {display: none;}
#othersteps-sub > .othernav-col > ul {clear: none; margin: 0 0 0 25px; padding: 0; list-style: disc; width: 100%; display: block;}
#othersteps-sub > .othernav-col > ul li {float: none;display: list-item; width: 94%; min-width: 94%; background-image:none; background-repeat:no-repeat; background-position: top center; margin: 0; text-align: left; padding: 0 0 10px 10px; color: #000; font-weight: normal!important; font-size: 100%; line-height: 19px; height: 100%; background-color: transparent; border: none;}
#othersteps-sub > .othernav-col > ul li ul {clear: none; margin: 20px 0 0 15px; padding: 0; list-style: square; width: 100%; display: block;}
#othersteps-sub > .othernav-col > ul li ul li {padding-bottom: 0px;}
/*#othersteps-sub > .othernav-col > ul.anchorlinks {clear: none; margin: 20px 0 0 25px; padding: 0; list-style: disc; width: 94%; display: block;}
#othersteps-sub > .othernav-col > ul.anchorlinks li {padding-bottom: 0px;}*/

#othersteps-sub > .othernav-col > ul.anchorlinks {clear: none; margin: 20px 0 0 25px; padding: 0; list-style: disc; width: 94%; display: block;}
#othersteps-sub > .othernav-col > ul.anchorlinks li {padding: 0 0 10px 20px; background-image:url("Images/arrow_next_page.png"); background-repeat:no-repeat; background-position: 0 -2px; list-style-type: none;}
#othersteps-sub > .othernav-col > ul.anchorlinks li a, #othersteps-sub > .othernav-col > ul.anchorlinks li a:hover {display: table-cell; vertical-align:center; color: #336699; font-weight: normal; list-style-type: none; text-decoration: none;}

.answers {color: #336699; font-weight: bold; font-size: 111%; }
.answers ul {color: #336699; clear: both; float: left; margin: 0 0 0 0; padding: 0; width: 96%; border-top: none; }
.answers li { color: #336699; float: left; padding: 0 3% 1.5% .5%;  background-color:transparent; border-top: 0; border-right: 0; border-left: 0; border-bottom: none; height: 100%; width: 99%; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; display: list-item; text-align: left; list-style-type: none;}
.answers li a {color: #336699; display: block; font-weight: normal; text-decoration: none; padding-right: 2%; list-style-type: none;}
.answers li:hover {color: #336699; list-style-type: none;}
.answers li a:hover {color: #336699; background-color:transparent; list-style-type: none;}


#othersteps-sub > ul.othernavigation {margin:0; padding: 10px 1% 8px 1%; min-height: 28px; background-color:#0198CF; width: 98%; list-style:none; display:inline-block;}
#othersteps-sub > ul.othernavigation li {float: left; width: 185px; min-width: 185px; border: 1px solid #fff; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; padding: 0; text-align:center; margin: 0 0.5% 0 0; background-color: transparent; background-image: none; height: auto;}
#othersteps-sub > ul.othernavigation li a, #othersteps-sub > ul.othernavigation li a:link, #othersteps-sub > ul.othernavigation li a:visited, #othersteps-sub > ul.othernavigation li a:hover {color: #fff; font-weight: bold; text-decoration: none; width: 100%; display: block; padding: 4px 0; opacity: 100; font-size: 75%;}
#othersteps-sub > ul.othernavigation li.adr {float: left; width: 225px; min-width: 225px; border: 1px solid #fff; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; padding: 0; text-align:center; margin: 0 0.5% 0 0;}
#othersteps-sub > .othernav-col {margin: 0; padding: 0; width: 96%;}
#othersteps-sub > ul.othernavigation li.selected {float: left; width: 185px; min-width: 185px; border: 1px solid #fff; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; padding: 0; text-align:center; margin: 0 0.5% 0 0; background-color: #fff; background-image: none; height: auto;}
#othersteps-sub > ul.othernavigation li.selected a, #othersteps-sub > ul.othernavigation li.selected a:link, #othersteps-sub >  ul.othernavigation li.selected a:visited {color: #336699; font-weight: bold; text-decoration: none; width: 100%; display: block;}
#othersteps-sub > ul.othernavigation li.adrselected {float: left; width: 225px; min-width: 225px; border: 1px solid #fff; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; padding: 0; text-align:center; margin: 0 0.5% 0 0; background-color: #fff;}
#othersteps-sub > ul.othernavigation li.adrselected a, #othersteps-sub > ul.othernavigation li.adrselected a:link, #othersteps-sub >  ul.othernavigation li.adrselected a:visited {color: #336699; font-weight: bold; text-decoration: none; width: 100%; display: block;}
#othersteps-sub > ul.othernavigation li:hover {background-color: transparent; background-image: none; background-repeat:no-repeat; background-position: 99% 2px; opacity: 0.80; border: 1px solid #FFF;}
#othersteps-sub > ul.othernavigation li.selected:hover {background-color: #FFF;}

#sidebar {float: right; width: 40%; padding: 1%; margin-right: 15%; border: 1px solid #666; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: #f9f9f9; color: #336699; font-size: 90%;}

#newsnav-sub {float: left; display: block; margin: 3px 0 0 0; padding: 1% 1.5%; background-color: #EBEDEF; width: 100%; background-image:none; background-repeat:no-repeat; background-position: right top;}
#newsnav-sub > .introdiv {display: none;}
#newsnav-sub > ul.tabscol > li {display: none;}
#newsnav-sub > ul.newsnavigation {margin:0; padding: 5px 0 8px 2%; min-height: 28px; background-color:#0198CF; width: 98%; list-style:none; display:inline-block;}
#newsnav-sub > ul.newsnavigation li {float: left; display: inline; background-color: #0198CF; border: 1px solid #fff; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; padding: 0; width: 23.8%; color: #fff; text-align:center; font-size: 90%; margin: 0 0.5% 0 0; height: 27px; background-image: none; }
#newsnav-sub > ul.newsnavigation li a, #newsnav-sub > ul.newsnavigation li a:link, #newsnav-sub > ul.newsnavigation li a:visited, #newsnav-sub > ul.newsnavigation li a:hover {color: #fff; font-weight: bold; text-decoration: none; padding: 0; width: 100%; display: block; padding: 4px 0; opacity: 100; font-size: 100%;}
#newsnav-sub > ul.newsnavigation li.selected {background-color: #fff; background-image:none;}
#newsnav-sub > ul.newsnavigation li.selected a, #newsnav-sub > ul.newsnavigation li.selected a:link, #newsnav-sub >  ul.newsnavigation li.selected a:visited {color: #336699; font-weight: bold; text-decoration: none; width: 100%; display: block; padding: 5px 0;}
#newsnav-sub > .newsnav-col p {font-size: 100%;}
#newsnav-sub > .newsnav-col {margin: 0; width: 96%;}
#newsnav-sub > .newsnav-col ul {list-style: disc; margin: 0 0 0 35px; display: block!important; min-height: 100%;}
#newsnav-sub > .newsnav-col ul li {display: list-item; float: none; background-color: transparent; border: none; background-image: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; padding: 0 0 12px 10px; width: 100%; color: #000; text-align:left; font-size: 100%; margin: 0; height: 100%; }
#newsnav-sub > .newsnav-col ul li:hover {background-color: transparent; color: #000; opacity: 100;}
#newsnav-sub > ul.tabscol > #CollapsiblePanel1 > .CollapsiblePanelContent > ul.newsnavigation {margin:0; padding: 5px 0 8px 2%; min-height: 28px; background-color:#0198CF; width: 98%; list-style:none; display:inline-block;}
#newsnav-sub > ul.tabscol > #CollapsiblePanel1 > .CollapsiblePanelContent > ul.newsnavigation li {float: left; display: inline; background-color: #0198CF; border: 1px solid #fff; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; padding: 0; width: 250px; color: #fff; text-align:center; font-size: 90%; margin: 0 0.5% 0 0; height: 27px; background-image: none; }
#newsnav-sub > ul.tabscol > #CollapsiblePanel1 > .CollapsiblePanelContent > ul.newsnavigation li a, #newsnav-sub > ul.tabscol > #CollapsiblePanel1 > .CollapsiblePanelContent > ul.newsnavigation li a:link, #newsnav-sub > ul.tabscol > #CollapsiblePanel1 > .CollapsiblePanelContent > ul.newsnavigation li a:visited, #newsnav-sub > ul.tabscol > #CollapsiblePanel1 > .CollapsiblePanelContent > ul.newsnavigation li a:hover {color: #fff; font-weight: bold; text-decoration: none; padding: 0; width: 100%; display: block; padding: 6px 0; opacity: 100;}
#newsnav-sub > ul.tabscol > #CollapsiblePanel1 > .CollapsiblePanelContent > ul.newsnavigation li.selected {background-color: #fff; background-image:none;}
#newsnav-sub > ul.tabscol > #CollapsiblePanel1 > .CollapsiblePanelContent > ul.newsnavigation li.selected a, #newsnav-sub > ul.tabscol > #CollapsiblePanel1 > .CollapsiblePanelContent > ul.newsnavigation li.selected a:link, #sub-tabs-newscontent > ul.newsnavigation li.selected a:visited {color: #336699; font-weight: bold; text-decoration: none; width: 100%; display: block; padding: 5px 0;}

#newsnav-sub > ul.tabscol > #CollapsiblePanel1 > .CollapsiblePanelTab {display: none!important;}
#newsnav-sub > ul.tabscol > #CollapsiblePanel1 > .CollapsiblePanelContent > .newsnav-col {margin: 0; padding: 0 2%; width: 96%;}
#newsnav-sub > ul.tabscol > #CollapsiblePanel1 > .CollapsiblePanelContent > .newsnav-col ul {list-style: disc; margin: 0 0 0 35px; display: block!important; min-height: 100%;}
#newsnav-sub > ul.tabscol > #CollapsiblePanel1 > .CollapsiblePanelContent > .newsnav-col ul li {display: list-item; float: none; background-color: transparent; border: none; background-image: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; padding: 0 0 12px 10px; width: 100%; color: #000; text-align:left; font-size: 90%; margin: 0; height: 100%; }
#newsnav-sub > ul.tabscol > #CollapsiblePanel1 > .CollapsiblePanelContent > .newsnav-col ul li:hover {background-color: transparent; color: #000; opacity: 100;}
#newsnav-sub > .newsnav-col ul li.pie {display: list-item; list-style-type:none; float: none; background-color: transparent; border: none; background-image: url(images/sm-pie-li.png); background-repeat:no-repeat; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; padding: 0 0 12px 50px; width: 95%; color: #000; text-align:left; font-size: 100%; margin: 0; height: 100%; vertical-align: text-top; }
#newsnav-sub > .newsnav-col ul li.bar {display: list-item; list-style-type:none; float: none; background-color: transparent; border: none; background-image: url(images/sm-bar-li.png); background-repeat:no-repeat; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; padding: 0 0 12px 50px; width: 100%; color: #000; text-align:left; font-size: 100%; margin: 0; height: 100%; vertical-align: text-top; }
#newsnav-sub > .newsnav-col ul.archived {margin-bottom: 20px;}
#newsnav-sub > .newsnav-col ul.archived li {display: list-item; list-style-type:disc; float: none; background-color: transparent; border: none; background-image: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; padding: 0 0 12px 10px; width: 100%; color: #C06D07; text-align:left; font-size: 100%; margin: 0; height: 100%; }



#subpage {position: relative; float: left; display: block; margin: 0px 0 15px 0; padding: 1% 1.5%; background-color: #fff; width: 97%; background-image:none; background-repeat:no-repeat; background-position: 90% 0; border: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -moz-box-shadow: inset 0px 8px 6px -6px lightgrey; -webkit-box-shadow: inset 0px 8px 6px -6px lightgrey; box-shadow: inset 0px 8px 6px -6px lightgrey;}
#mcsubpage {position: relative; float: left; display: block; margin: 0px 0 15px 0; padding: 1% 1.5%; background-color: #fff; width: 97%; background-image: none; background-repeat: no-repeat; background-position: 90% 0; border: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -moz-box-shadow: inset 0px 8px 6px -6px lightgrey; -webkit-box-shadow: inset 0px 8px 6px -6px lightgrey; box-shadow: inset 0px 8px 6px -6px lightgrey;}
.overview-col {clear: none; margin: 25px 1% 0 1%; padding: 0 1.5%; width: 28%; float: left; border: 1px solid #336699; background-color: #f9f9f9; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; min-height: 570px;}
.overview-title {font-weight: bold; font-size: 110%; color: black;}
#overview-info {clear: both; float: left; margin: 0; padding; width: 100%; background-color: #fff;}
.overview-col2 {clear: none; margin: 1% 0.8%; padding: 1.3% 1.3%; width: 29%; float: left; border: none; background-color: #fff; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; min-height: 390px; -moz-box-shadow: 0 0 5px lightgrey; -webkit-box-shadow: 0 0 5px lightgrey; box-shadow: 0 0 5px lightgrey;}
.overview-col2 p {margin: 7px 0; padding: 0; font-size: 90%;}
.overview-col2 ul {margin: 0 0 0 15px; padding: 0;}
.overview-col2 ul li {padding: 0 0 12px 0; font-size: 90%;}

/* ==|====================================================================== */

/* ==|== News Sections ===================================================== */
#newsnav-sub > ul.newsnavigation {margin:0; padding: 5px 0 12px 2%; min-height: 28px; background-color:#0198CF; width: 98%; list-style:none; display:inline-block;}
#newsnav-sub > ul.newsnavigation li {float: left; display: inline; background-color: #0198CF; border: 1px solid #fff; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; padding: 0; width: 23.8%; color: #fff; text-align:center; font-size: 90%; margin: 0 0.5% 0 0; height: 27px; background-image: none; }
#newsnav-sub > ul.newsnavigation li a, #newsnav-sub > ul.tabscol > #CollapsiblePanel1 > .CollapsiblePanelContent > ul.newsnavigation li a:link, #newsnav-sub > ul.tabscol > #CollapsiblePanel1 > .CollapsiblePanelContent > ul.newsnavigation li a:visited, #newsnav-sub > ul.tabscol > #CollapsiblePanel1 > .CollapsiblePanelContent > ul.newsnavigation li a:hover {color: #fff; font-weight: bold; text-decoration: none; padding: 0; width: 100%; display: block; padding: 6px 0; opacity: 100;}
#newsnav-sub > ul.newsnavigation li.selected {background-color: #fff; background-image:none;}
#newsnav-sub > ul.newsnavigation li.selected a, #newsnav-sub > ul.tabscol > #CollapsiblePanel1 > .CollapsiblePanelContent > ul.newsnavigation li.selected a:link, #sub-tabs-newscontent > ul.newsnavigation li.selected a:visited {color: #336699; font-weight: bold; text-decoration: none; width: 100%; display: block; padding: 5px 0;}
#newsnav-sub > ul.newsnavigation li:hover {background-color: transparent; background-image:none; background-repeat:no-repeat; background-position: 99% 2px; opacity: 0.80; border: 1px solid #FFF;}
#newsnav-sub > .newsnav-col {margin: 40px 0 30px 0; width: 96%;}


#newsnav-sub > .newsnav-col ul {list-style: disc; margin: 0 0 0 35px; display: block!important; min-height: 100%;}
#newsnav-sub > .newsnav-col ul li {display: list-item; float: none; background-color: transparent; border: none; background-image: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; padding: 0 0 12px 10px; width: 100%; color: #000; text-align:left; font-size: 90%; margin: 0; height: 100%; }
#newsnav-sub > .newsnav-col ul li:hover {background-color: transparent; color: #000; opacity: 100;}
#mapdiv {margin-top: 20px; padding: 3% 2%; background-color:#eee; width: 96%; min-height: 500px!important;}

#newsnav-sub > .newsnav-col > #trendtable {float: left; width: 40%; margin-right: 3%;}
#newsnav-sub > .newsnav-col > #trendtable th {border-top: 1px solid #336699; border-bottom: 1px solid #336699; border-right: 2px solid #fff; color: #336699; font-size: 12px; width: 50%; padding: 5px 10px; text-transform: uppercase;}
#newsnav-sub > .newsnav-col > #trendtable th.green {border-top: 1px solid #336699; border-bottom: 1px solid #336699; border-right: 2px solid #fff; color: #336600; font-size: 12px; width: 50%; padding: 5px 10px; text-transform: uppercase;}
#newsnav-sub > .newsnav-col > #trendtable td {border-top: none; border-bottom: none; border-right: 2px solid #fff; color: #000; font-size: 12px; width: 50%; padding: 5px 10px; background-color: #fff}
#newsnav-sub > .newsnav-col > #trendtable td.alt {border-top: 1px solid #336699; border-bottom: 1px solid #336699; border-right: 2px solid #fff; color: #000; font-size: 12px; width: 50%; padding: 5px 10px; background-color: #DCE5E8;}
#newsnav-sub > .newsnav-col > #trendtable td.greenalt {border-top: 1px solid #336699; border-bottom: 1px solid #336699; border-right: 2px solid #fff; color: #000; font-size: 12px; width: 50%; padding: 5px 10px; background-color: #DCE5E8;}
/* ==|======================================================================= */

/* ==|== footer styles ===================================================== */
footer {clear: both; float: left; margin: 2% 2% 0 2%; padding: 5px 0 10px 0; width: 96%; display: block; border-top: 2px solid #97abb1; font-size: 80%; background-color: #fff;}
footer .image_icpen2 {float: left; padding: 0; margin: 0 10px 0 0; border: none; }
footer .footcol1 {float: left; margin: 15px 0 0 0; padding: 0; width: 40%;}
footer .footcol2 {float: left; margin: 15px 0 0 0; padding: 0; width: 60%;}
footer .col {float: left; margin: 0; padding: 0; width: 36%; border-right: 2px solid #CCC; height: 100px;}
footer .col2 {float: left; margin: 0 0 0 3%; padding: 0; width: 58%; border-right: 2px solid #CCC; height: 100px;}
footer .col3 {float: left; margin: 0 0 0 1%; padding: 0; width: 28%; border-right: 2px solid #CCC; height: 100px;}
footer .col4 {float: left; margin: 0 0 0 3%; padding: 0; width: 30%; border-right: none; height: 100px;}
footer .col ul, footer .col2 ul, footer .col3 ul, footer .col4 ul {margin: 2px 0 10px 0; padding: 0 0 0 10px;}
.center-footer{margin-right: auto; margin-left: 120px; display: block;width: 100%;}
/* ==|======================================================================= */

/* ==|== Complaint Forms ===================================================== */
#complaint-form {position: relative; float: left; display: block; margin: 0 0 50px 0; padding: 0 1.5%; width: 97%; background-image:none; top: +27px; background-color: #fff; -moz-box-shadow: 0 0 5px lightgray; -webkit-box-shadow: 0 0 5px lightgray; box-shadow: 0 0 5px lightgray}
#complaint-form h1 {margin: 2% 0; font-size: 160%;}
#complaint-form h2 { font-size: 150%; color: #336699; font-weight: bold; background-color: transparent; padding: 0 0 1% 0; margin: 10px 0 0 0; width: 100%; }
#complaint-form h2 img.imageno {display: none;}


/*#form-hd-nav {position: relative; clear: none; margin: 10px 0 0 0; padding: 5px 0; display: inline; float: left; background-color: transparent; width: 100%; border-top: 1px solid #AEB1B0; border-bottom: 1px solid #AEB1B0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; height: 57px;}*/
/*#form-hd-nav ul#bigscreenNav {display: inline-block; float: none; padding:  5px 0; margin: 0 1% 0 0; list-style-type: none; width: 100%;}
#form-hd-nav ul#bigscreenNav li {padding: 0; margin: 0; display:inline; color: #666;}
#form-hd-nav ul#bigscreenNav li a.form-hd-nav-text img {float: left; margin-right: 3px;}
#form-hd-nav ul#bigscreenNav li a span.form-hd-na-text2 {float: left; width: 80px; margin-right: 10px; height: 33px;} 
#form-hd-nav ul#bigscreenNav li a span.text2no {display: none;}*/

/*Start New Nav*/
#form-hd-nav {position: relative; clear: none; margin: 25px 0 0 0; padding: 0; display: inline; float: left; background-color: transparent; width: 100%; border-top: 1px solid #AEB1B0; border-bottom: 1px solid #AEB1B0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; height: 57px;}
#form-hd-nav ul#bigscreenNav  {display: inline-block;  padding: 5px 0; margin: 0 1% 0 0; list-style-type: none; width: 100%;}
html.de #form-hd-nav ul#bigscreenNav  {display: inline-block;  padding: 5px 0; margin: 0 1% 0 0; list-style-type: none; width: 100%;line-height:.95;}
#form-hd-nav ul#bigscreenNav  li {position: relative; padding: 0; margin: 0 2% 0 0; display:inline; color: #666; width: 14.5%; height: 46px; background-color: whitesmoke; -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-left-radius: 5px; float: left;}
#form-hd-nav ul#bigscreenNav  li.first {position: relative; padding: 0; margin: 0 2% 0 0; display:inline; color: #666; width: 14.5%; background-color: whitesmoke; -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-left-radius: 5px; float: left;}
#form-hd-nav ul#bigscreenNav  li.last {position: relative; padding: 0; margin: 0 2% 0 0; display:inline; color: #666; width: 14.5%; background-color: whitesmoke; -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-left-radius: 5px; float: left;}
html.de #form-hd-nav ul#bigscreenNav  li.last {position: relative; padding: 0; margin: 0 0 0 0; display:inline; color: #666; width: 15%; background-color: whitesmoke; -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-left-radius: 5px; float: left;}
#form-hd-nav ul#bigscreenNav  li.selected {position: relative; padding: 0; margin: 0 2% 0 0; display:inline; color: #fff; width: 14.5%; background-color: #0198cf; -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-left-radius: 5px; float: left;}

#form-hd-nav ul#bigscreenNav  li.firstselected {position: relative; padding: 0; margin: 0 2% 0 0; display:inline; color: #666; width: 14.5%; background-color: #0198cf; -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-left-radius: 5px; float: left;}

#form-hd-nav ul#bigscreenNav  li.lastselected {position: relative; padding: 0; margin: 0 2% 0 0; display:inline; color: #666; width: 14.5%; background-color: #0198cf; -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-left-radius: 5px; float: left;}
html.de #form-hd-nav ul#bigscreenNav  li.lastselected {position: relative; padding: 0; margin: 0 0% 0 0; display:inline; color: #666; width: 15%; background-color: #0198cf; -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-left-radius: 5px; float: left;}
#form-hd-nav ul#bigscreenNav  li a {display: block; padding: 8% 0 0 20px; text-decoration: none;}
#form-hd-nav ul#bigscreenNav  li.first a {display: block; padding: 8% 0 0 20px; text-decoration: none;}
#form-hd-nav ul#bigscreenNav  li.last a {display: block; padding: 8% 0 0 20px; text-decoration: none;}

#form-hd-nav ul#bigscreenNav  li.firstselected a {display: block; padding: 8% 0 0 20px; text-decoration: none;}

#form-hd-nav ul#bigscreenNav  li.lastselected a {display: block; padding: 8% 0 0 20px; text-decoration: none;}
#form-hd-nav ul#bigscreenNav  li:before { content:""; position: absolute; left: 0; top: 0; width: 0; height: 0; border-top: 23px solid transparent; border-left: 15px solid #fff; border-bottom: 23px solid transparent; -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-left-radius: 5px;} 
#form-hd-nav ul#bigscreenNav  li.first:before { content:""; position: absolute; left: 0; top: 0; width: 0; height: 0; border-top: none; border-left: none; border-bottom: none; -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-left-radius: 5px;} 
#form-hd-nav ul#bigscreenNav  li:after { content:""; position: absolute; left: 100%; top: 0; width: 0; height: 0; border-top: 23px solid transparent; border-left: 15px solid whitesmoke; border-bottom: 23px solid transparent;} 
#form-hd-nav ul#bigscreenNav  li.last:after { content:""; position: absolute; left: 100%; top: 0; width: 0; height: 0; border-top: 23px solid transparent; border-left: 15px solid whitesmoke; border-bottom: 23px solid transparent;} 
#form-hd-nav ul#bigscreenNav  li.selected:after { content:""; position: absolute; left: 100%; top: 0; width: 0; height: 0; border-top: 23px solid transparent; border-left: 15px solid #0198cf; border-bottom: 23px solid transparent;} 

#form-hd-nav ul#bigscreenNav  li.firstselected:after { content:""; position: absolute; left: 100%; top: 0; width: 0; height: 0; border-top: 23px solid transparent; border-left: 15px solid #0198cf; border-bottom: 23px solid transparent;} 

#form-hd-nav ul#bigscreenNav  li.lastselected:after { content:""; position: absolute; left: 100%; top: 0; width: 0; height: 0; border-top: 23px solid transparent; border-left: 15px solid #0198cf; border-bottom: 23px solid transparent;} 
#form-hd-nav ul#bigscreenNav  li a.form-hd-nav-text img {float: left; margin-right: 3px;}
#form-hd-nav ul#bigscreenNav  li a span.form-hd-na-text2 {float: left; width: 70px;} 
#form-hd-nav ul#bigscreenNav  li a span.text2no {display: none;}

#form-hd-nav #bigscreenNav a.form-hd-nav-text, #form-hd-nav #bigscreenNav a.form-hd-nav-text:link {color: #336699; text-decoration: none; font-size: 75%; font-weight: bold;}
    HTML.de #form-hd-nav #bigscreenNav a.form-hd-nav-text, HTML.de #form-hd-nav #bigscreenNav a.form-hd-nav-text:link {color: #336699; text-decoration: none; font-size: 73%; font-weight: bold;}
    HTML.ko #form-hd-nav #bigscreenNav a.form-hd-nav-text, HTML.ko #form-hd-nav #bigscreenNav a.form-hd-nav-text:link {color: #336699; text-decoration: none; font-size: 73%; font-weight: bold; padding-top: 0}

#form-hd-nav > ul#bigscreenNav  > li.selected > a.form-hd-nav-text, #form-hd-nav > ul#bigscreenNav  > li.selected > a.form-hd-nav-text:link {color: #fff; text-decoration: none; font-size: 75%; font-weight: bold;}
    HTML.de #form-hd-nav > ul#bigscreenNav  > li.selected > a.form-hd-nav-text, HTML.de #form-hd-nav > ul#bigscreenNav  > li.selected > a.form-hd-nav-text:link {color: #fff; text-decoration: none; font-size: 73%; font-weight: bold;}

#form-hd-nav > ul#bigscreenNav  > li.firstselected > a.form-hd-nav-text, #form-hd-nav > ul#bigscreenNav  > li.firstselected > a.form-hd-nav-text:link {color: #fff; text-decoration: none; font-size: 75%; font-weight: bold;}
    HTML.de #form-hd-nav > ul#bigscreenNav  > li.firstselected > a.form-hd-nav-text, HTML.de #form-hd-nav > ul#bigscreenNav  > li.firstselected > a.form-hd-nav-text:link {color: #fff; text-decoration: none; font-size: 73%; font-weight: bold;}

#form-hd-nav > ul#bigscreenNav  > li.lastselected > a.form-hd-nav-text, #form-hd-nav > ul#bigscreenNav  > li.lastselected > a.form-hd-nav-text:link {color: #fff; text-decoration: none; font-size: 75%; font-weight: bold;}
    HTML.de #form-hd-nav > ul#bigscreenNav  > li.lastselected > a.form-hd-nav-text, HTML.de #form-hd-nav > ul#bigscreenNav  > li.lastselected > a.form-hd-nav-text:link {color: #fff; text-decoration: none; font-size: 73%; font-weight: bold;}

#form-hd-nav #bigscreenNav a.form-hd-nav-text:visited {color: #336699; text-decoration: none;}
#form-hd-nav #bigscreenNav a.form-hd-nav-text:hover {color: #336699; text-decoration: none;}
/*End New Nav*/

#sumsubmit > input[type=submit] {width:100px; background: #0198cf; padding: 5px 10px; border:none; cursor:pointer; text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.3); color: #fff; font-weight: bold; -webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;}



#form-hd-nav a.form-hd-nav-text, #form-hd-nav a.form-hd-nav-text:link {color: #666; text-decoration: none; font-size: 75%; font-weight: bold;}
#form-hd-nav a.form-hd-nav-text:visited {color: #666; text-decoration: none;}
#form-hd-nav a.form-hd-nav-text:hover {color: #666; text-decoration: underline;}
#chatClient {position: absolute; top: 15px; right: 5px; clear: none; float: none; margin: 0; padding:0; width: 30%;}
.styled-select2 ul#smallscreenNav {display: none; width: 100%; background: transparent; padding: 0 1% 0 3%; font-size: 12px; line-height: 1; border: none; border-radius: 0; -webkit-appearance: none; color: #fff; font-weight: bold;}
.styled-select2 {display: none; overflow: hidden; background: none}
.styled-select2 option {padding: 1px; background-color:#FFF; border-bottom: 1px solid #669ACC; color: #336699; text-align:left;}
.compasst-col1 {clear: both; float: left; margin: 16px 0 0 0; padding: 0; width: 100%;}
.compasst-col2 {clear: both; float: left; margin: 16px 1% 0 0; padding: 0; width: 39%;}
.compasst-col3 {clear: none; float: left; margin: 16px 0 0 1%; padding: 0; width: 39%;}
.compasst-col4 {clear: both; float: left; margin: 12px 0 0 50px; padding: 0; width: 85%;}
.compasst-col5 {clear: both; float: left; margin: 12px 1% 0 0; padding: 0; width: 65%;}
.compasst-col6 {clear: none; float: left; margin: 12px 0 0 1%; padding: 0; width: 30%;}
#complaint-form > form > .compasst-col1 > label, #complaint-form > form > .compasst-col2 > label, #complaint-form > form > .compasst-col3 > label, #complaint-form > form > .compasst-col4 > label {display: inline-block; padding-bottom: 2px; font-weight: bold;}
.span-label {display: inline-block; padding-bottom: 2px; font-weight: bold;}
#complaint-form > form > .compasst-col1 > input {width: 39%; height: 25px; border: 1px solid #AEB1B0; margin-top: 3px;}
#complaint-form > form > .compasst-col2 > input {width: 98.75%; height: 25px; border: 1px solid #AEB1B0; margin-top: 3px;}
#complaint-form > form > .compasst-col3 > input {width: 98.75%; height: 25px; border: 1px solid #AEB1B0; margin-top: 3px;}
/*#complaint-form > form > .compasst-col1 > select {width: 39%; height: 30px; border: 1px solid #AEB1B0; background: url(images/dwn-arrow.jpg) no-repeat 98% #fff; margin-top: 3px;}
#complaint-form > form > .compasst-col2 > select {width: 100%; height: 30px; border: 1px solid #AEB1B0; background: url(images/dwn-arrow.jpg) no-repeat 98% #fff; margin-top: 3px;}
#complaint-form > form > .compasst-col3 > select {width: 100%; height: 30px; border: 1px solid #AEB1B0; background: url(images/dwn-arrow.jpg) no-repeat 98% #fff; margin-top: 3px;}*/
#complaint-form > form > .compasst-col3 > div.form-inner-title label {text-decoration: underline; color: #1CA3D3; margin-right: 8px; font-weight: bold}
#complaint-form > form > #assistanceMessage label, #complaint-form > form > #MilitarySection label {font-weight: bold;}
#complaint-form > form > #assistanceMessage .compasst-col1 > input, #complaint-form > form > #MilitarySection .compasst-col1 > input, #complaint-form > form > #assistanceMessage .compasst-col2 > input, #complaint-form > form > #MilitarySection .compasst-col2 > input, #complaint-form > form > #assistanceMessage .compasst-col3 > input, #complaint-form > form > #MilitarySection .compasst-col3 > input {width: 98.7%; height: 25px; border: 1px solid #AEB1B0;}
#complaint-form > form > #assistanceMessage .compasst-col1 > select, #complaint-form > form > #MilitarySection .compasst-col1 > select {width: 39%; height: 30px; border: 1px solid #AEB1B0; background: url(images/dwn-arrow.jpg) no-repeat 98% #fff;} 
#complaint-form > form > #assistanceMessage .compasst-col2 > select, #complaint-form > form > #MilitarySection .compasst-col2 > select, #complaint-form > form > #assistanceMessage .compasst-col3 > select, #complaint-form > form > #MilitarySection .compasst-col3 > select {width: 100%; height: 30px; border: 1px solid #AEB1B0; background: url(images/dwn-arrow.jpg) no-repeat 98% #fff;}
#complaint-form > form > #pagenav > div.action-save > input.SummaryEditLink {background-color: transparent!important; color: #666; border: none; font-weight: bold;}
#complaint-form > form > #topnavwizard > div.action-save > input.SummaryEditLink {background-color: transparent!important; color: #666; border: none; font-weight: bold;}
#complaint-form > form > #pagenav {clear: both; float: left; margin: 15px 0 0 0; padding: 10px 0; width: 100%; border-top: 1px solid #AEB1B0;}
#complaint-form > form > #topnavwizard {clear: both; float: left; margin: 0 0 10px 0; padding: 7px 0; width: 100%; border-bottom: 1px solid #AEB1B0; display: inline;}

#complaint-form > form > .compasst-col1 > select {width: 39%; height: 30px; border: 1px solid #AEB1B0; background: url(images/dwn-arrow.jpg) no-repeat 98% #fff; margin-top: 3px; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none;}
#complaint-form > form > .compasst-col2 > select {width: 100%; height: 30px; border: 1px solid #AEB1B0; background: url(images/dwn-arrow.jpg) no-repeat 98% #fff; margin-top: 3px;  -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none;}
#complaint-form > form > .compasst-col3 > select {width: 100%; height: 30px; border: 1px solid #AEB1B0; background: url(images/dwn-arrow.jpg) no-repeat 98% #fff; margin-top: 3px;  -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none;}

#complaint-form > form > .compasst-col1 > select::-ms-expand {display: none;}
#complaint-form > form > .compasst-col2 > select::-ms-expand {display: none;}
#complaint-form > form > .compasst-col3 > select::-ms-expand {display: none;}


.form-sub-title {color: #336699; font-weight: bold; font-size: 110%;}

 .tree {margin-left:50px;}
.questions {color: #000; font-weight: bold; font-size: 130%; }/*margin-top:20px !important;*/

.answers {color: #000; font-weight: bold; font-size: 111%; }
.answers ul {color: #000; clear: both; float: left; margin: 0 0 0 0; padding: 0; width: 96%; border-top: none; }
.answers li { color: #000; float: left; padding: 0 3% 1.5% .5%;  background-color:transparent; border-top: 0; border-right: 0; border-left: 0; border-bottom: none; height: 100%; width: 99%; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; display: list-item; text-align: left; list-style-type: none;}
.answers li a {color: #000; display: block; font-weight: normal; text-decoration: none; padding-right: 2%; list-style-type: none;}
.answers li:hover {color: #000; list-style-type: none;}
.answers li a:hover {color: #000; background-color:transparent; list-style-type: none;}

.summary-field-label {font-weight: bold;}
.summ-col1 {clear: both; float: left; width: 50%;}
.summ-col2 {clear: none; float: left; width: 50%; margin: 0 0 0 0; text-align: right;}
.summ-col2 input {border:0px; background-color: transparent; font-weight: bold;}
.printicon {display: block; float: left; width: 33.3%; height: 27px; text-align:center;}
.printicon a, .printicon a:link, .printicon a:visited, .printicon a:hover {color: #666; font-weight: bold; text-decoration: none;}
.bubble_table4 { background-color: #2B5796; font-family: Arial,Arial,Helvetica; font-size: 12px; padding-top: 0; width: 300px; }
.bubble_table5 { background-color: #2B5796; border: medium none; color: #ffffff; font-weight: bold; padding-left: 1px; padding-top: 1px; }
.bubble_table6 { background-color: #dbe4ed; border: 1px solid #333399; font-size: 12px; color: #000000; padding-left: 1px; padding-top: 1px; }
#ConfirmationPrint {display: block; text-align: center;text-decoration:none; color: #336600; font-weight: 700; border-top: 2px solid #336600; border-bottom: 2px solid #336600;padding: 8px 0;}
#ConfirmationRelatedItems{color: #153a6f; font-size: 14px; font-weight: bold; border-bottom: 1px solid #ccc;}
input:focus, select:focus, textarea:focus {border: 1px solid #669ACC !important;}
.SummaryArea input {background-color: transparent !important; font-weight: bold !important;}
#CISDetailsDateHint {font-style: italic !important; }
.bold {font-weight: 700;}


.label-checkbox div{
    width: 90%;
    margin: 0 0 0 3%;
}

.chk input{
    position: relative;
    width: 5%;
    float: left;
    clear: both;
    margin: 5px 0 0 -5%;
    padding: 0 0;
}

.chk-text p{
    position: relative;
    width: 90%;
    float: right;
    white-space: normal;
    margin: 1px 10% 0 0;
    padding: 0 0;
}

.clearchk{
    clear: both;
}


/*jQuery Dialog*/
.ui-front { z-index: 1000 !important; }
.ui-dialog { z-index: 1001 !important ;}
/* ==|======================================================================== */

}
/*--------------------------------------------------------------------------------------------------------------------*/
/*@media only screen and (min-width: 1000px) {*/
.details-transaction-start {
    padding-top: 17px;
}
html.de .details-currency-request {
    padding-top: 17px;
}
html.de .details-first-name {
    padding-top: 17px;
}
html.ja .details-date-contact {
    padding-top: 17px;
}
html.ko .details-date-contact {
    padding-top: 17px;
}
html.ko .details-currency-paid {
    padding-top: 17px;
}

/* Languge specific settings for btn-icon*  */
.en ul.tabscol li:nth-child(6) .btn-icon2 {vertical-align: middle; float: none; border: none; margin: 2px 2px 0 0;}
.en ul.tabscol li:nth-child(8) .btn-icon3 {vertical-align: middle; float: left; border: none; margin: 2px 2px 0 0;}

/*Undo Spanish 3 lines - 1 and 5*/
.es ul.tabscol li:nth-child(1) a, ul.tabscol li:nth-child(1) a:active, ul.tabscol li:nth-child(1) a:visited {float: left; font-family: Arial; font-weight: bold; color: #666; font-size: 12px; padding: 3px 8% 0 1%; text-decoration: none; display: block; width: 100%;line-height:normal;}
.es ul.tabscol li:nth-child(5) a, ul.tabscol li:nth-child(5) a:active, ul.tabscol li:nth-child(5) a:visited {float: left; font-family: Arial; font-weight: bold; color: #666; font-size: 12px; padding: 3px 8% 0 1%; text-decoration: none; display: block; width: 100%;line-height:normal;}
.es ul.tabscol li:nth-child(6) .btn-icon2 {vertical-align: middle; float: none; border: none; margin: 2px 2px 0 0;} 

/*Undo French 3 lines - 1 and 5(5 is done)*/
.fr ul.tabscol li:nth-child(1) a, ul.tabscol li:nth-child(1) a:active, ul.tabscol li:nth-child(1) a:visited {float: left; font-family: Arial; font-weight: bold; color: #666; font-size: 12px; padding: 3px 8% 0 1%; text-decoration: none; display: block; width: 92%;line-height:normal;}

.tr ul.tabscol li:nth-child(3) .btn-icon2 {vertical-align: middle; float: none; border: none; margin: 2px 2px 0 0;}
.tr ul.tabscol li:nth-child(6) .btn-icon2 {vertical-align: middle; float: left; border: none; margin: 2px 2px 0 0;}
.tr ul.tabscol li:nth-child(8) .btn-icon3 {vertical-align: middle; float: left; border: none; margin: 2px 2px 0 0;}
/*Undo Turkish 3 lines - 5*/
.tr ul.tabscol li:nth-child(5) a, ul.tabscol li:nth-child(5) a:active, ul.tabscol li:nth-child(5) a:visited {float: left; font-family: Arial; font-weight: bold; color: #666; font-size: 12px; padding: 3px 8% 0 1%; text-decoration: none; display: block; width: 98%;line-height:11px;}
.tr ul.tabscol li:nth-child(6) a, ul.tabscol li:nth-child(6) a:active, ul.tabscol li:nth-child(6) a:visited {float: left; font-family: Arial; font-weight: bold; color: #666; font-size: 12px; padding: 3px 8% 0 1%; text-decoration: none; display: block; width: 98%;line-height:normal;}
}

    @media only screen and (min-width: 1018px) {
    /*.en ul.tabscol li:nth-child(8) .btn-icon3 {vertical-align: middle; float: none; border: none; margin: 2px 0 0 0;}
    .en ul.tabscol li:nth-child(8) a, ul.tabscol li:nth-child(8) a:active, ul.tabscol li:nth-child(8) a:visited {font-size: 12px;}*/
    
    }

@media only screen and (min-width: 1031px) {
    /*.tr ul.tabscol li:nth-child(6) .btn-icon2 {vertical-align: middle; float: none; border: none; margin: 2px 2px 0 0;}*/
    ul.tabscol li a, ul.tabscol li a:active, ul.tabscol li a:visited {font-size: 14px!important;}
}

    @media only screen and (max-width: 1000px) {
.btn-icon3 {vertical-align: middle; float: left; border: none; margin: 2px 2px 0 0;}
}
/*--------------------------------------------------------------------------------------------------------------------*/

/*Slide show image style*/
.paddingTopSlideShowImg {
    padding-top: 55px;
}

/*Member Country Styles*/
.member-country-list {
    padding: 15px 45px 15px 0;
}
.mc-map {
    width: 100%;
}
.mc-container {
    padding-right: 0;
    margin-right: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.mc-div {
    position: relative;
    width: 310px;
    margin: 10px;
    background-color: whitesmoke;
    box-shadow: 0 4px 2px -2px gray;
}
.mc-div:hover {
    cursor: pointer;
}
.mc-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    top: 0;
    left: 0;
}
.mc-flag {
    height: 45px;
    width: 45px;
}
.mc-title-div {
    width: 100%;
    text-align: left;
    padding-top: 25px;
}
#mctitle {
    padding-left: 10px;
    margin-bottom: 0;
}
.mc-search-div {
    width: 100%;
    text-align: left;
    padding-top: 50px;
    margin-left: 10px;
    display: block;
}
.mc-search-input-div {
    display: flex;
    align-items: center;
}

.mc-search-input {
    height: 100%;
    /*-webkit-appearance: none;
    box-shadow: 0 0 5px 5px lightgray;
    -webkit-box-shadow: 0 0 5px 5px lightgray;
    border-color: white;*/
}
.mc-no-country-error {
    display: none;
}
.mc-hidden-name {
    display: none;
    visibility: hidden;
}
.mc-link-name {
    color: #137295;
}


@media only screen and (min-width: 801px) {
    #subpage.subpage {
        padding-left: 0;
        display: flex;
    }
    #mcsubpage {
        padding-left: 0;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        padding-right: 0px;
    }
    .mc-search-div {
        display: flex;
    }
    .mc-search-input-div {
        padding-left: 30px;
        display: flex;
        align-items: center;
    }
    .mc-search-input {
        height: 70%;
        /*box-shadow: 0 0 12px 12px lightgray;*/
    }
    .mc-container {
        display: flex;
        flex-wrap: wrap;
    }
    .mc-map {
        width: 75%;
    }
}
@media only screen and (min-width: 1040px) {
    .mc-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}
/*Member Countries END*/

/*ARCHIVE NEW*/
.archive-page {
/*    margin: 0 30px 15px 22px;*/
    /*padding: 1% 1.5%;*/
    width: 100%;
    display: block;
    /*display: flex;
    justify-content: space-between;*/
    box-shadow: inset 0px 8px 6px -6px lightgrey;
}
.archive-cards-main-wrapper {
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: whitesmoke;
}
.archive-header {
    width: 100%;
    background-color: white;
    padding-bottom: 25px;
}
.archive-card {
    padding-top: 60px;
    display: flex;
   /* min-width: 275px;
    max-width: 45%;*/
    /*width: 45%;*/
    width: 100%;
}
.archive-card-top {
    padding-top: 20px;
    display: flex;
    /* min-width: 275px;
    max-width: 45%;*/
    /*width: 45%;*/
    width: 100%;
}
.archive-card-top-two {
    padding-top: 60px;
    display: flex;
    /* min-width: 275px;
    max-width: 45%;*/
    /*width: 45%;*/
    width: 100%;
}
.archive-card-img-div {
    max-width: 100px;
    max-height: 75px;
    margin-right: 5px;
}
.archive-card-img {
    height: auto;
    width: auto;
    max-height: 75px;
    max-width: 100px;
    min-width: 100px;
}
.archive-pagination {
    padding-top: 25px;
    width: 100%;
    background-color: white;
    text-align: center;
}
#paginationone {
    padding-right: 10px;
}
#paginationone:hover {
    cursor: pointer;
}
#paginationtwo:hover {
    cursor: pointer;
}
.active-pagination {
    color: blue;
    text-decoration: underline;
}
/*.page-two {
    display: none;
}*/

.alerts-title {
    margin-top: 5px;
}

.alerts-button-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.alerts-button {
    color: #fff;
    background-color: dodgerblue;
    border-color: dodgerblue;
    height: 40px;
    width: 250px;
}

@media only screen and (min-width: 576px) {
    .archive-card {
        width: 45%;
        max-width: 45%;
    }
}

@media only screen and (min-width: 576px) {
    .archive-card-top {
        width: 45%;
        max-width: 45%;
    }
}

@media only screen and (min-width: 576px) {
    .archive-card-top-two {
        padding-top: 20px;
        width: 45%;
        max-width: 45%;
    }
}

@media only screen and (min-width: 801px) {
    .archive-page {
        display: flex;
        justify-content: space-between;
    }
    a.vertical {
        float: none;
        text-align: left;
        display: block;
        margin-right: 20px;
        border: 1.5px solid lightgrey;
        padding: 8px !important;
        margin-bottom: -1.5px;
        color: black;
        font-weight: bold;
        text-decoration: none;
        word-break: break-word;
    }
    a.vertical:last-child {
        margin-right: 20px
    }
        a.vertical:hover {
/*            background-color: #D1EEFA;*/
            background-color: #D8F3F8;
            color: #137295;
        }
}

@media only screen and (min-width: 801px) {
    li.vertical {
        padding: 0 !important;
    }
}

@media only screen and (min-width: 801px) {
    ul.vertical {
        width: 170px;
        margin-top: 22px;
    }
}

@media only screen and (min-width: 801px) {
    a.active {
        color: #137295;
        font-weight: bold;
        text-decoration: none;
    }
}

@media only screen and (min-width: 801px) {
    .resp-tabs-container.vertical {
        border-right: 1.5px solid #336699;
        margin-right: 10px;
        padding-top: 22px;
        max-height: 400px;
    }
}

@media only screen and (min-width: 801px) {
    .resp-tabs-container.vertical.member-coutries-nav {
        height: 580px;
        max-height: 580px;
    }
}

@media only screen and (min-width: 801px) {
    .subpage-main {
        padding-top: 10px;
    }
    .subpage-main .about-us-video {
        float: right;
    }
}

.less-dense {
    line-height: 1.6;
}

.news-feeds{
    font-size: 80%;
    padding-left: 15px;
}

.styled-list > ul {
    list-style:outside;
}

@media only screen and (min-width: 1030px) {
    #complaint {
        background-image: url(images/econNewTypingImg.PNG);
        background-repeat: no-repeat;
        background-position: 100% 0;
    }
}
/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d !important;
    font-weight: bold !important;
}

.field-validation-valid {
    display: none !important;
}

input.input-validation-error, input.date-validation-error {
    border: 1px solid #e80c4d !important;
}

input[type="checkbox"].input-validation-error {
    border: 0 none !important;
}

.validation-summary-errors {
    color: #e80c4d !important;
    font-weight: bold !important;
    font-size: 80% !important;
    margin: 20px 0 0 0;
    padding: 0 0 0 40px;
}

.validation-summary-valid {
    display: none !important;
}


