/* fonts
---------------------------------------------------*/
/* default grid - desktop
---------------------------------------------------*/
/* breakpoints
---------------------------------------------------*/
/*
	~1. at-breakpoint
	~2. grid
		~2.1 grid-padding
		~2.2 span-columns
		~2.3 span-columns-with-gutter
		~2.4 omega
		~2.5 inner-padding-left
		~2.6 inner-padding-right
		~2.7 offset-left
		~2.8 offset-right
		~2.9 offset-left-padding
		~2.10 offset-right-padding
		~2.11 offset-right-padding-omega
		~2.12 offset-left-gutter
		~2.13 offset-right-gutter
		~2.14 offset-left-grid-padding
		~2.15 offset-right-grid-padding
		~2.16 offset-left-gutter-padding
		~2.17 offset-right-gutter-padding
		~2.17 row
		~2.18 full-width
	~3. clearfix
	~4. visually-hidden
	~5. Emprint
	~6. sprites
		~6.1 sprite-pseudo
		~6.2 sprite-logos
		~6.3 sprite-top-utility
		~6.4 sprite-nav
		~6.5 sprite-main
		~6.6 sprite-country
		~6.7 sprite-footer
		~6.8 sprite-form
*/
/* ~1. at-breakpoint
---------------------------------------------------*/
/* ~2. grid
---------------------------------------------------*/
/* ~2.1 grid-padding
---------------------------------------------------*/
/* ~2.2 span-columns
---------------------------------------------------*/
/* ~2.3 span-columns-with-gutter
---------------------------------------------------*/
/* ~2.4 omega
---------------------------------------------------*/
/* ~2.5 inner-padding-left
---------------------------------------------------*/
/* ~2.6 inner-padding-right
---------------------------------------------------*/
/* ~2.7 offset-left
---------------------------------------------------*/
/* ~2.8 offset-right
---------------------------------------------------*/
/* ~2.9 offset-left-padding
---------------------------------------------------*/
/* ~2.10 offset-right-padding
---------------------------------------------------*/
/* ~2.11 offset-right-padding-omega
---------------------------------------------------*/
/* ~2.12 offset-left-gutter
---------------------------------------------------*/
/* ~2.13 offset-right-gutter
---------------------------------------------------*/
/* ~2.14 offset-left-grid-padding
---------------------------------------------------*/
/* ~2.15 offset-right-grid-padding
---------------------------------------------------*/
/* ~2.16 offset-left-gutter-padding
---------------------------------------------------*/
/* ~2.17 offset-right-gutter-padding
---------------------------------------------------*/
/* ~2.17 row
---------------------------------------------------*/
/* ~2.18 full-width
---------------------------------------------------*/
/* ~3. clearfix
---------------------------------------------------*/
/* ~4. visually-hidden
---------------------------------------------------*/
/* ~5. Emprint
---------------------------------------------------*/
/* ~6. sprites
---------------------------------------------------*/
/* ~6.1 sprite-pseudo
---------------------------------------------------*/
/* ~6.2 sprite-logos
---------------------------------------------------*/
/* ~6.3 sprite-top-utility
---------------------------------------------------*/
/* ~6.4 sprite-nav
---------------------------------------------------*/
/* ~6.5 sprite-main
---------------------------------------------------*/
/* ~6.6 sprite-country
---------------------------------------------------*/
/* ~6.7 sprite-footer
---------------------------------------------------*/
/* ~6.8 sprite-form
---------------------------------------------------*/
/*
	~1. BREAKPOINT - large screen
		~1.1 overlay
		~1.2 nav base
		~1.3 nav text treatment
		~1.4 nav dropdown sections
		~1.5 accessibility
	~2. BREAKPOINT - not large screen
		~2.1 nav base
		~2.2 mobile nav base
		~2.3 mobile nav text treatment
	~2. BREAKPOINT - small screen specific changes
*/
/* ~1. BREAKPOINT - large screen
---------------------------------------------------
---------------------------------------------------*/
/* line 23, ../../sass/modules/global-navigation.scss */
#wrapper {
  /* ~1.1 overlay
  ---------------------------------------------------
  ---------------------------------------------------*/
  /* ~1.2 nav base
  ---------------------------------------------------
  ---------------------------------------------------*/
  /* ~1.5 accessibility
  ---------------------------------------------------
  ---------------------------------------------------*/
}
/* line 28, ../../sass/modules/global-navigation.scss */
#wrapper .dropdown-overlay {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}
/* line 38, ../../sass/modules/global-navigation.scss */
#wrapper .dropdown-overlay._global-nav-dropdown-open {
  display: block;
}
/* line 46, ../../sass/modules/global-navigation.scss */
#wrapper .mega-nav {
  float: left;
  margin-left: -2.08333%;
  position: relative;
  width: 104.16667%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ce161f), color-stop(100%, #b8131c));
  background-image: -webkit-linear-gradient(center top, #ce161f, #b8131c);
  background-image: -moz-linear-gradient(center top, #ce161f, #b8131c);
  background-image: -o-linear-gradient(center top, #ce161f, #b8131c);
  background-image: linear-gradient(center top, #ce161f, #b8131c);
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.08);
  background-color: #c3151d;
  z-index: 31;
}
/* line 278, ../../sass/_mixins.scss */
#wrapper .mega-nav .inner {
  padding: 0 2%;
}
/* line 54, ../../sass/modules/global-navigation.scss */
#wrapper .mega-nav .header {
  -webkit-box-shadow: #a21118 0 5px 0 0 inset;
  -moz-box-shadow: #a21118 0 5px 0 0 inset;
  box-shadow: #a21118 0 5px 0 0 inset;
  position: relative;
  z-index: 3;
}
/* line 60, ../../sass/modules/global-navigation.scss */
#wrapper .mega-nav .header .dropdown-handle-main {
  display: none;
}
/* line 64, ../../sass/modules/global-navigation.scss */
#wrapper .mega-nav .header .nav-main {
  clear: both;
  height: 100px;
  width: 100%;
  /* ~1.3 nav text treatment
  ---------------------------------------------------
  ---------------------------------------------------*/
}
/* line 69, ../../sass/modules/global-navigation.scss */
#wrapper .mega-nav .header .nav-main h3 {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 74, ../../sass/modules/global-navigation.scss */
#wrapper .mega-nav .header .nav-main .dropdown-wrapper {
  margin-right: -2.08333%;
  float: right;
}
/* line 80, ../../sass/modules/global-navigation.scss */
#wrapper .mega-nav .header .nav-main .logo-wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 2.60417%;
  width: 14.49653%;
  float: left;
  height: 100%;
  position: relative;
}
/* line 86, ../../sass/modules/global-navigation.scss */
#wrapper .mega-nav .header .nav-main .logo-wrapper .logo {
  -webkit-background-size: 1000px 30px;
  -moz-background-size: 1000px 30px;
  -o-background-size: 1000px 30px;
  background-size: 1000px 30px;
  background-image: url(/sites/exxonmobil.newshq.businesswire.com/themes/exxonmobil_newshq_businesswire_com_theme/client_files/Images/icons/icon-logos.svg);
  background-repeat: no-repeat;
  display: block;
  height: 28px;
  margin-top: -14px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999em;
  top: 50%;
  width: 147px;
}
/* line 339, ../../sass/_mixins.scss */
.lt-ie9 #wrapper .mega-nav .header .nav-main .logo-wrapper .logo {
  background-image: url(/sites/exxonmobil.newshq.businesswire.com/themes/exxonmobil_newshq_businesswire_com_theme/client_files/Images/icons/icon-logos.png);
}
/* line 103, ../../sass/modules/global-navigation.scss */
#wrapper .mega-nav .header .nav-main .nav-category {
  float: left;
}
/* line 106, ../../sass/modules/global-navigation.scss */
#wrapper .mega-nav .header .nav-main .nav-category .dropdown-parent {
  float: left;
  /* ~1.4 nav dropdown sections
  ---------------------------------------------------
  ---------------------------------------------------*/
}
/* line 110, ../../sass/modules/global-navigation.scss */
#wrapper .mega-nav .header .nav-main .nav-category .dropdown-parent h3.dropdown-handle a.nav-item {
  color: #FAFAFA;
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: 20px;
  line-height: 20px;
  outline-color: #000000;
  padding: 40px 25px;
  position: relative;
  text-decoration: none;
  text-shadow: 0 -2px 1px #990203;
}
@media print, screen and (min-width: 1200px) {
  /* line 110, ../../sass/modules/global-navigation.scss */
  #wrapper .mega-nav .header .nav-main .nav-category .dropdown-parent h3.dropdown-handle a.nav-item {
    padding: 40px 38px;
  }
}
/* line 128, ../../sass/modules/global-navigation.scss */
#wrapper .mega-nav .header .nav-main .nav-category .dropdown-parent h3.dropdown-handle a.nav-item:before {
  content: '\b7';
  display: block;
  font-size: 12px;
  position: absolute;
  right: -3px;
  top: 40px;
}
/* line 137, ../../sass/modules/global-navigation.scss */
#wrapper .mega-nav .header .nav-main .nav-category .dropdown-parent h3.dropdown-handle a.nav-item:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-background-size: 50px 550px;
  -moz-background-size: 50px 550px;
  -o-background-size: 50px 550px;
  background-size: 50px 550px;
  background-image: url(/sites/exxonmobil.newshq.businesswire.com/themes/exxonmobil_newshq_businesswire_com_theme/client_files/Images/icons/icon-nav.svg);
  background-repeat: no-repeat;
  background-position: center 100px;
  height: 12px;
  margin-left: -7px;
  left: 50%;
  top: 67px;
  width: 14px;
}
/* line 365, ../../sass/_mixins.scss */
.lt-ie9 #wrapper .mega-nav .header .nav-main .nav-category .dropdown-parent h3.dropdown-handle a.nav-item:after {
  background-image: url(/sites/exxonmobil.newshq.businesswire.com/themes/exxonmobil_newshq_businesswire_com_theme/client_files/Images/icons/icon-nav.png);
}
/* line 149, ../../sass/modules/global-navigation.scss */
#wrapper .mega-nav .header .nav-main .nav-category .dropdown-parent h3.dropdown-handle a.nav-item:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d2333b), color-stop(100%, #bf3137));
  background-image: -webkit-linear-gradient(center top, #d2333b, #bf3137);
  background-image: -moz-linear-gradient(center top, #d2333b, #bf3137);
  background-image: -o-linear-gradient(center top, #d2333b, #bf3137);
  background-image: linear-gradient(center top, #d2333b, #bf3137);
  -webkit-box-shadow: #b72c34 0 5px 0 0 inset;
  -moz-box-shadow: #b72c34 0 5px 0 0 inset;
  box-shadow: #b72c34 0 5px 0 0 inset;
  background-color: #c53139;
}
/* line 155, ../../sass/modules/global-navigation.scss */
#wrapper .mega-nav .header .nav-main .nav-category .dropdown-parent h3.dropdown-handle a.nav-item:hover:before {
  display: none;
}
/* line 159, ../../sass/modules/global-navigation.scss */
#wrapper .mega-nav .header .nav-main .nav-category .dropdown-parent h3.dropdown-handle a.nav-item:hover:after {
  background-position: center -17px;
}
/* line 165, ../../sass/modules/global-navigation.scss */
#wrapper .mega-nav .header .nav-main .nav-category .dropdown-parent h3.dropdown-handle._global-nav-dropdown-open a {
  background: #fafafa;
  color: #c20b15;
  text-shadow: 0 0 0;
  z-index: 1;
}
/* line 171, ../../sass/modules/global-navigation.scss */
#wrapper .mega-nav .header .nav-main .nav-category .dropdown-parent h3.dropdown-handle._global-nav-dropdown-open a:after {
  background-position: center -69px;
}
/* line 175, ../../sass/modules/global-navigation.scss */
#wrapper .mega-nav .header .nav-main .nav-category .dropdown-parent h3.dropdown-handle._global-nav-dropdown-open a:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #fafafa;
}
/* line 180, ../../sass/modules/global-navigation.scss */
#wrapper .mega-nav .header .nav-main .nav-category .dropdown-parent h3.dropdown-handle._global-nav-dropdown-open a:hover:after {
  background-position: center -69px;
}
/* line 190, ../../sass/modules/global-navigation.scss */
#wrapper .mega-nav .header .nav-main .nav-category .dropdown-parent .dropdown {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #fafafa));
  background-image: -webkit-linear-gradient(center top, #f2f2f2, #fafafa);
  background-image: -moz-linear-gradient(center top, #f2f2f2, #fafafa);
  background-image: -o-linear-gradient(center top, #f2f2f2, #fafafa);
  background-image: linear-gradient(center top, #f2f2f2, #fafafa);
  background: #fafafa;
  display: none;
  left: 0;
  padding: 10px 0 70px;
  position: absolute;
  width: 100%;
  z-index: 31;
}
/* line 201, ../../sass/modules/global-navigation.scss */
#wrapper .mega-nav .header .nav-main .nav-category .dropdown-parent .dropdown._global-nav-dropdown-open {
  display: block;
}
/* line 205, ../../sass/modules/global-navigation.scss */
#wrapper .mega-nav .header .nav-main .nav-category .dropdown-parent .dropdown .row {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 2%;
  padding-right: 2%;
  width: 100%;
  float: left;
  overflow: hidden;
}
/* line 212, ../../sass/modules/global-navigation.scss */
#wrapper .mega-nav .header .nav-main .nav-category .dropdown-parent .dropdown .column {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 2.60417%;
  width: 23.04688%;
  float: left;
  border-left: 1px solid #e8e8e8;
  float: left;
  left: -5.125%;
  margin-bottom: -99999px;
  margin-top: 33px;
  padding: 0 1.5% 99999px 5.125%;
  position: relative;
}
/* line 223, ../../sass/modules/global-navigation.scss */
#wrapper .mega-nav .header .nav-main .nav-category .dropdown-parent .dropdown .column .section {
  float: none;
}
/* line 226, ../../sass/modules/global-navigation.scss */
#wrapper .mega-nav .header .nav-main .nav-category .dropdown-parent .dropdown .column .section h4 {
  font-size: 17px;
  margin: 50px 0 22px;
}
/* line 230, ../../sass/modules/global-navigation.scss */
#wrapper .mega-nav .header .nav-main .nav-category .dropdown-parent .dropdown .column .section h4 a {
  color: #3D3D3D;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}
/* line 237, ../../sass/modules/global-navigation.scss */
#wrapper .mega-nav .header .nav-main .nav-category .dropdown-parent .dropdown .column .section h4:hover {
  text-decoration: underline;
}
/* line 242, ../../sass/modules/global-navigation.scss */
#wrapper .mega-nav .header .nav-main .nav-category .dropdown-parent .dropdown .column .section li {
  font-size: 15px;
  line-height: 1;
  margin: 17px 0 0;
}
/* line 247, ../../sass/modules/global-navigation.scss */
#wrapper .mega-nav .header .nav-main .nav-category .dropdown-parent .dropdown .column .section li a {
  color: #A8A8A8;
  font-weight: 400;
  text-decoration: none;
}
/* line 252, ../../sass/modules/global-navigation.scss */
#wrapper .mega-nav .header .nav-main .nav-category .dropdown-parent .dropdown .column .section li a:hover {
  color: #3d3d3d;
  text-decoration: underline;
}
/* line 260, ../../sass/modules/global-navigation.scss */
#wrapper .mega-nav .header .nav-main .nav-category .dropdown-parent .dropdown .column .section:first-child h4 {
  margin: 0 0 22px;
}
/* line 267, ../../sass/modules/global-navigation.scss */
#wrapper .mega-nav .header .nav-main .nav-category .dropdown-parent .dropdown .column:first-child {
  border-left: 0 none;
}
/* line 271, ../../sass/modules/global-navigation.scss */
#wrapper .mega-nav .header .nav-main .nav-category .dropdown-parent .dropdown .column:last-child {
  float: right;
  margin-right: 0;
}
/* line 286, ../../sass/modules/global-navigation.scss */
#wrapper .accessibility-wrapper {
  position: relative;
}
/* line 290, ../../sass/modules/global-navigation.scss */
#wrapper .accessible {
  background-color: #fff;
  left: -9999px;
  padding: 20px;
  position: absolute;
  top: 0;
  z-index: 1000;
}
/* line 298, ../../sass/modules/global-navigation.scss */
#wrapper .accessible:focus {
  left: 0;
}
/* line 304, ../../sass/modules/global-navigation.scss */
#wrapper a:focus {
  outline: 1px dotted black;
}

/* ~2. BREAKPOINT - not large screen
---------------------------------------------------
---------------------------------------------------*/
@media print, screen and (min-width: 0) and (max-width: 1000px) {
  /* line 314, ../../sass/modules/global-navigation.scss */
  .mobile #wrapper {
    /* ~2.1 nav base
    ---------------------------------------------------
    ---------------------------------------------------*/
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(1, 0.25, 0.25, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0.25, 0.25, 1);
    -o-transition-timing-function: cubic-bezier(1, 0.25, 0.25, 1);
    transition-timing-function: cubic-bezier(1, 0.25, 0.25, 1);
    background: #fafafa;
    height: 100%;
    left: 0;
    max-width: 100%;
    position: relative;
    width: 100%;
  }
  /* line 329, ../../sass/modules/global-navigation.scss */
  .mobile #wrapper._global-nav-dropdown-open {
    left: -320px;
  }
  /* line 333, ../../sass/modules/global-navigation.scss */
  .mobile #wrapper .header {
    max-width: 100%;
  }
  /* line 336, ../../sass/modules/global-navigation.scss */
  .mobile #wrapper .header .nav-main {
    height: 90px;
  }
  /* line 340, ../../sass/modules/global-navigation.scss */
  .mobile #wrapper .header .nav-main .logo-wrapper {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 2.60417%;
    width: 23.04688%;
    float: left;
    height: 90px;
  }
  /* line 345, ../../sass/modules/global-navigation.scss */
  .mobile #wrapper .header .nav-main .dropdown-wrapper {
    margin-right: 0;
  }
  /* line 349, ../../sass/modules/global-navigation.scss */
  .mobile #wrapper .header .nav-main .dropdown-handle-main {
    display: block;
    float: right;
    height: 90px;
    margin-left: 8px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 44px;
  }
  /* line 359, ../../sass/modules/global-navigation.scss */
  .mobile #wrapper .header .nav-main .dropdown-handle-main:before {
    content: "";
    display: block;
    position: absolute;
    -webkit-background-size: 50px 550px;
    -moz-background-size: 50px 550px;
    -o-background-size: 50px 550px;
    background-size: 50px 550px;
    background-image: url(/sites/exxonmobil.newshq.businesswire.com/themes/exxonmobil_newshq_businesswire_com_theme/client_files/Images/icons/icon-nav.svg);
    background-repeat: no-repeat;
    background-position: center -513px;
    height: 24px;
    left: 50%;
    margin: -20px 0 0 -12px;
    top: 50%;
    width: 24px;
  }
  /* line 365, ../../sass/_mixins.scss */
  .lt-ie9 .mobile #wrapper .header .nav-main .dropdown-handle-main:before {
    background-image: url(/sites/exxonmobil.newshq.businesswire.com/themes/exxonmobil_newshq_businesswire_com_theme/client_files/Images/icons/icon-nav.png);
  }
  /* line 373, ../../sass/modules/global-navigation.scss */
  .mobile #wrapper .header .nav-main .menu,
  .mobile #wrapper .header .nav-main .search {
    color: #f2dedf;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    top: 60%;
  }
  /* line 381, ../../sass/modules/global-navigation.scss */
  .mobile #wrapper .header .nav-main .dropdown-main {
    display: none;
  }
  /* line 384, ../../sass/modules/global-navigation.scss */
  .mobile #wrapper .header .nav-main .dropdown-main:before {
    display: none;
  }
  /* line 389, ../../sass/modules/global-navigation.scss */
  .mobile #wrapper .header .nav-main .nav-category {
    float: right;
  }

  /* ~2.2 mobile nav base
  ---------------------------------------------------
  ---------------------------------------------------*/
  /* line 401, ../../sass/modules/global-navigation.scss */
  .dropdown-wrapper-mobile .nav-mobile {
    -webkit-box-shadow: black 15px 0px 44px -13px inset;
    -moz-box-shadow: black 15px 0px 44px -13px inset;
    box-shadow: black 15px 0px 44px -13px inset;
    -webkit-transition-property: right;
    -moz-transition-property: right;
    -o-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(1, 0.25, 0.25, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0.25, 0.25, 1);
    -o-transition-timing-function: cubic-bezier(1, 0.25, 0.25, 1);
    transition-timing-function: cubic-bezier(1, 0.25, 0.25, 1);
    background: #222;
    height: 100%;
    overflow: auto;
    position: fixed;
    right: -320px;
    top: 0;
    width: 320px;
    z-index: 100;
    -moz-transition-property: all;
    /* ~2.3 mobile nav text treatment
    ---------------------------------------------------
    ---------------------------------------------------*/
  }
  /* line 417, ../../sass/modules/global-navigation.scss */
  .dropdown-wrapper-mobile .nav-mobile._global-nav-dropdown-open {
    right: 0;
  }
  /* line 421, ../../sass/modules/global-navigation.scss */
  .dropdown-wrapper-mobile .nav-mobile .icon-nav-menu {
    display: none;
  }
  /* line 428, ../../sass/modules/global-navigation.scss */
  .dropdown-wrapper-mobile .nav-mobile .dropdown-title {
    cursor: pointer;
    display: table;
    height: 80px;
    position: relative;
    width: 100%;
  }
  /* line 435, ../../sass/modules/global-navigation.scss */
  .dropdown-wrapper-mobile .nav-mobile .dropdown-title .icon-exxonmobil {
    -webkit-background-size: 1000px 30px;
    -moz-background-size: 1000px 30px;
    -o-background-size: 1000px 30px;
    background-size: 1000px 30px;
    background-image: url(/sites/exxonmobil.newshq.businesswire.com/themes/exxonmobil_newshq_businesswire_com_theme/client_files/Images/icons/icon-logos.svg);
    background-repeat: no-repeat;
    background-position: -150px 0;
    height: 28px;
    margin-top: -14px;
    position: absolute;
    top: 50%;
    width: 147px;
    margin-left: 22px;
  }
  /* line 339, ../../sass/_mixins.scss */
  .lt-ie9 .dropdown-wrapper-mobile .nav-mobile .dropdown-title .icon-exxonmobil {
    background-image: url(/sites/exxonmobil.newshq.businesswire.com/themes/exxonmobil_newshq_businesswire_com_theme/client_files/Images/icons/icon-logos.png);
  }
  /* line 449, ../../sass/modules/global-navigation.scss */
  .dropdown-wrapper-mobile .nav-mobile .dropdown-title a,
  .dropdown-wrapper-mobile .nav-mobile .dropdown-mobile a {
    border-bottom: 1px solid #060606;
    border-top: 1px solid #292929;
    color: #eee;
    display: block;
    font-size: 19px;
    font-weight: 400;
    line-height: 25px;
    padding: 30px 110px 30px 22px;
    position: relative;
    text-decoration: none;
  }
  /* line 463, ../../sass/modules/global-navigation.scss */
  .dropdown-wrapper-mobile .nav-mobile .dropdown-mobile a {
    position: relative;
  }
  /* line 466, ../../sass/modules/global-navigation.scss */
  .dropdown-wrapper-mobile .nav-mobile .dropdown-mobile a:after {
    content: "";
    display: block;
    position: absolute;
    -webkit-background-size: 50px 550px;
    -moz-background-size: 50px 550px;
    -o-background-size: 50px 550px;
    background-size: 50px 550px;
    background-image: url(/sites/exxonmobil.newshq.businesswire.com/themes/exxonmobil_newshq_businesswire_com_theme/client_files/Images/icons/icon-nav.svg);
    background-repeat: no-repeat;
    background-position: center -165px;
    height: 20px;
    margin-top: -10px;
    right: 28px;
    top: 50%;
    width: 10px;
  }
  /* line 365, ../../sass/_mixins.scss */
  .lt-ie9 .dropdown-wrapper-mobile .nav-mobile .dropdown-mobile a:after {
    background-image: url(/sites/exxonmobil.newshq.businesswire.com/themes/exxonmobil_newshq_businesswire_com_theme/client_files/Images/icons/icon-nav.png);
  }
  /* line 480, ../../sass/modules/global-navigation.scss */
  .dropdown-wrapper-mobile .nav-mobile ._global-nav-dropdown-open {
    -webkit-box-shadow: black 15px 0px 44px -13px inset;
    -moz-box-shadow: black 15px 0px 44px -13px inset;
    box-shadow: black 15px 0px 44px -13px inset;
  }
  /* line 485, ../../sass/modules/global-navigation.scss */
  .dropdown-wrapper-mobile .nav-mobile ._global-nav-dropdown-open a,
  .dropdown-wrapper-mobile .nav-mobile ._dropdown-close {
    -webkit-box-shadow: #131313 0 2px 0 0 inset;
    -moz-box-shadow: #131313 0 2px 0 0 inset;
    box-shadow: #131313 0 2px 0 0 inset;
    background-color: #1c1c1c;
    z-index: -1;
  }
  /* line 492, ../../sass/modules/global-navigation.scss */
  .dropdown-wrapper-mobile .nav-mobile ._global-nav-dropdown-open a {
    border-top: 1px solid #131313;
  }
  /* line 496, ../../sass/modules/global-navigation.scss */
  .dropdown-wrapper-mobile .nav-mobile .dropdown-title a {
    color: #999;
    display: table-cell;
    font-size: 22px;
    padding: 4px 40px 0 110px;
    height: 76px;
    vertical-align: middle;
  }
  /* line 504, ../../sass/modules/global-navigation.scss */
  .dropdown-wrapper-mobile .nav-mobile .dropdown-title a:before {
    -webkit-box-shadow: black 15px 0px 44px -13px inset;
    -moz-box-shadow: black 15px 0px 44px -13px inset;
    box-shadow: black 15px 0px 44px -13px inset;
    background: #2d2d2d;
    content: "";
    display: block;
    height: 80px;
    left: 0;
    position: absolute;
    top: 0;
    width: 80px;
  }
  /* line 517, ../../sass/modules/global-navigation.scss */
  .dropdown-wrapper-mobile .nav-mobile .dropdown-title a:after {
    content: "";
    display: block;
    position: absolute;
    -webkit-background-size: 50px 550px;
    -moz-background-size: 50px 550px;
    -o-background-size: 50px 550px;
    background-size: 50px 550px;
    background-image: url(/sites/exxonmobil.newshq.businesswire.com/themes/exxonmobil_newshq_businesswire_com_theme/client_files/Images/icons/icon-nav.svg);
    background-repeat: no-repeat;
    background-position: center -85px;
    height: 80px;
    left: 0;
    position: absolute;
    top: 0;
    width: 80px;
  }
  /* line 365, ../../sass/_mixins.scss */
  .lt-ie9 .dropdown-wrapper-mobile .nav-mobile .dropdown-title a:after {
    background-image: url(/sites/exxonmobil.newshq.businesswire.com/themes/exxonmobil_newshq_businesswire_com_theme/client_files/Images/icons/icon-nav.png);
  }
  /* line 530, ../../sass/modules/global-navigation.scss */
  .dropdown-wrapper-mobile .nav-mobile .dropdown-mobile .dropdown-mobile {
    display: none;
  }

  /* line 537, ../../sass/modules/global-navigation.scss */
  .header .nav-main .nav-category .dropdown-parent,
  .is-mobile {
    display: none;
  }
}
/* ~3. BREAKPOINT - small screen specific changes
---------------------------------------------------
---------------------------------------------------*/
@media print, screen and (min-width: 1000px) {
  /* line 546, ../../sass/modules/global-navigation.scss */
  .dropdown-wrapper-mobile {
    display: none;
  }
}
@media print, screen and (min-width: 600px) and (max-width: 999px) {
  /* line 553, ../../sass/modules/global-navigation.scss */
  #wrapper .mega-nav {
    float: left;
    margin-left: -2.63158%;
    position: relative;
    width: 105.26316%;
  }
  /* line 278, ../../sass/_mixins.scss */
  #wrapper .mega-nav .inner {
    padding: 0 2.5%;
  }
}
@media screen and (min-width: 0) and (max-width: 599px) {
  /* line 561, ../../sass/modules/global-navigation.scss */
  #wrapper .mega-nav {
    float: left;
    margin-left: -5.55556%;
    position: relative;
    width: 111.11111%;
  }
  /* line 278, ../../sass/_mixins.scss */
  #wrapper .mega-nav .inner {
    padding: 0 5%;
  }
  /* line 587, ../../sass/modules/global-navigation.scss */
  .mobile #wrapper .header .nav-main .dropdown-handle-main {
    margin-left: 17px;
    width: 24px;
  }
  /* line 591, ../../sass/modules/global-navigation.scss */
  .mobile #wrapper .header .nav-main .dropdown-handle-main:before {
    margin-top: -12px;
  }
  /* line 597, ../../sass/modules/global-navigation.scss */
  .mobile #wrapper .header .nav-main .menu,
  .mobile #wrapper .header .nav-main .search {
    display: none;
  }
}
