@font-face {
  font-family: 'texgyreherosregular';
  src:
    url('../fonts/texgyreheros-regular-webfont.woff') format('woff'),
    url('../fonts/texgyreheros-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'texgyreherosbold';
  src:
    url('../fonts/texgyreheros-bold-webfont.woff') format('woff'),
    url('../fonts/texgyreheros-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'texgyreheroscnbold';
  src:
    url('../fonts/texgyreheroscn-bold-webfont.woff') format('woff'),
    url('../fonts/texgyreheroscn-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'eb_garamond_12_all_scallsc';
  src:
    url('../fonts/ebgaramond12-allsc-webfont.woff2') format('woff2'),
    url('../fonts/ebgaramond12-allsc-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'eb_garamond_sc12_regular';
  src:
  url('../fonts/ebgaramondsc12-regular-webfont.woff2') format('woff2'),
  url('../fonts/ebgaramondsc12-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'eb_garamond12_italic';
  src:
    url('../fonts/ebgaramond12-italic-webfont.woff2') format('woff2'),
    url('../fonts/ebgaramond12-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'eb_garamond12_regular';
  src:
    url('../fonts/ebgaramond12-regular-webfont.woff2') format('woff2'),
    url('../fonts/ebgaramond12-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'eb_garamond08_italic';
  src:
    url('../fonts/ebgaramond08-italic-webfont.woff2') format('woff2'),
    url('../fonts/ebgaramond08-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'eb_garamond08_regular';
  src:
    url('../fonts/ebgaramond08-regular-webfont.woff2') format('woff2'),
    url('../fonts/ebgaramond08-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'eb_garamond_sc08_regular';
  src:
    url('../fonts/ebgaramondsc08-regular-webfont.woff2') format('woff2'),
    url('../fonts/ebgaramondsc08-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src:
    url('../fonts/fontawesome-webfont.woff2') format('woff2'),
    url('../fonts/fontawesome-webfont.woff') format('woff'),
    url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.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 */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.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);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-bars:before {
  content: "\f0c9";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-user:before {
  content: "\f007";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-star:before {
  content: "\f005";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-university:before {
  content: "\f19c";
}

.fa-check:before {
  content: "\f00c";
}

.fa-times:before {
  content: "\f00d";
}

.fa-external-link:before {
  content: "\f08e";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-exclamation-triangle {
  color: #fff600;
  position: relative;
}
.fa-circle:before {
  content: "\f111"
}
.fa-circle-thin:before {
  content: "\f1db"
}
.fa-dot-circle:before {
  content: "\f192"
}
/* Fix low contrast exclamation point for SS */
span.fa.fa-exclamation-triangle.fa-2x:after {
  content: "";
  position: absolute;
  display: block;
  top: 8px;
  left: 7px;
  z-index: -1;
  width: 18px;
  height: 18px;
  background-color: #041e42;
  border-radius: 50%;
}
