/*@import url("http://eugeng.imcserver.ro/darden/global.css");*/

/*body .PreviewToolBar{
  display:none;
}*/
body.PreviewBody{
  margin:0;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    font-family: 'Lucida Grande','Proxima Nova Regular', sans-serif, arial;
    margin: 0;
    padding: 0;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 15px;
    line-height: 24px;
    color: #111111;
}
*, *:before, *:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-text-size-adjust: none;
}
nav {
    display: block;
}
img {
    border: 0 none;
    max-width: 100%;
    height: auto;
}
p {
    margin: 0 0 24px 0;
    font: 15px/24px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
}
sub,
sup {
    line-height: 12px;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}
.HtmlTextContainer ul {
  list-style-type: disc;
  margin: 0 0 20px 20px;
}
.arrows a:after {
    border-bottom: 5px solid transparent;
    border-left: 5px solid;
    border-top: 5px solid transparent;
    content: "";
    display: inline-block;
    margin-left: 5px;
}
/* clearfix */
.row:after,
.clearfix:after, 
.HeaderPaneDiv:after, 
.HeaderPaneDiv2:after,
.PaneNavigation:after, 
.ClientLogo:after,
.PaneHeader:after, 
.PaneContentInner:after, 
.PaneRight:after, 
.HeaderContainer:after,
.StockTableItem:after, 
.StockTableText:after {
    content: "";
    clear: both;
    display:table;
}
.clearfix2:before,
.clearfix2:after {
    content: " ";
    display: table;
}
.clearfix2:after {
    clear: both;
}
.row{
  display:block;
  margin:0 -15px;
}
.container{
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 1024px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .container {
        width:100%;
    }
}

/* lists */
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* hyperlinks */
a {
    text-decoration: underline;
    color: #0088CC;
    -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
         -o-transition: all 0.2s ease-out; 
            transition: all 0.2s ease-out;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
/*a:focus {
    color: #555;
    background-color: #e7e7e7;
}*/
a:hover, a:focus {
    /*color: #23527c;*/
    text-decoration: none;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

/* headings */
h1{
    color:#FFF;
    font: normal 100 60px/72px 'Proxima Nova Regular', sans-serif;
}
.TitleLeft .ModuleTitle {
  display: block;
}
h1.ModuleTitle,
.ModuleTitle{
    color: #ad172b;
    padding: 0 0 30px 0;
    margin: 0px;
    font: normal 400 40px/48px 'Proxima Nova Regular', sans-serif;
}
h2{
    font-size: 40px;
    line-height: 48px;
    color: #ad172b;
    padding-bottom:48px;
}
h3 {
    color: #333;
    /*padding-bottom: 30px;*/
    font: normal 900 30px/36px 'Proxima Nova Regular', sans-serif;
}
h4 {
    color: #333;
    padding-bottom: 30px;
    font: normal 700 26px/30px 'Proxima Nova Regular', sans-serif;
}

.p24 {
    margin: 0 0 30px 0;
    color: #777777;
    font: normal 400 24px/30px "proxima-nova", sans-serif;
}

/* input */
input[type="text"],
textarea,
select {
    min-height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
         -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
            transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="text"]:focus,
textarea:focus,
select:focus,
.sbHolder:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
input[type="checkbox"],
input[type="checkbox"] + label {
    line-height: 13px;
    float: left;
    margin: 0 5px 5px 5px;
    border: 0 none;
}
/*********** Select Box Plugin ***************/
.FormYear{
    color: #5d5d5d;
    font-weight: 700;   
    display: inline-block;
}
.FormGroupsContainer{
    display: inline-block;
    margin-right: 20px;
}
.FormGroupsContainer .sbHolder,
.FormGroupsContainer .sbOptions{
    min-width: 150px;
}
.ModuleYearNavContainer,
.YearNavContainer{
    display: none;
}
.stock-historical .sbHolder{
    min-width: 70px;
    margin: 0 5px 2px;
}
.sbHolder{
    font-weight: normal;
    max-width: 200px;
    min-width: 110px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
         -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
            transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.sbSelector{
    display: block;
    left: 0;
    line-height: 32px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
    width: 100%;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
    color: #000;
    outline: none;
    text-decoration: none;
}
.sbToggle{
    background: url('../design/select-icons.png') 0 -115px no-repeat;
    display: block;
    height: 32px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
}
/*
.sbToggle:hover{
    background: url('../design/select-icons.png') 0 -167px no-repeat;
}
.sbToggleOpen{
    background: url('../design/select-icons.png') 0 -20px no-repeat;
}
.sbToggleOpen:hover{
    background: url('../design/select-icons.png') 0 -66px no-repeat;
}*/
.sbHolderDisabled{
    background-color: #3C3C3C;
    border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
    
}
.sbHolderDisabled .sbToggle{
    
}
.sbOptions{
    list-style: none;
    left: -1px;
    margin: 0;
    padding: 0;
    position: absolute;
    min-width: 110px;
    max-width: 200px;
    z-index: 1;
    overflow-y: auto;
    background-color: #FFF;
    top: 30px !important;
    border: 1px solid #ccc;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
         -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
            transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.sbOptions li{
    padding: 0 7px;
}
.sbOptions a{
    display: block;
    outline: none;
    padding: 3px;
}
.sbOptions a:link, .sbOptions a:visited{
    color: #000;
    text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
    color: #999;
}
.sbOptions li.last a{
    border-bottom: none;
}
.sbOptions .sbDisabled{
    border-bottom: dotted 1px #515151;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
    border-bottom: dotted 1px #515151;
    color: #EBB52D;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
    padding-left: 17px;
}


/* ~~~~~~~~~~~~~~~~ HEADER ~~~~~~~~~~~~~~~~~~ */

#main-navigation {
  margin: 0;
  margin-left: 135px;
  padding-right: 0;
  padding-left:15px;
  float: right\9;
}
#main-navigation ul > li{
  float:left;
}
#main-navigation ul > li > a {
  color: #333333;
  font: normal 700 13px/40px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
  padding: 7px 23px;
  padding: 7px 20px\9;
  display:block;
  text-decoration:none;
}
#main-navigation ul > li > a:hover {
  color: #AB1A2F;
  background:none repeat scroll 0 0 #daf4fe;
}
#main-navigation ul > li.investor-relations > a {
      background-color: #daf4fe;
}
#main-navigation .open > a {
  background: rgba(255, 255, 255, 0.25);
}
#main-navigation .mobile-social-media-links {
  display: none;
}
.navbar-nav > li > .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}
#main-navigation .our-company .dropdown-menu {
  width: 850px;
  margin-left: -1px;
}
#main-navigation .our-brands .dropdown-menu {
  width: 450px;
  margin-left: 0px;
}
#main-navigation .citizenship .dropdown-menu {
  width: 1022px;
  margin-left: -279px;
}
#main-navigation .investor-relations .dropdown-menu {
  width: 730px;
  margin-left: -400px;
}
#main-navigation .career-center .dropdown-menu {
  width: 220px;
  margin-left: 0px;
}
#main-navigation .gift-cards {
  width: 134px;
}
#main-navigation .gift-cards .dropdown-menu {
  width: 356px;
  margin-left: -222px;
}
#main-navigation h4 {
    margin: 0;
    padding: 0;
}
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.caret {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid;
  display: inline-block;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  width: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
    #main-navigation ul > li > a {
        padding:7px 11px 7px 9px;
        font-size: 12px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    #main-navigation {
        margin-left: 0;
        padding-left: 0;
    }
    #main-navigation ul > li {
        height: 60px;
        width: 14.2857%;
        position: static;
    }
    #main-navigation .gift-cards {
        width: 14.2857%;
    }
    #main-navigation ul > li > a {
        height: 100%;
        padding: 7px 10px;
        line-height: 20px;
    }
    #main-navigation .visible-sm {
        display: block!important;
    }
    #main-navigation .our-company .dropdown-menu,
    #main-navigation .citizenship .dropdown-menu,
    #main-navigation .our-brands .dropdown-menu,
    #main-navigation .investor-relations .dropdown-menu {
        left: 0;
        right:0;
        top:110px;
        width:auto;
        margin: 0;
    }
    #main-navigation .career-center .dropdown-menu,
    #main-navigation .gift-cards .dropdown-menu {
        width:auto;
        top:110px;
        right:0;
        left:50%;
        margin: 0;
    }
}
@media (max-width: 767px) {
    #main-navigation {
        margin-left: 0;
        padding-left: 0;
        display: none;
        background-color: #2e292a;
        clear: left;
        border-top: 1px solid transparent;
    }
    #main-navigation .nav-bar {
        padding-bottom: 5px;
    }
    #main-navigation ul > li {
        float: none;
        height: auto;
        text-indent: 10px;
    }
    #main-navigation ul > li > a {
        background: none repeat scroll 0 0 #2e292a;
        color:#fff;
        padding: 7px;
        font:700 13px/40px "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,sans-serif;
        height: auto;
    }
    #main-navigation ul > li > a:hover {
      background-color: #575354;
      color: #ffffff;
      text-decoration: underline;
    }
    #main-navigation .open > a {
      background: rgba(255, 255, 255, 0.25);
    }
    #main-navigation .caret {
      border: medium none;
      float: right;
      font: 100 16px/20px "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,sans-serif;
      height: 20px;
      margin: 10px 0 0;
      width: 20px;
    }
    #main-navigation .caret:before {
      content: "+";
    }
    #main-navigation .open > a > .caret::before {
      content: "-";
    }
    #main-navigation .dropdown-menu {
        padding: 0;
        position: static;
        float: none;
        background: none repeat scroll 0 0 #333333;
        max-height: 10000px;
    }
    #main-navigation .our-company .dropdown-menu {
        width:100%;
        margin: 0;
    }
    #main-navigation .container-fluid {
        padding: 0;
    }
    .dropdown-menu a {
        text-indent: 25px;
        background: none repeat scroll 0 0 #474041;
        color:#fff;
        padding: 8px 0;
    }
    .dropdown-menu h4 a {
        text-indent: 35px;
    }
    .main-navigation .dropdown .dropdown-menu .col-xs-12 {
      padding-left: 0;
      padding-right: 0;
    }














}
@media screen and (max-width: 640px){
  #main-navigation ul > li.investor-relations > a {
    background-color: #575354
  }
}
.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-1 {
  width: 8.3333333333%;
}
.col-xs-2 {
  width: 16.6666666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.3333333333%;
}
.col-xs-5 {
  width: 41.6666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.3333333333%;
}
.col-xs-8 {
  width: 66.6666666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.3333333333%;
}
.col-xs-11 {
  width: 91.6666666667%;
}
.col-xs-12 {
  width: 100%;
}
@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-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .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-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .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-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}

/** dropdown navigation ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.dropdown {
  position: relative;
}

/* line 24, ../../../../../../Library/Ruby/Gems/2.0.0/gems/bootstrap-sass-3.3.1.0/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 29, ../../../../../../Library/Ruby/Gems/2.0.0/gems/bootstrap-sass-3.3.1.0/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
/* line 52, ../../../../../../Library/Ruby/Gems/2.0.0/gems/bootstrap-sass-3.3.1.0/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 58, ../../../../../../Library/Ruby/Gems/2.0.0/gems/bootstrap-sass-3.3.1.0/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 63, ../../../../../../Library/Ruby/Gems/2.0.0/gems/bootstrap-sass-3.3.1.0/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #ffffff;
  white-space: nowrap;
}

/* line 76, ../../../../../../Library/Ruby/Gems/2.0.0/gems/bootstrap-sass-3.3.1.0/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #58B8E6;
  background-color: transparent;
}

/* line 86, ../../../../../../Library/Ruby/Gems/2.0.0/gems/bootstrap-sass-3.3.1.0/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

/* line 101, ../../../../../../Library/Ruby/Gems/2.0.0/gems/bootstrap-sass-3.3.1.0/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
/* line 108, ../../../../../../Library/Ruby/Gems/2.0.0/gems/bootstrap-sass-3.3.1.0/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 121, ../../../../../../Library/Ruby/Gems/2.0.0/gems/bootstrap-sass-3.3.1.0/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 126, ../../../../../../Library/Ruby/Gems/2.0.0/gems/bootstrap-sass-3.3.1.0/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 135, ../../../../../../Library/Ruby/Gems/2.0.0/gems/bootstrap-sass-3.3.1.0/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 145, ../../../../../../Library/Ruby/Gems/2.0.0/gems/bootstrap-sass-3.3.1.0/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 151, ../../../../../../Library/Ruby/Gems/2.0.0/gems/bootstrap-sass-3.3.1.0/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

/* line 161, ../../../../../../Library/Ruby/Gems/2.0.0/gems/bootstrap-sass-3.3.1.0/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/** dropdown navigation ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* line 172, ../sass/app/header/_desktop.scss */
.dropdown .dropdown-toggle {
  color: #333333;
}
/* line 176, ../sass/app/header/_desktop.scss */
.dropdown a:hover{
  color: #AB1A2F;
  background: #DAF4FE;
}

/* line 184, ../sass/app/header/_desktop.scss */
.dropdown-menu {
  border: none;
  padding: 15px;
  padding-left: 0;
  color: #ffffff;
  background-color: #333333;
  background-color: rgba(0, 0, 0, 0.8);
}
/* line 74, ../sass/_colors.scss */
.dropdown-menu a {
  color: #ffffff;
  display: block;
  text-decoration: none;
}
/* line 77, ../sass/_colors.scss */
.dropdown-menu a:hover {
  color: #58B8E6;
}
/* line 191, ../sass/app/header/_desktop.scss */
.dropdown-menu li {
  display: block;
}
/* line 198, ../sass/app/header/_desktop.scss */
.dropdown-menu h4 a {
  font: normal 700 16px/24px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
  margin-bottom: 12px;
}
/* line 203, ../sass/app/header/_desktop.scss */
.dropdown-menu li > a {
  color: #eee;
  font: normal 400 14px/18px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
  margin: 4px 0 12px 0;
  display: block;
}
/* line 208, ../sass/app/header/_desktop.scss */
.dropdown-menu a:hover {
  color: #0088cc;
  background: none;
  text-decoration: none;
}

.dropdown-menu li>a{
  padding-left: 14px;
  text-indent: -14px;
}
.dropdown-menu li>a:before{
  content: "- ";
}

#main-navigation .nav > li.open > a:hover,
#main-navigation .nav > li.open >a{
  background-color: #333;
  color: #fff;
}


/**end custom Header**/
.HeaderContainer{
    background-color: #f1fafe;
    width: 100%;
}
.LayoutHomePage .HeaderContainer {
    background:#a9b32b;
}
.navbar-toggle{
    color: inherit;
    font: 0px/70px sans-serif;
    margin: 0;
    display: none;
    position: relative;
    float: right;
    margin-right: 16px;
    padding: 9px 10px;
    margin-top: 7px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 42px;
    height: 34px;
    cursor: pointer;
}
.icon-bar{
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #ffffff;
}
.icon-bar + .icon-bar {
    margin-top: 4px;
}
.sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    border: 0px none;
}
.PaneHeader {
    background-color: #000;
    width:100%;
}
.ClientLogo{
    float:left;
}
.ClientLogo a{
    display: block;
}
.ClientLogo a:focus{
    background-color: initial;
    outline: none;
}
.headerLogo {
    background-image: url('../design/darden-header-title.png');
    background-repeat:no-repeat;
    background-size: contain;
    display: block;
    height: 86px;
    margin-left: 0;
    margin-top: -32px;
    position: absolute;
    width: 165px;
    z-index: 9999;
}
.headerLogo:before {
  content: url('../design/darden-header-title-hover.png');
  width:0;
  height:0;
  visibility:hidden;
}
.headerLogo:hover {
    background-image: url('../design/darden-header-title-hover.png');
}
div.LanguageQL {
    float: left;
    display: inline-block;
    margin-left: 158px;
    vertical-align: middle;
}
.LanguageQL li {
    display: inline-block;
    vertical-align: middle;
    float: left;
}
.LanguageQL a {
    padding: 0 15px;
    display: block;
    font: 400 13px/16px "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,sans-serif;
    line-height: 32px;
    color:#9d9d9d;
}
.LanguageQL a:hover {
    text-decoration: none;
    color:#fff;
}
.LanguageQL li:first-child a {
    color:#666666;
}
@media screen and (max-width: 1023px) {
    .LanguageQL a {
        line-height: 50px;
    }
}
ul.HeaderLinks{
    float:right;
}
ul.HeaderLinks li{
    display: inline-block;
    position:relative;
}
ul.HeaderLinks li:first-child:hover > div {
  display: block;
}
ul.HeaderLinks li a {
  color: #fff;
  display: block;
  line-height: 32px;
  padding: 0 15px;
  font-size:13px;
  color:#9d9d9d;
  font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,sans-serif;
  text-decoration: none;
}
ul.HeaderLinks li a:focus {
    background: transparent;
    outline: none;
}
ul.HeaderLinks li.open a,
ul.HeaderLinks li a:hover{
  color:#ffffff;
}
ul.HeaderLinks li a:hover{
  text-decoration: underline;
}
div.MediaDropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right:auto;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 143px;
  padding: 19px 15px 15px 16px;
  font-size: 14px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: medium none;
  background-clip: padding-box;
}
.open > div.MediaDropdown {
  display:block;
}
ul.MediaDropdown li {
  display:block;
}
ul.MediaDropdown li a {
  color:#fff;
  font:400 13px/32px "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,sans-serif;
  margin-bottom: 6px;
  padding: 0;
  text-decoration: none;
}
ul.MediaDropdown li a:hover {
  color: #0088cc;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
    ul.HeaderLinks li {
        position: static;
    }
    ul.HeaderLinks li a {
        line-height: 50px;
    }
}
 .PaneNavigation{
    width: 100%;
    background-color: #FFF;
 }
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .PaneNavigation {
        float: left;
    }
}

.LayoutThreeColumn .PaneContent,
.LayoutTwoColumn .PaneContent {
    padding-left: 8%;
    padding-right: 5%;
    overflow: hidden;
}

.LayoutThreeColumn .PaneContent .ContentPaneDiv1 h1:first-child {
    margin-top: 0;
}
 
/***** MOBILE NAV *****/
 .MobileNav {
    display: none;
    position: absolute;
    width: 100%;
 }
 
 .MobileNav .level1 > li {
        display: block;
        position: relative;
    }
    
    .MobileNav .level1 {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    
    .MobileNav .level1 > li > a {
        text-transform: uppercase;
        /*font-size: 26px;*/
        color: #fff;
        line-height: 42px;
        height: 42px;
        border-bottom: 2px solid #dedede;
        display: block;
        padding-left: 30px;
        transition: all 0.2s;
        text-decoration: none;
        background-color: #ad172b;
    }
    
    .MobileNav .level1 > li > a.active {
        background: none repeat scroll 0 0 #fff;
        color: #111;
    }
    
    .MobileNav .level1 > li:first-child > a {
        border-top: 2px solid #dedede;
    }
    
    .MobileNav .level1 > li > i.toggle {
        background: url('../design/arrow_down.png') no-repeat scroll 50% 50% transparent;
        display: inline-block;
        height: 42px;
        position: absolute;
        right: 0px;
        top: 0px;
        width: 42px;
        cursor: pointer;
        z-index: 1;
        width: 100px;
    }
    
    .MobileNav .level1 > li > i.toggle.active {
         background: url('../design/arrow_up.png') no-repeat scroll 50% 50% transparent;
    }
    
    .MobileNav .level2 {
        display: none;
    }
    
    .MobileNav ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    
    .MobileNav .level3,
    .Mobilenav .level4 {
        display: none;
    }
    
    .MobileNav .level2 > li > a {
        border-bottom: 2px solid #dedede;
        color: #fff;
        display: block;
        font-size: 13px;
        height: 30px;
        line-height: 30px;
        padding-left: 30px;
        text-transform: uppercase;
        text-decoration: none;
    }
    
    .toggle.active + ul.level2 > li > a {
        background: #000;
    }
.MobileNav ul li {
    position: relative;
}
.MobileNav br{
    display: none;
}
.MobileNav .level2 > li > i.toggle{
   background: url('../design/arrow_down.png') no-repeat scroll 50% 50% transparent;
    display: inline-block;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    z-index: 1;
    width: 100px; 
    background-size: 20px;
}
.MobileNav .level2 > li > i.toggle.active {
    background: url('../design/arrow_up.png') no-repeat scroll 50% 50% transparent;
    background-size: 20px;
}
.MobileNav .level3{
    background-color: #CCC;
}
.MobileNav .level2 a.active,
.MobileNav .level3 a.active{
    background-color: #FFF!important;
    color: #000;
}
.MobileNav .level3 > li > a {
    border-bottom: 2px solid #DEDEDE;
    color: #333;
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
    text-transform: uppercase;
    text-decoration: none;
}
.MobileNav .level4 a {
    text-decoration: none;
    color: rgb(51, 51, 51);
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    height: 30px;
    padding-left: 40px;
    border-bottom: 2px solid rgb(222, 222, 222);
    line-height: 30px;
}
.NavigationPaneDiv3{
    width:100%;
    display: block;
    max-width: 1275px;
    margin: 0 auto;
}
.MainNavigation {
  display: block;
  margin: 0 auto;
  max-width: 1275px;
  padding: 0 65px;
}
.MainNavigation ul li{
    display:inline-block;
    position: relative;
}
.MainNavigation .level1 {
    float: left;
    margin-left:141px;
}
.MainNavigation ul.level2{
    display:none;
} 
.NavigationPaneDiv3{
    position: relative;
}
/*.MainNavigation ul.level1{
    position: relative;
}*/
.MainNavigation ul.level1 li a{
    color: #111;
    text-decoration: none;
    font-size:15px;
    padding: 15px 30px 15px 23px;
    display: block;
    font-family: 'Proxima Nova Semibold';
}
.MainNavigation ul.level1 > li > a:after {
    content: "\25BE";
}
/*
.MainNavigation ul.level1 > li:hover > a,
.MainNavigation ul.level1 > li.expanded:hover > a {
    background: #333;
    color: #fff;
}*/

.MainNavigation ul.level1 > li:hover > a,
.MainNavigation ul.level1 > li.expanded:hover > a,
.MainNavigation ul.level1 > li.expanded > a {
    color: #ad172b;
    background: #e0f6ff;
}

.MainNavigation ul li a:hover{
    cursor: pointer;
}
.MainNavigation ul.level1 li:hover > ul.level2{
    display: block;
}
.MainNavigation  ul.level2{
    display: none;
    float: none;
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    top: 100%;
    left: 0;
    width: 450px;
    z-index: 520;
    padding: 0 10px 20px;
}
.MainNavigation ul.level2 > li{
    display:inline-block;
    width: 50%;
    vertical-align: top;
}
.MainNavigation ul.level1 li.RightSubmenu ul.level2 {
    left: auto;
    right: 0;
    width: 650px;    
}
.MainNavigation ul.level1 li.RightSubmenu .level2 > li{
    width: 33.33333%;
    min-width: 200px;
}
.MainNavigation ul.level3,
.MainNavigation ul.level3 li,
.MainNavigation ul.level3 li a{
    display:block;
    font-size:13px;
}
.MainNavigation ul.level2 li a{
    padding: 15px 10px 5px;
    color: #fff;
}
.MainNavigation ul.level2 li a:hover {
    color: #53b7e8;
}

.MainNavigation ul.level3 li a{
    color:#FFF;
    padding:0px 10px;
}
.MainNavigation ul.level3 li a:before{
    content:"- ";
}
.PaneHeader2 {
    background-color: #a9b32b;
    color: #fff;
    font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,sans-serif;
    padding: 50px 0;
}
.LayoutHomePage .PaneHeader2 {
    background-color: #a9b32b;
    color:#fff;
}
.Breadcrumb a,
.Breadcrumb span {
    display: none;
}
.BreadcrumbInner {
    font: 400 60px/72px "proxima-nova",sans-serif;
    margin-bottom: 10px;
    margin-top: 20px;
}
.PageDesc p {
    font: 400 24px/30px "proxima-nova",sans-serif;
    margin:0 0 10px 0;
    margin-top: 30px;
    padding-bottom: 24px;
}
.PaneHeader2 .IRabout{
    color:#FFF;
    display: block;
    float: left;
    width: 65%;
    padding:30px 0px;
}
.PaneHeader2 .IRabout p{
    margin-bottom: 10px;    
}
@media (max-width: 767px) {
    .PaneHeader2 {
        padding:5px 0;
    }
    .BreadcrumbInner {
        font: 400 30px/42px "proxima-nova",sans-serif;
        text-align: center;
    }
    .PageDesc p {
      font: 400 18px/24px "proxima-nova",sans-serif;
      text-align: center;
    }
}

/* ~~~~~~~~~~~~~~~~ FOOTER ~~~~~~~~~~~~~~~~~~~~*/

.FooterContainer {
    background-color: #000;
    color:#fff;

}
.FooterContainer p {
  font: 400 12px/18px "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,sans-serif;
  margin: 0;
}
.FooterContainer a {
  color: #ffffff;
}
div.FooterLanguageQL,
div.FooterLinks {
    display: none;
}
.FooterContainer .legal-notice {
  padding: 17px 15px 0 15px;
}
.FooterContainer .darden-footer-logo {
  background-color: #ab1a2f;
  background-image: url('../design/darden-header-title.png');
  height: 80px;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  float: right;
}
.FooterContainer .nav {
  list-style: outside none none;
  margin: 0;
  padding-left: 0;
}
.FooterContainer .nav li {
  display: inline-block;
  vertical-align: middle;
  font:15px/24px "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,sans-serif;
}
.FooterContainer .nav li a {
  /*font: 400 12px/18px "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,sans-serif;*/
  padding: 0;
  text-decoration: underline;
}
.FooterContainer .nav-contact {
  display: none;
}
.FooterContainer .nav-contact li a {
    padding: 15px 10px;
    display: block;
}
.FooterContainer .nav-contact li a:hover {
  background-color: #333333;
}
.Q4FooterContainer {
    float: left;
    padding: 0 15px;
    width:83.3333%;
    clear:left;
    font:400 12px/18px "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,sans-serif;
    /*margin-top: -17px;*/
}
.Q4FooterContainer a {
    text-decoration: underline;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ IR Landing ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.PaneContentInner .PaneBreadcrumb{
    display:none;
}
.PaneLeft{
    width:30%;
    float:left;
}
.PaneContent{
    width:70%;
    float:right;
}

.PaneContent,
.PaneLeft {
    padding-top: 50px;
}
/*.anReport a,
.StudentQL a{
    font-size: 20px;
    text-decoration: none;
    color: #FFF;
    background-color: #76cacc;
    padding: 20px;
    display: block;
    max-width: 300px;
    text-align: center;
    margin-top: 30px;
}*/

.SideMenu{
    font-size:16px;
    min-height: 520px;
    padding: 0 0 20px 65px;
}
.SideMenu li{
    position: relative;
}
.SideMenu ul.level1 li{
    display:none;
}
.SideMenu ul.level4{
    display: none;
}
.SideMenu li.selected > ul,
.SideMenu li.expanded > ul {
    display: block;
}
.SideMenu ul.level1 > li > .fa{
    display: none;
}
.SideMenu .fa-plus {
    color: #08c;
    right: 0;
    top: 15px;
    display: block;
    padding-right: 40px;
    cursor: pointer;
    position: absolute;
}
.SideMenu li.selected > .fa-plus:before,
.SideMenu li.expanded > .fa-plus:before {
    content: "\f068";
}
.SideMenu .selected > a,
.SideMenu .expanded > a {
    color: #5c5c5c;
    text-decoration: none;
}
.SideMenu ul.level1 > li.selected > a,
.SideMenu ul.level1 > li.expanded > a{
    text-transform: uppercase;
    text-decoration: none;
    color: #AB1A2F;
    margin-bottom: 10px;
    display: block;
    cursor: unset;
    font: 700 24px/50px "proxima-nova", sans-serif;
    outline: none;
    background-color: initial;
}
.SideMenu .level2 li {
    padding: 7px 0px;
}
.SideMenu .level2 a{
    line-height: 25px;
    padding-right: 20px;
    text-decoration: underline; 
}
.SideMenu .level2 a:hover {
    text-decoration: none;
    color: #0088CC;
}
.SideMenu ul.level1 li.selected,
.SideMenu ul.level1 li.expanded,
.SideMenu ul.level1 li.selected > ul.level2 li,
.SideMenu ul.level1 li.expanded > ul.level2 li{
    display: block;
    margin-top:14px;
}

.SideMenu .level3,
.SideMenu .level4 {
    display: none;
    padding-left: 15px;
}

.LandingLatestEvents {
    padding:40px 65px 40px 100px;
    position: relative;
}

.ModulePressReleaseLatest,
.ModulePressRelease.ShortDesc{
    background-color:#f1f1f1;
    padding:35px 65px 0 100px;
    position: relative;
}

.ModulePressReleaseLatest h1,
.ModulePressRelease h1,
.LandingLatestEvents h1{
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 9px;
    margin-top: 0px;
    margin-bottom: 35px;
    padding-right: 90px;
}
.ModulePressReleaseLatest .ModuleDate,
.ModulePressRelease.ShortDesc .ModuleDate {
    display: block;
    color: #676767;
    font-weight: 600;
    margin-bottom: 5px;
}
.ModulePressReleaseLatest .ModuleItemRow a,
.ModulePressRelease.ShortDesc .ModuleItemRow a{
    text-decoration: none;
    color: #7bc9ce;
    font-size: 21px;
    display: block;
    margin-bottom: 5px;
}
.ModulePressReleaseLatest .ModuleItemRow,
.ModulePressRelease.ShortDesc .ModuleItemRow{
    padding: 10px 0px;
}
.ModulePressReleaseLatest .ModuleViewAllLink,
.ModulePressRelease .ModuleViewAllLink{
    position: absolute;
    top: 55px;
    right: 80px;
    color: #ad172b;
    font-weight: 900;
    text-decoration: none;
}
.LandingLatestEvents .ModuleViewAllLink {
    position: absolute;
    top: 60px;
    right: 80px;
    color: #ad172b;
    font-weight: 900;
    text-decoration: none;
}
.ModulePressReleaseLatest a.ModuleViewAllLink:after,
.ModulePressRelease a.ModuleViewAllLink:after,
.LandingLatestEvents a.ModuleViewAllLink:after{
    border-color: transparent #ad172b;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    content: "";
    display: block;
    font-family: "FontAwesome";
    margin-top: -8px;
    position: absolute;
    right: -10px;
    top: 50%;
    width: 0;
    z-index: 1;
}
.ModulePressRelease .RssLinkTopContainer,
.ModulePressReleaseLatest .RssLinkTopContainer{
    position: absolute;
    right: 40px;
    top: 95px;
}
.ModulePressRelease.tableLike .RssLinkTopContainer {
  top: 10px;
  right: 0;
}
.rssIcos > a {
    background: transparent url('../design/rssicon.gif') no-repeat scroll 0 center;
    padding-left: 25px;
}
/*
.ModulePressRelease .RssLinkTopContainer img,
.ModulePressReleaseLatest .RssLinkTopContainer img{
    display: none;
}
*/
/*.ModulePressRelease .RssLinkTopContainer a:before,
.ModulePressReleaseLatest .RssLinkTopContainer a:before{
    content: "\f09e";
    font-family: 'FontAwesome';  
    color: #999;
    padding-right: 5px;
    padding-top: 5px;
    display: block;
}*/
.ModulePressRelease .sbHolder,
.ModulePressRelease .sbOptions {
  min-width: 80px;
  width: 80px;
}
.ModulePressRelease .ModuleBody,
.ModulePressReleaseLatest .ModuleBody{
    color:#777;
    font: 15px/24px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
}
.LayoutNewsReleaseDetails .PaneLeft {
    display: none;
}
.ModulePressReleaseDetails {
    margin-bottom: 30px;
}
.IrLandingChart .highcharts-input-group {
    display: none;
}
.IrLandingChart{
    padding-right: 20px;
}
.IrLandingChart,
.LandingStockQuote{
    float: left;
    width: 50%;
}
.LandingStockQuote .StockQuoteLookup{
    display: none;
}
.LandingStockQuote .StockTableText{
    color: #333;
    font-size: 12px;
    padding-top: 5px;
}
.LandingStockQuote .StockTableItem {
    display: block;
}
.LandingStockQuote .StockTableItem p{
    width: 50%;
    float: left;
    padding: 15px 0;
    margin-bottom: 0px;
    border-bottom: 1px solid #E0e0e0;
}
.LandingStockQuote .StockTableItem .StockData{
    float: right;
    padding-right:20px;
}
.LandingStockQuote .StockTableItem .StockLabel.StockPriceUp{
    float:right;
    padding-right: 20px;
    color: #32B908;
}
.LandingStockQuote .StockTableItem .StockLabel.StockPriceDown{
    float: right;
    padding-right: 20px;
    color: #f00;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ FINANCIAL INFORMATION PAGE ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.CustomTable .heading,
.CustomTable th {
    text-align: left;
    background-color: #F1FAFE;
    padding: 5px
}
.CustomTable .even,
.CustomTable .alt{
    background-color: #F8F8F8;
}
.CustomTable{
    margin-bottom: 15px;
}
.fundamentals .CustomTable{
    width: 100%;
}
.CustomTable td{
    padding: 5px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ STOCK INFORMATION PAGE ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.StockQuoteContainer  .StockQuoteLookup{
    display: none;
}
.StockQuoteContainer  .StockTableText{
    color: #333;
    font-size: 12px;
    padding-top: 5px;
}
.StockQuoteContainer  .StockTableItem {
    display: block;
}
.StockQuoteContainer  .StockTableItem p{
    width: 50%;
    float: left;
    padding: 15px 0;
    margin-bottom: 0px;
    border-bottom: 1px solid #E0e0e0;
}
.StockQuoteContainer  .StockTableItem .StockData{
    float: right;
    padding-right:20px;
}
.StockQuoteContainer  .StockTableItem .StockLabel.StockPriceUp{
    float:right;
    padding-right: 20px;
    color: #32B908;
}
.StockQuoteContainer  .StockTableItem .StockLabel.StockPriceDown{
    float: right;
    padding-right: 20px;
    color: #f00;
}
#chart input[type="text"] {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}
#chart input[type="text"]:focus {
    min-height: initial;
    border-color: #ccc;
    box-shadow: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ E-MAIL ALERTS & Investor Feedback PAGES  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.FormBuilderContainer input[type="text"],
.FormBuilderContainer select {
    width: 200px;
}

.MailingListCol2 input[type="text"],
.MailingListCol2 select,
.FormBuilderContainer input[type="text"],
.FormBuilderContainer select{
    margin: 0px 0px 20px;
}
.MailingListListTable td{
    padding: 5px 0px;    
}
.MailingListForm input[type="submit"],
.MailingListUnsubscribeContainer input[type="submit"],
.FormBuilderContainer input[type="submit"],
.btn {
    background-color: #54adb0;
    color: #fff !important;
    font: 700 18px/24px "proxima-nova",sans-serif;
    text-decoration: none !important;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    border: 2px solid #54adb0;
    cursor: pointer;
    padding: 15px;
    text-align: center;
}
.MailingListForm input[type="submit"]:hover,
.MailingListUnsubscribeContainer input[type="submit"]:hover,
.FormBuilderContainer input[type="submit"]:hover,
.btn:hover {
    background-color: #51bcbe;
    border-color: #49b9bb;
    color: #fff;
}
.MailingListForm input[type="submit"]:focus,
.MailingListUnsubscribeContainer input[type="submit"]:focus,
.FormBuilderContainer input[type="submit"]:focus,
.btn:focus {
  outline: 0 none;
} 
.MailingListForm td {
    vertical-align: top;
}
.MailingListCol1 td span{
    padding-bottom: 18px;
    display: inline-block;
}
.FormBuilderContainer .Label{
     display: inline-block;
    margin-top: 4px;
    vertical-align: top;
    width: 20%;
}
.FormBuilderContainer textarea{
    max-width: 500px;
}
.MailingListForm .sbHolder,
.MailingListForm .sbOptions{
    width: 200px;
}
.FormBuilderContainer .FormCheckBoxList{
    display: inline-block;
    vertical-align: top;
}
table.MailingListTable,
table.MailingListUnsubscribeTable {
    width: 80%;
}
.RequiredField,
.ErrorContainer,
.RedStar {
    color: red;
}
.NoBr {
    display: none;
}
.FormBuilderContainer .ItemClassRequestType {
    margin-bottom: 15px;
}
@media (max-width: 768px) {
  .Q4FooterContainer {
    margin-top: -20px;
  }
  .MailingListSignupContainer .MailingListCol2,
  .MailingListUnsubscribeContainer .MailingListCol2 {
    padding-right: 10px;
    position: relative;
  }
  .MailingListSignupContainer .RequiredField,
  .MailingListUnsubscribeContainer .RequiredField {
    position: absolute;
    right: 0;
    top: 0;
  }
  .MailingListUnsubscribeContainer td {
    vertical-align: middle;
  }
  .MailingListListTable td {
    position: relative;
  }
  .MailingListListTable td .RequiredField {
    left: 80px;
    right: auto;
    top: 3px;
  }
  input[type="checkbox"], input[type="checkbox"] + label {
    float: none;
    vertical-align: top;
  }
}
@media (max-width: 640px) {
    .FormBuilderContainer .Label {
        width: 100%;
        display: block;
    }
    .FormBuilderContainer .ErrorMessage {
        display: block;
        margin: -15px 0 10px 0;
    }
    g.highcharts-input-group {
        display: none;
    }
    .FooterContainer .nav-contact {
      display: block;
    }
    .FooterContainer .legal-notice {
      padding-bottom: 17px;
    }
    .FooterContainer .hidden-xs {
      display: none !important;
    }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ FAQ PAGE ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.FaqContainer .FaqQuestionList,
.FaqContainer a.BackToTopLink,
.FaqContainer .FaqAnswerContainer{
    display: none;
    margin-left: 20px;
}
.FaqContainer h3:before {
  border-color: #ad172b transparent;
  border-style: solid;
  border-width: 6px 6px 0;
  content: "";
  display: block;
  left: 0;
  margin-top: -3px;
  position: absolute;
  top: 13px;
  width: 0;
  z-index: 1;
}
.FaqContainer h3.active:before{
      border-color: #ad172b transparent;
  border-style: solid;
  border-width: 0 6px 6px;
  content: "";
  display: block;
  left: 0;
  margin-top: -3px;
  position: absolute;
  top: 13px;
  width: 0;
  z-index: 1;
}
.FaqContainer h3{
    cursor: pointer;
    font-weight: 500;
    position: relative;
    padding: 0 0 0 20px;
    font: normal 400 18px/24px 'Lucida Grande','Proxima Nova Regular', sans-serif, arial;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.IRabout {
    min-height: 490px;
    min-height: 516px\9;
    padding-left: 100px;
    padding-right: 65px;
}
body:not(:-moz-handler-blocked) .IRabout {
      min-height: 520px;
}
.IRabout h1 {
    color: #ad172b;
    font-size: 40px;
    line-height: 48px;
    font-family: 'Proxima Nova Light';
    padding-bottom: 28px;
    margin: 0;
    font-weight: bold;
}

.IRabout h1 > span {
    color: #ad172b;
    padding-bottom: 0;
}
.StockQuoteHome {
    float: right;
    background: #f6f4f3;
    padding: 10px 60px 0;
    height: 172px;
    margin-top: 70px;
    width: 448px;
}
.stockQuoteHome table {
    display: none;
}
.StockQuoteHome .MarketText,
.StockQuoteHome select,
.StockQuoteHome .StockQuoteHomeDate {
    display: none;
}

.stockQuoteHome .priceStuff,
.stockQuoteHome .priceStuff a {
    color: #000;
    font-size: 32px;
    line-height: 36px;
    font-family: 'Proxima Nova Semibold';
    text-decoration: none;
}

.stockQuoteHome p {
    margin-bottom: 10px;
}

.stockQuoteHome .dollaSign {
    display: inline-block;
    padding-left: 20px;
}

.stockQuoteHome .volumeandStuff {
    color: #000000;
    
}

.stockQuoteHome .volumeandStuff > span {
    border-left: 1px solid #666463;
    line-height: 12px;
    display: inline-block;
    padding-left: 7px;
    margin-left: 3px;
}

.stockQuoteHome .volumeandStuff > span:first-child {
    border: none;
    padding-left: 0px;
    margin-left: 0px;
}

.volumeStuff .StockTableVolume {
    display: inline-block;
    padding-left: 4px;
}

.stockQuoteHome .StockPriceDown,
.stockQuoteHome .StockPriceDown + .paranthesis {
    color: #af162b;
}

.stockQuoteHome .StockPriceUp,
.stockQuoteHome .StockPriceUp + .paranthesis {
    color: green;
}

.stockQuoteHome .StockQuoteHomeText {
    color: #828181;
    font-size: 12px;
}

.StockQuoteHome.LandingStockQuote {
    display: none;
}

/******* Pane Left 3 boxes *******/
.annualReportLeft,
div.itql,
.StudentQL {
    display: block;
    height: 400px;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 0;
}
ul.StudentQL{
    height: auto!important;
}
.PaneLeft .ModuleTitle {
  color: #fff;
  display: block;
  font-size: 40px;
  line-height: 48px;
  margin: 0;
  padding-bottom: 30px;
  padding-top: 0;
   padding-left: 40px;
  padding-right: 40px;
}

.PaneLeft .ModuleTitle:after {
  background: none repeat scroll 0 0 #fff;
  content: "";
  display: block;
  height: 2px;
  margin: 33px auto 0;
  position: relative;
  width: 140px;
}

.PaneLeft h1 {
    margin: 0;
}

.annualReportLeft {
     background: url('../design/home_annual.jpg') no-repeat 50% 50% transparent;
     background-size: cover;
     padding-top: 117px;
}

.annualReportLeft .CoverImagePane {
    display: none;
}

/* .annualReportLeft ul > div:first-child,
.annualReportLeft ul > div:first-child + div {
    display: none;
} */

.annualReportLeft .ReportLink,
ul.itql .nobullet a,
.StudentQL a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    line-height: 33px;
    font-family: 'Proxima Nova Semibold';
    position: relative;
}
.annualReportLeft .FinancialReportLastestItem  {
    border: none!important;
    padding: 0px;
}
.annualReportLeft .FinancialReportLastestItem  a.ReportLink[href*=".com"]:after{
    padding-right: 0px!important;
    content: "";
    display: block;
    margin-top: -7px;
    position: absolute;
    right: -15px;
    top: 50%;
    width: 0;
    z-index: 1;    
    background: none!important;
    height: auto;
}
.annualReportLeft .ReportLink:after,
ul.itql .nobullet a:after,
.StudentQL a:after {
  border-color: transparent #fff;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  content: "";
  display: block;
  margin-top: -7px;
  position: absolute;
  right: -15px;
  top: 50%;
  width: 0;
  z-index: 1;
}

div.itql {
     background: url('../design/home_shareholder.jpg') no-repeat 50% 50% transparent;
     background-size: cover;
     padding-top: 30px;
}

.itql img {
    display: none;
}

.itql .nobullet > div{
    float: none !important;
}

ul.itql {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}


div.StudentQL {
     background: url('../design/home_student.jpg') no-repeat 50% 50% transparent;
     background-size: cover;
     padding-top: 100px;
}

.annualReportLeft .MiddleColumnContainer {
    
}

.ModulePressRelease {
    min-height: 800px;
}

.PaneLeft * {
    margin-top: 0 !important;
    
}

.ModuleEventLatest .ModuleHeadlineLink {
    display: block;
    font-size: 30px;
    color: #333333;
    font-family: 'Proxima Nova Bold';
    line-height: 36px;
    text-decoration: none;
    margin-bottom: 30px;
    min-height: 109px;
}

.ModuleEventLatest .ModuleHeadlineLink:hover {
    text-decoration: underline;
}

.ModuleEventLatest .ModuleItemRow {
    float: left;
    width: 50%;
    font: 15px/24px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
}

.ModuleEventLatest .ModuleFileText {
    display: none;
}
.ModuleEventLatest .ModuleBody {
    font-family: "Lucida Grande";
    font-size: 15px;
    line-height: 24px;
    color: #111;
    padding-bottom: 24px;
}

.socialLinksHeader {
    float: right;
}
/*
.social-media-links {
    display: inline-block;
    vertical-align: middle;
}
*/
.HtmlTextContainer .social-media-links {
    list-style-type: none;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.social-media-links li {
    width: 32px;
    height: 32px;
    float: left;
    vertical-align: middle;
}

.social-media-links li a {
    text-indent: -9999px;
    background-image: url('../design/sprite-social-media.png');
    width: 32px;
    height: 32px;
    display: inline-block;
}

.social-media-links li a.facebook {
    background-position: 0 0;
}

.social-media-links li a.linkedin {
    background-position: 33px 0;
}

.social-media-links li a.youtube {
    background-position: 66px 0;
}

.social-media-links li a.twitter {
    background-position: 99px 0;
}
.socialLinksFooter {
    display: none;
}
@media screen and (max-width: 1023px) {
    .social-media-links li {
        width:50px;
        height: 50px;
    }
    .social-media-links li a {
        width:50px;
        height: 50px;
        background-image: url('../design/sprite-mobile-social-icons.png');
    }
    .social-media-links li a.linkedin {
      background-position: -151px 0;
    }
    .social-media-links li a.youtube {
      background-position: -101px 0;
    }
    .social-media-links li a.twitter {
      background-position: -50px 0;
    }
    .social-media-links li a.facebook {
      background-position: 0 0;
    }
}


/************ PRESS RELEASES ***********/
.ModulePressRelease.tableLike {
    text-align: left;
    position: relative;
    
}
.ModulePressRelease.tableLike .ModuleHeader,
.RegulatoryFilingContainer .ModuleHeader {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 3px solid #ad172b;
}

.ModulePressRelease.tableLike .ModuleHeader .ModuleHeaderText {
    font-size: 17px;
    color: #5c5d5d;
    font-weight: 600;
    display: inline-block;
    padding-left: 10px;
}
.LayoutNewsReleaseDetails .PaneContent{
    width: 100%;
    float: inherit;
}
.RegulatoryFilingContainer .ModuleHeader span {
    font-size: 17px;
    color: #5c5d5d;
    font-weight: 600;
    display: inline-block;
}

.ModulePressRelease.tableLike .ModuleItemRow {
    clear: left;
    padding: 0;
    border-bottom: 1px solid #777777;
    position: relative;
}

.ModulePressRelease.tableLike .ModuleHeaderText.ModuleHeaderText1 {
  width: 20%;
}

.ModulePressRelease.tableLike .ModuleHeaderText.ModuleHeaderText2 {
  width: 80%;
}

@media screen and (max-width: 640px) {
  .ModulePressRelease.tableLike .ModuleHeaderText.ModuleHeaderText1,
  .ModulePressRelease.tableLike .ModuleHeaderText.ModuleHeaderText2 {
    display: none;
  }
  div.itql {
    height: auto;
    padding-bottom: 20px;
  }
}

.ModulePressRelease.tableLike .ModuleDate {
    float: left;
    padding: 20px 0 20px 10px;
    width: 20%;
}

.ModulePressRelease.tableLike .ModuleHeadlineLink {
    float: left;
    width: 80%;
    padding: 20px 20px 20px 0px;
}

.ModulePressReleaseDetails h1.ModuleTitle {
    display: none;
}

.ModulePressReleaseDetails h1.ModuleTitle.ModuleDetailHeadline {
    display: block;
}

.ModulePressReleaseDetails .ModuleBody {
    display: block;
    margin-top: 30px;
}
.ModulePrintIcon {
    position: absolute;
    top: 25px;
    right: 0;
    font-size: 20px;
}
.historicalStock {
    display: block;
    padding: 30px 0 30px;
}

.historicalStock .LookupDateText {
    display: none;
}



.StockHistoricalSelection {
    margin-bottom: 30px;
}


.stock-historical button,
.customBtn {
    background-color: #76cacc;
    border: medium none;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 6px 15px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin-left: 10px;
    vertical-align: top;
    cursor: pointer;
}

.customBtn {
  margin-left: 0;
}
.stock-historical button:hover,
.customBtn:hover {
    background-color: #51bcbe;
}
.stock-selects span.text {
    margin-right: 15px;
}
.list-group-item {
    display: inline-block;
    width: 16.6%;
    height: auto;
    padding: 10px 0px;
    border-left: 1px solid #CCC;
    text-align: center;
}
.list-group-item:first-child {
    border: none;
}
.list-group-item .text {
    display: block;
    padding: 10px 5px;
    font-weight: 700;
}
.list-group-item .badge {
    display: block;
    padding-bottom: 10px;
}
.list-group {
    margin: 20px 0 0 0;
    padding: 0;
    text-align: center;
    background-color: #F1FaFe;
    border-top: 20px solid #F1FaFe;
    border-bottom: 20px solid #F1FaFe;
}
.StockTable {
    padding: 30px 4%;
    background: #f4f4f4;
}

.StockTable p {
    float: left;
    text-align: center;
    padding: 0 1%;
    line-height: 32px;
    margin: 0;
    border-left: 1px solid #e1e1e1;
    width: 20%
}

.StockTable p:first-child {
    border-left: none;
}

.StockTable p span,
.StockTable p a {
    display: block;
}

.StockTable p a {
    color: #737373;
}

.historicalStock a {
    text-decoration: none;
}

/***********SEC FILINGS***********/
.RedLobster .icons{
    display: inline-block;
}
.RedLobster img {
    vertical-align: middle;
    margin-left: 5px;
}
.selYear {
    margin-bottom: 10px;
}
.RegulatoryFilingContainer .ModuleItemRow {
    padding: 10px 0px 10px;
    border-top: 1px solid #777;
}
.RegulatoryFilingContainer .ModuleItemRow:first-child{
    border-top: none;
}
.RegulatoryFilingContainer .ModuleItemRow:after {
    display: table;
    clear: both;
    content: "";
}
.RegulatoryFilingContainer .ModuleHeader .Date, 
.RegulatoryFilingContainer .ModuleItemRow .ItemDate, 
.RegulatoryFilingContainer .ModuleDate {
    width: 15%;
    display: block;
    float: left;
}
.RegulatoryFilingContainer .ModuleHeader .Filing, 
.RegulatoryFilingContainer .ModuleItemRow .ItemHref, 
.RegulatoryFilingContainer .ModuleForm {
    width: 15%;
    display: block;
    float: left;
}
.RegulatoryFilingContainer .ModuleHeader .Description, 
.RegulatoryFilingContainer .ModuleItemRow .ItemDescription, 
.RegulatoryFilingContainer .ModuleFilingDescription {
    width: 45%;
    display: block;
    float: left;
}
.RegulatoryFilingContainer .ModuleHeader .Download, 
.RegulatoryFilingContainer .ModuleItemRow ul.Icons, 
.RegulatoryFilingContainer .ModuleLinks ul.Icons {
    width: 25%;
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
    text-align: right;
}
.ModuleSECFilingDetails ul.Icons a img, 
.RegulatoryFilingContainer ul.Icons a img {
    display: none;
}
.RegulatoryFilingContainer .ModuleItemRow ul.Icons li, 
.RegulatoryFilingContainer .ModuleLinks ul.Icons li {
    display: inline-block;
}
.ModuleSECFilingDetails > h1{
    margin-bottom: 10px;
}
.ModuleSECFilingDetails ul.Icons a[href*=".pdf"],
.ModuleSECFilingDetails ul.Icons a[href*=".PDF"],
.RegulatoryFilingContainer ul.Icons a[href*=".pdf"], 
.RegulatoryFilingContainer ul.Icons a[href*=".PDF"] {
    background-image: url('../icons/pdf.png');
}
.ModuleSECFilingDetails ul.Icons a[href*=".doc"], 
.ModuleSECFilingDetails ul.Icons a[href*=".docx"], 
.ModuleSECFilingDetails ul.Icons a[href*=".rtf"],
.RegulatoryFilingContainer ul.Icons a[href*=".doc"], 
.RegulatoryFilingContainer ul.Icons a[href*=".docx"], 
.RegulatoryFilingContainer ul.Icons a[href*=".rtf"] {
    background-image: url('../icons/rtf.png');
}
.ModuleSECFilingDetails ul.Icons a[href*=".xls"], 
.ModuleSECFilingDetails ul.Icons a[href*=".xlsx"],
.RegulatoryFilingContainer ul.Icons a[href*=".xls"], 
.RegulatoryFilingContainer ul.Icons a[href*=".xlsx"]{
    background-image: url('../icons/xls.png');
}
.ModuleSECFilingDetails ul.Icons a[href*=".zip"],
.RegulatoryFilingContainer ul.Icons a[href*=".zip"] {
    background-image: url('../icons/zip.png');
}
.ModuleSECFilingDetails ul.Icons a[href*=".aspx"], 
.ModuleSECFilingDetails ul.Icons a[href*=".html"],
.RegulatoryFilingContainer ul.Icons a[href*=".aspx"], 
.RegulatoryFilingContainer ul.Icons a[href*=".html"] {
    background-image: url('../icons/html.png');
}
.RegulatoryFilingContainer ul.Icons a {
    height: 27px;
    background-size: cover;
    display: block;
    width: 27px;
    margin-left: -5px;
    margin-right: 5px;
}
.ModuleSECFilingDetails ul.Icons a {
    height: 27px;
    background-size: cover;
    display: block;
    width: 27px;
}
.ModuleSECFilingDetails .ModuleDateContainer,
.ModuleSECFilingDetails .ModuleForm,
.ModuleSECFilingDetails .ModuleFilingDescription{
    margin-bottom: 15px;
}
.ModuleSECFilingDetails .ModuleLinks{
    margin-top: 10px;
}
.ModuleSECFilingDetails .IconLink{
    display: inline-block;
}

.pageNum {
    clear: both;
    margin-bottom: 25px;
    text-align: center;
}

.pageNum > li {
    display: inline;
    padding-right: 10px;
}

.RegulatoryFilingContainer .ItemReported,
.RegulatoryFilingContainer .ModuleHeader .Reported {
    display: none;
}

.RegulatoryFilingContainer .dropdowns > select {
    margin-right: 20px;
}

.RegulatoryFilingContainer .controls {
    float: right;
    font: 15px/24px "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,sans-serif;
}

.RegulatoryFilingContainer .showing {
    float: left;
}
.SecFilings .sbHolder,
.SecFilings .sbSelector,
.SecFilings .sbOptions {
  width: 150px;
  margin-right: 10px;
}
.SecFilings .selectCompany .sbHolder,
.SecFilings .selectCompany .sbSelector,
.SecFilings .selectCompany .sbOptions {
  max-width: 100%;
  width: 260px;
}
/********* Non-GAAP Reportin *******/
.ModuleDownloadListWithTags .ModuleItemRow:after{
    clear: both;
    display: table;
    content: "";
}
.ModuleDownloadListWithTags {
    margin-bottom: 20px;
}
.ModuleDownloadListWithTags .ModuleItemRow{
    display: block;
    border-top: 1px solid #777;
    padding: 15px 0;
    position: relative;
}
.ModuleDownloadListWithTags .ModuleItemRow:first-child{
    border-top: 0px;
}
.ModuleDownloadListWithTags a{
    padding-right: 35px;
    display: inline-block;
}
.ModuleDownloadListWithTags a[href*=".aspx"]:after, 
.ModuleDownloadListWithTags a[href*=".html"]:after{
    content: "";
    display: block;
    position: absolute;
    background-image: url('../icons/html.png');
    background-size: 27px;
    background-repeat: no-repeat;
    width: 27px;
    height: 27px;
    background-position: center;
    right: 0;
    top: 50%;
    margin-top: -13px;
}
.ModuleDownloadListWithTags a[href*=".pdf"]:after,
.ModuleDownloadListWithTags a[href*=".PDF"]:after{
    content: "";
    display: block;
    position: absolute;
    background-image: url('../icons/pdf.png');
    background-size: 27px;
    background-repeat: no-repeat;
    width: 27px;
    height: 27px;
    background-position: center;
    right: 0;
    top: 50%;
    margin-top: -13px;
}
.ModuleDownloadListWithTags .ModuleFileSizeText,
.ModuleDownloadListWithTags .ModuleHeaderText{
    display: none;
}


/********** ANNUAL Reports ************/

.year{
    margin-top: 30px;
}
.QuarterWidget {
    min-height: 350px;
}
.QRWidget ul.tabs span{
    cursor: pointer;
}
.QRWidget ul.tabs {
    margin-left: -20px;
    padding-left: 20px;
}
.QRWidget ul.tabs li {
    display: inline-block;
    margin-right: 5px;
    position: relative;
}
.QRWidget ul.tabs li span {
    display: block;
    color: #76cacc;
    background-color: #F1FAFE;
    padding: 10px 20px;
    cursor: pointer;
    border: 2px solid #76cacc;
    margin-right: 20px;
}
.QRWidget ul.tabs li span:hover,
.QRWidget ul.tabs li.active span{
    display: block;
    color: #FFF;
    background-color: #51bcbe;
    border: 2px solid #51bcbe;
}
.QRcontent .Year {
    border-bottom: 1px dotted #000;
    display: block;
    padding: 10px 0;
    font-size: 17px;
    color: #999;
    margin-top: 30px;
}
.QRcontent ul li > a{
    display: block;
    padding: 15px 0px;
    color: #404040;
    font-weight: 700;
    border-bottom: 1px dotted #000;
}
.QRcontent ul li > a span > span{
    display: none;
}
.QRcontent ul li > a.PDF{
    background-image: url('../icons/pdf.png');
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: left center;
}
.QRcontent ul li > a{
    background-image: url('../icons/html.png');
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: left center;
}
.QRcontent ul li.null.webcast  > a{
    background-image: url('../icons/webcast.png');
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: left center;
}
.noItems{
    display: block;
    margin-top: 20px;
    font-size: 17px;
    font-weight: 100;
}
/** Styling for Financial Table. No Widget */
.annualReports {
  text-align: center;
}
.annualReports .ModuleItem {
    background: #f1fafe none repeat scroll 0 0;
    display: inline-block;
    margin: 10px;
    text-align: center;
    width: 180px;
    vertical-align: top;
}
.annualReports .FileType {
    display: none;
}
.annualReports .CoverImagePane {
  margin-bottom: 20px;
}

.annualReports table{
    width: 100%;
}
.annualReports .YearPanel h2{
    margin: 0;
    padding: 0;
    font-size: 26px;
    margin-top: 30px;
}
.annualReports h4{
    margin: 0;
    padding: 0;
}
.AnnualReportPanel > h3{
    display: none;
}
.AnnualReportPanel ul li{
    position: relative;
    padding: 5px 0;
    /*border-bottom: 1px solid #777;*/
}
/*
.AnnualReportPanel a.ReportLink[href*=".com"]:before,
.AnnualReportPanel a.ReportLink[href*=".aspx"]:before,
.AnnualReportPanel a.ReportLink[href*=".htm"]:before{
    content: "";
    display: block;
    position: absolute;
    background-image: url('../icons/html.png');
    background-size: 27px;
    background-repeat: no-repeat;
    width: 27px;
    height: 27px;
    background-position: center;
    left: 0;
    top: 50%;
    margin-top: -13px;
}
.AnnualReportPanel a.ReportLink[href*=".pdf"]:before,
.AnnualReportPanel a.ReportLink[href*=".PDF"]:before{
    content: "";
    display: block;
    position: absolute;
    background-image: url('../icons/pdf.png');
    background-size: 27px;
    background-repeat: no-repeat;
    width: 27px;
    height: 27px;
    background-position: center;
    left: 0;
    top: 50%;
    margin-top: -13px;
}
.AnnualReportPanel a.ReportLink[href*=".htm"]:before,
.AnnualReportPanel a.ReportLink[href*=".aspx"]:before{
    content: "";
    display: block;
    position: absolute;
    background-image: url('../icons/html.png');
    background-size: 27px;
    background-repeat: no-repeat;
    width: 27px;
    height: 27px;
    background-position: center;
    left: 0;
    top: 50%;
    margin-top: -13px;
}
.AnnualReportPanel a.ReportLink[href*=".xls"]:before,
.AnnualReportPanel a.ReportLink[href*=".xlsx"]:before,{
    content: "";
    display: block;
    position: absolute;
    background-image: url('../icons/xls.png');
    background-size: 27px;
    background-repeat: no-repeat;
    width: 27px;
    height: 27px;
    background-position: center;
    left: 0;
    top: 50%;
    margin-top: -13px;
}
*/
.AnnualReportPanel ul li h4 a {
    padding: 0 10px;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
}
.FinancialReportLatestContainer {
    margin-top: 35px;
}
.FinancialReportLatestTable {
    width: 100%;
}
.FinancialReportLastestItem {
    padding: 15px 0px;
    border-bottom: 1px solid rgb(119, 119, 119);
    position: relative;
}
.FinancialReportLastestItem:first-child {
    border-top: 1px solid #777;
}
.FinancialReportLastestItem .FileType{
    display: none;
}
.FinancialReportLastestItem a.ReportLink[href*=".xls"]:after,
.FinancialReportLastestItem a.ReportLink[href*=".xlsx"]:after{
    content: "";
    display: block;
    position: absolute;
    background-image: url('../icons/xls.png');
    background-size: 27px;
    background-repeat: no-repeat;
    width: 27px;
    height: 27px;
    background-position: center;
    right: 0;
    top: 50%;
    margin-top: -13px;
}
.FinancialReportLastestItem a.ReportLink[href*=".com"]:after,
.FinancialReportLastestItem a.ReportLink[href*=".htm"]:after,
.FinancialReportLastestItem a.ReportLink[href*=".aspx"]:after{
    content: "";
    display: block;
    position: absolute;
    background-image: url('../icons/html.png');
    background-size: 27px;
    background-repeat: no-repeat;
    width: 27px;
    height: 27px;
    background-position: center;
    right: 0;
    top: 50%;
    margin-top: -13px;
}
.FinancialReportLastestItem a.ReportLink[href*=".pdf"]:after,
.FinancialReportLastestItem a.ReportLink[href*=".PDF"]:after{
    content: "";
    display: block;
    position: absolute;
    background-image: url('../icons/pdf.png');
    background-size: 27px;
    background-repeat: no-repeat;
    width: 27px;
    height: 27px;
    background-position: center;
    right: 0;
    top: 50%;
    margin-top: -13px;
}
.InvBriefQL {
    margin: 15px 0 35px;
}



/*** INvestor feedback **/

.FormBuilderContainer .sbHolder,
.FormBuilderContainer .sbOptions{
    width: 200px;
    margin-bottom: 20px;

}


/* DOWNLOAD LIBRARY */
.RecentlyAdded{
    min-height: 400px;
}
.RecentlyAdded .sbHolder,
.RecentlyAdded .sbOptions{
    min-width: 150px;
    margin-bottom: 20px;
}
.RecentlyAdded .Heaeders{
    display: none;
}
.RecentlyAdded .RecentContainerCategories,
.RecentlyAdded .YearContainer{
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}
.RecentlyAdded .DataItem {
    border-top: 1px solid #777;
    padding: 15px 0;
}
.RecentlyAdded .dateItem {
    width: 20%;
    float: left;
}
.RecentlyAdded h3 {
    width: 80%;
    display: table-cell;
    margin: 0;
    padding-right: 10px;
    font: normal 15px/24px 'Lucida Grande','Proxima Nova Regular', sans-serif, arial;
}
.RecentlyAdded .Financial h3 {
    display: none;
}
.RecentlyAdded .Financial .ContentArea {
    width: 80%;
    display: table-cell;
}
.RecentlyAdded .Financial .ContentArea a.PDF:before{
    background-image: url('../icons/pdf.png');
    height: 30px;
    background-size: 27px;
    display: block;
    width: 27px;
    margin-left: -5px;
    margin-right: 10px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
}
.RecentlyAdded .Financial .ContentArea a.null:before{
    background-image: url('../icons/html.png');
    height: 30px;
    background-size: 27px;
    display: block;
    width: 27px;
    margin-left: -5px;
    margin-right: 10px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
}






/*Snapshot*/

.ModulePressRelease.snapshot h1{
    border: none;
    margin-top: 30px
} 
.ModulePressRelease.snapshot .ModuleItemRow:after{
    clear: both;
    display: table;
    content: "";
}
.ModulePressRelease.snapshot {
    min-height: 0px;
}
.ModuleEvent h1{
    margin-top: 50px;
    margin-bottom: 20px; 
}
.ModuleEvent .ModuleItemRow {
    border-top: 1px solid #777;
    padding: 20px 0;
}
.ModuleEvent .ModuleItemRow:first-child{
    border-top: none;
}
.ModuleEvent .ModuleItemRow:after,
.ModuleEvent .ModuleLocation:before{
    display: table;
    clear: both;
    content: "";
}
.ModuleEvent .ModuleDateContainer {
    width: 20%;
    float: left;
}
.ModuleEvent .ModuleDate,
.ModuleEvent .ModuleTime {
    width: 100%;
    display: block;
}
.ModuleEvent .ModuleTime {
    color: #777;
    font-size: 12px;
}
.ModuleEvent .ModuleHeadlineLink {
    float: left;
    width: 80%;
    position: relative;
    z-index: 1;
}
.ModuleEvent .ModuleLocation{
    display: none;
}
.ModuleEvent .ModuleBody {
    display: block;
    margin-top: 50px;
    padding-left: 20%;
}
.ModuleEvent .ModuleBody span {
    color: #777 !important;
}
.ModuleEvent .WebcastLink{
    margin-top: 10px;
    margin-left: 20%;
    position: relative;
}
.ModuleEvent .WebcastLink > a:before{
    background-image: url('../icons/webcast.png');
    height: 30px;
    background-size: 27px;
    display: block;
    width: 27px;
    margin-left: -5px;
    margin-right: 10px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
}

/******************** EVENTS AND PRESENTATIONS ******************/
.ModuleEvent .ModuleYearNavContainer{
    display: block!important;
}
.ModuleEvent .ModuleHeader {
    position: relative;
    padding: 10px 0px;
    border-bottom: 2px solid #AD172B;
}
.ModuleEvent .ModuleHeader span + span {
    position: absolute;
    left: 20%;
    top: 10px;
}
.ModuleEvent .ModuleHeader span {
    font-weight: 700;
}
.ModuleEvent .ModuleItemRow:first-child{
    border: none!important;
}
.ModuleEvent .RelatedDocuments,
.ModuleEvent .ModuleLinks{
    margin-left: 20%;
}
.ModuleEvent .RelatedDocuments h3{
    display: none;
}
.ModuleEvent .RelatedDocuments a[href*=".pdf"]:before,
.ModuleEvent .RelatedDocuments a[href*=".PDF"]:before,
.ModuleEvent .ModuleLinks a[href*=".pdf"]:before,
.ModuleEvent .ModuleLinks a[href*=".PDF"]:before{
    background-image: url('../icons/pdf.png');
    height: 30px;
    background-size: 27px;
    display: block;
    width: 27px;
    margin-left: -5px;
    margin-right: 10px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
}
.ModuleEvent .RelatedDocuments a[href*=".aspx"]:before,
.ModuleEvent .RelatedDocuments a[href*=".htm"]:before,
.ModuleEvent .ModuleLinks a[href*=".aspx"]:before,
.ModuleEvent .ModuleLinks a[href*=".htm"]:before{
    background-image: url('../icons/html.png');
    height: 30px;
    background-size: 27px;
    display: block;
    width: 27px;
    margin-left: -5px;
    margin-right: 10px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
}
.ModuleEvent .ModuleYearNavContainer > a{
    /*background-color: #76cacc;
    border: medium none;
    border-radius: 0px;
    color: #FFF;
    display: inline-block;
    font-size: 16px;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    margin: 0 10px 5px 0;
    vertical-align: middle;
    cursor: pointer;*/
    display: none;
}
.ModuleEvent .ModuleYearNavContainer > a.selected,
.ModuleEvent .ModuleYearNavContainer > a:hover{
    background-color: #51bcbe;
}




















/* ~~~~~~~~~~~~~~~~~~~~~~~~~ Start of RESPONSIVE  ~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ EXCEPTION ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media (max-width: 400px){
    .historicalStock .sbHolder,
    .historicalStock .InputButton{
        display: block;
        margin-left: 0px;
        margin-bottom: 10px;
        max-width: 100px;
    } 
.ModuleEvent .WebcastLink {
    position: static;
z-index: 0;
}
}
@media (min-width: 768px){
    .MobileNav{
        display: none!important;
    }
}
@media (min-width: 320px) and (max-width: 920px){
.IrLandingChart, .LandingStockQuote {
    width: 100%;
}
.StockQuoteContainer .StockTableItem{
        width: 100%;
        border-bottom: 1px solid #E0E0E0;
    }
.StockQuoteContainer .StockTableItem p{
    width: 100%;
    margin: 0px;
    padding: 5px 0px;
    border-bottom: 0px none;
    padding-left: 10px;
}
.LandingStockQuote .StockTableItem{
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
}
}

.articles h3:before {
  border-color: #ad172b transparent;
  border-style: solid;
  border-width: 6px 6px 0;
  content: "";
  display: block;
  left: 0;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  width: 0;
  z-index: 1;
}
.articles h3.active:before{
      border-color: #ad172b transparent;
  border-style: solid;
  border-width: 0 6px 6px;
  content: "";
  display: block;
  left: 0;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  width: 0;
  z-index: 1;
}
.articles h3{
    cursor: pointer;
    font-weight: 500;
    position: relative;
    padding: 0 0 0 20px;
    font: normal 400 18px/24px 'Lucida Grande','Proxima Nova Regular', sans-serif, arial;
    margin: 18px 0 0;
}
.articles h3 + div {
  display: none;
  max-width: 760px;
}
.articles h3 + div p {
  margin: 0;
}

@media (min-width: 768px) and (max-width: 1200px){
    .MainNavigation ul.level1 > li > a {
        font-size: 14px;
        padding: 21px 20px 22px 20px;
    }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TABLET ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media (min-width: 768px) and (max-width: 1024px){
    .HeaderPaneDiv{
        padding: 0px;
        min-width: 100%;
    }
    .headerLogo {
        height: 50px;
        margin-top: -50px;
        width: 165px;
        background-size: inherit;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .MainNavigation ul.level1 li.RightSubmenu.first ul.level2{
        right: -100px;
    }
    .SideMenu{
        padding-left: 0px;
    }
    .SideMenu .fa-plus {
        padding-right: 0px;
    }
    .PaneLeft {
        padding:50px 0px 50px 10px;
        width:35%;
        float: left;
    }
    .PaneLeft .ModuleTitle{
        font-size: 30px;
    }
    .PaneContent{
        float:right;
        width:60%;
        padding:50px 10px !important;
    }
    .ModulePressReleaseLatest, 
    .ModulePressRelease{
        padding:45px 10px;
        margin-left: -10px;
        margin-right: -10px;
    }
    .MainNavigation {
        padding: 0 10px;
    }
    .IRabout, .LandingLatestEvents {
        padding-left: 20px;
    }
    .ModulePressReleaseLatest, .ModulePressRelease.ShortDesc {
        padding-left: 30px;
    }
    .ModuleEventLatest .ModuleItemRow {
        width: 100%;
        margin-bottom: 20px;
    }
    .ModuleEventLatest .ModuleHeadlineLink {
        min-height: initial;
        margin-bottom: 5px;
    }
    g.highcharts-input-group {
        display: none;
    }
    .list-group-item {
        padding: 5px 5px;
        display: block;
        border-top: 1px solid rgb(204, 204, 204);
        border-left: none;
        width: 100%;
    }
    .list-group-item:after{
        clear: both;
        display: table;
        content: "";
    }
    .list-group-item .text {
        padding: 10px 20px;
        font-weight: 700;
        display: inline-block;
        float: left;
    }
    .list-group-item .badge {
        padding-top: 10px;
        display: inline-block;
        float: right;
    }
    .list-group {
        padding: 15px;
    }
}




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MOBILE ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (max-width:767px){
    body{
        font-size:14px;
        line-height: 21px;
    }
    h1{
        font-size: 30px;
        line-height: 42px;
        color:#FFF;
    }
    h2{
        font-size:30px;
        line-height: 35px;
        padding-bottom: 48px;
    }
    h3{
        font-size:20px;
        line-height: 25px;
        padding-bottom: 30px;
    }
    h4{
        font-size:18px;
        line-height: 24px;
        padding-bottom: 30px;
    }
    .navbar-toggle{
        display: block;
    }
    .MainNavigation,
    .HeaderLinks,
    .socialLinksHeader{
        display: none;
    }
    .HeaderPaneDiv {
        padding: 0;
    } 
    .StockQuoteHome {
      background: none repeat scroll 0 0 #f6f4f3;
      float: right;
      height: 172px;
      margin-bottom: 70px;
      margin-top: 0;
      padding: 10px 5px;
      width: 100%;
    }
    .PaneHeader {
        height: 50px;
    }
    .ClientLogo {
        float: none;
    }
    .headerLogo {
        height: 50px;
        margin-top: 0;
        top:-50px;
        -moz-background-size: cover;
        -o-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .LanguageQL {
        display: none;
    }
    .PaneHeader2 .IRabout {
        width: 100%;
        padding: 10px;
        text-align: center;
    }
    .PaneLeft, .PaneContent{
        padding:30px 10px 0 10px;
        width:100%;
        float: left;
    }
    .LayoutThreeColumn .PaneContent,
    .LayoutTwoColumn .PaneContent {
        padding:30px 10px 50px;
        overflow: hidden;
    }
    .SideMenu {
        height: auto;
    }
    .IRabout{
        padding: 0;
        height: auto;
    }
    .ModulePressReleaseLatest, .ModulePressRelease, .ModulePressRelease.ShortDesc {
        margin: 0 -10px;
        padding: 20px 10px;
        min-height: initial;
    }
    
    .ModulePressReleaseDetails {
      overflow: hidden;
  }

    .LandingLatestEvents {
        padding: 40px 0 0;
        position: relative;
    }

    .ModuleEventLatest .ModuleItemRow {
        float: none;
        margin-bottom: 40px;
        width: 100%;
        position: relative;
    }
    .SideMenu {
        padding-left: 0;
    }
    .SideMenu li{
        border-top: 1px solid #F1f1f1;
    }
    .SideMenu  li:first-child,
    .SideMenu .level1 > li {
        border-top: none;
    }

    .ModulePressReleaseLatest .ModuleViewAllLink,
    .ModulePressRelease .ModuleViewAllLink {
        top: 40px;
        right: 20px;
    }
    .LandingLatestEvents .ModuleViewAllLink {
        top: 60px;
        right: 20px;
    }
    .ModuleEventLatest .ModuleHeadlineLink {
        min-height: 10px;
    }
    .anReport a, .StudentQL a {
        margin-left: auto;
        margin-right: auto;
    }
    .StockQuoteContainer .StockTableItem{
        width: 100%;
        border-bottom: 1px solid #E0E0E0;
    }
    .StockTableText{
        padding-left: 10px;
    }
    .PaneFooter {
        text-align: center;
    }
    .socialLinksFooter {
        display: block;
        width: 100%;
    }

    .socialLinksFooter .social-media-links li {
      float: left;
      height: 50px;
      margin: 5px 12px;
      vertical-align: middle;
      width: 50px;
    }

    .socialLinksFooter .social-media-links li a {
        background-image: url('../design/sprite-mobile-social-icons.png');
        display: inline-block;
        height: 50px;
        text-indent: -9999px;
        width: 50px;
    }

    .socialLinksFooter .social-media-links li a.facebook {
        background-position: 0 0;
    }

    .socialLinksFooter .social-media-links li a.linkedin {
        background-position: 49px 0;
    }

    .socialLinksFooter .social-media-links li a.youtube {
        background-position: 99px 0;
    }

    .socialLinksFooter .social-media-links li a.twitter {
        background-position: 149px 0;
    }

    .StockTable p {
        border-left: medium none;
        display: block;
        float: left;
        line-height: 32px;
        margin: 0;
        padding: 0 1%;
        text-align: left;
        width: 100%;
    }

    .StockTable p span, .StockTable p a {
        display: inline-block;
    }

    .StockTable p a {
        color: #737373;
        float: right;
    }
    .RegulatoryFilingContainer .ModuleItemRow .ItemDate, 
    .RegulatoryFilingContainer .ModuleDate,
    .RegulatoryFilingContainer .ModuleItemRow .ItemHref, 
    .RegulatoryFilingContainer .ModuleForm,
    .RegulatoryFilingContainer .ModuleItemRow .ItemDescription, 
    .RegulatoryFilingContainer .ModuleFilingDescription{
        display: block;
        width: 100%;
    }
    .RegulatoryFilingContainer .ModuleHeader{
        display: none;
    }
    .RegulatoryFilingContainer .ModuleItemRow ul.Icons, 
    .RegulatoryFilingContainer .ModuleLinks ul.Icons {
        width: 100%;
        display: block;
        float: left;
        margin: 0px;
        padding: 0px;
        text-align: left;
    }
    .ModuleSECFilingDetails .ModuleItemRow .ItemDate, 
    .ModuleSECFilingDetails .ModuleDate,
    .ModuleSECFilingDetails .ModuleItemRow .ItemHref, 
    .ModuleSECFilingDetails .ModuleForm,
    .ModuleSECFilingDetails .ModuleItemRow .ItemDescription, 
    .ModuleSECFilingDetails .ModuleFilingDescription{
        display: block;
        width: 100%;
    }
    .ModuleSECFilingDetails .ModuleItemRow ul.Icons, 
    .ModuleSECFilingDetails .ModuleLinks ul.Icons {
        width: 100%;
        display: block;
        float: left;
        margin: 0px;
        padding: 0px;
        text-align: left;
    }
    .ModuleSECFilingDetails .ModuleLinks{
        float: left;
    }
    .RegulatoryFilingContainer .dropdowns > select {
        display: block;
    }
    .RedLobster .icons{
        display: block;
        margin-top: 10px;
        margin-left: -5px;
    }
    .list-group-item {
        padding: 5px 5px;
        display: block;
        border-top: 1px solid rgb(204, 204, 204);
        border-left: none;
    }
    .list-group-item:after{
        clear: both;
        display: table;
        content: "";
    }
    .list-group-item .text {
        padding: 10px 20px;
        font-weight: 700;
        display: inline-block;
        float: left;
    }
    .list-group-item .badge {
        padding-top: 10px;
        display: inline-block;
        float: right;
    }
    .list-group {
        padding: 15px;
    }
    .ModulePressRelease.tableLike .ModuleHeadlineLink{
        width: 100%; 
        padding: 10px 0;
    }
    .ModulePressRelease.tableLike .ModuleDate {
        width: 100%;
        padding: 10px 0;
    }
    .ModulePrintIcon {
        top: 10px;
    }
    .ModuleEvent .ModuleDateContainer {
        width: 100%;
        float: left;
    }
    .ModuleEvent .ModuleDate,
    .ModuleEvent .ModuleTime {
        width: auto;
        display: inline-block;
        float: none;
    }
    .ModuleEvent .ModuleTime {
        color: #777;
        font-size: 15px;
        margin-left: 10px;
    }
    .ModuleEvent .ModuleHeadlineLink {
        float: left;
        width: 100%;
        padding-bottom: 10px;
    }
    .ModuleEvent .ModuleLocation,
    .ModuleEvent .ModuleHeader{
        display: none;
    }
    .ModuleEvent .ModuleBody {
        display: block;
        margin: 10px 0;
        padding-left: 0;
    }
    .ModuleEvent .ModuleBody span {
        color: #777 !important;
    }
    .ModuleEvent .WebcastLink,
    .ModuleEvent .RelatedDocuments,
    .ModuleEvent .ModuleLinks{
        margin-top: 0px;
        margin-left: 0;
        position: relative;
    }
    .RecentlyAdded .Financial .ContentArea,
    .RecentlyAdded h3,
    .RecentlyAdded .dateItem{
        width: 100%;
        display: block;
    }
    .TableResponsive {
        width: 100%;
        overflow-y: hidden;
        overflow-x: scroll;
    }
    .TableResponsive table {
        min-width: 646px;
        max-width: 100%;
        padding-bottom: 15px;
    }
    .FaqContainer h3{
        padding-left: 20px;
        padding-bottom: 0px;
    }
    .FaqContainer h3:before{
        left: 0;
    }
    .ModulePressReleaseDetails h1.ModuleTitle.ModuleDetailHeadline {
        font: normal 400 27px/35px 'Proxima Nova Regular', sans-serif;
    }
    .list-group-item {
      width: 100%;
    }
    .list-group-item .text {
      padding-left: 0;
  }

    /*corporate mobile menu*/




     /* line 103, ../sass/app/header/_phone.scss */
  .main-navigation {
    background: #000000;
    color: #ffffff;
    z-index: +9999;
  }
  /* line 74, ../sass/_colors.scss */
  .main-navigation a {
    color: #ffffff;
  }
  /* line 77, ../sass/_colors.scss */
  .main-navigation a:hover {
    color: #ffffff;
  }
  /* line 110, ../sass/app/header/_phone.scss */
  .main-navigation .container-fluid {
    padding: 0;
  }
  /* line 114, ../sass/app/header/_phone.scss */
  .main-navigation .collapse {
    display: none;
  }
  /* line 118, ../sass/app/header/_phone.scss */
  .main-navigation .collapse.in {
    display: block;
  }
  /* line 122, ../sass/app/header/_phone.scss */
  .main-navigation .navbar-toggle .icon-bar {
    background-color: #ffffff;
  }
  /* line 126, ../sass/app/header/_phone.scss */
  .main-navigation .navbar-collapse {
    clear: left;
    background-color: #2e292a;
  }
  /* line 131, ../sass/app/header/_phone.scss */
  .main-navigation .phone-social-media-links ul {
    background: #000000;
  }
  /* line 137, ../sass/app/header/_phone.scss */
  .main-navigation .dropdown .dropdown-menu {
    background: #333333;
    max-height: 10000px;
    padding: 0;
  }
  /* line 142, ../sass/app/header/_phone.scss */
  .main-navigation .dropdown .dropdown-menu .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 147, ../sass/app/header/_phone.scss */
  .main-navigation .dropdown .dropdown-menu li {
    padding: 0;
  }
  /* line 150, ../sass/app/header/_phone.scss */
  .main-navigation .dropdown .dropdown-menu li h4 {
    margin: 0;
  }
  /* line 153, ../sass/app/header/_phone.scss */
  .main-navigation .dropdown .dropdown-menu li h4 a {
    text-indent: 25px !important;
  }
  /* line 158, ../sass/app/header/_phone.scss */
  .main-navigation .dropdown .dropdown-menu li a {
    text-indent: 35px;
  }
  /* line 165, ../sass/app/header/_phone.scss */
  .main-navigation .caret {
    float: right;
    margin: 0;
    border: none;
    height: 20px;
    width: 20px;
    margin-top: 10px;
    font: normal 100 16px/20px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
  }
  /* line 174, ../sass/app/header/_phone.scss */
  .main-navigation .caret:before {
    content: "+";
  }
  /* line 179, ../sass/app/header/_phone.scss */
  .main-navigation .open > a > .caret:before {
    content: "-";
  }
  /* line 184, ../sass/app/header/_phone.scss */
  .main-navigation .navbar-header .navbar-brand {
    height: 50px;
    margin-top: 0;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
  /* line 192, ../sass/app/header/_phone.scss */
  .main-navigation .phone-social-media-links ul {
    display: block;
    margin-left: 13px;
    padding: 15px;
  }
  /* line 29, ../sass/_base.scss */
  .main-navigation .phone-social-media-links ul a.facebook {
    background-position-x: 0!important;
  }
  /* line 29, ../sass/_base.scss */
  .main-navigation .phone-social-media-links ul a.twitter {
    background-position-x: -50px!important;
  }
  /* line 29, ../sass/_base.scss */
  .main-navigation .phone-social-media-links ul a.youtube {
    background-position-x: -101px!important;
  }
  /* line 29, ../sass/_base.scss */
  .main-navigation .phone-social-media-links ul a.linkedin {
    background-position-x: -151px!important;
  }
  /* line 203, ../sass/app/header/_phone.scss */
  .main-navigation .phone-social-media-links ul li {
    width: 25%;
    text-align: center;
    float: left;
  }
  /* line 209, ../sass/app/header/_phone.scss */
  .main-navigation .phone-social-media-links ul a {
    width: 50px;
    height: 50px;
    float: left;
    margin: 5px !important;
    border: none !important;
    text-indent: -9999px;
    background-image: url("/img/sprite-phone-social-icons.png") !important;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }

  /* line 223, ../sass/app/header/_phone.scss */
  #main-navigation {
    margin-left: 0;
    width: 100%;
  }
  /* line 227, ../sass/app/header/_phone.scss */
  #main-navigation ul > li > a {
    padding: 7px;
    border: none;
    color: #ffffff;
  }
  /* line 232, ../sass/app/header/_phone.scss */
  #main-navigation ul > li > a:hover {
    color: #ffffff;
    text-decoration: underline;
  }
  /* line 239, ../sass/app/header/_phone.scss */
  #main-navigation li a {
    line-height: "40px";
    background: #2e292a;
    color: #ffffff;
  }
  /* line 12, ../sass/app/header/_phone.scss */
  #main-navigation li a:hover {
    color: #ffffff;
    text-decoration: underline;
    background-color: #575354;
  }
  /* line 244, ../sass/app/header/_phone.scss */
  #main-navigation li li a {
    line-height: "25px";
    background: #474041;
    color: #ffffff;
  }
  /* line 12, ../sass/app/header/_phone.scss */
  #main-navigation li li a:hover {
    color: #ffffff;
    text-decoration: underline;
    background-color: #6b6667;
  }
  /* line 249, ../sass/app/header/_phone.scss */
  #main-navigation li li li a {
    line-height: "25px";
    background: #615658;
    color: #ffffff;
  }
  /* line 12, ../sass/app/header/_phone.scss */
  #main-navigation li li li a:hover {
    color: #ffffff;
    text-decoration: underline;
    background-color: #807779;
  }
  /* line 257, ../sass/app/header/_phone.scss */
  #main-navigation .dropdown a {
    color: #ffffff;
  }
  /* line 261, ../sass/app/header/_phone.scss */
  #main-navigation .dropdown .dropdown-menu {
    width: 100% !important;
    margin-left: 0;
  }
  /* line 267, ../sass/app/header/_phone.scss */
  #main-navigation .gift-cards {
    width: 100% !important;
  }

  #main-navigation .nav > li > a:hover, #main-navigation .nav > li.section-selected > a {
    background-color: #575354;
    }
    
  #main-navigation ul > li.investor-relations > a:hover {

  }

    .dropdown-menu h4 a{
      margin-bottom: 0;
      padding-bottom: 12px;
      margin-left: -24px;
    }

    .dropdown-menu li > a{
      padding: 4px 0 12px 40px;
      margin: 0;
    }



}


.centered {
  text-align: center;
}

.responsive {
  display: block;
  width: 100%;
  overflow: auto;
}
.sbHolder {
  z-index: 2;
}

.fourCorners .ModuleDate {
    display: none;
}
.PageInvestorsStockInformation ul.sbOptions {
    overflow: auto !important;
    max-height: 500px !important;
    min-width: 70px;
    overflow-x: hidden !important;
}
.ModulePressReleaseDetails ul {
    padding-left: 40px;
}
.ModulePressReleaseDetails ul[type="circle"] {
    list-style-type: circle;
}
.ModulePressReleaseDetails ul[type="disc"] {
    list-style-type: disc;
}
.ModulePressReleaseDetails ul li {
    list-style-type: inherit;
    font: 15px/24px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
}
.PageInvestorsPressReleasesPressReleaseDetails ul li{
    list-style-type: disc;
}