@import url(https://fonts.googleapis.com/css?family=Oxygen:400,700,300);
@font-face {
  font-family: 'GalanoGrotesque-Regular';
  src: url('/themecms/theme/fonts/GalanoGrotesque-Regular-webfont.woff2') format('woff2'), url('/themecms/theme/fonts/GalanoGrotesque-Regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GalanoGrotesque-SemiBold';
  src: url('/themecms/theme/fonts/GalanoGrotesque-SemiBold-webfont.woff2') format('woff2'), url('/themecms/theme/fonts/GalanoGrotesque-SemiBold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GalanoGrotesque-Light';
  src: url('/themecms/theme/fonts/GalanoGrotesque-Light-webfont.woff2') format('woff2'), url('/themecms/theme/fonts/GalanoGrotesque-Light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GalanoGrotesque-Bold';
  src: url('/themecms/theme/fonts/GalanoGrotesque-Bold-webfont.woff2') format('woff2'), url('/themecms/theme/fonts/GalanoGrotesque-Bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* Main Navigation */
.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
