/*
	Resources
*/
/*
	Fonts

	font-family: "Proxima N W01 Bold";
	font-family: "Proxima N W01 Reg";
	font-family: "Proxima N W01 Smbd";

*/
/*
	Icon Fonts
*/
@font-face {
  font-family: 'icons';
  src: url("../fonts/icons.eot?-d5qkld");
  src: url("../fonts/icons.eot?#iefix-d5qkld") format("embedded-opentype"), url("../fonts/icons.woff?-d5qkld") format("woff"), url("../fonts/icons.ttf?-d5qkld") format("truetype"), url("../fonts/icons.svg?-d5qkld#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 29, ../src/_resources.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 43, ../src/_resources.scss */
.icon-DPSG_Corporate_arrow_down-17:before {
  content: "\e610";
}

/* line 47, ../src/_resources.scss */
.icon-DPSG_Corporate_arrow_down-172:before {
  content: "\e611";
}

/* line 51, ../src/_resources.scss */
.icon-DPSG_Corporate_arrow_down:before {
  content: "\e600";
}

/* line 55, ../src/_resources.scss */
.icon-DPSG_Corporate_arrow_left:before {
  content: "\e601";
}

/* line 59, ../src/_resources.scss */
.icon-DPSG_Corporate_arrow_menu:before {
  content: "\e602";
}

/* line 63, ../src/_resources.scss */
.icon-DPSG_Corporate_close:before {
  content: "\e603";
}

/* line 67, ../src/_resources.scss */
.icon-DPSG_Corporate_download:before {
  content: "\e604";
}

/* line 71, ../src/_resources.scss */
.icon-DPSG_Corporate_email:before {
  content: "\e605";
}

/* line 75, ../src/_resources.scss */
.icon-DPSG_Corporate_facebook:before {
  content: "\e606";
}

/* line 79, ../src/_resources.scss */
.icon-DPSG_Corporate_linkedin:before {
  content: "\e607";
}

/* line 83, ../src/_resources.scss */
.icon-DPSG_Corporate_minus:before {
  content: "\e608";
}

/* line 87, ../src/_resources.scss */
.icon-DPSG_Corporate_phone:before {
  content: "\e609";
}

/* line 91, ../src/_resources.scss */
.icon-DPSG_Corporate_pin:before {
  content: "\e60a";
}

/* line 95, ../src/_resources.scss */
.icon-DPSG_Corporate_plus:before {
  content: "\e60b";
}

/* line 99, ../src/_resources.scss */
.icon-DPSG_Corporate_rss:before {
  content: "\e60c";
}

/* line 103, ../src/_resources.scss */
.icon-DPSG_Corporate_search:before {
  content: "\e60d";
}

/* line 107, ../src/_resources.scss */
.icon-DPSG_Corporate_twitter:before {
  content: "\e60e";
}

/* line 111, ../src/_resources.scss */
.icon-DPSG_Corporate_youtube:before {
  content: "\e60f";
}

/*
	Variables
*/
/* Break Point */
/*Global Page Structure*/
/* line 2, ../src/_base_layout.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 7, ../src/_base_layout.scss */
.clear {
  width: 100%;
  height: 1px;
  margin-top: -1px;
  display: block;
  clear: both;
}

/* line 15, ../src/_base_layout.scss */
a {
  color: #888;
  text-decoration: none;
}

/* line 20, ../src/_base_layout.scss */
a:hover {
  text-decoration: none;
  color: #007dc3;
}

/* line 25, ../src/_base_layout.scss */
:focus {
  outline: none;
}

/* line 29, ../src/_base_layout.scss */
img {
  border: 0;
  vertical-align: bottom;
}

/* line 34, ../src/_base_layout.scss */
h1,
h2 {
  font-family: "proxima-nova", "Proxima N W01 Reg", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 39, ../src/_base_layout.scss */
h1 {
  font-size: 24px;
  color: #555;
  font-family: "Proxima N W01 Smbd";
}

/* line 45, ../src/_base_layout.scss */
h2 {
  font-size: 18px;
  text-transform: uppercase;
  color: #888;
}

/* line 51, ../src/_base_layout.scss */
h2 a {
  display: inline-block;
  vertical-align: text-bottom;
}

/* line 56, ../src/_base_layout.scss */
h3 {
  font: normal 22px/1em  Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
}

/* line 60, ../src/_base_layout.scss */
h3 a {
  color: #555;
}

/* line 64, ../src/_base_layout.scss */
p {
  padding-bottom: 1.5em;
  line-height: 1.6em;
}

/* line 69, ../src/_base_layout.scss */
input,
label {
  vertical-align: middle;
}

/* line 74, ../src/_base_layout.scss */
input {
  font: 12px Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
  color: #555;
}

/* line 79, ../src/_base_layout.scss */
table {
  width: 100%;
  border: 0;
  padding: 0;
  border-collapse: collapse;
  text-align: left;
}

/* line 87, ../src/_base_layout.scss */
strong,
table th {
  font-family: "Proxima N W01 Smbd";
}

/* line 92, ../src/_base_layout.scss */
html,
body {
  width: 100%;
  height: 100%;
  min-width: 980px;
  background: #ffffff;
}
@media (max-width: 999px) {
  /* line 92, ../src/_base_layout.scss */
  html,
  body {
    min-width: 320px;
  }
}

/* line 104, ../src/_base_layout.scss */
body {
  background: #ffffff;
  font: 14px/1.5em  "Proxima N W01 Reg";
  color: #555;
}

/* line 111, ../src/_base_layout.scss */
#wrapper {
  width: 100%;
  background: #ffffff;
}
@media (max-width: 999px) {
  /* line 111, ../src/_base_layout.scss */
  #wrapper {
    width: 100%;
    margin: 0 auto;
  }
}

/* line 123, ../src/_base_layout.scss */
#header,
#content,
#footer_legals,
#footer_container {
  width: 940px;
  padding: 0 20px;
  text-align: left;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 999px) {
  /* line 123, ../src/_base_layout.scss */
  #header,
  #content,
  #footer_legals,
  #footer_container {
    width: 100%;
    position: relative;
    padding-top: 45px;
    padding-left: 0;
    padding-right: 0;
  }
}

/*sections that are centered on the page*/
@media (max-width: 999px) {
  /* line 142, ../src/_base_layout.scss */
  #content {
    padding-top: 10px;
  }
}

/* line 148, ../src/_base_layout.scss */
header {
  display: block;
}

/* line 152, ../src/_base_layout.scss */
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 158, ../src/_base_layout.scss */
#page_header {
  text-transform: uppercase;
  text-align: left;
  clear: both;
  margin-bottom: 30px;
}
@media (max-width: 999px) {
  /* line 158, ../src/_base_layout.scss */
  #page_header {
    display: none;
  }
}
/* line 168, ../src/_base_layout.scss */
#page_header h1 {
  line-height: 67px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 19.58px;
  width: 940px;
}
@media (max-width: 999px) {
  /* line 168, ../src/_base_layout.scss */
  #page_header h1 {
    width: auto;
    padding-left: 10px;
  }
}

/* line 182, ../src/_base_layout.scss */
#page_header.newsroom {
  background: #007dc3 url("../../image/page_header_bg.png") no-repeat left top;
}
@media (max-width: 999px) {
  /* line 182, ../src/_base_layout.scss */
  #page_header.newsroom {
    background: #007dc3;
  }
}

/* line 190, ../src/_base_layout.scss */
#page_header.investors {
  background: #3ab34a url("../../image/page_header_bg.png") no-repeat left top;
}
@media (max-width: 999px) {
  /* line 190, ../src/_base_layout.scss */
  #page_header.investors {
    background: #3ab34a;
  }
}

/* line 198, ../src/_base_layout.scss */
#page_header.our_brands {
  background: #98012e url("../../image/page_header_bg.png") no-repeat left top;
}
@media (max-width: 999px) {
  /* line 198, ../src/_base_layout.scss */
  #page_header.our_brands {
    background: #98012e;
  }
}

/* line 206, ../src/_base_layout.scss */
#page_header.company {
  background: #fdb813 url("../../image/page_header_bg.png") no-repeat left top;
}
@media (max-width: 999px) {
  /* line 206, ../src/_base_layout.scss */
  #page_header.company {
    background: #fdb813;
  }
}

/* line 214, ../src/_base_layout.scss */
#page_header.careers {
  background: #445c6d url("../../image/page_header_bg.png") no-repeat left top;
}
@media (max-width: 999px) {
  /* line 214, ../src/_base_layout.scss */
  #page_header.careers {
    background: #445c6d;
  }
}

/* line 222, ../src/_base_layout.scss */
#page_header.careers_landing {
  background: #445c6d url("../../image/page_header_bg.png") no-repeat left top;
  margin-bottom: 0;
}
@media (max-width: 999px) {
  /* line 222, ../src/_base_layout.scss */
  #page_header.careers_landing {
    background: #445c6d;
  }
}

/* line 231, ../src/_base_layout.scss */
#page_header.auxiliary {
  background: #333333 url("../../image/page_header_bg.png") no-repeat left top;
}
@media (max-width: 999px) {
  /* line 231, ../src/_base_layout.scss */
  #page_header.auxiliary {
    background: #333333;
  }
}

/* line 240, ../src/_base_layout.scss */
#articleList a {
  color: #555 !important;
  font-family: "proxima-nova","Proxima N W01 Reg","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

/*Global Header Styles*/
/* line 2, ../src/_header.scss */
#header {
  padding: 20px 0px 0px 0px;
  font-family: "proxima-nova", "Proxima N W01 Reg", "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow: visible;
  height: auto;
  display: block;
  box-sizing: border-box;
  /** stock ticker **/
}
@media (max-width: 999px) {
  /* line 2, ../src/_header.scss */
  #header {
    padding: 0;
    height: 45px;
    position: relative;
    overflow: visible;
    border-bottom: 1px solid #d8d8d8;
  }
}
@media (max-width: 999px) {
  /* line 19, ../src/_header.scss */
  #header #main_navigation,
  #header #secondary_navigation,
  #header #header_stock_ticker,
  #header #header_stock_ticker_offsite,
  #header .social.desktop {
    display: none;
  }
}
/* line 29, ../src/_header.scss */
#header #mobile_header_stock_ticker, #header #mobile_header_stock_ticker_offsite {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
}
/* line 36, ../src/_header.scss */
#header #header_stock_ticker_offsite {
  height: 29px;
}
/* line 40, ../src/_header.scss */
#header #mobile_header_stock_ticker_offsite {
  display: none;
}
/* line 45, ../src/_header.scss */
#header #header_stock_ticker_offsite .wd_quote-wrapper, #header #mobile_header_stock_ticker_offsite .wd_quote-wrapper {
  margin: 0;
  padding: 0;
  max-width: auto;
}
/* line 46, ../src/_header.scss */
#header #header_stock_ticker_offsite .wd_quote, #header #mobile_header_stock_ticker_offsite .wd_quote {
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
}
/* line 48, ../src/_header.scss */
#header #header_stock_ticker_offsite .wd_quote .wd_main, #header #mobile_header_stock_ticker_offsite .wd_quote .wd_main {
  padding: 0;
  margin: 0;
}
/* line 51, ../src/_header.scss */
#header #header_stock_ticker_offsite .wd_quote div.wd_symbol, #header #mobile_header_stock_ticker_offsite .wd_quote div.wd_symbol {
  margin-top: 3px;
}
/* line 52, ../src/_header.scss */
#header #header_stock_ticker_offsite .wd_quote .wd_exchange, #header #mobile_header_stock_ticker_offsite .wd_quote .wd_exchange {
  color: #555;
}
/* line 55, ../src/_header.scss */
#header #header_stock_ticker_offsite .wd_quote .wd_price, #header #mobile_header_stock_ticker_offsite .wd_quote .wd_price {
  font-size: 20px;
  font-weight: bold;
  font-family: "Proxima N W01 Smbd", "proxima-nova", "Proxima N W01 Reg", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 60, ../src/_header.scss */
#header #header_stock_ticker_offsite .wd_quote .wd_value, #header #mobile_header_stock_ticker_offsite .wd_quote .wd_value {
  font-size: 12px;
}
/* line 64, ../src/_header.scss */
#header #header_stock_ticker_offsite .wd_quote_footer, #header #mobile_header_stock_ticker_offsite .wd_quote_footer {
  display: none;
}
@media (max-width: 999px) {
  /* line 69, ../src/_header.scss */
  #header .logo {
    margin: 10px 0px 0px 10px;
  }
}
@media (max-width: 999px) {
  /* line 74, ../src/_header.scss */
  #header .logo img {
    width: 94px;
    height: auto;
  }
}
/* line 82, ../src/_header.scss */
#header .mobile_menu_icon {
  display: none;
}
@media (max-width: 999px) {
  /* line 82, ../src/_header.scss */
  #header .mobile_menu_icon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    width: 45px;
    border-left: 1px solid #d8d8d8;
    color: #8d8d8d;
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;
  }
  /* line 97, ../src/_header.scss */
  #header .mobile_menu_icon span {
    font-size: 22px;
    line-height: 100%;
  }
}
/* line 104, ../src/_header.scss */
#header .mobile_menu {
  display: none;
}
@media (max-width: 999px) {
  /* line 104, ../src/_header.scss */
  #header .mobile_menu {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 45px;
    z-index: 100;
    background: #ffffff;
    padding-bottom: 20px;
    border-bottom: 10px solid #000;
    overflow: hidden;
  }
}
@media (max-width: 999px) {
  /* line 118, ../src/_header.scss */
  #header .mobile_menu li a {
    padding: 15px;
    margin-left: 0px;
    background-color: #fff;
    border-top: 1px solid #d8d8d8;
    margin-top: -1px;
    display: block;
    color: #6c6767;
  }
}
@media (max-width: 999px) {
  /* line 129, ../src/_header.scss */
  #header .mobile_menu li a:hover {
    color: #6c6767;
  }
}
@media (max-width: 999px) {
  /* line 137, ../src/_header.scss */
  #header .mobile_menu .our_brands_mobile {
    border-left: 10px solid #98012e;
  }
  /* line 141, ../src/_header.scss */
  #header .mobile_menu .our_company_mobile {
    border-left: 10px solid #fdb813;
  }
  /* line 145, ../src/_header.scss */
  #header .mobile_menu .careers_mobile {
    border-left: 10px solid #445c6d;
  }
  /* line 149, ../src/_header.scss */
  #header .mobile_menu .investors_mobile {
    border-left: 10px solid #3ab34a;
  }
  /* line 153, ../src/_header.scss */
  #header .mobile_menu .newsroom_mobile {
    border-left: 10px solid #007dc3;
  }
}
/* line 158, ../src/_header.scss */
#header .mobile_menu form {
  background-color: #f3f3f3;
  position: relative;
}
/* line 163, ../src/_header.scss */
#header .mobile_menu input {
  outline: none;
  border: 0;
  height: 50px;
  border-bottom: 1px solid #c8c7cc;
  font-family: "proxima-nova", "Proxima N W01 Reg", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding-left: 25px;
  color: #8d8d8d;
}
/* line 175, ../src/_header.scss */
#header .mobile_menu input[type=submit] {
  /*width: 31px;
  height: 20px;
  background: url('../../image/mobile_search_icon.png') 0 0 no-repeat;
  background-size: 100%;
  border: 0;
  text-indent: -999em;
  outline: none;
  float: right;
  margin-right: 15px;
  margin-top: 15px; */
  height: 34px;
  outline: none;
  float: right;
  margin-right: 10px;
  padding: 0;
  text-align: center;
  font-size: 16px;
  font-family: icons;
  border: 0;
}
/* line 197, ../src/_header.scss */
#header .mobile_menu .address {
  padding-top: 20px;
  margin-left: 15px;
  color: #49484d;
}
/* line 201, ../src/_header.scss */
#header .mobile_menu .address a {
  color: #49484d;
}
/* line 203, ../src/_header.scss */
#header .mobile_menu .address a span {
  color: #8d8d8d;
  padding-right: 5px;
}
/* line 207, ../src/_header.scss */
#header .mobile_menu .address a:hover {
  color: #49484d;
}
/* line 213, ../src/_header.scss */
#header .mobile_menu .phone {
  margin-left: 15px;
  margin-top: 5px;
}
/* line 216, ../src/_header.scss */
#header .mobile_menu .phone a {
  color: #49484d;
}
/* line 218, ../src/_header.scss */
#header .mobile_menu .phone a span {
  color: #8d8d8d;
  padding-right: 5px;
}
/* line 222, ../src/_header.scss */
#header .mobile_menu .phone a:hover {
  color: #49484d;
}
@media (max-width: 999px) {
  /* line 229, ../src/_header.scss */
  #header .mobile_menu.open {
    display: block;
  }
}
/* line 236, ../src/_header.scss */
#header #header_stock_ticker, #header #header_stock_ticker_offsite {
  cursor: pointer;
  font-family: "proxima-nova", "Proxima N W01 Reg", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 241, ../src/_header.scss */
#header #header_stock_ticker .change, #header #header_stock_ticker_offsite .change {
  color: #5fb8d6;
  font-weight: bold;
  font-size: 14px;
  padding-left: 3px;
}
/* line 248, ../src/_header.scss */
#header #header_stock_ticker .current, #header #header_stock_ticker_offsite .current {
  font-family: "Proxima N W01 Smbd";
  font-size: 20px;
  color: #000;
}
/* line 254, ../src/_header.scss */
#header #header_stock_ticker, #header #header_stock_ticker_offsite {
  float: right;
  margin-bottom: 15px;
  line-height: 24px;
  vertical-align: middle;
  font-size: 12px;
}
/* line 262, ../src/_header.scss */
#header #header_stock_ticker *, #header #header_stock_ticker_offsite * {
  vertical-align: middle;
}
/* line 266, ../src/_header.scss */
#header #header_stock_ticker .change, #header #header_stock_ticker_offsite .change {
  vertical-align: text-top;
  font-size: 13px;
}
/* line 271, ../src/_header.scss */
#header #header_stock_ticker img, #header #header_stock_ticker_offsite img {
  padding: 0 6px;
}
/* line 275, ../src/_header.scss */
#header .social {
  float: right;
  clear: right;
  margin-right: 131px;
}
@media (max-width: 999px) {
  /* line 275, ../src/_header.scss */
  #header .social {
    float: none;
    margin: 0;
    text-align: center;
    width: 100%;
    display: block;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 100%;
  }
}
/* line 294, ../src/_header.scss */
#header .social .button {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 2px;
  overflow: hidden;
  background-color: #8d8d8d;
  color: #ffffff;
  text-align: center;
  padding-top: 2px;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
@media (max-width: 999px) {
  /* line 294, ../src/_header.scss */
  #header .social .button {
    margin-right: 5px;
    margin-left: 5px;
    width: 35px;
    height: 35px;
    padding-top: 7px;
    font-size: 20px;
  }
}
/* line 318, ../src/_header.scss */
#header .social .button:hover {
  color: #ffffff;
}
/* line 323, ../src/_header.scss */
#header .social .facebook,
#header .stay-connected-content .facebook {
  background-position: 0px 0px;
}
/* line 328, ../src/_header.scss */
#header .social .twitter,
#header .stay-connected-content .twitter {
  background-position: 0px -25px;
}
/* line 333, ../src/_header.scss */
#header .social .linkedin,
#header .stay-connected-content .linkedin {
  background-position: 0px -50px;
}
/* line 338, ../src/_header.scss */
#header .social .youtube,
#header .stay-connected-content .youtube {
  background-position: 0px -75px;
}
/* line 343, ../src/_header.scss */
#header .social .rss,
#header .stay-connected-content .rss {
  background-position: 0px -100px;
}
/* line 348, ../src/_header.scss */
#header .social .header_alerts {
  background-position: 0px -125px;
}
/* line 352, ../src/_header.scss */
#header #secondary_navigation {
  float: right;
  clear: right;
  font-size: 11px;
  line-height: 12px;
  text-align: right;
}
/* line 360, ../src/_header.scss */
#header #secondary_navigation a {
  padding-right: 20px;
}
/* line 364, ../src/_header.scss */
#header #secondary_navigation form {
  display: block;
  vertical-align: baseline;
  margin: 0 0 0 10px;
}
/* line 370, ../src/_header.scss */
#header #secondary_navigation form {
  display: block;
  vertical-align: baseline;
  margin: 0 0 0 10px;
  background: #f3f3f3;
  width: 296px;
  height: 35px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 382, ../src/_header.scss */
#header #search_form {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  line-height: 35px;
  height: 35px;
}
@media (max-width: 999px) {
  /* line 382, ../src/_header.scss */
  #header #search_form {
    height: 50px;
  }
}
/* line 394, ../src/_header.scss */
#header .search_input,
#header .search_submit {
  display: inline-block;
  height: 22px;
  padding: 0 5px;
  vertical-align: middle;
  border: 0;
}
/* line 403, ../src/_header.scss */
#header .search_input {
  height: 35px;
  border-right: 0;
  background: none;
  width: 240px;
  text-align: left;
  font: 14px/1.5em "proxima-nova", "Proxima N W01 Reg", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #8d8d8d;
}
@media (max-width: 999px) {
  /* line 403, ../src/_header.scss */
  #header .search_input {
    width: 100%;
    padding-right: 50px;
  }
}
/* line 418, ../src/_header.scss */
#header .search_submit {
  height: 35px;
  width: 40px;
  border-left: 0;
  cursor: pointer;
  background: none;
}
@media (max-width: 999px) {
  /* line 418, ../src/_header.scss */
  #header .search_submit {
    position: absolute;
    right: 0;
    top: 8px;
  }
}
/* line 431, ../src/_header.scss */
#header .search_submit span {
  font-size: 16px;
  color: #8d8d8d;
}
/* line 437, ../src/_header.scss */
#header #secondary_navigation .nav {
  margin: 7px 0 0 12px;
  float: left;
}
/* line 442, ../src/_header.scss */
#header #secondary_navigation .nav li {
  display: inline;
  padding: 0;
  float: left;
  margin: 0 0 0 10px;
  position: relative;
}
/* line 450, ../src/_header.scss */
#header #secondary_navigation .nav li a {
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  padding: 7px 10px 5px;
  background-color: #999;
}
/* line 460, ../src/_header.scss */
#header #secondary_navigation .nav li a.on,
#header #secondary_navigation .nav li a:hover,
#header #secondary_navigation .nav li:hover,
#header #secondary_navigation .nav li:focus {
  background: #5fb8d6;
}
/* line 467, ../src/_header.scss */
#header #secondary_navigation .nav li a.current {
  text-decoration: none;
  background: none;
}
/* line 472, ../src/_header.scss */
#header #secondary_navigation .nav ul {
  visibility: hidden;
  position: absolute;
  display: block;
  top: 18px;
  left: 0;
  margin: 0;
  z-index: 1000;
  background: #f4f4f4;
  border: 1px solid #5fb8d6;
}
/* line 484, ../src/_header.scss */
#header #secondary_navigation .nav li:hover ul,
#header #secondary_navigation .nav a:hover ul {
  visibility: visible;
  background: #f4f4f4;
  border: 1px solid #5fb8d6;
  padding-bottom: 5px;
}
/* line 492, ../src/_header.scss */
#header #secondary_navigation .nav ul li {
  display: block;
  float: none;
  margin: 0;
}
/* line 498, ../src/_header.scss */
#header #secondary_navigation .nav li ul li a {
  width: 150px;
  display: block;
  text-align: left;
  background-color: #f4f4f4 !important;
  color: #999 !important;
  padding: 3px 10px 5px 10px;
}
/* line 507, ../src/_header.scss */
#header #secondary_navigation .nav li ul li a:hover {
  color: #333 !important;
}
/* line 511, ../src/_header.scss */
#header #secondary_navigation .nav li ul li:first-child a {
  padding-top: 10px;
}
/* line 515, ../src/_header.scss */
#header #main_navigation .hover,
#header #main_navigation a:hover {
  color: #ffffff;
  background-position: 91% 16px;
  background-repeat: no-repeat;
}
/* line 521, ../src/_header.scss */
#header #main_navigation .hover span,
#header #main_navigation a:hover span {
  color: #ffffff;
}
/* line 526, ../src/_header.scss */
#header #main_navigation .our_brands .hover,
#header #main_navigation .our_brands a:hover {
  background-color: #98012e;
}
/* line 531, ../src/_header.scss */
#header #main_navigation .our_company .hover,
#header #main_navigation .our_company a:hover {
  background-color: #fdb813;
}
/* line 536, ../src/_header.scss */
#header #main_navigation .careers .hover,
#header #main_navigation .careers a:hover {
  background-color: #445c6d;
}
/* line 541, ../src/_header.scss */
#header #main_navigation .investors .hover,
#header #main_navigation .investors a:hover {
  background-color: #3ab34a;
}
/* line 546, ../src/_header.scss */
#header #main_navigation .newsroom .hover,
#header #main_navigation .newsroom a:hover {
  background-color: #007dc3;
}
/* line 551, ../src/_header.scss */
#header #header .on,
#header #dropdowns .on {
  height: 10px;
  width: 100%;
  background: #298bba;
  position: absolute;
  bottom: 0px;
}
/* line 560, ../src/_header.scss */
#header .logo {
  float: left;
  margin-bottom: 30px;
}
@media (max-width: 999px) {
  /* line 560, ../src/_header.scss */
  #header .logo {
    margin-bottom: 0;
  }
}
/* line 569, ../src/_header.scss */
#header #main_navigation {
  float: left;
  clear: left;
  width: 65%;
  font-size: 16px;
  line-height: 1.1em;
  margin-top: 7px;
  position: relative;
  z-index: 100;
}
/* line 580, ../src/_header.scss */
#header #main_navigation li {
  float: left;
  position: relative;
}
/* line 585, ../src/_header.scss */
#header #main_navigation a {
  display: inline-block;
  padding: 10px 10px 20px 15px;
  background-position: 91% 16px;
  background-repeat: no-repeat;
}
/* line 592, ../src/_header.scss */
#header #main_navigation a span {
  font-size: 10px;
  margin-left: 5px;
  color: #98012e;
}
/* line 599, ../src/_header.scss */
#header #main_navigation a.selected:after {
  content: '';
  width: 100%;
  height: 8px;
  bottom: -1px;
  left: 0;
  position: absolute;
}
/* line 608, ../src/_header.scss */
#header #main_navigation a:hover:after {
  display: none;
}
/* line 612, ../src/_header.scss */
#header #main_navigation .our_brands a.selected:after {
  background: #98012e;
}
/* line 613, ../src/_header.scss */
#header #main_navigation .our_company a.selected:after {
  background: #fdb813;
}
/* line 614, ../src/_header.scss */
#header #main_navigation .careers a.selected:after {
  background: #445c6d;
}
/* line 615, ../src/_header.scss */
#header #main_navigation .investors a.selected:after {
  background: #3ab34a;
}
/* line 616, ../src/_header.scss */
#header #main_navigation .newsroom a.selected:after {
  background: #007dc3;
}
/* line 618, ../src/_header.scss */
#header #top_navigation_border {
  height: 10px;
  width: 100%;
  background: #298bba;
  display: none;
}
/* line 625, ../src/_header.scss */
#header #dropdowns {
  width: 100%;
  z-index: 99;
  position: absolute;
  padding-bottom: 18px;
  top: 150px;
  display: none;
}
/* line 635, ../src/_header.scss */
#header .nav-item {
  position: relative;
}
/* line 637, ../src/_header.scss */
#header .nav-item .dropdown {
  display: none;
  min-height: 180px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  background: #ffffff;
  position: absolute;
  top: 46px;
  left: 0;
  width: 214px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 4px 10px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 4px 10px 0px rgba(50, 50, 50, 0.3);
}
/* line 652, ../src/_header.scss */
#header .nav-item .dropdown a {
  border-top: 1px solid #f3f3f3;
}
/* line 657, ../src/_header.scss */
#header .nav-item.our_brands .dropdown {
  width: 900px;
}
/* line 661, ../src/_header.scss */
#header .nav-item.our_company {
  width: 138px;
}
/* line 663, ../src/_header.scss */
#header .nav-item.our_company .dropdown {
  border-bottom: 10px solid #fdb813;
}
/* line 667, ../src/_header.scss */
#header .nav-item.careers {
  width: 96px;
}
/* line 669, ../src/_header.scss */
#header .nav-item.careers .dropdown {
  border-bottom: 10px solid #445c6d;
}
/* line 673, ../src/_header.scss */
#header .nav-item.investors {
  width: 104px;
}
/* line 675, ../src/_header.scss */
#header .nav-item.investors .dropdown {
  border-bottom: 10px solid #3ab34a;
}
/* line 679, ../src/_header.scss */
#header .nav-item.newsroom {
  width: 117px;
}
/* line 681, ../src/_header.scss */
#header .nav-item.newsroom .dropdown {
  border-bottom: 10px solid #007dc3;
}
/* line 688, ../src/_header.scss */
#header #main_navigation .dropdown_container li {
  float: none;
  display: block;
}
/* line 692, ../src/_header.scss */
#header #main_navigation .dropdown_container li a {
  display: block;
  background: none;
  padding: 20px;
  color: #6c6767;
}
/* line 698, ../src/_header.scss */
#header #main_navigation .dropdown_container li a:hover {
  background: #f3f3f3;
}
/* line 705, ../src/_header.scss */
#header #main_navigation .dropdown_container#our_brands_container li {
  float: left;
  display: inline-block;
}
/* line 709, ../src/_header.scss */
#header #main_navigation .dropdown_container#our_brands_container li a {
  padding: 0;
  border-top: none;
}
/* line 713, ../src/_header.scss */
#header #main_navigation .dropdown_container#our_brands_container li a:hover {
  background: none;
}
/* line 721, ../src/_header.scss */
#header #dropdowns .onload_visible {
  display: block;
}
/* line 725, ../src/_header.scss */
#header #our_brands_menu {
  border-bottom: 10px solid #98012e;
  display: none;
  background: #ffffff;
  padding-bottom: 30px;
  overflow: hidden;
}
/* line 732, ../src/_header.scss */
#header #our_brands_menu #our_brands_container {
  overflow: hidden;
  padding-top: 15px;
  background: #ffffff;
}
/* line 739, ../src/_header.scss */
#header #our_brands_menu img {
  max-height: 90px;
  max-width: 90px;
  margin: auto;
}
/* line 745, ../src/_header.scss */
#header #our_brands {
  position: relative;
  width: 100%;
  margin: auto;
  z-index: 0;
  overflow: hidden;
}
/* line 753, ../src/_header.scss */
#header #our_brands_container {
  width: 900px;
  margin: auto;
  background: #fafafa;
}
@media (max-width: 999px) {
  /* line 753, ../src/_header.scss */
  #header #our_brands_container {
    width: 320px;
  }
}
/* line 764, ../src/_header.scss */
#header #our_brands_container ul {
  margin-left: 30px;
  margin-top: 10px;
}
/* line 770, ../src/_header.scss */
#header #dropdowns .on {
  top: 0px;
}
/* line 774, ../src/_header.scss */
#header #our_brands_menu ul {
  z-index: 1;
  text-align: left;
  clear: both;
  padding: 20px 0 0 0;
}
/* line 781, ../src/_header.scss */
#header #our_brands_menu ul {
  padding: 0;
}
/* line 785, ../src/_header.scss */
#header .home_v2 #our_brands_menu ul {
  margin-left: 65px;
}
/* line 789, ../src/_header.scss */
#header #our_brands_menu li {
  display: inline-block;
  width: 92px;
  padding: 0;
  text-align: center;
  overflow: hidden;
  float: left;
  position: relative;
}
/* line 799, ../src/_header.scss */
#header #our_brands_menu li {
  height: 90px;
  margin-bottom: 0;
}
/* line 804, ../src/_header.scss */
#header #our_brands_menu li a {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 812, ../src/_header.scss */
#header #our_brands_menu li a {
  top: 0;
}
/* line 816, ../src/_header.scss */
#header #our_brands_menu li img {
  -ms-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
/* line 823, ../src/_header.scss */
#header #our_brands_menu li img:hover {
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 830, ../src/_header.scss */
#header #our_brands_menu .type_label img:hover {
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 837, ../src/_header.scss */
#header .dropdown {
  display: none;
}

/* line 1, ../src/_hero_content.scss */
#hero_section {
  width: 100%;
  height: 545px;
  padding-bottom: 70px;
}
@media (max-width: 999px) {
  /* line 1, ../src/_hero_content.scss */
  #hero_section {
    height: auto;
    overflow: hidden;
    padding-bottom: 20px;
  }
}
/* line 12, ../src/_hero_content.scss */
#hero_section .outer-container {
  height: 535px;
}
@media (max-width: 999px) {
  /* line 12, ../src/_hero_content.scss */
  #hero_section .outer-container {
    height: auto;
    padding-bottom: 0px;
    background-position: -170px top;
    background-size: 170%;
    overflow: hidden;
  }
}
/* line 24, ../src/_hero_content.scss */
#hero_section .hero_box {
  width: 300px;
  height: 385px;
  border-bottom: 5px solid #298bba;
  float: left;
  background: #ffffff;
  font-family: "proxima-nova", "Proxima N W01 Reg", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 999px) {
  /* line 24, ../src/_hero_content.scss */
  #hero_section .hero_box {
    height: 400px;
  }
}
/* line 35, ../src/_hero_content.scss */
#hero_section .hero_box .image {
  height: 190px;
  text-align: center;
}
/* line 39, ../src/_hero_content.scss */
#hero_section .hero_box .image img {
  max-width: 300px;
  max-height: 190px;
  height: auto;
}
/* line 45, ../src/_hero_content.scss */
#hero_section .hero_box .content {
  height: 195px;
  padding: 10px 20px;
  text-align: left;
}
/* line 50, ../src/_hero_content.scss */
#hero_section .hero_box h4 {
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 15px;
  font-size: 15px;
  font-family: "Proxima N W01 Bold";
}
@media (max-width: 999px) {
  /* line 50, ../src/_hero_content.scss */
  #hero_section .hero_box h4 {
    font-size: 22px;
  }
}
/* line 61, ../src/_hero_content.scss */
#hero_section .hero_box p {
  text-align: left;
  font-size: 14px;
  padding-bottom: 8px;
  line-height: 1.4em;
}
@media (max-width: 999px) {
  /* line 61, ../src/_hero_content.scss */
  #hero_section .hero_box p {
    font-size: 16px;
  }
}
/* line 70, ../src/_hero_content.scss */
#hero_section .hero_box p.more {
  color: #007dc3;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Proxima N W01 Smbd";
  cursor: pointer;
  display: inline-block;
}
/* line 81, ../src/_hero_content.scss */
#hero_section .inner-container {
  width: 940px;
  height: 390px;
  margin: auto;
  padding-top: 68px;
}
@media (max-width: 999px) {
  /* line 81, ../src/_hero_content.scss */
  #hero_section .inner-container {
    width: 320px;
    height: auto;
    padding-top: 15px;
  }
}
@media (max-width: 999px) {
  /* line 93, ../src/_hero_content.scss */
  #hero_section .inner-container li {
    display: inline-block;
    width: 300px;
    margin-bottom: 20px !important;
  }
}
/* line 100, ../src/_hero_content.scss */
#hero_section .inner-container a {
  color: inherit;
}
/* line 103, ../src/_hero_content.scss */
#hero_section .inner-container a:hover {
  color: inherit;
}
/* line 107, ../src/_hero_content.scss */
#hero_section .inner-container div.wd_featurebox a {
  color: #007dc3;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Proxima N W01 Smbd";
  cursor: pointer;
  display: inline-block;
}
/* line 116, ../src/_hero_content.scss */
#hero_section .inner-container ul > li {
  float: left;
  margin: 0 10px;
}
@media (max-width: 999px) {
  /* line 116, ../src/_hero_content.scss */
  #hero_section .inner-container ul > li {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 30px !important;
    display: block;
  }
}
/* line 128, ../src/_hero_content.scss */
#hero_section .inner-container ul .first {
  margin-left: 0px;
}
/* line 132, ../src/_hero_content.scss */
#hero_section .inner-container ul .last {
  margin-right: 0px;
}
/* line 136, ../src/_hero_content.scss */
#hero_section .inner-container ul > li > a {
  display: block;
  width: 300px;
  height: 390px;
  webkit-box-shadow: 0px 22px 30px -10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 22px 30px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 22px 30px -10px rgba(0, 0, 0, 0.5);
}
/* line 146, ../src/_hero_content.scss */
#hero_section #tip {
  height: 10px;
  text-align: center;
  margin-top: -9px;
  font-size: 24px;
}

/* line 156, ../src/_hero_content.scss */
div.content div.wd_featurebox a {
  color: #007dc3;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Proxima N W01 Smbd";
  cursor: pointer;
  display: inline-block;
}

/* line 168, ../src/_hero_content.scss */
#hero_section.homepage .outer-container {
  background: #98012e url("../../image/2014temp/hero-bg.png");
}
@media (max-width: 999px) {
  /* line 168, ../src/_hero_content.scss */
  #hero_section.homepage .outer-container {
    background: #98012e;
  }
}
/* line 174, ../src/_hero_content.scss */
#hero_section.homepage #tip {
  color: #98012e;
}

/* line 180, ../src/_hero_content.scss */
#hero_section.investors .outer-container {
  background: #3ab34a url("../../image/2014temp/hero-bg.png");
}
@media (max-width: 999px) {
  /* line 180, ../src/_hero_content.scss */
  #hero_section.investors .outer-container {
    background: #3ab34a;
  }
}
/* line 186, ../src/_hero_content.scss */
#hero_section.investors #tip {
  color: #3ab34a;
}

/* line 192, ../src/_hero_content.scss */
#hero_section.newsroom .outer-container {
  background: #007dc3 url("../../image/2014temp/hero-bg.png");
}
@media (max-width: 999px) {
  /* line 192, ../src/_hero_content.scss */
  #hero_section.newsroom .outer-container {
    background: #007dc3;
  }
}
/* line 198, ../src/_hero_content.scss */
#hero_section.newsroom #tip {
  color: #007dc3;
}

/* line 204, ../src/_hero_content.scss */
#hero_section.our_company .outer-container {
  background: #fdb813 url("../../image/2014temp/hero-bg.png");
}
@media (max-width: 999px) {
  /* line 204, ../src/_hero_content.scss */
  #hero_section.our_company .outer-container {
    background: #fdb813;
  }
}
/* line 210, ../src/_hero_content.scss */
#hero_section.our_company #tip {
  color: #fdb813;
}

/* line 216, ../src/_hero_content.scss */
#hero_section.careers .outer-container {
  background: #445c6d url("../../image/2014temp/hero-bg.png");
}
@media (max-width: 999px) {
  /* line 216, ../src/_hero_content.scss */
  #hero_section.careers .outer-container {
    background: #445c6d;
  }
}
/* line 222, ../src/_hero_content.scss */
#hero_section.careers #tip {
  color: #445c6d;
}

/* line 1, ../src/_brands_grid.scss */
#brands_grid {
  margin-top: 1px;
  font-family: "proxima-nova", "Proxima N W01 Reg", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #ffffff;
  padding-bottom: 50px;
}
/* line 7, ../src/_brands_grid.scss */
#brands_grid img {
  max-height: 170px;
  max-width: 90px;
  margin: auto;
}
@media (max-width: 999px) {
  /* line 1, ../src/_brands_grid.scss */
  #brands_grid {
    padding-bottom: 0px;
  }
}
/* line 17, ../src/_brands_grid.scss */
#brands_grid .inner-brands {
  margin: 40px 0 0;
}
/* line 21, ../src/_brands_grid.scss */
#brands_grid h4 {
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
}
/* line 27, ../src/_brands_grid.scss */
#brands_grid .brands-title {
  width: 940px;
  margin: auto;
  position: relative;
  min-height: 25px;
}
@media (max-width: 999px) {
  /* line 27, ../src/_brands_grid.scss */
  #brands_grid .brands-title {
    width: 320px;
  }
}
@media (max-width: 999px) {
  /* line 37, ../src/_brands_grid.scss */
  #brands_grid .brands-title h4 {
    text-align: center;
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
    margin-right: 10px;
    margin-left: 10px;
    display: block;
    box-sizing: border-box;
  }
}
/* line 51, ../src/_brands_grid.scss */
#brands_grid .brands-title #our_brands_sort {
  text-align: center;
}
@media (max-width: 999px) {
  /* line 51, ../src/_brands_grid.scss */
  #brands_grid .brands-title #our_brands_sort {
    position: static;
    font-size: 14px;
    width: 230px;
    margin: 0 auto;
  }
}
@media (max-width: 999px) {
  /* line 66, ../src/_brands_grid.scss */
  #brands_grid #our_brands_sorted_name ul,
  #brands_grid #partner_brands_sorted_name ul,
  #brands_grid #our_brands_sorted_type ul {
    width: 282px;
    margin: 0 auto;
  }
}
/* line 73, ../src/_brands_grid.scss */
#brands_grid #our_brands_sorted_name,
#brands_grid #partner_brands_sorted_name,
#brands_grid #our_brands_sorted_type {
  background: #ffffff;
}
/* line 79, ../src/_brands_grid.scss */
#brands_grid #our_brands_sort {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 9px;
  width: 180px;
}
/* line 87, ../src/_brands_grid.scss */
#brands_grid #our_brands_sort ul {
  display: inline-block;
}
/* line 91, ../src/_brands_grid.scss */
#brands_grid #our_brands_sort li {
  display: inline-block;
  width: 65px;
  background: #aaa8a8;
  color: #ffffff;
  height: 22px;
  line-height: 22px;
  cursor: pointer;
}
@media (max-width: 999px) {
  /* line 91, ../src/_brands_grid.scss */
  #brands_grid #our_brands_sort li {
    height: 30px;
    line-height: 30px;
    width: 80px;
  }
}
/* line 107, ../src/_brands_grid.scss */
#brands_grid #our_brands_sort .on {
  background: #85112d;
}
/* line 111, ../src/_brands_grid.scss */
#brands_grid #our_brands_sort span {
  margin-right: 5px;
  display: inline-block;
}
/* line 116, ../src/_brands_grid.scss */
#brands_grid #our_brands_grid, #brands_grid #partner_brands_grid {
  position: relative;
  width: 100%;
  margin: auto;
  z-index: 0;
  overflow: hidden;
}
/* line 122, ../src/_brands_grid.scss */
#brands_grid #our_brands_grid ul, #brands_grid #partner_brands_grid ul {
  z-index: 1;
  text-align: left;
  clear: both;
  padding: 20px 0 0 0;
}
/* line 128, ../src/_brands_grid.scss */
#brands_grid #our_brands_grid li, #brands_grid #partner_brands_grid li {
  display: inline-block;
  width: 92px;
  padding: 0;
  text-align: center;
  overflow: hidden;
  float: left;
  position: relative;
  height: 170px;
  margin-bottom: 30px;
}
/* line 139, ../src/_brands_grid.scss */
#brands_grid #our_brands_grid li a, #brands_grid #partner_brands_grid li a {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 147, ../src/_brands_grid.scss */
#brands_grid #our_brands_grid li img, #brands_grid #partner_brands_grid li img {
  -ms-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
/* line 153, ../src/_brands_grid.scss */
#brands_grid #our_brands_grid li img:hover, #brands_grid #partner_brands_grid li img:hover {
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 162, ../src/_brands_grid.scss */
#brands_grid #our_brands_grid .type_label img:hover, #brands_grid #partner_brands_grid .type_label img:hover {
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 169, ../src/_brands_grid.scss */
#brands_grid #our_brands_grid .label, #brands_grid #partner_brands_grid .label {
  width: 106px;
  height: 160px;
  background: url("../../image/brands-tab-sprite.png");
}
@media (max-width: 999px) {
  /* line 169, ../src/_brands_grid.scss */
  #brands_grid #our_brands_grid .label, #brands_grid #partner_brands_grid .label {
    width: 98px;
  }
}
/* line 178, ../src/_brands_grid.scss */
#brands_grid #our_brands_grid .label.label_soda, #brands_grid #partner_brands_grid .label.label_soda {
  background-position: 0px 0px;
}
@media (max-width: 999px) {
  /* line 178, ../src/_brands_grid.scss */
  #brands_grid #our_brands_grid .label.label_soda, #brands_grid #partner_brands_grid .label.label_soda {
    background-position: -10px 0px;
  }
}
/* line 186, ../src/_brands_grid.scss */
#brands_grid #our_brands_grid .label.label_juice, #brands_grid #partner_brands_grid .label.label_juice {
  background-position: -120px 0px;
}
@media (max-width: 999px) {
  /* line 186, ../src/_brands_grid.scss */
  #brands_grid #our_brands_grid .label.label_juice, #brands_grid #partner_brands_grid .label.label_juice {
    background-position: -130px 0px;
  }
}
/* line 194, ../src/_brands_grid.scss */
#brands_grid #our_brands_grid .label.label_tea, #brands_grid #partner_brands_grid .label.label_tea {
  background-position: -240px 0px;
}
@media (max-width: 999px) {
  /* line 194, ../src/_brands_grid.scss */
  #brands_grid #our_brands_grid .label.label_tea, #brands_grid #partner_brands_grid .label.label_tea {
    background-position: -250px 0px;
  }
}
/* line 202, ../src/_brands_grid.scss */
#brands_grid #our_brands_grid .label.label_mixer, #brands_grid #partner_brands_grid .label.label_mixer {
  background-position: -360px 0px;
}
@media (max-width: 999px) {
  /* line 202, ../src/_brands_grid.scss */
  #brands_grid #our_brands_grid .label.label_mixer, #brands_grid #partner_brands_grid .label.label_mixer {
    background-position: -370px 0px;
  }
}
/* line 210, ../src/_brands_grid.scss */
#brands_grid #our_brands_grid .label.label_other, #brands_grid #partner_brands_grid .label.label_other {
  background-position: -480px 0px;
}
@media (max-width: 999px) {
  /* line 210, ../src/_brands_grid.scss */
  #brands_grid #our_brands_grid .label.label_other, #brands_grid #partner_brands_grid .label.label_other {
    background-position: -490px 0px;
  }
}
/* line 218, ../src/_brands_grid.scss */
#brands_grid #our_brands_grid .label.label_water, #brands_grid #partner_brands_grid .label.label_water {
  background-position: -600px 0px;
}
@media (max-width: 999px) {
  /* line 218, ../src/_brands_grid.scss */
  #brands_grid #our_brands_grid .label.label_water, #brands_grid #partner_brands_grid .label.label_water {
    background-position: -608px 0px;
  }
}
/* line 228, ../src/_brands_grid.scss */
#brands_grid #our_brands_sorted_name,
#brands_grid #partner_brands_sorted_name,
#brands_grid #our_brands_sorted_type {
  width: 940px;
  margin: auto;
  background: #ffffff;
}
@media (max-width: 999px) {
  /* line 228, ../src/_brands_grid.scss */
  #brands_grid #our_brands_sorted_name,
  #brands_grid #partner_brands_sorted_name,
  #brands_grid #our_brands_sorted_type {
    width: 320px;
  }
}

/* line 242, ../src/_brands_grid.scss */
#brands_grid.our_brands h4 {
  display: none;
}

/* line 1, ../src/_brands_panels.scss */
#brands_top, #brands_bottom {
  width: 940px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
/* line 7, ../src/_brands_panels.scss */
#brands_top a,
#brands_top a:hover, #brands_bottom a,
#brands_bottom a:hover {
  text-decoration: none;
}
@media (max-width: 999px) {
  /* line 1, ../src/_brands_panels.scss */
  #brands_top, #brands_bottom {
    width: 300px;
  }
}

/* line 17, ../src/_brands_panels.scss */
#brands_bottom {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 999px) {
  /* line 17, ../src/_brands_panels.scss */
  #brands_bottom {
    padding-top: 0;
  }
}

/* line 26, ../src/_brands_panels.scss */
.brands_one_third {
  float: left;
  width: 300px;
  margin-right: 20px;
}
@media (max-width: 999px) {
  /* line 26, ../src/_brands_panels.scss */
  .brands_one_third {
    margin-right: 0;
  }
}

/* line 36, ../src/_brands_panels.scss */
#brands_top .brands_one_third {
  margin-right: 0px;
  margin-left: 20px;
}
@media (max-width: 999px) {
  /* line 36, ../src/_brands_panels.scss */
  #brands_top .brands_one_third {
    margin-left: 0;
  }
}

/* line 45, ../src/_brands_panels.scss */
.brands_two_thirds {
  float: left;
  width: 620px;
}
@media (max-width: 999px) {
  /* line 45, ../src/_brands_panels.scss */
  .brands_two_thirds {
    width: 100%;
  }
}

/* line 54, ../src/_brands_panels.scss */
#brands_bottom .brands_two_thirds {
  margin-bottom: 20px;
}
@media (max-width: 999px) {
  /* line 54, ../src/_brands_panels.scss */
  #brands_bottom .brands_two_thirds {
    margin-bottom: 0;
  }
}

/* line 62, ../src/_brands_panels.scss */
.brands_one_half {
  clear: both;
  width: 960px;
  overflow: hidden;
}
@media (max-width: 999px) {
  /* line 62, ../src/_brands_panels.scss */
  .brands_one_half {
    width: 100%;
  }
  /* line 69, ../src/_brands_panels.scss */
  .brands_one_half img {
    width: 100%;
  }
}

/* line 75, ../src/_brands_panels.scss */
.brand_module {
  position: relative;
  float: left;
  width: 100%;
  height: 300px;
  background: #4d3101 url("../../image/border-brands.gif") left bottom repeat-x;
  color: #ffffff;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (max-width: 999px) {
  /* line 75, ../src/_brands_panels.scss */
  .brand_module {
    height: auto;
  }
}

/* line 90, ../src/_brands_panels.scss */
.brands_two_thirds .brand_module {
  height: 175px;
}
@media (max-width: 999px) {
  /* line 90, ../src/_brands_panels.scss */
  .brands_two_thirds .brand_module {
    height: auto;
  }
  /* line 94, ../src/_brands_panels.scss */
  .brands_two_thirds .brand_module img {
    width: 100%;
  }
}

/* line 100, ../src/_brands_panels.scss */
.brands_two_thirds .brand_module:first-child {
  height: 425px;
}
@media (max-width: 999px) {
  /* line 100, ../src/_brands_panels.scss */
  .brands_two_thirds .brand_module:first-child {
    height: auto;
  }
  /* line 104, ../src/_brands_panels.scss */
  .brands_two_thirds .brand_module:first-child img {
    width: 100%;
  }
}

/* line 110, ../src/_brands_panels.scss */
.brands_one_half .brand_module {
  width: 460px;
  margin-right: 20px;
}
@media (max-width: 999px) {
  /* line 110, ../src/_brands_panels.scss */
  .brands_one_half .brand_module {
    margin-right: 0;
    width: 100%;
  }
}

/* line 119, ../src/_brands_panels.scss */
.brands_intro {
  width: 100%;
  height: 425px;
  overflow: hidden;
  margin-bottom: 20px;
  background: #5fb8d6;
  color: #ffffff;
  font: lighter 28px/1.5em "proxima-nova", "Proxima N W01 Reg", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 999px) {
  /* line 119, ../src/_brands_panels.scss */
  .brands_intro {
    height: auto;
    font-size: 14px;
  }
}

/* line 134, ../src/_brands_panels.scss */
.brands_intro p {
  padding: 40px;
}
@media (max-width: 999px) {
  /* line 134, ../src/_brands_panels.scss */
  .brands_intro p {
    padding: 20px;
  }
}

/* line 142, ../src/_brands_panels.scss */
.brand_blurb {
  display: none;
  width: 555px;
  vertical-align: middle;
  padding: 0 30px;
}
@media (max-width: 999px) {
  /* line 142, ../src/_brands_panels.scss */
  .brand_blurb {
    display: block;
    width: auto !important;
    padding: 20px;
  }
}

/* line 155, ../src/_brands_panels.scss */
.brands_one_third .brand_blurb {
  width: 235px;
}

/* line 159, ../src/_brands_panels.scss */
.brands_one_half .brand_blurb {
  width: 395px;
}
@media (max-width: 999px) {
  /* line 159, ../src/_brands_panels.scss */
  .brands_one_half .brand_blurb {
    width: 235px;
  }
}

/* line 167, ../src/_brands_panels.scss */
.brand_blurb h2 {
  color: #ffffff;
  font-size: 44px;
  font-family: "Proxima N W01 Smbd";
  line-height: 0.9em;
  padding-bottom: 12px;
  text-transform: none;
}
@media (max-width: 999px) {
  /* line 167, ../src/_brands_panels.scss */
  .brand_blurb h2 {
    padding-bottom: 0;
    font-size: 24px;
  }
}

/* line 181, ../src/_brands_panels.scss */
.brand_blurb .more_link {
  color: #ffffff;
}

/* line 185, ../src/_brands_panels.scss */
.brand_blurb .more_link:hover {
  text-decoration: underline;
}

/* line 189, ../src/_brands_panels.scss */
.brand_module:hover img {
  display: inline-block;
  width: 1px;
  height: 100%;
  vertical-align: middle;
  margin-left: -1px;
}
@media (max-width: 999px) {
  /* line 189, ../src/_brands_panels.scss */
  .brand_module:hover img {
    display: block;
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}

/* line 204, ../src/_brands_panels.scss */
.brand_module:hover .brand_blurb {
  display: inline-block;
}

/* line 208, ../src/_brands_panels.scss */
#brands_bottom h2 {
  clear: both;
}

/* line 1, ../src/_brands_list.scss */
#brands_list {
  width: 940px;
  overflow: hidden;
  margin: 20px auto;
}
@media (max-width: 999px) {
  /* line 1, ../src/_brands_list.scss */
  #brands_list {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 12, ../src/_brands_list.scss */
#brands_list h2 {
  margin-bottom: 21px;
  padding-bottom: 19px;
  border-bottom: 1px solid #d8d8d8;
  font: 14px/13px "proxima-nova", "Proxima N W01 Reg", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "Proxima N W01 Smbd";
  color: #6c6767;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
/* line 23, ../src/_brands_list.scss */
#brands_list .brands_listing {
  float: left;
  width: 215px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1.5em;
}
/* line 31, ../src/_brands_list.scss */
#brands_list .brands_listing a,
#brands_list .brands_listing_no_page {
  display: block;
  font-size: 12px;
  line-height: 13px;
  font-family: "Proxima N W01 Smbd";
  color: #007dc3;
  text-transform: uppercase;
  line-height: 130%;
  margin-bottom: 10px;
}

/* line 44, ../src/_brands_list.scss */
.sitemap #brands_list h2 {
  padding: 0 0 5px 0;
  margin: 10px 0 11px 0;
}
/* line 49, ../src/_brands_list.scss */
.sitemap #brands_list h3 {
  font: 13px/12px 'proxima-nova', 'Proxima N W01 Reg', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-bottom: 2px;
}

/* line 1, ../src/_brands_flavors.scss */
#flavors {
  width: 940px;
  margin: 50px auto;
}
@media (max-width: 999px) {
  /* line 1, ../src/_brands_flavors.scss */
  #flavors {
    width: 300px;
    margin: 20px auto;
  }
}
/* line 10, ../src/_brands_flavors.scss */
#flavors h2 {
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 20px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 20px;
}
/* line 20, ../src/_brands_flavors.scss */
#flavors ul {
  display: block;
  width: 100%;
  padding-bottom: 50px;
  border-bottom: 1px solid #d8d8d8;
  overflow: hidden;
}
/* line 26, ../src/_brands_flavors.scss */
#flavors ul.no-bottom-border {
  border-bottom: 0;
}
@media (max-width: 999px) {
  /* line 20, ../src/_brands_flavors.scss */
  #flavors ul {
    padding-bottom: 20px;
  }
}
/* line 34, ../src/_brands_flavors.scss */
#flavors li {
  width: 128px;
  height: 400px;
  margin: 0;
  padding: 0;
  display: inline-block;
  text-align: center;
  margin: 0 30px;
  box-sizing: border-box;
  float: left;
}
@media (max-width: 999px) {
  /* line 34, ../src/_brands_flavors.scss */
  #flavors li {
    width: 80px;
    height: 300px;
    margin: 0 10px;
  }
}
/* line 51, ../src/_brands_flavors.scss */
#flavors li .image-container {
  width: 100%;
  height: 300px;
  position: relative;
}
@media (max-width: 999px) {
  /* line 51, ../src/_brands_flavors.scss */
  #flavors li .image-container {
    height: 230px;
  }
}
/* line 60, ../src/_brands_flavors.scss */
#flavors li .image-container img {
  max-width: 100%;
  max-height: 300px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 72, ../src/_brands_flavors.scss */
#flavors li p {
  margin-top: 10px;
  padding: 0;
}
@media (max-width: 999px) {
  /* line 72, ../src/_brands_flavors.scss */
  #flavors li p {
    font-size: 12px;
  }
}
/* line 82, ../src/_brands_flavors.scss */
#flavors .links {
  padding: 15px 0;
  border-bottom: 1px solid #d8d8d8;
  overflow: hidden;
}
/* line 87, ../src/_brands_flavors.scss */
#flavors .links a {
  float: right;
  display: block;
  color: #007dc3;
  text-transform: uppercase;
  font-size: 11px;
  font-family: "Proxima N W01 Bold";
}

/* line 1, ../src/_brands_landing_hero.scss */
#brand_header {
  color: #ffffff;
}
/* line 4, ../src/_brands_landing_hero.scss */
#brand_header .inner_container {
  width: 940px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}
@media (max-width: 999px) {
  /* line 4, ../src/_brands_landing_hero.scss */
  #brand_header .inner_container {
    width: 300px;
  }
}
/* line 14, ../src/_brands_landing_hero.scss */
#brand_header .inner_container .left {
  width: 400px;
  float: left;
}
@media (max-width: 999px) {
  /* line 14, ../src/_brands_landing_hero.scss */
  #brand_header .inner_container .left {
    width: 300px;
    float: none;
  }
}
/* line 25, ../src/_brands_landing_hero.scss */
#brand_header h2 {
  color: #ffffff;
  font-size: 72px;
  line-height: 100%;
  font-family: "Proxima N W01 Bold";
  margin: 50px 0px 60px 0;
  position: relative;
}
@media (max-width: 999px) {
  /* line 25, ../src/_brands_landing_hero.scss */
  #brand_header h2 {
    font-size: 30px;
    margin: 20px 0 30px 0;
  }
}
/* line 39, ../src/_brands_landing_hero.scss */
#brand_header h2:after {
  content: "";
  width: 70px;
  height: 10px;
  background: #ffffff;
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 1;
}
@media (max-width: 999px) {
  /* line 39, ../src/_brands_landing_hero.scss */
  #brand_header h2:after {
    width: 25px;
    height: 5px;
    bottom: -15px;
  }
}
/* line 57, ../src/_brands_landing_hero.scss */
#brand_header img {
  float: right;
  margin: 30px 0;
}
@media (max-width: 999px) {
  /* line 57, ../src/_brands_landing_hero.scss */
  #brand_header img {
    float: none;
    width: 100%;
  }
}
/* line 67, ../src/_brands_landing_hero.scss */
#brand_header ul.connect {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 40px;
}
/* line 73, ../src/_brands_landing_hero.scss */
#brand_header ul.connect li {
  display: inline-block;
}
/* line 75, ../src/_brands_landing_hero.scss */
#brand_header ul.connect li a {
  color: #ffffff;
}
/* line 81, ../src/_brands_landing_hero.scss */
#brand_header #tip {
  height: 10px;
  text-align: center;
  margin-top: -9px;
  font-size: 24px;
}

/* line 1, ../src/_content_panels.scss */
#content_panels {
  overflow: hidden;
  display: block;
  width: 940px;
  margin: 0 auto;
}
@media (max-width: 999px) {
  /* line 1, ../src/_content_panels.scss */
  #content_panels {
    width: 300px;
  }
}
/* line 12, ../src/_content_panels.scss */
#content_panels h3 {
  font: 14px "proxima-nova","Proxima N W01 Reg", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #49484d;
  margin-bottom: 19px;
}
/* line 20, ../src/_content_panels.scss */
#content_panels .latest_news,
#content_panels .investor_information {
  width: 455px;
  display: block;
  overflow: hidden;
  float: left;
  margin: 0;
  padding: 0;
}
@media (max-width: 999px) {
  /* line 20, ../src/_content_panels.scss */
  #content_panels .latest_news,
  #content_panels .investor_information {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 999px) {
  /* line 34, ../src/_content_panels.scss */
  #content_panels .latest_news ul,
  #content_panels .investor_information ul {
    width: 240px;
    margin: 0 auto;
  }
}
/* line 42, ../src/_content_panels.scss */
#content_panels .latest_news {
  margin-right: 20px;
}
@media (max-width: 999px) {
  /* line 42, ../src/_content_panels.scss */
  #content_panels .latest_news {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
/* line 50, ../src/_content_panels.scss */
#content_panels .latest_news .view_all_news {
  margin-bottom: 15px;
}
/* line 54, ../src/_content_panels.scss */
#content_panels .outer-container {
  overflow: hidden;
  padding-bottom: 50px;
  width: 458px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 999px) {
  /* line 54, ../src/_content_panels.scss */
  #content_panels .outer-container {
    padding-bottom: 30px;
    width: 100%;
  }
}
@media (max-width: 999px) {
  /* line 67, ../src/_content_panels.scss */
  #content_panels .outer-container .title {
    margin-top: 50px;
  }
}
/* line 73, ../src/_content_panels.scss */
#content_panels .inner-container {
  box-sizing: border-box;
  padding-top: 55px;
  height: 780px;
  position: relative;
}
@media (max-width: 999px) {
  /* line 79, ../src/_content_panels.scss */
  #content_panels .inner-container .all_news {
    margin: 25px auto 15px;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 999px) {
  /* line 73, ../src/_content_panels.scss */
  #content_panels .inner-container {
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
  }
}
/* line 94, ../src/_content_panels.scss */
#content_panels .outer-container {
  background: url("../../image/homepage_section_drop_shadow.png") no-repeat center 98%;
  background-size: 100%;
}
@media (max-width: 999px) {
  /* line 94, ../src/_content_panels.scss */
  #content_panels .outer-container {
    background-position: center 99%;
  }
}
/* line 103, ../src/_content_panels.scss */
#content_panels .content {
  width: 346px;
  height: 661px;
  margin: 0 auto;
  padding: 20px 26px 40px 26px;
  box-sizing: border-box;
  background-color: #ffffff;
}
@media (max-width: 999px) {
  /* line 103, ../src/_content_panels.scss */
  #content_panels .content {
    width: 280px;
    padding: 10px;
    margin: 0 auto;
    height: auto;
  }
}
/* line 119, ../src/_content_panels.scss */
#content_panels .item {
  margin-bottom: 20px;
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
}
/* line 126, ../src/_content_panels.scss */
#content_panels .item:last-child {
  border-bottom: none;
}
/* line 130, ../src/_content_panels.scss */
#content_panels .inner-container > a {
  display: inline-block;
  margin: 25px 55px 29px;
  text-transform: uppercase;
  font: 11px "proxima-nova", "Proxima N W01 Reg", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "Proxima N W01 Smbd";
  color: #ffffff !important;
}
@media (max-width: 999px) {
  /* line 130, ../src/_content_panels.scss */
  #content_panels .inner-container > a {
    font-size: 17px;
    margin-left: 88px;
  }
}
/* line 144, ../src/_content_panels.scss */
#content_panels .links a {
  display: inline-block;
  padding-right: 10px;
  text-transform: uppercase;
  font: 11px "proxima-nova", "Proxima N W01 Reg", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "Proxima N W01 Smbd";
  color: #007dc3;
  padding: 8px 0px;
}
/* line 153, ../src/_content_panels.scss */
#content_panels .links a:hover {
  color: #007dc3;
}
/* line 165, ../src/_content_panels.scss */
#content_panels .inner-container h4 {
  font: 18px "proxima-nova", "Proxima N W01 Reg", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 8px;
  line-height: 17px;
  color: #49484d;
}
@media (max-width: 999px) {
  /* line 165, ../src/_content_panels.scss */
  #content_panels .inner-container h4 {
    padding: 0 20px;
    width: auto;
    margin-top: 20px;
    font-size: 20px;
    line-height: 100%;
  }
}
/* line 180, ../src/_content_panels.scss */
#content_panels .inner-container p {
  padding: 0;
  line-height: 16px;
  font-size: 12px;
}
@media (max-width: 999px) {
  /* line 180, ../src/_content_panels.scss */
  #content_panels .inner-container p {
    font-size: 14px;
  }
}
/* line 189, ../src/_content_panels.scss */
#content_panels .date {
  font-family: "Proxima N W01 Smbd";
  line-height: 16px;
  font-size: 12px;
  color: #6c6767;
}
@media (max-width: 999px) {
  /* line 189, ../src/_content_panels.scss */
  #content_panels .date {
    padding: 0 20px;
  }
}
/* line 199, ../src/_content_panels.scss */
#content_panels .inner-container a {
  font-family: "Proxima N W01 Smbd";
}
/* line 204, ../src/_content_panels.scss */
#content_panels .latest-financial {
  background: #455c6e url("../../image/front-page-investor-financial-bg.png") no-repeat right top;
  padding-top: 55px;
  height: 100%;
  box-sizing: border-box;
}
@media (max-width: 999px) {
  /* line 204, ../src/_content_panels.scss */
  #content_panels .latest-financial {
    padding-top: 10px;
  }
}
/* line 214, ../src/_content_panels.scss */
#content_panels .latest-financial > a {
  font-size: 11px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  background: url("../../image/white_small_button_arrow_right.png") no-repeat right 49%;
  padding-right: 9px;
  margin-left: 56px;
  margin-top: 20px;
  display: inline-block;
}
@media (max-width: 999px) {
  /* line 214, ../src/_content_panels.scss */
  #content_panels .latest-financial > a {
    font-size: 14px;
    width: 110px;
    margin-left: 90px;
  }
}
/* line 231, ../src/_content_panels.scss */
#content_panels #latest-financial-container {
  width: 346px;
  height: 661px;
  margin: 0 auto;
  padding: 40px 26px;
  box-sizing: border-box;
  background-color: #ffffff;
}
@media (max-width: 999px) {
  /* line 231, ../src/_content_panels.scss */
  #content_panels #latest-financial-container {
    width: 280px;
    padding: 10px;
    margin: 0 auto;
    height: auto;
  }
}
/* line 246, ../src/_content_panels.scss */
#content_panels .latest-financial-news {
  margin-bottom: 41px;
}
@media (max-width: 999px) {
  /* line 246, ../src/_content_panels.scss */
  #content_panels .latest-financial-news {
    margin-bottom: 20px;
  }
}
/* line 252, ../src/_content_panels.scss */
#content_panels .latest-financial-news h4 {
  font-size: 18px;
  line-height: 17px;
  color: #5f676b;
  margin-bottom: 9px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
}
/* line 261, ../src/_content_panels.scss */
#content_panels .latest-financial-news p {
  padding-bottom: 3px;
  line-height: 16px;
  color: #56676b;
  font-size: 12px;
  text-align: left;
}
/* line 268, ../src/_content_panels.scss */
#content_panels .latest-financial-news p:nth-child(3) {
  font-weight: 500;
}
/* line 269, ../src/_content_panels.scss */
#content_panels .latest-financial-news p a {
  color: #298bba;
  font-weight: 500;
}
/* line 274, ../src/_content_panels.scss */
#content_panels .features-section {
  height: 100%;
  box-sizing: border-box;
  padding: 55px;
}
@media (max-width: 999px) {
  /* line 274, ../src/_content_panels.scss */
  #content_panels .features-section {
    padding: 10px;
    width: 300px;
    margin: 0 auto;
  }
}
/* line 285, ../src/_content_panels.scss */
#content_panels .features-wrapper {
  width: 346px;
  margin: auto;
  background: #ffffff;
  height: 661px;
}
@media (max-width: 999px) {
  /* line 285, ../src/_content_panels.scss */
  #content_panels .features-wrapper {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
  }
}
/* line 297, ../src/_content_panels.scss */
#content_panels .financial-section-portfolio {
  border-bottom: 1px solid #d8d8d8;
  width: 300px;
  margin: 15px auto 23px;
  height: 120px;
}
@media (max-width: 999px) {
  /* line 297, ../src/_content_panels.scss */
  #content_panels .financial-section-portfolio {
    width: 240px;
    margin: 15px auto;
    display: block;
  }
}
/* line 308, ../src/_content_panels.scss */
#content_panels .financial-section-portfolio img {
  width: 74px;
  vertical-align: top;
  border: 3px solid #298bba;
  margin-right: 20px;
  float: left;
}
/* line 315, ../src/_content_panels.scss */
#content_panels .financial-section-portfolio > div {
  display: inline-block;
  width: 200px;
  height: 102px;
  position: relative;
  float: left;
}
@media (max-width: 999px) {
  /* line 315, ../src/_content_panels.scss */
  #content_panels .financial-section-portfolio > div {
    width: 140px;
  }
}
/* line 326, ../src/_content_panels.scss */
#content_panels .financial-section-portfolio > div > p {
  padding-bottom: 0;
  font-size: 12px;
  line-height: 14px;
  font: 12px "proxima-nova", "Proxima N W01 Reg", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 332, ../src/_content_panels.scss */
#content_panels .financial-section-portfolio > div > a {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  width: 130px;
  font: 11px "proxima-nova", "Proxima N W01 Reg", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #007dc3;
  font-family: "Proxima N W01 Smbd";
}
@media (max-width: 999px) {
  /* line 332, ../src/_content_panels.scss */
  #content_panels .financial-section-portfolio > div > a {
    bottom: 0;
  }
}
/* line 346, ../src/_content_panels.scss */
#content_panels .features-wrapper li {
  width: 300px;
  display: block;
  margin: 0 auto 10px;
}
@media (max-width: 999px) {
  /* line 346, ../src/_content_panels.scss */
  #content_panels .features-wrapper li {
    width: 240px;
  }
}
/* line 355, ../src/_content_panels.scss */
#content_panels .features-section li a {
  display: inline-block;
  padding-right: 10px;
  text-transform: uppercase;
  font: 11px "proxima-nova", "Proxima N W01 Reg", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "Proxima N W01 Smbd";
  color: #298bba;
}
@media (max-width: 999px) {
  /* line 355, ../src/_content_panels.scss */
  #content_panels .features-section li a {
    font-size: 14px;
  }
}
/* line 368, ../src/_content_panels.scss */
#content_panels #investorForHome li {
  margin-bottom: 13px;
}
/* line 372, ../src/_content_panels.scss */
#content_panels #content_stock_ticker {
  height: 249px;
  border-bottom: 1px solid #d8d8d8;
  margin: auto;
  position: relative;
}
/* line 379, ../src/_content_panels.scss */
#content_panels #content_stock_ticker h2 {
  font: 14px "proxima-nova", "Proxima N W01 Reg", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #5f676b;
  text-align: left;
}
/* line 387, ../src/_content_panels.scss */
#content_panels #content_stock_ticker div {
  line-height: 18px;
  margin-top: 12px;
  color: #aaa;
  font-size: 11px;
  position: relative;
}
/* line 395, ../src/_content_panels.scss */
#content_panels #content_stock_ticker div span {
  display: block;
}
/* line 399, ../src/_content_panels.scss */
#content_panels #content_stock_ticker .current {
  line-height: 42px;
}
@media (max-width: 999px) {
  /* line 399, ../src/_content_panels.scss */
  #content_panels #content_stock_ticker .current {
    font-size: 14px;
  }
}
/* line 407, ../src/_content_panels.scss */
#content_panels #content_stock_ticker .change {
  font-size: 18px;
}
@media (max-width: 999px) {
  /* line 407, ../src/_content_panels.scss */
  #content_panels #content_stock_ticker .change {
    font-size: 14px;
  }
}
/* line 415, ../src/_content_panels.scss */
#content_panels #content_stock_ticker .history {
  padding-top: 20px;
  margin-top: 10px;
  display: block;
}
/* line 419, ../src/_content_panels.scss */
#content_panels #content_stock_ticker .history.desktop {
  display: block;
}
/* line 420, ../src/_content_panels.scss */
#content_panels #content_stock_ticker .history.mobile {
  display: none;
}
@media (max-width: 999px) {
  /* line 422, ../src/_content_panels.scss */
  #content_panels #content_stock_ticker .history.desktop {
    display: none;
  }
  /* line 423, ../src/_content_panels.scss */
  #content_panels #content_stock_ticker .history.mobile {
    display: block;
  }
}
/* line 427, ../src/_content_panels.scss */
#content_panels #content_stock_ticker a {
  text-transform: uppercase;
  font-size: 12px;
}
/* line 432, ../src/_content_panels.scss */
#content_panels #content_stock_ticker .price {
  position: absolute;
  top: 15px;
  right: 0px;
}
/* line 438, ../src/_content_panels.scss */
#content_panels #content_stock_ticker .price span {
  display: inline;
}
/* line 441, ../src/_content_panels.scss */
#content_panels #content_stock_ticker {
  cursor: pointer;
  font-family: "proxima-nova", "Proxima N W01 Reg", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 446, ../src/_content_panels.scss */
#content_panels #content_stock_ticker .change {
  color: #5fb8d6;
  font-weight: bold;
  font-size: 14px;
  padding-left: 3px;
}
/* line 453, ../src/_content_panels.scss */
#content_panels #content_stock_ticker .current {
  font-family: "Proxima N W01 Smbd";
  font-size: 20px;
  color: #000;
}

/* line 460, ../src/_content_panels.scss */
#content_panels .panel.latest_news .inner-container {
  background: #007dc3 url("../../image/2014temp/panel_bg.png") no-repeat right top;
}
@media (max-width: 999px) {
  /* line 460, ../src/_content_panels.scss */
  #content_panels .panel.latest_news .inner-container {
    background: #007dc3;
  }
}

/* line 467, ../src/_content_panels.scss */
#content_panels .panel.investor_information .inner-container {
  background: #3ab34a url("../../image/2014temp/panel_bg.png") no-repeat right top;
}
@media (max-width: 999px) {
  /* line 467, ../src/_content_panels.scss */
  #content_panels .panel.investor_information .inner-container {
    background: #3ab34a;
  }
}

/* line 1, ../src/_careers_module.scss */
#careers_module {
  background: url("../../image/frontpage_career_bg.png") repeat-x left top;
  height: 457px;
  width: 100%;
}
@media (max-width: 999px) {
  /* line 1, ../src/_careers_module.scss */
  #careers_module {
    height: auto;
    overflow: hidden;
    background-repeat: repeat;
    width: 300px;
    margin: 0 auto;
  }
}
/* line 13, ../src/_careers_module.scss */
#careers_module .inner-container {
  width: 942px;
  margin: 80px auto 0;
  text-align: left;
}
@media (max-width: 999px) {
  /* line 13, ../src/_careers_module.scss */
  #careers_module .inner-container {
    width: 300px;
    margin: 0 auto;
  }
}
/* line 24, ../src/_careers_module.scss */
#careers_module .careers-intro {
  background-color: #445c6d;
  width: 405px;
  height: 376px;
  padding: 81px 0 0 53px;
  display: inline-block;
}
@media (max-width: 999px) {
  /* line 24, ../src/_careers_module.scss */
  #careers_module .careers-intro {
    width: 100%;
    height: 260px;
    width: 260px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }
}
/* line 40, ../src/_careers_module.scss */
#careers_module .careers-intro h3 {
  font: 14px "proxima-nova", "Proxima N W01 Reg", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 999px) {
  /* line 40, ../src/_careers_module.scss */
  #careers_module .careers-intro h3 {
    font-size: 18px;
  }
}
/* line 50, ../src/_careers_module.scss */
#careers_module .careers-intro p {
  font: 14px "proxima-nova", "Proxima N W01 Reg", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1px;
  color: #ffffff;
  margin-bottom: 30px;
  padding-bottom: 0px;
  width: 350px;
}
@media (max-width: 999px) {
  /* line 50, ../src/_careers_module.scss */
  #careers_module .careers-intro p {
    width: auto;
    font-size: 16px;
  }
}
/* line 63, ../src/_careers_module.scss */
#careers_module .careers-intro a {
  color: #ffffff;
  text-transform: uppercase;
  font: 11px "Proxima N W01 Reg", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 59px;
  display: inline-block;
  font-family: "Proxima N W01 Smbd";
  padding: 10px 19px;
  border-radius: 3px;
  background-color: #4f646f;
}
@media (max-width: 999px) {
  /* line 63, ../src/_careers_module.scss */
  #careers_module .careers-intro a {
    margin-top: 0;
    font-size: 13px;
  }
}
/* line 79, ../src/_careers_module.scss */
#careers_module .careers-intro a.all-jobs {
  margin-left: 10px;
}
@media (max-width: 999px) {
  /* line 79, ../src/_careers_module.scss */
  #careers_module .careers-intro a.all-jobs {
    margin-left: 0;
    margin-top: 10px;
  }
}
/* line 87, ../src/_careers_module.scss */
#careers_module .position-section {
  width: 207px;
  height: 260px;
  background-color: #ffffff;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 21px;
  margin-top: 118px;
  padding-left: 10px;
  border-bottom: 5px solid #445c6d;
}
@media (max-width: 999px) {
  /* line 87, ../src/_careers_module.scss */
  #careers_module .position-section {
    margin-top: 60px;
    margin-left: auto;
    margin-bottom: 30px;
    width: 260px;
    margin-right: auto;
    display: block;
    padding-left: 20px;
    border-bottom: none;
  }
}
/* line 111, ../src/_careers_module.scss */
#careers_module .position-section-img {
  height: 136px;
  position: relative;
}
/* line 115, ../src/_careers_module.scss */
#careers_module .position-section-img img {
  position: absolute;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
/* line 123, ../src/_careers_module.scss */
#careers_module .position-section h4 {
  margin-top: 10px;
  text-transform: uppercase;
  font-family: "Proxima N W01 Smbd";
}
@media (max-width: 999px) {
  /* line 123, ../src/_careers_module.scss */
  #careers_module .position-section h4 {
    font-size: 16px;
  }
}
/* line 132, ../src/_careers_module.scss */
#careers_module .position-section a {
  display: inline-block;
  width: 78px;
  font: 11px "proxima-nova", "Proxima N W01 Reg", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #298bba;
  vertical-align: top;
  text-transform: uppercase;
  font-family: "Proxima N W01 Smbd";
}
/* line 141, ../src/_careers_module.scss */
#careers_module .position-section p {
  width: 181px;
  padding-bottom: 19px;
  line-height: initial;
}

/* line 1, ../src/_company_grid.scss */
h3#box_grid_title {
  font: 14px "proxima-nova","Proxima N W01 Reg", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #49484d;
  padding-bottom: 15px;
  width: 942px;
  margin: 0 auto;
  display: block;
  margin-top: 80px;
}
@media (max-width: 999px) {
  /* line 1, ../src/_company_grid.scss */
  h3#box_grid_title {
    width: 300px;
    margin-top: 20px;
  }
}

/* line 18, ../src/_company_grid.scss */
#box_grid {
  position: relative;
  width: 942px;
  margin: 80px auto 0;
  text-align: left;
}
/* line 24, ../src/_company_grid.scss */
#box_grid .inner-container {
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
/* line 32, ../src/_company_grid.scss */
#box_grid h3 {
  font: 14px "proxima-nova","Proxima N W01 Reg", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #49484d;
  margin-bottom: 15px;
}
@media (max-width: 999px) {
  /* line 18, ../src/_company_grid.scss */
  #box_grid {
    width: 300px;
    margin: 20px auto 0;
  }
}

/* line 46, ../src/_company_grid.scss */
.box {
  display: inline-block;
  width: 457px;
  height: auto;
  margin-bottom: 25px;
  vertical-align: top;
  -webkit-box-shadow: 0 0 2px 1px #ccc;
  box-shadow: 0 0 2px 1px #d8d8d8;
  border-width: 3px;
  border-style: solid;
  border-left: none;
  border-right: none;
  border-top: none;
  margin-left: 12px;
  margin-right: 12px;
}
@media (max-width: 999px) {
  /* line 46, ../src/_company_grid.scss */
  .box {
    margin: 0 auto 10px auto;
    display: block;
    float: none;
    width: 300px;
    height: auto;
  }
}

/* line 70, ../src/_company_grid.scss */
.box img {
  height: 250px;
  width: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 999px) {
  /* line 70, ../src/_company_grid.scss */
  .box img {
    height: auto;
    width: 100%;
  }
}

/* line 81, ../src/_company_grid.scss */
.box .box-text {
  position: relative;
  width: 347px;
  height: auto;
  padding: 22px 55px;
  background: #ffffff;
}
@media (max-width: 999px) {
  /* line 81, ../src/_company_grid.scss */
  .box .box-text {
    width: 300px;
    box-sizing: border-box;
    height: auto;
    padding: 22px 20px 22px 20px;
  }
}

/* line 95, ../src/_company_grid.scss */
.box-text h4 {
  margin-bottom: 13px;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #49484d;
}

/* line 103, ../src/_company_grid.scss */
.box-text p {
  font: 14px "proxima-nova", "Proxima N W01 Reg", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1px;
  color: #49484d;
  padding: 0;
}

/* line 109, ../src/_company_grid.scss */
.box-text span {
  margin-top: 10px;
  display: inline-block;
  width: 79px;
  font: 11px "proxima-nova", "Proxima N W01 Reg", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "Proxima N W01 Smbd";
  color: #007dc3;
  text-transform: uppercase;
}
@media (max-width: 999px) {
  /* line 109, ../src/_company_grid.scss */
  .box-text span {
    position: static;
    margin-bottom: 30px;
    margin-top: 20px;
    font-size: 13px;
    width: 100px;
  }
}

/* line 127, ../src/_company_grid.scss */
#box_grid.homepage {
  margin-top: 0px;
}
/* line 130, ../src/_company_grid.scss */
#box_grid.homepage .box {
  border-color: #fdb813;
}
/* line 133, ../src/_company_grid.scss */
#box_grid.homepage .box .image_container {
  background-color: #fdb813;
}

/* line 140, ../src/_company_grid.scss */
#box_grid.careers .box {
  border-color: #445c6d;
}
/* line 143, ../src/_company_grid.scss */
#box_grid.careers .box .image_container {
  background-color: #445c6d;
}

/* line 149, ../src/_company_grid.scss */
#box_grid.our_company {
  margin-top: 0px;
}
@media (max-width: 999px) {
  /* line 149, ../src/_company_grid.scss */
  #box_grid.our_company {
    margin-top: 20px;
  }
}
/* line 155, ../src/_company_grid.scss */
#box_grid.our_company .box {
  border-color: #fdb813;
}
/* line 158, ../src/_company_grid.scss */
#box_grid.our_company .box .image_container {
  background-color: #fdb813;
}
/* line 163, ../src/_company_grid.scss */
#box_grid.our_company .box #twitter_feed a.title {
  color: #ffffff;
  display: block;
  padding: 20px;
  font-family: "Proxima N W01 Reg";
  font-size: 14px;
  text-transform: uppercase;
  background-color: #333333;
}
/* line 174, ../src/_company_grid.scss */
#box_grid.our_company .box #twitter_feed #twitter_dps a {
  color: #007dc3;
}
/* line 178, ../src/_company_grid.scss */
#box_grid.our_company .box #twitter_feed #twitter_dps li {
  background: #f3f3f3;
  border-top: 2px solid #ffffff;
  padding: 20px;
  font-family: "Proxima N W01 Reg";
  font-size: 12px;
}
/* line 186, ../src/_company_grid.scss */
#box_grid.our_company .box #twitter_feed #twitter_dps li p {
  padding-bottom: 0;
}
/* line 190, ../src/_company_grid.scss */
#box_grid.our_company .box #twitter_feed #twitter_dps li span.secondary_info {
  color: #8d8d8d;
  text-transform: uppercase;
  font-size: 12px;
}
/* line 195, ../src/_company_grid.scss */
#box_grid.our_company .box #twitter_feed #twitter_dps li span.secondary_info a {
  color: #8d8d8d;
}
/* line 204, ../src/_company_grid.scss */
#box_grid.our_company .box.twitter {
  border-color: #333;
  background-color: #f3f3f3;
}

/* line 210, ../src/_company_grid.scss */
#box_grid.brands_detail {
  margin-bottom: 30px;
}
/* line 212, ../src/_company_grid.scss */
#box_grid.brands_detail h2.title {
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 20px;
  display: block;
  width: 100%;
}

/* line 1, ../src/_link_list.scss */
#link-column-container {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  text-align: center;
  overflow: hidden;
  display: block;
  clear: both;
}
/* line 11, ../src/_link_list.scss */
#link-column-container .row {
  overflow: hidden;
  display: block;
  margin-bottom: 40px;
}
@media (max-width: 999px) {
  /* line 11, ../src/_link_list.scss */
  #link-column-container .row {
    margin-bottom: 0px;
  }
}
@media (max-width: 999px) {
  /* line 1, ../src/_link_list.scss */
  #link-column-container {
    overflow: hidden;
    width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 999px) {
  /* line 27, ../src/_link_list.scss */
  #link-column-container h3 {
    text-align: left;
  }
}

/* line 34, ../src/_link_list.scss */
.link-column {
  display: inline-block;
  width: 297px;
  vertical-align: top;
  text-align: left;
}
@media (max-width: 999px) {
  /* line 34, ../src/_link_list.scss */
  .link-column {
    margin-top: 25px;
  }
}

/* line 45, ../src/_link_list.scss */
.link-column.one {
  float: left;
}
@media (max-width: 999px) {
  /* line 45, ../src/_link_list.scss */
  .link-column.one {
    float: none;
  }
}

/* line 53, ../src/_link_list.scss */
.link-column.two {
  float: left;
  margin-left: 25px;
}
@media (max-width: 999px) {
  /* line 53, ../src/_link_list.scss */
  .link-column.two {
    float: none;
    margin-left: 0;
  }
}

/* line 62, ../src/_link_list.scss */
.link-column.three {
  float: right;
}
@media (max-width: 999px) {
  /* line 62, ../src/_link_list.scss */
  .link-column.three {
    float: none;
  }
}

/* line 70, ../src/_link_list.scss */
.link-column h3 {
  margin-bottom: 21px;
  padding-bottom: 19px;
  border-bottom: 1px solid #d8d8d8;
  font: 14px/13px "proxima-nova", "Proxima N W01 Reg", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "Proxima N W01 Smbd";
  color: #6c6767;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
@media (max-width: 999px) {
  /* line 70, ../src/_link_list.scss */
  .link-column h3 {
    padding-bottom: 10px;
  }
}

/* line 84, ../src/_link_list.scss */
.site-map .link-column h3 {
  margin-top: 40px;
}

/* line 88, ../src/_link_list.scss */
.link-column ul li {
  margin-bottom: 10px;
}

/* line 92, ../src/_link_list.scss */
.link-column a {
  display: inline-block;
  font-size: 12px;
  line-height: 13px;
  font-family: "Proxima N W01 Smbd";
  color: #007dc3;
  text-transform: uppercase;
  line-height: 130%;
}

/* line 1, ../src/_content_with_sidebar.scss */
#content_with_sidebar {
  width: 940px;
  margin: 0 auto 51px;
  text-align: left;
  clear: both;
  overflow: hidden;
  font-family: "proxima-nova", "Proxima N W01 Reg", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 999px) {
  /* line 1, ../src/_content_with_sidebar.scss */
  #content_with_sidebar {
    width: 320px;
    overflow: hidden;
    margin-top: 0px;
  }
}
/* line 16, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container {
  width: 618px;
  float: right;
  position: relative;
}
@media (max-width: 999px) {
  /* line 16, ../src/_content_with_sidebar.scss */
  #content_with_sidebar #content_container {
    float: none;
    width: auto;
    margin-top: 20px;
    overflow: hidden;
    margin-left: 10px;
    margin-right: 10px;
  }
  /* line 29, ../src/_content_with_sidebar.scss */
  #content_with_sidebar #content_container iframe {
    width: 100%;
  }
}
/* line 36, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.newsroom_list .outer_container {
  background: #007dc3 url("../../image/2014temp/panel_bg.png") no-repeat right top;
  padding: 50px;
  margin-bottom: 35px;
}
@media (max-width: 999px) {
  /* line 36, ../src/_content_with_sidebar.scss */
  #content_with_sidebar #content_container.newsroom_list .outer_container {
    padding: 10px;
    background: #007dc3;
  }
}
/* line 48, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.newsroom_list h4 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 24px;
  color: #49484d;
  font-family: "Proxima N W01 Bold";
}
@media (max-width: 999px) {
  /* line 48, ../src/_content_with_sidebar.scss */
  #content_with_sidebar #content_container.newsroom_list h4 {
    font-size: 18px;
  }
}
/* line 61, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.newsroom_list .date {
  text-transform: uppercase;
  font-family: "Proxima N W01 Smbd";
  color: #8d8d8d;
  font-size: 12px;
  line-height: 130%;
  margin-bottom: 5px;
}
/* line 69, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.newsroom_list .date a {
  color: #007dc3;
}
/* line 73, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.newsroom_list ul {
  background: #ffffff;
  overflow: hidden;
}
/* line 77, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.newsroom_list ul li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
}
/* line 81, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.newsroom_list ul li:last-child {
  border-bottom: 0;
}
@media (max-width: 999px) {
  /* line 77, ../src/_content_with_sidebar.scss */
  #content_with_sidebar #content_container.newsroom_list ul li {
    padding-bottom: 10px;
  }
}
@media (max-width: 999px) {
  /* line 34, ../src/_content_with_sidebar.scss */
  #content_with_sidebar #content_container.newsroom_list {
    margin-bottom: 30px;
  }
}
/* line 97, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.newsroom_list.homepage ul {
  padding: 30px 30px 0 30px;
}
/* line 102, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container .pagination {
  text-align: left;
  display: block;
  margin: 10px 0 0 -10px;
}
@media (max-width: 999px) {
  /* line 102, ../src/_content_with_sidebar.scss */
  #content_with_sidebar #content_container .pagination {
    margin: 10px 0 10px 0;
  }
}
/* line 111, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container .pagination .current,
#content_with_sidebar #content_container .pagination a {
  display: inline-block;
  margin: 0px 10px;
}
/* line 117, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container .pagination a {
  color: #007dc3;
  font-family: "Proxima N W01 Smbd";
}
/* line 124, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.article h2 {
  font-family: "Proxima N W01 Bold";
  font-size: 24px;
  color: #49484d;
  line-height: 130%;
  text-transform: none;
}
/* line 132, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.article .date {
  margin: 10px 0;
}
/* line 136, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.article .tags {
  font-size: 12px;
  color: #49484d;
  text-transform: uppercase;
  font-family: "Proxima N W01 Bold";
}
/* line 142, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.article .tags a {
  padding: 0 11px;
  line-height: 19px;
  display: inline-block;
  background-color: #007dc3;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  border-radius: 3px;
  font-weight: normal;
}
/* line 156, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.article .body a {
  color: #007dc3;
}
/* line 161, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.article h4 {
  font-family: "Proxima N W01 Bold";
  color: #49484d;
  margin-bottom: 15px;
}
/* line 167, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.article a {
  color: #007dc3;
}
/* line 171, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.article .about {
  margin-top: 20px;
  padding-top: 20px;
  border-top: #d8d8d8 1px solid;
}
/* line 177, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.article ul.tools {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 10px 0px;
  display: block;
  margin-bottom: 50px;
  margin-top: 50px;
  overflow: hidden;
}
/* line 186, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.article ul.tools li {
  display: block;
  float: left;
  border-right: 1px solid #d8d8d8;
  padding-right: 10px;
  margin-right: 10px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
}
/* line 197, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.article ul.tools li.last {
  border-right: none;
  padding-right: 0;
}
/* line 202, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.article ul.tools li.first {
  padding-left: 0;
}
@media (max-width: 999px) {
  /* line 206, ../src/_content_with_sidebar.scss */
  #content_with_sidebar #content_container.article ul.tools li.desktop {
    display: none;
  }
}
/* line 213, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.article blockquote {
  color: #8d8d8d;
  font-size: 24px;
  font-family: "Proxima N W01 Reg";
  font-style: italic;
  line-height: 130%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d8d8d8;
}
/* line 225, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.article .more-news li {
  overflow: hidden;
}
/* line 226, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.article .more-news h4 {
  text-transform: uppercase;
}
/* line 229, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.article .more-news .date {
  margin-bottom: 0px;
  color: #8d8d8d;
  font-size: 12px;
}
/* line 239, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.page b {
  font-family: "Proxima N W01 Smbd";
}
/* line 243, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.page blockquote {
  color: #8d8d8d;
  font-size: 24px;
  font-family: "Proxima N W01 Reg";
  font-style: italic;
  line-height: 130%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d8d8d8;
}
/* line 254, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.page h2 {
  font-family: "Proxima N W01 Smbd";
  font-size: 18px;
  font-style: normal;
  text-transform: uppercase;
  color: #49484d;
  line-height: 22px;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
/* line 265, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.page h3 {
  font-family: "Proxima N W01 Smbd";
  font-size: 18px;
  font-style: normal;
  color: #49484d;
  line-height: 18px;
}
/* line 273, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.page h4 {
  font-family: "Proxima N W01 Smbd";
  font-size: 15px;
  font-style: normal;
  text-transform: uppercase;
  color: #49484d;
  line-height: 15px;
}
/* line 282, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.page h5 {
  font-family: "Proxima N W01 Smbd";
  font-size: 14px;
  font-style: normal;
  color: #6c6767;
  line-height: 14px;
  letter-spacing: 0.08em;
}
/* line 291, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.page a {
  color: #007dc3;
}
/* line 295, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.page ul {
  list-style: disc;
}
/* line 299, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.page li {
  margin-left: 30px;
}
/* line 303, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.page .date {
  font-family: "Proxima N W01 Smbd";
  font-weight: 600;
  font-size: 12px;
  font-style: normal;
  color: #49484d;
}
@media (max-width: 999px) {
  /* line 312, ../src/_content_with_sidebar.scss */
  #content_with_sidebar #content_container.page img {
    width: 100%;
  }
  /* line 316, ../src/_content_with_sidebar.scss */
  .investors #content_with_sidebar #content_container.page img, .newsroom #content_with_sidebar #content_container.page img {
    width: initial;
  }
  /* line 320, ../src/_content_with_sidebar.scss */
  #content_with_sidebar #content_container.page .mobile-sizing {
    width: auto;
  }
}
/* line 326, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.page .featured_item {
  border-top: 1px solid #d8d8d8;
  margin-top: 40px;
  padding-top: 40px;
  overflow: hidden;
}
/* line 332, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.page .featured_item a p {
  color: #555;
}
@media (max-width: 999px) {
  /* line 326, ../src/_content_with_sidebar.scss */
  #content_with_sidebar #content_container.page .featured_item {
    margin-top: 20px;
    padding-top: 30px;
  }
}
/* line 341, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.page .featured_item img {
  max-width: 300px;
  height: auto;
  float: left;
}
@media (max-width: 999px) {
  /* line 341, ../src/_content_with_sidebar.scss */
  #content_with_sidebar #content_container.page .featured_item img {
    margin: 0 auto;
    float: none;
  }
}
/* line 352, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.page .featured_item .featured_text {
  float: left;
  width: 285px;
  margin-left: 20px;
}
@media (max-width: 999px) {
  /* line 352, ../src/_content_with_sidebar.scss */
  #content_with_sidebar #content_container.page .featured_item .featured_text {
    width: 300px;
    margin-left: 0;
    margin-top: 20px;
  }
}
/* line 363, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.page .featured_item .featured_text h2 {
  margin-bottom: 10px;
  text-transform: uppercase;
}
/* line 372, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.media_library .item {
  float: left;
  display: block;
  height: 170px;
  text-align: center;
  width: 120px;
  margin: 0 43px;
}
@media (max-width: 999px) {
  /* line 372, ../src/_content_with_sidebar.scss */
  #content_with_sidebar #content_container.media_library .item {
    margin: 0 14px;
    float: none;
    display: inline-block;
  }
}
/* line 386, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.media_library .item .title {
  text-transform: uppercase;
  margin-top: 20px;
  font-weight: bold;
  font-size: 12px;
  font-family: "Proxima N W01 Smbd";
  display: block;
  color: #298bba;
}
/* line 399, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.job h2.title {
  font-family: "Proxima N W01 Bold";
  font-size: 20px;
  text-transform: uppercase;
  color: #49484d;
  margin-bottom: 30px;
}
/* line 407, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.job h3 {
  font-family: "Proxima N W01 Smbd";
  font-size: 16px;
  color: #6c6767;
  margin-bottom: 30px;
  text-transform: uppercase;
}
/* line 415, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.job ul.facts {
  list-style: disc;
  padding-left: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 50px;
}
/* line 422, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.job ul.facts li {
  margin-bottom: 10px;
}
/* line 427, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.job .video {
  margin: 15px 0;
}
@media (max-width: 999px) {
  /* line 431, ../src/_content_with_sidebar.scss */
  #content_with_sidebar #content_container.job .video iframe {
    width: 100%;
    height: 200px;
  }
}
/* line 438, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.job .es_video_link,
#content_with_sidebar #content_container.job .es_video_link:hover {
  color: #007dc3;
  text-transform: uppercase;
  font-family: "Proxima N W01 Bold";
  font-size: 12px;
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 1px solid #d8d8d8;
  display: block;
}
/* line 450, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.job #job_openings {
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 1px solid #d8d8d8;
  overflow: hidden;
}
/* line 456, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.job #job_openings li {
  display: block;
  width: 275px;
  margin-right: 30px;
  float: left;
  margin-bottom: 30px;
  min-height: 75px;
}
/* line 464, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.job #job_openings li .job_title,
#content_with_sidebar #content_container.job #job_openings li .location {
  display: inline;
  color: #49484d;
  font-size: 16px;
  font-family: "Proxima N W01 Smbd";
}
/* line 472, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.job #job_openings li .date {
  font-size: 10px;
  color: #8d8d8d;
  font-family: "Proxima N W01 Smbd";
  text-transform: uppercase;
}
/* line 481, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.job #job_opportunites li {
  border: 1px solid #d8d8d8;
  border-left: 5px solid #445c6d;
  display: block;
  width: 293px;
  float: left;
  position: relative;
  margin: 20px 0;
  height: 70px;
}
@media (max-width: 999px) {
  /* line 481, ../src/_content_with_sidebar.scss */
  #content_with_sidebar #content_container.job #job_opportunites li {
    margin: 5px 0;
  }
}
/* line 495, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.job #job_opportunites li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 502, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.job #job_opportunites li img {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 80px;
  height: auto;
}
@media (max-width: 999px) {
  /* line 502, ../src/_content_with_sidebar.scss */
  #content_with_sidebar #content_container.job #job_opportunites li img {
    display: none;
  }
}
/* line 514, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.job #job_opportunites li .title {
  margin-left: 110px;
  font-family: "Proxima N W01 Bold";
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 15px;
  color: #49484d;
}
@media (max-width: 999px) {
  /* line 514, ../src/_content_with_sidebar.scss */
  #content_with_sidebar #content_container.job #job_opportunites li .title {
    margin-left: 20px;
  }
}
/* line 527, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.job #job_opportunites li .learn_more {
  margin-left: 110px;
  color: #007dc3;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 5px;
  font-family: "Proxima N W01 Bold";
}
@media (max-width: 999px) {
  /* line 527, ../src/_content_with_sidebar.scss */
  #content_with_sidebar #content_container.job #job_opportunites li .learn_more {
    margin-left: 20px;
  }
}
/* line 539, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.job #job_opportunites li .learn_more span {
  font-size: 10px;
}
/* line 544, ../src/_content_with_sidebar.scss */
#content_with_sidebar #content_container.job #job_opportunites li.left {
  margin-right: 20px;
}
@media (max-width: 999px) {
  /* line 544, ../src/_content_with_sidebar.scss */
  #content_with_sidebar #content_container.job #job_opportunites li.left {
    margin-right: 0;
  }
}
/* line 556, ../src/_content_with_sidebar.scss */
#content_with_sidebar.brands_detail #content_container {
  float: left;
}
/* line 558, ../src/_content_with_sidebar.scss */
#content_with_sidebar.brands_detail #content_container h2.title {
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 20px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 20px;
}
/* line 570, ../src/_content_with_sidebar.scss */
#content_with_sidebar.brands_detail #twitter_feed {
  float: right;
  width: 240px;
  border-width: 4px;
  border-style: solid;
  border-left: none;
  border-right: none;
  border-top: none;
}
@media (max-width: 999px) {
  /* line 570, ../src/_content_with_sidebar.scss */
  #content_with_sidebar.brands_detail #twitter_feed {
    width: 100%;
  }
}
/* line 583, ../src/_content_with_sidebar.scss */
#content_with_sidebar.brands_detail #twitter_feed a.title {
  color: #ffffff;
  display: block;
  padding: 20px;
  font-family: "Proxima N W01 Reg";
  font-size: 14px;
  text-transform: uppercase;
}
/* line 593, ../src/_content_with_sidebar.scss */
#content_with_sidebar.brands_detail #twitter_feed #twitter_dps a {
  color: #007dc3;
}
/* line 597, ../src/_content_with_sidebar.scss */
#content_with_sidebar.brands_detail #twitter_feed #twitter_dps li {
  background: #f3f3f3;
  border-top: 2px solid #ffffff;
  padding: 20px;
  font-family: "Proxima N W01 Reg";
  font-size: 12px;
}
/* line 605, ../src/_content_with_sidebar.scss */
#content_with_sidebar.brands_detail #twitter_feed #twitter_dps li p {
  padding-bottom: 0;
}
/* line 609, ../src/_content_with_sidebar.scss */
#content_with_sidebar.brands_detail #twitter_feed #twitter_dps li span.secondary_info {
  color: #8d8d8d;
  text-transform: uppercase;
  font-size: 12px;
}
/* line 614, ../src/_content_with_sidebar.scss */
#content_with_sidebar.brands_detail #twitter_feed #twitter_dps li span.secondary_info a {
  color: #8d8d8d;
}
/* line 621, ../src/_content_with_sidebar.scss */
#content_with_sidebar.brands_detail .more-news {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px dashed #8d8d8d;
  margin-bottom: 30px;
  font-weight: normal;
}
/* line 628, ../src/_content_with_sidebar.scss */
#content_with_sidebar.brands_detail .more-news li {
  overflow: hidden;
}
/* line 629, ../src/_content_with_sidebar.scss */
#content_with_sidebar.brands_detail .more-news h4 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #49484d;
  font-family: "Proxima N W01 Bold";
  margin-bottom: 15px;
  font-weight: normal;
}
@media (max-width: 999px) {
  /* line 629, ../src/_content_with_sidebar.scss */
  #content_with_sidebar.brands_detail .more-news h4 {
    font-size: 14px;
  }
}
/* line 644, ../src/_content_with_sidebar.scss */
#content_with_sidebar.brands_detail .more-news .date {
  margin-bottom: 0px;
  color: #8d8d8d;
  font-size: 12px;
}

/* line 656, ../src/_content_with_sidebar.scss */
body.leadership #content_container p img[style~="float:"] {
  margin: 10px;
}

/* line 1, ../src/_content_without_sidebar.scss */
#content_without_sidebar {
  width: 940px;
  margin: 0 auto 51px;
  text-align: left;
  clear: both;
  font-family: "proxima-nova", "Proxima N W01 Reg", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 999px) {
  /* line 1, ../src/_content_without_sidebar.scss */
  #content_without_sidebar {
    width: 300px;
    margin-top: 0px;
  }
}
/* line 15, ../src/_content_without_sidebar.scss */
#content_without_sidebar #search_item {
  text-transform: uppercase;
  font-family: "Proxima N W01 Smbd";
  font-size: 14px;
  color: #49484d;
  margin-bottom: 0px;
}
/* line 23, ../src/_content_without_sidebar.scss */
#content_without_sidebar .search_result_item {
  padding-bottom: 50px;
  border-bottom: 1px solid #d8d8d8;
  padding-top: 30px;
}
@media (max-width: 999px) {
  /* line 23, ../src/_content_without_sidebar.scss */
  #content_without_sidebar .search_result_item {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
/* line 33, ../src/_content_without_sidebar.scss */
#content_without_sidebar .search_result_item .title {
  font-family: "Proxima N W01 Smbd";
  text-transform: uppercase;
  color: #007dc3;
  font-size: 18px;
  margin-bottom: 10px;
  display: inline-block;
}
/* line 42, ../src/_content_without_sidebar.scss */
#content_without_sidebar .search_result_item p {
  padding-bottom: 10px;
}
/* line 46, ../src/_content_without_sidebar.scss */
#content_without_sidebar .search_result_item .tags {
  font-size: 12px;
  color: #49484d;
  text-transform: uppercase;
  font-family: "Proxima N W01 Bold";
}
/* line 52, ../src/_content_without_sidebar.scss */
#content_without_sidebar .search_result_item .tags a {
  padding: 0 11px;
  line-height: 19px;
  display: inline-block;
  background-color: #007dc3;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  border-radius: 3px;
  font-weight: normal;
}
/* line 66, ../src/_content_without_sidebar.scss */
#content_without_sidebar .pagination {
  text-align: left;
  display: block;
  margin: 30px 0 0 -10px;
}
@media (max-width: 999px) {
  /* line 66, ../src/_content_without_sidebar.scss */
  #content_without_sidebar .pagination {
    margin: 30px 0 10px 0;
  }
}
/* line 75, ../src/_content_without_sidebar.scss */
#content_without_sidebar .pagination .current,
#content_without_sidebar .pagination a {
  display: inline-block;
  margin: 0px 10px;
}
/* line 81, ../src/_content_without_sidebar.scss */
#content_without_sidebar .pagination a {
  color: #007dc3;
  font-family: "Proxima N W01 Smbd";
}
/* line 87, ../src/_content_without_sidebar.scss */
#content_without_sidebar .search_input,
#content_without_sidebar .search_submit {
  display: inline-block;
  height: 22px;
  padding: 0 5px;
  vertical-align: middle;
  border: 0;
}
/* line 96, ../src/_content_without_sidebar.scss */
#content_without_sidebar .search_input {
  height: 50px;
  border-right: 0;
  background: none;
  width: 240px;
  text-align: left;
  font: 14px/1.5em "proxima-nova", "Proxima N W01 Reg", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #8d8d8d;
}
@media (max-width: 999px) {
  /* line 96, ../src/_content_without_sidebar.scss */
  #content_without_sidebar .search_input {
    width: 100%;
    padding-right: 50px;
    padding-left: 10px;
    box-sizing: border-box;
  }
}
/* line 113, ../src/_content_without_sidebar.scss */
#content_without_sidebar .search_submit {
  height: 35px;
  width: 40px;
  border-left: 0;
  cursor: pointer;
  background: none;
}
@media (max-width: 999px) {
  /* line 113, ../src/_content_without_sidebar.scss */
  #content_without_sidebar .search_submit {
    position: absolute;
    right: 0;
    top: 8px;
  }
}
/* line 126, ../src/_content_without_sidebar.scss */
#content_without_sidebar .search_submit span {
  font-size: 16px;
  color: #8d8d8d;
}
/* line 132, ../src/_content_without_sidebar.scss */
#content_without_sidebar form {
  background-color: #f3f3f3;
  position: relative;
  display: none;
}
@media (max-width: 999px) {
  /* line 132, ../src/_content_without_sidebar.scss */
  #content_without_sidebar form {
    display: block;
    height: 50px;
    margin-bottom: 20px;
    width: 320px;
    margin-left: -10px;
  }
}
/* line 145, ../src/_content_without_sidebar.scss */
#content_without_sidebar input {
  outline: none;
  border: 0;
  height: 50px;
  border-bottom: 1px solid #c8c7cc;
  font-family: "proxima-nova", "Proxima N W01 Reg", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding-left: 25px;
  color: #8d8d8d;
}
/* line 157, ../src/_content_without_sidebar.scss */
#content_without_sidebar input[type=submit] {
  width: 31px;
  height: 20px;
  background: url("../../image/mobile_search_icon.png") 0 0 no-repeat;
  background-size: 100%;
  border: 0;
  text-indent: -999em;
  outline: none;
  float: right;
  margin-right: 15px;
  margin-top: 15px;
}

/* line 1, ../src/_sidebar.scss */
#sidebar {
  width: 241px;
  float: left;
}
@media (max-width: 999px) {
  /* line 1, ../src/_sidebar.scss */
  #sidebar {
    display: none;
  }
}

/* line 10, ../src/_sidebar.scss */
#sidebar ul li {
  background: #f3f3f3;
  margin: 0 0 1px 0;
}
@media (max-width: 999px) {
  /* line 10, ../src/_sidebar.scss */
  #sidebar ul li {
    padding: 16.5px 0px 16.5px 10px !important;
  }
}

/* line 19, ../src/_sidebar.scss */
#sidebar li.mlines {
  line-height: 16px;
}

/* line 23, ../src/_sidebar.scss */
#sidebar a,
#sidebar .submenu_header {
  color: #007dc3;
  text-transform: uppercase;
  font-family: "Proxima N W01 Bold";
  cursor: pointer;
  padding: 14px 14px;
  display: block;
}

/* line 33, ../src/_sidebar.scss */
#sidebar a:hover,
#sidebar .menu:hover {
  background: #d8d8d8;
}

/* line 38, ../src/_sidebar.scss */
#sidebar .selected a:hover {
  background: none;
}

/* line 42, ../src/_sidebar.scss */
#sidebar li.mlines a {
  display: block;
  padding-top: 9px;
}

/* line 47, ../src/_sidebar.scss */
#sidebar li.selected a {
  color: #ffffff;
}

/* line 51, ../src/_sidebar.scss */
#sidebar .submenu a {
  margin-left: 20px;
}

/* line 55, ../src/_sidebar.scss */
#sidebar .submenu {
  display: none;
}

/* line 59, ../src/_sidebar.scss */
#sidebar .submenu_header {
  position: relative;
}
/* line 61, ../src/_sidebar.scss */
#sidebar .submenu_header span {
  position: absolute;
  top: 24px;
  right: 15px;
  width: 10px;
  height: 10px;
  background: url("../../image/desktop_subnav_closed.png") no-repeat;
}

/* line 71, ../src/_sidebar.scss */
#sidebar .submenu_header.open {
  background-color: #49484d;
  color: #fff;
}
/* line 75, ../src/_sidebar.scss */
#sidebar .submenu_header.open span {
  background: url("../../image/desktop_subnav_open.png") no-repeat;
}

/* line 81, ../src/_sidebar.scss */
#sidebar.newsroom ul {
  border-top: 2px solid #007dc3;
}
/* line 84, ../src/_sidebar.scss */
#sidebar.newsroom ul li.selected {
  background: #007dc3;
}

/* line 91, ../src/_sidebar.scss */
#sidebar.investors ul {
  border-top: 2px solid #3ab34a;
}
/* line 94, ../src/_sidebar.scss */
#sidebar.investors ul li.selected {
  background: #3ab34a;
}

/* line 101, ../src/_sidebar.scss */
#sidebar.company ul {
  border-top: 2px solid #fdb813;
}
/* line 104, ../src/_sidebar.scss */
#sidebar.company ul li.selected {
  background: #fdb813;
}

/* line 111, ../src/_sidebar.scss */
#sidebar.careers ul {
  border-top: 2px solid #445c6d;
}
/* line 114, ../src/_sidebar.scss */
#sidebar.careers ul li.selected {
  background: #445c6d;
}

/* line 121, ../src/_sidebar.scss */
#sidebar.auxiliary ul {
  border-top: 2px solid #333333;
}
/* line 124, ../src/_sidebar.scss */
#sidebar.auxiliary ul li.selected {
  background: #333333;
}

/* line 1, ../src/_dropdown.scss */
#dropdown {
  display: none;
  overflow: hidden;
}
@media (max-width: 999px) {
  /* line 1, ../src/_dropdown.scss */
  #dropdown {
    display: block;
    height: auto;
    font-family: "Proxima N W01 Reg";
    text-transform: uppercase;
  }
}
/* line 12, ../src/_dropdown.scss */
#dropdown .page_title {
  padding: 15px 20px 15px 15px;
  color: #fff;
  position: relative;
}
/* line 17, ../src/_dropdown.scss */
#dropdown .page_title span {
  position: absolute;
  top: 16px;
  right: 10px;
  width: 18px;
  height: 18px;
  background-size: 100%;
  font-size: 18px;
}
/* line 28, ../src/_dropdown.scss */
#dropdown .subnav_dropdown_list {
  background-color: #f3f3f3;
  display: none;
}
/* line 33, ../src/_dropdown.scss */
#dropdown .subnav_dropdown_list li a {
  display: block;
  border-top: 1px solid #d8d8d8;
  padding: 15px 10px;
  color: #007dc3;
}
/* line 39, ../src/_dropdown.scss */
#dropdown .subnav_dropdown_list li a:hover {
  color: #007dc3;
}

@media (max-width: 999px) {
  /* line 46, ../src/_dropdown.scss */
  #dropdown.slim {
    margin: 0 10px;
  }
}

/* line 53, ../src/_dropdown.scss */
#dropdown.open .page_title {
  color: #007dc3;
  background-color: #f3f3f3 !important;
}
/* line 58, ../src/_dropdown.scss */
#dropdown.open span {
  background: url("../../image/subnav_open.png") no-repeat;
  background-size: 100%;
}

/* line 67, ../src/_dropdown.scss */
#dropdown.investors .page_title {
  background: #3ab34a;
}
/* line 70, ../src/_dropdown.scss */
#dropdown.investors .subnav_dropdown_list li.selected {
  background: #3ab34a;
  color: #fff;
}
/* line 73, ../src/_dropdown.scss */
#dropdown.investors .subnav_dropdown_list li.selected a {
  color: #fff;
}

/* line 80, ../src/_dropdown.scss */
#dropdown.newsroom .page_title {
  background: #007dc3;
}
/* line 83, ../src/_dropdown.scss */
#dropdown.newsroom .subnav_dropdown_list li.selected {
  background: #007dc3;
  color: #fff;
}
/* line 86, ../src/_dropdown.scss */
#dropdown.newsroom .subnav_dropdown_list li.selected a {
  color: #fff;
}

/* line 93, ../src/_dropdown.scss */
#dropdown.company .page_title {
  background: #fdb813;
}
/* line 96, ../src/_dropdown.scss */
#dropdown.company .subnav_dropdown_list li.selected {
  background: #fdb813;
  color: #fff;
}
/* line 99, ../src/_dropdown.scss */
#dropdown.company .subnav_dropdown_list li.selected a {
  color: #fff;
}

/* line 106, ../src/_dropdown.scss */
#dropdown.careers .page_title {
  background: #445c6d;
}
/* line 109, ../src/_dropdown.scss */
#dropdown.careers .subnav_dropdown_list li.selected {
  background: #445c6d;
  color: #fff;
}
/* line 112, ../src/_dropdown.scss */
#dropdown.careers .subnav_dropdown_list li.selected a {
  color: #fff;
}

/* line 119, ../src/_dropdown.scss */
#dropdown.auxiliary .page_title {
  background: #333333;
}
/* line 122, ../src/_dropdown.scss */
#dropdown.auxiliary .subnav_dropdown_list li.selected {
  background: #333333;
  color: #fff;
}
/* line 125, ../src/_dropdown.scss */
#dropdown.auxiliary .subnav_dropdown_list li.selected a {
  color: #fff;
}

/* line 1, ../src/_career_landing_hero.scss */
#career_landing_hero {
  background: url("../../image/frontpage_career_bg.png") repeat left top;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 999px) {
  /* line 1, ../src/_career_landing_hero.scss */
  #career_landing_hero {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
}
/* line 13, ../src/_career_landing_hero.scss */
#career_landing_hero .inner-container {
  width: 964px;
  margin: auto;
}
@media (max-width: 999px) {
  /* line 13, ../src/_career_landing_hero.scss */
  #career_landing_hero .inner-container {
    width: 320px;
    height: auto;
    padding-top: 15px;
  }
}
/* line 23, ../src/_career_landing_hero.scss */
#career_landing_hero .inner-container .new_applicant {
  color: #49484d;
  font-size: 14px;
  text-align: right;
  display: block;
  width: auto;
  padding-right: 20px;
  margin: 20px 0;
  font-family: "Proxima N W01 Bold";
}
/* line 33, ../src/_career_landing_hero.scss */
#career_landing_hero .inner-container .new_applicant a {
  color: #007dc3;
}
/* line 35, ../src/_career_landing_hero.scss */
#career_landing_hero .inner-container .new_applicant a span {
  font-size: 10px;
}
@media (max-width: 999px) {
  /* line 23, ../src/_career_landing_hero.scss */
  #career_landing_hero .inner-container .new_applicant {
    font-size: 12px;
    text-align: left;
    margin: 10px 0 10px 10px;
  }
}
/* line 47, ../src/_career_landing_hero.scss */
#career_landing_hero .inner-container .search_box {
  background: #445c6d;
  width: 455px;
  height: 265px;
  float: left;
  display: block;
  margin-left: 12px;
  margin-right: 12px;
  color: #ffffff;
  padding: 0 30px;
  box-sizing: border-box;
}
@media (max-width: 999px) {
  /* line 47, ../src/_career_landing_hero.scss */
  #career_landing_hero .inner-container .search_box {
    width: 300px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
/* line 67, ../src/_career_landing_hero.scss */
#career_landing_hero .inner-container .search_box .join_us {
  margin-top: 85px;
  font-family: "Proxima N W01 Bold";
}
@media (max-width: 999px) {
  /* line 67, ../src/_career_landing_hero.scss */
  #career_landing_hero .inner-container .search_box .join_us {
    margin-top: 20px;
  }
  /* line 73, ../src/_career_landing_hero.scss */
  #career_landing_hero .inner-container .search_box .join_us span {
    display: block;
  }
}
/* line 80, ../src/_career_landing_hero.scss */
#career_landing_hero .inner-container .search_box #job_search_form input {
  height: 45px;
  margin: 5px 0;
  width: 290px;
  float: left;
  outline: none;
  border: 0;
  padding-left: 10px;
  box-sizing: border-box;
  background: #f3f3f3;
  color: #6c6767;
  font-size: 16px;
  font-family: "Proxima N W01 Reg";
}
@media (max-width: 999px) {
  /* line 80, ../src/_career_landing_hero.scss */
  #career_landing_hero .inner-container .search_box #job_search_form input {
    width: 100%;
  }
}
/* line 99, ../src/_career_landing_hero.scss */
#career_landing_hero .inner-container .search_box #job_search_form button {
  height: 45px;
  margin: 5px 0;
  float: left;
  outline: none;
  border: 0;
  width: 105px;
  background: #ffffff;
  color: #007dc3;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Proxima N W01 Bold";
  cursor: pointer;
}
@media (max-width: 999px) {
  /* line 99, ../src/_career_landing_hero.scss */
  #career_landing_hero .inner-container .search_box #job_search_form button {
    width: 100%;
  }
}
/* line 120, ../src/_career_landing_hero.scss */
#career_landing_hero .inner-container .search_box .employee_link a {
  font-family: "Proxima N W01 Bold";
  color: #ffffff;
  text-transform: uppercase;
}
/* line 124, ../src/_career_landing_hero.scss */
#career_landing_hero .inner-container .search_box .employee_link a span {
  font-size: 10px;
}
@media (max-width: 999px) {
  /* line 120, ../src/_career_landing_hero.scss */
  #career_landing_hero .inner-container .search_box .employee_link a {
    display: block;
  }
}
@media (max-width: 999px) {
  /* line 134, ../src/_career_landing_hero.scss */
  #career_landing_hero .inner-container .search_box form {
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
  }
}
/* line 143, ../src/_career_landing_hero.scss */
#career_landing_hero .inner-container .job {
  height: 265px;
  display: block;
  float: left;
  width: 215px;
  overflow: hidden;
  margin-left: 12px;
  margin-right: 12px;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 999px) {
  /* line 143, ../src/_career_landing_hero.scss */
  #career_landing_hero .inner-container .job {
    width: 280px;
    margin-left: 10px;
    margin-right: 10px;
    height: 285px;
  }
}
/* line 161, ../src/_career_landing_hero.scss */
#career_landing_hero .inner-container .job .inside_job {
  height: 225px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
}
@media (max-width: 999px) {
  /* line 161, ../src/_career_landing_hero.scss */
  #career_landing_hero .inner-container .job .inside_job {
    height: 245px;
  }
}
/* line 173, ../src/_career_landing_hero.scss */
#career_landing_hero .inner-container .job .inside_job img {
  height: 145px;
  margin: -40px auto 0;
  display: block;
}
@media (max-width: 999px) {
  /* line 173, ../src/_career_landing_hero.scss */
  #career_landing_hero .inner-container .job .inside_job img {
    height: 165px;
  }
}
/* line 183, ../src/_career_landing_hero.scss */
#career_landing_hero .inner-container .job .inside_job .title {
  font-family: "Proxima N W01 Bold";
  font-size: 14px;
  color: #49484d;
  text-transform: uppercase;
  margin: 10px 10px 0;
}
@media (max-width: 999px) {
  /* line 183, ../src/_career_landing_hero.scss */
  #career_landing_hero .inner-container .job .inside_job .title {
    margin: 10px 20px 0;
  }
}
/* line 195, ../src/_career_landing_hero.scss */
#career_landing_hero .inner-container .job .inside_job p {
  margin: 10px 20px 0 10px;
  line-height: 130%;
  padding: 0;
  color: #49484d;
}
@media (max-width: 999px) {
  /* line 195, ../src/_career_landing_hero.scss */
  #career_landing_hero .inner-container .job .inside_job p {
    margin: 10px 20px 0 20px;
  }
}
/* line 206, ../src/_career_landing_hero.scss */
#career_landing_hero .inner-container .job .inside_job .learn_more {
  margin: 10px 10px 0;
  text-transform: uppercase;
  color: #007dc3;
  font-size: 12px;
  font-family: "Proxima N W01 Bold";
}
/* line 213, ../src/_career_landing_hero.scss */
#career_landing_hero .inner-container .job .inside_job .learn_more span {
  font-size: 9px;
}
@media (max-width: 999px) {
  /* line 206, ../src/_career_landing_hero.scss */
  #career_landing_hero .inner-container .job .inside_job .learn_more {
    margin: 10px 20px 0;
  }
}

/* line 1, ../src/_careers_landing_job_openings.scss */
#careers_landing_job_openings {
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 1px solid #d8d8d8;
  overflow: hidden;
  margin: 0 auto;
  width: 942px;
  margin-top: 65px;
}
@media (max-width: 999px) {
  /* line 1, ../src/_careers_landing_job_openings.scss */
  #careers_landing_job_openings {
    width: 300px;
  }
}
/* line 14, ../src/_careers_landing_job_openings.scss */
#careers_landing_job_openings h3 {
  font-family: "Proxima N W01 Smbd";
  font-size: 16px;
  color: #6c6767;
  margin-bottom: 30px;
  text-transform: uppercase;
}
/* line 22, ../src/_careers_landing_job_openings.scss */
#careers_landing_job_openings li {
  display: block;
  width: 275px;
  margin-right: 30px;
  float: left;
  margin-bottom: 30px;
}
/* line 29, ../src/_careers_landing_job_openings.scss */
#careers_landing_job_openings li .job_title,
#careers_landing_job_openings li .location {
  display: inline;
  color: #49484d;
  font-size: 16px;
  font-family: "Proxima N W01 Smbd";
}
/* line 37, ../src/_careers_landing_job_openings.scss */
#careers_landing_job_openings li .date {
  font-size: 10px;
  color: #8d8d8d;
  font-family: "Proxima N W01 Smbd";
  text-transform: uppercase;
}
/* line 45, ../src/_careers_landing_job_openings.scss */
#careers_landing_job_openings a.more_jobs {
  margin-bottom: 20px;
  display: block;
  text-transform: uppercase;
  color: #007dc3;
  font-size: 12px;
  font-family: "Proxima N W01 Bold";
  float: right;
}
/* line 54, ../src/_careers_landing_job_openings.scss */
#careers_landing_job_openings a.more_jobs span {
  font-size: 9px;
}
@media (max-width: 999px) {
  /* line 45, ../src/_careers_landing_job_openings.scss */
  #careers_landing_job_openings a.more_jobs {
    float: left;
  }
}

/* line 1, ../src/_footer.scss */
#footer {
  width: 100%;
  padding: 45px 0;
  background: #333;
  color: #d8d8d8;
  font-family: "Proxima N W01 Reg", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 50px;
  /*Global Footer Styles*/
}
@media (max-width: 999px) {
  /* line 1, ../src/_footer.scss */
  #footer {
    padding: 25px 0;
    background: #333;
  }
}
/* line 13, ../src/_footer.scss */
#footer #footer_navigation,
#footer #footer_legals {
  overflow: hidden;
}
/* line 19, ../src/_footer.scss */
#footer #footer_container {
  padding: 0;
}
@media (max-width: 999px) {
  /* line 19, ../src/_footer.scss */
  #footer #footer_container {
    padding-top: 50px;
    width: 320px;
  }
}
/* line 28, ../src/_footer.scss */
#footer #footer_navigation {
  padding: 5px 78px 0 2px;
  float: right;
}
@media (max-width: 999px) {
  /* line 28, ../src/_footer.scss */
  #footer #footer_navigation {
    float: left;
  }
}
/* line 37, ../src/_footer.scss */
#footer #footer_navigation ul li {
  padding: 0 0 6px 0;
}
@media (max-width: 999px) {
  /* line 41, ../src/_footer.scss */
  #footer #footer_navigation {
    width: 100%;
  }
}
@media (max-width: 999px) {
  /* line 46, ../src/_footer.scss */
  #footer #footer_navigation .nav {
    width: 100%;
  }
}
/* line 52, ../src/_footer.scss */
#footer #footer_navigation .left,
#footer #footer_navigation .right {
  clear: both;
  width: 100%;
}
@media (max-width: 999px) {
  /* line 52, ../src/_footer.scss */
  #footer #footer_navigation .left,
  #footer #footer_navigation .right {
    width: 45%;
    float: left;
    clear: none;
  }
}
@media (max-width: 999px) {
  /* line 64, ../src/_footer.scss */
  #footer #footer_navigation .left {
    margin-left: 10px;
  }
}
/* line 71, ../src/_footer.scss */
#footer a:hover,
#footer a {
  color: #d8d8d8;
}
/* line 76, ../src/_footer.scss */
#footer #footer_corp_statement {
  font-size: 12px;
  float: left;
  width: 500px;
  padding: 0 0 40px;
}
@media (max-width: 999px) {
  /* line 76, ../src/_footer.scss */
  #footer #footer_corp_statement {
    width: 320px;
    padding-bottom: 15px;
  }
}
/* line 88, ../src/_footer.scss */
#footer #footer_logo {
  background: url("../../image/logo-footer.jpg") 0px 0px no-repeat;
  width: 226px;
  height: 59px;
  margin-bottom: 10px;
}
@media (max-width: 999px) {
  /* line 88, ../src/_footer.scss */
  #footer #footer_logo {
    position: absolute;
    top: 0;
    left: 10px;
    background-size: 100px 26px;
    width: 100px;
    height: 26px;
  }
}
/* line 104, ../src/_footer.scss */
#footer #footer_corp_statement p {
  padding: 0;
}
@media (max-width: 999px) {
  /* line 104, ../src/_footer.scss */
  #footer #footer_corp_statement p {
    border-top: 1px solid #656565;
    border-bottom: 1px solid #656565;
    padding: 15px 15px;
  }
}
/* line 114, ../src/_footer.scss */
#footer #footer_legals {
  padding: 0;
  float: left;
  width: 460px;
  clear: left;
}
@media (max-width: 999px) {
  /* line 114, ../src/_footer.scss */
  #footer #footer_legals {
    width: 320px;
  }
}
/* line 125, ../src/_footer.scss */
#footer #footer_legals p {
  float: left;
  text-transform: uppercase;
  font-size: 10px;
  padding-bottom: 0;
}
/* line 132, ../src/_footer.scss */
#footer #footer_legals ul {
  font-size: 12px;
  line-height: 12px;
}
@media (max-width: 999px) {
  /* line 132, ../src/_footer.scss */
  #footer #footer_legals ul {
    font-size: 10px;
    text-align: center;
  }
}
/* line 142, ../src/_footer.scss */
#footer #footer_legals li {
  display: inline;
  padding: 0 5px 0 8px;
  border-left: 1px solid #666;
  line-height: 12px;
}
/* line 149, ../src/_footer.scss */
#footer #footer_legals li:first-child {
  border-left: 0;
  padding-left: 0;
}
/* line 154, ../src/_footer.scss */
#footer #footer_legals li:last-child {
  padding-right: 0;
}
/* line 162, ../src/_footer.scss */
#footer #footer_social {
  float: right;
  padding: 5px 0 0;
}
@media (max-width: 999px) {
  /* line 162, ../src/_footer.scss */
  #footer #footer_social {
    float: none;
    width: 100%;
    border-top: 1px solid #656565;
    border-bottom: 1px solid #656565;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/* line 178, ../src/_footer.scss */
#footer #footer_social span.icon {
  width: 22px;
  height: 22px;
  overflow: hidden;
  margin-right: 5px;
  background-color: #8d8d8d;
  color: #ffffff;
  text-align: center;
  padding-top: 5px;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  vertical-align: bottom;
}
@media (max-width: 999px) {
  /* line 178, ../src/_footer.scss */
  #footer #footer_social span.icon {
    width: 35px;
    height: 35px;
    font-size: 20px;
    padding-top: 7px;
  }
}
@media (max-width: 999px) {
  /* line 202, ../src/_footer.scss */
  #footer #footer_social span.desktop {
    display: none;
  }
}
/* line 208, ../src/_footer.scss */
#footer #footer_social ul li {
  padding: 0 30px 10px 0;
}
@media (max-width: 999px) {
  /* line 208, ../src/_footer.scss */
  #footer #footer_social ul li {
    display: inline-block;
    float: left;
    padding: 0px 9px 5px 9px;
    width: 35px;
  }
}

/* line 223, ../src/_footer.scss */
body.terms #content_container ul {
  list-style: disc;
  margin-left: 20px;
}

/* line 231, ../src/_footer.scss */
body.privacy #content_container ol {
  list-style-position: inside;
}

/* line 1, ../src/_contact.scss */
.find_answers {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
  border-bottom: 2px solid #333333;
  font-family: "Proxima N W01 Reg";
  font-size: 14px;
  color: #49484d;
}
/* line 13, ../src/_contact.scss */
.find_answers a {
  color: #007dc3;
}
@media (max-width: 999px) {
  /* line 1, ../src/_contact.scss */
  .find_answers {
    width: 300px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
  }
}

/* line 26, ../src/_contact.scss */
#dropdown.auxiliary .page_title.contact_form {
  background-color: #f3f3f3;
  color: #007dc3;
}
/* line 30, ../src/_contact.scss */
#dropdown.auxiliary .page_title.contact_form.selected {
  background-color: #333333;
  color: #ffffff;
}
/* line 37, ../src/_contact.scss */
#dropdown.auxiliary.open .page_title.contact_form {
  color: #007dc3;
}

/* line 46, ../src/_contact.scss */
#content_with_sidebar #sidebar.auxiliary ul {
  border-top: none;
}
/* line 50, ../src/_contact.scss */
#content_with_sidebar #sidebar.auxiliary h2 {
  margin-bottom: 15px;
  font-family: "Proxima N W01 Reg";
  text-transform: uppercase;
  color: #49484d;
  font-size: 14px;
}
@media (max-width: 999px) {
  /* line 60, ../src/_contact.scss */
  #content_with_sidebar #content_container.auxiliary form {
    margin-top: 0;
  }
  /* line 64, ../src/_contact.scss */
  #content_with_sidebar #content_container.auxiliary form #iFrameId {
    width: 300px !important;
    overflow: hidden;
    height: 1800px;
  }
}
/* line 72, ../src/_contact.scss */
#content_with_sidebar #content_container.auxiliary form #iFrameId {
  width: 100%;
}
/* line 76, ../src/_contact.scss */
#content_with_sidebar #content_container.auxiliary form fieldset {
  border: none;
}
/* line 79, ../src/_contact.scss */
#content_with_sidebar #content_container.auxiliary form #potential-supplier-inquiries fieldset {
  padding: 10px;
  border: 1px solid #999;
}
/* line 83, ../src/_contact.scss */
#content_with_sidebar #content_container.auxiliary form #potential-supplier-inquiries fieldset input {
  width: 100%;
  box-sizing: border-box;
  height: 35px;
}
/* line 90, ../src/_contact.scss */
#content_with_sidebar #content_container.auxiliary form input,
#content_with_sidebar #content_container.auxiliary form textarea {
  display: block;
  border: none;
  outline: none;
  background-color: #f2f2f2;
  margin-bottom: 15px;
  color: #555555;
  font: 14px "proxima-nova","proxima-nova-2","Helvetica Neue",Helvetica,Arial,sans-serif;
}
/* line 102, ../src/_contact.scss */
#content_with_sidebar #content_container.auxiliary form input {
  height: 25px;
  width: 100%;
}
/* line 107, ../src/_contact.scss */
#content_with_sidebar #content_container.auxiliary form textarea {
  width: 100%;
  box-sizing: border-box;
  height: 135px;
}
@media (max-width: 999px) {
  /* line 107, ../src/_contact.scss */
  #content_with_sidebar #content_container.auxiliary form textarea {
    width: 300px;
  }
}
/* line 117, ../src/_contact.scss */
#content_with_sidebar #content_container.auxiliary form label {
  font-size: 12px;
  font-family: "proxima-nova","proxima-nova-2","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #49484d;
  font-weight: 600;
}
/* line 124, ../src/_contact.scss */
#content_with_sidebar #content_container.auxiliary form input[type=text],
#content_with_sidebar #content_container.auxiliary form textarea {
  padding: 5px;
}
/* line 128, ../src/_contact.scss */
#content_with_sidebar #content_container.auxiliary form input[type=submit] {
  clear: both;
  margin-top: 30px;
  width: auto;
  display: block;
  padding: 10px 20px;
  box-sizing: border-box;
  height: 35px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Proxima N W01 Bold";
  background-color: #333333;
  cursor: pointer;
}

/* line 146, ../src/_contact.scss */
.error {
  color: #D8000C;
  background-color: #FFBABA;
  border: red 1px solid;
  padding: 10px;
  font-weight: bold;
}

/* line 154, ../src/_contact.scss */
.success {
  color: #4F8A10;
  background-color: #DFF2BF;
  border: green 1px solid;
  padding: 10px;
  font-weight: bold;
}

/* line 162, ../src/_contact.scss */
#recaptcha_widget {
  max-width: 450px;
}
/* line 165, ../src/_contact.scss */
#recaptcha_widget #recaptcha_left {
  float: left;
  clear: both;
}
/* line 170, ../src/_contact.scss */
#recaptcha_widget #recaptcha_challenge_image {
  width: 225px;
}
/* line 174, ../src/_contact.scss */
#recaptcha_widget .recaptcha_links {
  float: right;
  text-align: right;
}
/* line 179, ../src/_contact.scss */
#recaptcha_widget .recaptcha_reload a:after {
  content: "\ea2e";
  font-family: icons;
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
}
/* line 186, ../src/_contact.scss */
#recaptcha_widget .recaptcha_only_if_image a:after {
  content: "\ea27";
  font-family: icons;
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
}
/* line 193, ../src/_contact.scss */
#recaptcha_widget .recaptcha_help a:after {
  content: "\ea0c";
  font-family: icons;
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
}

/* line 203, ../src/_contact.scss */
.form_legend {
  font-family: "Proxima N W01 Reg";
  font-size: 14px;
  margin-bottom: 10px;
}
/* line 208, ../src/_contact.scss */
.form_legend ul {
  margin-bottom: 10px;
}
/* line 214, ../src/_contact.scss */
.form_legend li:not(:first-child) {
  display: none;
}

/* line 2, ../src/_awards.scss */
#content_with_sidebar #content_container.page #awards_and_rec .award {
  height: 270px;
  width: 270px;
  float: left;
  background: #831F3A;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
/* line 12, ../src/_awards.scss */
#content_with_sidebar #content_container.page #awards_and_rec .award a,
#content_with_sidebar #content_container.page #awards_and_rec .award h2 {
  color: inherit;
  font-weight: 600;
}
/* line 18, ../src/_awards.scss */
#content_with_sidebar #content_container.page #awards_and_rec .first_in_row {
  margin-right: 20px;
}
/* line 22, ../src/_awards.scss */
#content_with_sidebar #content_container.page #awards_and_rec .bottom_border {
  background: #67b9d5;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
}
/* line 31, ../src/_awards.scss */
#content_with_sidebar #content_container.page #awards_and_rec .image_holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #831F3A;
}
/* line 39, ../src/_awards.scss */
#content_with_sidebar #content_container.page #awards_and_rec .image_holder img {
  margin: 0 auto;
  height: 100%;
  display: block;
}
/* line 45, ../src/_awards.scss */
#content_with_sidebar #content_container.page #awards_and_rec .award:hover img {
  display: none;
}
/* line 49, ../src/_awards.scss */
#content_with_sidebar #content_container.page #awards_and_rec .award .award_blurb {
  width: 210px;
  padding: 15px 30px 0;
}
/* line 54, ../src/_awards.scss */
#content_with_sidebar #content_container.page #awards_and_rec .awards_pagination {
  font-size: 11px;
  line-height: 18px;
  text-align: center;
}
/* line 60, ../src/_awards.scss */
#content_with_sidebar #content_container.page #awards_and_rec .awards_pagination a {
  color: #666666;
}
/* line 64, ../src/_awards.scss */
#content_with_sidebar #content_container.page #awards_and_rec .awards_pagination .prev {
  background: url("../../image/arrow-black-left.gif") 0 1px no-repeat;
  padding-left: 10px;
  margin-right: 30px;
}
/* line 70, ../src/_awards.scss */
#content_with_sidebar #content_container.page #awards_and_rec .awards_pagination .next {
  background: url("../../image/arrow-black-right.gif") 100% 1px no-repeat;
  padding-right: 10px;
}
/* line 75, ../src/_awards.scss */
#content_with_sidebar #content_container.page #awards_and_rec .awards_pagination .count a {
  margin-right: 30px;
}
/* line 79, ../src/_awards.scss */
#content_with_sidebar #content_container.page #awards_and_rec .awards_pagination .count a.selected {
  font-weight: bold;
}

/* Crisis Management */
/* line 3, ../src/_crisis.scss */
body.crisis #header,
body.crisis .main-content-wrapper {
  width: 940px;
  margin: 0 auto;
}
@media (max-width: 999px) {
  /* line 8, ../src/_crisis.scss */
  body.crisis #header {
    width: 100%;
  }
}
@media (max-width: 999px) {
  /* line 13, ../src/_crisis.scss */
  body.crisis .main-content-wrapper {
    width: 100%;
    padding: 0 20px;
  }
}

/* line 20, ../src/_crisis.scss */
.page-header-crisis {
  background: #fdb813 url("../../image/crisis-management-header-bg.png") no-repeat left top;
  text-transform: uppercase;
  text-align: left;
  height: 67px;
  margin-bottom: 30px;
  clear: both;
}

/* line 29, ../src/_crisis.scss */
#crisis-title {
  width: 100%;
  margin-bottom: 30px;
}

/* line 34, ../src/_crisis.scss */
#crisis-title h1 {
  width: 618px;
  text-align: left;
}

/* line 39, ../src/_crisis.scss */
.crisis-content-left {
  width: 618px;
  float: left;
}

/* line 44, ../src/_crisis.scss */
.crisis-sidebar {
  width: 241px;
  float: right;
}
@media (max-width: 999px) {
  /* line 44, ../src/_crisis.scss */
  .crisis-sidebar {
    clear: both;
    float: left;
  }
}

/* line 54, ../src/_crisis.scss */
.crisis-sidebar h4 {
  padding-bottom: 22px;
  font-size: 16px;
  font-family: "Proxima N W01 Smbd";
}

/* line 60, ../src/_crisis.scss */
.crisis-sidebar li {
  padding: 0 0 6px 0;
}

/* line 64, ../src/_crisis.scss */
.crisis-sidebar a {
  color: #007dc3;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Proxima N W01 Smbd";
}

/* line 70, ../src/_crisis.scss */
.crisis-sidebar a:before {
  content: "\e604\00a0";
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 83, ../src/_crisis.scss */
.crisis-sidebar a:hover {
  text-decoration: underline;
}

@media (max-width: 999px) {
  /* line 3, ../src/_locator.scss */
  body.locator #breadcrumbs,
  body.locator .footer_page_content {
    width: 320px;
  }
}
/* line 8, ../src/_locator.scss */
body.locator #locatorIFrame {
  margin-top: 30px;
  width: 640px;
}
@media (max-width: 999px) {
  /* line 8, ../src/_locator.scss */
  body.locator #locatorIFrame {
    margin-top: 0;
    width: 100%;
  }
  /* line 16, ../src/_locator.scss */
  body.locator #locatorIFrame table, body.locator #locatorIFrame tr, body.locator #locatorIFrame th, body.locator #locatorIFrame td {
    display: block;
    background: cornsilk;
  }
}
/* line 23, ../src/_locator.scss */
body.locator #locatorIFrame fieldset {
  border: none;
}
/* line 27, ../src/_locator.scss */
body.locator #locatorIFrame input,
body.locator #locatorIFrame textarea {
  display: block;
  border: none;
  outline: none;
  background-color: #d8d8d8;
  margin-bottom: 15px;
}
/* line 36, ../src/_locator.scss */
body.locator #locatorIFrame input {
  height: 25px;
  width: 225px;
}
/* line 41, ../src/_locator.scss */
body.locator #locatorIFrame textarea {
  width: 450px;
  height: 125px;
}
@media (max-width: 999px) {
  /* line 41, ../src/_locator.scss */
  body.locator #locatorIFrame textarea {
    width: 300px;
  }
}
/* line 50, ../src/_locator.scss */
body.locator #locatorIFrame label {
  font-size: 14px;
  font-family: "Proxima N W01 Reg";
  color: #49484d;
}
/* line 56, ../src/_locator.scss */
body.locator #locatorIFrame input[type=submit] {
  margin-top: 30px;
  width: auto;
  display: block;
  padding: 10px 20px;
  box-sizing: border-box;
  height: 35px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Proxima N W01 Bold";
  background-color: #333333;
  cursor: pointer;
}

/* line 1, ../src/_rss.scss */
.rss-feeds {
  float: left;
  width: 100%;
}
/* line 6, ../src/_rss.scss */
.rss-feeds ul {
  margin: 0;
}
/* line 11, ../src/_rss.scss */
.rss-feeds p {
  font-family: "proxima-nova", "proxima-nova-2", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #888;
  font-weight: normal;
}
/* line 18, ../src/_rss.scss */
.rss-feeds li {
  line-height: 30px;
  vertical-align: center;
  padding-left: 26px;
  margin-left: 35px;
  margin-bottom: 20px;
  background: url("/image/rss.png") left center no-repeat;
  list-style: none;
  width: 250px;
  position: relative;
  display: inline-block;
}
/* line 31, ../src/_rss.scss */
.rss-feeds li a {
  position: absolute;
  right: 10px;
}
