
/*---- font-icons-----*/
@font-face {
    font-family: 'icomoon';
    src:    url('/~/media/Files/S/Sysco-IR/fonts/icomoon-eot.eot?cg4ddw');
    src:    url('/~/media/Files/S/Sysco-IR/fonts/icomoon-eot.eot?cg4ddw#iefix') format('embedded-opentype'),
        url('/~/media/Files/S/Sysco-IR/fonts/icomoon-ttf.ttf?cg4ddw') format('truetype'),
        url('/~/media/Files/S/Sysco-IR/fonts/icomoon-woff.woff?cg4ddw') format('woff'),
        url('/~/media/Files/S/Sysco-IR/fonts/icomoon-svg.svg?cg4ddw#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-down-arrow:before {
  content: "\e906";
}
.icon-up-arrow:before {
  content: "\e907";
}
.icon-next:before {
  content: "\e904";
}
.icon-prev:before {
  content: "\e905";
}
.icon-linkedin:before {
  content: "\e903";
}
.icon-plus2:before {
  content: "\f067";
}
.icon-minus2:before {
  content: "\f068";
}
.icon-bars:before {
  content: "\f0c9";
}
.icon-navicon:before {
  content: "\f0c9";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-search:before {
  content: "\f002";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-member:before {
  content: "\e900";
}
.icon-board-member:before {
  content: "\e901";
}
.icon-chairman:before {
  content: "\e902";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-file-pdf-o:before {
  content: "\f1c1";
}
.icon-file-pdf:before {
  content: "\f1c1";
}
.icon-file-word-o:before {
  content: "\f1c2";
}
.icon-file-word:before {
  content: "\f1c2";
}
.icon-file-excel-o:before {
  content: "\f1c3";
}
.icon-file-excel:before, .icon-file-xlsx:before {
  content: "\f1c3";
}
.icon-file-powerpoint-o:before {
  content: "\f1c4";
}
.icon-file-powerpoint:before {
  content: "\f1c4";
}
.icon-file-audio-o:before {
  content: "\f1c7";
}
.icon-file-sound-o:before {
  content: "\f1c7";
}
.icon-file-audio:before {
  content: "\f1c7";
}
.icon-file-sound:before {
  content: "\f1c7";
}
.icon-file-movie-o:before {
  content: "\f1c8";
}
.icon-file-video-o:before {
  content: "\f1c8";
}
.icon-file-movie:before {
  content: "\f1c8";
}
.icon-file-video:before {
  content: "\f1c8";
}
.icon-file-code-o:before {
  content: "\f1c9";
}
.icon-file-code:before {
  content: "\f1c9";
}
.icon-printer:before {
  content: "\e954";
}
.icon-play3:before {
  content: "\ea1c";
}
.icon-share2:before {
  content: "\ea82";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-twitter:before {
  content: "\ea96";
}

/*---- slick-slider-----*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*---- bootstrap-----*/
/*---------------- Start Reset CSS ----------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small, strike,strong, tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;}body{line-height:1}ol,ul{list-style:none} blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none} del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
/*---------------- End Reset CSS ----------------- */
/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=ce09fde71af3dd1a0c54)
 * Config saved to config.json and https://gist.github.com/ce09fde71af3dd1a0c54
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

@-ms-viewport{ width: auto !important;}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
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-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #008CD2;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img,.img-responsive{
  vertical-align: middle;
  display: block;
  width: auto \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1230px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1230px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}



/*---- main-----*/
/*-------------- Main Body CSS Starts --------------*/ 
html{font-size:10px;-webkit-text-size-adjust: none;-ms-content-zooming: none;-webkit-text-size-adjust:none; -webkit-font-smoothing: antialiased;}

body{background-color:#fff; font-family:myriad-pro, sans-serif;  line-height:2.5rem;font-size:1.8rem;color:#6A737B;}

font-smooth: never;
-webkit-font-smoothing : none;

a{color:#008CD2; }
a:hover{text-decoration:underline;color:#008CD2;}
a:focus, a:active{text-decoration:none;border:none; outline:0; _noFocusLine:expression(this.hideFocus=true);}

.hide{display:none;}
.invisible{position:absolute; left:-9999999px; top:auto; width:1px; height:1px; overflow:hidden; visibility:visible;}

img{outline-style:none;outline-width:0;border:0 none;}

sup{font-size:smaller;	font-weight:bold;}
sub{margin:2px 0; padding:2px 0;}

ul,ol{list-style:none;}

#twocolright ul{list-style-image:none; margin: 0 0 35px 10px;} 
#twocolright ul ul { margin: 10px 0 10px 10px;}
#twocolright ol ol{margin: 10px 0 10px 10px;}
#twocolright ol{list-style: outside none numeric; margin: 0 0 35px 10px;}
#twocolright ol li,#twocolright ul li{margin: 0 0 3px 25px; list-style-position: outside; }
#twocolright ul li ol { margin: 10px 0 10px 10px;}
.top-footer-box2 ul li,#twocolright ul li { position:relative; padding-left: 18px;list-style-type:disc }
.top-footer-box2 ul li:before, #twocolright ul li:before {  height: 5px; width: 5px; background-color: #0081c6; border-radius: 50%; position: absolute; left: 0; top: 10px; }
.top-footer-box2 ul li::before { top: 12px; }
#twocolright ul li ol li { padding-left:0; }
#twocolright ul li ol li:before { display:none; }
#twocolright ol li ul { margin: 10px 0 10px 10px; }

hr{border-style:none none solid; border-width:0 0 1px; margin:5px 0;}
:active{outline-style:none; outline-width:0;}
*{margin:0; padding:0;}
.uppercase{text-transform:uppercase;}

p{padding: 0 0 20px;}

/* h1{font-size:3rem; line-height:3.6rem; margin:0 0 10px;} */
h1{font-family: myriad-pro, sans-serif; font-style: normal; font-weight: 700;  font-size: 7.2rem;  line-height: 72px;color:#2A2F33}
h2{ font-size: 4.8rem; font-weight: bold;line-height:48px; margin:0 0 10px;color:#2A2F33}
h3{font-size:3.6rem; line-height:36px; margin:0 0 10px;color:#2A2F33}
h4{font-size:2.4rem; line-height:24px; margin:0 0 10px;color:#2A2F33}
h5{font-size:1.8rem; line-height:2.3rem; margin:0 0 10px;color:#2A2F33}
h6{font-size:1.8rem; line-height:2.3rem; margin:0 0 10px;color:#2A2F33}

.float100{float:left;width:100%}
.hide { display:none }

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
#bannerwrapper .sliderbanner{-webkit-animation:fadeIn ease-in 1; -moz-animation:fadeIn ease-in 1; animation:fadeIn ease-in 1; -webkit-animation-fill-mode:forwards; -moz-animation-fill-mode:forwards; animation-fill-mode:forwards; -webkit-animation-duration:1s; -moz-animation-duration:1s; animation-duration:1s;}

.full-width{width:100%;}
.inline-block{display:inline-block;}

a[href^="tel:"] {color: inherit !important; text-decoration: none; cursor:default;}
a[href^="tel:"].mobile-tel-link{color: inherit !important; cursor:pointer !important;}

#MainWrapper{float:left;width:100%;overflow: hidden;}
.container-fluid{margin:0 auto; max-width:1200px;}
.auto-scroll{overflow:auto; width:100%; margin-bottom: 10px;}

/*--  Animation starts  --*/

#body_0_main_1_ctl06_Submit, #searchButtonContainerRP > input, .ir-contact-form .form-right input[ type="submit"], input.btn, input.btn-pr-search, .tabs a span, a.showmore-menu:after, a { -webkit-transition:all 200ms cubic-bezier(.455,.03,.515,.955); -moz-transition:all 200ms cubic-bezier(.455,.03,.515,.955); -ms-transition:all 200ms cubic-bezier(.455,.03,.515,.955); -o-transition:all 200ms cubic-bezier(.455,.03,.515,.955); }

/*--------------- link to top starts ---------------*/
#auto-top-link {border: 1px solid #159EE4; -webkit-box-shadow: 0px 9px 10px -5px rgba(0,0,0,0.75); -moz-box-shadow: 0px 9px 10px -5px rgba(0,0,0,0.75); box-shadow: 0px 9px 10px -5px rgba(0,0,0,0.75); }
#auto-top-link:hover { color:#56B146; border: 1px solid #56B146; }
/*--------------- link to top ends ---------------*/

/*----   Common stylings   ----*/

#loadmore,input[type="submit"], .button, .back-to { font-size:1.6rem; color:#fff; }
#loadmore a,input[type="submit"], .button a, .back-to a {     font-family: myriad-pro, sans-serif; font-style: normal; font-weight: 600;    background-color: #56B146; color: #ffffff; letter-spacing: 0.02rem; padding: 1rem 1.5rem; text-transform: uppercase;    transition: all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;border-radius: 3px;border: 1px solid transparent;}
#loadmore a:hover,input[type="submit"]:hover, .button a:hover, .back-to a:hover {color: #ffffff;text-decoration:none;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);}

a.print-icon { height:20px; width:20px; display:inline-block; background:url("/~/media/Images/S/Sysco-IR/css/print-icon.png") no-repeat left top; }
a.print-icon:hover { background-position:left -20px; }
a#share-icon { float:left; font-size: 0; cursor: pointer; height:18px; width:18px; display:inline-block; background:url("/~/media/Images/S/Sysco-IR/css/share-icon.png") no-repeat left top; /*text-indent: -999px;*/ overflow: hidden; margin-right:16px; }
a#share-icon:hover { background-position:left -18px; }
a#share-icon .stButton .sharethis { background: none; }

/*---------- Table Styling starts ------------*/

.calign { text-align:center; }
.vmAlign { vertical-align: middle; }
thead th {padding: 16px 18px; font-size: 1.8rem;text-align: left; line-height:2.2rem; border-bottom: 1px solid #e4e5e6; }
td, tbody th {padding: 23px 18px 18px; border-bottom:1px solid #e4e5e6; vertical-align: top;}
td,th{border-right:1px solid #e4e5e6;border-top:1px solid #e4e5e6;}
td:first-child,th:first-child{border-left:1px solid #e4e5e6;}

td a { /*display:inline-block;*/ }
table.inv-responsive-table {width:100%; margin-bottom:10px}
tbody th {text-align: left; font-weight:normal;}
th.cAlign, td.cAlign {text-align: center;}
td p{margin-bottom:0; padding-bottom:0}
.inv-responsive-header-td {font-weight:700;}
.inv-responsive-data-header {width:30%; font-weight: 700;}
.inv-responsive-data-content {width:70%}

table.responsive-table{}
.pr-mobi-headers{display:none;}

#twocolright table { width:100%; margin-bottom: 35px; }
#twocolright .scroll-table-container table { margin-bottom: 17px; }
.scroll-table-container { display: inline-block; width: 100%; padding: 0 0 5px; overflow-y: hidden; overflow-x: auto; margin-bottom: 18px; }
#twocolright table.rad-financialtable tbody td, #twocolright table.rad-financialtable thead th { text-align:right; }
#twocolright table.rad-financialtable tbody th, #twocolright table.rad-financialtable thead th:first-child { text-align:left; }

table.prReports th.pr-date-field { width: 20%; }
table.prReports th.pr-title-field { width: 60%; }
table.prReports th.pr-document-field { width: 20%; }

table.prReports  tbody th.pr-date-field {font-weight:normal; color:#6a737b}


/*---------- Table Styling ends ------------*/

/*--------------- non js navigation <strat>------------------*/
.nonjs-navigation { display:none; }
#Homepage.nojs .nonjs-navigation { display: block;float: left;margin-top: 2px;width: 100%; }
.nojs #bannerwrapper.home-slider .sliderbanner { visibility: visible; }
.nojs .related-materials-collapsed p::before{content:"";margin-right:0px;}
.nojs .related-materials-expand{display:block;}
/*--------------- non js navigation <end>------------------*/

/*-------------- Main Body CSS Ends --------------*/

/*-------------- Header CSS Starts --------------*/
#headerwrapper {position: relative;}
#headerlinks{overflow:hidden;}
#headerlinks ul li{border-right:1px solid #0000FF; float:left; padding:0 5px;}
#searchcontainer{clear:both; float:right; height:25px; margin:10px 0 0; overflow:hidden;}
#searchTextboxContainer{float:left;}
#searchTextboxContainer input{width:140px; height:23px;}
#SearchButtonContainer{float:left;}
#SearchButtonContainer input{height:24px; width:44px;}
#toplinks{float:left;}
.toplinks-right{float:right;margin-top: 38px;}
#logo a { display:inline-block;}
/*-------------- Header CSS Ends --------------*/

/*-------------- Top Navigation CSS Starts --------------*/
#topnavigation{clear:both;margin:25px 0 0;background-color:#0081c6;position:relative;}
#topnavigation:before { background-color: #0081c6; content:""; height:100%; width:100%; position:absolute; left:-100%; top:0; z-index:2; }
#topnavigation:after { background-color: #0081c6; content:""; height:100%; width:100%; position:absolute; right:-100%; top:0; z-index:2; }
#topnavigation ul li {float:left; text-align:center;text-transform: capitalize;}
#topnavigation ul li.first{border-left: medium none; padding-left: 0;}
#topnavigation ul li.last {border-right: 0 none;}
#topnavigation > ul > li {float: none;display: table-cell;border-left: 1px solid #0081c6; }
/*-------------- Top Navigation CSS Ends --------------*/

/*--  Banner starts  --*/

#bannerwrapper { position:relative; }
.secion-bnr-title { position: absolute; width: 100%; z-index: 2; text-align: center; color: #fff; top: 45%; }
.secion-bnr-title p {font-size:3.6rem; line-height:3.4rem; padding:0; font-weight:bold; text-transform:uppercase;text-shadow:2px 2px #000; }

/*-------------- Left Navigation CSS Starts --------------*/
#utility{margin-top:40px;}
.leftnavigation .level1 {font-size: 1.5rem;line-height: 1.9rem;padding: 12px 0; border-bottom: 1px solid #d7d7d7; font-weight: bold;}
.leftnavigation .level1 a { display:inline-block; }
.leftnavigation .level1.current > span, .leftnavigation .level2.current > span, .leftnavigation .level2.selected > a { color: #56B146; }
.leftnavigation .level1.first { border-top: 1px solid #d7d7d7; }
.leftnavigation .level1.haschildren > ul {display:none;padding:4px 0 0 15px;}
.nojs .leftnavigation .level1.haschildren > ul { display:block; }
.leftnavigation .level2 {margin-top: 22px;font-size: 1.4rem;}
.leftnavigation .level1.selected > a{color:#56B146;}

/*Left menu drop down starts*/
a.showmore-menu { cursor: pointer; display: block; height: 14px; margin: 0; position: absolute; right: 0; top: 15px; width: 14px; z-index: 500;background:url("/~/media/Images/S/Sysco-IR/css/arrow-blue");width:8px;height:14px }
body.chrome a.showmore-menu{top:16px;}
a.showmore-menu.on { color: #56B146; }
.leftnavigation .level1.haschildren { position: relative; }
.leftnavigation .level1.haschildren > a > span {padding-right: 15px;display:inline-block;}
/*a.showmore-menu:after { content: "\ea1c"; font-size: 1.0rem; display: inline-block; position: absolute; top: -3px; right:0; }*/
a.showmore-menu.opened{ -ms-transform: rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); color: #56B146; }
.leftnavigation .level1.current > a.showmore-menu:after { color: #56B146; }
a.showmore-menu:focus{text-decoration: none; /*color: #159EE4;*/ }
/*Left menu drop down ends*/

/*-------------- Left Navigation CSS Ends --------------*/


/*-------------- Breadcrumb CSS Starts --------------*/
#breadcrumb{margin:0 0 19px; font-size:1.3rem;float: left; width: 100%;}
#breadcrumb .breadcrumb-inner { float:left; margin-top:-7px; }
#breadcrumb span.separator { margin: 0 7px; }
#breadcrumb .share-print-container { float:right; font-size: 1.9rem; }
.ss-page #breadcrumb .share-print-container a#share-icon { display:none; }
/*-------------- Breadcrumb CSS Ends --------------*/

/*---------- Main Navigation Start ------------------*/
#topnavigation>ul{box-sizing: border-box; float: left; font-size: 1.4rem;width: 100%; display: table;}
#topnavigation ul li a, #topnavigation > ul > li.current > span {display: block; padding: 15px 10px; color:#fff; }
#topnavigation > ul > li.current > span, #topnavigation > ul > li.selected > a { background: #56B146; }
#topnavigation > ul > li:hover { background: #56B146; }
.appended-main-navigation{display:none;}
/*.append-navigation > ul {display: none;}*/
#mobishownav .append-navigation > ul{/*display:block;*/display:none;}

#topnavigation ul li:hover ul{display:block;}
#topnavigation ul li:hover a{color:#FFF;}
#topnavigation ul li.current.level1.haschildren span.navhover{padding-bottom:17px;}
#topnavigation ul li ul{font-size:1.3rem;display:none; position:absolute; z-index:3; width:270px;}
#topnavigation ul li ul li{ border-bottom: 1px solid #fff; width:270px; height:auto; text-align: left; float: none; }
#topnavigation ul li ul li.last{background:0 none;padding-left:0px;}
#topnavigation ul li ul li>span, #topnavigation ul li ul li a, #topnavigation ul li.selected ul li a{border:none; behaviour:none; color:#fff; font-weight:normal; text-transform:none; padding:12px 20px; display:block;}
#topnavigation ul li ul li:hover a { background-color: #0081c6; border-radius: 0;}
/*#topnavigation ul li.level1.haschildren > ul { display: none;}
#topnavigation ul li.level1.last ul{border-radius:3px 0 3px 3px;}*/
#topnavigation ul li.level1.last ul{right:0;}
#topnavigation ul li a:hover,#topnavigation ul li.haschildren a.navhover,#topnavigation ul li.haschildren span.navhover{color:#fff;/*border-radius: 4px 4px 0 0;*/ background:#56B146;}
#topnavigation ul li a.navhover{/*border-radius: 4px 4px 0 0;*/ background:#56B146;}
#topnavigation ul li.append-navigation > a{color:#FFF;/*border-radius: 4px 4px 0 0;*/ background:#56B146;}
#topnavigation ul li ul li.level1.current > span { background: #0081c6; color: #fff !important;}
#topnavigation ul li ul li.level1.selected a > span { color: #fff !important;}
#topnavigation ul li ul li.level1.selected a { background: #0081c6;}
#topnavigation ul li a:hover, #topnavigation ul li a.navhover{}
#topnavigation ul#section-Homepage-level1{margin-left:0%;}
#topnavigation ul li.haschildren ul li a:hover{padding:12px 20px;}
#topnavigation ul li.current li a:hover span{color:#fff;}
/*#topnavigation ul li.haschildren ul li a:hover{background:none 0 0 #f9f9f9;}*/
#topnavigation ul li ul li.level2.current span{background:none;font-weight:normal;text-transform: none;}
#topnavigation ul li ul li > span, #topnavigation ul li ul li a {background:#56B146; }
/*#topnavigation ul li.selected ul li a {background:#0081c6; }*/

.nojs #topnavigation ul ul ul { position:relative; }

#topnavigation ul li.selected li.level2.current span, #topnavigation ul li.selected li.level2 a, #topnavigation ul li.current li span, #topnavigation ul li.selected li.level2.selected a{behaviour:none;}
#topnavigation ul li.current li span{padding:0; font-weight:normal; text-transform:none;}
#topnavigation ul li.haschildren li a:hover{ behaviour:none;}
#topnavigation ul li.selected li.level2.current span, #topnavigation ul li.selected li.level2.selected a{background-color:#0081c6;}
.mobiMenus{display:none;}
/*---------- Main Navigation End ------------------*/

/*-------------- Search page CSS Starts --------------*/
.ip3search_highlight{font-weight:bold;}
.sitesearchpagination{padding-top:10px;float:left;width:100%;}
.sitesearchpagination ul{text-align:center;}
.sitesearchpagination ul li{display:inline; margin:0 10px 0 0 !important; padding:0;list-style:none !important;}
table.searchTable{width: 100%; word-break:break-all;}
table.searchTable tbody tr th{ text-align:left; height:22px;}
#tabs.sectionTabs{float:left; position:relative; width:100%; padding:0 0 10px;height:47px; margin-bottom:20px;}
#tabs.sectionTabs ul{border-bottom:1px solid #000; float:left; list-style:none outside none; padding:0; margin:0; width:100%;}
#tabs.sectionTabs li{float:left; padding:0; margin:0; border-left:1px solid #000; border-top:1px solid #000;list-style: outside none none;}
#tabs.sectionTabs li:before { display:none; }
#tabs.sectionTabs li.lastLI{border-right:1px solid #000;}
#tabs.sectionTabs li a span{display:block; text-align:center;}
#tabs.sectionTabs li a{display:block; padding:10px; text-align:center; background-color:#efefef;color:#6a737b;}
#tabs.sectionTabs li.current a, #tabs.sectionTabs li a:hover{background-color:#fff;}
#tabsDD{font-size:1.4rem; width:320px;cursor:pointer;padding: 0 0 9px 0;height:47px;}
#tabs.sectionTabs span.select{position:absolute; font-size:1.8rem;     line-height: 25px; color: #333E48;top:0; left:0; padding:11px 15px 10px 5px; background:url("/~/media/Images/S/Sysco-IR/css/searchTab-dd.png") no-repeat scroll 97% 20px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; *behavior:url("/~/media/Files/S/Sysco-IR/htc-files/boxsizing.htc"); border: 1px solid #D8D7D3; border-radius:3px; }
/*.searchresultpage #loadmore a {background-color: #f1ece2; color: #000; cursor: pointer; display: block; line-height: 23px; padding: 10px 0; text-align: center; text-decoration: none;}*/
.searchresultpage #loadmore{width:100%; float:left; padding:20px 0;text-align: center;}
.searchresultpage #loader,.searchresultpage #loadedcontent{display:none; text-align:center;}
#searchinnerRP { margin-bottom: 10px;}
#searchTextBoxContainerRP { float: left;}
#searchButtonContainerRP { float: left;}
#searchTextBoxContainerRP input { background-color: #fff; border: 1px solid #D8D7D3; border-radius: 3px; color: #333E48; font-weight: 400; padding: 5px 10px; height: 48px; margin-right:5px;}
#searchTextBoxContainerRP input:focus { background-color: #F2F2F2; }
#searchButtonContainerRP > input { border: 0 none; padding: 11px 20px;}
#searchFilter { padding: 10px 0; }
#twocolright .scroll-table-container table.searchTable td { padding: 23px 12px 10px; }

.mobi-pr-tabs ul{border-left: 1px solid #c3c7ca; border-right: 1px solid #c3c7ca;display:none;margin:0 !important;}
.mobi-pr-tabs ul li{list-style-type:none !important;background:#fff;border-bottom:1px solid #c3c7ca;}
.newsWrapper{margin-top: 16px;}
.mobi-pr-tabs .year-item{padding:9px 45px 5px 10px;border: 1px solid #c3c7ca;position: relative;cursor: pointer;}

.mobi-pr-tabs .year-item:after{content: "\ea1c";display: inline-block;height: 40px;width: 40px;color: #fff;font-family: icomoon;float: right;background-color: #0081c6;position: absolute;right: -1px;top: -1px;-ms-transform: rotate(90deg);-webkit-transform: rotate(90deg);transform: rotate(90deg);padding: 7px 0 0 14px;font-size: 1.2rem;border-bottom: 1px solid #c3c7ca;}
.mobi-pr-tabs .year-item.active:after { -ms-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); transform: rotate(-90deg); border-bottom: 0 none; 
border-top: 1px solid #c3c7ca; padding: 9px 0 0 16px; }

.mobi-pr-tabs ul li a{padding:9px 10px;display:block;color:#6a737b;}
.mobi-pr-tabs ul li a:hover { color:#fff; background-color:#0081c6; }

/*-------------- Search page CSS Ends --------------*/

#sitemapcontainer ul { float:left; width:100%; margin:0; }
#sitemapcontainer ul ul { margin: 20px 0 10px 10px; }
#sitemapcontainer ul ul ul { margin:10px 0 5px 10px; }
#sitemapcontainer ul ul ul li:last-child { margin-bottom:0; }
#sitemapcontainer ul li { float: left;width:100%; clear: both; /*list-style:none;*/ margin-bottom: 10px; }
#contentwrapper #sitemapcontainer ul li a { border:none;display: inline-block; }
#contentwrapper #sitemapcontainer ul li a:hover { text-decoration:none; color:#56B146; }
/*#sitemapcontainer ul li a::before { content: "\ea1c"; font-size: 1.0rem; margin-right: 7px; font-family: 'icomoon' !important; position: relative; top: -2px; font-weight: bold; }
#sitemapcontainer ul li a:hover::before { color:#56B146; }*/
#sitemapcontainer > ul > li.level1 { padding:0; width: 100%; /*background: #efefef;*/ float: none; position:relative; }
#sitemapcontainer ul li.level1 > a { padding: 0; }
#twocolright #sitemapcontainer ul li::before { display:none; }

/*-------------- Site Map CSS Ends --------------*/


/*-------------- Homepage Starts --------------*/

.latest-pr-wrapper { clear:left; }
.latest-pr-item { padding-bottom:21px; }
.latest-pr-item.last, .latest-pr-item:last-child { padding-bottom:0; }
.latest-pr-item p { padding:0;font-family: myriad-pro, sans-serif;/*font-size: 18px;*/ font-weight: bold; font-style: normal;  font-stretch: normal; /*line-height: 21px; */color: #6A737B;    margin: 0; }
.latest-pr-item p a { display:inline-block; }
p.ltst-date { font-size: 14px;font-weight: bold;font-stretch: normal;line-height: 18px;letter-spacing: 1.2px;}

.latest-event-item p.add-outlook-container { padding:0; }
.latest-event-item p.ltst-event-title { padding:0 0 25px;font-size: 18px;font-weight: bold;font-style: normal;font-stretch: normal; line-height: 21px; }

.latest-event-item p.add-outlook-container a {padding: 12px 0 0px 56px;display: inline-block;position:relative;/*text-transform: uppercase;*/font-size:1.8rem;font-weight:bold  }
.latest-event-item p.add-outlook-container a:after{background: url("/~/media/Images/S/Sysco-IR/css/calender") no-repeat ;height:49px;width:45px;content:'';display:block;position:absolute;left: 0px;top: 0px;background-size: cover;}
/*.latest-event-item p.add-outlook-container a:hover { background-position:left -28px; }*/

.box-item-container{margin-bottom:53px;}
.box-item-container h2 {font-family: myriad-pro, sans-serif;font-style: normal; font-weight: 600; font-size: 3.6rem;    line-height: 3.4rem; color: #2A2F33; padding-bottom: 1.2rem; margin: 0; }
.box-item-container .ir-box-link a{color: #159EE4;font-size: 1.6rem;}
.box-item-container .ir-box-link a:hover {font-size: 1.6rem;color: #6e8878;}
.box-item-container .ir-box-content {padding-bottom: 31px;}
.box-item-container .form-links a{font-size: 2.4rem;margin-right: 5px;}
.box-item-container .form-links{margin: 5px 0px;}
.box-item-container p.ir-event-date {padding-bottom: 5px;font-weight: bold;}
.box-item-container #regTextbox {border: 1px solid #d8d8d8;padding: 5px 10px;margin-bottom: 10px;}
.box-item-container .email-alerts-btn input[type="submit"] {color: #FFF;border-radius: 7px;background: #003764;border: none;padding: 7px 15px;}
.homepage-boxes {width:100%; padding: 37px 29px 10px 29px;border:1px solid #E4E5E6;display: inline-block; min-height: 375px; }
a.email-alert {background: #003764;border: none;border-radius: 7px;color: #fff;padding: 7px 15px;float: left;}
.ir-box-content p{padding:0 0 10px}
.hm-bottom-box { background-color:#f9f9f9; float: left; width: 100%; -webkit-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.2); -moz-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.2); box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.2); }
.box-item-container .hm-bottom-box h2 { font-size:2.6rem; line-height: 3.1rem; }
.hm-bottom-box > div { float:left; width:50%; }
.hm-bottom-box .hm-bottom-box-right { padding:18px 10px 17px 14px; /*position:relative;*/ }
/*.hm-bottom-box .hm-bottom-box-right .button { position:absolute; bottom:0; }*/
.box-item-container .hm-bottom-box .ir-box-content { padding-bottom:23px; clear: left;font-family: myriad-pro, sans-serif;
    font-style: normal; font-weight: 400; font-size: 2.0rem; line-height: 2.8rem; color: #56B146; margin: 0; }

/*-------------- Homepage Ends --------------*/


/*-------------- Footer CSS Starts --------------*/
#footerwrapper{clear:both; padding-top:40px;}
#footerlinks ul li{border-right:1px solid #0000FF; float:left; padding:0 5px;}
/*-------------- Footer CSS Ends --------------*/


/* --------------- Banner Starts ---------------*/
.home-slider{/*max-height:400px; */background: rgba(0, 0, 0, 0) url("~/media/Images/S/Sysco-IR/css/site-loader.gif") no-repeat scroll center center;}
.home-slider#bannerwrapper .sliderbanner{/*visibility:hidden;*/ float:left; transition: all 0s ease 0s;}
.banneritem{position:relative;/*height: 400px;*/width:100%; overflow:hidden; float:left;}
.banneritem img{width:100%;}
#ip3-Homepage .banneritem:before{content:'';display:block;position:absolute;top:0;bottom:0;right:0;left:0;width:100%;height:100%; z-index:1;}
.banneritem .bannertext{color: #fff; position: absolute; top: 43%; width: 450px;}
#bannerwrapper{position:relative; margin:0 auto;overflow:hidden;}
#bannerwrapper img{width:100%;}
#bannerwrapper:before{content:'';display:block;position:absolute;top:0;bottom:0;right:0;left:0;width:100%;height:100%;z-index:1;}
#ip3-Homepage #bannerwrapper:before{display:none;}
#bannerwrapper .sliderbanner{ width:100%; position:relative;}
.bannerOuterText {margin: 0 auto; max-width: 1100px; /*width:100%;position: relative;top: 43%;transform: translateY(-50%);*/}
.home-intro { padding: 31px 0 20px; text-align:center; width: 86%; margin: 0 auto; }
.home-intro h2 { font-family: myriad-pro, sans-serif; font-style: normal; font-weight: 700; letter-spacing: -0.2rem;    font-size: 72px;line-height:72px;color: #2A2F33; }
.home-intro p{font-weight: 400; font-size: 24px; color: #6A737B;line-height:32px}
.BannerImage{display: block; height: auto; width: 100%;}
.bannertext p.sldTitle{font-size: 2.2rem; font-weight: 700; padding: 0 0 10px;}
.bannertext p {font-size: 1.8rem; padding: 0 0 10px;}
.bannertext p a {font-size: 1.6rem;}

.slick-dots{left: 0px;right: 0px;bottom:30px;margin: 0px auto;position: relative;text-align: center;}
.slick-dots li{display:inline-block;margin:0 5px;}
.slick-dots li button{border:none;background:rgba(255,255,255,0.7);height:15px;width:15px;text-indent:-99999px;}
.slick-dots li.slick-active button{background:rgba(255,255,255,1);}
.slick-arrow{position:absolute;top:45%;z-index:2;border:none;width:31px;height:55px;font-size:0px;background-color:rgba(255,255,255,0);}
.slick-arrow.slick-next:after {font-family: 'icomoon';content: "\e90c";font-size: 3.5rem;position: relative;color: #fff;}
.slick-arrow.slick-prev:after {font-family: 'icomoon';content: "\e905";font-size: 3.5rem;position: relative;color: #fff;}
.slick-arrow.slick-prev{left:20px;background-position:-8px -8px;}
.slick-arrow.slick-next{right:20px;background-position:-45px -8px;}
/* --------------- Banner Ends ---------------*/


/* --------------- Search Starts ---------------*/
input.siteSearch[type="submit"]{background-color: transparent  !important; border: 0 none; height: 15px; right: 2px; text-indent: -9999px; width: 16px; position:absolute; top:5px;z-index:999;color:#6a737b;padding:0;}
.search{border:none;}
.searchbox { border-bottom: 1px solid #1189ca; width: 238px; position:relative; float: left;
height: 25px;
display: block; }
.search-txt { width:80%; font-size: 1.4rem; border: medium none; background:none !important; height:24px; }
#searchButtonContainer:after {font-family: 'icomoon';content: "\f002";position: absolute;right: 2px;top: 5px;line-height: 15px; color:#0081c6; }
div#searchButtonContainer2:after {font-family: 'icomoon';content: "\f002";position: absolute;right: 0px;top: 5px;line-height: 15px;color:#0081c6;}
/* --------------- Search Ends ---------------*/


/* --------------- Content Wrapper Starts ---------------- */
#contentwrapper{margin-top: 35px;clear: both;}
body#ip3-Homepage #contentwrapper{margin-top: 25px;}
.page-intro-text {float: left;width: 100%;}
.page-content {float: left;width: 100%;}
.page-introtext p {font-size: 1.8rem;line-height: 3.0rem;}

#twocolright > h1 { clear:left; margin: 0 0 31px; }
#twocolright p { padding: 0 0 15px; }
#twocolright p.cg-highlight { font-weight: bold; font-size: 2.0rem; }
#twocolright h2 { margin: 25px 0 26px; }
#twocolright h3 { margin: 30px 0 27px; }
#twocolright h4 { margin: 25px 0; }
#twocolright h5 { margin: 20px 0; }
#twocolright h6 { margin: 15px 0; }

/* --------------- Content Wrapper Ends ---------------- */


/* --------------- Snapdown Starts ---------------- */
.snapdown-container {float: left;width: 100%;}
.snapdown-title {float: left;width: 100%;cursor: pointer;background-color: #efefef;padding: 19px 21px;}
.snapdown-content {float: left;width: 100%;display:none;padding: 17px 50px 5px 21px;}
.snapdown-content p:last-child{margin-bottom: 0px;}
.snapdown-item {float: left;width: 100%;margin-bottom: 4px;}
.show-hide {cursor: pointer;float: right;}
.snapdown-item.first .snapdown-content{display:block}
#twocolright .snapdown-title p {font-size: 1.8rem;font-weight: bold;margin-bottom: 0; position:relative;padding:0 30px 0 0;line-height:2.1rem;}
.nojs .snapdown-title p:after{display:none;}
.snapdown-title > p:after{color:#0081c6;content:"";display:block;background:url(/~/media/Images/S/Sysco-IR/css/arrow-blue);margin-top:-5px;position: absolute;right:0;top: 45%;font-weight:700;font-size: 2.4rem;height:14px;width:8px;-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);}
.snapdown-item.active .snapdown-title>p:after{content:"";background:url(/~/media/Images/S/Sysco-IR/css/arrow-white); height: 8px;
width: 14px;-ms-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);}
.snapdown-title i {font-size:1.8rem; float:right; }
.nojs .snapdown-title p::after{content:"";}
.nojs .snapdown-title.active p::after{content:"";}

#twocolright .snapdown-content p { padding: 0 0 24px; }
.snapdown-item.active .snapdown-title { background-color: #0081c6; color:#fff; }

.snapdown-content .snap-left { float:left; }
.snapdown-content .snap-right p.sub-ttl { font-weight:bold; }
.snapdown-content .snap-right { float:left; width:60%; }
.snapdown-content .snap-right table.snap-table td { padding:10px; }
.snapdown-content .snap-right table.snap-table, .snapdown-content .snap-right table.snap-table thead th { /*font-size: 1.4rem;*/ padding:10px; }
.snap-doc-landing .snapdown-container { padding-top: 20px; }
.snap-doc-landing .snapdown-content { padding: 17px 20px 5px; }

/* --------------- Snapdown Ends ---------------- */

/* ---------------  Committee Composition Starts  ---------------- */
.category-key span{width:30%;float:left;}
.category-key span i { color:#0081c6; margin-right: 3px; }
.category-key{float:left;width:100%;margin-bottom: 20px;margin-top: 10px;}
.committee-composition-container {padding-top: 10px;float: left;width: 100%;}
table.committee-composition-table {width: 100%;}
.category-key img {margin-top: -5px;display: inline;}
.committee-composition-table img {display: inline-block;}
table.committee-composition-table thead th { padding: 16px 10px; font-size: 1.5rem; }
table.committee-composition-table thead th a { display:block; }
table.committee-composition-table td {text-align: center; padding: 23px 10px 18px; font-size: 1.5rem; }
table.committee-composition-table tbody th { padding: 23px 10px 18px; }
table.committee-composition-table tbody th.directors-cat { color:#56B146; }
table.committee-composition-table td.textLeft{text-align: left;}
table.committee-composition-table td i.icon-chairman, table.committee-composition-table td i.icon-member { color:#0081c6;  font-size: 2.2rem;}
.committee-composition-container .category-key { background: #efefef; padding: 10px 20px 8px; }
#twocolright p.back-to { padding-top:30px; clear: left; }
#twocolright p.back-to a span { font-weight: bold; font-size: 1.3rem; margin-right: 3px; }
/*.pr-item-page #twocolright p.back-to { clear: left; padding: 20px 0 0; font-size: 1.6rem; }*/

table.committee-composition-table thead th.w25 { width:25%; }
table.committee-composition-table thead th.w15 { width:15%; }

/* ---------------  Committee Composition Ends ---------------- */


/* --------------- Events and Presentation Starts ---------------- */
.events-presentations-container {float: left;width: 100%;}
.events-presentations-container .event-date { width: 20%;}
.event-table td{vertical-align:top;}
.webcast-event{ display: block;float: left;min-height:25px; padding:2px 2px 3px 20px;clear:left;position: relative;}
a.webcast-event:after {font-family: 'icomoon' !important;content: "\f1c7";position: absolute;left: 0px;top: 0px;}
table.upcoming-event-table {margin-bottom: 20px;}
.eventSubitems {margin-top:10px;}
.eventSubitems a{position: relative;display: block;float: left;padding: 2px 0;}
.eventSubitems .relatedLink {padding-bottom: 5px;}
.event-table strong.title-sub{ display: block;}
.event-document:first-child {margin-top: 10px;}
.event-document{ clear: both; display: block; float:left; }
.event-document img{ padding: 0 4px 0 2px; vertical-align: middle;display:inline}
.event-document a{ display: block;padding: 2px 0;float:left; }
.pdf-size{ display: block;float: left;padding:5px 0 3px 8px;}
.event-document.event-document-1 a{ padding: 3px 0 2px; }
.Outlook-link{ display: block; float: left; padding: 2px 0; }
.Outlook-link img{ margin-right: 11px; vertical-align: middle; display:inline}
.rad-underline{text-decoration:underline;}

.presentation-iframe-container { float: left; width: 459px; }
.past-events-landing .presentation-iframe-container { padding: 10px 0 20px; }

.category-key span.ico-fin-expert { position:relative; padding-left:23px; font-family: 'Arial',Helvetica,sans-serif !important; padding-top: 4px; line-height: 1; }
.category-key span.ico-fin-expert:before { margin-top:-2px; position:absolute; left:0; content:""; height:17px; width:14px; display:inline-block; background:url("/~/media/Images/S/Sysco-IR/css/financial-expert-icon.png") no-repeat scroll left top; }
.event-document .media-link {font-size:1.4rem; }
.event-document .media-link:hover {font-size:1.4rem; color:#56B146;}
.relatedDocuments {float: left;/*margin-bottom: 15px;*//*margin-top: 10px;*/width: 100%;}

table.committee-composition-table td span.ico-fin-expert { height: 17px; width: 14px; display: inline-block; background: url("/~/media/Images/S/Sysco-IR/css/financial-expert-icon.png") no-repeat scroll left top; margin: 0 0 -3px 5px; }

/* --------------- Events and Presentation Listing  Starts ------------------*/
.listing-events-container h2{margin-bottom:15px;font-size:1.5em;}
.upcoming-events-container{float:left;margin-bottom:30px;width:100%;}
.related-materials-expand{display:none;margin-top:10px;float:left}
.event-listing-item-container{padding:15px;float:left;width:100%;margin-bottom:15px;border:1px solid #eee;}
.event-listing-item-container.last{margin-bottom:0px;}
/*.upcoming-events-container .title-sub,.upcoming-events-container .event-date,.upcoming-events-container .outlook-link{float:left;width:32%;margin-right:2%;}*/
.upcoming-events-container .outlook-link{margin:0px;}
.upcoming-events-container .outlook-link img{float:left;margin-right:10px;}

.related-materials-collapsed p:before{font-family: 'icomoon' !important;content: "\f068";/*margin-right:10px;*/cursor:pointer;left: 0;position: absolute;}
.related-materials-collapsed.active p:before{content: "\f067";}
.event-listing-item-container .media-link,.event-listing-item-container .media-link:hover{font-size:1em;color:#159ee4}
.events-presentations-container .past-events-container .event-date{width:100%;}
.related-materials-collapsed { float:left; width:100%; }
.related-materials-collapsed p { padding-bottom:0;cursor: pointer;display: inline-block;padding-left: 25px;position: relative; }

.pdf-icon,.html-icon,.doc-icon,.xbrl-icon,.xlsx-icon,.xls-icon,.webcast-icon {  padding-left: 25px !important;position: relative;margin-bottom: 8px;height: 28px; }
.pdf-icon:before { background-image: url("/~/media/Images/S/Sysco-IR/icons/pdf-icon.png"); background-repeat: no-repeat;content: "";display: inline-block;height: 28px;left: 0;position: absolute;top: -1px;width: 20px;}
.html-icon:before { background-image: url("/~/media/Images/S/Sysco-IR/icons/html-icon.png"); background-repeat: no-repeat;content: "";display: inline-block;height: 28px;left: 0;position: absolute;top: -1px;width: 20px;}
.doc-icon:before { background-image: url("/~/media/Images/S/Sysco-IR/icons/doc-icon.png"); background-repeat: no-repeat;content: "";display: inline-block;height: 28px;left: 0;position: absolute;top: -1px;width: 20px;}
.xbrl-icon:before { background-image: url("/~/media/Images/S/Sysco-IR/icons/xbrl-icon.png"); background-repeat: no-repeat;content: "";display: inline-block;height: 28px;left: 0;position: absolute;top: -1px;width: 20px;}
.xlsx-icon:before,.xls-icon:before { background-image: url("/~/media/Images/S/Sysco-IR/icons/xlsx-icon.png"); background-repeat: no-repeat;content: "";display: inline-block;height: 28px;left: 0;position: absolute;top: -1px;width: 20px;}
.webcast-icon:before { background-image: url("/~/media/Images/S/Sysco-IR/icons/webcast-icon.png"); background-repeat: no-repeat;content: "";display: inline-block;height: 28px;left: 0;position: absolute;top: -1px;width: 20px;}

.eventDate { width:25%; }
.eventData { width:75%; }
.upcoming-events-container .eventData { width:55%; }
.eventCalendar { width:20%; }

/* --------------- Events and Presnetation Listing ------------------*/
/* --------------- Events and Presentation Ends ---------------- */

/* --------------- Calendar Of Events Starts ------------------*/
.latest-webcast-tem{margin-bottom:20px;}
.webcast-link-container img{display:inline-block;}
.latest-webcast-tem .webcast-subject,.latest-webcast-tem .webcast-date{padding-left:30px;}

.financial-calendar-container,.subscriptionbox{float:left;margin-top:15px;}
.events-item-container,.formrow{margin-bottom:20px;}
.formrow label{margin-bottom:10px;}
.privacytext p{padding-bottom:0px;}
.supporting-material-item{margin-bottom:10px;}
.supporting-material-item.last{margin-bottom:0px;}
.supporting-material-item .doc-pdf-icon{float:right;}
.webcast-link .normal-text-link{display:inline-block;width:100%}

.calendar-past-event-item{float:left;width:100%;margin:20px 0 0;padding-bottom:20px;border-bottom:1px solid #efefef;}
.calendar-past-event-item.last{border-bottom:0px;}
table .calendar-past-event-item { float:none; }
.supporting-material-container .material-text{float:left;width:20%;}
.supporting-material-container .material-item{float:left;width:80%;padding-top: 5px;}
.supporting-material-container .material-item a{float:right;}
.supporting-material-container .material-item a.ico { font-size: 2.2rem; }

/* --------------- Calendar Of Events Ends ------------------*/


/* --------------- Listing Page Starts ---------------- */
.list-title {float: left;width: 89%;}
.list-document {float: left;padding: 7px 0;width: 11%;}
.list-document div {float: left;margin-right: 5px;}
.list-wrapper ul li.last {border-bottom: 4px solid #0380c1;}
.list-wrapper ul li.first {border-top: 4px solid #0380c1;}
.list-wrapper ul li {border-top: 1px solid #adcde4;clear: both;float: left;padding: 0;width: 100%;}
.list-wrapper ul li p {line-height: 16px;margin: 0;padding: 15px 10px 0 0;}
.noprint {font-size: 0.929em;}
.noprint span {float: left;}
.noprint div {display: inline-block;text-align: right;vertical-align: middle;}
.dwd-brief-link {margin-top: 5px;text-align: left;}
#twocolright .tabs ul {margin: 0 0 30px;}
#twocolright .tabs li{list-style:none;padding: 0; padding-right: 2px;margin-left:0;}
#twocolright .tabs li.last { padding-right:0; }
#twocolright .tabs li:before { display:none; }
.tabs ul li {float: left;margin-right: 10px;}

/*.tabs a span{font-weight:bold;display: block;padding: 12px 40px 13px;font-size: 1.8rem;color:#6a737b;}*/
.tabs span{font-family: myriad-pro, sans-serif;    font-style: normal;    font-weight: 900;    letter-spacing: 0.2rem;    text-transform: uppercase;    color: #333333;    background-color: #ffffff;    border: none;    padding: 1.0rem 0;    margin: 0 1.3rem;}
.tabs .current span {    border-bottom: solid 0.4rem #008CD2;}
.tabs a{  font-weight:bold;display: block;}
.tabs a:hover {text-decoration:none}
.tabs a:hover span {border-bottom: solid 0.4rem #008CD2; }
.tabs ul {float: left;width: 100%;}
.tabs {}
.newsWrapper{margin-top: 20px;}
/* --------------- Listing Page Ends ---------------- */


.box-items {padding-top:23px}
.box-unit { margin-bottom:38px; }
#box-unit-4 { clear:left }
.header-gallery-unit { padding:15px 0 10px;clear:both; line-height: 18px; }
.header-gallery-unit h2{font-size:1.6rem;}
.box-unit p {font-size:1.4rem}
.box-unit p:last-child {margin-bottom:0}
.shareprice-box {  background:#333333; position:relative; }
.shareprice-box iframe{height: 150px; padding: 20px 15px 5px;}
.shareprice-box .inner-share-box-link{display: block; padding: 0 15px;}


/*----------  Footer CSS Start ------------------*/
.footer-link p.footer-title, .footer-title { font-size: 2.0rem; }
.footer-link p.copyright { padding-bottom:16px; }
.footer-links-container .footer-title { color: #fff; padding-bottom:22px; }
.top-footer-box .footer-title { font-weight:bold; color:#2A2F33}
.top-footer-box.top-footer-box2 .footer-title { padding: 0 0 13px; }
.top-footer-box.top-footer-box3 .footer-title { padding: 0 0 18px; }
.footer-link p { font-size:1.2rem; color:#fff; }
.tftr-inner { padding:8px 25px 0; }
.top-footer-box1 .tftr-inner { padding:8px 0 15px; }
.top-footer-box2 .tftr-inner { border-left:1px dotted #6a737b; padding: 8px 9px 15px 41px; }
.top-footer-box3 .tftr-inner { border-left:1px dotted #6a737b; padding:8px 0 15px 38px; }
.tftr-video-img { float: left; margin-right: 30px; }
.tftr-video-cntnt { width:90%; }
.tftr-video-cntnt p { font-size:1.3rem; padding:0; line-height: 1.5rem; }
.tftr-video-cntnt p a { font-weight:bold; padding:0 2px 2px 15px; display:inline-block; background: url("/~/media/Images/S/Sysco-IR/css/vid-play-blue.png") no-repeat left 1px; margin-top: 21px;text-transform: uppercase;font-size: 1.2rem; }
.tftr-video-cntnt p a:hover { background-position:left -16px; }
.top-footer-box2 ul li {list-style-position: inside; padding-left: 13px; /*list-style-type: none;*/ float: left; width: 50%; color: #0081c6; margin-bottom: 2px; position:relative; padding:0}
/*.top-footer-box2 ul li:hover { color: #6db33f; }*/
.top-footer-box2 ul li a { padding:2px; display:inline-block;text-transform: uppercase;font-weight: 700; }
.top-footer-box2 ul li, .top-footer-box3 p.eatxt, .top-footer-box3 input#regTextbox { font-size:1.3rem; }
.top-footer-box3 p.eatxt { line-height:1.8rem; padding-bottom: 13px; }
.footer-link ul{font-size: 1.3rem; margin-bottom: 40px; width: 100%; float: left; margin: 0; }
.footer-link ul li{border-left: 1px solid #fff; float: left; line-height: 1rem; margin-bottom: 7px; padding: 1px 7px;}
.footer-link ul li:first-child{margin:0; border-left:0; padding-left: 0;}
.footer-link ul li a{color: #fff;}
.footer-link ul li a:hover { text-decoration:underline; }
.footer-links-container { background: #0081c6; float: none;  max-width: none; padding: 0 0 28px; position: relative; width: auto; z-index: 10; }
.footer-links-container .container-fluid{margin: 0 auto; max-width: 1200px; padding-top: 24px;}
.footer-links-container p.copyright-mob { display:none; color:#fff; font-size:1.2rem; }
.top-footer { margin-top: 70px; background: #efefef; padding:45px 0; }
body#ip3-Homepage .top-footer { margin-top: 30px; }
.inv-branding a{display:inline-block; text-indent:-9999px; position:relative;}
.inv-branding { clear: both;}
a.footer-facebook, a.footer-tweeter, a.emailtofriend { display: inline-block; background-color:#fff;margin-right: 6px;padding: 11px 10px 6px;font-size: 2.2rem;line-height: normal;}
a.emailtofriend { margin-right:0; }

.top-footer-box3 .top-footer-box3-inner { float: left; width: 77%; background: #fff; max-width: 255px;border: solid 1px #d7d8da; border-radius:3px;}
.top-footer-box3 input#regTextbox {  border: 0; padding: 2px 10px 2px; width: 84%; float: left; height:46px; font-size: 1em; }
.top-footer-box3 .button { float: right; }
.top-footer-box3 a.email-alert { color: #0081c6; padding:12px 10px 8px 14px; font-size: 1.15rem; float: left; border: none; background:#fff; border-radius: 0; }
.top-footer-box3 a.email-alert:hover { color: #56B146; }
.footer-app-box ul { float:left; width:100%; }
.footer-app-box ul li { float:left; margin-right:16px; }
.footer-app-box ul li.last { margin-right:0; }

/*----------  Footer CSS Ends ------------------*/


/*---------- Sidebar Start ------------------*/
p#sectionheader {font-size: 2.6rem; font-weight: 700; line-height: 2.8rem; padding: 0 0 18px;}

/*---------- Contact Form Start ------------------*/
.ir-contact-form { float:left; width:100%; }
.ir-contact-form div.clearfix { border: medium none; margin-bottom: 10px;}
.ir-contact-form .form-left { float: left; margin-right: 10px; width: 120px;}
.ir-contact-form .form-left span.mandatory, span.mandatory { color: #ff0000;}
.ir-contact-form .form-right { float: left;}
.form-right > span { position: absolute;}
.ir-contact-form .form-right input { /*font-size: 1.4rem; */height:48px; margin-right: 10px; padding: 5px 10px; width: 70%;}
.ir-contact-form .form-right textarea { background-color: #fff; font-size: 1.4rem; border: 1px solid #D8D7D3;color: #333E48;border-radius: 3px; margin-right: 10px; padding: 5px 10px; width: 230px; height:120px; resize:none;}
.ir-contact-form .form-right textarea:focus { background-color: #F2F2F2; }
.ir-contact-form .form-right input#txtCaptcha { float: none; margin-top: 10px;}
.ir-contact-form .form-right input[type="submit"] { font-size: 1.3rem; border: 0 none !important; cursor: pointer; display: block; float: none; margin-top: 20px; padding: 9px 31px; width: 162px; }
.ir-contact-form .form-right input[type="submit"]:hover { background: #56B146; }
.form-right > div {margin-bottom: 10px;}

.ir-contact-form-second-pattern .full-element.left-full-ele .form-right { width:50%; clear:left; }
.ir-contact-form-second-pattern .full-element.left-full-ele select { width:69%; }
.ir-contact-form div.clearfix.clr { clear:left; }
.ir-contact-form-second-pattern .full-element.h106 { min-height:106px; }
.ir-contact-form-second-pattern .full-element.left-full-ele2 { width:50%; }
.ir-contact-form-second-pattern .full-element.left-full-ele2 select { width:69%; }
.ir-contact-form-second-pattern .full-element.left-full-ele2 select option, .ir-contact-form-second-pattern select option { padding: 5px 10px; border-bottom: 1px solid #c3c7ca; }
.ir-contact-form-second-pattern .form-element.qc85 { width: 85%; padding-bottom: 20px; }
body.nojs .ir-contact-form-second-pattern .form-element.contactwebformSubmitButton { clear:left; }

/*---------- Second Pattern Starts ------------------*/
.ir-contact-form-second-pattern .form-left{width:160px;}
.ir-contact-form-second-pattern .qc85 .form-left { width:auto; }
.ir-contact-form-second-pattern .form-right{width:100%;position:relative;}
.ir-contact-form-second-pattern .form-element {float: left;min-height: 90px;}
.ir-contact-form-second-pattern .half-element {width: 50%;}
.ir-contact-form-second-pattern .full-element,.ir-contact-form-second-pattern .form-right textarea {width: 100%;}
.ir-contact-form-second-pattern select{padding:5px 10px;/*font-size: 1.4rem;border:1px solid #d8d8d8;*/ height:48px; border-radius:3px;border:1px solid #D8D7D3;}
.ir-contact-form-second-pattern .ir-label{margin-bottom:5px;display:inline-block;}
.ir-contact-form-second-pattern .g-recaptcha { padding-bottom: 20px; }

/*---------- Second Pattern Ends ------------------*/
/*---------- Contact Form End ------------------*/


/*---------- Mobile Menu-Search Start ------------------*/
.mobishow { bottom: 0; display: none; float: right; margin: 0 1.3% 0 0; position: absolute; right: 1.3%; z-index: 99;}
.mobinav { border-right: 1px solid #fff; float: left; position: relative;margin-right: 1px;}
.mobinav span.navbg {height: 40px;width: 40px;cursor: pointer;display: block;}
.mobinav span.navbg:after{height: 40px;font-family: 'icomoon';content: "\f0c9";font-size: 2.5rem;position: absolute;top: 0px;padding: 9px 7px;color: #fff;background-color: #0081c6;right:1px;width: 40px;text-align: center;}
.mobisearch { float: left;position: relative;}
.mobinav span.navbg.selected:after {content: "\f00d";font-size: 2.2rem;background-color: #56B146;}
.mobisearch span.searchbg.selected:after {content: "\f00d";background-color: #56B146;}
.mobisearch span.searchbg:after{content: "\f002";font-family: 'icomoon';font-size: 2.2rem;position: absolute;top: 0px;padding: 9px 7px;color: #fff;background-color: #0081c6;right: 1px;width: 41px;text-align: center;height:40px;}
.mobisearch span.searchbg { cursor: pointer; display: block; height: 40px;  width: 41px;}
#mobishownav {overflow: hidden; position: absolute; right: 14px; top: 100%; width: 50%; z-index: 5000;}
#mobishownav > ul { border: 1px solid #c3c6c6; border-bottom:none; overflow: hidden;}
#mobishownav ul li { font-size: 1.5rem; background-color: #f8f8f8; border-bottom: 1px solid #c3c6c6; float: left;position: relative; /*text-transform: uppercase;*/ width: 100%;}
#mobishownav ul li > span,#mobishownav ul li > a{padding:8px 0;display:block;}
#mobishownav ul li.navopen {background-color: #fff !important; border-bottom: medium none;}
#mobishownav ul li a { /*color: #5e6665;*/ display: block; font-weight: bold; line-height: 20px; margin: 3px 35px 0 10px; min-height: 24px;}
#mobishownav ul li.append-navigation > a {color: #56B146;}
#mobishownav ul li.current span { display: block; line-height: 20px; margin: 3px 35px 0 10px; min-height: 24px;}
#mobishownav ul li.current > span { color: #56B146; }
#mobishownav ul li.current span.showmore { margin:0; }
#mobishownav ul li.level1.current span { font-weight: bold;}
#mobishownav ul li.level1.current li span { font-weight: normal;}
#mobishownav ul li.level1.selected a, #mobishownav ul li.level1.selected li.level2.selected a, #mobishownav ul li.level1.selected li.level2.selected li.level3.selected a { color: #56B146;}
#mobishownav ul li.level1.selected li a, #mobishownav ul li.level1.selected li.level2.selected li a { color: #0081c6;}
#mobishownav ul li.level1.selected li a:hover, #mobishownav ul li.level1.selected li.level2.selected li a:hover { color: #56B146;}
#mobishownav ul li.level1.last { border: 0 none;}
/*#mobishownav ul li.level1.first { margin: 3px 0 0;}*/
#mobishownav ul li ul li { background: none; border-bottom: 1px solid #c3c6c6; /*position: static;*/position:relative; text-transform: none; width: 100%;}
#mobishownav ul li ul li a { /*color: #5b5454;*/ display: block; float: none; font-weight: normal; line-height: 20px;}
#mobishownav ul li a:hover { color: #56B146;}
#mobishownav ul li ul { display: none;}
#mobishownav .showmore:after,#mobishownav .showmore1:after{background-position: -96px -66px; height: 27px; right: 0; top: 0; width: 27px;}
#mobishownav .showmore, #mobishownav .showmore1 { cursor: pointer; display: block; height: 27px; margin: 0; position: absolute; right: 10px; top: 10px; width: 27px; z-index: 500;}
#mobishownav .showmore:after, #mobishownav .showmore1:after {font-family: 'icomoon' !important;content: "\f067";font-size: 1.5rem;padding: 5px;}
#mobishownav .showmore.selected:after, #mobishownav .showmore1.selected:after {font-family: 'icomoon' !important;content: "\f068";font-size: 1.5rem;padding: 5px;}
#mobishowsearch {min-width: 258px;max-width: 258px;background: #f8f8f8; border: 1px solid #c3c6c6; overflow: hidden; padding: 10px; position: absolute; right: 14px; top: 100%; width: 50%; z-index: 500;}
#mobishownav ul li ul li ul li {padding-left: 20px;}
/*--------------- Mobile Menu-Search End ------------------*/


/*--------------- BOD Start ------------------*/
.snapdown-content.board img { margin-top: 6px; float:left; margin-right:20px; margin-bottom: 12px;}
/*--------------- BOD End ------------------*/

/*--------------- Reports and Presentations Start ------------------*/

.pr-document-field > a,.media-link,[class^="icon-"], [class*=" icon-"] {font-size:2.9rem; }
.pr-document-field > a:hover,.pr-document-field > a:hover *,.media-link:hover,.media-link:hover *,.link-icon:hover,.link-icon:hover *,[class^="icon-"]:hover, [class*=" icon-"]:hover  { color:#56B146;text-decoration:none !important;}
.email-alert .icon-play3{font-size:11.5px !important;}
/*--------------- Reports and Presentations End ------------------*/


/*--------------- No JS Banner Start ------------------*/
.nojs .banneritem{display:none;}
.nojs .banneritem.banner1{display:block;}
.nojs .snapdown-content{display:block;}
/*--------------- No JS Banner End ------------------*/


.ir-contact-form .form-right textarea.errorClass, .ir-contact-form .form-right input.errorClass {border: 1px solid red;}
/*#body_0_main_1_ctl06_Submit{border:1px solid #fff}*/
.ir-contact-form .form-element .errormsg {
    position: absolute;
    left: 0;
    bottom: -18px;
    color: #f0493e;
    font-size: 1.3rem;
    line-height: 1.7rem;    
}

/*--------------- PR Start ------------------*/
input.txt-search-pr, input.btn {   border-radius: 3px; -webkit-appearance: none;  color: #333E48;  border: 1px solid #E4E5E6;    font-family: myriad-pro, sans-serif;    font-style: normal;font-size: 1.8rem;    height: 4.8rem;
    box-shadow: none;padding:5px 10px; }
input.txt-search-pr { height:50px;border:1px solid #D8D7D3;border-radius:3px;height:48px;}
input[type="text"] { background-color: #fff;border:1px solid #D8D7D3;border-radius:3px;color:#333E48;font-weight:400;}
/*input[type="text"]:empty{background-color:rgba(240, 239, 235,0.2);}*/
input[type="text"]:focus { background-color: #F2F2F2; }
input.btn-pr-search,input[type="submit"] { font-family: myriad-pro, sans-serif;
font-style: normal;
font-weight: 600;
background-color: #56B146;
color: #ffffff;
letter-spacing: 0.02rem;
padding: 1rem 2rem;
text-transform: uppercase;
transition: all .25s ease-in-out;
-webkit-transition: all .25s ease-in-out;
border-radius: 3px;
border: 1px solid transparent;}
input.btn-pr-search:hover { color: #ffffff;
text-decoration: none;
box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);}
.news-filter { margin-left: 10px; margin-top: 30px; width:auto; /*width: 450px;*/}
.news-filter #prCategorySort { display:none; }
.pr-dropdown { display: inline-block; position: relative; vertical-align: top; width: 215px; }
.pr-dropdown.finder-dropdown-sort { margin-left: 6px; width: 170px; }
a.pr-toggle > span.pr-label:after { background-position: -297px -151px; height: 11px; right: 10px; top: 9px; width: 18px; }
a.pr-toggle > span.pr-label { border: 1px solid #D8D7D3; color: #333E48; cursor: pointer; display: block; padding: 11px 45px 10px 10px; position: relative;border-radius:3px;overflow:hidden;}
a.pr-toggle, a.pr-toggle:hover, a.pr-toggle:hover > span.pr-label {color: #333E48;text-decoration:none;}
a.pr-toggle { -webkit-transition:none; -moz-transition:none; -ms-transition:none; -o-transition:none; }
.pr-dropdown .pr-options { display: none; position: absolute; width: 215px; z-index: 500; }
#twocolright .pr-dropdown .pr-options ul { border-left: 1px solid #D8D7D3; border-right: 1px solid #D8D7D3;border-top: 1px solid #D8D7D3; background: #fff; left: 0; margin: 0; padding: 0; width: 100%; z-index: 5; border-radius:3px;overflow:hidden;margin-top:3px; }
#twocolright .pr-dropdown .pr-options ul li { border-bottom: 1px solid #c3c7ca; cursor: pointer; float: none; list-style: outside none none; margin: 0 !important; padding: 0; position: relative; }
#twocolright .pr-dropdown .pr-options ul li a { color: #333E48; display: block; margin-right: 0; padding: 10px; }
.pr-toggle .icofont:after { content: "\e906" }
#twocolright .pr-dropdown .pr-options ul li a:hover {background-color:#F2F2F2;text-decoration:none; }
.open .pr-toggle .icofont:after { font-family: icomoon;content: "\e907" }
.icofont{font-size: inherit;text-rendering: auto; -webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;transform: translate(0, 0);font: normal normal normal 14px/1 icomoon;}
.doc-pdf-icon .icon-file-pdf,.doc-pdf-icon .icon-file-code-o,a.pdf-swap span.icon-file-pdf, a.pdf-swap span.icon-file-code-o {font-size: 2.9rem;}
/*.pr-filter-dropdown.dk_open .dk_options {display: block;}*/
.pr-dropdown.finder-dropdown-sort .pr-options { width: 170px; }
.press-text-filter { margin-top: 30px; width: 330px; }
.pr-toggle .icofont { font-family: 'icomoon' !important; color: #000000; cursor: pointer; position: absolute; right: 10px; top: 10px; }
.press-releases-container #loadmore { margin-top:20px }
#loadmore a { display: inline-block; }

table.rad-financialtable tbody tr td.rad-right, table.rad-financialtable thead tr th.rad-right { text-align: right; }
table.rad-financialtable tr th.rad-right { text-align: right; }
#twocolright .press-release-pagination-container { }
#twocolright .press-release-pagination-container ul { }
#twocolright .press-release-pagination-container ul li { float:left; list-style:none; }
#twocolright .press-release-pagination-container ul li.prev { }
#twocolright .press-release-pagination-container ul li.next { }
#twocolright .press-release-pagination-container ul li.prev a { }
#twocolright .press-release-pagination-container ul li.next a { }
#twocolright .press-release-pagination-container ul li a { display: block; padding: 0 5px; }
#twocolright .press-release-pagination-container ul li strong { padding: 0 5px; }
#twocolright p.pr-item-date { font-weight:bold; }

.open a.pr-toggle > span.pr-label::after {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border-bottom: 0 none;

	padding: 13px 0 0 19px;
}
a.pr-toggle > span.pr-label::after {
    content: "";
    display: inline-block;
    height: 49px;
    width: 49px;
    color: #fff;
    font-family: icomoon;
    float: right;
    background-color: #56B146;
    position: absolute;
    right: -1px;
    top: -1px;
    /*-ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);*/
    padding: 11px 0 0 20px;
    font-size: 1.2rem;
    background:url(/~/media/Images/S/Sysco-IR/css/dropdown-arrow-down.png) no-repeat center;
}
#twocolright ul.pr-option-inner li::before { display:none; }

/*--------------- PR End ------------------*/

/*---   Two column content   ---*/

.leftcol-inner { background: #efefef; padding: 25px; }

.bod-details img { float: left; margin-right: 20px; margin-bottom: 12px; }
.bod-details p.bod-desgination { font-weight:bold; }
.quarterly-results-landing table td.pr-title-field { vertical-align: middle; }
.corporate-landing table thead th.pr-title-field { width:80%; }
.corporate-landing table thead th.pr-document-field { width:20px; }


.scroll-table-container::-webkit-scrollbar-thumb { border-radius: 5px; border: 2px solid #e7e5db; background-color: #e7e5db; }
.scroll-table-container::-webkit-scrollbar { -webkit-appearance: none; width: 10px; height: 7px; }
#tabs.sectionTabs option {color: #333E48; border-bottom: 1px solid #c3c7ca; padding: 9px 10px}


/*---   investor-contacts content   ---*/

#twocolright  table.CustomTable  {margin-bottom: 0;}
#twocolright  table.CustomTable * {border:none;}
#twocolright  table.CustomTable td, #twocolright table.CustomTable tbody th { border-bottom: 0px; padding: 10px 10px 0px 0px; vertical-align: top;}
body#ip3-past-events .material-item span.document-title {padding-right: 20px;}
body#ip3-past-events .supporting-material-container .material-item a {float:left;}
body#ip3-rss #twocolright p a img { margin-right: 5px; display: inline-block; margin-top: -2px; }
#ip3-error-page #leftcol {display:none;}
.FailureMessage p {color:#fd3d40;}

.material-item.upcoming{float:left;width:100%}





input.input-text.sign-up[type="text"]:focus { background-color: #F2F2F2; }


input.input-text[type="text"] {
    background-color: #fff;
    border: 1px solid #d8d7d3;
    border-radius: 3px;
    color: #333e48;
    font-weight: 400;
}


input.input-text.sign-up {
    border: 1px solid #d8d7d3;
    border-radius: 3px;
    height: 48px;
}


input.input-text.sign-up{
    border: 1px solid #e4e5e6;
    border-radius: 3px;
    box-shadow: none;
    color: #333e48;
    font-family: myriad-pro,sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    height: 4.8rem;
    padding: 5px 10px;
}
.ui-autocomplete li{list-style-type:none !important;margin:0 !important;}
.btn-green:hover { color: #ffffff; box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5); }



/* SS css starts */
.ip3-edit .navbar{position:static !important;float:left !important;width:100% !important;}
.ip3-edit #bannerwrapper{float:left;width:100%;margin-bottom:35px;}
.navbar.navbar-default .navbar-nav li .dropdown-menu{z-index:9999 !important;}
/* SS css ends */

.ip3-quarterly-results .tabs span {margin: 0 1rem;}


.top-footer .top-footer-box1 {
    display: none;
}

.top-footer .top-footer-box2 .tftr-inner {
    border-left: none;
}
/*---- header-footer-----*/
/**********************************************************
  HEADER & NAVIGATION
**********************************************************/

.menu-open {
	overflow: hidden
}
.search-icon img:last-child {
	display: none
}
.shrink .search-icon img:last-child {
	display: block;
	max-width: 16px;
}
.shrink .search-icon img:first-child {
	display: none
}
#searchButtonContainer {
	display: none
}
#searchButtonContainer::after {
	color: #fff;
}
.searchbox {
	width: auto;
	border: none
}
/*.append-navigation ul,*/.dropdown-menu {
	display: none
}
body:not(.pageloaded) .append-navigation ul {
	display: none;
}
.append-navigation ul {
	left: 12%;
}
.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}
.search img {
	z-index: 999;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 5px;
	display: none
}
.nav-links {
	float: right;
	margin-right: -15px;
}
.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	border-radius: 3px;
}
.btn-green {
	font-family: myriad-pro, sans-serif;
	font-style: normal;
	font-weight: 600;
	background-color: #56B146;
	color: #ffffff;
	letter-spacing: 0.02rem;
	padding: 1.2rem 5.0rem;
	text-transform: uppercase;
	transition: all .25s ease-in-out;
}
.append-navigation:hover > ul {
	display: block;
	position: absolute;
	background: #fff
}
.navbar-nav>li>a:hover {
	text-decoration: none;
}
.navbar-nav {
	margin-top: 2px;
}
#nav-menu {
	padding: 0.8rem 1.5rem;
}

@media (min-width: 992px) {
.navbar-expand-lg .navbar-toggler {
	display: none;
}
}
.navbar-nav > li {
	float: left;
	cursor: pointer
}
.navbar {
	padding: 0;
	font-size: 1.5rem;/* Alternative nav size/color when scrolled */
  /* Animated hamburger icon */
  /* Animated dropdown menu icons */
  /* Mobile menu toggle */ }
.navbar.author-z-index {
	z-index: 65534;
}
.navbar .navbar-nav .active a {
	background-color: transparent;
}
.navbar .navbar-nav .active a:hover {
	color: #56B146;
	background-color: transparent;
}
.navbar .dropdown {
	float: left;
	white-space: nowrap;
}
.navbar .dropdown-toggle::after {
	display: none;
}
.navbar.navbar-default {
	background-color: transparent;
	border: none;
	transition: all .25s ease-in-out;
	padding-top: 0;
	padding-bottom: 0;/* Logo adjustments */
    /* Buttons */
    /* Navigation items */
    /* Navigation links */
}
.navbar.navbar-default .navbar-brand {
	height: auto;
	padding: 1.8rem 1.5rem;
	margin: 0;
	float: left
}
.navbar.navbar-default .navbar-brand .logo {
	width: 16.2rem;
}
.navbar.navbar-default .navbar-brand .logo.logo-white {
	display: block;
}
.navbar.navbar-default .navbar-brand .logo.logo-color {
	display: none;
}
.navbar.navbar-default .navbar-toggler {
	border: none;
	padding: 0 1.9rem;
	margin-top: -0.8rem;
}
.navbar.navbar-default .navbar-toggler:active, .navbar.navbar-default .navbar-toggler:focus {
	outline: none;
}
.navbar.navbar-default .navbar-toggler .icon-bar {
	border-radius: 0;
	background-color: #ffffff;
	display: block;
	height: 2px;
	transition: all 250ms ease-in-out;
	width: 22px;
}
.navbar.navbar-default .navbar-toggler .icon-bar + .icon-bar {
	margin-top: 4px;
}
.navbar.navbar-default .navbar-nav > li {
	padding: 2.6rem 1.3rem;
/* Dropdown menus */ }
.navbar.navbar-default .navbar-nav > li.nav-alt-link {
	padding: 24px 13px;
}
.navbar.navbar-default .navbar-nav > li.nav-search {
	padding-top: 2.8rem;
	margin-right: 10px;
}
.navbar.navbar-default .navbar-nav > li.nav-search form, .navbar.navbar-default .navbar-nav > li.nav-mobile-search form {
	position: relative;
}
.navbar.navbar-default .navbar-nav > li.nav-search .search-form .fa-search, .navbar.navbar-default .navbar-nav > li.nav-mobile-search .search-form .fa-search {
	font-size: 18px;
	color: #ffffff;
	margin-right: 1.0rem;
	transition: color 125ms ease-in-out;
}
.navbar.navbar-default .navbar-nav > li.nav-search .search-form .fa-search:hover, .navbar.navbar-default .navbar-nav > li.nav-mobile-search .search-form .fa-search:hover {
	color: #E4E5E6;
}
.navbar.navbar-default .navbar-nav > li.nav-search .search-form .fa-times-circle, .navbar.navbar-default .navbar-nav > li.nav-mobile-search .search-form .fa-times-circle {
	font-size: 18px;
	color: #A1A1A1;
	display: none;
	position: absolute;
	right: 1.4rem;
	top: 0.3rem;
	cursor: pointer;
}
.search input, .navbar.navbar-default .navbar-nav > li.nav-search .search-form input[type=search], .navbar.navbar-default .navbar-nav > li.nav-mobile-search .search-form input[type=search] {
	width: 1.5rem;
	padding-left: 0.8rem;
	color: transparent;
	font-weight: 400;
	font-size: 14px;
	cursor: pointer;
	background-color: transparent;
	border: 1px solid transparent;
	position: absolute;
	border-radius: 3px;
	box-shadow: none;
	/* transition: all 125ms ease-in-out;*/
	height: 2.9rem;
	bottom: -1.4rem;
	right: 0.8rem;
}
#searchTextbox {
	width: 0px;
	cursor: auto;
	bottom: 0;
	right: 0;
	background: #fff !important;
	padding: 0;
	margin: 0;
	border: none;
	color: #6a737b;
	line-height: 25px;
}
#searchTextbox::-ms-clear {
    display: none;
}
.shrink #searchTextbox.open {
	border: 1px solid #E4E5E6
}
.navbar.navbar-default .navbar-nav > li.nav-search .search-form input[type=search]:focus, .navbar.navbar-default .navbar-nav > li.nav-mobile-search .search-form input[type=search]:focus {
	width: 20.0rem;
	padding-right: 2.4rem;
	color: #6A737B;
	background-color: #fff;
	border: 1px solid #E4E5E6;
	cursor: auto;
}
.navbar.navbar-default .navbar-nav > li.nav-search .search-form input[type=search]:focus + .fa-times-circle, .navbar.navbar-default .navbar-nav > li.nav-mobile-search .search-form input[type=search]:focus + .fa-times-circle {
	display: block;
}
.navbar.navbar-default .navbar-nav > li.nav-search .mobile-search-form, .navbar.navbar-default .navbar-nav > li.nav-mobile-search .mobile-search-form {
	padding: 0 1.9rem;
	position: relative;
}
.navbar.navbar-default .navbar-nav > li.nav-search .mobile-search-form input[type=search], .navbar.navbar-default .navbar-nav > li.nav-mobile-search .mobile-search-form input[type=search] {
	font-family: myriad-pro, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	margin: 0;
	padding-right: 1.9rem;
	padding-left: 3.5rem;
}
.navbar.navbar-default .navbar-nav > li.nav-search .mobile-search-form .fa-search, .navbar.navbar-default .navbar-nav > li.nav-mobile-search .mobile-search-form .fa-search {
	color: #A1A1A1;
	font-size: 16px;
	left: 2.8rem;
	position: absolute;
	top: 1.3rem;
}
.navbar.navbar-default .navbar-nav > li.nav-button {
	padding: 2.3rem 0;
}
.navbar.navbar-default .navbar-nav > li.nav-button a {
	font-size: 13px;
	text-transform: none;
	width: auto;
	height: auto;
	padding: 0.4rem 0.8rem;
	color: #ffffff;
}
.navbar.navbar-default .navbar-nav > li.nav-button a:hover {
	color: #ffffff;
}
.append-navigation > ul, .navbar.navbar-default .navbar-nav > li .dropdown-menu {
	font-size: 16px;
	margin-top: 1rem;
	border-radius: 4px;
	border: none;
	position: absolute;
	background-color: #ffffff;
	padding: 0.8rem 3.0rem 1.2rem;
	box-shadow: 0 0.5rem 1.5rem 0.2rem rgba(0, 0, 0, 0.35);
}
.navbar.navbar-default .navbar-nav > li .dropdown-menu .dropdown.show {
	padding-bottom: 0;
}
.append-navigation ul li a, .navbar.navbar-default .navbar-nav > li .dropdown-menu a {
	color: #6A737B;
	font-family: myriad-pro, sans-serif;
	font-size: 1.4rem;
	padding-left: 0;
	padding-right: 0;
}
.navbar.navbar-default .navbar-nav > li .dropdown-menu a.no-link {
	font-family: myriad-pro, sans-serif;
	font-style: normal;
	font-weight: 700;
	cursor: default;
	padding-top: 1.2rem;
	padding-left: 0;
	padding-right: 0;
}
.navbar.navbar-default .navbar-nav > li .dropdown-menu a.no-link:hover {
	background: transparent;
	color: #6A737B;
}
.navbar.navbar-default .navbar-nav > li .dropdown-menu a:active {
	color: #6A737B;
}
.append-navigation > ul li a:hover, .navbar.navbar-default .navbar-nav > li .dropdown-menu a:hover {
	color: #56B146;
	background: transparent;
	text-decoration: underline
}
.navbar.navbar-default .navbar-nav > li .page-links {
	list-style: none;
	white-space: nowrap;
	padding-left: 0;
}
.navbar.navbar-default .navbar-nav > li .dropdown-link {
	display: inline-block;
	vertical-align: top;
}
.navbar.navbar-default .navbar-nav > li > a {
	font-family: myriad-pro, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	color: #ffffff;
	padding: 0;
}
.navbar.navbar-default .navbar-nav > li > a:hover {
	color: #ffffff;
}
.navbar.navbar-default .navbar-nav > li > a.no-link {
	cursor: default;
}
.navbar.navbar-default .navbar-nav > li > a.sign-in-link {
	color: #56B146;
	transition: color 125ms ease-in-out;
	font-family: myriad-pro, sans-serif;
	font-style: normal;
	font-weight: 700;
}
.navbar.navbar-default .navbar-nav > li > a.sign-in-link:hover {
	color: #448c38;
}
.navbar.navbar-default .navbar-nav > .open > a {
	background: none;
	color: #ffffff;
}
.navbar.shrink, .navbar.menu-open, .navbar.menu-white {
	background-color: #ffffff;
	box-shadow: 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.25);
}
.navbar.shrink .btn-outline, .navbar.menu-open .btn-outline, .navbar.menu-white .btn-outline {
	background-color: #008CD2;
	border-color: #008CD2;
}
.navbar.shrink .navbar-nav > li.nav-search .search-form .fa-search, .navbar.shrink .navbar-nav > li.nav-mobile-search .search-form .fa-search, .navbar.menu-open .navbar-nav > li.nav-search .search-form .fa-search, .navbar.menu-open .navbar-nav > li.nav-mobile-search .search-form .fa-search, .navbar.menu-white .navbar-nav > li.nav-search .search-form .fa-search, .navbar.menu-white .navbar-nav > li.nav-mobile-search .search-form .fa-search {
	color: #A1A1A1;
	transition: color 125ms ease-in-out;
}
.navbar.shrink .navbar-nav > li.nav-search .search-form .fa-search:hover, .navbar.shrink .navbar-nav > li.nav-mobile-search .search-form .fa-search:hover, .navbar.menu-open .navbar-nav > li.nav-search .search-form .fa-search:hover, .navbar.menu-open .navbar-nav > li.nav-mobile-search .search-form .fa-search:hover, .navbar.menu-white .navbar-nav > li.nav-search .search-form .fa-search:hover, .navbar.menu-white .navbar-nav > li.nav-mobile-search .search-form .fa-search:hover {
	color: #E4E5E6;
}
.navbar.shrink .navbar-nav > li > a, .navbar.menu-open .navbar-nav > li > a, .navbar.menu-white .navbar-nav > li > a {
	color: #008CD2;
}
.navbar.shrink .navbar-nav > li > a:hover, .navbar.menu-open .navbar-nav > li > a:hover, .navbar.menu-white .navbar-nav > li > a:hover {
	color: #008CD2;
}
.navbar.shrink .navbar-nav > .open > a, .navbar.menu-open .navbar-nav > .open > a, .navbar.menu-white .navbar-nav > .open > a {
	color: #008CD2;
}
.navbar.shrink .navbar-toggler .icon-bar, .navbar.menu-open .navbar-toggler .icon-bar, .navbar.menu-white .navbar-toggler .icon-bar {
	background-color: #008CD2;
}
.navbar.shrink .navbar-brand .logo.logo-white, .navbar.menu-open .navbar-brand .logo.logo-white, .navbar.menu-white .navbar-brand .logo.logo-white {
	display: none;
}
.navbar.shrink .navbar-brand .logo.logo-color, .navbar.menu-open .navbar-brand .logo.logo-color, .navbar.menu-white .navbar-brand .logo.logo-color {
	display: block;
}
.navbar.shrink.shrink, .navbar.menu-open.shrink, .navbar.menu-white.shrink {
	padding-top: 0;
	padding-bottom: 0;
}
.navbar .navbar-toggler .icon-bar {
	position: relative;
}
.navbar .navbar-toggler.toggled .icon-bar:nth-of-type(1) {
	top: 6px;
	transform: rotate(45deg);
}
.navbar .navbar-toggler.toggled .icon-bar:nth-of-type(2) {
	background-color: transparent;
}
.navbar .navbar-toggler.toggled .icon-bar:nth-of-type(3) {
	top: -6px;
	transform: rotate(-45deg);
}
.navbar .nav-dropdown {
	position: relative;
}
.navbar .nav-dropdown .nav-toggle {
	position: absolute;
	right: 0;
	top: 0;
	padding: 1.5rem;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #A1A1A1;
	height: 5.0rem;
	background-color: #ffffff;
	z-index: 9999999;
	outline: none;
}
.navbar .nav-dropdown .icon-bar {
	position: relative;
	transition: all 250ms ease-in-out;
	display: block;
	width: 20px;
	height: 2px;
}
.navbar .nav-dropdown .icon-bar:nth-of-type(1) {
	top: 2px;
	transform: rotate(90deg);
}
.navbar .nav-dropdown .icon-bar:nth-of-type(2) {
	top: 0;
}
.navbar .nav-dropdown.toggled .icon-bar:nth-of-type(1) {
	top: 2px;
	transform: rotate(0deg);
}
.navbar .nav-dropdown.toggled .icon-bar:nth-of-type(2) {
	background-color: transparent;
}
.navbar .navbar-toggle {
	margin-top: 2.6rem;
	border: none;
	background: none;
}
.navbar .navbar-toggle:hover {
	background: none;
}
.navbar .navbar-toggle:active {
	background: none;
}
.navbar .navbar-toggle:focus {
	background: none;
}
.navbar .navbar-toggle .icon-bar {
	border-radius: 0;
	background-color: #ffffff;
}
.nav-overlay {
	background: rgba(0, 0, 0, 0.75);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	display: none;
}
.nav-overlay.overlay-visible {
	display: block;
}

@media (min-width: 1200px) {
.navbar {
	padding: 2rem;
}
}

@media (min-width: 992px) and (max-width: 1230px) {
#desktopnav-section-Homepage-level1 > li {
	width: 30%;
	margin-bottom: 20px;
}
.navbar .dropdown-menu .dropdown:nth-child(3)::after {
	display: none;
}
}

@media (min-width: 992px) and (max-width: 1086px) {
.navbar.navbar-default .nav-action {
	font-size: 13px;
}
.navbar.navbar-default .navbar-brand .logo {
	width: 10rem;
}
}

@media (min-width: 992px) {
.navbar .dropdown-menu .dropdown:not(:last-child) {
	padding-bottom: 0.6rem;
}
.navbar .dropdown-menu .dropdown:not(:last-child):not(:last-child) {
	padding-right: 20px;
	margin-right: 20px;
	position: relative
}
.navbar .dropdown-menu .dropdown:not(:last-child):after {
	content: '';
	position: absolute;
	width: 1px;
	height: 50px;
	top: 30%;
	background: #a1a1a1;
	right: 0
}
.navbar .main-nav:hover > .dropdown-menu {
	display: block;
}
.navbar .navbar-nav > li > a.no-link {
	pointer-events: none;
}
.navbar .dropdown-arrow,  .navbar .nav-mobile-search,  .navbar .nav-action {
	display: none;
}
.navbar .nav-search,  .navbar .nav-button {
	display: block;
}
}

@media (max-width: 991px) {

.search img{display:none !important;}

.navbar.shrink, .navbar.menu-open, .navbar.menu-white {
	background: transparent;overflow: auto;
    /*height: 100%;*/
}
.navbar.menu-open{height:100%;}
.navbar.menu-open .bg-white, .navbar.menu-white .bg-white, .navbar.shrink .bg-white {
	background: #fff;
	float: left;
	width: 100%;
}
#nav-menu > ul {
	background: #fff
}
.navbar-collaps {
	display: none;
}
.navbar.navbar-default .dropdown-arrow,  .navbar.navbar-default .nav-mobile-search,  .navbar.navbar-default .nav-action {
	display: block;
}
.navbar.navbar-default .nav-search,  .navbar.navbar-default .nav-button {
	display: none;
}
.navbar.navbar-default #nav-menu {
	transition: border 125ms ease-in-out;
}
.navbar.navbar-default .navbar-collapse {
	border: none;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	text-align: center;
}
.navbar.navbar-default .nav-search {
	padding-top: 0;
}
.navbar.navbar-default .navbar-brand {
	height: auto;
	padding: 1.9rem;
}
.navbar.navbar-default .navbar-brand .logo {
	/*width: 9.0rem;*/width: 8rem;
}
.navbar.navbar-default .navbar-nav > .open > a:active, .navbar.navbar-default .navbar-nav > .open > a:focus, .navbar.navbar-default .navbar-nav > .open > a:hover, .navbar.navbar-default .navbar-nav > .open > a:visited {
	color: #008CD2;
}
.navbar.navbar-default .navbar-collapse.in, .navbar.navbar-default .navbar-collapse.collapsing {
	border: 0;
	background-color: #ffffff;
}
.navbar.navbar-default .navbar-nav > li {
	border-bottom: 1px solid #E4E5E6;
	padding: 9px 0;
}
.navbar.navbar-default .navbar-nav > li .caret {
	display: none;
}
/* .navbar.navbar-default .navbar-nav > li.show {
      padding-bottom: 0; }*/
.navbar.navbar-default .navbar-nav > li.open {
	padding: 0;
}
.navbar.navbar-default .navbar-nav > li.open > a {
	padding: 1.5rem;
}
.navbar.navbar-default .navbar-nav > li.open .dropdown-toggle {
	padding: 1.5rem;
	border-bottom: 1px solid #E4E5E6;
}
.navbar.navbar-default .navbar-nav > li.nav-alt-link {
	padding: 0;
	z-index: 1;
}
.navbar.navbar-default .navbar-nav > li.nav-alt-link a {
	display: block;
	padding: 12px 0;
}
.navbar.navbar-default .navbar-nav > li.nav-action {
	background-color: #56B146;
	border-bottom: none;
	padding: 0;
}
.navbar.navbar-default .navbar-nav > li.nav-action a {
	color: #ffffff;
	display: block;
	padding: 12px 0;
}
.navbar.navbar-default .navbar-nav > li.nav-mobile-search {
	padding-top: 0;
}
.navbar.navbar-default .navbar-nav > li .dropdown-menu {
	text-align: left;
	background-color: #F8F8F9;
	margin-top: 9px;
	left: auto;
	right: auto;
	box-shadow: none;
	padding: 0;
	border-radius: 0;
	white-space: nowrap;
	text-align: center;
	border-top: 1px solid #E4E5E6;
}
.navbar.navbar-default .navbar-nav > li .dropdown-menu li {
	padding: 0;
}
.navbar.navbar-default .navbar-nav > li .dropdown-menu li .no-link {
	    border-bottom: 1px solid #E4E5E6;display:none;
}
.navbar.navbar-default .navbar-nav > li .dropdown-menu li.dropdown {
	padding: 0;
}
.navbar.navbar-default .navbar-nav > li .dropdown-menu li:not(:last-child) {
	border-bottom: 1px solid #E4E5E6;
	padding: 0;
}
.navbar.navbar-default .navbar-nav > li .dropdown-menu a {
	color: #008CD2;
	font-size: 13px;
	font-weight: 700;
	padding: 9px 0;
}
.navbar.navbar-default .navbar-nav > li .dropdown-menu a:hover, .navbar.navbar-default .navbar-nav > li .dropdown-menu a:focus, .navbar.navbar-default .navbar-nav > li .dropdown-menu a:active {
	color: #008CD2;
	background: none;
}
.navbar.navbar-default .nav-dropdown {
	overflow: hidden;
}
.navbar.navbar-default .nav-dropdown .nav-toggle {
	display: block;
}
.navbar.navbar-default .nav-dropdown .icon-bar {
	background-color: #008CD2;
}
.navbar.navbar-default .nav-item.dropdown.show .dropdown-arrow .arrow-container {
	transform: rotate(90deg);
}
.navbar.navbar-default .dropdown-arrow {
	position: absolute;
	right: 0;
	top: 0;
	border-left: 1px solid #E4E5E6;
	padding: 17px;
/*pointer-events: none;*/ }
.navbar.navbar-default .dropdown-arrow .arrow-container {
	transition: all 175ms ease-in-out;
}
.navbar.navbar-default .dropdown-arrow .arrow-container .arrow-bar {
	border-radius: 0;
	background-color: #008CD2;
	display: block;
	height: 2px;
	width: 11px;
}
.navbar.navbar-default .dropdown-arrow .arrow-container .arrow-bar:nth-of-type(1) {
	transform: rotate(45deg);
}
.navbar.navbar-default .dropdown-arrow .arrow-container .arrow-bar:nth-of-type(2) {
	margin-top: 5px;
	transform: rotate(-45deg);
}
.navbar.navbar-default .navbar-nav > li > a {
	font-size: 13px;
	font-weight: 700;
	color: #008CD2;
}
.navbar.navbar-default .navbar-nav > li > a:hover {
	text-decoration: none;
}
.navbar.shrink .icon-bar {
	background-color: #008CD2;
}
}
/**********************************************************
  FOOTER
**********************************************************/
footer {
	font-size: 12px;
	padding: 5.0rem 0;
	background-color: #2A2F33;
	color: #ffffff;
/* Footer logo */ }
footer .links {
	border-bottom: 2px solid white;
	margin-bottom: 2.1rem;
	padding-bottom: 1.5rem;
	display: flex;
}
footer .footer-paragraph {
	font-family: myriad-pro, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 2.4rem;
	padding-left: 0;
}
footer .links-container {
	display: flex;
	justify-content: flex-end;
	flex-flow: wrap;
	padding: 0rem;
}
footer .links-container .row-two li:not(:first-child) h5,footer .links-container .row-two li:not(:first-child) .h5 {
	padding-top: 20px;
}
footer .links-container .support-link {
	padding-top: 1.0rem;
}
footer .links-container .sub-links {
	font-size: 1.2rem;
	color: #A1A1A1;
	padding-left: 39px;
	width: 25%;
}
footer .links-container .last-column {
	padding-top: 25px;
}
footer p {
	padding-bottom: 16px;
}
.footer-bottom {
	line-height: normal;
}
footer .links-container h5,footer .links-container .h5 {
	font-size: 1.2rem;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	text-align: left;
	margin-top: 0;
	line-height: 1.2;
}
footer .links-container li {
	margin: 0 0 1.0rem 0;
	line-height: 1rem
}
footer .links-container li a {
	font-size: 1.2rem;
	color: #A1A1A1;
	text-align: left;
	text-decoration: none;
	font-family: myriad-pro, sans-serif;
	font-style: normal;
	font-weight: 600;
	line-height: 15px;
	display: inline-block;
}
footer .social-link-container {
	padding-right: 0 !important;
}
footer .social-link-container .social-links {
	float: right;
}
footer .social-link-container .social-links li {
	border-radius: 30px;
	border: 1px solid #ffffff;
	text-align: center;
	margin-bottom: 1.5rem;
	width: 41px;
	height: 41px;
}
footer .social-link-container .social-links li a {
	color: #A1A1A1;
	text-align: center;
	padding-top: 7px;
	display: block;
}
footer .social-link-container .social-links li i {
	font-size: 16px;
	padding: 13px;
}
footer .social-link-container .social-links li a img {
	display: inline-block;
	width: 15px
}
footer .footer-logo-container {
	padding-left: 0;
}
footer .footer-logo-container .footer-logo {
	margin-left: 0;
	width: 102px;
	margin-bottom: 1.5rem;
}
footer .footer-logo-container .rights-reserved {
	font-family: myriad-pro, sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #E4E5E6;
	font-style: italic;
	font-size: 1.2rem;
	line-height: normal;
}
footer .terms {
	margin-top: 53px;
	padding-bottom: 0px;
	text-align: right;
	position: relative;
	padding-right: 0;
	color: #A1A1A1;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
footer .terms .bar {
	font-family: myriad-pro, sans-serif;
	font-style: normal;
	font-weight: 700;
	padding: 0 7px;
}
footer .terms a {
	bottom: 0;
	font-family: myriad-pro, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.2rem;
	color: #A1A1A1;
	text-decoration: none;
}

@media (max-width: 767px) {

footer .branding{text-align:center !important;}

#nav-menu {
	overflow-y: scroll
}
footer {
	padding: 30px 0;
	text-align: center;
}
footer .links-container {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
footer .links-container .sub-links {
	margin-bottom: 0;
	padding-left: 0;
}
footer .links {
	border-bottom: none;
}
footer .list-unstyled {
	color: #A1A1A1;
	text-decoration: none;
}
footer .list-unstyled li:not(:last-of-type) {
	padding-bottom: 7px;
}
footer .list-unstyled li a {
	font-size: 12px;
	color: #A1A1A1;
	text-align: left;
	text-decoration: none;
	font-family: myriad-pro, sans-serif;
	font-style: normal;
	font-weight: 600;
	line-height: 14px;
}
footer .footer-logo-container {
	margin-top: 20px;
	padding: 0;
}
footer .footer-logo-container .rights-reserved {
	font-family: myriad-pro, sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #E4E5E6;
	font-style: italic;
	font-size: 11px;
}
footer .terms {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	font-size: 11px;
    padding-left:0;
}
footer .social-link-container {
	padding: 0;
}
footer .social-link-container .social-links {
	font-size: 12px;
	float: none;
	margin-top: 30px;
	padding-bottom: 20px;
	border-bottom: solid 2px #A1A1A1;
}
footer .social-link-container .social-links li {
	display: inline-block;
	margin: 0 1.0rem;
}

h1{font-size: 46px; line-height: 52px;}
h2{font-size: 40px; line-height: 46px;}
h3{font-size: 30px; line-height: 34px;}
h4{font-size: 26px; line-height: 30px;}
}

@media (min-width: 768px) and (max-width: 991px) {
footer {
	padding: 0;
}
footer .links {
	padding: 0 40px;
}
footer .footer-paragraph {
	font-size: 12px;
	text-align: center;
	padding: 35px 0;
}
footer .social-link-container {
	margin-top: 20px;
	text-align: center;
	display: flex;
	justify-content: center;
}
footer .social-link-container li {
	margin-left: 10px;
	margin-right: 10px;
}
footer .social-link-container .social-links {
	float: none;
	display: flex;
	justify-content: center;
}
footer .footer-bottom {
	padding-bottom: 30px;
}
}

@media all and (max-width:1024px) {
.nav-links {
	margin-right: 0;
}
.navbar.navbar-default .navbar-nav > li.nav-search {
	padding: 2.6rem 1.3rem;
}
.navbar-nav {
	margin-top: 0;
}
#nav-menu {
	padding: 0;
}
}
@media all and (min-width:992px){
.navbar.navbar-default .navbar-nav > li .dropdown-menu{min-height:98px;}
}
@media all and (max-width:991px) {

.navbar .append-navigation li.level1 > a{display:none;}

.navbar-collapse {
	width: 100%;
	display: none;
}
.navbar-collapse.show {
	display: block;
}
.navbar-nav li {
	float: left;
	width: 100%;
	position: relative;
}
nav ul, nav li, .navbar-nav li a {
	float: left;
	width: 100%;
}
.navbar.navbar-default .navbar-nav > li .dropdown-menu {
	position: static;
}
.navbar.navbar-default .navbar-collapse.show .navbar-nav .dropdown-menu > li, .navbar-nav > li.show {
	padding-bottom: 0 !important;
}
nav li.nav-item {
	height: auto !important;
}
li.dropdown.show .dropdown-menu {
	display: block;
}
}

@media all and (min-width:1024px) and (max-width:1050px){
.navbar.navbar-default .navbar-nav > li{padding-top:2.5rem;padding-bottom:2.5rem;}
}

.footer.container {
	max-width: 1140px
}
.navbar-toggler {
	float: right;
	margin-top: 26px !important;
	background: none;
}
.footer-logo > img {
	height: auto !important;
	width: 102px !important
}
.navbar.navbar-default .navbar-nav > li > ul:after {
	display: block;
	clear: both;
	content: ""
}

.navbar .append-navigation li.level1 > a:hover,.dropdown-menu a:hover{text-decoration:none !important;}

/*body.internetexplorer11 .search > img, body.ie-edge-true .search > img, body.ie10 .search > img, body.ie9 .search > img{display:none !important;}*/


footer .branding{text-align:right;margin-top:10px;}
footer .branding a{border-top:1px solid #A1A1A1;color:#A1A1A1;font-size:1.1rem;font-family:Arial;}
footer .branding a:hover{text-decoration:none;}
/*---- media-queries-----*/
/*--------- iPad Landscape and Desktops ---------*/
@media all and (max-width: 1210px) {
.banneritem .bannertext{padding-left: 8%; width: 90%;}
input[type="submit"], .button, .back-to{font-size:1.2rem}
.homepage-boxes{padding:37px 29px 20px 29px}
}

@media all and (max-width: 1040px) {
.top-footer-box3 .top-footer-box3-inner { width: 85%; }
.box-item-container h2 { font-size: 2.5rem; margin-bottom: 25px; }
.box-item-container .hm-bottom-box h2 { font-size: 2.2rem; line-height: 2.8rem; }
}

@media all and (max-width: 1023px) {
.box-unit {margin-bottom: 10px;}
input[type="submit"], .button a { padding: 9px 25px; }
.home-intro h2 { line-height: 1.2em; }
table.committee-composition-table thead th.fcol { min-width:150px; }
}

@media all and (max-width: 991px) {

footer .links-container .sub-links{padding-left:38px}
footer .links{display:block}
.append-navigation:hover > ul{display:none}
.search{float:left;width:100%}
#searchTextbox{width:calc(100% - 35px) !important;height: 39px;color:#a1a1a1;}
.searchbox{width: 100%;float: left;border: 1px solid #E4E5E6;height: 41px;    border-radius: 3px;}
.search-icon{float: left;padding: 9px 5px;}
#nav-menu ul:first-child .nav-search{display:block !important;padding: 0 2.3rem 1.6rem;}
.search-icon img:first-child{display:none !important}
.search-icon img:last-child{display:block !important}
table.prReports th.pr-date-field { width: 27%; }
table.prReports th.pr-title-field { width: 53%; }
.leftcol-inner { padding: 25px 10px; }
#topnavigation > ul {font-size: 1.3rem;}
#box-unit-4 {clear: none;}
.footer-links-container p.copyright-mob { display:block; }
.footer-links-container p.copyright-dsktp { display:none; }
#breadcrumb .breadcrumb-inner { width: 85%; }

.ir-contact-form-second-pattern .full-element.left-full-ele select, .ir-contact-form-second-pattern .full-element.left-full-ele2 select, .ir-contact-form .form-right input, .ir-contact-form .form-right textarea { width: 210px; }

.top-footer-box3 .tftr-inner { padding:20px 0 15px 0; border-left:0 none; }
.footer-app-box { padding-top: 0; padding-bottom: 30px; }
/*.homepage-boxes { display:unset; }
.homepage-boxes::after { display:block clear:both content:"" }*/
.homepage-boxes { display:block; padding: 20px 30px; }
.box-item-container5 { clear:left; }
.home-intro { width: 100%; padding: 10px 0 0; }
.box-item-container { margin-bottom: 30px; }

}


/*--------- iPad Portrait and large Tablets Portrait ---------*/
@media all and (min-width: 768px) and (max-width: 991px) {
.footer.container {
    max-width: 720px;
}
#leftcol{display:none;}
.upcoming-events-container .eventData {width: 45%;}
.eventCalendar {width: 26%;}

}
@media all and (min-width:768px) {

.mobi-pr-tabs{display:none;}
}
/*--------- All Small Tablets and Large Phones Global CSS ---------*/
@media (max-width: 767px) {

.homepage-boxes{min-height:0;}
.tabs span{margin:0 0 0.3rem;letter-spacing:0.1rem;}
.past-events-landing #twocolright .tabs .current span, .calendar-landing #twocolright .tabs .current span{padding-left:2px;padding-right:2px;}

.ui-autocomplete{display:none !important}
input[type="submit"], .button a, .back-to a{font-size: 1.3rem;}
footer .links-container .sub-links {
    margin-bottom: 0;
    padding-left: 0;
    width: 100% !important;
}
footer .social-link-container .social-links li a{padding-top:12px}
.footer-logo{display:inline-block}
.d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-none {
    display: none!important;
}
#ip3-Homepage .banneritem{background-position:30% center !important;}

#auto-top-link { display:none !important; }
.box-item-container #homepage-box-1 .ir-box-content { height:auto !important; }
#logo { padding-bottom:20px; }
.mobi-pr-tabs ul li.current{display:none;}
#topnavigation{display:none;}
#toplinks{display:none;}
.mobiMenus { display: block;}
.mobishow { display: block;}
.mobiMenus{display:block;}
.footer-right-side {float: none; margin-bottom: 25px;}
#leftcol{display:none;}
#twocolright{width:100%;}
.mobi-pr-tabs {display:none;}
#twocolright .mobi-pr-tabs ul li {margin-bottom:0px !important;padding-left: 0;}
.mobi-pr-tabs ul li:before { display:none; padding:; }
a.print-icon { display:none; }
#breadcrumb .breadcrumb-inner { margin-top: -2px; }
.upcoming-events-container .eventData { width:50%; }
.eventCalendar { width:25%; }
#breadcrumb .share-print-container { float: right; }

.home-intro h2 { font-size: 2.4rem; margin: 0 0 15px; }

.footer-link { padding-bottom:15px; }
.footer-app-box { padding-top:0; }
.footer-link p.footer-title, .footer-title, .footer-links-container .footer-title { padding-bottom:10px; }
.top-footer-box2 .tftr-inner { border-left:0 none; padding-left:0; }
.top-footer-box1 .tftr-inner { padding-bottom: 30px; }
.top-footer { padding: 20px 0; }
.footer-link ul { padding: 5px 0; }
.hm-bottom-box .hm-bottom-box-left { max-width:185px; }
.home-intro p { font-size: 1.8rem; line-height: 1.4em; }

#twocolright p.back-to a span{display:none;}

.c-event-grid{width:100%!important;margin-top:20px;height:auto!important;margin-bottom:20px;}

#tabs.sectionTabs span.select{font-size:1.5rem;}
}

@media (max-width: 640px) {


.inv-responsive-data-header {width: 20%; border-top: 0; border-left: 0 !important; border-right: 0;}
.inv-responsive-data-content {width: 80%; border-top: 0; border-left: 0 !important; border-right: 0;}


/*PR Table starts*/

.prReports tbody tr { border-bottom: 1px solid #ededed; border-top: 2px solid #ededed;}

.prReports tbody tr { border-bottom: 1px solid #6a737b;display: block;}
.prReports td, .prReports tbody th {border: none;}
table.prReports th.pr-date-field { width: 100%; border:none medium; }


.prReports {margin-top: 20px;}
.press-releases-container .trHeaders{display:none}
.pr-date-field, .pr-document-field, .pr-title-field {clear: both;display: block;padding: 10px 0;width: 100%;}
.prReports tbody tr {border-bottom: 2px solid #ededed;display: block;}
.pr-mobi-headers {display: none;font-weight: 700;vertical-align: top;width: 33%;padding-left:10px;}
.pr-span-other {display: inline-block;vertical-align: top;width: 65%;}
.pr-title-field a {display: inline-block;width: 98%;}
.pr-document-field > a {display: inline-block;vertical-align: top;}
.prReports tbody tr td.cAlign a img {margin: 0;text-align: left;}
.prReports th.cAlign, .prReports td.cAlign {text-align: left;}
/*PR table end*/

.ir-contact-form .form-right input,.ir-contact-form .form-right textarea{display:block;}
.ir-contact-form-second-pattern .full-element.left-full-ele .form-right, .ir-contact-form .form-right { float: left;width: 100%;}
.form-right > span { display: inline-block;}
.banneritem .bannertext { padding-left: 16%; width: 83%; top:30%;}
#bannerwrapper .bx-controls .bx-controls-direction{bottom:200px;}
#bannerwrapper .bx-controls .bx-pager{left: 38%;}
.category-key {margin-bottom: 10px;}
.category-key span { display: block; float: none; margin-bottom: 5px; width: 100%;}
#mobishownav{right: 9px; width: 70%;}
#mobishowsearch{right: 9px; width: 70%;}
.tabs{display:none;}

.mobi-pr-tabs {display: block;float:left;padding: 0;width: 100%;}
table.inv-responsive-table { border-bottom: 3px solid #c3c7ca; }
.inv-responsive-header-td {font-weight: normal;}

.upcoming-events-container .title-sub, .upcoming-events-container .event-date, .upcoming-events-container .outlook-link{width:100%;margin-bottom:5px;margin-right:0px;padding:0px;}
.upcoming-events-container .related-materials-collapsed{margin-top:15px;}
.homepage-boxes { padding: 37px 15px 39px 15px; }
.quarterly-results-landing .snapdown-content { padding: 15px 0 5px; }
.quarterly-results-landing td.inv-responsive-data-content, .quarterly-results-landing td.inv-responsive-data-header { vertical-align: middle;     border-left: 0; border-right: 0; border-top: 0;}
.calendar-landing .c-grid { width:50%; }

.past-events-landing #twocolright .tabs, .calendar-landing #twocolright .tabs { display: block; }
.past-events-landing #twocolright .tabs .current span, .calendar-landing #twocolright .tabs .current span { font-size: 1.4rem; padding: 12px 10px 13px; }
.past-events-landing #twocolright .tabs a, .calendar-landing #twocolright .tabs a { font-size: 1.4rem; }
.past-events-landing #twocolright .tabs a span, .calendar-landing #twocolright .tabs a span { padding: 12px 10px 13px; font-size: 1.4rem; }


#twocolright table.CustomTable td, #twocolright table.CustomTable tbody th {width: 300px!important; float: left;}

}

@media all and (min-width:551px) and (max-width:767px){
.past-events-landing #twocolright .tabs a, .calendar-landing #twocolright .tabs a{margin-left:10px;}
.past-events-landing #twocolright .tabs .current span, .calendar-landing #twocolright .tabs .current span{margin-left:10px;}
}


@media (max-width: 480px) {
input[type="submit"], .button a, .back-to a{font-size:1.1rem}
.footer-link ul{margin-bottom: 10px;}
.footer-link ul li:first-child{margin-bottom:20px;}
.footer-link ul li{border-left: medium none; float: none; padding: 0;margin-bottom:20px;}
.snapdown-content.board img{float:none; width:100%; height:auto;}
.news-filter{margin-left: 0; width: auto;}
.mobiDropdownPress.finder-dropdown-sort { display: block; margin-left: 0; margin-top: 10px; width: 215px;}
.mobiDropdownPress.finder-dropdown-sort .dk_options { width: 215px;}
.c-grid{float:left;width:90%!important;}
.c-event-grid{width:100%!important;margin-top:20px;height:auto!important;margin-bottom:20px;}
.footer-link { padding-bottom: 0; }
.snap-doc-landing .snapdown-content { padding: 17px 0 5px; }
.snap-doc-landing .snapdown-content .snap-right { width: 100%; }
.presentation-iframe-container { width:100%; }

.ir-contact-form.ir-contact-form-second-pattern .half-element { width:100%; }
.ir-contact-form .form-right input, .ir-contact-form .form-right textarea, .ir-contact-form.ir-contact-form-second-pattern .full-element.left-full-ele2 select, .ir-contact-form.ir-contact-form-second-pattern .full-element.left-full-ele select { width:250px; }

}
@media (min-width: 576px) and (max-width: 767px){
.footer.container {
    max-width: 540px;
}
}
@media (max-width: 360px) {
.tftr-video-img { margin-right: 10px; }
}

@media (max-width: 320px) {

}
/*
@media screen and (max-device-width: 767px){
  html, body{ -webkit-text-size-adjust: 100%; }
}
*/
/*---- jquery-ui-----*/
/*! jQuery UI - v1.10.2 - 2013-03-14
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%; clear:left; font-size:1.4rem; line-height: 1.8rem; text-transform: capitalize;
}
.ui-menu-item:hover {
        /*background-color:#999999;*/
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: inline-block;
	padding: 2px;
	line-height: 1.8rem;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	/*margin: -1px;*/
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1em;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	/*font-size: 1.1em;*/
font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #000;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus a:hover {
	/*border: 1px solid #999999;
	background-color: #aaaaaa !important;
	font-weight: normal;*/
	color: #fff;
	background-color:#0081c6;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus a:focus {
	/*border: 1px solid #999999;
	background-color: #aaaaaa;
	font-weight: normal;
	color: #212121;*/
}

.ui-state-hover  a,
.ui-state-hover  a:hover,
.ui-state-hover  a:link,
.ui-state-hover  a:visited {
/*	color: #212121;
	text-decoration: none;*/
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
        color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
}
.ui-widget-header .ui-icon {
}
.ui-state-default .ui-icon {
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
}
.ui-state-active .ui-icon {
}
.ui-state-highlight .ui-icon {
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}
/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa  50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa  50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

.currentDomainCSS
{
    background: #D3D3D3 50% 50% repeat-x;
}

.serachTextBoxMiddle
{
    height: 18px;
    margin-left: 220px;
    right: 44px;
    width: 140px;
}
.serachButtonMiddle
{
    left: 363px;
    position: absolute;
    top: 53px!important;
}
.centerText
{
    margin-left: 195px;
}
.centerText1
{
margin:0 auto;
width: 180px;
}


.ui-menu {min-width: 180px !important; max-width: 300px !important;}
.ui-menu a{background-color:#fff;width:100%;position:relative;top:0px;/*margin-bottom:1px;*/cursor:pointer;}
.ui-menu a:hover{/*height:20px;*/width:100%;position:relative;top:0px;/*margin-bottom:1px;*/}


.ui-menu .ui-menu-item {padding: 0 !important;  /*width: 96% !important;*/}