@charset "UTF-8";
/**
 * SilverStripe Mysite Theme
 * http://www.trout.com.au
 *
 * This typography file is included in the WYSIWYG editor and the front end. It provides
 * a place to add link styles and font styles you would like in the CMS and the Front End.
 */
/* GENERIC STYLES
-------------------------------------------- */
/* line 13, ../sass/_typography.scss */
.typography * {
  /* font-family: Arial, Helvetica, sans-serif; */
}

/* PARAGRAPHS
-------------------------------------------- */
/* line 19, ../sass/_typography.scss */
.typography p {
  color: #73706D;
  /*#8C8985;*/
  line-height: 1.25;
  font-size: 15px;
  margin: 0 0 10px 0;
}
@media (min-width: 992px) {
  /* line 19, ../sass/_typography.scss */
  .typography p {
    font-size: 13px;
  }
}

/* QUOTES
-------------------------------------------- */
/* line 31, ../sass/_typography.scss */
.typography blockquote {
  margin: 10px;
  font-size: 1em;
  color: #777;
  font-style: italic;
}

/* line 37, ../sass/_typography.scss */
.typography q {
  display: block;
  font-size: 0.8em;
  margin: 1em 1em;
  padding: 0.5em;
  border: 1px #ccc solid;
}

/* LINKS
-------------------------------------------- */
/* line 48, ../sass/_typography.scss */
.typography a {
  text-decoration: none;
  color: #EC7500;
}

/* line 52, ../sass/_typography.scss */
.typography a:hover {
  text-decoration: underline;
}

/* LINK ICONS - shows type of file
------------------------------------
.typography a[href$=".pdf"],
.typography a[href$=".PDF"],
.typography a.pdf {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
	display: inline-block;
}
.typography a[href$=".doc"],
.typography a[href$=".DOC"],
.typography a.doc {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_word.png) no-repeat left center;
	display: inline-block;
}
.typography a[href$=".xls"],
.typography a[href$=".XLS"],
.typography a.xls {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_excel.png) no-repeat left center;
	display: inline-block;
}
.typography a[href$=".gz"],
.typography a[href$=".GZ"],
.typography a[href$=".gzip"],
.typography a[href$=".GZIP"],
.typography a[href$=".zip"],
.typography a[href$=".ZIP"],
.typography a.archive {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_white_zip.png) no-repeat left center;
	display: inline-block;
}
.typography a[href$=".exe"],
.typography a[href$=".EXE"],
.typography a.application {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/application.png) no-repeat left center;
	display: inline-block;
}
*/
/* line 105, ../sass/_typography.scss */
.typography .buttonVideo {
  display: block;
  color: #EC7500;
  padding: 0 0 0 22px;
  height: 20px;
  background: url(../images/icons/video-sml.png) no-repeat left center;
  float: left;
  margin: 0 2px;
  line-height: 20px;
  font-size: 12px;
}

/* LIST STYLES
-------------------------------------------- */
/* line 119, ../sass/_typography.scss */
.typography ul,
.typography ol {
  margin: 0 0 18px 24px;
  color: #73706D;
}

/* line 124, ../sass/_typography.scss */
.typography li {
  margin: 5px 10px;
}

/* line 131, ../sass/_typography.scss */
.typography .sectionContainer ul,
.typography .sectionContainer ol {
  color: #A6A29D;
}

/* HEADER STYLES
-------------------------------------------- */
/* line 140, ../sass/_typography.scss */
.typography h1,
.typography h2,
.typography h3 {
  font-family: ff-din-web-1, ff-din-web-2, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size-adjust: 0.55;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 10px 0;
  line-height: 1;
}

/* line 153, ../sass/_typography.scss */
.typography h1 {
  font-size: 22pt;
  line-height: 28pt;
}

/* line 157, ../sass/_typography.scss */
.typography h2 {
  font-size: 21px;
}

/* line 160, ../sass/_typography.scss */
.typography h3 {
  font-size: 18px;
}

/* line 163, ../sass/_typography.scss */
.typography h4 {
  font-size: 14px;
  color: #FFF;
  margin: 0 0 10px 0;
}

/* line 168, ../sass/_typography.scss */
.typography h5 {
  font-size: 14px;
  color: #222;
  font-weight: normal;
  margin: 0 0 12px 0;
}

/* line 174, ../sass/_typography.scss */
.typography h6 {
  font-size: 13px;
  color: #555;
  margin: 0 0 12px 0;
}

/* PRE STYLES
-------------------------------------------- */
/* line 182, ../sass/_typography.scss */
.typography pre {
  font-family: "Courier New",Courier;
  display: block;
  font-size: 12px;
  margin: 2em 5em;
  padding: 0.5em;
  border: 1px #ccc solid;
  background: #eee;
}

/* TABLE STYLING
-------------------------------------------- */
/* line 194, ../sass/_typography.scss */
.typography table {
  margin: 0 0 18px 0;
  font-size: 11px;
  color: #666;
  border-collapse: collapse;
  table-layout: fixed;
  width: auto;
  word-wrap: break-word;
}
@media (max-width: 640px) {
  /* line 194, ../sass/_typography.scss */
  .typography table {
    overflow-x: auto;
    display: block;
    border-right: 1px solid #ccc;
  }
}

/* line 210, ../sass/_typography.scss */
.typography td {
  border: 1px solid #999;
  padding: 5px;
}

/* custom table styling */
/* line 216, ../sass/_typography.scss */
table.zebra {
  width: 410px;
}

/* line 219, ../sass/_typography.scss */
table.zebra tr td p {
  margin-bottom: 0 !important;
}

/* line 222, ../sass/_typography.scss */
table.zebra tr:first-child {
  background: black;
}

/* line 225, ../sass/_typography.scss */
table.zebra tr:first-child td p b {
  color: white;
}

/* line 228, ../sass/_typography.scss */
table.zebra tr:nth-child(4n-2), table.zebra tr:nth-child(4n-1) {
  background: #d9d9d9;
}

/* line 232, ../sass/_typography.scss */
.vertical-align-top {
  vertical-align: top;
}

/* WYSIWYG EDITOR ALIGNMENT CLASSES
-------------------------------------------- */
/* line 238, ../sass/_typography.scss */
.typography .left {
  text-align: left;
}

/* line 241, ../sass/_typography.scss */
.typography .center {
  text-align: center;
}

/* line 244, ../sass/_typography.scss */
.typography .right {
  text-align: right;
}

/* IMAGES
-------------------------------------------- */
/* line 250, ../sass/_typography.scss */
.typography img {
  border: none;
}

/* line 253, ../sass/_typography.scss */
.typography img.right {
  float: right;
  margin-left: 20px;
}

/* line 257, ../sass/_typography.scss */
.typography img.left {
  float: left;
}

/* line 260, ../sass/_typography.scss */
.typography img.leftAlone {
  float: left;
  margin-right: 100%;
}

/* line 264, ../sass/_typography.scss */
.typography img.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/**** PREVENT FOUT FOR WEB FONTS ****/
/* line 274, ../sass/_typography.scss */
.wf-loading .typography .button,
.wf-loading .typography h1,
.wf-loading .typography h2,
.wf-loading .typography h3 {
  visibility: hidden;
}

/* line 282, ../sass/_typography.scss */
.grayBox {
  padding: 20px 0;
  background: #333;
  margin: 20px 0;
  color: white;
}

/* line 288, ../sass/_typography.scss */
.grayBox h3 {
  color: white !important;
}

/* line 291, ../sass/_typography.scss */
.grayBox p,
.grayBox li {
  color: white;
}

/* line 295, ../sass/_typography.scss */
.grayBox li ul, .grayBox li ol {
  margin: 10px 0 10px 20px;
}

/* line 298, ../sass/_typography.scss */
.text-smaller {
  font-size: 12px;
}

/* line 301, ../sass/_typography.scss */
.text-smaller p {
  font-size: 12px !important;
}

/* line 2, ../sass/_global.scss */
body {
  color: #A6A29D;
  font-size: 14px;
  margin-bottom: 40px;
  font-family: Helvetica, Arial, sans-serif;
  background: #333 url(../images/bg-city.jpg) no-repeat fixed right -270px;
}
@media (min-width: 768px) {
  /* line 2, ../sass/_global.scss */
  body {
    background: #333 url(../images/bg-city.jpg) no-repeat fixed center 10px;
    background-size: 1300px;
  }
}
@media (min-width: 992px) {
  /* line 2, ../sass/_global.scss */
  body {
    font-size: 13px;
    background: #333 url(../images/bg-city.jpg) no-repeat fixed center top;
    background-size: auto;
  }
}

/* line 18, ../sass/_global.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 21, ../sass/_global.scss */
.container {
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
@media (min-width: 768px) {
  /* line 21, ../sass/_global.scss */
  .container {
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  /* line 21, ../sass/_global.scss */
  .container {
    width: 960px;
    clear: right;
  }
}
@media (min-width: 992px) {
  /* line 32, ../sass/_global.scss */
  .container .content .columnWrapper .column {
    width: 330px;
    margin: 0 28px 0 0;
    float: left;
  }
  /* line 37, ../sass/_global.scss */
  .container .content .columnWrapper .column.last {
    margin-right: 0;
  }
}

/* line 44, ../sass/_global.scss */
.videoBox .mejs-overlay-play,
.videoBox .mejs-controls {
  display: none;
}
/* line 49, ../sass/_global.scss */
.videoBox.ready .mejs-overlay-play,
.videoBox.ready .mejs-controls {
  display: block;
}

/* line 56, ../sass/_global.scss */
.slider img {
  width: 100%;
}

@media (max-width: 480px) {
  /* line 61, ../sass/_global.scss */
  .audioBox .mejs-container {
    max-width: 100%;
  }
}

/* line 67, ../sass/_global.scss */
#BgMedia {
  position: absolute;
  display: none;
}
@media (min-width: 992px) {
  /* line 67, ../sass/_global.scss */
  #BgMedia {
    display: block;
    width: 960px;
    right: 50%;
    margin-right: -480px;
    z-index: 1;
    top: 0;
  }
}

/* line 80, ../sass/_global.scss */
#BgContainer {
  background: url(../images/bg-stipple-black-20pc.png);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* line 92, ../sass/_global.scss */
#Layout {
  clear: both;
  margin: 0 auto;
  position: relative;
  margin-top: 0;
}

/* line 99, ../sass/_global.scss */
#home #Layout {
  margin-top: 40px;
}
@media (min-width: 992px) {
  /* line 99, ../sass/_global.scss */
  #home #Layout {
    margin-top: 0;
  }
}

/* line 106, ../sass/_global.scss */
#ContentContainer {
  margin: 0;
  text-align: left;
  background: #CCC7C2;
  padding: 0;
  padding-bottom: 1px;
}
@media (min-width: 992px) {
  /* line 106, ../sass/_global.scss */
  #ContentContainer {
    padding: 0 0 35px;
  }
}
/* line 115, ../sass/_global.scss */
#ContentContainer .sectionContainer {
  position: relative;
  padding: 1px 0;
  background: #1A1A1A;
}
/* line 119, ../sass/_global.scss */
#ContentContainer .sectionContainer p {
  color: #A6A29D;
}

@media (min-width: 992px) {
  /* line 124, ../sass/_global.scss */
  #Content {
    width: 538px;
    float: right;
    margin: 0;
    text-align: left;
  }
}

/* line 133, ../sass/_global.scss */
.typography .button {
  display: inline-block;
  font-family: ff-din-web-1, ff-din-web-2, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size-adjust: 0.55;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  background: #FFF;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  margin: 0 4px 10px 0;
  line-height: 1;
}

/* line 149, ../sass/_global.scss */
.clear-xxs {
  display: block;
}
/* line 122, ../sass/_mixins.scss */
.clear-xxs:before, .clear-xxs:after {
  content: "";
  display: table;
}
/* line 127, ../sass/_mixins.scss */
.clear-xxs:after {
  clear: both;
}
@media (min-width: 480px) {
  /* line 149, ../sass/_global.scss */
  .clear-xxs {
    display: none;
  }
}

/* line 156, ../sass/_global.scss */
.clear-xs {
  display: none;
}
/* line 122, ../sass/_mixins.scss */
.clear-xs:before, .clear-xs:after {
  content: "";
  display: table;
}
/* line 127, ../sass/_mixins.scss */
.clear-xs:after {
  clear: both;
}
@media (min-width: 480px) {
  /* line 156, ../sass/_global.scss */
  .clear-xs {
    display: block;
  }
}
@media (min-width: 768px) {
  /* line 156, ../sass/_global.scss */
  .clear-xs {
    display: none;
  }
}

/* line 166, ../sass/_global.scss */
.clear-sm {
  display: none;
}
/* line 122, ../sass/_mixins.scss */
.clear-sm:before, .clear-sm:after {
  content: "";
  display: table;
}
/* line 127, ../sass/_mixins.scss */
.clear-sm:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 166, ../sass/_global.scss */
  .clear-sm {
    display: block;
  }
}
@media (min-width: 992px) {
  /* line 166, ../sass/_global.scss */
  .clear-sm {
    display: none;
  }
}

/* line 176, ../sass/_global.scss */
.clear-md {
  display: none;
}
/* line 122, ../sass/_mixins.scss */
.clear-md:before, .clear-md:after {
  content: "";
  display: table;
}
/* line 127, ../sass/_mixins.scss */
.clear-md:after {
  clear: both;
}
@media (min-width: 992px) {
  /* line 176, ../sass/_global.scss */
  .clear-md {
    display: block;
  }
}

/* line 184, ../sass/_global.scss */
.typography .button-subscribe-form {
  padding: 8px 15px;
  background: #1A1A1A;
  color: white;
  margin: 0;
  border: 1px solid #2e2e2e;
  text-decoration: none;
}
/* line 191, ../sass/_global.scss */
.typography .button-subscribe-form:hover {
  background: #ec7500;
  text-decoration: none;
}
/* line 195, ../sass/_global.scss */
.typography .button-subscribe-form i {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
}

/* line 203, ../sass/_global.scss */
.tagToggle {
  margin: 0 0 30px 0;
}
/* line 206, ../sass/_global.scss */
.tagToggle ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 122, ../sass/_mixins.scss */
.tagToggle ul:before, .tagToggle ul:after {
  content: "";
  display: table;
}
/* line 127, ../sass/_mixins.scss */
.tagToggle ul:after {
  clear: both;
}
/* line 211, ../sass/_global.scss */
.tagToggle ul li {
  margin: 0;
  width: 100%;
  padding: 4px 0;
}
@media (min-width: 768px) {
  /* line 211, ../sass/_global.scss */
  .tagToggle ul li {
    width: 33.33333%;
    float: left;
    padding: 0;
  }
}
/* line 220, ../sass/_global.scss */
.tagToggle ul li a {
  display: block;
  background-color: #333;
  color: white;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-family: ff-din-web-1, ff-din-web-2, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 237, ../sass/_global.scss */
ul.sorting-options {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
/* line 243, ../sass/_global.scss */
ul.sorting-options li {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-bottom: 10px;
}

/* line 251, ../sass/_global.scss */
.dataFilter .dropDown {
  background: none;
  padding: 0;
  text-align: right;
  position: relative;
  height: auto;
  min-height: 25px;
  margin-bottom: 10px;
}
/* line 122, ../sass/_mixins.scss */
.dataFilter .dropDown:before, .dataFilter .dropDown:after {
  content: "";
  display: table;
}
/* line 127, ../sass/_mixins.scss */
.dataFilter .dropDown:after {
  clear: both;
}
/* line 260, ../sass/_global.scss */
.dataFilter .dropDown .currentItem {
  background: white;
  padding: 4px 20px 3px;
  vertical-align: top;
  display: inline-block;
}
/* line 265, ../sass/_global.scss */
.dataFilter .dropDown .currentItem a {
  color: black;
  display: block;
  font-weight: 700;
}
/* line 271, ../sass/_global.scss */
.dataFilter .dropDown .popupBox {
  text-align: left;
  top: 100%;
  margin-top: -8px;
  background: black;
  border-width: 1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  right: 0;
}
/* line 279, ../sass/_global.scss */
.dataFilter .dropDown .popupBox li {
  padding: 4px 8px;
}

/* line 286, ../sass/_global.scss */
.dataFilterList ul {
  width: 100%;
  list-style: none;
  margin: 10px -3.5px 20px;
  padding: 0;
}
/* line 122, ../sass/_mixins.scss */
.dataFilterList ul:before, .dataFilterList ul:after {
  content: "";
  display: table;
}
/* line 127, ../sass/_mixins.scss */
.dataFilterList ul:after {
  clear: both;
}
/* line 292, ../sass/_global.scss */
.dataFilterList ul li {
  float: left;
  width: 50%;
  padding: 0 3.5px 7px;
  margin: 0;
}
@media (min-width: 768px) {
  /* line 292, ../sass/_global.scss */
  .dataFilterList ul li {
    width: 32%;
  }
}
/* line 300, ../sass/_global.scss */
.dataFilterList ul li a {
  display: block;
  background-color: #333;
  color: #FFF;
  font-size: 11px;
  min-height: 25px;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-family: ff-din-web-1, ff-din-web-2, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 319, ../sass/_global.scss */
#SearchBar input#SearchForm_SearchForm_Search:active, #SearchBar input#SearchForm_SearchForm_Search:focus {
  font-size: 16px;
}
@media (min-width: 768px) {
  /* line 319, ../sass/_global.scss */
  #SearchBar input#SearchForm_SearchForm_Search:active, #SearchBar input#SearchForm_SearchForm_Search:focus {
    font-size: 11px;
  }
}
/* line 327, ../sass/_global.scss */
#SearchBar input#SearchForm_SearchForm_Search::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  font-size: 11px;
}
/* line 331, ../sass/_global.scss */
#SearchBar input#SearchForm_SearchForm_Search:-moz-placeholder {
  /* Firefox 18- */
  font-size: 11px;
}
/* line 335, ../sass/_global.scss */
#SearchBar input#SearchForm_SearchForm_Search::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 11px;
}
/* line 339, ../sass/_global.scss */
#SearchBar input#SearchForm_SearchForm_Search:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 11px;
}
/* line 343, ../sass/_global.scss */
#SearchBar input#SearchForm_SearchForm_Search::-ms-input-placeholder {
  /* Edge */
  font-size: 11px;
}
/* line 347, ../sass/_global.scss */
#SearchBar input#SearchForm_SearchForm_Search:placeholder-shown {
  /* Standard one last! */
  font-size: 11px;
}

/* line 351, ../sass/_global.scss */
.mejs-offscreen {
  display: none;
}

/* line 354, ../sass/_global.scss */
.rss {
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  /* line 354, ../sass/_global.scss */
  .rss {
    float: right;
    margin-bottom: 0;
  }
}
/* line 361, ../sass/_global.scss */
.rss .button {
  margin-bottom: 10px;
  text-decoration: none;
  background: #1A1A1A;
  border: 1px solid #2e2e2e;
  color: white;
  text-decoration: none;
}
/* line 368, ../sass/_global.scss */
.rss .button i {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
/* line 373, ../sass/_global.scss */
.rss .button:hover {
  background: #ec7500;
  text-decoration: none;
}

/* line 379, ../sass/_global.scss */
div.tagTogglefourColumn a {
  width: 25%;
}

/* line 382, ../sass/_global.scss */
div.tagToggle a:hover, div.tagToggle a.current {
  background-color: #EC7500;
  text-decoration: none;
}

/* line 387, ../sass/_global.scss */
.tabNav ul {
  text-align: center;
}
@media (min-width: 992px) {
  /* line 387, ../sass/_global.scss */
  .tabNav ul {
    text-align: left;
  }
}

/* line 393, ../sass/_global.scss */
input[type=text],
input[type=telephone],
input[type=email],
textarea,
select {
  padding: 8px 4px;
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 4, ../bower_components/font-awesome/scss/_core.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 5, ../bower_components/font-awesome/scss/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, ../bower_components/font-awesome/scss/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, ../bower_components/font-awesome/scss/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, ../bower_components/font-awesome/scss/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, ../bower_components/font-awesome/scss/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, ../bower_components/font-awesome/scss/_fixed-width.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center;
}

/* line 4, ../bower_components/font-awesome/scss/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
/* line 8, ../bower_components/font-awesome/scss/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, ../bower_components/font-awesome/scss/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
/* line 16, ../bower_components/font-awesome/scss/_list.scss */
.fa-li.fa-lg {
  left: -1.85714em;
}

/* line 4, ../bower_components/font-awesome/scss/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

/* line 10, ../bower_components/font-awesome/scss/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}

/* line 11, ../bower_components/font-awesome/scss/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}

/* line 14, ../bower_components/font-awesome/scss/_bordered-pulled.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}
/* line 15, ../bower_components/font-awesome/scss/_bordered-pulled.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 19, ../bower_components/font-awesome/scss/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 20, ../bower_components/font-awesome/scss/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 23, ../bower_components/font-awesome/scss/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}
/* line 24, ../bower_components/font-awesome/scss/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, ../bower_components/font-awesome/scss/_animated.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 9, ../bower_components/font-awesome/scss/_animated.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 4, ../bower_components/font-awesome/scss/_rotated-flipped.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, ../bower_components/font-awesome/scss/_rotated-flipped.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6, ../bower_components/font-awesome/scss/_rotated-flipped.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8, ../bower_components/font-awesome/scss/_rotated-flipped.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9, ../bower_components/font-awesome/scss/_rotated-flipped.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 14, ../bower_components/font-awesome/scss/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 4, ../bower_components/font-awesome/scss/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, ../bower_components/font-awesome/scss/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, ../bower_components/font-awesome/scss/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, ../bower_components/font-awesome/scss/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, ../bower_components/font-awesome/scss/_stacked.scss */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, ../bower_components/font-awesome/scss/_icons.scss */
.fa-glass:before {
  content: "";
}

/* line 5, ../bower_components/font-awesome/scss/_icons.scss */
.fa-music:before {
  content: "";
}

/* line 6, ../bower_components/font-awesome/scss/_icons.scss */
.fa-search:before {
  content: "";
}

/* line 7, ../bower_components/font-awesome/scss/_icons.scss */
.fa-envelope-o:before {
  content: "";
}

/* line 8, ../bower_components/font-awesome/scss/_icons.scss */
.fa-heart:before {
  content: "";
}

/* line 9, ../bower_components/font-awesome/scss/_icons.scss */
.fa-star:before {
  content: "";
}

/* line 10, ../bower_components/font-awesome/scss/_icons.scss */
.fa-star-o:before {
  content: "";
}

/* line 11, ../bower_components/font-awesome/scss/_icons.scss */
.fa-user:before {
  content: "";
}

/* line 12, ../bower_components/font-awesome/scss/_icons.scss */
.fa-film:before {
  content: "";
}

/* line 13, ../bower_components/font-awesome/scss/_icons.scss */
.fa-th-large:before {
  content: "";
}

/* line 14, ../bower_components/font-awesome/scss/_icons.scss */
.fa-th:before {
  content: "";
}

/* line 15, ../bower_components/font-awesome/scss/_icons.scss */
.fa-th-list:before {
  content: "";
}

/* line 16, ../bower_components/font-awesome/scss/_icons.scss */
.fa-check:before {
  content: "";
}

/* line 17, ../bower_components/font-awesome/scss/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

/* line 20, ../bower_components/font-awesome/scss/_icons.scss */
.fa-search-plus:before {
  content: "";
}

/* line 21, ../bower_components/font-awesome/scss/_icons.scss */
.fa-search-minus:before {
  content: "";
}

/* line 22, ../bower_components/font-awesome/scss/_icons.scss */
.fa-power-off:before {
  content: "";
}

/* line 23, ../bower_components/font-awesome/scss/_icons.scss */
.fa-signal:before {
  content: "";
}

/* line 24, ../bower_components/font-awesome/scss/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "";
}

/* line 26, ../bower_components/font-awesome/scss/_icons.scss */
.fa-trash-o:before {
  content: "";
}

/* line 27, ../bower_components/font-awesome/scss/_icons.scss */
.fa-home:before {
  content: "";
}

/* line 28, ../bower_components/font-awesome/scss/_icons.scss */
.fa-file-o:before {
  content: "";
}

/* line 29, ../bower_components/font-awesome/scss/_icons.scss */
.fa-clock-o:before {
  content: "";
}

/* line 30, ../bower_components/font-awesome/scss/_icons.scss */
.fa-road:before {
  content: "";
}

/* line 31, ../bower_components/font-awesome/scss/_icons.scss */
.fa-download:before {
  content: "";
}

/* line 32, ../bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "";
}

/* line 33, ../bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "";
}

/* line 34, ../bower_components/font-awesome/scss/_icons.scss */
.fa-inbox:before {
  content: "";
}

/* line 35, ../bower_components/font-awesome/scss/_icons.scss */
.fa-play-circle-o:before {
  content: "";
}

/* line 36, ../bower_components/font-awesome/scss/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

/* line 38, ../bower_components/font-awesome/scss/_icons.scss */
.fa-refresh:before {
  content: "";
}

/* line 39, ../bower_components/font-awesome/scss/_icons.scss */
.fa-list-alt:before {
  content: "";
}

/* line 40, ../bower_components/font-awesome/scss/_icons.scss */
.fa-lock:before {
  content: "";
}

/* line 41, ../bower_components/font-awesome/scss/_icons.scss */
.fa-flag:before {
  content: "";
}

/* line 42, ../bower_components/font-awesome/scss/_icons.scss */
.fa-headphones:before {
  content: "";
}

/* line 43, ../bower_components/font-awesome/scss/_icons.scss */
.fa-volume-off:before {
  content: "";
}

/* line 44, ../bower_components/font-awesome/scss/_icons.scss */
.fa-volume-down:before {
  content: "";
}

/* line 45, ../bower_components/font-awesome/scss/_icons.scss */
.fa-volume-up:before {
  content: "";
}

/* line 46, ../bower_components/font-awesome/scss/_icons.scss */
.fa-qrcode:before {
  content: "";
}

/* line 47, ../bower_components/font-awesome/scss/_icons.scss */
.fa-barcode:before {
  content: "";
}

/* line 48, ../bower_components/font-awesome/scss/_icons.scss */
.fa-tag:before {
  content: "";
}

/* line 49, ../bower_components/font-awesome/scss/_icons.scss */
.fa-tags:before {
  content: "";
}

/* line 50, ../bower_components/font-awesome/scss/_icons.scss */
.fa-book:before {
  content: "";
}

/* line 51, ../bower_components/font-awesome/scss/_icons.scss */
.fa-bookmark:before {
  content: "";
}

/* line 52, ../bower_components/font-awesome/scss/_icons.scss */
.fa-print:before {
  content: "";
}

/* line 53, ../bower_components/font-awesome/scss/_icons.scss */
.fa-camera:before {
  content: "";
}

/* line 54, ../bower_components/font-awesome/scss/_icons.scss */
.fa-font:before {
  content: "";
}

/* line 55, ../bower_components/font-awesome/scss/_icons.scss */
.fa-bold:before {
  content: "";
}

/* line 56, ../bower_components/font-awesome/scss/_icons.scss */
.fa-italic:before {
  content: "";
}

/* line 57, ../bower_components/font-awesome/scss/_icons.scss */
.fa-text-height:before {
  content: "";
}

/* line 58, ../bower_components/font-awesome/scss/_icons.scss */
.fa-text-width:before {
  content: "";
}

/* line 59, ../bower_components/font-awesome/scss/_icons.scss */
.fa-align-left:before {
  content: "";
}

/* line 60, ../bower_components/font-awesome/scss/_icons.scss */
.fa-align-center:before {
  content: "";
}

/* line 61, ../bower_components/font-awesome/scss/_icons.scss */
.fa-align-right:before {
  content: "";
}

/* line 62, ../bower_components/font-awesome/scss/_icons.scss */
.fa-align-justify:before {
  content: "";
}

/* line 63, ../bower_components/font-awesome/scss/_icons.scss */
.fa-list:before {
  content: "";
}

/* line 64, ../bower_components/font-awesome/scss/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

/* line 66, ../bower_components/font-awesome/scss/_icons.scss */
.fa-indent:before {
  content: "";
}

/* line 67, ../bower_components/font-awesome/scss/_icons.scss */
.fa-video-camera:before {
  content: "";
}

/* line 68, ../bower_components/font-awesome/scss/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

/* line 71, ../bower_components/font-awesome/scss/_icons.scss */
.fa-pencil:before {
  content: "";
}

/* line 72, ../bower_components/font-awesome/scss/_icons.scss */
.fa-map-marker:before {
  content: "";
}

/* line 73, ../bower_components/font-awesome/scss/_icons.scss */
.fa-adjust:before {
  content: "";
}

/* line 74, ../bower_components/font-awesome/scss/_icons.scss */
.fa-tint:before {
  content: "";
}

/* line 75, ../bower_components/font-awesome/scss/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

/* line 77, ../bower_components/font-awesome/scss/_icons.scss */
.fa-share-square-o:before {
  content: "";
}

/* line 78, ../bower_components/font-awesome/scss/_icons.scss */
.fa-check-square-o:before {
  content: "";
}

/* line 79, ../bower_components/font-awesome/scss/_icons.scss */
.fa-arrows:before {
  content: "";
}

/* line 80, ../bower_components/font-awesome/scss/_icons.scss */
.fa-step-backward:before {
  content: "";
}

/* line 81, ../bower_components/font-awesome/scss/_icons.scss */
.fa-fast-backward:before {
  content: "";
}

/* line 82, ../bower_components/font-awesome/scss/_icons.scss */
.fa-backward:before {
  content: "";
}

/* line 83, ../bower_components/font-awesome/scss/_icons.scss */
.fa-play:before {
  content: "";
}

/* line 84, ../bower_components/font-awesome/scss/_icons.scss */
.fa-pause:before {
  content: "";
}

/* line 85, ../bower_components/font-awesome/scss/_icons.scss */
.fa-stop:before {
  content: "";
}

/* line 86, ../bower_components/font-awesome/scss/_icons.scss */
.fa-forward:before {
  content: "";
}

/* line 87, ../bower_components/font-awesome/scss/_icons.scss */
.fa-fast-forward:before {
  content: "";
}

/* line 88, ../bower_components/font-awesome/scss/_icons.scss */
.fa-step-forward:before {
  content: "";
}

/* line 89, ../bower_components/font-awesome/scss/_icons.scss */
.fa-eject:before {
  content: "";
}

/* line 90, ../bower_components/font-awesome/scss/_icons.scss */
.fa-chevron-left:before {
  content: "";
}

/* line 91, ../bower_components/font-awesome/scss/_icons.scss */
.fa-chevron-right:before {
  content: "";
}

/* line 92, ../bower_components/font-awesome/scss/_icons.scss */
.fa-plus-circle:before {
  content: "";
}

/* line 93, ../bower_components/font-awesome/scss/_icons.scss */
.fa-minus-circle:before {
  content: "";
}

/* line 94, ../bower_components/font-awesome/scss/_icons.scss */
.fa-times-circle:before {
  content: "";
}

/* line 95, ../bower_components/font-awesome/scss/_icons.scss */
.fa-check-circle:before {
  content: "";
}

/* line 96, ../bower_components/font-awesome/scss/_icons.scss */
.fa-question-circle:before {
  content: "";
}

/* line 97, ../bower_components/font-awesome/scss/_icons.scss */
.fa-info-circle:before {
  content: "";
}

/* line 98, ../bower_components/font-awesome/scss/_icons.scss */
.fa-crosshairs:before {
  content: "";
}

/* line 99, ../bower_components/font-awesome/scss/_icons.scss */
.fa-times-circle-o:before {
  content: "";
}

/* line 100, ../bower_components/font-awesome/scss/_icons.scss */
.fa-check-circle-o:before {
  content: "";
}

/* line 101, ../bower_components/font-awesome/scss/_icons.scss */
.fa-ban:before {
  content: "";
}

/* line 102, ../bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-left:before {
  content: "";
}

/* line 103, ../bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-right:before {
  content: "";
}

/* line 104, ../bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-up:before {
  content: "";
}

/* line 105, ../bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-down:before {
  content: "";
}

/* line 106, ../bower_components/font-awesome/scss/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

/* line 108, ../bower_components/font-awesome/scss/_icons.scss */
.fa-expand:before {
  content: "";
}

/* line 109, ../bower_components/font-awesome/scss/_icons.scss */
.fa-compress:before {
  content: "";
}

/* line 110, ../bower_components/font-awesome/scss/_icons.scss */
.fa-plus:before {
  content: "";
}

/* line 111, ../bower_components/font-awesome/scss/_icons.scss */
.fa-minus:before {
  content: "";
}

/* line 112, ../bower_components/font-awesome/scss/_icons.scss */
.fa-asterisk:before {
  content: "";
}

/* line 113, ../bower_components/font-awesome/scss/_icons.scss */
.fa-exclamation-circle:before {
  content: "";
}

/* line 114, ../bower_components/font-awesome/scss/_icons.scss */
.fa-gift:before {
  content: "";
}

/* line 115, ../bower_components/font-awesome/scss/_icons.scss */
.fa-leaf:before {
  content: "";
}

/* line 116, ../bower_components/font-awesome/scss/_icons.scss */
.fa-fire:before {
  content: "";
}

/* line 117, ../bower_components/font-awesome/scss/_icons.scss */
.fa-eye:before {
  content: "";
}

/* line 118, ../bower_components/font-awesome/scss/_icons.scss */
.fa-eye-slash:before {
  content: "";
}

/* line 119, ../bower_components/font-awesome/scss/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

/* line 121, ../bower_components/font-awesome/scss/_icons.scss */
.fa-plane:before {
  content: "";
}

/* line 122, ../bower_components/font-awesome/scss/_icons.scss */
.fa-calendar:before {
  content: "";
}

/* line 123, ../bower_components/font-awesome/scss/_icons.scss */
.fa-random:before {
  content: "";
}

/* line 124, ../bower_components/font-awesome/scss/_icons.scss */
.fa-comment:before {
  content: "";
}

/* line 125, ../bower_components/font-awesome/scss/_icons.scss */
.fa-magnet:before {
  content: "";
}

/* line 126, ../bower_components/font-awesome/scss/_icons.scss */
.fa-chevron-up:before {
  content: "";
}

/* line 127, ../bower_components/font-awesome/scss/_icons.scss */
.fa-chevron-down:before {
  content: "";
}

/* line 128, ../bower_components/font-awesome/scss/_icons.scss */
.fa-retweet:before {
  content: "";
}

/* line 129, ../bower_components/font-awesome/scss/_icons.scss */
.fa-shopping-cart:before {
  content: "";
}

/* line 130, ../bower_components/font-awesome/scss/_icons.scss */
.fa-folder:before {
  content: "";
}

/* line 131, ../bower_components/font-awesome/scss/_icons.scss */
.fa-folder-open:before {
  content: "";
}

/* line 132, ../bower_components/font-awesome/scss/_icons.scss */
.fa-arrows-v:before {
  content: "";
}

/* line 133, ../bower_components/font-awesome/scss/_icons.scss */
.fa-arrows-h:before {
  content: "";
}

/* line 134, ../bower_components/font-awesome/scss/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

/* line 136, ../bower_components/font-awesome/scss/_icons.scss */
.fa-twitter-square:before {
  content: "";
}

/* line 137, ../bower_components/font-awesome/scss/_icons.scss */
.fa-facebook-square:before {
  content: "";
}

/* line 138, ../bower_components/font-awesome/scss/_icons.scss */
.fa-camera-retro:before {
  content: "";
}

/* line 139, ../bower_components/font-awesome/scss/_icons.scss */
.fa-key:before {
  content: "";
}

/* line 140, ../bower_components/font-awesome/scss/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "";
}

/* line 142, ../bower_components/font-awesome/scss/_icons.scss */
.fa-comments:before {
  content: "";
}

/* line 143, ../bower_components/font-awesome/scss/_icons.scss */
.fa-thumbs-o-up:before {
  content: "";
}

/* line 144, ../bower_components/font-awesome/scss/_icons.scss */
.fa-thumbs-o-down:before {
  content: "";
}

/* line 145, ../bower_components/font-awesome/scss/_icons.scss */
.fa-star-half:before {
  content: "";
}

/* line 146, ../bower_components/font-awesome/scss/_icons.scss */
.fa-heart-o:before {
  content: "";
}

/* line 147, ../bower_components/font-awesome/scss/_icons.scss */
.fa-sign-out:before {
  content: "";
}

/* line 148, ../bower_components/font-awesome/scss/_icons.scss */
.fa-linkedin-square:before {
  content: "";
}

/* line 149, ../bower_components/font-awesome/scss/_icons.scss */
.fa-thumb-tack:before {
  content: "";
}

/* line 150, ../bower_components/font-awesome/scss/_icons.scss */
.fa-external-link:before {
  content: "";
}

/* line 151, ../bower_components/font-awesome/scss/_icons.scss */
.fa-sign-in:before {
  content: "";
}

/* line 152, ../bower_components/font-awesome/scss/_icons.scss */
.fa-trophy:before {
  content: "";
}

/* line 153, ../bower_components/font-awesome/scss/_icons.scss */
.fa-github-square:before {
  content: "";
}

/* line 154, ../bower_components/font-awesome/scss/_icons.scss */
.fa-upload:before {
  content: "";
}

/* line 155, ../bower_components/font-awesome/scss/_icons.scss */
.fa-lemon-o:before {
  content: "";
}

/* line 156, ../bower_components/font-awesome/scss/_icons.scss */
.fa-phone:before {
  content: "";
}

/* line 157, ../bower_components/font-awesome/scss/_icons.scss */
.fa-square-o:before {
  content: "";
}

/* line 158, ../bower_components/font-awesome/scss/_icons.scss */
.fa-bookmark-o:before {
  content: "";
}

/* line 159, ../bower_components/font-awesome/scss/_icons.scss */
.fa-phone-square:before {
  content: "";
}

/* line 160, ../bower_components/font-awesome/scss/_icons.scss */
.fa-twitter:before {
  content: "";
}

/* line 161, ../bower_components/font-awesome/scss/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

/* line 163, ../bower_components/font-awesome/scss/_icons.scss */
.fa-github:before {
  content: "";
}

/* line 164, ../bower_components/font-awesome/scss/_icons.scss */
.fa-unlock:before {
  content: "";
}

/* line 165, ../bower_components/font-awesome/scss/_icons.scss */
.fa-credit-card:before {
  content: "";
}

/* line 166, ../bower_components/font-awesome/scss/_icons.scss */
.fa-feed:before,
.fa-rss:before {
  content: "";
}

/* line 168, ../bower_components/font-awesome/scss/_icons.scss */
.fa-hdd-o:before {
  content: "";
}

/* line 169, ../bower_components/font-awesome/scss/_icons.scss */
.fa-bullhorn:before {
  content: "";
}

/* line 170, ../bower_components/font-awesome/scss/_icons.scss */
.fa-bell:before {
  content: "";
}

/* line 171, ../bower_components/font-awesome/scss/_icons.scss */
.fa-certificate:before {
  content: "";
}

/* line 172, ../bower_components/font-awesome/scss/_icons.scss */
.fa-hand-o-right:before {
  content: "";
}

/* line 173, ../bower_components/font-awesome/scss/_icons.scss */
.fa-hand-o-left:before {
  content: "";
}

/* line 174, ../bower_components/font-awesome/scss/_icons.scss */
.fa-hand-o-up:before {
  content: "";
}

/* line 175, ../bower_components/font-awesome/scss/_icons.scss */
.fa-hand-o-down:before {
  content: "";
}

/* line 176, ../bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-circle-left:before {
  content: "";
}

/* line 177, ../bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-circle-right:before {
  content: "";
}

/* line 178, ../bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-circle-up:before {
  content: "";
}

/* line 179, ../bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-circle-down:before {
  content: "";
}

/* line 180, ../bower_components/font-awesome/scss/_icons.scss */
.fa-globe:before {
  content: "";
}

/* line 181, ../bower_components/font-awesome/scss/_icons.scss */
.fa-wrench:before {
  content: "";
}

/* line 182, ../bower_components/font-awesome/scss/_icons.scss */
.fa-tasks:before {
  content: "";
}

/* line 183, ../bower_components/font-awesome/scss/_icons.scss */
.fa-filter:before {
  content: "";
}

/* line 184, ../bower_components/font-awesome/scss/_icons.scss */
.fa-briefcase:before {
  content: "";
}

/* line 185, ../bower_components/font-awesome/scss/_icons.scss */
.fa-arrows-alt:before {
  content: "";
}

/* line 186, ../bower_components/font-awesome/scss/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "";
}

/* line 188, ../bower_components/font-awesome/scss/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "";
}

/* line 190, ../bower_components/font-awesome/scss/_icons.scss */
.fa-cloud:before {
  content: "";
}

/* line 191, ../bower_components/font-awesome/scss/_icons.scss */
.fa-flask:before {
  content: "";
}

/* line 192, ../bower_components/font-awesome/scss/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "";
}

/* line 194, ../bower_components/font-awesome/scss/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "";
}

/* line 196, ../bower_components/font-awesome/scss/_icons.scss */
.fa-paperclip:before {
  content: "";
}

/* line 197, ../bower_components/font-awesome/scss/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

/* line 199, ../bower_components/font-awesome/scss/_icons.scss */
.fa-square:before {
  content: "";
}

/* line 200, ../bower_components/font-awesome/scss/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

/* line 203, ../bower_components/font-awesome/scss/_icons.scss */
.fa-list-ul:before {
  content: "";
}

/* line 204, ../bower_components/font-awesome/scss/_icons.scss */
.fa-list-ol:before {
  content: "";
}

/* line 205, ../bower_components/font-awesome/scss/_icons.scss */
.fa-strikethrough:before {
  content: "";
}

/* line 206, ../bower_components/font-awesome/scss/_icons.scss */
.fa-underline:before {
  content: "";
}

/* line 207, ../bower_components/font-awesome/scss/_icons.scss */
.fa-table:before {
  content: "";
}

/* line 208, ../bower_components/font-awesome/scss/_icons.scss */
.fa-magic:before {
  content: "";
}

/* line 209, ../bower_components/font-awesome/scss/_icons.scss */
.fa-truck:before {
  content: "";
}

/* line 210, ../bower_components/font-awesome/scss/_icons.scss */
.fa-pinterest:before {
  content: "";
}

/* line 211, ../bower_components/font-awesome/scss/_icons.scss */
.fa-pinterest-square:before {
  content: "";
}

/* line 212, ../bower_components/font-awesome/scss/_icons.scss */
.fa-google-plus-square:before {
  content: "";
}

/* line 213, ../bower_components/font-awesome/scss/_icons.scss */
.fa-google-plus:before {
  content: "";
}

/* line 214, ../bower_components/font-awesome/scss/_icons.scss */
.fa-money:before {
  content: "";
}

/* line 215, ../bower_components/font-awesome/scss/_icons.scss */
.fa-caret-down:before {
  content: "";
}

/* line 216, ../bower_components/font-awesome/scss/_icons.scss */
.fa-caret-up:before {
  content: "";
}

/* line 217, ../bower_components/font-awesome/scss/_icons.scss */
.fa-caret-left:before {
  content: "";
}

/* line 218, ../bower_components/font-awesome/scss/_icons.scss */
.fa-caret-right:before {
  content: "";
}

/* line 219, ../bower_components/font-awesome/scss/_icons.scss */
.fa-columns:before {
  content: "";
}

/* line 220, ../bower_components/font-awesome/scss/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

/* line 222, ../bower_components/font-awesome/scss/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

/* line 224, ../bower_components/font-awesome/scss/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

/* line 226, ../bower_components/font-awesome/scss/_icons.scss */
.fa-envelope:before {
  content: "";
}

/* line 227, ../bower_components/font-awesome/scss/_icons.scss */
.fa-linkedin:before {
  content: "";
}

/* line 228, ../bower_components/font-awesome/scss/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

/* line 230, ../bower_components/font-awesome/scss/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "";
}

/* line 232, ../bower_components/font-awesome/scss/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

/* line 234, ../bower_components/font-awesome/scss/_icons.scss */
.fa-comment-o:before {
  content: "";
}

/* line 235, ../bower_components/font-awesome/scss/_icons.scss */
.fa-comments-o:before {
  content: "";
}

/* line 236, ../bower_components/font-awesome/scss/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "";
}

/* line 238, ../bower_components/font-awesome/scss/_icons.scss */
.fa-sitemap:before {
  content: "";
}

/* line 239, ../bower_components/font-awesome/scss/_icons.scss */
.fa-umbrella:before {
  content: "";
}

/* line 240, ../bower_components/font-awesome/scss/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

/* line 242, ../bower_components/font-awesome/scss/_icons.scss */
.fa-lightbulb-o:before {
  content: "";
}

/* line 243, ../bower_components/font-awesome/scss/_icons.scss */
.fa-exchange:before {
  content: "";
}

/* line 244, ../bower_components/font-awesome/scss/_icons.scss */
.fa-cloud-download:before {
  content: "";
}

/* line 245, ../bower_components/font-awesome/scss/_icons.scss */
.fa-cloud-upload:before {
  content: "";
}

/* line 246, ../bower_components/font-awesome/scss/_icons.scss */
.fa-user-md:before {
  content: "";
}

/* line 247, ../bower_components/font-awesome/scss/_icons.scss */
.fa-stethoscope:before {
  content: "";
}

/* line 248, ../bower_components/font-awesome/scss/_icons.scss */
.fa-suitcase:before {
  content: "";
}

/* line 249, ../bower_components/font-awesome/scss/_icons.scss */
.fa-bell-o:before {
  content: "";
}

/* line 250, ../bower_components/font-awesome/scss/_icons.scss */
.fa-coffee:before {
  content: "";
}

/* line 251, ../bower_components/font-awesome/scss/_icons.scss */
.fa-cutlery:before {
  content: "";
}

/* line 252, ../bower_components/font-awesome/scss/_icons.scss */
.fa-file-text-o:before {
  content: "";
}

/* line 253, ../bower_components/font-awesome/scss/_icons.scss */
.fa-building-o:before {
  content: "";
}

/* line 254, ../bower_components/font-awesome/scss/_icons.scss */
.fa-hospital-o:before {
  content: "";
}

/* line 255, ../bower_components/font-awesome/scss/_icons.scss */
.fa-ambulance:before {
  content: "";
}

/* line 256, ../bower_components/font-awesome/scss/_icons.scss */
.fa-medkit:before {
  content: "";
}

/* line 257, ../bower_components/font-awesome/scss/_icons.scss */
.fa-fighter-jet:before {
  content: "";
}

/* line 258, ../bower_components/font-awesome/scss/_icons.scss */
.fa-beer:before {
  content: "";
}

/* line 259, ../bower_components/font-awesome/scss/_icons.scss */
.fa-h-square:before {
  content: "";
}

/* line 260, ../bower_components/font-awesome/scss/_icons.scss */
.fa-plus-square:before {
  content: "";
}

/* line 261, ../bower_components/font-awesome/scss/_icons.scss */
.fa-angle-double-left:before {
  content: "";
}

/* line 262, ../bower_components/font-awesome/scss/_icons.scss */
.fa-angle-double-right:before {
  content: "";
}

/* line 263, ../bower_components/font-awesome/scss/_icons.scss */
.fa-angle-double-up:before {
  content: "";
}

/* line 264, ../bower_components/font-awesome/scss/_icons.scss */
.fa-angle-double-down:before {
  content: "";
}

/* line 265, ../bower_components/font-awesome/scss/_icons.scss */
.fa-angle-left:before {
  content: "";
}

/* line 266, ../bower_components/font-awesome/scss/_icons.scss */
.fa-angle-right:before {
  content: "";
}

/* line 267, ../bower_components/font-awesome/scss/_icons.scss */
.fa-angle-up:before {
  content: "";
}

/* line 268, ../bower_components/font-awesome/scss/_icons.scss */
.fa-angle-down:before {
  content: "";
}

/* line 269, ../bower_components/font-awesome/scss/_icons.scss */
.fa-desktop:before {
  content: "";
}

/* line 270, ../bower_components/font-awesome/scss/_icons.scss */
.fa-laptop:before {
  content: "";
}

/* line 271, ../bower_components/font-awesome/scss/_icons.scss */
.fa-tablet:before {
  content: "";
}

/* line 272, ../bower_components/font-awesome/scss/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

/* line 274, ../bower_components/font-awesome/scss/_icons.scss */
.fa-circle-o:before {
  content: "";
}

/* line 275, ../bower_components/font-awesome/scss/_icons.scss */
.fa-quote-left:before {
  content: "";
}

/* line 276, ../bower_components/font-awesome/scss/_icons.scss */
.fa-quote-right:before {
  content: "";
}

/* line 277, ../bower_components/font-awesome/scss/_icons.scss */
.fa-spinner:before {
  content: "";
}

/* line 278, ../bower_components/font-awesome/scss/_icons.scss */
.fa-circle:before {
  content: "";
}

/* line 279, ../bower_components/font-awesome/scss/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

/* line 281, ../bower_components/font-awesome/scss/_icons.scss */
.fa-github-alt:before {
  content: "";
}

/* line 282, ../bower_components/font-awesome/scss/_icons.scss */
.fa-folder-o:before {
  content: "";
}

/* line 283, ../bower_components/font-awesome/scss/_icons.scss */
.fa-folder-open-o:before {
  content: "";
}

/* line 284, ../bower_components/font-awesome/scss/_icons.scss */
.fa-smile-o:before {
  content: "";
}

/* line 285, ../bower_components/font-awesome/scss/_icons.scss */
.fa-frown-o:before {
  content: "";
}

/* line 286, ../bower_components/font-awesome/scss/_icons.scss */
.fa-meh-o:before {
  content: "";
}

/* line 287, ../bower_components/font-awesome/scss/_icons.scss */
.fa-gamepad:before {
  content: "";
}

/* line 288, ../bower_components/font-awesome/scss/_icons.scss */
.fa-keyboard-o:before {
  content: "";
}

/* line 289, ../bower_components/font-awesome/scss/_icons.scss */
.fa-flag-o:before {
  content: "";
}

/* line 290, ../bower_components/font-awesome/scss/_icons.scss */
.fa-flag-checkered:before {
  content: "";
}

/* line 291, ../bower_components/font-awesome/scss/_icons.scss */
.fa-terminal:before {
  content: "";
}

/* line 292, ../bower_components/font-awesome/scss/_icons.scss */
.fa-code:before {
  content: "";
}

/* line 293, ../bower_components/font-awesome/scss/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

/* line 295, ../bower_components/font-awesome/scss/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

/* line 298, ../bower_components/font-awesome/scss/_icons.scss */
.fa-location-arrow:before {
  content: "";
}

/* line 299, ../bower_components/font-awesome/scss/_icons.scss */
.fa-crop:before {
  content: "";
}

/* line 300, ../bower_components/font-awesome/scss/_icons.scss */
.fa-code-fork:before {
  content: "";
}

/* line 301, ../bower_components/font-awesome/scss/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

/* line 303, ../bower_components/font-awesome/scss/_icons.scss */
.fa-question:before {
  content: "";
}

/* line 304, ../bower_components/font-awesome/scss/_icons.scss */
.fa-info:before {
  content: "";
}

/* line 305, ../bower_components/font-awesome/scss/_icons.scss */
.fa-exclamation:before {
  content: "";
}

/* line 306, ../bower_components/font-awesome/scss/_icons.scss */
.fa-superscript:before {
  content: "";
}

/* line 307, ../bower_components/font-awesome/scss/_icons.scss */
.fa-subscript:before {
  content: "";
}

/* line 308, ../bower_components/font-awesome/scss/_icons.scss */
.fa-eraser:before {
  content: "";
}

/* line 309, ../bower_components/font-awesome/scss/_icons.scss */
.fa-puzzle-piece:before {
  content: "";
}

/* line 310, ../bower_components/font-awesome/scss/_icons.scss */
.fa-microphone:before {
  content: "";
}

/* line 311, ../bower_components/font-awesome/scss/_icons.scss */
.fa-microphone-slash:before {
  content: "";
}

/* line 312, ../bower_components/font-awesome/scss/_icons.scss */
.fa-shield:before {
  content: "";
}

/* line 313, ../bower_components/font-awesome/scss/_icons.scss */
.fa-calendar-o:before {
  content: "";
}

/* line 314, ../bower_components/font-awesome/scss/_icons.scss */
.fa-fire-extinguisher:before {
  content: "";
}

/* line 315, ../bower_components/font-awesome/scss/_icons.scss */
.fa-rocket:before {
  content: "";
}

/* line 316, ../bower_components/font-awesome/scss/_icons.scss */
.fa-maxcdn:before {
  content: "";
}

/* line 317, ../bower_components/font-awesome/scss/_icons.scss */
.fa-chevron-circle-left:before {
  content: "";
}

/* line 318, ../bower_components/font-awesome/scss/_icons.scss */
.fa-chevron-circle-right:before {
  content: "";
}

/* line 319, ../bower_components/font-awesome/scss/_icons.scss */
.fa-chevron-circle-up:before {
  content: "";
}

/* line 320, ../bower_components/font-awesome/scss/_icons.scss */
.fa-chevron-circle-down:before {
  content: "";
}

/* line 321, ../bower_components/font-awesome/scss/_icons.scss */
.fa-html5:before {
  content: "";
}

/* line 322, ../bower_components/font-awesome/scss/_icons.scss */
.fa-css3:before {
  content: "";
}

/* line 323, ../bower_components/font-awesome/scss/_icons.scss */
.fa-anchor:before {
  content: "";
}

/* line 324, ../bower_components/font-awesome/scss/_icons.scss */
.fa-unlock-alt:before {
  content: "";
}

/* line 325, ../bower_components/font-awesome/scss/_icons.scss */
.fa-bullseye:before {
  content: "";
}

/* line 326, ../bower_components/font-awesome/scss/_icons.scss */
.fa-ellipsis-h:before {
  content: "";
}

/* line 327, ../bower_components/font-awesome/scss/_icons.scss */
.fa-ellipsis-v:before {
  content: "";
}

/* line 328, ../bower_components/font-awesome/scss/_icons.scss */
.fa-rss-square:before {
  content: "";
}

/* line 329, ../bower_components/font-awesome/scss/_icons.scss */
.fa-play-circle:before {
  content: "";
}

/* line 330, ../bower_components/font-awesome/scss/_icons.scss */
.fa-ticket:before {
  content: "";
}

/* line 331, ../bower_components/font-awesome/scss/_icons.scss */
.fa-minus-square:before {
  content: "";
}

/* line 332, ../bower_components/font-awesome/scss/_icons.scss */
.fa-minus-square-o:before {
  content: "";
}

/* line 333, ../bower_components/font-awesome/scss/_icons.scss */
.fa-level-up:before {
  content: "";
}

/* line 334, ../bower_components/font-awesome/scss/_icons.scss */
.fa-level-down:before {
  content: "";
}

/* line 335, ../bower_components/font-awesome/scss/_icons.scss */
.fa-check-square:before {
  content: "";
}

/* line 336, ../bower_components/font-awesome/scss/_icons.scss */
.fa-pencil-square:before {
  content: "";
}

/* line 337, ../bower_components/font-awesome/scss/_icons.scss */
.fa-external-link-square:before {
  content: "";
}

/* line 338, ../bower_components/font-awesome/scss/_icons.scss */
.fa-share-square:before {
  content: "";
}

/* line 339, ../bower_components/font-awesome/scss/_icons.scss */
.fa-compass:before {
  content: "";
}

/* line 340, ../bower_components/font-awesome/scss/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

/* line 342, ../bower_components/font-awesome/scss/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

/* line 344, ../bower_components/font-awesome/scss/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

/* line 346, ../bower_components/font-awesome/scss/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "";
}

/* line 348, ../bower_components/font-awesome/scss/_icons.scss */
.fa-gbp:before {
  content: "";
}

/* line 349, ../bower_components/font-awesome/scss/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "";
}

/* line 351, ../bower_components/font-awesome/scss/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "";
}

/* line 353, ../bower_components/font-awesome/scss/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

/* line 357, ../bower_components/font-awesome/scss/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

/* line 360, ../bower_components/font-awesome/scss/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "";
}

/* line 362, ../bower_components/font-awesome/scss/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

/* line 364, ../bower_components/font-awesome/scss/_icons.scss */
.fa-file:before {
  content: "";
}

/* line 365, ../bower_components/font-awesome/scss/_icons.scss */
.fa-file-text:before {
  content: "";
}

/* line 366, ../bower_components/font-awesome/scss/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "";
}

/* line 367, ../bower_components/font-awesome/scss/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "";
}

/* line 368, ../bower_components/font-awesome/scss/_icons.scss */
.fa-sort-amount-asc:before {
  content: "";
}

/* line 369, ../bower_components/font-awesome/scss/_icons.scss */
.fa-sort-amount-desc:before {
  content: "";
}

/* line 370, ../bower_components/font-awesome/scss/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "";
}

/* line 371, ../bower_components/font-awesome/scss/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "";
}

/* line 372, ../bower_components/font-awesome/scss/_icons.scss */
.fa-thumbs-up:before {
  content: "";
}

/* line 373, ../bower_components/font-awesome/scss/_icons.scss */
.fa-thumbs-down:before {
  content: "";
}

/* line 374, ../bower_components/font-awesome/scss/_icons.scss */
.fa-youtube-square:before {
  content: "";
}

/* line 375, ../bower_components/font-awesome/scss/_icons.scss */
.fa-youtube:before {
  content: "";
}

/* line 376, ../bower_components/font-awesome/scss/_icons.scss */
.fa-xing:before {
  content: "";
}

/* line 377, ../bower_components/font-awesome/scss/_icons.scss */
.fa-xing-square:before {
  content: "";
}

/* line 378, ../bower_components/font-awesome/scss/_icons.scss */
.fa-youtube-play:before {
  content: "";
}

/* line 379, ../bower_components/font-awesome/scss/_icons.scss */
.fa-dropbox:before {
  content: "";
}

/* line 380, ../bower_components/font-awesome/scss/_icons.scss */
.fa-stack-overflow:before {
  content: "";
}

/* line 381, ../bower_components/font-awesome/scss/_icons.scss */
.fa-instagram:before {
  content: "";
}

/* line 382, ../bower_components/font-awesome/scss/_icons.scss */
.fa-flickr:before {
  content: "";
}

/* line 383, ../bower_components/font-awesome/scss/_icons.scss */
.fa-adn:before {
  content: "";
}

/* line 384, ../bower_components/font-awesome/scss/_icons.scss */
.fa-bitbucket:before {
  content: "";
}

/* line 385, ../bower_components/font-awesome/scss/_icons.scss */
.fa-bitbucket-square:before {
  content: "";
}

/* line 386, ../bower_components/font-awesome/scss/_icons.scss */
.fa-tumblr:before {
  content: "";
}

/* line 387, ../bower_components/font-awesome/scss/_icons.scss */
.fa-tumblr-square:before {
  content: "";
}

/* line 388, ../bower_components/font-awesome/scss/_icons.scss */
.fa-long-arrow-down:before {
  content: "";
}

/* line 389, ../bower_components/font-awesome/scss/_icons.scss */
.fa-long-arrow-up:before {
  content: "";
}

/* line 390, ../bower_components/font-awesome/scss/_icons.scss */
.fa-long-arrow-left:before {
  content: "";
}

/* line 391, ../bower_components/font-awesome/scss/_icons.scss */
.fa-long-arrow-right:before {
  content: "";
}

/* line 392, ../bower_components/font-awesome/scss/_icons.scss */
.fa-apple:before {
  content: "";
}

/* line 393, ../bower_components/font-awesome/scss/_icons.scss */
.fa-windows:before {
  content: "";
}

/* line 394, ../bower_components/font-awesome/scss/_icons.scss */
.fa-android:before {
  content: "";
}

/* line 395, ../bower_components/font-awesome/scss/_icons.scss */
.fa-linux:before {
  content: "";
}

/* line 396, ../bower_components/font-awesome/scss/_icons.scss */
.fa-dribbble:before {
  content: "";
}

/* line 397, ../bower_components/font-awesome/scss/_icons.scss */
.fa-skype:before {
  content: "";
}

/* line 398, ../bower_components/font-awesome/scss/_icons.scss */
.fa-foursquare:before {
  content: "";
}

/* line 399, ../bower_components/font-awesome/scss/_icons.scss */
.fa-trello:before {
  content: "";
}

/* line 400, ../bower_components/font-awesome/scss/_icons.scss */
.fa-female:before {
  content: "";
}

/* line 401, ../bower_components/font-awesome/scss/_icons.scss */
.fa-male:before {
  content: "";
}

/* line 402, ../bower_components/font-awesome/scss/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

/* line 404, ../bower_components/font-awesome/scss/_icons.scss */
.fa-sun-o:before {
  content: "";
}

/* line 405, ../bower_components/font-awesome/scss/_icons.scss */
.fa-moon-o:before {
  content: "";
}

/* line 406, ../bower_components/font-awesome/scss/_icons.scss */
.fa-archive:before {
  content: "";
}

/* line 407, ../bower_components/font-awesome/scss/_icons.scss */
.fa-bug:before {
  content: "";
}

/* line 408, ../bower_components/font-awesome/scss/_icons.scss */
.fa-vk:before {
  content: "";
}

/* line 409, ../bower_components/font-awesome/scss/_icons.scss */
.fa-weibo:before {
  content: "";
}

/* line 410, ../bower_components/font-awesome/scss/_icons.scss */
.fa-renren:before {
  content: "";
}

/* line 411, ../bower_components/font-awesome/scss/_icons.scss */
.fa-pagelines:before {
  content: "";
}

/* line 412, ../bower_components/font-awesome/scss/_icons.scss */
.fa-stack-exchange:before {
  content: "";
}

/* line 413, ../bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "";
}

/* line 414, ../bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "";
}

/* line 415, ../bower_components/font-awesome/scss/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

/* line 417, ../bower_components/font-awesome/scss/_icons.scss */
.fa-dot-circle-o:before {
  content: "";
}

/* line 418, ../bower_components/font-awesome/scss/_icons.scss */
.fa-wheelchair:before {
  content: "";
}

/* line 419, ../bower_components/font-awesome/scss/_icons.scss */
.fa-vimeo-square:before {
  content: "";
}

/* line 420, ../bower_components/font-awesome/scss/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

/* line 422, ../bower_components/font-awesome/scss/_icons.scss */
.fa-plus-square-o:before {
  content: "";
}

/* line 423, ../bower_components/font-awesome/scss/_icons.scss */
.fa-space-shuttle:before {
  content: "";
}

/* line 424, ../bower_components/font-awesome/scss/_icons.scss */
.fa-slack:before {
  content: "";
}

/* line 425, ../bower_components/font-awesome/scss/_icons.scss */
.fa-envelope-square:before {
  content: "";
}

/* line 426, ../bower_components/font-awesome/scss/_icons.scss */
.fa-wordpress:before {
  content: "";
}

/* line 427, ../bower_components/font-awesome/scss/_icons.scss */
.fa-openid:before {
  content: "";
}

/* line 428, ../bower_components/font-awesome/scss/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

/* line 431, ../bower_components/font-awesome/scss/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

/* line 433, ../bower_components/font-awesome/scss/_icons.scss */
.fa-yahoo:before {
  content: "";
}

/* line 434, ../bower_components/font-awesome/scss/_icons.scss */
.fa-google:before {
  content: "";
}

/* line 435, ../bower_components/font-awesome/scss/_icons.scss */
.fa-reddit:before {
  content: "";
}

/* line 436, ../bower_components/font-awesome/scss/_icons.scss */
.fa-reddit-square:before {
  content: "";
}

/* line 437, ../bower_components/font-awesome/scss/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "";
}

/* line 438, ../bower_components/font-awesome/scss/_icons.scss */
.fa-stumbleupon:before {
  content: "";
}

/* line 439, ../bower_components/font-awesome/scss/_icons.scss */
.fa-delicious:before {
  content: "";
}

/* line 440, ../bower_components/font-awesome/scss/_icons.scss */
.fa-digg:before {
  content: "";
}

/* line 441, ../bower_components/font-awesome/scss/_icons.scss */
.fa-pied-piper:before {
  content: "";
}

/* line 442, ../bower_components/font-awesome/scss/_icons.scss */
.fa-pied-piper-alt:before {
  content: "";
}

/* line 443, ../bower_components/font-awesome/scss/_icons.scss */
.fa-drupal:before {
  content: "";
}

/* line 444, ../bower_components/font-awesome/scss/_icons.scss */
.fa-joomla:before {
  content: "";
}

/* line 445, ../bower_components/font-awesome/scss/_icons.scss */
.fa-language:before {
  content: "";
}

/* line 446, ../bower_components/font-awesome/scss/_icons.scss */
.fa-fax:before {
  content: "";
}

/* line 447, ../bower_components/font-awesome/scss/_icons.scss */
.fa-building:before {
  content: "";
}

/* line 448, ../bower_components/font-awesome/scss/_icons.scss */
.fa-child:before {
  content: "";
}

/* line 449, ../bower_components/font-awesome/scss/_icons.scss */
.fa-paw:before {
  content: "";
}

/* line 450, ../bower_components/font-awesome/scss/_icons.scss */
.fa-spoon:before {
  content: "";
}

/* line 451, ../bower_components/font-awesome/scss/_icons.scss */
.fa-cube:before {
  content: "";
}

/* line 452, ../bower_components/font-awesome/scss/_icons.scss */
.fa-cubes:before {
  content: "";
}

/* line 453, ../bower_components/font-awesome/scss/_icons.scss */
.fa-behance:before {
  content: "";
}

/* line 454, ../bower_components/font-awesome/scss/_icons.scss */
.fa-behance-square:before {
  content: "";
}

/* line 455, ../bower_components/font-awesome/scss/_icons.scss */
.fa-steam:before {
  content: "";
}

/* line 456, ../bower_components/font-awesome/scss/_icons.scss */
.fa-steam-square:before {
  content: "";
}

/* line 457, ../bower_components/font-awesome/scss/_icons.scss */
.fa-recycle:before {
  content: "";
}

/* line 458, ../bower_components/font-awesome/scss/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "";
}

/* line 460, ../bower_components/font-awesome/scss/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "";
}

/* line 462, ../bower_components/font-awesome/scss/_icons.scss */
.fa-tree:before {
  content: "";
}

/* line 463, ../bower_components/font-awesome/scss/_icons.scss */
.fa-spotify:before {
  content: "";
}

/* line 464, ../bower_components/font-awesome/scss/_icons.scss */
.fa-deviantart:before {
  content: "";
}

/* line 465, ../bower_components/font-awesome/scss/_icons.scss */
.fa-soundcloud:before {
  content: "";
}

/* line 466, ../bower_components/font-awesome/scss/_icons.scss */
.fa-database:before {
  content: "";
}

/* line 467, ../bower_components/font-awesome/scss/_icons.scss */
.fa-file-pdf-o:before {
  content: "";
}

/* line 468, ../bower_components/font-awesome/scss/_icons.scss */
.fa-file-word-o:before {
  content: "";
}

/* line 469, ../bower_components/font-awesome/scss/_icons.scss */
.fa-file-excel-o:before {
  content: "";
}

/* line 470, ../bower_components/font-awesome/scss/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "";
}

/* line 471, ../bower_components/font-awesome/scss/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

/* line 474, ../bower_components/font-awesome/scss/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

/* line 476, ../bower_components/font-awesome/scss/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

/* line 478, ../bower_components/font-awesome/scss/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

/* line 480, ../bower_components/font-awesome/scss/_icons.scss */
.fa-file-code-o:before {
  content: "";
}

/* line 481, ../bower_components/font-awesome/scss/_icons.scss */
.fa-vine:before {
  content: "";
}

/* line 482, ../bower_components/font-awesome/scss/_icons.scss */
.fa-codepen:before {
  content: "";
}

/* line 483, ../bower_components/font-awesome/scss/_icons.scss */
.fa-jsfiddle:before {
  content: "";
}

/* line 484, ../bower_components/font-awesome/scss/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

/* line 489, ../bower_components/font-awesome/scss/_icons.scss */
.fa-circle-o-notch:before {
  content: "";
}

/* line 490, ../bower_components/font-awesome/scss/_icons.scss */
.fa-ra:before,
.fa-rebel:before {
  content: "";
}

/* line 492, ../bower_components/font-awesome/scss/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "";
}

/* line 494, ../bower_components/font-awesome/scss/_icons.scss */
.fa-git-square:before {
  content: "";
}

/* line 495, ../bower_components/font-awesome/scss/_icons.scss */
.fa-git:before {
  content: "";
}

/* line 496, ../bower_components/font-awesome/scss/_icons.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

/* line 499, ../bower_components/font-awesome/scss/_icons.scss */
.fa-tencent-weibo:before {
  content: "";
}

/* line 500, ../bower_components/font-awesome/scss/_icons.scss */
.fa-qq:before {
  content: "";
}

/* line 501, ../bower_components/font-awesome/scss/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

/* line 503, ../bower_components/font-awesome/scss/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

/* line 505, ../bower_components/font-awesome/scss/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

/* line 507, ../bower_components/font-awesome/scss/_icons.scss */
.fa-history:before {
  content: "";
}

/* line 508, ../bower_components/font-awesome/scss/_icons.scss */
.fa-circle-thin:before {
  content: "";
}

/* line 509, ../bower_components/font-awesome/scss/_icons.scss */
.fa-header:before {
  content: "";
}

/* line 510, ../bower_components/font-awesome/scss/_icons.scss */
.fa-paragraph:before {
  content: "";
}

/* line 511, ../bower_components/font-awesome/scss/_icons.scss */
.fa-sliders:before {
  content: "";
}

/* line 512, ../bower_components/font-awesome/scss/_icons.scss */
.fa-share-alt:before {
  content: "";
}

/* line 513, ../bower_components/font-awesome/scss/_icons.scss */
.fa-share-alt-square:before {
  content: "";
}

/* line 514, ../bower_components/font-awesome/scss/_icons.scss */
.fa-bomb:before {
  content: "";
}

/* line 515, ../bower_components/font-awesome/scss/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

/* line 517, ../bower_components/font-awesome/scss/_icons.scss */
.fa-tty:before {
  content: "";
}

/* line 518, ../bower_components/font-awesome/scss/_icons.scss */
.fa-binoculars:before {
  content: "";
}

/* line 519, ../bower_components/font-awesome/scss/_icons.scss */
.fa-plug:before {
  content: "";
}

/* line 520, ../bower_components/font-awesome/scss/_icons.scss */
.fa-slideshare:before {
  content: "";
}

/* line 521, ../bower_components/font-awesome/scss/_icons.scss */
.fa-twitch:before {
  content: "";
}

/* line 522, ../bower_components/font-awesome/scss/_icons.scss */
.fa-yelp:before {
  content: "";
}

/* line 523, ../bower_components/font-awesome/scss/_icons.scss */
.fa-newspaper-o:before {
  content: "";
}

/* line 524, ../bower_components/font-awesome/scss/_icons.scss */
.fa-wifi:before {
  content: "";
}

/* line 525, ../bower_components/font-awesome/scss/_icons.scss */
.fa-calculator:before {
  content: "";
}

/* line 526, ../bower_components/font-awesome/scss/_icons.scss */
.fa-paypal:before {
  content: "";
}

/* line 527, ../bower_components/font-awesome/scss/_icons.scss */
.fa-google-wallet:before {
  content: "";
}

/* line 528, ../bower_components/font-awesome/scss/_icons.scss */
.fa-cc-visa:before {
  content: "";
}

/* line 529, ../bower_components/font-awesome/scss/_icons.scss */
.fa-cc-mastercard:before {
  content: "";
}

/* line 530, ../bower_components/font-awesome/scss/_icons.scss */
.fa-cc-discover:before {
  content: "";
}

/* line 531, ../bower_components/font-awesome/scss/_icons.scss */
.fa-cc-amex:before {
  content: "";
}

/* line 532, ../bower_components/font-awesome/scss/_icons.scss */
.fa-cc-paypal:before {
  content: "";
}

/* line 533, ../bower_components/font-awesome/scss/_icons.scss */
.fa-cc-stripe:before {
  content: "";
}

/* line 534, ../bower_components/font-awesome/scss/_icons.scss */
.fa-bell-slash:before {
  content: "";
}

/* line 535, ../bower_components/font-awesome/scss/_icons.scss */
.fa-bell-slash-o:before {
  content: "";
}

/* line 536, ../bower_components/font-awesome/scss/_icons.scss */
.fa-trash:before {
  content: "";
}

/* line 537, ../bower_components/font-awesome/scss/_icons.scss */
.fa-copyright:before {
  content: "";
}

/* line 538, ../bower_components/font-awesome/scss/_icons.scss */
.fa-at:before {
  content: "";
}

/* line 539, ../bower_components/font-awesome/scss/_icons.scss */
.fa-eyedropper:before {
  content: "";
}

/* line 540, ../bower_components/font-awesome/scss/_icons.scss */
.fa-paint-brush:before {
  content: "";
}

/* line 541, ../bower_components/font-awesome/scss/_icons.scss */
.fa-birthday-cake:before {
  content: "";
}

/* line 542, ../bower_components/font-awesome/scss/_icons.scss */
.fa-area-chart:before {
  content: "";
}

/* line 543, ../bower_components/font-awesome/scss/_icons.scss */
.fa-pie-chart:before {
  content: "";
}

/* line 544, ../bower_components/font-awesome/scss/_icons.scss */
.fa-line-chart:before {
  content: "";
}

/* line 545, ../bower_components/font-awesome/scss/_icons.scss */
.fa-lastfm:before {
  content: "";
}

/* line 546, ../bower_components/font-awesome/scss/_icons.scss */
.fa-lastfm-square:before {
  content: "";
}

/* line 547, ../bower_components/font-awesome/scss/_icons.scss */
.fa-toggle-off:before {
  content: "";
}

/* line 548, ../bower_components/font-awesome/scss/_icons.scss */
.fa-toggle-on:before {
  content: "";
}

/* line 549, ../bower_components/font-awesome/scss/_icons.scss */
.fa-bicycle:before {
  content: "";
}

/* line 550, ../bower_components/font-awesome/scss/_icons.scss */
.fa-bus:before {
  content: "";
}

/* line 551, ../bower_components/font-awesome/scss/_icons.scss */
.fa-ioxhost:before {
  content: "";
}

/* line 552, ../bower_components/font-awesome/scss/_icons.scss */
.fa-angellist:before {
  content: "";
}

/* line 553, ../bower_components/font-awesome/scss/_icons.scss */
.fa-cc:before {
  content: "";
}

/* line 554, ../bower_components/font-awesome/scss/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

/* line 557, ../bower_components/font-awesome/scss/_icons.scss */
.fa-meanpath:before {
  content: "";
}

/* line 558, ../bower_components/font-awesome/scss/_icons.scss */
.fa-buysellads:before {
  content: "";
}

/* line 559, ../bower_components/font-awesome/scss/_icons.scss */
.fa-connectdevelop:before {
  content: "";
}

/* line 560, ../bower_components/font-awesome/scss/_icons.scss */
.fa-dashcube:before {
  content: "";
}

/* line 561, ../bower_components/font-awesome/scss/_icons.scss */
.fa-forumbee:before {
  content: "";
}

/* line 562, ../bower_components/font-awesome/scss/_icons.scss */
.fa-leanpub:before {
  content: "";
}

/* line 563, ../bower_components/font-awesome/scss/_icons.scss */
.fa-sellsy:before {
  content: "";
}

/* line 564, ../bower_components/font-awesome/scss/_icons.scss */
.fa-shirtsinbulk:before {
  content: "";
}

/* line 565, ../bower_components/font-awesome/scss/_icons.scss */
.fa-simplybuilt:before {
  content: "";
}

/* line 566, ../bower_components/font-awesome/scss/_icons.scss */
.fa-skyatlas:before {
  content: "";
}

/* line 567, ../bower_components/font-awesome/scss/_icons.scss */
.fa-cart-plus:before {
  content: "";
}

/* line 568, ../bower_components/font-awesome/scss/_icons.scss */
.fa-cart-arrow-down:before {
  content: "";
}

/* line 569, ../bower_components/font-awesome/scss/_icons.scss */
.fa-diamond:before {
  content: "";
}

/* line 570, ../bower_components/font-awesome/scss/_icons.scss */
.fa-ship:before {
  content: "";
}

/* line 571, ../bower_components/font-awesome/scss/_icons.scss */
.fa-user-secret:before {
  content: "";
}

/* line 572, ../bower_components/font-awesome/scss/_icons.scss */
.fa-motorcycle:before {
  content: "";
}

/* line 573, ../bower_components/font-awesome/scss/_icons.scss */
.fa-street-view:before {
  content: "";
}

/* line 574, ../bower_components/font-awesome/scss/_icons.scss */
.fa-heartbeat:before {
  content: "";
}

/* line 575, ../bower_components/font-awesome/scss/_icons.scss */
.fa-venus:before {
  content: "";
}

/* line 576, ../bower_components/font-awesome/scss/_icons.scss */
.fa-mars:before {
  content: "";
}

/* line 577, ../bower_components/font-awesome/scss/_icons.scss */
.fa-mercury:before {
  content: "";
}

/* line 578, ../bower_components/font-awesome/scss/_icons.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

/* line 580, ../bower_components/font-awesome/scss/_icons.scss */
.fa-transgender-alt:before {
  content: "";
}

/* line 581, ../bower_components/font-awesome/scss/_icons.scss */
.fa-venus-double:before {
  content: "";
}

/* line 582, ../bower_components/font-awesome/scss/_icons.scss */
.fa-mars-double:before {
  content: "";
}

/* line 583, ../bower_components/font-awesome/scss/_icons.scss */
.fa-venus-mars:before {
  content: "";
}

/* line 584, ../bower_components/font-awesome/scss/_icons.scss */
.fa-mars-stroke:before {
  content: "";
}

/* line 585, ../bower_components/font-awesome/scss/_icons.scss */
.fa-mars-stroke-v:before {
  content: "";
}

/* line 586, ../bower_components/font-awesome/scss/_icons.scss */
.fa-mars-stroke-h:before {
  content: "";
}

/* line 587, ../bower_components/font-awesome/scss/_icons.scss */
.fa-neuter:before {
  content: "";
}

/* line 588, ../bower_components/font-awesome/scss/_icons.scss */
.fa-genderless:before {
  content: "";
}

/* line 589, ../bower_components/font-awesome/scss/_icons.scss */
.fa-facebook-official:before {
  content: "";
}

/* line 590, ../bower_components/font-awesome/scss/_icons.scss */
.fa-pinterest-p:before {
  content: "";
}

/* line 591, ../bower_components/font-awesome/scss/_icons.scss */
.fa-whatsapp:before {
  content: "";
}

/* line 592, ../bower_components/font-awesome/scss/_icons.scss */
.fa-server:before {
  content: "";
}

/* line 593, ../bower_components/font-awesome/scss/_icons.scss */
.fa-user-plus:before {
  content: "";
}

/* line 594, ../bower_components/font-awesome/scss/_icons.scss */
.fa-user-times:before {
  content: "";
}

/* line 595, ../bower_components/font-awesome/scss/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "";
}

/* line 597, ../bower_components/font-awesome/scss/_icons.scss */
.fa-viacoin:before {
  content: "";
}

/* line 598, ../bower_components/font-awesome/scss/_icons.scss */
.fa-train:before {
  content: "";
}

/* line 599, ../bower_components/font-awesome/scss/_icons.scss */
.fa-subway:before {
  content: "";
}

/* line 600, ../bower_components/font-awesome/scss/_icons.scss */
.fa-medium:before {
  content: "";
}

/* line 601, ../bower_components/font-awesome/scss/_icons.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

/* line 603, ../bower_components/font-awesome/scss/_icons.scss */
.fa-optin-monster:before {
  content: "";
}

/* line 604, ../bower_components/font-awesome/scss/_icons.scss */
.fa-opencart:before {
  content: "";
}

/* line 605, ../bower_components/font-awesome/scss/_icons.scss */
.fa-expeditedssl:before {
  content: "";
}

/* line 606, ../bower_components/font-awesome/scss/_icons.scss */
.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

/* line 608, ../bower_components/font-awesome/scss/_icons.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

/* line 610, ../bower_components/font-awesome/scss/_icons.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

/* line 612, ../bower_components/font-awesome/scss/_icons.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

/* line 614, ../bower_components/font-awesome/scss/_icons.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

/* line 616, ../bower_components/font-awesome/scss/_icons.scss */
.fa-mouse-pointer:before {
  content: "";
}

/* line 617, ../bower_components/font-awesome/scss/_icons.scss */
.fa-i-cursor:before {
  content: "";
}

/* line 618, ../bower_components/font-awesome/scss/_icons.scss */
.fa-object-group:before {
  content: "";
}

/* line 619, ../bower_components/font-awesome/scss/_icons.scss */
.fa-object-ungroup:before {
  content: "";
}

/* line 620, ../bower_components/font-awesome/scss/_icons.scss */
.fa-sticky-note:before {
  content: "";
}

/* line 621, ../bower_components/font-awesome/scss/_icons.scss */
.fa-sticky-note-o:before {
  content: "";
}

/* line 622, ../bower_components/font-awesome/scss/_icons.scss */
.fa-cc-jcb:before {
  content: "";
}

/* line 623, ../bower_components/font-awesome/scss/_icons.scss */
.fa-cc-diners-club:before {
  content: "";
}

/* line 624, ../bower_components/font-awesome/scss/_icons.scss */
.fa-clone:before {
  content: "";
}

/* line 625, ../bower_components/font-awesome/scss/_icons.scss */
.fa-balance-scale:before {
  content: "";
}

/* line 626, ../bower_components/font-awesome/scss/_icons.scss */
.fa-hourglass-o:before {
  content: "";
}

/* line 627, ../bower_components/font-awesome/scss/_icons.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

/* line 629, ../bower_components/font-awesome/scss/_icons.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

/* line 631, ../bower_components/font-awesome/scss/_icons.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

/* line 633, ../bower_components/font-awesome/scss/_icons.scss */
.fa-hourglass:before {
  content: "";
}

/* line 634, ../bower_components/font-awesome/scss/_icons.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

/* line 636, ../bower_components/font-awesome/scss/_icons.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

/* line 638, ../bower_components/font-awesome/scss/_icons.scss */
.fa-hand-scissors-o:before {
  content: "";
}

/* line 639, ../bower_components/font-awesome/scss/_icons.scss */
.fa-hand-lizard-o:before {
  content: "";
}

/* line 640, ../bower_components/font-awesome/scss/_icons.scss */
.fa-hand-spock-o:before {
  content: "";
}

/* line 641, ../bower_components/font-awesome/scss/_icons.scss */
.fa-hand-pointer-o:before {
  content: "";
}

/* line 642, ../bower_components/font-awesome/scss/_icons.scss */
.fa-hand-peace-o:before {
  content: "";
}

/* line 643, ../bower_components/font-awesome/scss/_icons.scss */
.fa-trademark:before {
  content: "";
}

/* line 644, ../bower_components/font-awesome/scss/_icons.scss */
.fa-registered:before {
  content: "";
}

/* line 645, ../bower_components/font-awesome/scss/_icons.scss */
.fa-creative-commons:before {
  content: "";
}

/* line 646, ../bower_components/font-awesome/scss/_icons.scss */
.fa-gg:before {
  content: "";
}

/* line 647, ../bower_components/font-awesome/scss/_icons.scss */
.fa-gg-circle:before {
  content: "";
}

/* line 648, ../bower_components/font-awesome/scss/_icons.scss */
.fa-tripadvisor:before {
  content: "";
}

/* line 649, ../bower_components/font-awesome/scss/_icons.scss */
.fa-odnoklassniki:before {
  content: "";
}

/* line 650, ../bower_components/font-awesome/scss/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "";
}

/* line 651, ../bower_components/font-awesome/scss/_icons.scss */
.fa-get-pocket:before {
  content: "";
}

/* line 652, ../bower_components/font-awesome/scss/_icons.scss */
.fa-wikipedia-w:before {
  content: "";
}

/* line 653, ../bower_components/font-awesome/scss/_icons.scss */
.fa-safari:before {
  content: "";
}

/* line 654, ../bower_components/font-awesome/scss/_icons.scss */
.fa-chrome:before {
  content: "";
}

/* line 655, ../bower_components/font-awesome/scss/_icons.scss */
.fa-firefox:before {
  content: "";
}

/* line 656, ../bower_components/font-awesome/scss/_icons.scss */
.fa-opera:before {
  content: "";
}

/* line 657, ../bower_components/font-awesome/scss/_icons.scss */
.fa-internet-explorer:before {
  content: "";
}

/* line 658, ../bower_components/font-awesome/scss/_icons.scss */
.fa-tv:before,
.fa-television:before {
  content: "";
}

/* line 660, ../bower_components/font-awesome/scss/_icons.scss */
.fa-contao:before {
  content: "";
}

/* line 661, ../bower_components/font-awesome/scss/_icons.scss */
.fa-500px:before {
  content: "";
}

/* line 662, ../bower_components/font-awesome/scss/_icons.scss */
.fa-amazon:before {
  content: "";
}

/* line 663, ../bower_components/font-awesome/scss/_icons.scss */
.fa-calendar-plus-o:before {
  content: "";
}

/* line 664, ../bower_components/font-awesome/scss/_icons.scss */
.fa-calendar-minus-o:before {
  content: "";
}

/* line 665, ../bower_components/font-awesome/scss/_icons.scss */
.fa-calendar-times-o:before {
  content: "";
}

/* line 666, ../bower_components/font-awesome/scss/_icons.scss */
.fa-calendar-check-o:before {
  content: "";
}

/* line 667, ../bower_components/font-awesome/scss/_icons.scss */
.fa-industry:before {
  content: "";
}

/* line 668, ../bower_components/font-awesome/scss/_icons.scss */
.fa-map-pin:before {
  content: "";
}

/* line 669, ../bower_components/font-awesome/scss/_icons.scss */
.fa-map-signs:before {
  content: "";
}

/* line 670, ../bower_components/font-awesome/scss/_icons.scss */
.fa-map-o:before {
  content: "";
}

/* line 671, ../bower_components/font-awesome/scss/_icons.scss */
.fa-map:before {
  content: "";
}

/* line 672, ../bower_components/font-awesome/scss/_icons.scss */
.fa-commenting:before {
  content: "";
}

/* line 673, ../bower_components/font-awesome/scss/_icons.scss */
.fa-commenting-o:before {
  content: "";
}

/* line 674, ../bower_components/font-awesome/scss/_icons.scss */
.fa-houzz:before {
  content: "";
}

/* line 675, ../bower_components/font-awesome/scss/_icons.scss */
.fa-vimeo:before {
  content: "";
}

/* line 676, ../bower_components/font-awesome/scss/_icons.scss */
.fa-black-tie:before {
  content: "";
}

/* line 677, ../bower_components/font-awesome/scss/_icons.scss */
.fa-fonticons:before {
  content: "";
}

/* line 678, ../bower_components/font-awesome/scss/_icons.scss */
.fa-reddit-alien:before {
  content: "";
}

/* line 679, ../bower_components/font-awesome/scss/_icons.scss */
.fa-edge:before {
  content: "";
}

/* line 680, ../bower_components/font-awesome/scss/_icons.scss */
.fa-credit-card-alt:before {
  content: "";
}

/* line 681, ../bower_components/font-awesome/scss/_icons.scss */
.fa-codiepie:before {
  content: "";
}

/* line 682, ../bower_components/font-awesome/scss/_icons.scss */
.fa-modx:before {
  content: "";
}

/* line 683, ../bower_components/font-awesome/scss/_icons.scss */
.fa-fort-awesome:before {
  content: "";
}

/* line 684, ../bower_components/font-awesome/scss/_icons.scss */
.fa-usb:before {
  content: "";
}

/* line 685, ../bower_components/font-awesome/scss/_icons.scss */
.fa-product-hunt:before {
  content: "";
}

/* line 686, ../bower_components/font-awesome/scss/_icons.scss */
.fa-mixcloud:before {
  content: "";
}

/* line 687, ../bower_components/font-awesome/scss/_icons.scss */
.fa-scribd:before {
  content: "";
}

/* line 688, ../bower_components/font-awesome/scss/_icons.scss */
.fa-pause-circle:before {
  content: "";
}

/* line 689, ../bower_components/font-awesome/scss/_icons.scss */
.fa-pause-circle-o:before {
  content: "";
}

/* line 690, ../bower_components/font-awesome/scss/_icons.scss */
.fa-stop-circle:before {
  content: "";
}

/* line 691, ../bower_components/font-awesome/scss/_icons.scss */
.fa-stop-circle-o:before {
  content: "";
}

/* line 692, ../bower_components/font-awesome/scss/_icons.scss */
.fa-shopping-bag:before {
  content: "";
}

/* line 693, ../bower_components/font-awesome/scss/_icons.scss */
.fa-shopping-basket:before {
  content: "";
}

/* line 694, ../bower_components/font-awesome/scss/_icons.scss */
.fa-hashtag:before {
  content: "";
}

/* line 695, ../bower_components/font-awesome/scss/_icons.scss */
.fa-bluetooth:before {
  content: "";
}

/* line 696, ../bower_components/font-awesome/scss/_icons.scss */
.fa-bluetooth-b:before {
  content: "";
}

/* line 697, ../bower_components/font-awesome/scss/_icons.scss */
.fa-percent:before {
  content: "";
}

@font-face {
  font-family: "corrs";
  src: url("../fonts/corrs.eot");
  src: url("../fonts/corrs.eot?#iefix") format("embedded-opentype"), url("../fonts/corrs.woff") format("woff"), url("../fonts/corrs.ttf") format("truetype"), url("../fonts/corrs.svg#corrs") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 28, ../sass/_fonts.scss */
[data-icon]:before {
  font-family: "corrs" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 41, ../sass/_fonts.scss */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "corrs" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 55, ../sass/_fonts.scss */
.icon-search:before {
  content: "\61";
}

/* line 58, ../sass/_fonts.scss */
.icon-subscribe:before {
  content: "\62";
}

/* line 61, ../sass/_fonts.scss */
.icon-twitter:before {
  content: "\63";
}

/* line 64, ../sass/_fonts.scss */
.icon-rss-feeds:before {
  content: "\64";
}

/* line 67, ../sass/_fonts.scss */
.icon-linkedin:before {
  content: "\65";
}

/* line 70, ../sass/_fonts.scss */
.icon-pdf:before {
  content: "\66";
}

/* line 73, ../sass/_fonts.scss */
.icon-share:before {
  content: "\67";
}

/* Slider */
/* line 3, ../sass/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 18, ../sass/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 25, ../sass/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 29, ../sass/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 34, ../sass/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 43, ../sass/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 49, ../sass/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 55, ../sass/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 59, ../sass/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 63, ../sass/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}
/* line 68, ../sass/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 71, ../sass/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 74, ../sass/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 80, ../sass/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 84, ../sass/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 88, ../sass/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 92, ../sass/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, ../sass/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
/* Arrows */
/* line 53, ../sass/_slick-theme.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
/* line 69, ../sass/_slick-theme.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
/* line 73, ../sass/_slick-theme.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
/* line 77, ../sass/_slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

/* line 82, ../sass/_slick-theme.scss */
.slick-prev:before, .slick-next:before {
  font-family: "FontAwesome";
  font-size: 50px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 92, ../sass/_slick-theme.scss */
.slick-prev {
  left: -25px;
}
/* line 94, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
/* line 98, ../sass/_slick-theme.scss */
.slick-prev:before {
  content: "";
}
/* line 100, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-prev:before {
  content: "";
}

/* line 106, ../sass/_slick-theme.scss */
.slick-next {
  right: -25px;
}
/* line 108, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
/* line 112, ../sass/_slick-theme.scss */
.slick-next:before {
  content: "";
}
/* line 114, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-next:before {
  content: "";
}

/* Dots */
/* line 122, ../sass/_slick-theme.scss */
.slick-slider {
  margin-bottom: 0;
}

/* line 126, ../sass/_slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: 20px;
  right: 20px;
  list-style: none;
  display: block;
  text-align: right;
  padding: 0;
}
/* line 134, ../sass/_slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0;
  cursor: pointer;
}
/* line 140, ../sass/_slick-theme.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border: 1px solid white;
  /*&:before {
      position: absolute;
      top: 0;
      left: 0;
      content: $slick-dot-character;
      width: 20px;
      height: 20px;
      font-family: $slick-font-family;
      font-size: $slick-dot-size;
      line-height: 20px;
      text-align: center;
      color: $slick-dot-color;
      opacity: $slick-opacity-not-active;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }*/
}
/* line 153, ../sass/_slick-theme.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
  border: 1px solid #ec7500;
  background: white;
}
/* line 175, ../sass/_slick-theme.scss */
.slick-dots li.slick-active button {
  border: 1px solid white;
  background: black;
}

/* HEADER
----------------------------------------- */
/* line 4, ../sass/_header.scss */
body.menu-open {
  overflow: hidden;
}
/* line 6, ../sass/_header.scss */
body.menu-open #Header {
  /*position: absolute;
  top: 0;
  left: 0;
  width: 100%;*/
}

/* line 15, ../sass/_header.scss */
body.subsite-china #Header {
  overflow: inherit;
}
/* line 18, ../sass/_header.scss */
body.subsite-china #Header #mobile-nav .search {
  display: none;
}
/* line 23, ../sass/_header.scss */
body.subsite-china #SearchBar {
  display: none;
}

/* line 28, ../sass/_header.scss */
#Header {
  background: black;
  z-index: 12;
  position: relative;
  height: 84px;
  outline: none;
  -webkit-transition: 0.2s all ease-out;
  -moz-transition: 0.2s all ease-out;
  -ms-transition: 0.2s all ease-out;
  -o-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
@media (min-width: 992px) {
  /* line 28, ../sass/_header.scss */
  #Header {
    height: auto;
    background: none;
  }
}
/* line 39, ../sass/_header.scss */
#Header #mobile-nav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #2e2e2e;
  text-align: right;
  overflow: hidden;
  outline: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (min-width: 992px) {
  /* line 39, ../sass/_header.scss */
  #Header #mobile-nav {
    display: none;
  }
}
/* line 53, ../sass/_header.scss */
#Header #mobile-nav.active {
  background: black;
}
/* line 56, ../sass/_header.scss */
#Header #mobile-nav .search {
  -webkit-transition: 0.2s all ease-out;
  -moz-transition: 0.2s all ease-out;
  -ms-transition: 0.2s all ease-out;
  -o-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  position: absolute;
  display: block;
  right: 90px;
  top: 22px;
  left: auto;
  cursor: pointer;
}
/* line 64, ../sass/_header.scss */
#Header #mobile-nav .search i {
  font-size: 36px;
  color: white;
}
/* line 69, ../sass/_header.scss */
#Header #mobile-nav .menu-bar {
  display: inline-block;
  width: 24px;
  position: absolute;
  display: block;
  right: 40px;
  top: 24px;
  opacity: 1;
}
/* line 77, ../sass/_header.scss */
#Header #mobile-nav .menu-bar .bar {
  height: 4px;
  margin-bottom: 6px;
  background: white;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* line 85, ../sass/_header.scss */
#Header #mobile-nav.active .search {
  opacity: 0;
  visibility: hidden;
}
/* line 89, ../sass/_header.scss */
#Header #mobile-nav.active .menu-bar {
  top: 25px;
}
/* line 91, ../sass/_header.scss */
#Header #mobile-nav.active .menu-bar .bar {
  margin-bottom: 4px;
}
/* line 93, ../sass/_header.scss */
#Header #mobile-nav.active .menu-bar .bar:first-child {
  -webkit-transform: rotate(45deg) translateX(6px) translateY(6px);
  -moz-transform: rotate(45deg) translateX(6px) translateY(6px);
  -ms-transform: rotate(45deg) translateX(6px) translateY(6px);
  -o-transform: rotate(45deg) translateX(6px) translateY(6px);
  transform: rotate(45deg) translateX(6px) translateY(6px);
  top: -1px;
  left: 5px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
/* line 99, ../sass/_header.scss */
#Header #mobile-nav.active .menu-bar .bar:nth-child(2) {
  opacity: 0;
  left: 5px;
}
/* line 103, ../sass/_header.scss */
#Header #mobile-nav.active .menu-bar .bar:last-child {
  -webkit-transform: rotate(-45deg) translateX(5px) translateY(-5px);
  -moz-transform: rotate(-45deg) translateX(5px) translateY(-5px);
  -ms-transform: rotate(-45deg) translateX(5px) translateY(-5px);
  -o-transform: rotate(-45deg) translateX(5px) translateY(-5px);
  transform: rotate(-45deg) translateX(5px) translateY(-5px);
  top: 0px;
  left: 5px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
/* line 109, ../sass/_header.scss */
#Header #mobile-nav.active .menu-bar .bar:after {
  opacity: 0;
}
/* line 116, ../sass/_header.scss */
#Header #Logo {
  position: relative;
  display: inline-block;
  opacity: 1;
  -webkit-transition: 0.2s all ease-out;
  -moz-transition: 0.2s all ease-out;
  -ms-transition: 0.2s all ease-out;
  -o-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
/* line 121, ../sass/_header.scss */
#Header #Logo a {
  display: inline-block;
  background: black;
}
@media (min-width: 992px) {
  /* line 116, ../sass/_header.scss */
  #Header #Logo {
    width: 960px;
    margin: 0 auto;
    display: block;
    z-index: 2;
  }
  /* line 130, ../sass/_header.scss */
  #Header #Logo a {
    display: block;
    position: absolute;
    width: 137px;
    height: 80px;
    background: #000;
    top: 45px;
  }
}
@media (max-width: 991px) {
  /* line 140, ../sass/_header.scss */
  #Header.search {
    overflow: hidden;
    height: 0;
  }
  /* line 144, ../sass/_header.scss */
  #Header.search #Logo {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  /* line 149, ../sass/_header.scss */
  #Header.search #mobile-nav .search {
    right: 80%;
  }
  /* line 154, ../sass/_header.scss */
  #Header.search #mobile-nav .menu-bar {
    top: 25px;
  }
  /* line 156, ../sass/_header.scss */
  #Header.search #mobile-nav .menu-bar .bar {
    margin-bottom: 4px;
  }
  /* line 158, ../sass/_header.scss */
  #Header.search #mobile-nav .menu-bar .bar:first-child {
    -webkit-transform: rotate(45deg) translateX(6px) translateY(6px);
    -moz-transform: rotate(45deg) translateX(6px) translateY(6px);
    -ms-transform: rotate(45deg) translateX(6px) translateY(6px);
    -o-transform: rotate(45deg) translateX(6px) translateY(6px);
    transform: rotate(45deg) translateX(6px) translateY(6px);
    top: -1px;
    left: 5px;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  /* line 164, ../sass/_header.scss */
  #Header.search #mobile-nav .menu-bar .bar:nth-child(2) {
    opacity: 0;
    left: 5px;
  }
  /* line 168, ../sass/_header.scss */
  #Header.search #mobile-nav .menu-bar .bar:last-child {
    -webkit-transform: rotate(-45deg) translateX(5px) translateY(-5px);
    -moz-transform: rotate(-45deg) translateX(5px) translateY(-5px);
    -ms-transform: rotate(-45deg) translateX(5px) translateY(-5px);
    -o-transform: rotate(-45deg) translateX(5px) translateY(-5px);
    transform: rotate(-45deg) translateX(5px) translateY(-5px);
    top: 0px;
    left: 5px;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  /* line 174, ../sass/_header.scss */
  #Header.search #mobile-nav .menu-bar .bar:after {
    opacity: 0;
  }
}

/* line 2, ../sass/_content.scss */
#ContentContainer .content {
  margin: 0 20px 0;
  padding-top: 35px;
}
@media (min-width: 992px) {
  /* line 2, ../sass/_content.scss */
  #ContentContainer .content {
    margin: 0 135px 0 137px;
    position: relative;
  }
}
/* line 10, ../sass/_content.scss */
#ContentContainer img {
  max-width: 100%;
  width: 100%;
  display: block;
  height: auto !important;
}

/* line 1, ../sass/_searchbar.scss */
#SearchBar {
  position: relative;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  -webkit-transition: 0.2s all ease-out;
  -moz-transition: 0.2s all ease-out;
  -ms-transition: 0.2s all ease-out;
  -o-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
@media (min-width: 992px) {
  /* line 1, ../sass/_searchbar.scss */
  #SearchBar {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    display: block;
    padding: 0;
    position: relative;
    height: 25px;
    margin-top: 20px;
    width: 100%;
    z-index: 999;
    overflow: inherit;
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 992px) {
  /* line 22, ../sass/_searchbar.scss */
  #SearchBar form {
    margin: 0;
    padding: 0;
    float: left;
  }
}
/* line 29, ../sass/_searchbar.scss */
#SearchBar .search-wrapper {
  background: none;
}
@media (min-width: 992px) {
  /* line 29, ../sass/_searchbar.scss */
  #SearchBar .search-wrapper {
    background: url(../images/bg-home-livesearch.png) no-repeat 137px top;
    min-height: 40px;
  }
}
/* line 35, ../sass/_searchbar.scss */
#SearchBar .search-wrapper .search {
  -webkit-transition: 0.2s all ease-out;
  -moz-transition: 0.2s all ease-out;
  -ms-transition: 0.2s all ease-out;
  -o-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  position: absolute;
  display: block;
  left: 20px;
  top: 6px;
  cursor: pointer;
}
@media (min-width: 992px) {
  /* line 35, ../sass/_searchbar.scss */
  #SearchBar .search-wrapper .search {
    display: none;
  }
}
/* line 45, ../sass/_searchbar.scss */
#SearchBar .search-wrapper .search i {
  font-size: 36px;
  color: white;
}
/* line 51, ../sass/_searchbar.scss */
#SearchBar .menu-bar {
  display: inline-block;
  width: 24px;
  position: absolute;
  display: block;
  right: 40px;
  top: 7px;
  opacity: 1;
  z-index: 2;
  cursor: pointer;
}
@media (min-width: 992px) {
  /* line 51, ../sass/_searchbar.scss */
  #SearchBar .menu-bar {
    display: none;
  }
}
/* line 64, ../sass/_searchbar.scss */
#SearchBar .menu-bar .bar {
  height: 4px;
  margin-bottom: 6px;
  background: white;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* line 71, ../sass/_searchbar.scss */
#SearchBar .label {
  display: none;
}
@media (min-width: 992px) {
  /* line 71, ../sass/_searchbar.scss */
  #SearchBar .label {
    display: block;
    float: left;
    width: 137px;
    padding-left: 7px;
    background: #000 url(../images/arrow-white.png) no-repeat 119px center;
    height: 25px;
    line-height: 23px;
    color: #FFF;
    font-family: DINBold, ff-din-web-1, ff-din-web-2,  Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size-adjust: 0.55;
    font-size: 11px;
    text-transform: uppercase;
  }
}
/* line 90, ../sass/_searchbar.scss */
#SearchBar #Search {
  float: none;
}
/* line 92, ../sass/_searchbar.scss */
#SearchBar #Search .middleColumn {
  position: relative;
}
/* line 94, ../sass/_searchbar.scss */
#SearchBar #Search .middleColumn input#SearchForm_SearchForm_Search {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 10px;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
@media (min-width: 992px) {
  /* line 94, ../sass/_searchbar.scss */
  #SearchBar #Search .middleColumn input#SearchForm_SearchForm_Search {
    display: block;
    width: 823px;
    height: auto;
    padding: 6px 3px 3px;
  }
}
@media (min-width: 992px) {
  /* line 90, ../sass/_searchbar.scss */
  #SearchBar #Search {
    float: left;
  }
}
@media (max-width: 991px) {
  /* line 115, ../sass/_searchbar.scss */
  #SearchBar.show {
    padding: 20px 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    display: block;
    height: auto;
    opacity: 1;
    visibility: visible;
    background: #2e2e2e;
    z-index: 2;
  }
  /* line 125, ../sass/_searchbar.scss */
  #SearchBar.show .middleColumn {
    padding: 0 100px;
  }
  /* line 129, ../sass/_searchbar.scss */
  #SearchBar.show .menu-bar .bar {
    margin-bottom: 4px;
  }
  /* line 131, ../sass/_searchbar.scss */
  #SearchBar.show .menu-bar .bar:first-child {
    -webkit-transform: rotate(45deg) translateX(6px) translateY(6px);
    -moz-transform: rotate(45deg) translateX(6px) translateY(6px);
    -ms-transform: rotate(45deg) translateX(6px) translateY(6px);
    -o-transform: rotate(45deg) translateX(6px) translateY(6px);
    transform: rotate(45deg) translateX(6px) translateY(6px);
    top: -1px;
    left: 5px;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  /* line 137, ../sass/_searchbar.scss */
  #SearchBar.show .menu-bar .bar:nth-child(2) {
    opacity: 0;
    left: 5px;
  }
  /* line 141, ../sass/_searchbar.scss */
  #SearchBar.show .menu-bar .bar:last-child {
    -webkit-transform: rotate(-45deg) translateX(5px) translateY(-5px);
    -moz-transform: rotate(-45deg) translateX(5px) translateY(-5px);
    -ms-transform: rotate(-45deg) translateX(5px) translateY(-5px);
    -o-transform: rotate(-45deg) translateX(5px) translateY(-5px);
    transform: rotate(-45deg) translateX(5px) translateY(-5px);
    top: 0px;
    left: 5px;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  /* line 147, ../sass/_searchbar.scss */
  #SearchBar.show .menu-bar .bar:after {
    opacity: 0;
  }
}

/* line 155, ../sass/_searchbar.scss */
#SearchBar #LiveSearchResults {
  position: relative;
  left: 0;
  top: 25px;
  width: 100%;
  padding: 10px 30px 30px;
}
@media (min-width: 992px) {
  /* line 155, ../sass/_searchbar.scss */
  #SearchBar #LiveSearchResults {
    position: absolute;
    left: 137px;
    top: 25px;
    width: 728px;
    padding: 10px 30px 30px;
    z-index: 9999;
    top: 25px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  }
}
/* line 173, ../sass/_searchbar.scss */
#SearchBar #LiveSearchResults .column {
  margin: 0;
  float: none;
  width: auto;
  padding: 0 10px;
}
@media (min-width: 992px) {
  /* line 173, ../sass/_searchbar.scss */
  #SearchBar #LiveSearchResults .column {
    float: left;
    width: 50%;
    margin: 0;
  }
}
/* line 184, ../sass/_searchbar.scss */
#SearchBar #LiveSearchResults #FooterAction {
  position: relative;
  bottom: inherit;
  left: inherit;
  width: auto;
  height: auto;
}
@media (min-width: 992px) {
  /* line 184, ../sass/_searchbar.scss */
  #SearchBar #LiveSearchResults #FooterAction {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
  }
}
/* line 198, ../sass/_searchbar.scss */
#SearchBar #LiveSearchResults #ResultsPeople {
  margin-left: -10px;
  margin-right: -10px;
}
/* line 122, ../sass/_mixins.scss */
#SearchBar #LiveSearchResults #ResultsPeople:before, #SearchBar #LiveSearchResults #ResultsPeople:after {
  content: "";
  display: table;
}
/* line 127, ../sass/_mixins.scss */
#SearchBar #LiveSearchResults #ResultsPeople:after {
  clear: both;
}
/* line 202, ../sass/_searchbar.scss */
#SearchBar #LiveSearchResults #ResultsPeople h2 {
  padding: 0 10px 20px;
}
/* line 205, ../sass/_searchbar.scss */
#SearchBar #LiveSearchResults #ResultsPeople .item-wrapper {
  padding: 0 10px;
  width: auto;
  height: auto;
}
@media (min-width: 768px) {
  /* line 205, ../sass/_searchbar.scss */
  #SearchBar #LiveSearchResults #ResultsPeople .item-wrapper {
    width: 50%;
    float: left;
  }
}
@media (min-width: 992px) {
  /* line 205, ../sass/_searchbar.scss */
  #SearchBar #LiveSearchResults #ResultsPeople .item-wrapper {
    width: 33.33333%;
  }
}
/* line 216, ../sass/_searchbar.scss */
#SearchBar #LiveSearchResults #ResultsPeople .item-wrapper .item {
  padding: 0;
  width: 100%;
  height: auto;
  margin: 0;
  margin-bottom: 10px;
}
/* line 225, ../sass/_searchbar.scss */
#SearchBar #LiveSearchResults .other-results {
  margin-left: -10px;
  margin-right: -10px;
}
/* line 122, ../sass/_mixins.scss */
#SearchBar #LiveSearchResults .other-results:before, #SearchBar #LiveSearchResults .other-results:after {
  content: "";
  display: table;
}
/* line 127, ../sass/_mixins.scss */
#SearchBar #LiveSearchResults .other-results:after {
  clear: both;
}

/* line 231, ../sass/_searchbar.scss */
#TransBar {
  display: none;
}
@media (min-width: 480px) {
  /* line 231, ../sass/_searchbar.scss */
  #TransBar {
    display: block;
    background: url(../images/bg-solid-white-50pc.png);
    height: 25px;
  }
}

@media (min-width: 992px) {
  /* line 243, ../sass/_searchbar.scss */
  body#home #SearchBar #Search .middleColumn input#SearchForm_SearchForm_Search {
    width: 338px;
  }
}

/* BREADCRUMBS
-------------------------------------------- */
/* line 4, ../sass/_breadcrumbs.scss */
#Breadcrumbs {
  min-height: 35px;
  width: 100%;
  overflow: hidden;
}
/* line 8, ../sass/_breadcrumbs.scss */
#Breadcrumbs p {
  margin: 0;
  color: black;
  font-weight: bold;
  text-align: left;
  line-height: 14px;
  font-size: 10px;
  text-transform: uppercase;
  padding: 10px 25px;
}
@media (min-width: 992px) {
  /* line 8, ../sass/_breadcrumbs.scss */
  #Breadcrumbs p {
    text-align: right;
    padding-right: 10px;
    padding-left: 0;
  }
}
/* line 23, ../sass/_breadcrumbs.scss */
#Breadcrumbs a {
  color: #73706D;
  font-weight: normal;
}
/* line 27, ../sass/_breadcrumbs.scss */
#Breadcrumbs .separator {
  background: url(../images/breadcrumb-separator.png) no-repeat center center;
  padding: 0 4px;
  margin-right: 2px;
}

/**** PAGINATION ****/
/* line 4, ../sass/_pagination.scss */
.pagination {
  text-transform: uppercase;
  clear: both;
  margin: 20px 0;
  line-height: 20px;
}
/* line 9, ../sass/_pagination.scss */
.pagination .pageCount {
  font-size: 11px;
  display: block;
  text-align: right;
  color: white;
  font-weight: bold;
}
@media (min-width: 992px) {
  /* line 9, ../sass/_pagination.scss */
  .pagination .pageCount {
    float: left;
    text-align: right;
    color: #A6A29D;
    font-weight: normal;
  }
}
/* line 22, ../sass/_pagination.scss */
.pagination .pageLinks {
  white-space: nowrap;
  color: #EC7500;
  text-align: right;
}
/* line 122, ../sass/_mixins.scss */
.pagination .pageLinks:before, .pagination .pageLinks:after {
  content: "";
  display: table;
}
/* line 127, ../sass/_mixins.scss */
.pagination .pageLinks:after {
  clear: both;
}
/* line 28, ../sass/_pagination.scss */
.pagination .pageLinks a.pageLink {
  text-decoration: underline;
  color: #FFF;
  padding: 0 2px;
}
/* line 34, ../sass/_pagination.scss */
.pagination .pageLinks .pageNavigation {
  line-height: normal;
  display: block;
}
@media (min-width: 992px) {
  /* line 34, ../sass/_pagination.scss */
  .pagination .pageLinks .pageNavigation {
    float: right;
    margin-left: 10px;
  }
}
/* line 41, ../sass/_pagination.scss */
.pagination .pageLinks .pageNavigation ul {
  list-style: none;
  margin: 0;
  margin-left: -10px;
  margin-right: -10px;
}
/* line 122, ../sass/_mixins.scss */
.pagination .pageLinks .pageNavigation ul:before, .pagination .pageLinks .pageNavigation ul:after {
  content: "";
  display: table;
}
/* line 127, ../sass/_mixins.scss */
.pagination .pageLinks .pageNavigation ul:after {
  clear: both;
}
/* line 47, ../sass/_pagination.scss */
.pagination .pageLinks .pageNavigation ul li {
  width: 50% !important;
  padding: 0 10px !important;
  float: left;
  margin: 0;
}
/* line 56, ../sass/_pagination.scss */
.pagination .pageLinks .pageNavigation span.button,
.pagination .pageLinks .pageNavigation a.button {
  margin: 0 !important;
  color: #8C8985;
  cursor: auto;
  text-align: center !important;
  display: block;
  padding: 10px 15px !important;
}
@media (min-width: 992px) {
  /* line 56, ../sass/_pagination.scss */
  .pagination .pageLinks .pageNavigation span.button,
  .pagination .pageLinks .pageNavigation a.button {
    width: auto;
  }
}
/* line 69, ../sass/_pagination.scss */
.pagination .pageLinks .pageNavigation a.button {
  background: #EC7500;
  color: black;
}
/* line 76, ../sass/_pagination.scss */
.pagination .pageNumbers {
  display: none;
}
@media (min-width: 992px) {
  /* line 76, ../sass/_pagination.scss */
  .pagination .pageNumbers {
    display: block;
  }
}

/* line 4, ../sass/_homepage.scss */
#home.subsite-china .container .body {
  padding: 40px 20px;
  background:#1A1A1A;
}
@media (min-width: 992px) {
  /* line 9, ../sass/_homepage.scss */
  #home #Layout {
    margin-bottom: 120px;
  }
}

@media (min-width: 992px) {
  /* line 16, ../sass/_homepage.scss */
  #home #SearchBar {
    margin-bottom: 45px;
  }
}
@media (min-width: 768px) {
  /* line 21, ../sass/_homepage.scss */
  #home .container {
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  /* line 21, ../sass/_homepage.scss */
  #home .container {
    width: 960px;
    clear: right;
  }
}
/* line 31, ../sass/_homepage.scss */
#home #Layout {
  position: relative;
}
/* line 38, ../sass/_homepage.scss */
#home #Layout .HomeArticlePage .headline,
#home #Layout .HomeArticlePageLinked .headline,
#home #Layout .HomeArticlePeopleSlider .headline,
#home #Layout .HomeArticlePageSlideBox .headline,
#home #Layout .HomeArticlePageSlideBoxThinking .headline {
  padding: 0 20px;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  /* line 38, ../sass/_homepage.scss */
  #home #Layout .HomeArticlePage .headline,
  #home #Layout .HomeArticlePageLinked .headline,
  #home #Layout .HomeArticlePeopleSlider .headline,
  #home #Layout .HomeArticlePageSlideBox .headline,
  #home #Layout .HomeArticlePageSlideBoxThinking .headline {
    padding: 0 40px;
    width: 520px;
  }
}
@media (min-width: 992px) {
  /* line 38, ../sass/_homepage.scss */
  #home #Layout .HomeArticlePage .headline,
  #home #Layout .HomeArticlePageLinked .headline,
  #home #Layout .HomeArticlePeopleSlider .headline,
  #home #Layout .HomeArticlePageSlideBox .headline,
  #home #Layout .HomeArticlePageSlideBoxThinking .headline {
    padding: 0;
  }
}
/* line 48, ../sass/_homepage.scss */
#home #Layout .HomeArticlePage .headline h1,
#home #Layout .HomeArticlePageLinked .headline h1,
#home #Layout .HomeArticlePeopleSlider .headline h1,
#home #Layout .HomeArticlePageSlideBox .headline h1,
#home #Layout .HomeArticlePageSlideBoxThinking .headline h1 {
  color: #FFF;
  font-size: 51px;
  line-height: 48px;
  letter-spacing: -4px;
  text-transform: uppercase;
}
/* line 56, ../sass/_homepage.scss */
#home #Layout .HomeArticlePage .body,
#home #Layout .HomeArticlePageLinked .body,
#home #Layout .HomeArticlePeopleSlider .body,
#home #Layout .HomeArticlePageSlideBox .body,
#home #Layout .HomeArticlePageSlideBoxThinking .body {
  padding: 40px 20px;
  background: rgba(0, 0, 0, 0.2);
  color: white;
}
@media (min-width: 992px) {
  /* line 56, ../sass/_homepage.scss */
  #home #Layout .HomeArticlePage .body,
  #home #Layout .HomeArticlePageLinked .body,
  #home #Layout .HomeArticlePeopleSlider .body,
  #home #Layout .HomeArticlePageSlideBox .body,
  #home #Layout .HomeArticlePageSlideBoxThinking .body {
    width: 480px;
    padding: 0;
    background: none;
  }
}
/* line 67, ../sass/_homepage.scss */
#home #Layout .HomeArticlePage .body h3,
#home #Layout .HomeArticlePageLinked .body h3,
#home #Layout .HomeArticlePeopleSlider .body h3,
#home #Layout .HomeArticlePageSlideBox .body h3,
#home #Layout .HomeArticlePageSlideBoxThinking .body h3 {
  color: white;
}
@media (min-width: 992px) {
  /* line 67, ../sass/_homepage.scss */
  #home #Layout .HomeArticlePage .body h3,
  #home #Layout .HomeArticlePageLinked .body h3,
  #home #Layout .HomeArticlePeopleSlider .body h3,
  #home #Layout .HomeArticlePageSlideBox .body h3,
  #home #Layout .HomeArticlePageSlideBoxThinking .body h3 {
    color: black;
  }
}
/* line 73, ../sass/_homepage.scss */
#home #Layout .HomeArticlePage .body p,
#home #Layout .HomeArticlePageLinked .body p,
#home #Layout .HomeArticlePeopleSlider .body p,
#home #Layout .HomeArticlePageSlideBox .body p,
#home #Layout .HomeArticlePageSlideBoxThinking .body p {
  color: #FFF;
  font-size: 14px;
}
/* line 78, ../sass/_homepage.scss */
#home #Layout .HomeArticlePage .slideBox,
#home #Layout .HomeArticlePageLinked .slideBox,
#home #Layout .HomeArticlePeopleSlider .slideBox,
#home #Layout .HomeArticlePageSlideBox .slideBox,
#home #Layout .HomeArticlePageSlideBoxThinking .slideBox {
  padding: 0 20px 40px;
  background: rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  /* line 78, ../sass/_homepage.scss */
  #home #Layout .HomeArticlePage .slideBox,
  #home #Layout .HomeArticlePageLinked .slideBox,
  #home #Layout .HomeArticlePeopleSlider .slideBox,
  #home #Layout .HomeArticlePageSlideBox .slideBox,
  #home #Layout .HomeArticlePageSlideBoxThinking .slideBox {
    background: none;
    padding: 0;
    position: absolute;
    top: 180px;
    right: 0;
    width: 650px;
  }
}
@media (min-width: 768px) {
  /* line 89, ../sass/_homepage.scss */
  #home #Layout .HomeArticlePage .slideBox .slider,
  #home #Layout .HomeArticlePageLinked .slideBox .slider,
  #home #Layout .HomeArticlePeopleSlider .slideBox .slider,
  #home #Layout .HomeArticlePageSlideBox .slideBox .slider,
  #home #Layout .HomeArticlePageSlideBoxThinking .slideBox .slider {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    max-height: 270px;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  /* line 96, ../sass/_homepage.scss */
  #home #Layout .HomeArticlePage .slideBox.top-spacing,
  #home #Layout .HomeArticlePageLinked .slideBox.top-spacing,
  #home #Layout .HomeArticlePeopleSlider .slideBox.top-spacing,
  #home #Layout .HomeArticlePageSlideBox .slideBox.top-spacing,
  #home #Layout .HomeArticlePageSlideBoxThinking .slideBox.top-spacing {
    top: 240px;
  }
}
@media (min-width: 992px) {
  /* line 106, ../sass/_homepage.scss */
  #home #Layout .HomeArticlePageSlideBox .body .content,
  #home #Layout .HomeArticlePageSlideBoxThinking .body .content {
    width: 280px;
    padding: 0;
    background: none;
  }
}
/* line 115, ../sass/_homepage.scss */
#home #Layout .HomeArticlePageSlideBox .slideBox .item,
#home #Layout .HomeArticlePageSlideBoxThinking .slideBox .item {
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  /* line 115, ../sass/_homepage.scss */
  #home #Layout .HomeArticlePageSlideBox .slideBox .item,
  #home #Layout .HomeArticlePageSlideBoxThinking .slideBox .item {
    margin-bottom: 0;
  }
}
/* line 121, ../sass/_homepage.scss */
#home #Layout .HomeArticlePageSlideBox .slideBox .item img,
#home #Layout .HomeArticlePageSlideBoxThinking .slideBox .item img {
  width: 100%;
  display: block;
}
/* line 125, ../sass/_homepage.scss */
#home #Layout .HomeArticlePageSlideBox .slideBox .item .textbox,
#home #Layout .HomeArticlePageSlideBoxThinking .slideBox .item .textbox {
  background: url(../images/bg-solid-black-50pc.png);
  font-size: 16px;
  padding: 20px;
}
@media (min-width: 992px) {
  /* line 125, ../sass/_homepage.scss */
  #home #Layout .HomeArticlePageSlideBox .slideBox .item .textbox,
  #home #Layout .HomeArticlePageSlideBoxThinking .slideBox .item .textbox {
    padding: auto;
  }
}
/* line 132, ../sass/_homepage.scss */
#home #Layout .HomeArticlePageSlideBox .slideBox .item .textbox h3,
#home #Layout .HomeArticlePageSlideBoxThinking .slideBox .item .textbox h3 {
  text-transform: uppercase;
}
/* line 135, ../sass/_homepage.scss */
#home #Layout .HomeArticlePageSlideBox .slideBox .item .textbox h3,
#home #Layout .HomeArticlePageSlideBox .slideBox .item .textbox div,
#home #Layout .HomeArticlePageSlideBoxThinking .slideBox .item .textbox h3,
#home #Layout .HomeArticlePageSlideBoxThinking .slideBox .item .textbox div {
  color: white;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  /* line 125, ../sass/_homepage.scss */
  #home #Layout .HomeArticlePageSlideBox .slideBox .item .textbox,
  #home #Layout .HomeArticlePageSlideBoxThinking .slideBox .item .textbox {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 30px 50px;
    bottom: 0;
    width: 306px;
    font-family: ff-din-web-1, ff-din-web-2,  Arial, Helvetica, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    color: #FFF;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  /* line 125, ../sass/_homepage.scss */
  #home #Layout .HomeArticlePageSlideBox .slideBox .item .textbox,
  #home #Layout .HomeArticlePageSlideBoxThinking .slideBox .item .textbox {
    font-size: 14px;
  }
}
/* line 156, ../sass/_homepage.scss */
#home #Layout .HomeArticlePageSlideBox .slideBox .item .textbox .subtitle,
#home #Layout .HomeArticlePageSlideBox .slideBox .item .textbox .feature,
#home #Layout .HomeArticlePageSlideBoxThinking .slideBox .item .textbox .subtitle,
#home #Layout .HomeArticlePageSlideBoxThinking .slideBox .item .textbox .feature {
  display: none;
}
@media (min-width: 768px) {
  /* line 156, ../sass/_homepage.scss */
  #home #Layout .HomeArticlePageSlideBox .slideBox .item .textbox .subtitle,
  #home #Layout .HomeArticlePageSlideBox .slideBox .item .textbox .feature,
  #home #Layout .HomeArticlePageSlideBoxThinking .slideBox .item .textbox .subtitle,
  #home #Layout .HomeArticlePageSlideBoxThinking .slideBox .item .textbox .feature {
    display: block;
  }
}
/* line 163, ../sass/_homepage.scss */
#home #Layout .HomeArticlePageSlideBox .slideBox .item .textbox .feature,
#home #Layout .HomeArticlePageSlideBoxThinking .slideBox .item .textbox .feature {
  color: #ec7500;
}
/* line 171, ../sass/_homepage.scss */
#home #Layout .HomeArticlePageFourUp .cycleItem {
  padding: 20px;
  background: black;
}
/* line 175, ../sass/_homepage.scss */
#home #Layout .HomeArticlePageFourUp .cycleItem .headline h1 {
  color: white;
}
/* line 179, ../sass/_homepage.scss */
#home #Layout .HomeArticlePageFourUp .cycleItem h3 {
  color: white;
}
/* line 183, ../sass/_homepage.scss */
#home #Layout .HomeArticlePageFourUp .cycleItem .body p {
  color: white;
}
/* line 190, ../sass/_homepage.scss */
#home #Layout .HomeArticleFullWidthBanner {
  position: relative;
  width: 100%;
  display: block;
  height: auto;
  padding: 0 3%;
}
/* line 198, ../sass/_homepage.scss */
#home #Layout .HomeArticleFullWidthBanner .headline h1 {
  color: white;
}
@media (min-width: 992px) {
  /* line 190, ../sass/_homepage.scss */
  #home #Layout .HomeArticleFullWidthBanner {
    width: 960px;
    padding: 0;
  }
}
/* line 207, ../sass/_homepage.scss */
#home #Layout .HomeArticleFullWidthBanner #full-width-banner-image {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 40px;
  margin-top: 10px;
}
/* line 214, ../sass/_homepage.scss */
#home #Layout .HomeArticleFullWidthBanner #full-width-banner-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  /* line 207, ../sass/_homepage.scss */
  #home #Layout .HomeArticleFullWidthBanner #full-width-banner-image {
    width: 960px;
  }
}
/* line 225, ../sass/_homepage.scss */
#home #Layout .HomeArticleFullWidthBanner .videoBox {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  /* line 225, ../sass/_homepage.scss */
  #home #Layout .HomeArticleFullWidthBanner .videoBox {
    margin-bottom: 0;
  }
}
/* line 236, ../sass/_homepage.scss */
#home #Layout .HomeArticlePeopleSlider .slideBoxPeople {
  position: relative;
  background-color: #111;
  width: 100%;
  height: auto;
  z-index: 98;
  float: left;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  /* line 236, ../sass/_homepage.scss */
  #home #Layout .HomeArticlePeopleSlider .slideBoxPeople {
    width: 960px;
    height: 170px;
    overflow: hidden;
  }
}
/* line 253, ../sass/_homepage.scss */
#home #Layout .HomeArticlePeopleSlider .slideBoxPeople.sm div {
  display: block !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  opacity: 1 !important;
}
/* line 262, ../sass/_homepage.scss */
#home #Layout .HomeArticlePeopleSlider .slideBoxPeople .item {
  float: left;
  background-color: #1a1a1a;
  background: url(../images/bg-solid-black-50pc.png);
  padding: 4%;
  width: 92%;
  height: auto;
}
@media (min-width: 768px) {
  /* line 262, ../sass/_homepage.scss */
  #home #Layout .HomeArticlePeopleSlider .slideBoxPeople .item {
    width: 46%;
  }
}
@media (min-width: 992px) {
  /* line 262, ../sass/_homepage.scss */
  #home #Layout .HomeArticlePeopleSlider .slideBoxPeople .item {
    padding: 20px;
    width: 320px !important;
    height: 130px !important;
  }
}
/* line 281, ../sass/_homepage.scss */
#home #Layout .HomeArticlePeopleSlider .slideBoxPeople .item .alt {
  background-color: #52504e;
  background: url(../images/bg-solid-grey-70pc.png);
}
/* line 287, ../sass/_homepage.scss */
#home #Layout .HomeArticlePeopleSlider .slideBoxPeople .item a {
  color: white;
  text-decoration: none;
  display: block;
  font-family: ff-din-web-1, ff-din-web-2, Arial, Helvetica, sans-serif;
  font-weight: bold;
}
/* line 295, ../sass/_homepage.scss */
#home #Layout .HomeArticlePeopleSlider .slideBoxPeople .item a img {
  float: left;
  margin-right: 20px;
}
/* line 301, ../sass/_homepage.scss */
#home #Layout .HomeArticlePeopleSlider .slideBoxPeople .item a span {
  word-break: break-all;
}
/* line 305, ../sass/_homepage.scss */
#home #Layout .HomeArticlePeopleSlider .slideBoxPeople .item a h3 {
  text-transform: uppercase;
}
/* line 315, ../sass/_homepage.scss */
#home #homepage-pagination {
  padding: 20px;
}
@media (min-width: 992px) {
  /* line 315, ../sass/_homepage.scss */
  #home #homepage-pagination {
    padding: 20px 0;
  }
}
/* line 321, ../sass/_homepage.scss */
#home #homepage-pagination a {
  display: inline-block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  border: 1px solid black;
  margin: 0 2px 5px 0;
  text-indent: 30px;
  background: rgba(255, 255, 255, 0);
}
/* line 330, ../sass/_homepage.scss */
#home #homepage-pagination a:hover {
  border-color: #FFF;
}
/* line 333, ../sass/_homepage.scss */
#home #homepage-pagination a.current {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
}
/* line 340, ../sass/_homepage.scss */
#home #BgMedia .cycleItem {
  width: 960px;
}
/* line 342, ../sass/_homepage.scss */
#home #BgMedia .cycleItem img {
  position: absolute;
  right: 0;
  z-index: 10;
  max-width: 480px;
}
/* line 348, ../sass/_homepage.scss */
#home #BgMedia .cycleItem .bgFade {
  position: absolute;
  left: 0;
  width: 960px;
  background: url(../images/bg-grad-black-home.png) repeat-y;
  height: 150px;
  top: 360px;
}
/* line 357, ../sass/_homepage.scss */
#home #BgMedia .cycleItem.HomeArticlePageSlideBoxThinking .bgFade {
  height: 320px !important;
}
/* line 362, ../sass/_homepage.scss */
#home #BgMedia .cycleItem.HomeArticlePageSlideBox .bgFade {
  height: 370px !important;
}
/* line 367, ../sass/_homepage.scss */
#home #BgMedia .fullItem {
  margin-top: 350px;
}
/* line 369, ../sass/_homepage.scss */
#home #BgMedia .fullItem .fullItemContainer {
  width: 230px;
  background: url(../images/home/four-up-item-bg.png) no-repeat left 105px;
  height: 440px;
  float: left;
  margin: 0 13px 0 0;
}
/* line 376, ../sass/_homepage.scss */
#home #BgMedia .fullItem .last {
  margin-right: 0;
}
/* line 380, ../sass/_homepage.scss */
#home #BgMedia .fullItem .fourItemContainer img {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  /* IE 8 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
  /* IE 6 & 7 */
  zoom: 1;
}

/* line 4, ../sass/_subsite_china.scss */
body.subsite-china .single-slider .slick-arrow,
body.subsite-china .people-slider .slick-arrow {
  background: url(../images/button-slide-sprite-dark.png) no-repeat right top;
  width: 25px;
  height: 25px;
  top: -22px;
}
/* line 9, ../sass/_subsite_china.scss */
body.subsite-china .single-slider .slick-arrow.slick-next,
body.subsite-china .people-slider .slick-arrow.slick-next {
  right: 0;
  background-position: -25px 0;
}
/* line 12, ../sass/_subsite_china.scss */
body.subsite-china .single-slider .slick-arrow.slick-next:hover,
body.subsite-china .people-slider .slick-arrow.slick-next:hover {
  background-position: -25px -25px;
}
/* line 16, ../sass/_subsite_china.scss */
body.subsite-china .single-slider .slick-arrow.slick-prev,
body.subsite-china .people-slider .slick-arrow.slick-prev {
  left: inherit;
  right: 25px;
  background-position: 0 0;
}
/* line 20, ../sass/_subsite_china.scss */
body.subsite-china .single-slider .slick-arrow.slick-prev:hover,
body.subsite-china .people-slider .slick-arrow.slick-prev:hover {
  background-position: 0 -25px;
}
/* line 24, ../sass/_subsite_china.scss */
body.subsite-china .single-slider .slick-arrow:before,
body.subsite-china .people-slider .slick-arrow:before {
  content: " ";
}
/* line 29, ../sass/_subsite_china.scss */
body.subsite-china .single-slider .text h3,
body.subsite-china .people-slider .text h3 {
  color: white;
}
/* line 32, ../sass/_subsite_china.scss */
body.subsite-china .single-slider .text .button,
body.subsite-china .people-slider .text .button {
  color: black;
  background: white;
}
/* line 38, ../sass/_subsite_china.scss */
body.subsite-china .content {
  padding-bottom: 35px;
}
/* line 42, ../sass/_subsite_china.scss */
body.subsite-china .content ul.menu li a {
  font-weight: bold;
  background: rgba(255, 255, 255, 0.1) url(../images/arrow.png) no-repeat right center;
  padding: 15px 40px 15px 25px;
}
@media (min-width: 992px) {
  /* line 42, ../sass/_subsite_china.scss */
  body.subsite-china .content ul.menu li a {
    background: #272726 url(../images/pointer-grey.png) no-repeat 315px center;
    padding: 7px 25px 7px 10px;
  }
}
/* line 50, ../sass/_subsite_china.scss */
body.subsite-china .content ul.menu li a.current, body.subsite-china .content ul.menu li a:hover {
  background-color: #EC7500;
}

/* line 5, ../sass/_thinking.scss */
#thinking.ThinkingCategoryPage .typography .button-subscribe-form i {
  color: white;
}
/* line 10, ../sass/_thinking.scss */
#thinking.ThinkingCategoryPage .thinking-homepage-thumb {
  display: inline-block;
  position: relative;
  float: left;
  width: 100%;
  height: 124px;
  border: none;
  background-size: cover;
  margin-bottom: 6px;
}
/* line 21, ../sass/_thinking.scss */
#thinking.ThinkingCategoryPage .main-title #SubscribePopup {
  left: 0;
  right: inherit;
}
@media (min-width: 992px) {
  /* line 21, ../sass/_thinking.scss */
  #thinking.ThinkingCategoryPage .main-title #SubscribePopup {
    left: inherit;
    right: 0;
  }
}
/* line 35, ../sass/_thinking.scss */
#thinking .related-item .thumb {
  margin-right: 0;
}
@media (min-width: 460px) {
  /* line 35, ../sass/_thinking.scss */
  #thinking .related-item .thumb {
    width: 50%;
    float: left;
    margin-right: 0;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  /* line 35, ../sass/_thinking.scss */
  #thinking .related-item .thumb {
    width: 100%;
    float: none;
    margin-right: 0;
    padding-right: 0;
  }
}
@media (min-width: 460px) {
  /* line 50, ../sass/_thinking.scss */
  #thinking .related-item .related-content {
    width: 50%;
    float: left;
  }
  /* line 54, ../sass/_thinking.scss */
  #thinking .related-item .related-content.no-poster {
    width: 100%;
    float: none;
  }
}
@media (min-width: 992px) {
  /* line 50, ../sass/_thinking.scss */
  #thinking .related-item .related-content {
    width: 100%;
    float: none;
  }
}
/* line 67, ../sass/_thinking.scss */
#thinking.ThinkingHomePage .typography .button-subscribe-form {
  margin-bottom: 10px;
}
/* line 71, ../sass/_thinking.scss */
#thinking.ThinkingHomePage .thinking-homepage-thumb {
  display: inline-block;
  position: relative;
  float: left;
  width: 100%;
  height: 124px;
  border: none;
  background-size: cover;
  margin-bottom: 6px;
}
/* line 83, ../sass/_thinking.scss */
#thinking .popupBox .innerContainer {
  width: 100%;
}
/* line 87, ../sass/_thinking.scss */
#thinking .main-title {
  margin-bottom: 20px;
}
/* line 122, ../sass/_mixins.scss */
#thinking .main-title:before, #thinking .main-title:after {
  content: "";
  display: table;
}
/* line 127, ../sass/_mixins.scss */
#thinking .main-title:after {
  clear: both;
}
/* line 90, ../sass/_thinking.scss */
#thinking .main-title .rss {
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  /* line 90, ../sass/_thinking.scss */
  #thinking .main-title .rss {
    float: right;
    margin-bottom: 0;
  }
}
/* line 97, ../sass/_thinking.scss */
#thinking .main-title .rss .dataFilter a,
#thinking .main-title .rss .button {
  margin-bottom: 10px;
  text-decoration: none;
}
/* line 101, ../sass/_thinking.scss */
#thinking .main-title .rss .dataFilter a i,
#thinking .main-title .rss .button i {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
/* line 106, ../sass/_thinking.scss */
#thinking .main-title .rss .dataFilter a:hover,
#thinking .main-title .rss .button:hover {
  background: #ec7500;
}
/* line 111, ../sass/_thinking.scss */
#thinking .main-title .rss .dataFilter .dropDown {
  margin-bottom: 0;
}
/* line 114, ../sass/_thinking.scss */
#thinking .main-title .rss .dataFilter i {
  margin-right: 0;
  margin-left: 5px;
}
/* line 121, ../sass/_thinking.scss */
#thinking .main-title .rss .dataFilter .dropDown .selectItems {
  right: inherit;
  left: 0;
  top: 100%;
  margin-top: -8px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: black;
  border-width: 1px;
  padding: 0;
}
/* line 130, ../sass/_thinking.scss */
#thinking .main-title .rss .dataFilter .dropDown .selectItems li {
  padding: 0;
}
/* line 132, ../sass/_thinking.scss */
#thinking .main-title .rss .dataFilter .dropDown .selectItems li a {
  padding: 8px 20px;
  margin-bottom: 0;
  display: block;
}
/* line 136, ../sass/_thinking.scss */
#thinking .main-title .rss .dataFilter .dropDown .selectItems li a:hover {
  color: white;
}
/* line 139, ../sass/_thinking.scss */
#thinking .main-title .rss .dataFilter .dropDown .selectItems li a.current {
  padding-left: 25px;
  background-position: 10px center;
}
/* line 142, ../sass/_thinking.scss */
#thinking .main-title .rss .dataFilter .dropDown .selectItems li a.current:hover {
  color: white;
}
/* line 152, ../sass/_thinking.scss */
#thinking .main-title .button,
#thinking .main-title .dropdownTrigger {
  padding: 8px 15px;
  background: #1A1A1A;
  color: white;
  border: 1px solid #2e2e2e;
  display: inline-block;
  font-family: ff-din-web-1, ff-din-web-2, Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  min-height: 40px;
  vertical-align: top;
  line-height: 22px;
  font-weight: bold;
}
/* line 168, ../sass/_thinking.scss */
#thinking .main-title .dataFilter .dropDown {
  background: none;
  padding: 0;
  height: auto;
}
/* line 172, ../sass/_thinking.scss */
#thinking .main-title .dataFilter .dropDown .currentItem {
  padding: 0;
  background: none;
}
/* line 179, ../sass/_thinking.scss */
#thinking .credentials {
  clear: both;
}
/* line 122, ../sass/_mixins.scss */
#thinking .credentials:before, #thinking .credentials:after {
  content: "";
  display: table;
}
/* line 127, ../sass/_mixins.scss */
#thinking .credentials:after {
  clear: both;
}
/* line 183, ../sass/_thinking.scss */
#thinking .moreButtons {
  clear: both;
  float: left;
  margin-bottom: 10px;
}
/* line 122, ../sass/_mixins.scss */
#thinking .moreButtons:before, #thinking .moreButtons:after {
  content: "";
  display: table;
}
/* line 127, ../sass/_mixins.scss */
#thinking .moreButtons:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 183, ../sass/_thinking.scss */
  #thinking .moreButtons {
    float: right;
    margin-bottom: 0;
  }
}
/* line 194, ../sass/_thinking.scss */
#thinking .moreButtons .subscribeBox .button,
#thinking .moreButtons #Sharing .button {
  height: 34px;
  height: 34px;
  line-height: 22px;
  padding: 6px 15px;
  text-decoration: none;
  margin-bottom: 10px;
  color: black;
}
/* line 202, ../sass/_thinking.scss */
#thinking .moreButtons .subscribeBox .button i,
#thinking .moreButtons #Sharing .button i {
  font-size: 18px;
  vertical-align: middle;
  margin-right: 5px;
  text-decoration: none;
}
/* line 208, ../sass/_thinking.scss */
#thinking .moreButtons .subscribeBox .button:hover,
#thinking .moreButtons #Sharing .button:hover {
  background: #ec7500;
}
/* line 213, ../sass/_thinking.scss */
#thinking .moreButtons .button {
  color: black;
  background: white;
  border: 1px solid black;
  height: 34px;
  height: 34px;
  line-height: 22px;
  padding: 6px 15px;
}
/* line 222, ../sass/_thinking.scss */
#thinking .moreButtons #Sharing {
  position: relative;
  z-index: 99;
  float: right;
}
/* line 227, ../sass/_thinking.scss */
#thinking .moreButtons #Sharing .button i {
  margin-right: 5px;
}
/* line 233, ../sass/_thinking.scss */
#thinking .subscribeFooter {
  margin-bottom: 20px;
}
/* line 236, ../sass/_thinking.scss */
#thinking .mediaBox {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  /* line 239, ../sass/_thinking.scss */
  #thinking #Layout {
    padding-top: 140px;
  }
}
@media (min-width: 992px) {
  /* line 239, ../sass/_thinking.scss */
  #thinking #Layout {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  /* line 247, ../sass/_thinking.scss */
  #thinking #TransBar {
    display: none;
  }
}
@media (min-width: 992px) {
  /* line 247, ../sass/_thinking.scss */
  #thinking #TransBar {
    display: block;
  }
}
/* line 122, ../sass/_mixins.scss */
#thinking .topicHeader:before, #thinking .topicHeader:after {
  content: "";
  display: table;
}
/* line 127, ../sass/_mixins.scss */
#thinking .topicHeader:after {
  clear: both;
}
/* line 257, ../sass/_thinking.scss */
#thinking .topicHeader h3 {
  line-height: 32px;
  float: left;
  min-height: 32px;
}
/* line 262, ../sass/_thinking.scss */
#thinking .topicHeader .button {
  float: right;
  margin: 0;
  margin-bottom: 10px;
}
/* line 270, ../sass/_thinking.scss */
#thinking #CategoryItems ul,
#thinking #SubFeature ul {
  list-style: none;
  margin: 0;
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  /* line 270, ../sass/_thinking.scss */
  #thinking #CategoryItems ul,
  #thinking #SubFeature ul {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 992px) {
  /* line 270, ../sass/_thinking.scss */
  #thinking #CategoryItems ul,
  #thinking #SubFeature ul {
    margin: 0;
  }
}
/* line 282, ../sass/_thinking.scss */
#thinking #CategoryItems ul li,
#thinking #SubFeature ul li {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0 10px 10px;
}
@media (min-width: 480px) {
  /* line 282, ../sass/_thinking.scss */
  #thinking #CategoryItems ul li,
  #thinking #SubFeature ul li {
    width: 50%;
    padding: 0 10px 10px;
  }
}
@media (min-width: 768px) {
  /* line 282, ../sass/_thinking.scss */
  #thinking #CategoryItems ul li,
  #thinking #SubFeature ul li {
    width: 50%;
    padding: 0 10px 10px;
  }
}
@media (min-width: 992px) {
  /* line 282, ../sass/_thinking.scss */
  #thinking #CategoryItems ul li,
  #thinking #SubFeature ul li {
    width: 25%;
    padding: 0;
  }
}
/* line 299, ../sass/_thinking.scss */
#thinking #CategoryItems ul li a,
#thinking #SubFeature ul li a {
  float: none;
  width: auto;
  text-align: left;
  padding: 0 15px;
}
@media (min-width: 992px) {
  /* line 299, ../sass/_thinking.scss */
  #thinking #CategoryItems ul li a,
  #thinking #SubFeature ul li a {
    padding: 0;
    text-align: center;
  }
}
/* line 311, ../sass/_thinking.scss */
#thinking #CategoryItems .items,
#thinking #SubFeature .items {
  margin: 0;
  margin-left: -10px;
  margin-right: -10px;
}
/* line 315, ../sass/_thinking.scss */
#thinking #CategoryItems .items .item,
#thinking #SubFeature .items .item {
  margin: 0;
  width: 50%;
  float: left;
  padding: 0 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  /* line 315, ../sass/_thinking.scss */
  #thinking #CategoryItems .items .item,
  #thinking #SubFeature .items .item {
    width: 33.33333%;
    float: left;
  }
}
@media (min-width: 992px) {
  /* line 315, ../sass/_thinking.scss */
  #thinking #CategoryItems .items .item,
  #thinking #SubFeature .items .item {
    margin-bottom: 35px;
  }
}
/* line 328, ../sass/_thinking.scss */
#thinking #CategoryItems .items .item h4,
#thinking #SubFeature .items .item h4 {
  margin: 0 0 2px;
}
/* line 330, ../sass/_thinking.scss */
#thinking #CategoryItems .items .item h4 a,
#thinking #SubFeature .items .item h4 a {
  color: #FFF;
}
/* line 334, ../sass/_thinking.scss */
#thinking #CategoryItems .items .item .credentials,
#thinking #SubFeature .items .item .credentials {
  color: #8C8985;
  margin: 0 0 5px;
}
/* line 338, ../sass/_thinking.scss */
#thinking #CategoryItems .items .item .thumb,
#thinking #SubFeature .items .item .thumb {
  overflow: hidden;
  margin-bottom: 10px;
}
/* line 344, ../sass/_thinking.scss */
#thinking #CategoryItems .items .item .thumb a,
#thinking #SubFeature .items .item .thumb a {
  display: block;
  text-decoration: none;
}
/* line 347, ../sass/_thinking.scss */
#thinking #CategoryItems .items .item .thumb a span,
#thinking #SubFeature .items .item .thumb a span {
  display: block;
  color: #FFF;
  font-weight: bold;
  font-family: ff-din-web-1, ff-din-web-2, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding: 3px 0;
}
/* line 357, ../sass/_thinking.scss */
#thinking #CategoryItems .items .item .thumb a:hover span,
#thinking #SubFeature .items .item .thumb a:hover span {
  color: #ec7500;
}
/* line 362, ../sass/_thinking.scss */
#thinking #CategoryItems .items .item .thumb img,
#thinking #SubFeature .items .item .thumb img {
  display: block;
  max-width: inherit;
}
@media (min-width: 480px) {
  /* line 362, ../sass/_thinking.scss */
  #thinking #CategoryItems .items .item .thumb img,
  #thinking #SubFeature .items .item .thumb img {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  /* line 374, ../sass/_thinking.scss */
  #thinking .title {
    position: relative;
    margin-bottom: 30px;
  }
}
/* line 379, ../sass/_thinking.scss */
#thinking .title .rss {
  position: relative;
  margin: 30px 0;
  width: 100%;
}
@media (min-width: 768px) {
  /* line 379, ../sass/_thinking.scss */
  #thinking .title .rss {
    margin: 0;
    position: absolute;
    top: -130px;
    right: 20px;
    width: 50%;
    text-align: right;
  }
}
@media (min-width: 992px) {
  /* line 379, ../sass/_thinking.scss */
  #thinking .title .rss {
    top: 0;
    right: 0;
  }
}
/* line 395, ../sass/_thinking.scss */
#thinking .title .rss #SubscribePopup {
  left: 0;
  right: inherit;
}
@media (min-width: 768px) {
  /* line 395, ../sass/_thinking.scss */
  #thinking .title .rss #SubscribePopup {
    left: inherit;
    right: 0;
  }
}

@media (min-width: 992px) {
  /* line 413, ../sass/_thinking.scss */
  #thinking .columnBody,
  #ArticlePage .columnBody,
  #ExperiencePage .columnBody,
  #CorrsWaySubPage .columnBody,
  #AboutUsPage .columnBody,
  #ThinkingItemPageTemplate .columnBody {
    width: 438px;
    float: left;
    margin: 0 0 35px;
    padding-bottom: 35px;
  }
}
/* line 421, ../sass/_thinking.scss */
#thinking .columnBody h2,
#ArticlePage .columnBody h2,
#ExperiencePage .columnBody h2,
#CorrsWaySubPage .columnBody h2,
#AboutUsPage .columnBody h2,
#ThinkingItemPageTemplate .columnBody h2 {
  color: #FFF;
  margin-bottom: 17px;
  line-height: 1;
}
/* line 426, ../sass/_thinking.scss */
#thinking .columnBody .credentials,
#ArticlePage .columnBody .credentials,
#ExperiencePage .columnBody .credentials,
#CorrsWaySubPage .columnBody .credentials,
#AboutUsPage .columnBody .credentials,
#ThinkingItemPageTemplate .columnBody .credentials {
  margin-bottom: 17px;
  margin-top: 30px;
}
/* line 430, ../sass/_thinking.scss */
#thinking .columnBody .multipleAuthor,
#ArticlePage .columnBody .multipleAuthor,
#ExperiencePage .columnBody .multipleAuthor,
#CorrsWaySubPage .columnBody .multipleAuthor,
#AboutUsPage .columnBody .multipleAuthor,
#ThinkingItemPageTemplate .columnBody .multipleAuthor {
  color: #EC7500;
  margin: 5px 0 17px;
  font-size: 12px;
}
/* line 436, ../sass/_thinking.scss */
#thinking .columnBody .subscribeBox a,
#ArticlePage .columnBody .subscribeBox a,
#ExperiencePage .columnBody .subscribeBox a,
#CorrsWaySubPage .columnBody .subscribeBox a,
#AboutUsPage .columnBody .subscribeBox a,
#ThinkingItemPageTemplate .columnBody .subscribeBox a {
  border: 1px solid #404040;
  padding: 8px 10px;
  margin-right: 0;
}
/* line 442, ../sass/_thinking.scss */
#thinking .columnBody .subscribeBox #SubscribePopup a,
#ArticlePage .columnBody .subscribeBox #SubscribePopup a,
#ExperiencePage .columnBody .subscribeBox #SubscribePopup a,
#CorrsWaySubPage .columnBody .subscribeBox #SubscribePopup a,
#AboutUsPage .columnBody .subscribeBox #SubscribePopup a,
#ThinkingItemPageTemplate .columnBody .subscribeBox #SubscribePopup a {
  border: none;
  padding: 0;
  margin-right: 0;
}
/* line 451, ../sass/_thinking.scss */
#thinking #SubscribePopup,
#ArticlePage #SubscribePopup,
#ExperiencePage #SubscribePopup,
#CorrsWaySubPage #SubscribePopup,
#AboutUsPage #SubscribePopup,
#ThinkingItemPageTemplate #SubscribePopup {
  max-width: 100%;
  background: black;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-width: 1px;
  right: inherit;
  left: 0;
  top: 100%;
  margin-top: -8px;
}
@media (min-width: 992px) {
  /* line 461, ../sass/_thinking.scss */
  #thinking .columnSide,
  #ArticlePage .columnSide,
  #ExperiencePage .columnSide,
  #CorrsWaySubPage .columnSide,
  #AboutUsPage .columnSide,
  #ThinkingItemPageTemplate .columnSide {
    width: 220px;
    float: right;
    margin: 0 0 35px;
    padding-bottom: 35px;
  }
}
/* line 469, ../sass/_thinking.scss */
#thinking .columnSide a.button,
#ArticlePage .columnSide a.button,
#ExperiencePage .columnSide a.button,
#CorrsWaySubPage .columnSide a.button,
#AboutUsPage .columnSide a.button,
#ThinkingItemPageTemplate .columnSide a.button {
  float: right;
  color: white;
  background: #363636;
  border: 1px solid #2e2e2e;
}
@media (min-width: 992px) {
  /* line 469, ../sass/_thinking.scss */
  #thinking .columnSide a.button,
  #ArticlePage .columnSide a.button,
  #ExperiencePage .columnSide a.button,
  #CorrsWaySubPage .columnSide a.button,
  #AboutUsPage .columnSide a.button,
  #ThinkingItemPageTemplate .columnSide a.button {
    float: none;
  }
}
/* line 478, ../sass/_thinking.scss */
#thinking .columnSide .item,
#ArticlePage .columnSide .item,
#ExperiencePage .columnSide .item,
#CorrsWaySubPage .columnSide .item,
#AboutUsPage .columnSide .item,
#ThinkingItemPageTemplate .columnSide .item {
  border-top: 1px dotted #404040;
  padding: 10px 0 0;
  font-size: 12px;
  margin: 0 0 5px;
  margin-bottom: 10px;
}
/* line 486, ../sass/_thinking.scss */
#thinking .columnSide .item h4 a,
#ArticlePage .columnSide .item h4 a,
#ExperiencePage .columnSide .item h4 a,
#CorrsWaySubPage .columnSide .item h4 a,
#AboutUsPage .columnSide .item h4 a,
#ThinkingItemPageTemplate .columnSide .item h4 a {
  color: #FFF;
}
/* line 491, ../sass/_thinking.scss */
#thinking .columnSide .item .credentials,
#ArticlePage .columnSide .item .credentials,
#ExperiencePage .columnSide .item .credentials,
#CorrsWaySubPage .columnSide .item .credentials,
#AboutUsPage .columnSide .item .credentials,
#ThinkingItemPageTemplate .columnSide .item .credentials {
  margin: 0 0 5px;
  font-size: 12px;
}
/* line 496, ../sass/_thinking.scss */
#thinking .columnSide .item .thumb,
#ArticlePage .columnSide .item .thumb,
#ExperiencePage .columnSide .item .thumb,
#CorrsWaySubPage .columnSide .item .thumb,
#AboutUsPage .columnSide .item .thumb,
#ThinkingItemPageTemplate .columnSide .item .thumb {
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  /* line 496, ../sass/_thinking.scss */
  #thinking .columnSide .item .thumb,
  #ArticlePage .columnSide .item .thumb,
  #ExperiencePage .columnSide .item .thumb,
  #CorrsWaySubPage .columnSide .item .thumb,
  #AboutUsPage .columnSide .item .thumb,
  #ThinkingItemPageTemplate .columnSide .item .thumb {
    float: left;
  }
}
@media (min-width: 992px) {
  /* line 496, ../sass/_thinking.scss */
  #thinking .columnSide .item .thumb,
  #ArticlePage .columnSide .item .thumb,
  #ExperiencePage .columnSide .item .thumb,
  #CorrsWaySubPage .columnSide .item .thumb,
  #AboutUsPage .columnSide .item .thumb,
  #ThinkingItemPageTemplate .columnSide .item .thumb {
    float: none;
    margin-right: 0;
  }
}
/* line 506, ../sass/_thinking.scss */
#thinking .columnSide .item .summary,
#ArticlePage .columnSide .item .summary,
#ExperiencePage .columnSide .item .summary,
#CorrsWaySubPage .columnSide .item .summary,
#AboutUsPage .columnSide .item .summary,
#ThinkingItemPageTemplate .columnSide .item .summary {
  margin-bottom: 20px;
}
/* line 510, ../sass/_thinking.scss */
#thinking .columnSide h2,
#ArticlePage .columnSide h2,
#ExperiencePage .columnSide h2,
#CorrsWaySubPage .columnSide h2,
#AboutUsPage .columnSide h2,
#ThinkingItemPageTemplate .columnSide h2 {
  color: #73706D;
  margin-bottom: 17px;
}
/* line 515, ../sass/_thinking.scss */
#thinking .columnSide .sideBlock,
#ArticlePage .columnSide .sideBlock,
#ExperiencePage .columnSide .sideBlock,
#CorrsWaySubPage .columnSide .sideBlock,
#AboutUsPage .columnSide .sideBlock,
#ThinkingItemPageTemplate .columnSide .sideBlock {
  margin-bottom: 20px;
}
/* line 522, ../sass/_thinking.scss */
#thinking.ThinkingItemPageMultiVideo .moreButtons, #thinking.PublicationsItemPage .moreButtons,
#ArticlePage.ThinkingItemPageMultiVideo .moreButtons,
#ArticlePage.PublicationsItemPage .moreButtons,
#ExperiencePage.ThinkingItemPageMultiVideo .moreButtons,
#ExperiencePage.PublicationsItemPage .moreButtons,
#CorrsWaySubPage.ThinkingItemPageMultiVideo .moreButtons,
#CorrsWaySubPage.PublicationsItemPage .moreButtons,
#AboutUsPage.ThinkingItemPageMultiVideo .moreButtons,
#AboutUsPage.PublicationsItemPage .moreButtons,
#ThinkingItemPageTemplate.ThinkingItemPageMultiVideo .moreButtons,
#ThinkingItemPageTemplate.PublicationsItemPage .moreButtons {
  position: relative;
}
/* line 525, ../sass/_thinking.scss */
#thinking.ThinkingItemPageMultiVideo .subscribeBox, #thinking.PublicationsItemPage .subscribeBox,
#ArticlePage.ThinkingItemPageMultiVideo .subscribeBox,
#ArticlePage.PublicationsItemPage .subscribeBox,
#ExperiencePage.ThinkingItemPageMultiVideo .subscribeBox,
#ExperiencePage.PublicationsItemPage .subscribeBox,
#CorrsWaySubPage.ThinkingItemPageMultiVideo .subscribeBox,
#CorrsWaySubPage.PublicationsItemPage .subscribeBox,
#AboutUsPage.ThinkingItemPageMultiVideo .subscribeBox,
#AboutUsPage.PublicationsItemPage .subscribeBox,
#ThinkingItemPageTemplate.ThinkingItemPageMultiVideo .subscribeBox,
#ThinkingItemPageTemplate.PublicationsItemPage .subscribeBox {
  position: static;
}
/* line 527, ../sass/_thinking.scss */
#thinking.ThinkingItemPageMultiVideo .subscribeBox #SubscribePopup, #thinking.PublicationsItemPage .subscribeBox #SubscribePopup,
#ArticlePage.ThinkingItemPageMultiVideo .subscribeBox #SubscribePopup,
#ArticlePage.PublicationsItemPage .subscribeBox #SubscribePopup,
#ExperiencePage.ThinkingItemPageMultiVideo .subscribeBox #SubscribePopup,
#ExperiencePage.PublicationsItemPage .subscribeBox #SubscribePopup,
#CorrsWaySubPage.ThinkingItemPageMultiVideo .subscribeBox #SubscribePopup,
#CorrsWaySubPage.PublicationsItemPage .subscribeBox #SubscribePopup,
#AboutUsPage.ThinkingItemPageMultiVideo .subscribeBox #SubscribePopup,
#AboutUsPage.PublicationsItemPage .subscribeBox #SubscribePopup,
#ThinkingItemPageTemplate.ThinkingItemPageMultiVideo .subscribeBox #SubscribePopup,
#ThinkingItemPageTemplate.PublicationsItemPage .subscribeBox #SubscribePopup {
  left: inherit;
  right: 0;
}
@media (min-width: 992px) {
  /* line 527, ../sass/_thinking.scss */
  #thinking.ThinkingItemPageMultiVideo .subscribeBox #SubscribePopup, #thinking.PublicationsItemPage .subscribeBox #SubscribePopup,
  #ArticlePage.ThinkingItemPageMultiVideo .subscribeBox #SubscribePopup,
  #ArticlePage.PublicationsItemPage .subscribeBox #SubscribePopup,
  #ExperiencePage.ThinkingItemPageMultiVideo .subscribeBox #SubscribePopup,
  #ExperiencePage.PublicationsItemPage .subscribeBox #SubscribePopup,
  #CorrsWaySubPage.ThinkingItemPageMultiVideo .subscribeBox #SubscribePopup,
  #CorrsWaySubPage.PublicationsItemPage .subscribeBox #SubscribePopup,
  #AboutUsPage.ThinkingItemPageMultiVideo .subscribeBox #SubscribePopup,
  #AboutUsPage.PublicationsItemPage .subscribeBox #SubscribePopup,
  #ThinkingItemPageTemplate.ThinkingItemPageMultiVideo .subscribeBox #SubscribePopup,
  #ThinkingItemPageTemplate.PublicationsItemPage .subscribeBox #SubscribePopup {
    min-width: 350px;
  }
}
/* line 537, ../sass/_thinking.scss */
#thinking #Sharing .shareItems,
#ArticlePage #Sharing .shareItems,
#ExperiencePage #Sharing .shareItems,
#CorrsWaySubPage #Sharing .shareItems,
#AboutUsPage #Sharing .shareItems,
#ThinkingItemPageTemplate #Sharing .shareItems {
  top: 100%;
  margin-top: -8px;
  border-width: 1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: black;
  right: inherit;
  left: 0;
}
/* line 545, ../sass/_thinking.scss */
#thinking #Sharing .shareItems li,
#ArticlePage #Sharing .shareItems li,
#ExperiencePage #Sharing .shareItems li,
#CorrsWaySubPage #Sharing .shareItems li,
#AboutUsPage #Sharing .shareItems li,
#ThinkingItemPageTemplate #Sharing .shareItems li {
  padding: 4px 10px;
}
/* line 550, ../sass/_thinking.scss */
#thinking .subscribeButton,
#ArticlePage .subscribeButton,
#ExperiencePage .subscribeButton,
#CorrsWaySubPage .subscribeButton,
#AboutUsPage .subscribeButton,
#ThinkingItemPageTemplate .subscribeButton {
  padding: 10px 20px;
  text-align: left;
  height: auto;
  background: #363636;
}
/* line 555, ../sass/_thinking.scss */
#thinking .subscribeButton i,
#ArticlePage .subscribeButton i,
#ExperiencePage .subscribeButton i,
#CorrsWaySubPage .subscribeButton i,
#AboutUsPage .subscribeButton i,
#ThinkingItemPageTemplate .subscribeButton i {
  float: right;
  margin-top: 5px;
}

/**** INTERNATIONAL PAGE ****/
/* line 3, ../sass/_international.scss */
.international-map ul {
  list-style: none;
  margin: 0;
  margin-left: -2px;
  margin-right: -2px;
  padding: 0;
}
/* line 10, ../sass/_international.scss */
.international-map ul li {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  /* line 10, ../sass/_international.scss */
  .international-map ul li {
    width: 33.33333%;
  }
}
@media (min-width: 992px) {
  /* line 10, ../sass/_international.scss */
  .international-map ul li {
    width: 16.66667%;
  }
}
/* line 23, ../sass/_international.scss */
.international-map ul li.last {
  margin-right: 0;
}
/* line 27, ../sass/_international.scss */
.international-map ul li a {
  display: block;
  background-color: #333;
  margin: 0 2px 4px;
  color: white;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-family: ff-din-web-1, ff-din-web-2, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
/* line 42, ../sass/_international.scss */
.international-map ul li a:hover, .international-map ul li a.current {
  background-color: #EC7500;
  text-decoration: none;
  color: white;
}
/* line 50, ../sass/_international.scss */
.international-map ul li.section a {
  background-color: #EC7500;
  text-decoration: none;
  color: white;
}

/* line 1, ../sass/templates/_iss.scss */
#ISSIntro {
  /* Video
  float: left;
  width: 460px;
  margin-right: 35px;*/
}

/*
.ISSVideo
{
	float: left;

}
*/
/* line 15, ../sass/templates/_iss.scss */
.ISSLatest {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 122, ../sass/_mixins.scss */
.ISSLatest:before, .ISSLatest:after {
  content: "";
  display: table;
}
/* line 127, ../sass/_mixins.scss */
.ISSLatest:after {
  clear: both;
}
/* line 21, ../sass/templates/_iss.scss */
.ISSLatest .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 460px) {
  /* line 21, ../sass/templates/_iss.scss */
  .ISSLatest .item {
    float: left;
    width: 50%;
  }
}
/* line 28, ../sass/templates/_iss.scss */
.ISSLatest .item .iss-content {
  background: white;
  height: 100%;
  padding: 15px;
}
/* line 32, ../sass/templates/_iss.scss */
.ISSLatest .item .iss-content .more {
  text-align: right;
  margin-bottom: 0;
}
/* line 35, ../sass/templates/_iss.scss */
.ISSLatest .item .iss-content .more .button {
  margin-right: 0;
  background: black;
  color: white;
  text-decoration: none;
  margin-bottom: 0;
}
@media (min-width: 460px) {
  /* line 35, ../sass/templates/_iss.scss */
  .ISSLatest .item .iss-content .more .button {
    float: right;
  }
}
/* line 44, ../sass/templates/_iss.scss */
.ISSLatest .item .iss-content .more .button:hover {
  background: #ec7500;
}

/* line 53, ../sass/templates/_iss.scss */
.ISSInfo {
  background: white;
  padding: 15px 0;
}
/* line 122, ../sass/_mixins.scss */
.ISSInfo:before, .ISSInfo:after {
  content: "";
  display: table;
}
/* line 127, ../sass/_mixins.scss */
.ISSInfo:after {
  clear: both;
}

/* line 59, ../sass/templates/_iss.scss */
.ISSInfo strong {
  clear: left;
  width: 50px;
  display: block;
  float: left;
}

/* line 67, ../sass/templates/_iss.scss */
.ISSInfo span {
  float: left;
  max-width: 330px;
}

/* line 74, ../sass/templates/_iss.scss */
.ISSEntry .cycleItems {
  width: 460px;
  height: 400px;
  background: white;
  margin-bottom: 10px;
  /*
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  */
  overflow: hidden;
}

/* line 88, ../sass/templates/_iss.scss */
.ISSEntry.small .cycleItems {
  height: 330px;
}

/* line 96, ../sass/templates/_iss.scss */
.ISSEntry hr {
  clear: left;
  padding-top: 10px;
}

/* line 103, ../sass/templates/_iss.scss */
.ISSFull .ISSInfo p {
  clear: left;
  float: left;
  margin: 0 0 10px 0;
}

/* line 110, ../sass/templates/_iss.scss */
.ISSFull .ISSInfo span {
  float: left;
  width: 870px;
}

/* line 116, ../sass/templates/_iss.scss */
.ISSFull .ISSEntry .cycleItems {
  width: 65%;
  height: auto;
  background: white;
  /*
  -webkit-border-radius: 5px;
  border-radius: 5px;
  */
  float: left;
}

/* line 128, ../sass/templates/_iss.scss */
.ISSFull .ISSEntry .item {
  float: left;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px;
}

/* line 137, ../sass/templates/_iss.scss */
.ISSFull .ISSEntry .item p {
  width: 600px;
}

/* line 144, ../sass/templates/_iss.scss */
#ISSPreviewThumbs a {
  float: left;
  display: block;
  margin: 0 12px 10px 0;
}

/* line 151, ../sass/templates/_iss.scss */
#ISSPreviewThumbs img {
  border: 5px solid white;
  /*
  -webkit-border-radius: 5px;
  border-radius: 5px;
  */
}

/* line 161, ../sass/templates/_iss.scss */
.ISSThumbs {
  margin-top: 20px;
  margin-left: -5px;
  margin-right: -5px;
}
/* line 122, ../sass/_mixins.scss */
.ISSThumbs:before, .ISSThumbs:after {
  content: "";
  display: table;
}
/* line 127, ../sass/_mixins.scss */
.ISSThumbs:after {
  clear: both;
}

/* line 168, ../sass/templates/_iss.scss */
.ISSThumbs h3 {
  padding: 0 5px;
}

/* line 172, ../sass/templates/_iss.scss */
.ISSThumbs .ISSLocation {
  margin: 0;
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  /* line 172, ../sass/templates/_iss.scss */
  .ISSThumbs .ISSLocation {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  /* line 172, ../sass/templates/_iss.scss */
  .ISSThumbs .ISSLocation {
    width: 25%;
  }
}

/* line 186, ../sass/templates/_iss.scss */
.ISSThumbs .ISSLocation.last {
  margin-right: none;
}

/* line 191, ../sass/templates/_iss.scss */
.ISSThumbs .ISSLocation a {
  display: block;
  background: #EC7500;
  color: white;
  text-align: center;
  font-family: ff-din-web-1, ff-din-web-2, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
  padding: 20px;
  text-transform: uppercase;
  /*
  -webkit-border-radius: 5px;
  border-radius: 5px;
  */
}

/* line 208, ../sass/templates/_iss.scss */
.ISSThumbs .ISSLocation a.section, .ISSThumbs .ISSLocation a.current, .ISSThumbs .ISSLocation a:hover {
  background: #8c8985;
  color: white;
  text-decoration: none;
}

/* line 216, ../sass/templates/_iss.scss */
.ISSLocations .ISSEntry {
  float: left;
  width: 230px;
  height: 200px;
  margin: 0 10px 15px 0;
  background: white;
}

/* line 225, ../sass/templates/_iss.scss */
.ISSLocations .ISSEntry.last {
  margin-right: 0;
}

/* line 230, ../sass/templates/_iss.scss */
.ISSLocations .caption a {
  font-family: ff-din-web-1, ff-din-web-2, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: black;
}

/* line 239, ../sass/templates/_iss.scss */
.ISSLocations.wide .ISSEntry {
  float: left;
  width: 310px;
  margin: 0 10px 15px 0;
  background: white;
}

/* line 247, ../sass/templates/_iss.scss */
.ISSLocations.wide .item {
  width: 280px;
}

/* line 252, ../sass/templates/_iss.scss */
.wide .ISSInfo, .wide .ISSInfo span {
  width: 280px;
}

/* line 256, ../sass/templates/_iss.scss */
.ISSEntry {
  padding: 0 10px;
  width: 100%;
}
@media (min-width: 768px) {
  /* line 256, ../sass/templates/_iss.scss */
  .ISSEntry {
    width: 50%;
    float: left;
  }
}
/* line 263, ../sass/templates/_iss.scss */
.ISSEntry .item {
  background: white;
  padding: 15px;
  margin-bottom: 20px;
}
/* line 268, ../sass/templates/_iss.scss */
.ISSEntry.small {
  position: relative;
}
/* line 271, ../sass/templates/_iss.scss */
.ISSEntry.small p.more {
  position: absolute;
  top: 15px;
  right: 15px;
  margin: 0;
  left: inherit;
}
/* line 277, ../sass/templates/_iss.scss */
.ISSEntry.small p.more .button {
  background: black;
  color: white;
}

/* line 285, ../sass/templates/_iss.scss */
.ISS-images {
  margin-top: 20px;
  margin-left: -20px;
  margin-right: -20px;
}
/* line 122, ../sass/_mixins.scss */
.ISS-images:before, .ISS-images:after {
  content: "";
  display: table;
}
/* line 127, ../sass/_mixins.scss */
.ISS-images:after {
  clear: both;
}
/* line 290, ../sass/templates/_iss.scss */
.ISS-images .ISS-slider {
  padding: 0 20px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  /* line 290, ../sass/templates/_iss.scss */
  .ISS-images .ISS-slider {
    float: left;
    width: 65%;
  }
}
/* line 297, ../sass/templates/_iss.scss */
.ISS-images .ISS-slider .pictures-slider-wrapper {
  background: white;
  padding: 20px;
}
/* line 301, ../sass/templates/_iss.scss */
.ISS-images .ISS-slider .pictures-slider-wrapper .pictures-slider p {
  margin-top: 5px;
  margin-bottom: 0;
}
/* line 308, ../sass/templates/_iss.scss */
.ISS-images #ISSPreviewThumbs-wrapper {
  padding: 0 20px;
  overflow: auto;
}
@media (min-width: 992px) {
  /* line 308, ../sass/templates/_iss.scss */
  .ISS-images #ISSPreviewThumbs-wrapper {
    float: left;
    width: 35%;
    height: 488px;
  }
}
/* line 316, ../sass/templates/_iss.scss */
.ISS-images #ISSPreviewThumbs-wrapper #ISSPreviewThumbs {
  margin-left: -10px;
  margin-right: -10px;
  overflow: auto;
  overflow-y: auto;
  overflow-x: hidden;
}
/* line 323, ../sass/templates/_iss.scss */
.ISS-images #ISSPreviewThumbs-wrapper #ISSPreviewThumbs h3 {
  padding: 0 10px;
}
/* line 326, ../sass/templates/_iss.scss */
.ISS-images #ISSPreviewThumbs-wrapper #ISSPreviewThumbs .item {
  float: left;
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
  cursor: pointer;
}
@media (min-width: 768px) {
  /* line 326, ../sass/templates/_iss.scss */
  .ISS-images #ISSPreviewThumbs-wrapper #ISSPreviewThumbs .item {
    width: 25%;
  }
}
@media (min-width: 992px) {
  /* line 326, ../sass/templates/_iss.scss */
  .ISS-images #ISSPreviewThumbs-wrapper #ISSPreviewThumbs .item {
    width: 50%;
  }
}

/* line 2, ../sass/templates/_news.scss */
#news .slick-slider {
  margin-bottom: 40px;
}
/* line 5, ../sass/templates/_news.scss */
#news .slick-arrow {
  background: url(../images/button-slide-sprite-dark.png) no-repeat right top;
  width: 25px;
  height: 25px;
  top: inherit;
  bottom: -32px;
}
/* line 11, ../sass/templates/_news.scss */
#news .slick-arrow.slick-next {
  right: 0;
  background-position: -25px 0;
}
/* line 14, ../sass/templates/_news.scss */
#news .slick-arrow.slick-next:hover {
  background-position: -25px -25px;
}
/* line 18, ../sass/templates/_news.scss */
#news .slick-arrow.slick-prev {
  left: inherit;
  right: 25px;
  background-position: 0 0;
}
/* line 22, ../sass/templates/_news.scss */
#news .slick-arrow.slick-prev:hover {
  background-position: 0 -25px;
}
/* line 26, ../sass/templates/_news.scss */
#news .slick-arrow:before {
  content: " ";
}
@media (min-width: 992px) {
  /* line 30, ../sass/templates/_news.scss */
  #news .title {
    position: relative;
    margin-bottom: 10px;
  }
}
/* line 35, ../sass/templates/_news.scss */
#news .title .rss {
  margin: 30px 0;
}
@media (min-width: 768px) {
  /* line 35, ../sass/templates/_news.scss */
  #news .title .rss {
    margin: 0;
    position: absolute;
    top: -130px;
    right: 20px;
  }
}
@media (min-width: 992px) {
  /* line 35, ../sass/templates/_news.scss */
  #news .title .rss {
    top: 0;
    right: 0;
  }
}
/* line 49, ../sass/templates/_news.scss */
#news .mediaBox {
  margin-bottom: 10px;
}
/* line 52, ../sass/templates/_news.scss */
#news #Sharing {
  position: relative;
}
/* line 54, ../sass/templates/_news.scss */
#news #Sharing a {
  margin-right: 0;
}
/* line 56, ../sass/templates/_news.scss */
#news #Sharing a.shareDropdown {
  color: black;
}
/* line 60, ../sass/templates/_news.scss */
#news #Sharing .shareItems {
  left: 0;
  right: inherit;
  top: 100%;
}
@media (min-width: 768px) {
  /* line 60, ../sass/templates/_news.scss */
  #news #Sharing .shareItems {
    left: inherit;
    right: 0;
  }
}
@media (min-width: 768px) {
  /* line 70, ../sass/templates/_news.scss */
  #news #Layout {
    padding-top: 140px;
  }
}
@media (min-width: 992px) {
  /* line 70, ../sass/templates/_news.scss */
  #news #Layout {
    padding-top: 0;
  }
}
/* line 80, ../sass/templates/_news.scss */
#news .dataFilterList h4 {
  margin-bottom: 20px;
}
/* line 83, ../sass/templates/_news.scss */
#news .dataFilterList ul {
  list-style: none;
  margin: 10px 0 20px 0;
  padding: 0;
  margin-left: -2px;
  margin-right: -2px;
}
/* line 122, ../sass/_mixins.scss */
#news .dataFilterList ul:before, #news .dataFilterList ul:after {
  content: "";
  display: table;
}
/* line 127, ../sass/_mixins.scss */
#news .dataFilterList ul:after {
  clear: both;
}
/* line 91, ../sass/templates/_news.scss */
#news .dataFilterList ul li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 2px 10px;
}
@media (min-width: 768px) {
  /* line 91, ../sass/templates/_news.scss */
  #news .dataFilterList ul li {
    width: 33.33333%;
    padding: 0 2px 4px;
  }
}
/* line 101, ../sass/templates/_news.scss */
#news .dataFilterList ul li a {
  display: block;
  background-color: #333;
  color: white;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-family: ff-din-web-1, ff-din-web-2, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  padding: 20px 5px;
}
@media (min-width: 768px) {
  /* line 101, ../sass/templates/_news.scss */
  #news .dataFilterList ul li a {
    font-size: 11px;
    height: 25px;
    line-height: 25px;
    padding: 0;
  }
}
/* line 119, ../sass/templates/_news.scss */
#news .dataFilterList ul li a:hover, #news .dataFilterList ul li a.current {
  background-color: #EC7500;
  text-decoration: none;
}
/* line 129, ../sass/templates/_news.scss */
#news .moreButtons {
  float: none;
  margin-bottom: 0;
}
/* line 122, ../sass/_mixins.scss */
#news .moreButtons:before, #news .moreButtons:after {
  content: "";
  display: table;
}
/* line 127, ../sass/_mixins.scss */
#news .moreButtons:after {
  clear: both;
}
@media (min-width: 992px) {
  /* line 129, ../sass/templates/_news.scss */
  #news .moreButtons {
    float: right;
  }
}
/* line 138, ../sass/templates/_news.scss */
#news .moreButtons .subscribeBox .button,
#news .moreButtons #Sharing .button {
  height: 34px;
  height: 34px;
  line-height: 22px;
  padding: 6px 15px;
  text-decoration: none;
  margin-bottom: 10px;
  color: black;
}
/* line 146, ../sass/templates/_news.scss */
#news .moreButtons .subscribeBox .button i,
#news .moreButtons #Sharing .button i {
  font-size: 18px;
  vertical-align: middle;
  margin-right: 5px;
  text-decoration: none;
}
/* line 152, ../sass/templates/_news.scss */
#news .moreButtons .subscribeBox .button:hover,
#news .moreButtons #Sharing .button:hover {
  background: #ec7500;
}
/* line 157, ../sass/templates/_news.scss */
#news .moreButtons .button {
  color: black;
  background: white;
  border: 1px solid black;
  height: 34px;
  height: 34px;
  line-height: 22px;
  padding: 6px 15px;
}
/* line 166, ../sass/templates/_news.scss */
#news .moreButtons #Sharing {
  position: relative;
  z-index: 99;
}
@media (min-width: 768px) {
  /* line 166, ../sass/templates/_news.scss */
  #news .moreButtons #Sharing {
    float: right;
  }
}
/* line 173, ../sass/templates/_news.scss */
#news .moreButtons #Sharing .button i {
  margin-right: 5px;
}
/* line 182, ../sass/templates/_news.scss */
#news #CategoryItems .formatList .item h4 {
  margin-bottom: 2px;
}
/* line 186, ../sass/templates/_news.scss */
#news #CategoryItems .formatList .credentials {
  margin-bottom: 10px;
}
/* line 189, ../sass/templates/_news.scss */
#news #CategoryItems .formatList .summary {
  width: auto;
}
@media (min-width: 992px) {
  /* line 189, ../sass/templates/_news.scss */
  #news #CategoryItems .formatList .summary {
    width: 75%;
  }
}
/* line 195, ../sass/templates/_news.scss */
#news #CategoryItems .formatList .icons {
  margin: 10px 0;
  position: relative;
  bottom: inherit;
  right: inherit;
}
@media (min-width: 992px) {
  /* line 195, ../sass/templates/_news.scss */
  #news #CategoryItems .formatList .icons {
    margin: 0;
    position: absolute;
    bottom: 10px;
    right: 0;
  }
}

/* line 211, ../sass/templates/_news.scss */
#ArticlePage .gallery {
  background: none;
}
/* line 213, ../sass/templates/_news.scss */
#ArticlePage .gallery figure {
  display: inline-block;
  width: auto;
  position: relative;
}
/* line 218, ../sass/templates/_news.scss */
#ArticlePage .gallery .item {
  width: 100%;
}
/* line 224, ../sass/templates/_news.scss */
#ArticlePage .columnSide .thumb {
  width: 100%;
}

@media (min-width: 992px) {
  /* line 1, ../sass/templates/_careers.scss */
  #careers {
    background: #CCC7C2;
  }
}
/* line 5, ../sass/templates/_careers.scss */
#careers #Layout {
  margin-bottom: 0;
}
/* line 8, ../sass/templates/_careers.scss */
#careers #SearchBar {
  margin-bottom: 0;
}
/* line 11, ../sass/templates/_careers.scss */
#careers .icon {
  display: none;
}
/* line 14, ../sass/templates/_careers.scss */
#careers h1 {
  color: #FFF;
  letter-spacing: -3px;
  margin: 0;
  padding: 0 0px 6px 0;
  line-height: 1;
  margin-top: 30px;
  font-size: 51px;
}
@media (min-width: 992px) {
  /* line 14, ../sass/templates/_careers.scss */
  #careers h1 {
    width: 550px;
    margin-top: 0;
    padding: 0;
  }
}
/* line 27, ../sass/templates/_careers.scss */
#careers h1.careersTitle {
  color: #8C8985;
  line-height: 0.85;
  font-size: 40px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  /* line 27, ../sass/templates/_careers.scss */
  #careers h1.careersTitle {
    font-size: 51px;
    min-height: 100px;
    margin-bottom: 50px;
  }
}
/* line 37, ../sass/templates/_careers.scss */
#careers h1.careersTitle span {
  display: block;
  color: white;
}
/* line 42, ../sass/templates/_careers.scss */
#careers h1.careersSubtitle {
  margin: 0;
  margin-bottom: 30px;
  font-size: 16px;
  color: #73706D;
  letter-spacing: 0;
}
/* line 50, ../sass/templates/_careers.scss */
#careers h2 {
  color: #73706D;
  font-size: 20px;
  line-height: 20px;
  margin: 0;
  letter-spacing: -1px;
}
/* line 56, ../sass/templates/_careers.scss */
#careers h2.headline {
  padding: 0px 0px 10px 0;
  color: #8C8985;
  font-size: 51px;
  letter-spacing: -3px;
  margin: 0;
  line-height: 1;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  /* line 56, ../sass/templates/_careers.scss */
  #careers h2.headline {
    width: 240px;
    float: left;
    margin-bottom: 0;
  }
}
/* line 70, ../sass/templates/_careers.scss */
#careers h2.selectorTitle {
  background-image: url(../images/bg-solid-black-60pc.png);
  color: #FFF;
  font-size: 21px;
  line-height: 1;
  padding: 5px 5px 0;
  margin-top: 20px;
  max-width: 100%;
  margin-bottom: 10px;
}
/* line 80, ../sass/templates/_careers.scss */
#careers h2.selectorSubtitle {
  background: url(../images/bg-solid-black-50pc.png);
  color: #FFF;
  font-size: 19px;
  padding: 5px 5px 2px;
  margin-top: -10px;
  font-weight: normal;
  line-height: 1;
  max-width: 100%;
}
/* line 91, ../sass/templates/_careers.scss */
#careers h3 {
  font-size: 20px;
  line-height: 20px;
  margin: 0;
  letter-spacing: -1px;
  font-weight: bold;
  margin-bottom: 15px;
}
/* line 98, ../sass/templates/_careers.scss */
#careers h3.listTitle {
  background: url(../images/careers/selector-title-bg.png) no-repeat;
  color: #EC7500;
  height: 40px;
  width: 325px;
  padding: 8px 0 0 10px;
  margin-bottom: 0;
  line-height: 1;
}
/* line 109, ../sass/templates/_careers.scss */
#careers .columnBody h2 {
  color: black;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  /* line 114, ../sass/templates/_careers.scss */
  #careers .topRightNav {
    position: absolute;
    top: 0;
    right: 0;
  }
}
/* line 121, ../sass/templates/_careers.scss */
#careers .topRightNav a.open-positions {
  background: url(../images/careers/button-open-positions.png) no-repeat;
  display: block;
  width: 190px;
  height: 45px;
  margin-bottom: 10px;
}
/* line 128, ../sass/templates/_careers.scss */
#careers .topRightNav a.international-secondments {
  background: url(../images/careers/button-international-secondments.png) no-repeat;
  display: block;
  width: 203px;
  height: 67px;
}
/* line 134, ../sass/templates/_careers.scss */
#careers .topRightNav a.drop {
  margin-top: 50px;
}
/* line 137, ../sass/templates/_careers.scss */
#careers .topRightNav a span {
  display: block;
  overflow: hidden;
  text-indent: -999px;
}
/* line 144, ../sass/templates/_careers.scss */
#careers #ContentContainer .content {
  margin: 0 20px 35px;
}
@media (min-width: 992px) {
  /* line 144, ../sass/templates/_careers.scss */
  #careers #ContentContainer .content {
    margin: 0;
  }
}
/* line 150, ../sass/templates/_careers.scss */
#careers #CareersHomePage,
#careers #CareersPage,
#careers #CareersVideoChoicePage,
#careers #CareersCategoryPage,
#careers #CareersStageChoicePage {
  position: relative;
  padding: 0 0 1px;
  margin: 0;
}
@media (min-width: 992px) {
  /* line 150, ../sass/templates/_careers.scss */
  #careers #CareersHomePage,
  #careers #CareersPage,
  #careers #CareersVideoChoicePage,
  #careers #CareersCategoryPage,
  #careers #CareersStageChoicePage {
    padding: 0;
  }
}
/* line 161, ../sass/templates/_careers.scss */
#careers #CareersHomePage .content,
#careers #CareersPage .content,
#careers #CareersVideoChoicePage .content,
#careers #CareersCategoryPage .content,
#careers #CareersStageChoicePage .content {
  margin: 35px 0 40px;
}
@media (min-width: 992px) {
  /* line 161, ../sass/templates/_careers.scss */
  #careers #CareersHomePage .content,
  #careers #CareersPage .content,
  #careers #CareersVideoChoicePage .content,
  #careers #CareersCategoryPage .content,
  #careers #CareersStageChoicePage .content {
    margin: 20px 0 60px 285px;
    width: 675px;
  }
}
/* line 167, ../sass/templates/_careers.scss */
#careers #CareersHomePage .content h2,
#careers #CareersPage .content h2,
#careers #CareersVideoChoicePage .content h2,
#careers #CareersCategoryPage .content h2,
#careers #CareersStageChoicePage .content h2 {
  color: #73706D;
  font-size: 20px;
  line-height: 20px;
  margin: 0;
  letter-spacing: -1px;
  margin-top: 20px;
}
/* line 175, ../sass/templates/_careers.scss */
#careers #CareersHomePage .content h3,
#careers #CareersPage .content h3,
#careers #CareersVideoChoicePage .content h3,
#careers #CareersCategoryPage .content h3,
#careers #CareersStageChoicePage .content h3 {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 20px;
  margin: 0;
  letter-spacing: -1px;
}
/* line 184, ../sass/templates/_careers.scss */
#careers #CareersHomePage .columnSide ul,
#careers #CareersPage .columnSide ul,
#careers #CareersVideoChoicePage .columnSide ul,
#careers #CareersCategoryPage .columnSide ul,
#careers #CareersStageChoicePage .columnSide ul {
  margin: 0;
  padding: 0;
}
/* line 187, ../sass/templates/_careers.scss */
#careers #CareersHomePage .columnSide ul li,
#careers #CareersPage .columnSide ul li,
#careers #CareersVideoChoicePage .columnSide ul li,
#careers #CareersCategoryPage .columnSide ul li,
#careers #CareersStageChoicePage .columnSide ul li {
  background: url("../images/bg-solid-grey-30pc.png");
  list-style: none;
  margin: 0 0 3px;
}
/* line 191, ../sass/templates/_careers.scss */
#careers #CareersHomePage .columnSide ul li a,
#careers #CareersPage .columnSide ul li a,
#careers #CareersVideoChoicePage .columnSide ul li a,
#careers #CareersCategoryPage .columnSide ul li a,
#careers #CareersStageChoicePage .columnSide ul li a {
  background: url("../images/pointer-white.png") no-repeat 8px center;
  color: #FFF;
  display: block;
  font-size: 12px;
  padding: 15px 5px 15px 25px;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  /* line 191, ../sass/templates/_careers.scss */
  #careers #CareersHomePage .columnSide ul li a,
  #careers #CareersPage .columnSide ul li a,
  #careers #CareersVideoChoicePage .columnSide ul li a,
  #careers #CareersCategoryPage .columnSide ul li a,
  #careers #CareersStageChoicePage .columnSide ul li a {
    font-size: 11px;
    padding: 5px 5px 5px 25px;
  }
}
/* line 206, ../sass/templates/_careers.scss */
#careers #CareersHomePage .columnSide ul li.current a, #careers #CareersHomePage .columnSide ul li:hover a,
#careers #CareersPage .columnSide ul li.current a,
#careers #CareersPage .columnSide ul li:hover a,
#careers #CareersVideoChoicePage .columnSide ul li.current a,
#careers #CareersVideoChoicePage .columnSide ul li:hover a,
#careers #CareersCategoryPage .columnSide ul li.current a,
#careers #CareersCategoryPage .columnSide ul li:hover a,
#careers #CareersStageChoicePage .columnSide ul li.current a,
#careers #CareersStageChoicePage .columnSide ul li:hover a {
  background-color: #EC7500;
}
/* line 214, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersHomePageChildren,
#careers #CareersPage #CareersHomePageChildren,
#careers #CareersVideoChoicePage #CareersHomePageChildren,
#careers #CareersCategoryPage #CareersHomePageChildren,
#careers #CareersStageChoicePage #CareersHomePageChildren {
  margin-left: -7px;
  margin-right: -7px;
}
/* line 217, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersHomePageChildren .item,
#careers #CareersPage #CareersHomePageChildren .item,
#careers #CareersVideoChoicePage #CareersHomePageChildren .item,
#careers #CareersCategoryPage #CareersHomePageChildren .item,
#careers #CareersStageChoicePage #CareersHomePageChildren .item {
  margin-bottom: 20px;
  padding: 0 7px;
}
/* line 219, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersHomePageChildren .item .item-content,
#careers #CareersPage #CareersHomePageChildren .item .item-content,
#careers #CareersVideoChoicePage #CareersHomePageChildren .item .item-content,
#careers #CareersCategoryPage #CareersHomePageChildren .item .item-content,
#careers #CareersStageChoicePage #CareersHomePageChildren .item .item-content {
  background: white;
}
@media (min-width: 768px) {
  /* line 217, ../sass/templates/_careers.scss */
  #careers #CareersHomePage #CareersHomePageChildren .item,
  #careers #CareersPage #CareersHomePageChildren .item,
  #careers #CareersVideoChoicePage #CareersHomePageChildren .item,
  #careers #CareersCategoryPage #CareersHomePageChildren .item,
  #careers #CareersStageChoicePage #CareersHomePageChildren .item {
    width: 50%;
    float: left;
  }
}
@media (min-width: 992px) {
  /* line 217, ../sass/templates/_careers.scss */
  #careers #CareersHomePage #CareersHomePageChildren .item,
  #careers #CareersPage #CareersHomePageChildren .item,
  #careers #CareersVideoChoicePage #CareersHomePageChildren .item,
  #careers #CareersCategoryPage #CareersHomePageChildren .item,
  #careers #CareersStageChoicePage #CareersHomePageChildren .item {
    width: 25%;
  }
}
/* line 231, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersHomePageChildren .item .heading h2,
#careers #CareersPage #CareersHomePageChildren .item .heading h2,
#careers #CareersVideoChoicePage #CareersHomePageChildren .item .heading h2,
#careers #CareersCategoryPage #CareersHomePageChildren .item .heading h2,
#careers #CareersStageChoicePage #CareersHomePageChildren .item .heading h2 {
  display: block;
  margin-bottom: 0;
  padding: 28px 5%;
  width: 100%;
  line-height: 1.3;
  background: #EC7500;
  font-size: 18px;
  letter-spacing: -1px;
}
/* line 240, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersHomePageChildren .item .heading h2 a,
#careers #CareersPage #CareersHomePageChildren .item .heading h2 a,
#careers #CareersVideoChoicePage #CareersHomePageChildren .item .heading h2 a,
#careers #CareersCategoryPage #CareersHomePageChildren .item .heading h2 a,
#careers #CareersStageChoicePage #CareersHomePageChildren .item .heading h2 a {
  color: #FFF;
}
/* line 245, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersHomePageChildren .item .subheading,
#careers #CareersPage #CareersHomePageChildren .item .subheading,
#careers #CareersVideoChoicePage #CareersHomePageChildren .item .subheading,
#careers #CareersCategoryPage #CareersHomePageChildren .item .subheading,
#careers #CareersStageChoicePage #CareersHomePageChildren .item .subheading {
  padding: 12px;
}
@media (min-width: 992px) {
  /* line 245, ../sass/templates/_careers.scss */
  #careers #CareersHomePage #CareersHomePageChildren .item .subheading,
  #careers #CareersPage #CareersHomePageChildren .item .subheading,
  #careers #CareersVideoChoicePage #CareersHomePageChildren .item .subheading,
  #careers #CareersCategoryPage #CareersHomePageChildren .item .subheading,
  #careers #CareersStageChoicePage #CareersHomePageChildren .item .subheading {
    min-height: 240px;
  }
}
/* line 250, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersHomePageChildren .item .subheading .grad_desc,
#careers #CareersPage #CareersHomePageChildren .item .subheading .grad_desc,
#careers #CareersVideoChoicePage #CareersHomePageChildren .item .subheading .grad_desc,
#careers #CareersCategoryPage #CareersHomePageChildren .item .subheading .grad_desc,
#careers #CareersStageChoicePage #CareersHomePageChildren .item .subheading .grad_desc {
  max-width: 180px;
}
/* line 253, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersHomePageChildren .item .subheading a,
#careers #CareersPage #CareersHomePageChildren .item .subheading a,
#careers #CareersVideoChoicePage #CareersHomePageChildren .item .subheading a,
#careers #CareersCategoryPage #CareersHomePageChildren .item .subheading a,
#careers #CareersStageChoicePage #CareersHomePageChildren .item .subheading a {
  display: block;
  text-align: left;
  margin-bottom: 10px;
  font-family: ff-din-web-1, ff-din-web-2, Arial, Helvetica, sans-serif;
  color: #73706D;
  font-weight: bold;
  text-transform: uppercase;
  padding: 20px 40px 20px 20px;
  background: #ddd url(../images/arrow.png) right center no-repeat;
  font-size: 12px;
}
@media (min-width: 992px) {
  /* line 253, ../sass/templates/_careers.scss */
  #careers #CareersHomePage #CareersHomePageChildren .item .subheading a,
  #careers #CareersPage #CareersHomePageChildren .item .subheading a,
  #careers #CareersVideoChoicePage #CareersHomePageChildren .item .subheading a,
  #careers #CareersCategoryPage #CareersHomePageChildren .item .subheading a,
  #careers #CareersStageChoicePage #CareersHomePageChildren .item .subheading a {
    padding: 2px 0;
    background: none;
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  /* line 271, ../sass/templates/_careers.scss */
  #careers #CareersHomePage #CareersHomePageChildren .item .subheading.summary a,
  #careers #CareersPage #CareersHomePageChildren .item .subheading.summary a,
  #careers #CareersVideoChoicePage #CareersHomePageChildren .item .subheading.summary a,
  #careers #CareersCategoryPage #CareersHomePageChildren .item .subheading.summary a,
  #careers #CareersStageChoicePage #CareersHomePageChildren .item .subheading.summary a {
    padding: 13px;
    background: #ddd;
  }
}
/* line 277, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersHomePageChildren .item .subheading.summary br,
#careers #CareersPage #CareersHomePageChildren .item .subheading.summary br,
#careers #CareersVideoChoicePage #CareersHomePageChildren .item .subheading.summary br,
#careers #CareersCategoryPage #CareersHomePageChildren .item .subheading.summary br,
#careers #CareersStageChoicePage #CareersHomePageChildren .item .subheading.summary br {
  display: none;
}
/* line 283, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersHomePageChildren .item:first-child .item-content,
#careers #CareersPage #CareersHomePageChildren .item:first-child .item-content,
#careers #CareersVideoChoicePage #CareersHomePageChildren .item:first-child .item-content,
#careers #CareersCategoryPage #CareersHomePageChildren .item:first-child .item-content,
#careers #CareersStageChoicePage #CareersHomePageChildren .item:first-child .item-content {
  background: url(../images/grad_bg.jpg) no-repeat center center;
  background-size: 100% 100%;
  background-color: #c69562;
}
/* line 289, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersHomePageChildren .item:first-child a.button,
#careers #CareersPage #CareersHomePageChildren .item:first-child a.button,
#careers #CareersVideoChoicePage #CareersHomePageChildren .item:first-child a.button,
#careers #CareersCategoryPage #CareersHomePageChildren .item:first-child a.button,
#careers #CareersStageChoicePage #CareersHomePageChildren .item:first-child a.button {
  text-align: center;
  width: 80%;
  padding: 15px 0;
  border: 2px solid;
  margin: 30px auto 0 auto;
  font-size: 26px;
  font-weight: bold;
  background: transparent;
  display: block;
  float: none;
  color: #FFF;
  margin-bottom: 40px;
  max-width: 222px;
}
@media (min-width: 992px) {
  /* line 289, ../sass/templates/_careers.scss */
  #careers #CareersHomePage #CareersHomePageChildren .item:first-child a.button,
  #careers #CareersPage #CareersHomePageChildren .item:first-child a.button,
  #careers #CareersVideoChoicePage #CareersHomePageChildren .item:first-child a.button,
  #careers #CareersCategoryPage #CareersHomePageChildren .item:first-child a.button,
  #careers #CareersStageChoicePage #CareersHomePageChildren .item:first-child a.button {
    font-size: 19px;
    border: 3px solid;
    margin-bottom: 0;
  }
}
/* line 308, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersHomePageChildren .item:first-child a.button:hover,
#careers #CareersPage #CareersHomePageChildren .item:first-child a.button:hover,
#careers #CareersVideoChoicePage #CareersHomePageChildren .item:first-child a.button:hover,
#careers #CareersCategoryPage #CareersHomePageChildren .item:first-child a.button:hover,
#careers #CareersStageChoicePage #CareersHomePageChildren .item:first-child a.button:hover {
  text-decoration: none;
  border-color: #ec7500;
  color: #ec7500;
  background: #FFF;
}
/* line 317, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersHomePageChildren .item:first-child .heading h2,
#careers #CareersPage #CareersHomePageChildren .item:first-child .heading h2,
#careers #CareersVideoChoicePage #CareersHomePageChildren .item:first-child .heading h2,
#careers #CareersCategoryPage #CareersHomePageChildren .item:first-child .heading h2,
#careers #CareersStageChoicePage #CareersHomePageChildren .item:first-child .heading h2 {
  text-align: center;
  background: none;
  background: url(../images/lines.png) no-repeat bottom center;
  font-size: 26px;
}
@media (min-width: 992px) {
  /* line 317, ../sass/templates/_careers.scss */
  #careers #CareersHomePage #CareersHomePageChildren .item:first-child .heading h2,
  #careers #CareersPage #CareersHomePageChildren .item:first-child .heading h2,
  #careers #CareersVideoChoicePage #CareersHomePageChildren .item:first-child .heading h2,
  #careers #CareersCategoryPage #CareersHomePageChildren .item:first-child .heading h2,
  #careers #CareersStageChoicePage #CareersHomePageChildren .item:first-child .heading h2 {
    font-size: inherit;
  }
}
/* line 327, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersHomePageChildren .item:first-child .subheading,
#careers #CareersPage #CareersHomePageChildren .item:first-child .subheading,
#careers #CareersVideoChoicePage #CareersHomePageChildren .item:first-child .subheading,
#careers #CareersCategoryPage #CareersHomePageChildren .item:first-child .subheading,
#careers #CareersStageChoicePage #CareersHomePageChildren .item:first-child .subheading {
  padding: 12px;
  text-align: center;
}
/* line 330, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersHomePageChildren .item:first-child .subheading p,
#careers #CareersPage #CareersHomePageChildren .item:first-child .subheading p,
#careers #CareersVideoChoicePage #CareersHomePageChildren .item:first-child .subheading p,
#careers #CareersCategoryPage #CareersHomePageChildren .item:first-child .subheading p,
#careers #CareersStageChoicePage #CareersHomePageChildren .item:first-child .subheading p {
  font-weight: bold;
  margin: 15px auto;
  font-size: 21px;
  color: white;
  font-family: ff-din-web-1, ff-din-web-2, Arial, Helvetica, sans-serif;
}
@media (min-width: 992px) {
  /* line 330, ../sass/templates/_careers.scss */
  #careers #CareersHomePage #CareersHomePageChildren .item:first-child .subheading p,
  #careers #CareersPage #CareersHomePageChildren .item:first-child .subheading p,
  #careers #CareersVideoChoicePage #CareersHomePageChildren .item:first-child .subheading p,
  #careers #CareersCategoryPage #CareersHomePageChildren .item:first-child .subheading p,
  #careers #CareersStageChoicePage #CareersHomePageChildren .item:first-child .subheading p {
    font-weight: bold;
    font-size: 18px;
  }
}
/* line 345, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersCategoryPageChildren,
#careers #CareersPage #CareersCategoryPageChildren,
#careers #CareersVideoChoicePage #CareersCategoryPageChildren,
#careers #CareersCategoryPage #CareersCategoryPageChildren,
#careers #CareersStageChoicePage #CareersCategoryPageChildren {
  margin-top: 60px;
  margin-left: -10px;
  margin-right: -10px;
}
/* line 349, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersCategoryPageChildren .item,
#careers #CareersPage #CareersCategoryPageChildren .item,
#careers #CareersVideoChoicePage #CareersCategoryPageChildren .item,
#careers #CareersCategoryPage #CareersCategoryPageChildren .item,
#careers #CareersStageChoicePage #CareersCategoryPageChildren .item {
  margin-bottom: 20px;
  padding: 0 10px;
}
@media (min-width: 768px) {
  /* line 349, ../sass/templates/_careers.scss */
  #careers #CareersHomePage #CareersCategoryPageChildren .item,
  #careers #CareersPage #CareersCategoryPageChildren .item,
  #careers #CareersVideoChoicePage #CareersCategoryPageChildren .item,
  #careers #CareersCategoryPage #CareersCategoryPageChildren .item,
  #careers #CareersStageChoicePage #CareersCategoryPageChildren .item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  /* line 349, ../sass/templates/_careers.scss */
  #careers #CareersHomePage #CareersCategoryPageChildren .item,
  #careers #CareersPage #CareersCategoryPageChildren .item,
  #careers #CareersVideoChoicePage #CareersCategoryPageChildren .item,
  #careers #CareersCategoryPage #CareersCategoryPageChildren .item,
  #careers #CareersStageChoicePage #CareersCategoryPageChildren .item {
    width: 25%;
  }
}
/* line 359, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersCategoryPageChildren .item:first-child,
#careers #CareersPage #CareersCategoryPageChildren .item:first-child,
#careers #CareersVideoChoicePage #CareersCategoryPageChildren .item:first-child,
#careers #CareersCategoryPage #CareersCategoryPageChildren .item:first-child,
#careers #CareersStageChoicePage #CareersCategoryPageChildren .item:first-child {
  width: 100%;
}
@media (min-width: 992px) {
  /* line 359, ../sass/templates/_careers.scss */
  #careers #CareersHomePage #CareersCategoryPageChildren .item:first-child,
  #careers #CareersPage #CareersCategoryPageChildren .item:first-child,
  #careers #CareersVideoChoicePage #CareersCategoryPageChildren .item:first-child,
  #careers #CareersCategoryPage #CareersCategoryPageChildren .item:first-child,
  #careers #CareersStageChoicePage #CareersCategoryPageChildren .item:first-child {
    width: 25%;
  }
}
/* line 370, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersCategoryPageChildren .item .heading h2.pageTitle,
#careers #CareersPage #CareersCategoryPageChildren .item .heading h2.pageTitle,
#careers #CareersVideoChoicePage #CareersCategoryPageChildren .item .heading h2.pageTitle,
#careers #CareersCategoryPage #CareersCategoryPageChildren .item .heading h2.pageTitle,
#careers #CareersStageChoicePage #CareersCategoryPageChildren .item .heading h2.pageTitle {
  background: #EC7500;
  letter-spacing: -1px;
  line-height: 1;
  max-width: 100%;
  width: 100%;
}
/* line 376, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersCategoryPageChildren .item .heading h2.pageTitle a,
#careers #CareersPage #CareersCategoryPageChildren .item .heading h2.pageTitle a,
#careers #CareersVideoChoicePage #CareersCategoryPageChildren .item .heading h2.pageTitle a,
#careers #CareersCategoryPage #CareersCategoryPageChildren .item .heading h2.pageTitle a,
#careers #CareersStageChoicePage #CareersCategoryPageChildren .item .heading h2.pageTitle a {
  display: block;
  color: #FFF;
  font-size: 18px;
  font-weight: normal;
  padding: 15px;
}
/* line 382, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersCategoryPageChildren .item .heading h2.pageTitle a span,
#careers #CareersPage #CareersCategoryPageChildren .item .heading h2.pageTitle a span,
#careers #CareersVideoChoicePage #CareersCategoryPageChildren .item .heading h2.pageTitle a span,
#careers #CareersCategoryPage #CareersCategoryPageChildren .item .heading h2.pageTitle a span,
#careers #CareersStageChoicePage #CareersCategoryPageChildren .item .heading h2.pageTitle a span {
  font-weight: bold;
}
/* line 389, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersCategoryPageChildren .item .subheading,
#careers #CareersPage #CareersCategoryPageChildren .item .subheading,
#careers #CareersVideoChoicePage #CareersCategoryPageChildren .item .subheading,
#careers #CareersCategoryPage #CareersCategoryPageChildren .item .subheading,
#careers #CareersStageChoicePage #CareersCategoryPageChildren .item .subheading {
  background: white;
  padding: 15px;
  text-transform: uppercase;
  min-height: 120px;
}
/* line 394, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersCategoryPageChildren .item .subheading p,
#careers #CareersPage #CareersCategoryPageChildren .item .subheading p,
#careers #CareersVideoChoicePage #CareersCategoryPageChildren .item .subheading p,
#careers #CareersCategoryPage #CareersCategoryPageChildren .item .subheading p,
#careers #CareersStageChoicePage #CareersCategoryPageChildren .item .subheading p {
  font-family: ff-din-web-1, ff-din-web-2, Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin: 0 0 10px 0;
  line-height: 2;
}
/* line 402, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersCategoryPageChildren .item #WhereAreYouAt p,
#careers #CareersPage #CareersCategoryPageChildren .item #WhereAreYouAt p,
#careers #CareersVideoChoicePage #CareersCategoryPageChildren .item #WhereAreYouAt p,
#careers #CareersCategoryPage #CareersCategoryPageChildren .item #WhereAreYouAt p,
#careers #CareersStageChoicePage #CareersCategoryPageChildren .item #WhereAreYouAt p {
  font-family: ff-din-web-1,ff-din-web-2,Arial,Helvetica,sans-serif;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  padding-right: 10px;
  font-size: 22px;
  line-height: 1.1;
}
/* line 411, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersCategoryPageChildren .item #WhereAreYouAt span,
#careers #CareersPage #CareersCategoryPageChildren .item #WhereAreYouAt span,
#careers #CareersVideoChoicePage #CareersCategoryPageChildren .item #WhereAreYouAt span,
#careers #CareersCategoryPage #CareersCategoryPageChildren .item #WhereAreYouAt span,
#careers #CareersStageChoicePage #CareersCategoryPageChildren .item #WhereAreYouAt span {
  color: #ec7500;
  display: block;
}
/* line 418, ../sass/templates/_careers.scss */
#careers #CareersHomePage #ISSPromo,
#careers #CareersPage #ISSPromo,
#careers #CareersVideoChoicePage #ISSPromo,
#careers #CareersCategoryPage #ISSPromo,
#careers #CareersStageChoicePage #ISSPromo {
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 992px) {
  /* line 418, ../sass/templates/_careers.scss */
  #careers #CareersHomePage #ISSPromo,
  #careers #CareersPage #ISSPromo,
  #careers #CareersVideoChoicePage #ISSPromo,
  #careers #CareersCategoryPage #ISSPromo,
  #careers #CareersStageChoicePage #ISSPromo {
    margin: 0;
  }
}
/* line 424, ../sass/templates/_careers.scss */
#careers #CareersHomePage #ISSPromo a,
#careers #CareersPage #ISSPromo a,
#careers #CareersVideoChoicePage #ISSPromo a,
#careers #CareersCategoryPage #ISSPromo a,
#careers #CareersStageChoicePage #ISSPromo a {
  display: block;
}
@media (min-width: 992px) {
  /* line 426, ../sass/templates/_careers.scss */
  #careers #CareersHomePage #ISSPromo a img,
  #careers #CareersPage #ISSPromo a img,
  #careers #CareersVideoChoicePage #ISSPromo a img,
  #careers #CareersCategoryPage #ISSPromo a img,
  #careers #CareersStageChoicePage #ISSPromo a img {
    border: 2px solid white;
  }
}
/* line 433, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersVideoChoicePageChildren,
#careers #CareersPage #CareersVideoChoicePageChildren,
#careers #CareersVideoChoicePage #CareersVideoChoicePageChildren,
#careers #CareersCategoryPage #CareersVideoChoicePageChildren,
#careers #CareersStageChoicePage #CareersVideoChoicePageChildren {
  position: relative;
  padding-bottom: 40px;
}
/* line 436, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersVideoChoicePageChildren .columnSelector,
#careers #CareersPage #CareersVideoChoicePageChildren .columnSelector,
#careers #CareersVideoChoicePage #CareersVideoChoicePageChildren .columnSelector,
#careers #CareersCategoryPage #CareersVideoChoicePageChildren .columnSelector,
#careers #CareersStageChoicePage #CareersVideoChoicePageChildren .columnSelector {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  /* line 436, ../sass/templates/_careers.scss */
  #careers #CareersHomePage #CareersVideoChoicePageChildren .columnSelector,
  #careers #CareersPage #CareersVideoChoicePageChildren .columnSelector,
  #careers #CareersVideoChoicePage #CareersVideoChoicePageChildren .columnSelector,
  #careers #CareersCategoryPage #CareersVideoChoicePageChildren .columnSelector,
  #careers #CareersStageChoicePage #CareersVideoChoicePageChildren .columnSelector {
    width: 330px;
    padding: 0 40px 35px 0;
    background: url(../images/careers/separator-shading-vertical.png) no-repeat 295px -10px;
  }
}
/* line 444, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersVideoChoicePageChildren .columnResults,
#careers #CareersPage #CareersVideoChoicePageChildren .columnResults,
#careers #CareersVideoChoicePage #CareersVideoChoicePageChildren .columnResults,
#careers #CareersCategoryPage #CareersVideoChoicePageChildren .columnResults,
#careers #CareersStageChoicePage #CareersVideoChoicePageChildren .columnResults {
  width: 100%;
  height: 360px;
  background: #FFF url(../images/careers/video-selector-default.jpg) no-repeat;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
@media (min-width: 992px) {
  /* line 444, ../sass/templates/_careers.scss */
  #careers #CareersHomePage #CareersVideoChoicePageChildren .columnResults,
  #careers #CareersPage #CareersVideoChoicePageChildren .columnResults,
  #careers #CareersVideoChoicePage #CareersVideoChoicePageChildren .columnResults,
  #careers #CareersCategoryPage #CareersVideoChoicePageChildren .columnResults,
  #careers #CareersStageChoicePage #CareersVideoChoicePageChildren .columnResults {
    width: 640px;
    position: absolute;
    right: 0;
    top: 0;
  }
}
/* line 457, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersVideoChoicePageChildren .columnResults img,
#careers #CareersPage #CareersVideoChoicePageChildren .columnResults img,
#careers #CareersVideoChoicePage #CareersVideoChoicePageChildren .columnResults img,
#careers #CareersCategoryPage #CareersVideoChoicePageChildren .columnResults img,
#careers #CareersStageChoicePage #CareersVideoChoicePageChildren .columnResults img {
  display: block;
}
/* line 461, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersVideoChoicePageChildren .columnResults.active img,
#careers #CareersPage #CareersVideoChoicePageChildren .columnResults.active img,
#careers #CareersVideoChoicePage #CareersVideoChoicePageChildren .columnResults.active img,
#careers #CareersCategoryPage #CareersVideoChoicePageChildren .columnResults.active img,
#careers #CareersStageChoicePage #CareersVideoChoicePageChildren .columnResults.active img {
  display: none;
}
/* line 466, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersVideoChoicePageChildren #QuestionSelector,
#careers #CareersPage #CareersVideoChoicePageChildren #QuestionSelector,
#careers #CareersVideoChoicePage #CareersVideoChoicePageChildren #QuestionSelector,
#careers #CareersCategoryPage #CareersVideoChoicePageChildren #QuestionSelector,
#careers #CareersStageChoicePage #CareersVideoChoicePageChildren #QuestionSelector {
  margin: 0;
  list-style: none;
}
/* line 469, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersVideoChoicePageChildren #QuestionSelector li,
#careers #CareersPage #CareersVideoChoicePageChildren #QuestionSelector li,
#careers #CareersVideoChoicePage #CareersVideoChoicePageChildren #QuestionSelector li,
#careers #CareersCategoryPage #CareersVideoChoicePageChildren #QuestionSelector li,
#careers #CareersStageChoicePage #CareersVideoChoicePageChildren #QuestionSelector li {
  margin: 10px 0;
  padding-left: 6px;
}
/* line 472, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersVideoChoicePageChildren #QuestionSelector li label,
#careers #CareersPage #CareersVideoChoicePageChildren #QuestionSelector li label,
#careers #CareersVideoChoicePage #CareersVideoChoicePageChildren #QuestionSelector li label,
#careers #CareersCategoryPage #CareersVideoChoicePageChildren #QuestionSelector li label,
#careers #CareersStageChoicePage #CareersVideoChoicePageChildren #QuestionSelector li label {
  margin: 0;
}
/* line 475, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersVideoChoicePageChildren #QuestionSelector li input,
#careers #CareersPage #CareersVideoChoicePageChildren #QuestionSelector li input,
#careers #CareersVideoChoicePage #CareersVideoChoicePageChildren #QuestionSelector li input,
#careers #CareersCategoryPage #CareersVideoChoicePageChildren #QuestionSelector li input,
#careers #CareersStageChoicePage #CareersVideoChoicePageChildren #QuestionSelector li input {
  margin: 2px 5px 0 0;
  float: left;
  display: inline-block;
}
/* line 480, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersVideoChoicePageChildren #QuestionSelector li .title,
#careers #CareersPage #CareersVideoChoicePageChildren #QuestionSelector li .title,
#careers #CareersVideoChoicePage #CareersVideoChoicePageChildren #QuestionSelector li .title,
#careers #CareersCategoryPage #CareersVideoChoicePageChildren #QuestionSelector li .title,
#careers #CareersStageChoicePage #CareersVideoChoicePageChildren #QuestionSelector li .title {
  display: block;
  margin-left: 20px;
}
/* line 483, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersVideoChoicePageChildren #QuestionSelector li .title span,
#careers #CareersPage #CareersVideoChoicePageChildren #QuestionSelector li .title span,
#careers #CareersVideoChoicePage #CareersVideoChoicePageChildren #QuestionSelector li .title span,
#careers #CareersCategoryPage #CareersVideoChoicePageChildren #QuestionSelector li .title span,
#careers #CareersStageChoicePage #CareersVideoChoicePageChildren #QuestionSelector li .title span {
  font-weight: bold;
  color: #000;
  margin-right: 5px;
}
/* line 493, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersStageChoicePageChildren .columnSelector,
#careers #CareersPage #CareersStageChoicePageChildren .columnSelector,
#careers #CareersVideoChoicePage #CareersStageChoicePageChildren .columnSelector,
#careers #CareersCategoryPage #CareersStageChoicePageChildren .columnSelector,
#careers #CareersStageChoicePage #CareersStageChoicePageChildren .columnSelector {
  padding: 36px 0 20px 0;
}
@media (min-width: 992px) {
  /* line 493, ../sass/templates/_careers.scss */
  #careers #CareersHomePage #CareersStageChoicePageChildren .columnSelector,
  #careers #CareersPage #CareersStageChoicePageChildren .columnSelector,
  #careers #CareersVideoChoicePage #CareersStageChoicePageChildren .columnSelector,
  #careers #CareersCategoryPage #CareersStageChoicePageChildren .columnSelector,
  #careers #CareersStageChoicePage #CareersStageChoicePageChildren .columnSelector {
    width: 295px;
    float: left;
  }
}
/* line 499, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersStageChoicePageChildren .columnSelector #StageSelector,
#careers #CareersPage #CareersStageChoicePageChildren .columnSelector #StageSelector,
#careers #CareersVideoChoicePage #CareersStageChoicePageChildren .columnSelector #StageSelector,
#careers #CareersCategoryPage #CareersStageChoicePageChildren .columnSelector #StageSelector,
#careers #CareersStageChoicePage #CareersStageChoicePageChildren .columnSelector #StageSelector {
  margin: 0;
  list-style: none;
}
/* line 502, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersStageChoicePageChildren .columnSelector #StageSelector li,
#careers #CareersPage #CareersStageChoicePageChildren .columnSelector #StageSelector li,
#careers #CareersVideoChoicePage #CareersStageChoicePageChildren .columnSelector #StageSelector li,
#careers #CareersCategoryPage #CareersStageChoicePageChildren .columnSelector #StageSelector li,
#careers #CareersStageChoicePage #CareersStageChoicePageChildren .columnSelector #StageSelector li {
  list-style: none;
  padding: 0 55px 0 0;
  margin: 0 0 15px;
  font-family: ff-din-web-1, ff-din-web-2;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1;
}
/* line 510, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersStageChoicePageChildren .columnSelector #StageSelector li .description,
#careers #CareersPage #CareersStageChoicePageChildren .columnSelector #StageSelector li .description,
#careers #CareersVideoChoicePage #CareersStageChoicePageChildren .columnSelector #StageSelector li .description,
#careers #CareersCategoryPage #CareersStageChoicePageChildren .columnSelector #StageSelector li .description,
#careers #CareersStageChoicePage #CareersStageChoicePageChildren .columnSelector #StageSelector li .description {
  display: none;
  text-transform: none;
  margin-top: 10px;
}
@media (min-width: 992px) {
  /* line 510, ../sass/templates/_careers.scss */
  #careers #CareersHomePage #CareersStageChoicePageChildren .columnSelector #StageSelector li .description,
  #careers #CareersPage #CareersStageChoicePageChildren .columnSelector #StageSelector li .description,
  #careers #CareersVideoChoicePage #CareersStageChoicePageChildren .columnSelector #StageSelector li .description,
  #careers #CareersCategoryPage #CareersStageChoicePageChildren .columnSelector #StageSelector li .description,
  #careers #CareersStageChoicePage #CareersStageChoicePageChildren .columnSelector #StageSelector li .description {
    display: none;
  }
}
/* line 518, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersStageChoicePageChildren .columnSelector #StageSelector li h3,
#careers #CareersPage #CareersStageChoicePageChildren .columnSelector #StageSelector li h3,
#careers #CareersVideoChoicePage #CareersStageChoicePageChildren .columnSelector #StageSelector li h3,
#careers #CareersCategoryPage #CareersStageChoicePageChildren .columnSelector #StageSelector li h3,
#careers #CareersStageChoicePage #CareersStageChoicePageChildren .columnSelector #StageSelector li h3 {
  margin: 0 0 5px;
}
/* line 520, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersStageChoicePageChildren .columnSelector #StageSelector li h3 a,
#careers #CareersPage #CareersStageChoicePageChildren .columnSelector #StageSelector li h3 a,
#careers #CareersVideoChoicePage #CareersStageChoicePageChildren .columnSelector #StageSelector li h3 a,
#careers #CareersCategoryPage #CareersStageChoicePageChildren .columnSelector #StageSelector li h3 a,
#careers #CareersStageChoicePage #CareersStageChoicePageChildren .columnSelector #StageSelector li h3 a {
  color: #000;
  font-family: ff-din-web-1,ff-din-web-2,Arial,Helvetica,sans-serif;
}
/* line 525, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersStageChoicePageChildren .columnSelector #StageSelector li.active,
#careers #CareersPage #CareersStageChoicePageChildren .columnSelector #StageSelector li.active,
#careers #CareersVideoChoicePage #CareersStageChoicePageChildren .columnSelector #StageSelector li.active,
#careers #CareersCategoryPage #CareersStageChoicePageChildren .columnSelector #StageSelector li.active,
#careers #CareersStageChoicePage #CareersStageChoicePageChildren .columnSelector #StageSelector li.active {
  background: url(../images/careers/active-stage-selector.png) no-repeat right top;
}
/* line 527, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersStageChoicePageChildren .columnSelector #StageSelector li.active .description,
#careers #CareersPage #CareersStageChoicePageChildren .columnSelector #StageSelector li.active .description,
#careers #CareersVideoChoicePage #CareersStageChoicePageChildren .columnSelector #StageSelector li.active .description,
#careers #CareersCategoryPage #CareersStageChoicePageChildren .columnSelector #StageSelector li.active .description,
#careers #CareersStageChoicePage #CareersStageChoicePageChildren .columnSelector #StageSelector li.active .description {
  display: block;
}
@media (min-width: 992px) {
  /* line 527, ../sass/templates/_careers.scss */
  #careers #CareersHomePage #CareersStageChoicePageChildren .columnSelector #StageSelector li.active .description,
  #careers #CareersPage #CareersStageChoicePageChildren .columnSelector #StageSelector li.active .description,
  #careers #CareersVideoChoicePage #CareersStageChoicePageChildren .columnSelector #StageSelector li.active .description,
  #careers #CareersCategoryPage #CareersStageChoicePageChildren .columnSelector #StageSelector li.active .description,
  #careers #CareersStageChoicePage #CareersStageChoicePageChildren .columnSelector #StageSelector li.active .description {
    display: none;
  }
}
/* line 534, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersStageChoicePageChildren .columnSelector #StageSelector li.active h3 a,
#careers #CareersPage #CareersStageChoicePageChildren .columnSelector #StageSelector li.active h3 a,
#careers #CareersVideoChoicePage #CareersStageChoicePageChildren .columnSelector #StageSelector li.active h3 a,
#careers #CareersCategoryPage #CareersStageChoicePageChildren .columnSelector #StageSelector li.active h3 a,
#careers #CareersStageChoicePage #CareersStageChoicePageChildren .columnSelector #StageSelector li.active h3 a {
  color: #EC7500;
}
/* line 542, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersStageChoicePageChildren .columnResults,
#careers #CareersPage #CareersStageChoicePageChildren .columnResults,
#careers #CareersVideoChoicePage #CareersStageChoicePageChildren .columnResults,
#careers #CareersCategoryPage #CareersStageChoicePageChildren .columnResults,
#careers #CareersStageChoicePage #CareersStageChoicePageChildren .columnResults {
  height: 506px;
  margin-left: 295px;
  padding: 60px 25px 0;
  background: url(../images/careers/bg-stage-selector.png) no-repeat;
  overflow: hidden;
  position: relative;
  display: none;
}
@media (min-width: 992px) {
  /* line 542, ../sass/templates/_careers.scss */
  #careers #CareersHomePage #CareersStageChoicePageChildren .columnResults,
  #careers #CareersPage #CareersStageChoicePageChildren .columnResults,
  #careers #CareersVideoChoicePage #CareersStageChoicePageChildren .columnResults,
  #careers #CareersCategoryPage #CareersStageChoicePageChildren .columnResults,
  #careers #CareersStageChoicePage #CareersStageChoicePageChildren .columnResults {
    display: block;
  }
}
/* line 553, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersStageChoicePageChildren .columnResults .item,
#careers #CareersPage #CareersStageChoicePageChildren .columnResults .item,
#careers #CareersVideoChoicePage #CareersStageChoicePageChildren .columnResults .item,
#careers #CareersCategoryPage #CareersStageChoicePageChildren .columnResults .item,
#careers #CareersStageChoicePage #CareersStageChoicePageChildren .columnResults .item {
  width: 620px;
  height: 420px;
  overflow: auto;
  margin: 0 0 60px;
  margin-left: 0;
}
/* line 559, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersStageChoicePageChildren .columnResults .item p,
#careers #CareersPage #CareersStageChoicePageChildren .columnResults .item p,
#careers #CareersVideoChoicePage #CareersStageChoicePageChildren .columnResults .item p,
#careers #CareersCategoryPage #CareersStageChoicePageChildren .columnResults .item p,
#careers #CareersStageChoicePage #CareersStageChoicePageChildren .columnResults .item p {
  color: #A6A29D;
}
/* line 562, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersStageChoicePageChildren .columnResults .item h2,
#careers #CareersPage #CareersStageChoicePageChildren .columnResults .item h2,
#careers #CareersVideoChoicePage #CareersStageChoicePageChildren .columnResults .item h2,
#careers #CareersCategoryPage #CareersStageChoicePageChildren .columnResults .item h2,
#careers #CareersStageChoicePage #CareersStageChoicePageChildren .columnResults .item h2 {
  color: #FFF;
  font-size: 24px;
  margin: 0 0 5px;
}
/* line 567, ../sass/templates/_careers.scss */
#careers #CareersHomePage #CareersStageChoicePageChildren .columnResults .item h3,
#careers #CareersPage #CareersStageChoicePageChildren .columnResults .item h3,
#careers #CareersVideoChoicePage #CareersStageChoicePageChildren .columnResults .item h3,
#careers #CareersCategoryPage #CareersStageChoicePageChildren .columnResults .item h3,
#careers #CareersStageChoicePage #CareersStageChoicePageChildren .columnResults .item h3 {
  color: #A6A29D;
  font-size: 18px;
  line-height: 18px;
  margin: 0 0 20px;
}
/* line 578, ../sass/templates/_careers.scss */
#careers #CareersHomePage .content {
  margin-top: 0;
}
@media (min-width: 992px) {
  /* line 583, ../sass/templates/_careers.scss */
  #careers #CareersPage .columnBody {
    width: 60%;
    float: left;
    padding-right: 40px;
  }
}
/* line 590, ../sass/templates/_careers.scss */
#careers #CareersPage .columnSide {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  /* line 590, ../sass/templates/_careers.scss */
  #careers #CareersPage .columnSide {
    width: 40%;
    float: right;
  }
}
/* line 598, ../sass/templates/_careers.scss */
#careers #Footer {
  background: none;
  border-top: 1px solid #73706D;
}
@media (min-width: 992px) {
  /* line 598, ../sass/templates/_careers.scss */
  #careers #Footer {
    background: #CCC7C2;
  }
}
/* line 604, ../sass/templates/_careers.scss */
#careers #Footer a {
  color: white;
}
@media (min-width: 992px) {
  /* line 604, ../sass/templates/_careers.scss */
  #careers #Footer a {
    color: #73706D;
  }
}
/* line 611, ../sass/templates/_careers.scss */
#careers .ISSLocations {
  margin-left: -10px;
  margin-right: -10px;
}
/* line 122, ../sass/_mixins.scss */
#careers .ISSLocations:before, #careers .ISSLocations:after {
  content: "";
  display: table;
}
/* line 127, ../sass/_mixins.scss */
#careers .ISSLocations:after {
  clear: both;
}
/* line 615, ../sass/templates/_careers.scss */
#careers .ISSLocations h3 {
  padding: 0 10px;
}
/* line 618, ../sass/templates/_careers.scss */
#careers .ISSLocations .ISSEntry {
  width: 50%;
  float: left;
  height: auto;
  margin: 0;
  background: none;
  padding: 0 10px;
  margin: 0;
}
@media (min-width: 992px) {
  /* line 618, ../sass/templates/_careers.scss */
  #careers .ISSLocations .ISSEntry {
    width: 25%;
  }
}
/* line 629, ../sass/templates/_careers.scss */
#careers .ISSLocations .ISSEntry .item {
  background: white;
  padding: 10px;
  margin: 0;
  margin-bottom: 20px;
  float: none;
  height: auto;
  width: auto;
}
@media (min-width: 992px) {
  /* line 629, ../sass/templates/_careers.scss */
  #careers .ISSLocations .ISSEntry .item {
    min-height: 204px;
  }
}
/* line 640, ../sass/templates/_careers.scss */
#careers .ISSLocations .ISSEntry .item img {
  display: block;
}
@media (min-width: 992px) {
  /* line 640, ../sass/templates/_careers.scss */
  #careers .ISSLocations .ISSEntry .item img {
    max-width: 204px;
    max-height: 153px;
  }
}
/* line 648, ../sass/templates/_careers.scss */
#careers .ISSLocations .ISSEntry .item p.caption {
  float: none;
  width: auto;
}

/**** CONTACTS SECTION ****/
/* line 4, ../sass/templates/_contact-us.scss */
#contact-us #map-canvas {
  width: 100%;
}
/* line 7, ../sass/templates/_contact-us.scss */
#contact-us .revealMe {
  padding: 0;
  position: relative;
  margin-top: 50px;
  border-top: 1px solid #73706D;
}
/* line 12, ../sass/templates/_contact-us.scss */
#contact-us .revealMe .button {
  position: absolute;
  top: -35px;
  margin: 0;
  background: #73706D;
  color: white;
  border: 1px solid #73706D;
}
/* line 22, ../sass/templates/_contact-us.scss */
#contact-us .sectionContainer h2 {
  color: #FFF;
}
/* line 25, ../sass/templates/_contact-us.scss */
#contact-us .sectionContainer .revealMe {
  border-top-color: #73706D;
}
/* line 29, ../sass/templates/_contact-us.scss */
#contact-us .contactForm {
  margin: 50px 0 20px;
}
/* line 32, ../sass/templates/_contact-us.scss */
#contact-us .form {
  background: url("../images/bg-solid-grey-30pc.png");
  margin-bottom: 20px;
  padding: 10px 20px;
}
/* line 38, ../sass/templates/_contact-us.scss */
#contact-us .locations .item {
  padding: 0 0 10px;
  margin: 0 0 10px;
}
/* line 41, ../sass/templates/_contact-us.scss */
#contact-us .locations .item .phone {
  font-family: ff-din-web-1,ff-din-web-2,Arial,Helvetica,sans-serif;
  font-size: 23px;
  text-transform: uppercase;
  color: #FFF;
  float: left;
  padding: 10px 20px 5px;
  background: url(../images/bg-solid-grey-30pc.png);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/* line 53, ../sass/templates/_contact-us.scss */
#contact-us .locations .item .postal {
  float: left;
  width: 190px;
}
/* line 57, ../sass/templates/_contact-us.scss */
#contact-us .locations .item .address {
  float: left;
  width: 190px;
}
/* line 64, ../sass/templates/_contact-us.scss */
#contact-us #Form_Form span.required {
  display: block;
}
/* line 67, ../sass/templates/_contact-us.scss */
#contact-us #Form_Form .middleColumn {
  width: 100%;
}
/* line 70, ../sass/templates/_contact-us.scss */
#contact-us #Form_Form input.text,
#contact-us #Form_Form textarea,
#contact-us #Form_Form select {
  padding: 8px 4px;
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
/* line 79, ../sass/templates/_contact-us.scss */
#contact-us #Form_Form .Actions input {
  background: black;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -ms-border-radius: none;
  border-radius: none;
  padding: 10px;
}
/* line 88, ../sass/templates/_contact-us.scss */
#contact-us #Form_Form .Actions input:hover {
  background: #2e2e2e;
}

/* line 2, ../sass/templates/_expertise.scss */
#expertise.ExpertiseHomePage .sectionContainer {
  background: #1A1A1A;
  position: relative;
}
/* line 5, ../sass/templates/_expertise.scss */
#expertise.ExpertiseHomePage .sectionContainer .heroImage {
  position: absolute;
  z-index: 1;
  top: 0;
  height: 580px;
}
/* line 11, ../sass/templates/_expertise.scss */
#expertise.ExpertiseHomePage .sectionContainer .content {
  padding: 0;
  padding-bottom: 35px;
  max-width: 688px;
  margin: 0 auto;
  width: auto;
}
/* line 17, ../sass/templates/_expertise.scss */
#expertise.ExpertiseHomePage .sectionContainer .content p {
  color: #FFF;
}
/* line 21, ../sass/templates/_expertise.scss */
#expertise.ExpertiseHomePage .sectionContainer .columnWrapper {
  position: relative;
  z-index: 2;
}
/* line 26, ../sass/templates/_expertise.scss */
#expertise.ExpertiseHomePage .content-wrapper {
  min-height: 540px;
  background: #666;
  position: relative;
  background-size: cover;
  overflow: hidden;
}
/* line 32, ../sass/templates/_expertise.scss */
#expertise.ExpertiseHomePage .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 37, ../sass/templates/_expertise.scss */
#expertise.ExpertiseHomePage .content-wrapper .mejs-customoverlay {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 100%;
  background: #333 url(../images/menu-bg.jpg) no-repeat;
}
@media (min-width: 992px) {
  /* line 37, ../sass/templates/_expertise.scss */
  #expertise.ExpertiseHomePage .content-wrapper .mejs-customoverlay {
    background: url(../images/bg-stipple-black-20pc.png);
  }
}
/* line 47, ../sass/templates/_expertise.scss */
#expertise.ExpertiseHomePage .content-wrapper .mejs-customoverlay:after {
  background: url(../images/bg-stipple-black-20pc.png);
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  /* line 47, ../sass/templates/_expertise.scss */
  #expertise.ExpertiseHomePage .content-wrapper .mejs-customoverlay:after {
    display: none;
  }
}
/* line 61, ../sass/templates/_expertise.scss */
#expertise.ExpertiseHomePage .content-wrapper .mejs-overlay {
  z-index: 15;
  position: absolute;
}
/* line 65, ../sass/templates/_expertise.scss */
#expertise.ExpertiseHomePage .content-wrapper .mejs-controls {
  bottom: 10px;
  padding: 0 135px 0 137px;
  width: 100%;
}
/* line 70, ../sass/templates/_expertise.scss */
#expertise.ExpertiseHomePage .content-wrapper #ExpertiseList {
  background: url(../images/bg-solid-black-50pc.png);
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  /* line 70, ../sass/templates/_expertise.scss */
  #expertise.ExpertiseHomePage .content-wrapper #ExpertiseList {
    padding-bottom: 20px;
  }
}
/* line 78, ../sass/templates/_expertise.scss */
#expertise.ExpertiseHomePage .content-wrapper #ExpertiseList ul li a {
  position: relative;
  background: url(../images/bg-solid-grey-30pc.png);
}
/* line 81, ../sass/templates/_expertise.scss */
#expertise.ExpertiseHomePage .content-wrapper #ExpertiseList ul li a:after {
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
  background: url(../images/arrow.png) no-repeat right center;
}
@media (min-width: 992px) {
  /* line 81, ../sass/templates/_expertise.scss */
  #expertise.ExpertiseHomePage .content-wrapper #ExpertiseList ul li a:after {
    display: none;
  }
}
/* line 99, ../sass/templates/_expertise.scss */
#expertise.ExpertiseHomePage #ExpertiseList {
  background: url(../images/bg-solid-grey-97pc.png);
  padding: 20px 24px;
}
/* line 102, ../sass/templates/_expertise.scss */
#expertise.ExpertiseHomePage #ExpertiseList ul {
  margin: 0;
  padding: 0;
}
/* line 105, ../sass/templates/_expertise.scss */
#expertise.ExpertiseHomePage #ExpertiseList ul li {
  list-style: none;
  margin: 0 20px 5px 0;
  display: block;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  /* line 105, ../sass/templates/_expertise.scss */
  #expertise.ExpertiseHomePage #ExpertiseList ul li {
    width: 310px;
  }
}
/* line 114, ../sass/templates/_expertise.scss */
#expertise.ExpertiseHomePage #ExpertiseList ul li.edge {
  margin-right: 0;
}
/* line 117, ../sass/templates/_expertise.scss */
#expertise.ExpertiseHomePage #ExpertiseList ul li a {
  display: block;
  padding: 15px;
  text-transform: uppercase;
  color: #FFF;
  font-size: 11px;
  text-decoration: none;
  line-height: 20px;
  background: url(../images/bg-solid-black-25pc.png);
}
@media (min-width: 992px) {
  /* line 117, ../sass/templates/_expertise.scss */
  #expertise.ExpertiseHomePage #ExpertiseList ul li a {
    padding: 0 0 0 5px;
  }
}
/* line 129, ../sass/templates/_expertise.scss */
#expertise.ExpertiseHomePage #ExpertiseList ul li a:hover, #expertise.ExpertiseHomePage #ExpertiseList ul li a.current, #expertise.ExpertiseHomePage #ExpertiseList ul li a.section {
  background: #EC7500;
}
/* line 138, ../sass/templates/_expertise.scss */
#expertise.ExpertiseHomePage #ExpertiseSelector {
  position: relative;
  margin: 0 auto;
  z-index: 20;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  /* line 138, ../sass/templates/_expertise.scss */
  #expertise.ExpertiseHomePage #ExpertiseSelector {
    max-width: 688px;
    padding-top: 40px;
  }
}
/* line 148, ../sass/templates/_expertise.scss */
#expertise.ExpertiseHomePage #ExpertiseSelector h2 {
  background: url(../images/bg-solid-grey-97pc.png);
  color: #FFF;
  margin: 0;
  padding: 7px 10px 0;
  height: 32px;
  line-height: 1;
}
/* line 156, ../sass/templates/_expertise.scss */
#expertise.ExpertiseHomePage #ExpertiseSelector .show-expertise {
  display: none;
  cursor: pointer;
  position: relative;
}
@media (min-width: 992px) {
  /* line 156, ../sass/templates/_expertise.scss */
  #expertise.ExpertiseHomePage #ExpertiseSelector .show-expertise {
    display: block;
  }
}
/* line 164, ../sass/templates/_expertise.scss */
#expertise.ExpertiseHomePage #ExpertiseSelector .selectButton {
  background: url(../images/bg-solid-black-25pc.png);
  height: 33px;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 170, ../sass/templates/_expertise.scss */
#expertise.ExpertiseHomePage #ExpertiseSelector .selectButton .selectDropdown {
  display: block;
  line-height: 1;
  height: 100%;
  color: #FFF;
  background: url(../images/arrow-down-white.png) no-repeat 15px center;
  padding: 12px 10px 9px 30px;
  font-family: ff-din-web-1,ff-din-web-2,Arial,Helvetica,sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}
/* line 181, ../sass/templates/_expertise.scss */
#expertise.ExpertiseHomePage #ExpertiseSelector .selectButton .selectDropdown:hover {
  text-decoration: none;
}

/* line 191, ../sass/templates/_expertise.scss */
#expertise .sectionContainer .heroImage .overlay,
#expertise .sectionContainer .heroImageHead .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: url(../images/bg-stipple-black-20pc.png);
}

/* line 201, ../sass/templates/_expertise.scss */
#expertise .sectionContainer .heroImage .filter {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: url(../images/expertise-hero-filter.png) no-repeat;
}

/* line 209, ../sass/templates/_expertise.scss */
#expertise .sectionContainer .heroImage .filterBottom {
  position: absolute;
  height: 150px;
  bottom: 0;
  right: 0;
  left: 0;
  background: url(../images/expertise-hero-filter-bottom.png) repeat-x;
}

/* line 217, ../sass/templates/_expertise.scss */
#expertise .sectionContainer .heroImageHead {
  overflow: hidden;
  position: relative;
  height: 138px;
  background-size: cover;
  background-position: center top;
}
@media (min-width: 992px) {
  /* line 217, ../sass/templates/_expertise.scss */
  #expertise .sectionContainer .heroImageHead {
    margin: 15px 0 0 137px;
    width: 688px;
    float: left;
  }
}

/* line 230, ../sass/templates/_expertise.scss */
#expertise #SectionLevel2 {
  min-height: 580px;
  padding: 0;
}

/* line 235, ../sass/templates/_expertise.scss */
#expertise #SectionLevel2 .content hr {
  border-bottom: 1px dotted #FFF;
}

/* line 238, ../sass/templates/_expertise.scss */
#expertise #SectionLevel3 .content,
#expertise #SectionLevel4 .content {
  position: static;
}

/* line 243, ../sass/templates/_expertise.scss */
#expertise .videoBox .play-btn-large,
#expertise .videoBox .control-bar {
  z-index: 20;
}

/* line 247, ../sass/templates/_expertise.scss */
#expertise .videoBox .video {
  width: 960px;
  height: 540px;
  position: absolute;
  top: 0;
  z-index: 5;
}

/* line 254, ../sass/templates/_expertise.scss */
#expertise .videoBox .mejs-poster {
  z-index: 5;
}

/* line 258, ../sass/templates/_expertise.scss */
#expertise .mejs-poster img {
  display: block;
}

/* line 264, ../sass/templates/_expertise.scss */
#expertise .content .contentBlock {
  margin: 0 0 20px;
}

/* line 267, ../sass/templates/_expertise.scss */
#expertise .content .contentBlock h2 {
  color: #FFF;
}

/* line 270, ../sass/templates/_expertise.scss */
#expertise .content ul.menu {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

/* line 275, ../sass/templates/_expertise.scss */
#expertise .content ul.menu li {
  list-style: none;
  display: block;
  margin: 0 0 5px;
  padding: 0;
}

/* line 281, ../sass/templates/_expertise.scss */
#expertise .content ul.menu li a {
  display: block;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  background: #272726 url(../images/pointer-grey.png) no-repeat 315px center;
  padding: 7px 25px 7px 10px;
}
@media (min-width: 992px) {
  /* line 281, ../sass/templates/_expertise.scss */
  #expertise .content ul.menu li a {
    font-size: 11px;
  }
}

/* line 292, ../sass/templates/_expertise.scss */
#expertise .content ul.menu li a:hover,
#expertise .content ul.menu li a.current {
  background: #EC7500 url(../images/pointer-white.png) no-repeat 315px center;
  text-decoration: none;
}

/* line 297, ../sass/templates/_expertise.scss */
#expertise #SectionLevel2 .content ul.menu {
  margin-bottom: 20px;
}

/* line 300, ../sass/templates/_expertise.scss */
#expertise #SectionLevel2 .content ul.menu li {
  background: url(../images/bg-solid-black-60pc.png);
}

/* line 303, ../sass/templates/_expertise.scss */
#expertise #SectionLevel2 .content ul.menu li a {
  background-color: transparent;
}

/* line 306, ../sass/templates/_expertise.scss */
#expertise #SectionLevel2 .content ul.menu li a:hover {
  background-color: #EC7500;
}

/* line 310, ../sass/templates/_expertise.scss */
#expertise .expertiseBlock {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  /* line 313, ../sass/templates/_expertise.scss */
  #expertise .sectionContainer {
    padding: 0;
  }
}
/* line 319, ../sass/templates/_expertise.scss */
#expertise .people-slider .slick-slide {
  outline: none;
}
/* line 322, ../sass/templates/_expertise.scss */
#expertise .people-slider .item {
  position: relative;
}
/* line 325, ../sass/templates/_expertise.scss */
#expertise .people-slider .photo {
  float: left;
  margin: 0 10px 0 0;
}
/* line 329, ../sass/templates/_expertise.scss */
#expertise .people-slider .text {
  margin-left: 100px;
  padding-bottom: 35px;
}
/* line 332, ../sass/templates/_expertise.scss */
#expertise .people-slider .text h3 {
  color: #FFF;
  margin: 5px 0;
}
/* line 336, ../sass/templates/_expertise.scss */
#expertise .people-slider .text span {
  display: block;
  margin: 0;
}
/* line 340, ../sass/templates/_expertise.scss */
#expertise .people-slider .text .title {
  color: #FFF;
  margin-top: 5px;
  font-size: 10px;
  text-transform: uppercase;
}
/* line 346, ../sass/templates/_expertise.scss */
#expertise .people-slider .text .button {
  /*position: absolute;
  bottom: 0;*/
  margin-top: 10px;
}
/* line 354, ../sass/templates/_expertise.scss */
#expertise .single-slider .photo {
  margin-bottom: 10px;
}
@media (min-width: 460px) {
  /* line 354, ../sass/templates/_expertise.scss */
  #expertise .single-slider .photo {
    float: left;
    width: 50%;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  /* line 354, ../sass/templates/_expertise.scss */
  #expertise .single-slider .photo {
    float: none;
    width: auto;
    padding-right: 0;
  }
}
@media (min-width: 460px) {
  /* line 367, ../sass/templates/_expertise.scss */
  #expertise .single-slider .text {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  /* line 367, ../sass/templates/_expertise.scss */
  #expertise .single-slider .text {
    float: none;
    width: auto;
  }
}
/* line 380, ../sass/templates/_expertise.scss */
#expertise .single-slider .slick-arrow,
#expertise .people-slider .slick-arrow {
  background: url(../images/button-slide-sprite-dark.png) no-repeat right top;
  width: 25px;
  height: 25px;
  top: -22px;
}
/* line 385, ../sass/templates/_expertise.scss */
#expertise .single-slider .slick-arrow.slick-next,
#expertise .people-slider .slick-arrow.slick-next {
  right: 0;
  background-position: -25px 0;
}
/* line 388, ../sass/templates/_expertise.scss */
#expertise .single-slider .slick-arrow.slick-next:hover,
#expertise .people-slider .slick-arrow.slick-next:hover {
  background-position: -25px -25px;
}
/* line 392, ../sass/templates/_expertise.scss */
#expertise .single-slider .slick-arrow.slick-prev,
#expertise .people-slider .slick-arrow.slick-prev {
  left: inherit;
  right: 25px;
  background-position: 0 0;
}
/* line 396, ../sass/templates/_expertise.scss */
#expertise .single-slider .slick-arrow.slick-prev:hover,
#expertise .people-slider .slick-arrow.slick-prev:hover {
  background-position: 0 -25px;
}
/* line 400, ../sass/templates/_expertise.scss */
#expertise .single-slider .slick-arrow:before,
#expertise .people-slider .slick-arrow:before {
  content: " ";
}
/* line 405, ../sass/templates/_expertise.scss */
#expertise .single-slider .text h3,
#expertise .people-slider .text h3 {
  color: white;
}
/* line 408, ../sass/templates/_expertise.scss */
#expertise .single-slider .text .button,
#expertise .people-slider .text .button {
  color: black;
  background: white;
}

/* line 2, ../sass/templates/_expertise_page.scss */
#expertise.ExpertisePage .captionImage {
  width: auto !important;
}
/* line 4, ../sass/templates/_expertise_page.scss */
#expertise.ExpertisePage .captionImage img {
  width: auto;
}
/* line 7, ../sass/templates/_expertise_page.scss */
#expertise.ExpertisePage .captionImage .leftAlone,
#expertise.ExpertisePage .captionImage .left {
  float: none;
}
/* line 12, ../sass/templates/_expertise_page.scss */
#expertise.ExpertisePage .sectionContainer {
  background: #333;
  position: relative;
  background-image: url(../images/menu-bg.jpg);
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  /* line 12, ../sass/templates/_expertise_page.scss */
  #expertise.ExpertisePage .sectionContainer {
    background: #1A1A1A;
    background-image: none;
  }
}
/* line 21, ../sass/templates/_expertise_page.scss */
#expertise.ExpertisePage .sectionContainer:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/bg-stipple-black-20pc.png);
  content: " ";
  height: 100%;
  opacity: 0.2;
}
@media (min-width: 992px) {
  /* line 21, ../sass/templates/_expertise_page.scss */
  #expertise.ExpertisePage .sectionContainer:before {
    display: none;
  }
}
/* line 35, ../sass/templates/_expertise_page.scss */
#expertise.ExpertisePage .sectionContainer .heroImage {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  /* line 35, ../sass/templates/_expertise_page.scss */
  #expertise.ExpertisePage .sectionContainer .heroImage {
    height: auto;
  }
}
/* line 44, ../sass/templates/_expertise_page.scss */
#expertise.ExpertisePage .sectionContainer .heroImage img {
  display: none;
}
@media (min-width: 992px) {
  /* line 44, ../sass/templates/_expertise_page.scss */
  #expertise.ExpertisePage .sectionContainer .heroImage img {
    display: block;
  }
}
/* line 51, ../sass/templates/_expertise_page.scss */
#expertise.ExpertisePage .sectionContainer .content {
  padding: 0;
  padding-bottom: 35px;
  width: auto;
}
/* line 55, ../sass/templates/_expertise_page.scss */
#expertise.ExpertisePage .sectionContainer .content p {
  color: white;
}
/* line 60, ../sass/templates/_expertise_page.scss */
#expertise.ExpertisePage .sectionContainer .content ul.menu li a {
  font-weight: bold;
  background: rgba(255, 255, 255, 0.1) url(../images/arrow.png) no-repeat right center;
  padding: 15px 40px 15px 25px;
}
@media (min-width: 992px) {
  /* line 60, ../sass/templates/_expertise_page.scss */
  #expertise.ExpertisePage .sectionContainer .content ul.menu li a {
    background: #272726 url(../images/pointer-grey.png) no-repeat 315px center;
    padding: 7px 25px 7px 10px;
  }
}
/* line 68, ../sass/templates/_expertise_page.scss */
#expertise.ExpertisePage .sectionContainer .content ul.menu li a.current, #expertise.ExpertisePage .sectionContainer .content ul.menu li a:hover {
  background-color: #EC7500;
}
/* line 76, ../sass/templates/_expertise_page.scss */
#expertise.ExpertisePage .sectionContainer .columnWrapper {
  position: relative;
  z-index: 2;
}
/* line 81, ../sass/templates/_expertise_page.scss */
#expertise.ExpertisePage .videoBox {
  min-height: 540px;
  background: #666;
  position: relative;
  background-size: cover;
}
/* line 86, ../sass/templates/_expertise_page.scss */
#expertise.ExpertisePage .videoBox .mejs-customoverlay {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 100%;
  background: #333 url(../images/menu-bg.jpg) no-repeat;
}
@media (min-width: 992px) {
  /* line 86, ../sass/templates/_expertise_page.scss */
  #expertise.ExpertisePage .videoBox .mejs-customoverlay {
    background: url(../images/bg-stipple-black-20pc.png);
  }
}
/* line 96, ../sass/templates/_expertise_page.scss */
#expertise.ExpertisePage .videoBox .mejs-customoverlay:after {
  background: url(../images/bg-stipple-black-20pc.png);
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  /* line 96, ../sass/templates/_expertise_page.scss */
  #expertise.ExpertisePage .videoBox .mejs-customoverlay:after {
    display: none;
  }
}
/* line 110, ../sass/templates/_expertise_page.scss */
#expertise.ExpertisePage .videoBox .mejs-overlay {
  z-index: 15;
  position: absolute;
}
/* line 114, ../sass/templates/_expertise_page.scss */
#expertise.ExpertisePage .videoBox .mejs-controls {
  bottom: 10px;
  padding: 0 135px 0 137px;
  width: 100%;
}
/* line 119, ../sass/templates/_expertise_page.scss */
#expertise.ExpertisePage .videoBox #ExpertiseList {
  background: url(../images/bg-solid-black-50pc.png);
}
/* line 123, ../sass/templates/_expertise_page.scss */
#expertise.ExpertisePage .videoBox #ExpertiseList ul li a {
  background: url(../images/bg-solid-grey-30pc.png);
}
/* line 130, ../sass/templates/_expertise_page.scss */
#expertise.ExpertisePage #ExpertiseList {
  background: url(../images/bg-solid-grey-97pc.png);
  padding: 20px 24px;
}
@media (min-width: 992px) {
  /* line 130, ../sass/templates/_expertise_page.scss */
  #expertise.ExpertisePage #ExpertiseList {
    position: absolute;
  }
}
/* line 136, ../sass/templates/_expertise_page.scss */
#expertise.ExpertisePage #ExpertiseList ul {
  margin: 0;
  padding: 0;
}
/* line 139, ../sass/templates/_expertise_page.scss */
#expertise.ExpertisePage #ExpertiseList ul li {
  list-style: none;
  margin: 0 20px 5px 0;
  display: block;
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  /* line 139, ../sass/templates/_expertise_page.scss */
  #expertise.ExpertisePage #ExpertiseList ul li {
    width: 310px;
  }
}
/* line 148, ../sass/templates/_expertise_page.scss */
#expertise.ExpertisePage #ExpertiseList ul li.edge {
  margin-right: 0;
}
/* line 151, ../sass/templates/_expertise_page.scss */
#expertise.ExpertisePage #ExpertiseList ul li a {
  display: block;
  padding: 15px;
  text-transform: uppercase;
  color: #FFF;
  font-size: 11px;
  text-decoration: none;
  line-height: 20px;
  background: url(../images/bg-solid-black-25pc.png);
}
@media (min-width: 992px) {
  /* line 151, ../sass/templates/_expertise_page.scss */
  #expertise.ExpertisePage #ExpertiseList ul li a {
    padding: 0 0 0 5px;
  }
}
/* line 163, ../sass/templates/_expertise_page.scss */
#expertise.ExpertisePage #ExpertiseList ul li a:hover, #expertise.ExpertisePage #ExpertiseList ul li a.current, #expertise.ExpertisePage #ExpertiseList ul li a.section {
  background: #EC7500;
}
/* line 172, ../sass/templates/_expertise_page.scss */
#expertise.ExpertisePage #ExpertiseSelector {
  position: relative;
  margin: 0 auto;
  z-index: 20;
  padding-top: 40px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  /* line 172, ../sass/templates/_expertise_page.scss */
  #expertise.ExpertisePage #ExpertiseSelector {
    max-width: 688px;
  }
}
/* line 181, ../sass/templates/_expertise_page.scss */
#expertise.ExpertisePage #ExpertiseSelector h1 {
  color: white;
}
/* line 184, ../sass/templates/_expertise_page.scss */
#expertise.ExpertisePage #ExpertiseSelector h2 {
  background: url(../images/bg-solid-grey-97pc.png);
  color: #6F6C6A;
  margin: 0;
  padding: 7px 10px 0;
  height: 42px;
  line-height: 1;
  text-indent: -9999px;
  opacity: 0;
}
@media (min-width: 992px) {
  /* line 184, ../sass/templates/_expertise_page.scss */
  #expertise.ExpertisePage #ExpertiseSelector h2 {
    opacity: 1;
    height: 32px;
    color: #FFF;
    text-indent: 0;
  }
}
/* line 200, ../sass/templates/_expertise_page.scss */
#expertise.ExpertisePage #ExpertiseSelector .show-expertise {
  cursor: pointer;
  position: relative;
}
@media (min-width: 992px) {
  /* line 200, ../sass/templates/_expertise_page.scss */
  #expertise.ExpertisePage #ExpertiseSelector .show-expertise {
    display: block;
  }
}
/* line 207, ../sass/templates/_expertise_page.scss */
#expertise.ExpertisePage #ExpertiseSelector .selectButton {
  background: url(../images/bg-solid-black-25pc.png);
  height: 42px;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 992px) {
  /* line 207, ../sass/templates/_expertise_page.scss */
  #expertise.ExpertisePage #ExpertiseSelector .selectButton {
    height: 33px;
    width: auto;
  }
}
/* line 219, ../sass/templates/_expertise_page.scss */
#expertise.ExpertisePage #ExpertiseSelector .selectButton .selectDropdown {
  display: block;
  line-height: 1;
  height: 100%;
  color: #FFF;
  background: url(../images/arrow-down-white.png) no-repeat 15px center;
  padding: 15px 10px 15px 30px;
  font-family: ff-din-web-1,ff-din-web-2,Arial,Helvetica,sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
/* line 230, ../sass/templates/_expertise_page.scss */
#expertise.ExpertisePage #ExpertiseSelector .selectButton .selectDropdown:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  /* line 219, ../sass/templates/_expertise_page.scss */
  #expertise.ExpertisePage #ExpertiseSelector .selectButton .selectDropdown {
    font-size: 11px;
    padding: 12px 10px 9px 30px;
  }
}
/* line 240, ../sass/templates/_expertise_page.scss */
#expertise.ExpertisePage .main-title {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  /* line 240, ../sass/templates/_expertise_page.scss */
  #expertise.ExpertisePage .main-title {
    display: none;
  }
}
/* line 246, ../sass/templates/_expertise_page.scss */
#expertise.ExpertisePage .main-title h1 {
  color: white;
  margin-bottom: 0;
  font-size: 31px;
  line-height: 31px;
}
/* line 252, ../sass/templates/_expertise_page.scss */
#expertise.ExpertisePage .main-title h2 {
  color: white;
  margin-bottom: 30px;
  font-size: 16px;
  margin-top: 18px;
}

/* line 2, ../sass/templates/_publications.scss */
#publications h2 {
  color: white;
}
/* line 6, ../sass/templates/_publications.scss */
#publications .sorting-options li {
  vertical-align: top;
}
/* line 8, ../sass/templates/_publications.scss */
#publications .sorting-options li a {
  font-size: 12px;
  line-height: 1;
}
/* line 14, ../sass/templates/_publications.scss */
#publications .mediaBox {
  margin-bottom: 10px;
}
/* line 19, ../sass/templates/_publications.scss */
#publications .dataFilter .dropDown .selectItems {
  padding: 0;
  right: inherit;
  left: 0;
}
/* line 23, ../sass/templates/_publications.scss */
#publications .dataFilter .dropDown .selectItems ul {
  margin: 0;
  padding: 0;
}
/* line 26, ../sass/templates/_publications.scss */
#publications .dataFilter .dropDown .selectItems ul li {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 15px;
  white-space: nowrap;
}
/* line 33, ../sass/templates/_publications.scss */
#publications .dataFilter .dropDown .selectItems ul li a {
  padding: 8px 20px;
  margin-bottom: 0;
  display: block;
  text-decoration: none;
}
/* line 38, ../sass/templates/_publications.scss */
#publications .dataFilter .dropDown .selectItems ul li a:hover {
  background: #ec7500;
  color: white;
}
/* line 42, ../sass/templates/_publications.scss */
#publications .dataFilter .dropDown .selectItems ul li a.current {
  color: #ec7500;
  padding-left: 25px;
  background-position: 10px center;
}
/* line 46, ../sass/templates/_publications.scss */
#publications .dataFilter .dropDown .selectItems ul li a.current:hover {
  color: white;
}
/* line 54, ../sass/templates/_publications.scss */
#publications .dataFilter .dropDown .currentItem {
  padding: 0;
  background: none;
}
/* line 57, ../sass/templates/_publications.scss */
#publications .dataFilter .dropDown .currentItem a {
  padding: 8px 15px;
  color: white;
  display: inline-block;
  line-height: 1;
  min-height: 42px;
  vertical-align: top;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  text-decoration: none;
  background: #1A1A1A;
  border: 1px solid #2e2e2e;
}
/* line 70, ../sass/templates/_publications.scss */
#publications .dataFilter .dropDown .currentItem a:hover {
  background: #ec7500;
  color: white;
}
/* line 74, ../sass/templates/_publications.scss */
#publications .dataFilter .dropDown .currentItem a i {
  font-size: 20px;
  vertical-align: middle;
  margin-left: 5px;
}
/* line 83, ../sass/templates/_publications.scss */
#publications .dataFilterList {
  margin-left: -4px;
  margin-right: -4px;
}
/* line 87, ../sass/templates/_publications.scss */
#publications .dataFilterList ul {
  list-style: none;
  margin: 10px 0 20px 0;
  padding: 0;
}
/* line 92, ../sass/templates/_publications.scss */
#publications .dataFilterList ul li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 4px 8px;
  height: auto;
}
@media (min-width: 768px) {
  /* line 92, ../sass/templates/_publications.scss */
  #publications .dataFilterList ul li {
    width: 50%;
  }
}
/* line 102, ../sass/templates/_publications.scss */
#publications .dataFilterList ul li a {
  position: relative;
  background-size: cover;
  background-position: center center;
  display: block;
  line-height: 1;
  font-size: 13px;
  text-decoration: none;
}
/* line 110, ../sass/templates/_publications.scss */
#publications .dataFilterList ul li a span {
  color: white;
  line-height: 1;
  position: relative;
  padding: 25px 0 25px 15px;
  display: block;
  font-weight: bold;
  font-family: ff-din-web-1, ff-din-web-2, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
/* line 121, ../sass/templates/_publications.scss */
#publications .dataFilterList ul li a:before {
  content: " ";
  background: url(../images/bg-publications-topics.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 131, ../sass/templates/_publications.scss */
#publications .dataFilterList ul li a:hover {
  background-color: #ec7500;
  background-image: none !important;
}
/* line 134, ../sass/templates/_publications.scss */
#publications .dataFilterList ul li a:hover:before {
  background: none;
}
/* line 144, ../sass/templates/_publications.scss */
#publications .ThinkingTopics a span {
  text-align: left;
}
/* line 149, ../sass/templates/_publications.scss */
#publications #Sharing {
  position: relative;
  display: inline-block;
}
/* line 154, ../sass/templates/_publications.scss */
#publications #Sharing a.button i {
  margin-right: 5px;
  font-size: 18px;
  vertical-align: middle;
}
/* line 160, ../sass/templates/_publications.scss */
#publications #Sharing a.shareDropdown {
  background: black;
}
/* line 164, ../sass/templates/_publications.scss */
#publications #Sharing .shareItems {
  position: absolute;
  left: 0;
  right: inherit;
}
/* line 169, ../sass/templates/_publications.scss */
#publications #Sharing .popupBox {
  background: black;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
/* line 176, ../sass/templates/_publications.scss */
#publications #RelatedFeature {
  padding: 35px 0;
  padding-bottom: 0;
}
/* line 180, ../sass/templates/_publications.scss */
#publications #RelatedFeature .button {
  margin-left: 10px;
  margin-right: 0;
}
/* line 184, ../sass/templates/_publications.scss */
#publications #RelatedFeature .results {
  margin: 0;
  padding: 0;
}
/* line 187, ../sass/templates/_publications.scss */
#publications #RelatedFeature .results li {
  margin: 0 0 10px 0;
  list-style: none;
  padding-bottom: 10px;
  border-bottom: 1px dotted #73706D;
}
/* line 192, ../sass/templates/_publications.scss */
#publications #RelatedFeature .results li h4 {
  margin: 0;
}

/* line 2, ../sass/_about-us.scss */
#about-us .feature-img {
  margin-top: 20px;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  /* line 2, ../sass/_about-us.scss */
  #about-us .feature-img {
    margin-bottom: 32px;
  }
}
/* line 10, ../sass/_about-us.scss */
#about-us #aboutTabs li {
  display: block;
  width: 100%;
  margin: 5px 0;
}
@media (min-width: 992px) {
  /* line 10, ../sass/_about-us.scss */
  #about-us #aboutTabs li {
    display: table-cell;
    width: auto;
    margin: 5px 10px;
  }
}
/* line 21, ../sass/_about-us.scss */
#about-us .aboutTabHasRelated {
  width: auto;
}
@media (min-width: 768px) {
  /* line 21, ../sass/_about-us.scss */
  #about-us .aboutTabHasRelated {
    width: 380px;
    float: left;
  }
}
/* line 28, ../sass/_about-us.scss */
#about-us .aboutTabSide {
  width: auto;
}
@media (min-width: 768px) {
  /* line 28, ../sass/_about-us.scss */
  #about-us .aboutTabSide {
    width: 248px;
    float: left;
    padding-left: 20px;
  }
}

/* line 3, ../sass/_people.scss */
#people.PersonPageXL .top-profile-image, #unpublished-pages.PersonPageXL .top-profile-image {
  display: block;
}
@media (min-width: 992px) {
  /* line 3, ../sass/_people.scss */
  #people.PersonPageXL .top-profile-image, #unpublished-pages.PersonPageXL .top-profile-image {
    display: block;
  }
}
@media (min-width: 768px) {
  /* line 11, ../sass/_people.scss */
  #people .tabWrapper ul.inline, #unpublished-pages .tabWrapper ul.inline {
    width: 50%;
    float: left;
    clear: none;
    margin: 0;
  }
}
/* line 19, ../sass/_people.scss */
#people .tabWrapper .profileQuote, #unpublished-pages .tabWrapper .profileQuote {
  font-size: 21px !important;
  line-height: 1.2 !important;
}
@media (min-width: 768px) {
  /* line 19, ../sass/_people.scss */
  #people .tabWrapper .profileQuote, #unpublished-pages .tabWrapper .profileQuote {
    width: 50%;
    float: right;
  }
}
/* line 29, ../sass/_people.scss */
#people .profile .profileItems, #unpublished-pages .profile .profileItems {
  margin-bottom: 20px;
}
/* line 31, ../sass/_people.scss */
#people .profile .profileItems h2, #unpublished-pages .profile .profileItems h2 {
  color: #73706D;
}
/* line 35, ../sass/_people.scss */
#people .profile .profileItems ul.article, #unpublished-pages .profile .profileItems ul.article {
  color: #A6A29D;
  margin: 20px -14px 0;
  padding: 0;
  clear: both;
}
/* line 40, ../sass/_people.scss */
#people .profile .profileItems ul.article li, #unpublished-pages .profile .profileItems ul.article li {
  margin: 0;
  padding: 0 16px 0;
}
@media (min-width: 768px) {
  /* line 40, ../sass/_people.scss */
  #people .profile .profileItems ul.article li, #unpublished-pages .profile .profileItems ul.article li {
    float: left;
    width: 50%;
  }
}
/* line 54, ../sass/_people.scss */
#people.PersonPage .profile h2, #unpublished-pages.PersonPage .profile h2 {
  color: white;
}
/* line 57, ../sass/_people.scss */
#people.PersonPage .profile .top-profile-image, #unpublished-pages.PersonPage .profile .top-profile-image {
  margin-bottom: 10px;
}
/* line 63, ../sass/_people.scss */
#people.PersonPage .profile .profileItems ul.article li, #unpublished-pages.PersonPage .profile .profileItems ul.article li {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  /* line 63, ../sass/_people.scss */
  #people.PersonPage .profile .profileItems ul.article li, #unpublished-pages.PersonPage .profile .profileItems ul.article li {
    float: none;
    width: 100%;
  }
}
/* line 76, ../sass/_people.scss */
#people #Form_LookupForm fieldset, #unpublished-pages #Form_LookupForm fieldset {
  margin-right: 0;
}
/* line 78, ../sass/_people.scss */
#people #Form_LookupForm fieldset .field, #unpublished-pages #Form_LookupForm fieldset .field {
  float: none;
}
@media (min-width: 768px) {
  /* line 78, ../sass/_people.scss */
  #people #Form_LookupForm fieldset .field, #unpublished-pages #Form_LookupForm fieldset .field {
    float: left;
  }
}
/* line 83, ../sass/_people.scss */
#people #Form_LookupForm fieldset .field .middleColumn, #unpublished-pages #Form_LookupForm fieldset .field .middleColumn {
  position: relative;
  background: white;
}
/* line 86, ../sass/_people.scss */
#people #Form_LookupForm fieldset .field .middleColumn:before, #unpublished-pages #Form_LookupForm fieldset .field .middleColumn:before {
  font-family: FontAwesome;
  content: "\f0dc";
  display: block;
  position: absolute;
  width: 14px;
  right: 2px;
  height: 25px;
  vertical-align: middle;
  top: 2px;
  background: white;
  color: black;
  z-index: 0;
  text-align: center;
  line-height: 27px;
}
/* line 103, ../sass/_people.scss */
#people #Form_LookupForm fieldset .field select, #unpublished-pages #Form_LookupForm fieldset .field select {
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 100%;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 8px 10px;
  padding-right: 20px;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}
/* line 115, ../sass/_people.scss */
#people #Form_LookupForm fieldset .field select::-ms-expand, #unpublished-pages #Form_LookupForm fieldset .field select::-ms-expand {
  display: none;
}

/* line 122, ../sass/_people.scss */
#people #PeopleHomePage {
  padding: 0 0 35px;
}

/* line 126, ../sass/_people.scss */
#people #PeopleHomePage h2 {
  color: #73706D;
  font-size: 24px;
  line-height: 24px;
}

/* line 131, ../sass/_people.scss */
#people #PeopleHomePage h2 span {
  font-family: ff-din-web-1, ff-din-web-2, Arial, Helvetica, sans-serif;
  color: #EC7500;
}

/* line 135, ../sass/_people.scss */
#people #PeopleHomePage .cycleItems {
  height: 333px;
  overflow: hidden;
  position: relative;
}

/* line 141, ../sass/_people.scss */
#people #PeopleHomePage .item {
  position: relative;
}

/* line 147, ../sass/_people.scss */
#people #PeopleHomePage .item .text {
  padding: 20px 0 0;
}
@media (min-width: 768px) {
  /* line 147, ../sass/_people.scss */
  #people #PeopleHomePage .item .text {
    padding: 20px 0;
    position: absolute;
    bottom: 0;
    width: 220px;
    padding: 15px;
    z-index: 10;
  }
}

/* line 158, ../sass/_people.scss */
#people #PeopleHomePage .item .text h3 {
  color: #FFF;
  margin: 0 0 10px;
  font-size: 21px;
}

/* line 163, ../sass/_people.scss */
#people #PeopleHomePage .item .text .profileRole {
  color: #FFF;
  margin: 0 0 10px;
}

/* line 167, ../sass/_people.scss */
#people #PeopleHomePage .item .text .profileQuote {
  font-size: 18px;
  line-height: 20px;
  font-family: ff-din-web-1,ff-din-web-2,Arial,Helvetica,sans-serif;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: #FFF;
}

/* line 177, ../sass/_people.scss */
#people #PeopleHomePage .last {
  margin-right: 0;
}

/* line 181, ../sass/_people.scss */
#people .resultsContainer .item .photo {
  float: left;
  margin: 0 10px 0 0;
}

/* line 185, ../sass/_people.scss */
#people .resultsContainer .item .text {
  margin-left: 100px;
  padding-bottom: 35px;
}

/* line 190, ../sass/_people.scss */
#people .resultsContainer .item .text h3 {
  margin: 0 0 5px;
  font-size: 16px;
}

/* line 195, ../sass/_people.scss */
#people .resultsContainer .item .text span {
  display: block;
  color: #73706D;
}

/* line 199, ../sass/_people.scss */
#people .resultsContainer .item .text span.title {
  color: #000;
  text-transform: uppercase;
  font-size: 10px;
  margin-top: 5px;
}

/* line 205, ../sass/_people.scss */
#people .resultsContainer .item .text span.links {
  margin-bottom: 10px;
}

/* line 208, ../sass/_people.scss */
#people .resultsContainer .item .text span a {
  display: block;
}

/* line 211, ../sass/_people.scss */
#people .resultsContainer .item .text a.button {
  position: absolute;
  bottom: 0;
}

/* line 216, ../sass/_people.scss */
#people #PeopleHomePage {
  padding-bottom: 0;
}
/* line 218, ../sass/_people.scss */
#people #PeopleHomePage .slider-wrapper {
  margin-bottom: 40px;
}
/* line 221, ../sass/_people.scss */
#people #PeopleHomePage .slider {
  display: none;
  margin-bottom: 0;
}
/* line 224, ../sass/_people.scss */
#people #PeopleHomePage .slider .slick-dots {
  position: relative;
  top: inherit;
  bottom: inherit;
  left: inherit;
  margin: 0;
  padding: 20px;
}
/* line 233, ../sass/_people.scss */
#people #PeopleHomePage .arrows {
  position: absolute;
  right: 0;
  bottom: 40px;
}
/* line 122, ../sass/_mixins.scss */
#people #PeopleHomePage .arrows:before, #people #PeopleHomePage .arrows:after {
  content: "";
  display: table;
}
/* line 127, ../sass/_mixins.scss */
#people #PeopleHomePage .arrows:after {
  clear: both;
}
@media (min-width: 992px) {
  /* line 233, ../sass/_people.scss */
  #people #PeopleHomePage .arrows {
    position: inherit;
    right: inherit;
    bottom: inherit;
  }
}
/* line 243, ../sass/_people.scss */
#people #PeopleHomePage .arrows .slick-next, #people #PeopleHomePage .arrows .slick-prev {
  position: relative;
  left: inherit;
  right: inherit;
  top: inherit;
  margin: 0;
  height: 50px;
  width: 20px;
}
@media (min-width: 992px) {
  /* line 243, ../sass/_people.scss */
  #people #PeopleHomePage .arrows .slick-next, #people #PeopleHomePage .arrows .slick-prev {
    position: absolute;
    display: block;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
  }
}
/* line 266, ../sass/_people.scss */
#people #PeopleHomePage .arrows .slick-next {
  float: right;
}
@media (min-width: 992px) {
  /* line 266, ../sass/_people.scss */
  #people #PeopleHomePage .arrows .slick-next {
    right: -50px;
    float: none;
  }
}
/* line 273, ../sass/_people.scss */
#people #PeopleHomePage .arrows .slick-prev {
  float: right;
  right: 120px;
}
@media (min-width: 992px) {
  /* line 273, ../sass/_people.scss */
  #people #PeopleHomePage .arrows .slick-prev {
    left: -50px;
    right: inherit;
    float: none;
  }
}
/* line 284, ../sass/_people.scss */
#people .resultsContainer {
  margin: 20px 0;
}
@media (min-width: 768px) {
  /* line 284, ../sass/_people.scss */
  #people .resultsContainer {
    margin: 20px -10px;
  }
}
/* line 289, ../sass/_people.scss */
#people .resultsContainer .item {
  float: left;
  position: relative;
  padding: 0;
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  max-height: 132px;
}
@media (min-width: 768px) {
  /* line 289, ../sass/_people.scss */
  #people .resultsContainer .item {
    padding: 0 10px;
    width: 33.33333%;
  }
}
/* line 122, ../sass/_mixins.scss */
#people .resultsContainer .item .person:before, #people .resultsContainer .item .person:after {
  content: "";
  display: table;
}
/* line 127, ../sass/_mixins.scss */
#people .resultsContainer .item .person:after {
  clear: both;
}
/* line 303, ../sass/_people.scss */
#people .resultsContainer .item .person img {
  display: block;
}
/* line 311, ../sass/_people.scss */
#people .profile h2.primary {
  font-size: 32px;
  max-width: 56%;
}
@media (min-width: 992px) {
  /* line 311, ../sass/_people.scss */
  #people .profile h2.primary {
    font-size: 21px;
    max-width: auto;
  }
}
/* line 320, ../sass/_people.scss */
#people .profile .personpage-linkedin {
  font-size: 14px;
}
/* line 322, ../sass/_people.scss */
#people .profile .personpage-linkedin .icon-linkedin {
  position: relative;
  top: 5px;
  font-size: 20px;
}
/* line 327, ../sass/_people.scss */
#people .profile .personpage-linkedin span {
  display: none;
}
/* line 332, ../sass/_people.scss */
#people .top-profile-image {
  display: block;
}
@media (min-width: 992px) {
  /* line 332, ../sass/_people.scss */
  #people .top-profile-image {
    display: none;
  }
}
/* line 338, ../sass/_people.scss */
#people .bottom-profile-image {
  display: none;
}
@media (min-width: 992px) {
  /* line 338, ../sass/_people.scss */
  #people .bottom-profile-image {
    display: block;
  }
}

/* line 3, ../sass/_navigation.scss */
body.subsite-china #Navigation {
  margin-bottom: 40px;
}

/* line 8, ../sass/_navigation.scss */
#Navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: auto;
  background: rgba(0, 0, 0, 0.8);
  font-family: ff-din-web-1, ff-din-web-2,  Arial, Helvetica, sans-serif;
  font-size-adjust: 0.55;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
/* line 24, ../sass/_navigation.scss */
#Navigation.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media (min-width: 992px) {
  /* line 8, ../sass/_navigation.scss */
  #Navigation {
    font-size: 11px;
    top: 0;
    padding: 0;
    background: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    display: block;
    height: 125px;
    position: relative;
    line-height: 1;
  }
}
/* line 38, ../sass/_navigation.scss */
#Navigation .content {
  background: #333;
  position: relative;
  padding: 0 20px 20px;
  padding-top: 104px;
  overflow: hidden;
  min-height: 100%;
}
@media (min-width: 992px) {
  /* line 38, ../sass/_navigation.scss */
  #Navigation .content {
    padding: 0;
    overflow: hidden;
    width: 100%;
    background: none;
  }
}
/* line 52, ../sass/_navigation.scss */
#Navigation .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/menu-bg.jpg) no-repeat;
}
/* line 59, ../sass/_navigation.scss */
#Navigation .bg:after {
  background: url(../images/bg-stipple-black-20pc.png);
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  /* line 52, ../sass/_navigation.scss */
  #Navigation .bg {
    display: none;
  }
}
/* line 73, ../sass/_navigation.scss */
#Navigation .container {
  position: relative;
}
@media (min-width: 992px) {
  /* line 76, ../sass/_navigation.scss */
  #Navigation ul {
    position: absolute;
    left: 142px;
  }
}
/* line 81, ../sass/_navigation.scss */
#Navigation ul li {
  list-style: none;
  margin: 0 1px 0 0;
  float: left;
  display: block;
}
/* line 86, ../sass/_navigation.scss */
#Navigation ul li.last {
  width: auto;
  margin-right: 0 !important;
}
/* line 90, ../sass/_navigation.scss */
#Navigation ul li a {
  background: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  display: block;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  padding: 0 20px;
  line-height: 25px;
}
/* line 103, ../sass/_navigation.scss */
#Navigation ul li a:hover, #Navigation ul li a.current, #Navigation ul li a.section {
  background: #EC7500;
}
/* line 110, ../sass/_navigation.scss */
#Navigation ul#HeroNav {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  /* line 110, ../sass/_navigation.scss */
  #Navigation ul#HeroNav {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 992px) {
  /* line 110, ../sass/_navigation.scss */
  #Navigation ul#HeroNav {
    top: 45px;
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 122, ../sass/_navigation.scss */
#Navigation ul#HeroNav li {
  padding: 0 10px;
  width: 50%;
  margin: 0;
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  /* line 122, ../sass/_navigation.scss */
  #Navigation ul#HeroNav li {
    width: 25%;
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  /* line 122, ../sass/_navigation.scss */
  #Navigation ul#HeroNav li {
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  /* line 122, ../sass/_navigation.scss */
  #Navigation ul#HeroNav li {
    margin-right: 5px;
    padding: 0;
    width: 80px;
  }
}
/* line 139, ../sass/_navigation.scss */
#Navigation ul#HeroNav li a {
  height: 102px;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 992px) {
  /* line 139, ../sass/_navigation.scss */
  #Navigation ul#HeroNav li a {
    height: 80px;
  }
}
/* line 146, ../sass/_navigation.scss */
#Navigation ul#HeroNav li a .arrow {
  width: 40px;
  height: 40px;
  background: url(../images/pointer-grey.png) no-repeat 10px 10px;
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
}
@media (min-width: 480px) {
  /* line 146, ../sass/_navigation.scss */
  #Navigation ul#HeroNav li a .arrow {
    top: 0;
    left: 0;
  }
}
@media (min-width: 768px) {
  /* line 146, ../sass/_navigation.scss */
  #Navigation ul#HeroNav li a .arrow {
    top: 10px;
    left: 10px;
  }
}
@media (min-width: 992px) {
  /* line 146, ../sass/_navigation.scss */
  #Navigation ul#HeroNav li a .arrow {
    top: 0;
    left: 0;
  }
}
/* line 167, ../sass/_navigation.scss */
#Navigation ul#HeroNav li a span {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 60px;
  text-align: left;
  line-height: 1;
}
@media (min-width: 480px) {
  /* line 167, ../sass/_navigation.scss */
  #Navigation ul#HeroNav li a span {
    left: 12px;
    bottom: 12px;
  }
}
@media (min-width: 768px) {
  /* line 167, ../sass/_navigation.scss */
  #Navigation ul#HeroNav li a span {
    left: 20px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  /* line 167, ../sass/_navigation.scss */
  #Navigation ul#HeroNav li a span {
    left: 10px;
    bottom: 10px;
  }
}
/* line 187, ../sass/_navigation.scss */
#Navigation ul#HeroNav li a:hover, #Navigation ul#HeroNav li a.current, #Navigation ul#HeroNav li a.section {
  background: #EC7500;
}
/* line 191, ../sass/_navigation.scss */
#Navigation ul#HeroNav li a:hover .arrow, #Navigation ul#HeroNav li a.current .arrow, #Navigation ul#HeroNav li a.section .arrow {
  background: url(../images/pointer-white.png) no-repeat 10px 10px;
}
/* line 198, ../sass/_navigation.scss */
#Navigation ul#HeaderMenu {
  clear: both;
}
/* line 200, ../sass/_navigation.scss */
#Navigation ul#HeaderMenu li {
  float: none;
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  /* line 200, ../sass/_navigation.scss */
  #Navigation ul#HeaderMenu li {
    float: left;
  }
}
/* line 207, ../sass/_navigation.scss */
#Navigation ul#HeaderMenu li a {
  display: block;
  padding: 20px;
}
@media (min-width: 992px) {
  /* line 207, ../sass/_navigation.scss */
  #Navigation ul#HeaderMenu li a {
    padding: 0 20px;
  }
}

@media (min-width: 992px) {
  /* line 221, ../sass/_navigation.scss */
  .subsite-china #Navigation ul li {
    margin: 0 5px 0 0;
    width: 165px;
  }
}
/* line 227, ../sass/_navigation.scss */
.subsite-china #Navigation ul a {
  padding: 0;
}
/* line 229, ../sass/_navigation.scss */
.subsite-china #Navigation ul a:hover {
  background: #EC7500;
  cursor: pointer;
}
/* line 233, ../sass/_navigation.scss */
.subsite-china #Navigation ul a.current, .subsite-china #Navigation ul a.section, .subsite-china #Navigation ul a.section:hover, .subsite-china #Navigation ul a.current:hover {
  background: #EC7500;
  color: #FFF;
}
/* line 241, ../sass/_navigation.scss */
.subsite-china #Navigation ul span {
  display: block;
  text-align: center;
}

/* line 248, ../sass/_navigation.scss */
#Navigation #ChinaSiteLink {
  display: block;
  padding: 20px;
  color: white;
  text-decoration: none;
  background: black;
}
@media (min-width: 992px) {
  /* line 248, ../sass/_navigation.scss */
  #Navigation #ChinaSiteLink {
    position: absolute;
    right: 0;
    top: -13px;
    background: url(../images/button-china-site-bg.png) no-repeat;
    width: 73px;
    height: 44px;
    padding: 20px 0 0;
    text-align: center;
    color: #414141;
    text-decoration: none;
  }
}

/* FOOTER
----------------------------------------------- */
/* line 4, ../sass/_footer.scss */
#Footer {
  clear: both;
  padding: 10px 0;
  position: relative;
}
/* line 8, ../sass/_footer.scss */
#Footer a {
  display: block;
  text-align: center;
}
@media (min-width: 992px) {
  /* line 8, ../sass/_footer.scss */
  #Footer a {
    display: inline-block;
    border-left: 1px solid #999;
    padding: 0 7px;
    line-height: 9px;
  }
}
/* line 18, ../sass/_footer.scss */
#Footer .orbit {
  border-left: none;
  padding-left: 0;
  text-align: center;
  padding: 15px 0;
  display: block;
}
@media (min-width: 768px) {
  /* line 18, ../sass/_footer.scss */
  #Footer .orbit {
    display: none;
  }
}
@media (min-width: 992px) {
  /* line 18, ../sass/_footer.scss */
  #Footer .orbit {
    display: block;
    position: absolute;
    right: 240px;
    top: 10px;
    padding: 0;
  }
}
/* line 34, ../sass/_footer.scss */
#Footer .orbit #orbit-logo {
  width: 120px;
}
/* line 38, ../sass/_footer.scss */
#Footer .corrsedge {
  border-left: none;
  padding-left: 0;
  text-align: center;
  padding: 15px 0;
  display: block;
}
@media (min-width: 768px) {
  /* line 38, ../sass/_footer.scss */
  #Footer .corrsedge {
    display: none;
  }
}
@media (min-width: 992px) {
  /* line 38, ../sass/_footer.scss */
  #Footer .corrsedge {
    display: block;
    position: absolute;
    right: 0;
    top: 12px;
    padding: 0;
  }
}
/* line 54, ../sass/_footer.scss */
#Footer .corrsedge #corrsedge-logo {
  width: 212px;
}
/* line 58, ../sass/_footer.scss */
#Footer .footer-links,
#Footer .footer-social {
  list-style: none;
  clear: both;
  text-align: center;
}
/* line 122, ../sass/_mixins.scss */
#Footer .footer-links:before, #Footer .footer-links:after,
#Footer .footer-social:before,
#Footer .footer-social:after {
  content: "";
  display: table;
}
/* line 127, ../sass/_mixins.scss */
#Footer .footer-links:after,
#Footer .footer-social:after {
  clear: both;
}
@media (min-width: 992px) {
  /* line 58, ../sass/_footer.scss */
  #Footer .footer-links,
  #Footer .footer-social {
    text-align: left;
  }
}
/* line 67, ../sass/_footer.scss */
#Footer .footer-links li,
#Footer .footer-social li {
  display: block;
}
@media (min-width: 992px) {
  /* line 67, ../sass/_footer.scss */
  #Footer .footer-links li,
  #Footer .footer-social li {
    display: inline-block;
    float: left;
    margin-bottom: 10px;
  }
}
/* line 74, ../sass/_footer.scss */
#Footer .footer-links li a,
#Footer .footer-social li a {
  display: inline-block;
  font-size: 14px;
  padding: 15px 20px;
}
@media (min-width: 992px) {
  /* line 74, ../sass/_footer.scss */
  #Footer .footer-links li a,
  #Footer .footer-social li a {
    font-size: 11px;
    padding: 0 7px;
  }
}
@media (min-width: 768px) {
  /* line 86, ../sass/_footer.scss */
  #Footer .footer-links li {
    display: inline-block;
    float: left;
    width: 33.33333%;
  }
}
@media (min-width: 992px) {
  /* line 86, ../sass/_footer.scss */
  #Footer .footer-links li {
    width: auto;
  }
}
@media (min-width: 992px) {
  /* line 96, ../sass/_footer.scss */
  #Footer .footer-links li:first-child a {
    padding-left: 0;
    border-left: none;
  }
}
/* line 105, ../sass/_footer.scss */
#Footer .footer-social {
  display: block;
  clear: both;
}
/* line 108, ../sass/_footer.scss */
#Footer .footer-social li {
  display: inline-block;
  background: none;
  margin: 0 5px 0 0;
  /*@media (min-width: $screen-md-min){
      float: left;                
      background: black;
      &.twitter {
          background: #59B;
      }
      &.linkedin {
          background: #007FB1;
      }
      &.facebook {
          background: #3B5998;
      }
      &.news-feed,
      &.rss-feeds,
      &.rss
      {
          background: #EC7500;
      }
      &.sitemap{
          display: inline-block;
      }
  }*/
}
/* line 112, ../sass/_footer.scss */
#Footer .footer-social li.sitemap {
  display: none;
}
/* line 115, ../sass/_footer.scss */
#Footer .footer-social li.link-orbit {
  display: none;
}
@media (min-width: 768px) {
  /* line 115, ../sass/_footer.scss */
  #Footer .footer-social li.link-orbit {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  /* line 115, ../sass/_footer.scss */
  #Footer .footer-social li.link-orbit {
    display: none;
  }
}
/* line 124, ../sass/_footer.scss */
#Footer .footer-social li.link-orbit a img {
  height: 40px;
}
/* line 129, ../sass/_footer.scss */
#Footer .footer-social li.link-corrsedge {
  display: none;
}
@media (min-width: 768px) {
  /* line 129, ../sass/_footer.scss */
  #Footer .footer-social li.link-corrsedge {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  /* line 129, ../sass/_footer.scss */
  #Footer .footer-social li.link-corrsedge {
    display: none;
  }
}
/* line 138, ../sass/_footer.scss */
#Footer .footer-social li.link-corrsedge a img {
  height: 40px;
}
@media (min-width: 992px) {
  /* line 145, ../sass/_footer.scss */
  #Footer .footer-social li.twitter a {
    padding-left: 0;
  }
}
/* line 172, ../sass/_footer.scss */
#Footer .footer-social li a {
  font-family: ff-din-web-1, ff-din-web-2, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  font-size: 9px;
  color: #FFF !important;
  border-left: none;
  padding: 4px 15px 2px;
  text-decoration: none;
  /*@media (min-width: $screen-md-min){
      padding: 4px 5px 2px;                    
  }*/
}
@media (min-width: 992px) {
  /* line 185, ../sass/_footer.scss */
  #Footer .footer-social li a:hover {
    text-decoration: none;
  }
}
/* line 190, ../sass/_footer.scss */
#Footer .footer-social li a i {
  opacity: 0.6;
  font-size: 40px;
  /*@media (min-width: $screen-md-min){
      display: none;
  }*/
}
/* line 196, ../sass/_footer.scss */
#Footer .footer-social li a i:hover {
  opacity: 1;
  color: #ec7500;
}
/* line 201, ../sass/_footer.scss */
#Footer .footer-social li a span {
  display: none;
  /*@media (min-width: $screen-md-min){
      display: inline;
  }*/
}

/* line 211, ../sass/_footer.scss */
#home #Footer {
  border-top: 1px solid #73706D;
  margin: 0px auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  /* line 211, ../sass/_footer.scss */
  #home #Footer {
    width: 960px;
  }
}

/* line 221, ../sass/_footer.scss */
#Footer .footerBottom {
  margin-top: 10px;
}

/* line 224, ../sass/_footer.scss */
#Footer .footerBottom a {
  padding: 4px 5px 2px;
  margin: 0 5px 0 0;
  font-family: ff-din-web-1, ff-din-web-2, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 9px;
  background: #000;
  color: #FFF !important;
  line-height: 1;
  display: block;
}
@media (min-width: 992px) {
  /* line 224, ../sass/_footer.scss */
  #Footer .footerBottom a {
    float: left;
  }
}

/* line 239, ../sass/_footer.scss */
#Footer p,
#Footer {
  color: #999;
  font-size: 11px;
}

/* line 245, ../sass/_footer.scss */
#Footer a {
  color: #fff;
  text-decoration: none;
}

/* line 249, ../sass/_footer.scss */
#Footer a:hover {
  color: #fff;
  text-decoration: underline;
}

/* line 254, ../sass/_footer.scss */
#Footer .footerAwards {
  position: absolute;
  right: 0;
  top: 10px;
  height: 70px;
  overflow: hidden;
  width: 60%;
}

/* line 262, ../sass/_footer.scss */
#Footer .footerAwards .awardItem {
  text-align: right;
  right: 0;
}

/* line 266, ../sass/_footer.scss */
#Footer .footerAwards .awardItem img {
  float: right;
  margin-left: 10px;
}

/* line 270, ../sass/_footer.scss */
#Footer .footerAwards .awardItem .text {
  width: 300px;
  float: right;
}

/* line 274, ../sass/_footer.scss */
#Footer .footerAwards .awardItem h4,
#Footer .footerAwards .awardItem p {
  font-family: ff-din-web-1, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #FFF;
}

/* line 1, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-background, .flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 7, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.33333em;
  line-height: 1em;
}
/* line 13, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon:before {
  content: '\00a0';
}
/* line 16, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon.flag-icon-squared {
  width: 1em;
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ad {
  background-image: url(../images/flags/ad.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ad.flag-icon-squared {
  background-image: url(../images/flags/1x1/ad.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ae {
  background-image: url(../images/flags/ae.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ae.flag-icon-squared {
  background-image: url(../images/flags/1x1/ae.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-af {
  background-image: url(../images/flags/af.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-af.flag-icon-squared {
  background-image: url(../images/flags/1x1/af.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ag {
  background-image: url(../images/flags/ag.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ag.flag-icon-squared {
  background-image: url(../images/flags/1x1/ag.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ai {
  background-image: url(../images/flags/ai.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ai.flag-icon-squared {
  background-image: url(../images/flags/1x1/ai.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-al {
  background-image: url(../images/flags/al.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-al.flag-icon-squared {
  background-image: url(../images/flags/1x1/al.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-am {
  background-image: url(../images/flags/am.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-am.flag-icon-squared {
  background-image: url(../images/flags/1x1/am.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ao {
  background-image: url(../images/flags/ao.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ao.flag-icon-squared {
  background-image: url(../images/flags/1x1/ao.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-aq {
  background-image: url(../images/flags/aq.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-aq.flag-icon-squared {
  background-image: url(../images/flags/1x1/aq.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ar {
  background-image: url(../images/flags/ar.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ar.flag-icon-squared {
  background-image: url(../images/flags/1x1/ar.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-as {
  background-image: url(../images/flags/as.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-as.flag-icon-squared {
  background-image: url(../images/flags/1x1/as.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-at {
  background-image: url(../images/flags/at.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-at.flag-icon-squared {
  background-image: url(../images/flags/1x1/at.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-au {
  background-image: url(../images/flags/au.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-au.flag-icon-squared {
  background-image: url(../images/flags/1x1/au.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-aw {
  background-image: url(../images/flags/aw.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-aw.flag-icon-squared {
  background-image: url(../images/flags/1x1/aw.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ax {
  background-image: url(../images/flags/ax.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ax.flag-icon-squared {
  background-image: url(../images/flags/1x1/ax.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-az {
  background-image: url(../images/flags/az.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-az.flag-icon-squared {
  background-image: url(../images/flags/1x1/az.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ba {
  background-image: url(../images/flags/ba.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ba.flag-icon-squared {
  background-image: url(../images/flags/1x1/ba.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-bb {
  background-image: url(../images/flags/bb.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-bb.flag-icon-squared {
  background-image: url(../images/flags/1x1/bb.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-bd {
  background-image: url(../images/flags/bd.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-bd.flag-icon-squared {
  background-image: url(../images/flags/1x1/bd.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-be {
  background-image: url(../images/flags/be.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-be.flag-icon-squared {
  background-image: url(../images/flags/1x1/be.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-bf {
  background-image: url(../images/flags/bf.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-bf.flag-icon-squared {
  background-image: url(../images/flags/1x1/bf.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-bg {
  background-image: url(../images/flags/bg.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-bg.flag-icon-squared {
  background-image: url(../images/flags/1x1/bg.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-bh {
  background-image: url(../images/flags/bh.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-bh.flag-icon-squared {
  background-image: url(../images/flags/1x1/bh.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-bi {
  background-image: url(../images/flags/bi.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-bi.flag-icon-squared {
  background-image: url(../images/flags/1x1/bi.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-bj {
  background-image: url(../images/flags/bj.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-bj.flag-icon-squared {
  background-image: url(../images/flags/1x1/bj.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-bl {
  background-image: url(../images/flags/bl.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-bl.flag-icon-squared {
  background-image: url(../images/flags/1x1/bl.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-bm {
  background-image: url(../images/flags/bm.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-bm.flag-icon-squared {
  background-image: url(../images/flags/1x1/bm.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-bn {
  background-image: url(../images/flags/bn.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-bn.flag-icon-squared {
  background-image: url(../images/flags/1x1/bn.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-bo {
  background-image: url(../images/flags/bo.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-bo.flag-icon-squared {
  background-image: url(../images/flags/1x1/bo.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-bq {
  background-image: url(../images/flags/bq.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-bq.flag-icon-squared {
  background-image: url(../images/flags/1x1/bq.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-br {
  background-image: url(../images/flags/br.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-br.flag-icon-squared {
  background-image: url(../images/flags/1x1/br.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-bs {
  background-image: url(../images/flags/bs.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-bs.flag-icon-squared {
  background-image: url(../images/flags/1x1/bs.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-bt {
  background-image: url(../images/flags/bt.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-bt.flag-icon-squared {
  background-image: url(../images/flags/1x1/bt.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-bv {
  background-image: url(../images/flags/bv.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-bv.flag-icon-squared {
  background-image: url(../images/flags/1x1/bv.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-bw {
  background-image: url(../images/flags/bw.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-bw.flag-icon-squared {
  background-image: url(../images/flags/1x1/bw.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-by {
  background-image: url(../images/flags/by.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-by.flag-icon-squared {
  background-image: url(../images/flags/1x1/by.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-bz {
  background-image: url(../images/flags/bz.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-bz.flag-icon-squared {
  background-image: url(../images/flags/1x1/bz.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ca {
  background-image: url(../images/flags/ca.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ca.flag-icon-squared {
  background-image: url(../images/flags/1x1/ca.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-cc {
  background-image: url(../images/flags/cc.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-cc.flag-icon-squared {
  background-image: url(../images/flags/1x1/cc.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-cd {
  background-image: url(../images/flags/cd.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-cd.flag-icon-squared {
  background-image: url(../images/flags/1x1/cd.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-cf {
  background-image: url(../images/flags/cf.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-cf.flag-icon-squared {
  background-image: url(../images/flags/1x1/cf.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-cg {
  background-image: url(../images/flags/cg.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-cg.flag-icon-squared {
  background-image: url(../images/flags/1x1/cg.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ch {
  background-image: url(../images/flags/ch.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ch.flag-icon-squared {
  background-image: url(../images/flags/1x1/ch.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ci {
  background-image: url(../images/flags/ci.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ci.flag-icon-squared {
  background-image: url(../images/flags/1x1/ci.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ck {
  background-image: url(../images/flags/ck.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ck.flag-icon-squared {
  background-image: url(../images/flags/1x1/ck.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-cl {
  background-image: url(../images/flags/cl.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-cl.flag-icon-squared {
  background-image: url(../images/flags/1x1/cl.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-cm {
  background-image: url(../images/flags/cm.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-cm.flag-icon-squared {
  background-image: url(../images/flags/1x1/cm.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-cn {
  background-image: url(../images/flags/cn.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-cn.flag-icon-squared {
  background-image: url(../images/flags/1x1/cn.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-co {
  background-image: url(../images/flags/co.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-co.flag-icon-squared {
  background-image: url(../images/flags/1x1/co.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-cr {
  background-image: url(../images/flags/cr.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-cr.flag-icon-squared {
  background-image: url(../images/flags/1x1/cr.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-cu {
  background-image: url(../images/flags/cu.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-cu.flag-icon-squared {
  background-image: url(../images/flags/1x1/cu.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-cv {
  background-image: url(../images/flags/cv.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-cv.flag-icon-squared {
  background-image: url(../images/flags/1x1/cv.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-cw {
  background-image: url(../images/flags/cw.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-cw.flag-icon-squared {
  background-image: url(../images/flags/1x1/cw.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-cx {
  background-image: url(../images/flags/cx.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-cx.flag-icon-squared {
  background-image: url(../images/flags/1x1/cx.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-cy {
  background-image: url(../images/flags/cy.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-cy.flag-icon-squared {
  background-image: url(../images/flags/1x1/cy.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-cz {
  background-image: url(../images/flags/cz.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-cz.flag-icon-squared {
  background-image: url(../images/flags/1x1/cz.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-de {
  background-image: url(../images/flags/de.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-de.flag-icon-squared {
  background-image: url(../images/flags/1x1/de.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-dj {
  background-image: url(../images/flags/dj.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-dj.flag-icon-squared {
  background-image: url(../images/flags/1x1/dj.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-dk {
  background-image: url(../images/flags/dk.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-dk.flag-icon-squared {
  background-image: url(../images/flags/1x1/dk.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-dm {
  background-image: url(../images/flags/dm.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-dm.flag-icon-squared {
  background-image: url(../images/flags/1x1/dm.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-do {
  background-image: url(../images/flags/do.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-do.flag-icon-squared {
  background-image: url(../images/flags/1x1/do.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-dz {
  background-image: url(../images/flags/dz.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-dz.flag-icon-squared {
  background-image: url(../images/flags/1x1/dz.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ec {
  background-image: url(../images/flags/ec.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ec.flag-icon-squared {
  background-image: url(../images/flags/1x1/ec.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ee {
  background-image: url(../images/flags/ee.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ee.flag-icon-squared {
  background-image: url(../images/flags/1x1/ee.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-eg {
  background-image: url(../images/flags/eg.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-eg.flag-icon-squared {
  background-image: url(../images/flags/1x1/eg.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-eh {
  background-image: url(../images/flags/eh.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-eh.flag-icon-squared {
  background-image: url(../images/flags/1x1/eh.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-er {
  background-image: url(../images/flags/er.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-er.flag-icon-squared {
  background-image: url(../images/flags/1x1/er.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-es {
  background-image: url(../images/flags/es.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-es.flag-icon-squared {
  background-image: url(../images/flags/1x1/es.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-et {
  background-image: url(../images/flags/et.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-et.flag-icon-squared {
  background-image: url(../images/flags/1x1/et.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-fi {
  background-image: url(../images/flags/fi.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-fi.flag-icon-squared {
  background-image: url(../images/flags/1x1/fi.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-fj {
  background-image: url(../images/flags/fj.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-fj.flag-icon-squared {
  background-image: url(../images/flags/1x1/fj.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-fk {
  background-image: url(../images/flags/fk.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-fk.flag-icon-squared {
  background-image: url(../images/flags/1x1/fk.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-fm {
  background-image: url(../images/flags/fm.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-fm.flag-icon-squared {
  background-image: url(../images/flags/1x1/fm.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-fo {
  background-image: url(../images/flags/fo.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-fo.flag-icon-squared {
  background-image: url(../images/flags/1x1/fo.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-fr {
  background-image: url(../images/flags/fr.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-fr.flag-icon-squared {
  background-image: url(../images/flags/1x1/fr.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ga {
  background-image: url(../images/flags/ga.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ga.flag-icon-squared {
  background-image: url(../images/flags/1x1/ga.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-gb {
  background-image: url(../images/flags/gb.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-gb.flag-icon-squared {
  background-image: url(../images/flags/1x1/gb.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-gd {
  background-image: url(../images/flags/gd.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-gd.flag-icon-squared {
  background-image: url(../images/flags/1x1/gd.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ge {
  background-image: url(../images/flags/ge.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ge.flag-icon-squared {
  background-image: url(../images/flags/1x1/ge.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-gf {
  background-image: url(../images/flags/gf.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-gf.flag-icon-squared {
  background-image: url(../images/flags/1x1/gf.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-gg {
  background-image: url(../images/flags/gg.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-gg.flag-icon-squared {
  background-image: url(../images/flags/1x1/gg.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-gh {
  background-image: url(../images/flags/gh.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-gh.flag-icon-squared {
  background-image: url(../images/flags/1x1/gh.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-gi {
  background-image: url(../images/flags/gi.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-gi.flag-icon-squared {
  background-image: url(../images/flags/1x1/gi.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-gl {
  background-image: url(../images/flags/gl.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-gl.flag-icon-squared {
  background-image: url(../images/flags/1x1/gl.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-gm {
  background-image: url(../images/flags/gm.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-gm.flag-icon-squared {
  background-image: url(../images/flags/1x1/gm.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-gn {
  background-image: url(../images/flags/gn.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-gn.flag-icon-squared {
  background-image: url(../images/flags/1x1/gn.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-gp {
  background-image: url(../images/flags/gp.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-gp.flag-icon-squared {
  background-image: url(../images/flags/1x1/gp.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-gq {
  background-image: url(../images/flags/gq.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-gq.flag-icon-squared {
  background-image: url(../images/flags/1x1/gq.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-gr {
  background-image: url(../images/flags/gr.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-gr.flag-icon-squared {
  background-image: url(../images/flags/1x1/gr.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-gs {
  background-image: url(../images/flags/gs.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-gs.flag-icon-squared {
  background-image: url(../images/flags/1x1/gs.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-gt {
  background-image: url(../images/flags/gt.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-gt.flag-icon-squared {
  background-image: url(../images/flags/1x1/gt.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-gu {
  background-image: url(../images/flags/gu.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-gu.flag-icon-squared {
  background-image: url(../images/flags/1x1/gu.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-gw {
  background-image: url(../images/flags/gw.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-gw.flag-icon-squared {
  background-image: url(../images/flags/1x1/gw.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-gy {
  background-image: url(../images/flags/gy.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-gy.flag-icon-squared {
  background-image: url(../images/flags/1x1/gy.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-hk {
  background-image: url(../images/flags/hk.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-hk.flag-icon-squared {
  background-image: url(../images/flags/1x1/hk.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-hm {
  background-image: url(../images/flags/hm.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-hm.flag-icon-squared {
  background-image: url(../images/flags/1x1/hm.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-hn {
  background-image: url(../images/flags/hn.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-hn.flag-icon-squared {
  background-image: url(../images/flags/1x1/hn.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-hr {
  background-image: url(../images/flags/hr.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-hr.flag-icon-squared {
  background-image: url(../images/flags/1x1/hr.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ht {
  background-image: url(../images/flags/ht.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ht.flag-icon-squared {
  background-image: url(../images/flags/1x1/ht.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-hu {
  background-image: url(../images/flags/hu.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-hu.flag-icon-squared {
  background-image: url(../images/flags/1x1/hu.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-id {
  background-image: url(../images/flags/id.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-id.flag-icon-squared {
  background-image: url(../images/flags/1x1/id.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ie {
  background-image: url(../images/flags/ie.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ie.flag-icon-squared {
  background-image: url(../images/flags/1x1/ie.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-il {
  background-image: url(../images/flags/il.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-il.flag-icon-squared {
  background-image: url(../images/flags/1x1/il.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-im {
  background-image: url(../images/flags/im.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-im.flag-icon-squared {
  background-image: url(../images/flags/1x1/im.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-in {
  background-image: url(../images/flags/in.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-in.flag-icon-squared {
  background-image: url(../images/flags/1x1/in.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-io {
  background-image: url(../images/flags/io.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-io.flag-icon-squared {
  background-image: url(../images/flags/1x1/io.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-iq {
  background-image: url(../images/flags/iq.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-iq.flag-icon-squared {
  background-image: url(../images/flags/1x1/iq.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ir {
  background-image: url(../images/flags/ir.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ir.flag-icon-squared {
  background-image: url(../images/flags/1x1/ir.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-is {
  background-image: url(../images/flags/is.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-is.flag-icon-squared {
  background-image: url(../images/flags/1x1/is.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-it {
  background-image: url(../images/flags/it.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-it.flag-icon-squared {
  background-image: url(../images/flags/1x1/it.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-je {
  background-image: url(../images/flags/je.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-je.flag-icon-squared {
  background-image: url(../images/flags/1x1/je.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-jm {
  background-image: url(../images/flags/jm.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-jm.flag-icon-squared {
  background-image: url(../images/flags/1x1/jm.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-jo {
  background-image: url(../images/flags/jo.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-jo.flag-icon-squared {
  background-image: url(../images/flags/1x1/jo.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-jp {
  background-image: url(../images/flags/jp.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-jp.flag-icon-squared {
  background-image: url(../images/flags/1x1/jp.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ke {
  background-image: url(../images/flags/ke.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ke.flag-icon-squared {
  background-image: url(../images/flags/1x1/ke.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-kg {
  background-image: url(../images/flags/kg.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-kg.flag-icon-squared {
  background-image: url(../images/flags/1x1/kg.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-kh {
  background-image: url(../images/flags/kh.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-kh.flag-icon-squared {
  background-image: url(../images/flags/1x1/kh.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ki {
  background-image: url(../images/flags/ki.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ki.flag-icon-squared {
  background-image: url(../images/flags/1x1/ki.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-km {
  background-image: url(../images/flags/km.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-km.flag-icon-squared {
  background-image: url(../images/flags/1x1/km.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-kn {
  background-image: url(../images/flags/kn.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-kn.flag-icon-squared {
  background-image: url(../images/flags/1x1/kn.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-kp {
  background-image: url(../images/flags/kp.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-kp.flag-icon-squared {
  background-image: url(../images/flags/1x1/kp.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-kr {
  background-image: url(../images/flags/kr.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-kr.flag-icon-squared {
  background-image: url(../images/flags/1x1/kr.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-kw {
  background-image: url(../images/flags/kw.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-kw.flag-icon-squared {
  background-image: url(../images/flags/1x1/kw.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ky {
  background-image: url(../images/flags/ky.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ky.flag-icon-squared {
  background-image: url(../images/flags/1x1/ky.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-kz {
  background-image: url(../images/flags/kz.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-kz.flag-icon-squared {
  background-image: url(../images/flags/1x1/kz.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-la {
  background-image: url(../images/flags/la.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-la.flag-icon-squared {
  background-image: url(../images/flags/1x1/la.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-lb {
  background-image: url(../images/flags/lb.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-lb.flag-icon-squared {
  background-image: url(../images/flags/1x1/lb.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-lc {
  background-image: url(../images/flags/lc.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-lc.flag-icon-squared {
  background-image: url(../images/flags/1x1/lc.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-li {
  background-image: url(../images/flags/li.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-li.flag-icon-squared {
  background-image: url(../images/flags/1x1/li.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-lk {
  background-image: url(../images/flags/lk.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-lk.flag-icon-squared {
  background-image: url(../images/flags/1x1/lk.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-lr {
  background-image: url(../images/flags/lr.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-lr.flag-icon-squared {
  background-image: url(../images/flags/1x1/lr.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ls {
  background-image: url(../images/flags/ls.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ls.flag-icon-squared {
  background-image: url(../images/flags/1x1/ls.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-lt {
  background-image: url(../images/flags/lt.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-lt.flag-icon-squared {
  background-image: url(../images/flags/1x1/lt.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-lu {
  background-image: url(../images/flags/lu.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-lu.flag-icon-squared {
  background-image: url(../images/flags/1x1/lu.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-lv {
  background-image: url(../images/flags/lv.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-lv.flag-icon-squared {
  background-image: url(../images/flags/1x1/lv.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ly {
  background-image: url(../images/flags/ly.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ly.flag-icon-squared {
  background-image: url(../images/flags/1x1/ly.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ma {
  background-image: url(../images/flags/ma.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ma.flag-icon-squared {
  background-image: url(../images/flags/1x1/ma.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-mc {
  background-image: url(../images/flags/mc.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-mc.flag-icon-squared {
  background-image: url(../images/flags/1x1/mc.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-md {
  background-image: url(../images/flags/md.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-md.flag-icon-squared {
  background-image: url(../images/flags/1x1/md.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-me {
  background-image: url(../images/flags/me.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-me.flag-icon-squared {
  background-image: url(../images/flags/1x1/me.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-mf {
  background-image: url(../images/flags/mf.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-mf.flag-icon-squared {
  background-image: url(../images/flags/1x1/mf.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-mg {
  background-image: url(../images/flags/mg.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-mg.flag-icon-squared {
  background-image: url(../images/flags/1x1/mg.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-mh {
  background-image: url(../images/flags/mh.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-mh.flag-icon-squared {
  background-image: url(../images/flags/1x1/mh.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-mk {
  background-image: url(../images/flags/mk.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-mk.flag-icon-squared {
  background-image: url(../images/flags/1x1/mk.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ml {
  background-image: url(../images/flags/ml.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ml.flag-icon-squared {
  background-image: url(../images/flags/1x1/ml.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-mm {
  background-image: url(../images/flags/mm.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-mm.flag-icon-squared {
  background-image: url(../images/flags/1x1/mm.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-mn {
  background-image: url(../images/flags/mn.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-mn.flag-icon-squared {
  background-image: url(../images/flags/1x1/mn.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-mo {
  background-image: url(../images/flags/mo.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-mo.flag-icon-squared {
  background-image: url(../images/flags/1x1/mo.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-mp {
  background-image: url(../images/flags/mp.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-mp.flag-icon-squared {
  background-image: url(../images/flags/1x1/mp.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-mq {
  background-image: url(../images/flags/mq.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-mq.flag-icon-squared {
  background-image: url(../images/flags/1x1/mq.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-mr {
  background-image: url(../images/flags/mr.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-mr.flag-icon-squared {
  background-image: url(../images/flags/1x1/mr.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ms {
  background-image: url(../images/flags/ms.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ms.flag-icon-squared {
  background-image: url(../images/flags/1x1/ms.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-mt {
  background-image: url(../images/flags/mt.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-mt.flag-icon-squared {
  background-image: url(../images/flags/1x1/mt.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-mu {
  background-image: url(../images/flags/mu.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-mu.flag-icon-squared {
  background-image: url(../images/flags/1x1/mu.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-mv {
  background-image: url(../images/flags/mv.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-mv.flag-icon-squared {
  background-image: url(../images/flags/1x1/mv.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-mw {
  background-image: url(../images/flags/mw.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-mw.flag-icon-squared {
  background-image: url(../images/flags/1x1/mw.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-mx {
  background-image: url(../images/flags/mx.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-mx.flag-icon-squared {
  background-image: url(../images/flags/1x1/mx.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-my {
  background-image: url(../images/flags/my.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-my.flag-icon-squared {
  background-image: url(../images/flags/1x1/my.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-mz {
  background-image: url(../images/flags/mz.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-mz.flag-icon-squared {
  background-image: url(../images/flags/1x1/mz.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-na {
  background-image: url(../images/flags/na.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-na.flag-icon-squared {
  background-image: url(../images/flags/1x1/na.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-nc {
  background-image: url(../images/flags/nc.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-nc.flag-icon-squared {
  background-image: url(../images/flags/1x1/nc.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ne {
  background-image: url(../images/flags/ne.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ne.flag-icon-squared {
  background-image: url(../images/flags/1x1/ne.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-nf {
  background-image: url(../images/flags/nf.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-nf.flag-icon-squared {
  background-image: url(../images/flags/1x1/nf.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ng {
  background-image: url(../images/flags/ng.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ng.flag-icon-squared {
  background-image: url(../images/flags/1x1/ng.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ni {
  background-image: url(../images/flags/ni.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ni.flag-icon-squared {
  background-image: url(../images/flags/1x1/ni.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-nl {
  background-image: url(../images/flags/nl.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-nl.flag-icon-squared {
  background-image: url(../images/flags/1x1/nl.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-no {
  background-image: url(../images/flags/no.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-no.flag-icon-squared {
  background-image: url(../images/flags/1x1/no.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-np {
  background-image: url(../images/flags/np.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-np.flag-icon-squared {
  background-image: url(../images/flags/1x1/np.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-nr {
  background-image: url(../images/flags/nr.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-nr.flag-icon-squared {
  background-image: url(../images/flags/1x1/nr.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-nu {
  background-image: url(../images/flags/nu.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-nu.flag-icon-squared {
  background-image: url(../images/flags/1x1/nu.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-nz {
  background-image: url(../images/flags/nz.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-nz.flag-icon-squared {
  background-image: url(../images/flags/1x1/nz.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-om {
  background-image: url(../images/flags/om.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-om.flag-icon-squared {
  background-image: url(../images/flags/1x1/om.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-pa {
  background-image: url(../images/flags/pa.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-pa.flag-icon-squared {
  background-image: url(../images/flags/1x1/pa.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-pe {
  background-image: url(../images/flags/pe.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-pe.flag-icon-squared {
  background-image: url(../images/flags/1x1/pe.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-pf {
  background-image: url(../images/flags/pf.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-pf.flag-icon-squared {
  background-image: url(../images/flags/1x1/pf.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-pg {
  background-image: url(../images/flags/pg.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-pg.flag-icon-squared {
  background-image: url(../images/flags/1x1/pg.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ph {
  background-image: url(../images/flags/ph.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ph.flag-icon-squared {
  background-image: url(../images/flags/1x1/ph.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-pk {
  background-image: url(../images/flags/pk.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-pk.flag-icon-squared {
  background-image: url(../images/flags/1x1/pk.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-pl {
  background-image: url(../images/flags/pl.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-pl.flag-icon-squared {
  background-image: url(../images/flags/1x1/pl.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-pm {
  background-image: url(../images/flags/pm.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-pm.flag-icon-squared {
  background-image: url(../images/flags/1x1/pm.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-pn {
  background-image: url(../images/flags/pn.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-pn.flag-icon-squared {
  background-image: url(../images/flags/1x1/pn.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-pr {
  background-image: url(../images/flags/pr.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-pr.flag-icon-squared {
  background-image: url(../images/flags/1x1/pr.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ps {
  background-image: url(../images/flags/ps.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ps.flag-icon-squared {
  background-image: url(../images/flags/1x1/ps.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-pt {
  background-image: url(../images/flags/pt.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-pt.flag-icon-squared {
  background-image: url(../images/flags/1x1/pt.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-pw {
  background-image: url(../images/flags/pw.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-pw.flag-icon-squared {
  background-image: url(../images/flags/1x1/pw.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-py {
  background-image: url(../images/flags/py.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-py.flag-icon-squared {
  background-image: url(../images/flags/1x1/py.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-qa {
  background-image: url(../images/flags/qa.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-qa.flag-icon-squared {
  background-image: url(../images/flags/1x1/qa.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-re {
  background-image: url(../images/flags/re.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-re.flag-icon-squared {
  background-image: url(../images/flags/1x1/re.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ro {
  background-image: url(../images/flags/ro.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ro.flag-icon-squared {
  background-image: url(../images/flags/1x1/ro.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-rs {
  background-image: url(../images/flags/rs.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-rs.flag-icon-squared {
  background-image: url(../images/flags/1x1/rs.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ru {
  background-image: url(../images/flags/ru.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ru.flag-icon-squared {
  background-image: url(../images/flags/1x1/ru.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-rw {
  background-image: url(../images/flags/rw.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-rw.flag-icon-squared {
  background-image: url(../images/flags/1x1/rw.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-sa {
  background-image: url(../images/flags/sa.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-sa.flag-icon-squared {
  background-image: url(../images/flags/1x1/sa.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-sb {
  background-image: url(../images/flags/sb.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-sb.flag-icon-squared {
  background-image: url(../images/flags/1x1/sb.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-sc {
  background-image: url(../images/flags/sc.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-sc.flag-icon-squared {
  background-image: url(../images/flags/1x1/sc.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-sd {
  background-image: url(../images/flags/sd.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-sd.flag-icon-squared {
  background-image: url(../images/flags/1x1/sd.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-se {
  background-image: url(../images/flags/se.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-se.flag-icon-squared {
  background-image: url(../images/flags/1x1/se.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-sg {
  background-image: url(../images/flags/sg.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-sg.flag-icon-squared {
  background-image: url(../images/flags/1x1/sg.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-sh {
  background-image: url(../images/flags/sh.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-sh.flag-icon-squared {
  background-image: url(../images/flags/1x1/sh.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-si {
  background-image: url(../images/flags/si.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-si.flag-icon-squared {
  background-image: url(../images/flags/1x1/si.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-sj {
  background-image: url(../images/flags/sj.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-sj.flag-icon-squared {
  background-image: url(../images/flags/1x1/sj.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-sk {
  background-image: url(../images/flags/sk.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-sk.flag-icon-squared {
  background-image: url(../images/flags/1x1/sk.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-sl {
  background-image: url(../images/flags/sl.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-sl.flag-icon-squared {
  background-image: url(../images/flags/1x1/sl.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-sm {
  background-image: url(../images/flags/sm.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-sm.flag-icon-squared {
  background-image: url(../images/flags/1x1/sm.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-sn {
  background-image: url(../images/flags/sn.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-sn.flag-icon-squared {
  background-image: url(../images/flags/1x1/sn.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-so {
  background-image: url(../images/flags/so.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-so.flag-icon-squared {
  background-image: url(../images/flags/1x1/so.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-sr {
  background-image: url(../images/flags/sr.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-sr.flag-icon-squared {
  background-image: url(../images/flags/1x1/sr.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ss {
  background-image: url(../images/flags/ss.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ss.flag-icon-squared {
  background-image: url(../images/flags/1x1/ss.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-st {
  background-image: url(../images/flags/st.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-st.flag-icon-squared {
  background-image: url(../images/flags/1x1/st.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-sv {
  background-image: url(../images/flags/sv.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-sv.flag-icon-squared {
  background-image: url(../images/flags/1x1/sv.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-sx {
  background-image: url(../images/flags/sx.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-sx.flag-icon-squared {
  background-image: url(../images/flags/1x1/sx.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-sy {
  background-image: url(../images/flags/sy.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-sy.flag-icon-squared {
  background-image: url(../images/flags/1x1/sy.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-sz {
  background-image: url(../images/flags/sz.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-sz.flag-icon-squared {
  background-image: url(../images/flags/1x1/sz.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-tc {
  background-image: url(../images/flags/tc.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-tc.flag-icon-squared {
  background-image: url(../images/flags/1x1/tc.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-td {
  background-image: url(../images/flags/td.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-td.flag-icon-squared {
  background-image: url(../images/flags/1x1/td.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-tf {
  background-image: url(../images/flags/tf.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-tf.flag-icon-squared {
  background-image: url(../images/flags/1x1/tf.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-tg {
  background-image: url(../images/flags/tg.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-tg.flag-icon-squared {
  background-image: url(../images/flags/1x1/tg.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-th {
  background-image: url(../images/flags/th.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-th.flag-icon-squared {
  background-image: url(../images/flags/1x1/th.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-tj {
  background-image: url(../images/flags/tj.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-tj.flag-icon-squared {
  background-image: url(../images/flags/1x1/tj.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-tk {
  background-image: url(../images/flags/tk.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-tk.flag-icon-squared {
  background-image: url(../images/flags/1x1/tk.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-tl {
  background-image: url(../images/flags/tl.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-tl.flag-icon-squared {
  background-image: url(../images/flags/1x1/tl.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-tm {
  background-image: url(../images/flags/tm.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-tm.flag-icon-squared {
  background-image: url(../images/flags/1x1/tm.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-tn {
  background-image: url(../images/flags/tn.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-tn.flag-icon-squared {
  background-image: url(../images/flags/1x1/tn.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-to {
  background-image: url(../images/flags/to.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-to.flag-icon-squared {
  background-image: url(../images/flags/1x1/to.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-tr {
  background-image: url(../images/flags/tr.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-tr.flag-icon-squared {
  background-image: url(../images/flags/1x1/tr.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-tt {
  background-image: url(../images/flags/tt.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-tt.flag-icon-squared {
  background-image: url(../images/flags/1x1/tt.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-tv {
  background-image: url(../images/flags/tv.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-tv.flag-icon-squared {
  background-image: url(../images/flags/1x1/tv.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-tw {
  background-image: url(../images/flags/tw.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-tw.flag-icon-squared {
  background-image: url(../images/flags/1x1/tw.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-tz {
  background-image: url(../images/flags/tz.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-tz.flag-icon-squared {
  background-image: url(../images/flags/1x1/tz.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ua {
  background-image: url(../images/flags/ua.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ua.flag-icon-squared {
  background-image: url(../images/flags/1x1/ua.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ug {
  background-image: url(../images/flags/ug.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ug.flag-icon-squared {
  background-image: url(../images/flags/1x1/ug.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-um {
  background-image: url(../images/flags/um.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-um.flag-icon-squared {
  background-image: url(../images/flags/1x1/um.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-us {
  background-image: url(../images/flags/us.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-us.flag-icon-squared {
  background-image: url(../images/flags/1x1/us.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-uy {
  background-image: url(../images/flags/uy.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-uy.flag-icon-squared {
  background-image: url(../images/flags/1x1/uy.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-uz {
  background-image: url(../images/flags/uz.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-uz.flag-icon-squared {
  background-image: url(../images/flags/1x1/uz.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-va {
  background-image: url(../images/flags/va.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-va.flag-icon-squared {
  background-image: url(../images/flags/1x1/va.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-vc {
  background-image: url(../images/flags/vc.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-vc.flag-icon-squared {
  background-image: url(../images/flags/1x1/vc.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ve {
  background-image: url(../images/flags/ve.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ve.flag-icon-squared {
  background-image: url(../images/flags/1x1/ve.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-vg {
  background-image: url(../images/flags/vg.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-vg.flag-icon-squared {
  background-image: url(../images/flags/1x1/vg.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-vi {
  background-image: url(../images/flags/vi.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-vi.flag-icon-squared {
  background-image: url(../images/flags/1x1/vi.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-vn {
  background-image: url(../images/flags/vn.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-vn.flag-icon-squared {
  background-image: url(../images/flags/1x1/vn.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-vu {
  background-image: url(../images/flags/vu.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-vu.flag-icon-squared {
  background-image: url(../images/flags/1x1/vu.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-wf {
  background-image: url(../images/flags/wf.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-wf.flag-icon-squared {
  background-image: url(../images/flags/1x1/wf.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ws {
  background-image: url(../images/flags/ws.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ws.flag-icon-squared {
  background-image: url(../images/flags/1x1/ws.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ye {
  background-image: url(../images/flags/ye.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-ye.flag-icon-squared {
  background-image: url(../images/flags/1x1/ye.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-yt {
  background-image: url(../images/flags/yt.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-yt.flag-icon-squared {
  background-image: url(../images/flags/1x1/yt.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-za {
  background-image: url(../images/flags/za.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-za.flag-icon-squared {
  background-image: url(../images/flags/1x1/za.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-zm {
  background-image: url(../images/flags/zm.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-zm.flag-icon-squared {
  background-image: url(../images/flags/1x1/zm.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-zw {
  background-image: url(../images/flags/zw.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-zw.flag-icon-squared {
  background-image: url(../images/flags/1x1/zw.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-eu {
  background-image: url(../images/flags/eu.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-eu.flag-icon-squared {
  background-image: url(../images/flags/1x1/eu.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-gb-eng {
  background-image: url(../images/flags/gb-eng.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(../images/flags/1x1/gb-eng.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-gb-nir {
  background-image: url(../images/flags/gb-nir.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-gb-nir.flag-icon-squared {
  background-image: url(../images/flags/1x1/gb-nir.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-gb-sct {
  background-image: url(../images/flags/gb-sct.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(../images/flags/1x1/gb-sct.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-gb-wls {
  background-image: url(../images/flags/gb-wls.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(../images/flags/1x1/gb-wls.svg);
}

/* line 22, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-un {
  background-image: url(../images/flags/un.svg);
}
/* line 24, ../bower_components/flag-icon-css/sass/_flag-icon-base.scss */
.flag-icon-un.flag-icon-squared {
  background-image: url(../images/flags/1x1/un.svg);
}

/* line 34, ../sass/responsive.scss */
.languages-selector {
  float: right;
  background-color: rgba(255, 255, 255, 0.5);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: relative;
  z-index: 10;
  min-width: 165px;
}
/* line 43, ../sass/responsive.scss */
.languages-selector.languages-selector_active {
  padding-bottom: 5px;
}
@media (max-width: 991px) {
  /* line 34, ../sass/responsive.scss */
  .languages-selector {
    float: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    min-width: 0;
  }
}

/* line 55, ../sass/responsive.scss */
.languages-selector--toggle {
  color: #111111;
  font-weight: 500;
  text-transform: uppercase;
  padding: 8px 10px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  display: block;
}
/* line 65, ../sass/responsive.scss */
.languages-selector--toggle:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-70%);
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #111111 transparent transparent transparent;
  transform-origin: center top;
  width: 0;
  height: 0;
}
/* line 81, ../sass/responsive.scss */
.languages-selector_active .languages-selector--toggle:before {
  transform: translateY(70%) rotate(180deg);
}
@media (max-width: 991px) {
  /* line 55, ../sass/responsive.scss */
  .languages-selector--toggle {
    display: none;
  }
}

/* line 91, ../sass/responsive.scss */
.languages-selector--list {
  display: none;
}
@media (max-width: 991px) {
  /* line 91, ../sass/responsive.scss */
  .languages-selector--list {
    display: block;
  }
}
/* line 98, ../sass/responsive.scss */
.languages-selector--list .flag-icon {
  vertical-align: 1px;
}
@media (max-width: 991px) {
  /* line 98, ../sass/responsive.scss */
  .languages-selector--list .flag-icon {
    margin-right: 10px;
  }
}
/* line 106, ../sass/responsive.scss */
.languages-selector_active .languages-selector--list {
  display: block;
}
/* line 110, ../sass/responsive.scss */
#Navigation .languages-selector--list {
  position: relative;
  left: 0;
}
/* line 114, ../sass/responsive.scss */
#Navigation .languages-selector--list li {
  float: none;
  margin: 0;
}
/* line 118, ../sass/responsive.scss */
#Navigation .languages-selector--list li.languages-selector--list-item_active a {
  background-color: #111111;
  color: #ffffff;
  cursor: default;
}
/* line 124, ../sass/responsive.scss */
#Navigation .languages-selector--list li a {
  color: #111111;
  font-weight: 500;
  background-color: transparent;
  padding: 0 8px;
}
/* line 130, ../sass/responsive.scss */
#Navigation .languages-selector--list li a:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  /* line 124, ../sass/responsive.scss */
  #Navigation .languages-selector--list li a {
    padding: 10px;
  }
}
/* line 142, ../sass/responsive.scss */
.subsite-china #Navigation .languages-selector--list li {
  margin: 0;
}
