
/* line 14, ../../../../../../../../Ruby200/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_grid.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

small {
  font-size: 80%;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
/* line 16, ../../../../../../_source/sass/partials/oe/_bxslider.scss */
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}
/* line 21, ../../../../../../_source/sass/partials/oe/_bxslider.scss */
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
/* line 25, ../../../../../../_source/sass/partials/oe/_bxslider.scss */
.bx-wrapper .bx-viewport {
  border: 5px solid transparent;
  left: -5px;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
/* line 35, ../../../../../../_source/sass/partials/oe/_bxslider.scss */
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* line 40, ../../../../../../_source/sass/partials/oe/_bxslider.scss */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/bxslider/bx_loader.gif) center center no-repeat white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* line 50, ../../../../../../_source/sass/partials/oe/_bxslider.scss */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
/* line 57, ../../../../../../_source/sass/partials/oe/_bxslider.scss */
.bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
/* line 63, ../../../../../../_source/sass/partials/oe/_bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
/* line 68, ../../../../../../_source/sass/partials/oe/_bxslider.scss */
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 79, ../../../../../../_source/sass/partials/oe/_bxslider.scss */
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
/* line 83, ../../../../../../_source/sass/partials/oe/_bxslider.scss */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../images/bxslider/controls.png) no-repeat 0 -32px;
}
/* line 87, ../../../../../../_source/sass/partials/oe/_bxslider.scss */
.bx-wrapper .bx-next {
  right: 10px;
  background: url(../images/bxslider/controls.png) no-repeat -43px -32px;
}
/* line 91, ../../../../../../_source/sass/partials/oe/_bxslider.scss */
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
/* line 94, ../../../../../../_source/sass/partials/oe/_bxslider.scss */
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
/* line 97, ../../../../../../_source/sass/partials/oe/_bxslider.scss */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
}
/* line 106, ../../../../../../_source/sass/partials/oe/_bxslider.scss */
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* line 110, ../../../../../../_source/sass/partials/oe/_bxslider.scss */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
/* line 112, ../../../../../../_source/sass/partials/oe/_bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../images/bxslider/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
/* line 120, ../../../../../../_source/sass/partials/oe/_bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
/* line 124, ../../../../../../_source/sass/partials/oe/_bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../images/bxslider/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
/* line 132, ../../../../../../_source/sass/partials/oe/_bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* line 138, ../../../../../../_source/sass/partials/oe/_bxslider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
/* line 142, ../../../../../../_source/sass/partials/oe/_bxslider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* line 147, ../../../../../../_source/sass/partials/oe/_bxslider.scss */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
/* line 154, ../../../../../../_source/sass/partials/oe/_bxslider.scss */
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/** THEME
===================================*/
/* LOADER */
/* PAGER */
/* DIRECTION CONTROLS (NEXT / PREV) */
/* AUTO CONTROLS (START / STOP) */
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* IMAGE CAPTIONS */
/* line 1, ../../../../../../_source/sass/partials/_nyroModal.scss */
.nyroModalBg {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.7;
}

/* line 11, ../../../../../../_source/sass/partials/_nyroModal.scss */
.nmReposition {
  position: absolute;
}

/* line 14, ../../../../../../_source/sass/partials/_nyroModal.scss */
.nyroModalCloseButton {
  top: -13px;
  right: -13px;
  width: 12px;
  height: 12px;
  text-indent: -9999em;
  background: url(../images/close.gif);
}

/* line 22, ../../../../../../_source/sass/partials/_nyroModal.scss */
.nyroModalTitle {
  top: -26px;
  left: 0;
  margin: 0;
  font-size: 1.1em;
  color: #ddd;
}

/* line 29, ../../../../../../_source/sass/partials/_nyroModal.scss */
.nyroModalCont {
  position: absolute;
  border: 4px solid #777;
  margin: 25px;
  background: #fff;
}

/* line 35, ../../../../../../_source/sass/partials/_nyroModal.scss */
.nyroModalCont iframe {
  width: 600px;
  height: 400px;
}

/* line 39, ../../../../../../_source/sass/partials/_nyroModal.scss */
.nyroModalError {
  border: 4px solid red;
  color: red;
  width: 250px;
  height: 250px;
}

/* line 45, ../../../../../../_source/sass/partials/_nyroModal.scss */
.nyroModalError div {
  min-width: 0;
  min-height: 0;
  padding: 10px;
}

/* line 50, ../../../../../../_source/sass/partials/_nyroModal.scss */
.nyroModalLink, .nyroModalDom, .nyroModalForm, .nyroModalFormFile {
  position: relative;
  padding: 10px;
  min-height: 250px;
  min-width: 240px;
  max-width: 1000px;
}

/* line 57, ../../../../../../_source/sass/partials/_nyroModal.scss */
.nyroModalImage, .nyroModalSwf, .nyroModalIframe, .nyroModalIframeForm {
  position: relative;
  overflow: hidden;
}

/* line 61, ../../../../../../_source/sass/partials/_nyroModal.scss */
.nyroModalImage img {
  vertical-align: top;
}

/* line 64, ../../../../../../_source/sass/partials/_nyroModal.scss */
.nyroModalHidden {
  left: -9999em;
  top: -9999em;
}

/* line 68, ../../../../../../_source/sass/partials/_nyroModal.scss */
.nyroModalLoad {
  position: absolute;
  width: 100px;
  height: 100px;
  background: white url(../images/ajaxLoader.gif) no-repeat center;
  padding: 0;
}

/* line 75, ../../../../../../_source/sass/partials/_nyroModal.scss */
.nyroModalPrev, .nyroModalNext {
  outline: none;
  position: absolute;
  top: 0;
  height: 60%;
  width: 150px;
  min-height: 50px;
  max-height: 300px;
  cursor: pointer;
  text-indent: -9999em;
  background: transparent url("data:image/gif;base64,AAAA") left 20% no-repeat;
}

/* line 87, ../../../../../../_source/sass/partials/_nyroModal.scss */
.nyroModalImage .nyroModalPrev, .nyroModalImage .nyroModalNext {
  height: 100%;
  width: 40%;
  max-height: none;
}

/* line 92, ../../../../../../_source/sass/partials/_nyroModal.scss */
.nyroModalPrev {
  left: 0;
}

/* line 95, ../../../../../../_source/sass/partials/_nyroModal.scss */
.nyroModalPrev:hover {
  background-image: url(../images/prev.gif);
}

/* line 98, ../../../../../../_source/sass/partials/_nyroModal.scss */
.nyroModalNext {
  right: 0;
  background-position: right 20%;
}

/* line 102, ../../../../../../_source/sass/partials/_nyroModal.scss */
.nyroModalNext:hover {
  background-position: right 20%;
  background-image: url(../images/next.gif);
}

.tooltip {
  position: static;
  z-index: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
/* line 5, ../../../../../../_source/sass/partials/_tooltipster.scss */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
  if greater that the natural height of the tooltip, will be enforced
  in browsers that support display:flex */
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute;
}

/* line 16, ../../../../../../_source/sass/partials/_tooltipster.scss */
.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
  and flex-basis auto for IE11- (at least) */
  flex: 1 1 auto;
}

/* line 22, ../../../../../../_source/sass/partials/_tooltipster.scss */
.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

/* line 32, ../../../../../../_source/sass/partials/_tooltipster.scss */
.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

/* ANIMATIONS */
/* Open/close animations */
/* fade */
/* line 49, ../../../../../../_source/sass/partials/_tooltipster.scss */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
/* line 57, ../../../../../../_source/sass/partials/_tooltipster.scss */
.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

/* grow */
/* line 64, ../../../../../../_source/sass/partials/_tooltipster.scss */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}
/* line 77, ../../../../../../_source/sass/partials/_tooltipster.scss */
.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* swing */
/* line 94, ../../../../../../_source/sass/partials/_tooltipster.scss */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
/* line 107, ../../../../../../_source/sass/partials/_tooltipster.scss */
.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

/* fall */
/* line 125, ../../../../../../_source/sass/partials/_tooltipster.scss */
.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
/* line 138, ../../../../../../_source/sass/partials/_tooltipster.scss */
.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}
/* line 144, ../../../../../../_source/sass/partials/_tooltipster.scss */
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

/* slide */
/* line 157, ../../../../../../_source/sass/partials/_tooltipster.scss */
.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
/* line 170, ../../../../../../_source/sass/partials/_tooltipster.scss */
.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}
/* line 176, ../../../../../../_source/sass/partials/_tooltipster.scss */
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@keyframes tooltipster-fading {
  /* line 197, ../../../../../../_source/sass/partials/_tooltipster.scss */
  0% {
    opacity: 0;
  }

  /* line 201, ../../../../../../_source/sass/partials/_tooltipster.scss */
  100% {
    opacity: 1;
  }
}

/* line 206, ../../../../../../_source/sass/partials/_tooltipster.scss */
.tooltipster-update-fade {
  animation: tooltipster-fading 400ms;
}

/* rotate */
@keyframes tooltipster-rotating {
  /* line 213, ../../../../../../_source/sass/partials/_tooltipster.scss */
  25% {
    transform: rotate(-2deg);
  }

  /* line 217, ../../../../../../_source/sass/partials/_tooltipster.scss */
  75% {
    transform: rotate(2deg);
  }

  /* line 221, ../../../../../../_source/sass/partials/_tooltipster.scss */
  100% {
    transform: rotate(0);
  }
}

/* line 226, ../../../../../../_source/sass/partials/_tooltipster.scss */
.tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms;
}

/* scale */
@keyframes tooltipster-scaling {
  /* line 233, ../../../../../../_source/sass/partials/_tooltipster.scss */
  50% {
    transform: scale(1.1);
  }

  /* line 237, ../../../../../../_source/sass/partials/_tooltipster.scss */
  100% {
    transform: scale(1);
  }
}

/* line 242, ../../../../../../_source/sass/partials/_tooltipster.scss */
.tooltipster-update-scale {
  animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
/* line 256, ../../../../../../_source/sass/partials/_tooltipster.scss */
.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid black;
  border-radius: 4px;
}
/* line 262, ../../../../../../_source/sass/partials/_tooltipster.scss */
.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}
/* line 266, ../../../../../../_source/sass/partials/_tooltipster.scss */
.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}
/* line 270, ../../../../../../_source/sass/partials/_tooltipster.scss */
.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}
/* line 274, ../../../../../../_source/sass/partials/_tooltipster.scss */
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}
/* line 278, ../../../../../../_source/sass/partials/_tooltipster.scss */
.tooltipster-sidetip .tooltipster-content {
  color: white;
  line-height: 18px;
  padding: 6px 14px;
}
/* line 284, ../../../../../../_source/sass/partials/_tooltipster.scss */
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}
/* line 289, ../../../../../../_source/sass/partials/_tooltipster.scss */
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: 0;
  width: 20px;
}
/* line 298, ../../../../../../_source/sass/partials/_tooltipster.scss */
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
  been positioned yet */
  top: 0;
  width: 10px;
}
/* line 309, ../../../../../../_source/sass/partials/_tooltipster.scss */
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px;
}
/* line 319, ../../../../../../_source/sass/partials/_tooltipster.scss */
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}
/* line 326, ../../../../../../_source/sass/partials/_tooltipster.scss */
.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}
/* line 332, ../../../../../../_source/sass/partials/_tooltipster.scss */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}
/* line 336, ../../../../../../_source/sass/partials/_tooltipster.scss */
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0px;
  top: 3px;
}
/* line 342, ../../../../../../_source/sass/partials/_tooltipster.scss */
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0px;
}
/* line 348, ../../../../../../_source/sass/partials/_tooltipster.scss */
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0px;
}
/* line 354, ../../../../../../_source/sass/partials/_tooltipster.scss */
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0px;
  top: -3px;
}
/* line 360, ../../../../../../_source/sass/partials/_tooltipster.scss */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}
/* line 366, ../../../../../../_source/sass/partials/_tooltipster.scss */
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: black;
}
/* line 370, ../../../../../../_source/sass/partials/_tooltipster.scss */
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: black;
}
/* line 374, ../../../../../../_source/sass/partials/_tooltipster.scss */
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: black;
}
/* line 378, ../../../../../../_source/sass/partials/_tooltipster.scss */
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: black;
}
/* line 382, ../../../../../../_source/sass/partials/_tooltipster.scss */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}
/* line 386, ../../../../../../_source/sass/partials/_tooltipster.scss */
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}
/* line 390, ../../../../../../_source/sass/partials/_tooltipster.scss */
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}

/* .tooltipster-content */
/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
/* .tooltipster-arrow-background */
/* .tooltipster-arrow-border */
/* tooltipster-arrow-uncropped */
/* line 1, ../../../../../../_source/sass/partials/_typography.scss */
body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  color: #444444;
}

/* line 12, ../../../../../../_source/sass/partials/_typography.scss */
html, iframe {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

/* line 24, ../../../../../../_source/sass/partials/_typography.scss */
h1, h2, h3, h4, h5, h6, p, a {
  letter-spacing: normal !important;
}

/* line 32, ../../../../../../_source/sass/partials/_typography.scss */
h1 {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 400;
  font-family: 'Nexa', "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  margin-bottom: 5px;
  padding-bottom: 0;
  color: #333333;
}
/* line 40, ../../../../../../_source/sass/partials/_typography.scss */
.main h1 {
  line-height: 1.1em;
}
/* line 44, ../../../../../../_source/sass/partials/_typography.scss */
.splash h1 {
  line-height: 1.0em;
  font-size: 26px;
  font-size: 1.625rem;
  margin-top: 10px;
}
/* line 48, ../../../../../../_source/sass/partials/_typography.scss */
.splash h1 span {
  font-size: 40%;
}
@media (min-width: 73em) {
  /* line 53, ../../../../../../_source/sass/partials/_typography.scss */
  .header-container h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (min-width: 73em) {
  /* line 53, ../../../../../../_source/sass/partials/_typography.scss */
  .header-container h1 {
    font-size: 62px;
    font-size: 3.875rem;
  }
}

/* line 66, ../../../../../../_source/sass/partials/_typography.scss */
h2 {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.11111;
  font-weight: 400;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  margin-bottom: 5px;
  padding-bottom: 0;
  color: #333333;
}
/* line 74, ../../../../../../_source/sass/partials/_typography.scss */
.callout-container h2 {
  color: white;
  font-size: 22px !important;
}
/* line 79, ../../../../../../_source/sass/partials/_typography.scss */
.callout-right h2 {
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: 700;
  margin-bottom: 0px;
}
@media (min-width: 73em) {
  /* line 79, ../../../../../../_source/sass/partials/_typography.scss */
  .callout-right h2 {
    font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
  }
}

/* line 92, ../../../../../../_source/sass/partials/_typography.scss */
h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  color: #333333;
  margin-bottom: 0;
}
/* line 99, ../../../../../../_source/sass/partials/_typography.scss */
h3.section-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
  margin-bottom: -10px;
}
/* line 105, ../../../../../../_source/sass/partials/_typography.scss */
h3.secondary-space {
  margin-top: 30px;
}
@media (min-width: 73em) {
  /* line 105, ../../../../../../_source/sass/partials/_typography.scss */
  h3.secondary-space {
    margin-top: 30px;
  }
}

/* line 113, ../../../../../../_source/sass/partials/_typography.scss */
table td {
  font-weight: 400;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  color: dimgrey;
}

/* line 117, ../../../../../../_source/sass/partials/_typography.scss */
.main-container h3 {
  color: #ce0058;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  line-height: 1.25em;
}

/* line 123, ../../../../../../_source/sass/partials/_typography.scss */
.main-container p {
  font-weight: 400;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  color: #000;
}

/* line 127, ../../../../../../_source/sass/partials/_typography.scss */
.article {
  color: #ce0058;
}

/* line 131, ../../../../../../_source/sass/partials/_typography.scss */
.stats div {
  display: block;
}
/* line 133, ../../../../../../_source/sass/partials/_typography.scss */
.stats div p {
  font-weight: 400;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  margin: 0;
  padding: 1em;
}

/* line 143, ../../../../../../_source/sass/partials/_typography.scss */
.library-category-spanish h4 {
  margin-bottom: 0;
}
/* line 147, ../../../../../../_source/sass/partials/_typography.scss */
.article-main h4.highlight {
  font-size: 5px;
  font-size: 0.3125rem;
}
/* line 150, ../../../../../../_source/sass/partials/_typography.scss */
.article-main h4.highlight + p {
  margin-top: 0;
}

/* line 156, ../../../../../../_source/sass/partials/_typography.scss */
h5 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
  font-weight: 700;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  color: black;
  margin-top: 16px;
  margin-bottom: -10px;
}
/* line 165, ../../../../../../_source/sass/partials/_typography.scss */
.article-block .main-right h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 8px;
  margin-bottom: 22px;
}

/* line 181, ../../../../../../_source/sass/partials/_typography.scss */
.article-main li {
  color: dimgrey;
  margin-bottom: 0 !important;
}
/* line 187, ../../../../../../_source/sass/partials/_typography.scss */
footer ul li .sub-menu a {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}
/* line 191, ../../../../../../_source/sass/partials/_typography.scss */
footer ul li:first-child {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  display: block;
}
@media (min-width: 73em) {
  /* line 191, ../../../../../../_source/sass/partials/_typography.scss */
  footer ul li:first-child {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/* line 206, ../../../../../../_source/sass/partials/_typography.scss */
.footnotes li {
  font-size: 10px !important;
  color: black;
}
@media (min-width: 73em) {
  /* line 206, ../../../../../../_source/sass/partials/_typography.scss */
  .footnotes li {
    font-size: 10px;
    font-size: 0.625rem;
    color: #8c8c8c;
  }
}
/* line 216, ../../../../../../_source/sass/partials/_typography.scss */
.drLahrContainer ul li {
  font-weight: 400;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  color: #ce0058;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (min-width: 73em) {
  /* line 216, ../../../../../../_source/sass/partials/_typography.scss */
  .drLahrContainer ul li {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}
/* line 228, ../../../../../../_source/sass/partials/_typography.scss */
.drLahrContent .videoList li {
  font-weight: 700;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-size: 16px;
  font-size: 1rem;
}

/* line 234, ../../../../../../_source/sass/partials/_typography.scss */
a {
  color: #8dc63f;
  text-decoration: none;
  font-weight: 700;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}
/* line 239, ../../../../../../_source/sass/partials/_typography.scss */
.orange_callout a {
  color: white;
}
/* line 243, ../../../../../../_source/sass/partials/_typography.scss */
.orange_callout .tiny-text a {
  color: #8dc63f;
  text-decoration: none;
  font-weight: 700;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}
/* line 250, ../../../../../../_source/sass/partials/_typography.scss */
.breadcrumb a, .footer-breadcrumb a {
  font-weight: 700;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
}
/* line 255, ../../../../../../_source/sass/partials/_typography.scss */
.contact_info a {
  color: black;
  text-decoration: underline;
  font: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}

/* line 288, ../../../../../../_source/sass/partials/_typography.scss */
a:hover {
  color: black;
  text-decoration: none;
}
/* line 293, ../../../../../../_source/sass/partials/_typography.scss */
a.video-icon {
  padding-right: 30px;
  background: transparent url("../images/video-icon.png") no-repeat right center;
  display: inline-block !important;
}
/* line 299, ../../../../../../_source/sass/partials/_typography.scss */
a.alt-video-icon {
  margin-left: -30px;
  padding-left: 30px;
  background: transparent url("../images/video-icon.png") no-repeat left center;
  display: inline-block !important;
}
/* line 306, ../../../../../../_source/sass/partials/_typography.scss */
.callout-left a {
  display: inline-block;
  font-weight: 700;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  padding: 9px 10px 5px 10px;
  text-align: center;
  background-color: #c177c1;
  color: white;
}
/* line 313, ../../../../../../_source/sass/partials/_typography.scss */
.callout-left a:hover {
  color: white;
}
/* line 318, ../../../../../../_source/sass/partials/_typography.scss */
.callout-middle a {
  display: inline-block;
  font-weight: 700;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  padding: 9px 10px 5px 10px;
  text-align: center;
  background-color: #e2669b;
  color: white;
}
/* line 325, ../../../../../../_source/sass/partials/_typography.scss */
.callout-middle a:hover {
  color: white;
}
/* line 330, ../../../../../../_source/sass/partials/_typography.scss */
.article-list a {
  text-decoration: underline;
  color: dimgrey;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}
/* line 335, ../../../../../../_source/sass/partials/_typography.scss */
.article-list a:hover {
  text-decoration: none;
  color: #8dc63f;
}
/* line 341, ../../../../../../_source/sass/partials/_typography.scss */
.related li a {
  color: #8dc63f;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}
/* line 345, ../../../../../../_source/sass/partials/_typography.scss */
.related li a:hover {
  color: black;
}
/* line 350, ../../../../../../_source/sass/partials/_typography.scss */
.action-box li a {
  color: dimgrey;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}
/* line 356, ../../../../../../_source/sass/partials/_typography.scss */
.action-box li a:hover {
  color: #8dc63f;
  cursor: pointer;
}
/* line 362, ../../../../../../_source/sass/partials/_typography.scss */
.ready-made a {
  display: block;
  float: left;
  height: 173px;
  width: 144px;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 3.46;
  color: white;
  font-weight: 400;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  text-align: center;
  background: #afd779;
}
@media (min-width: 73em) {
  /* line 362, ../../../../../../_source/sass/partials/_typography.scss */
  .ready-made a {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}
/* line 379, ../../../../../../_source/sass/partials/_typography.scss */
.start-own a {
  width: 265px;
  float: left;
  display: block;
  height: 105px;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 2.1;
  color: white;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: 400;
  background-color: #dd4d8a;
  text-align: center;
  margin: 32px 35px 0;
}
@media (min-width: 73em) {
  /* line 379, ../../../../../../_source/sass/partials/_typography.scss */
  .start-own a {
    width: 290px;
    font-size: 55px;
    font-size: 3.4375rem;
    margin: 32px 54px 0;
  }
}

/* line 401, ../../../../../../_source/sass/partials/_typography.scss */
.article-main p {
  color: dimgrey;
}
/* line 405, ../../../../../../_source/sass/partials/_typography.scss */
.article-main p.source_paragraph {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.4;
  padding-left: 40px;
}
/* line 412, ../../../../../../_source/sass/partials/_typography.scss */
.ready-made p, .start-own p {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 73em) {
  /* line 412, ../../../../../../_source/sass/partials/_typography.scss */
  .ready-made p, .start-own p {
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/* line 424, ../../../../../../_source/sass/partials/_typography.scss */
.splash p.subheader {
  line-height: 20px;
  color: #333333;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 73em) {
  /* line 424, ../../../../../../_source/sass/partials/_typography.scss */
  .splash p.subheader {
    line-height: 24px;
  }
}
/* line 434, ../../../../../../_source/sass/partials/_typography.scss */
.header-container p {
  color: white;
}
/* line 438, ../../../../../../_source/sass/partials/_typography.scss */
.callout-container p {
  font-size: 12px;
  font-size: 0.75rem;
  min-height: 75px;
}
@media (min-width: 73em) {
  /* line 438, ../../../../../../_source/sass/partials/_typography.scss */
  .callout-container p {
    font-size: 11px;
    font-size: 0.6875rem;
    min-height: inherit;
  }
}
/* line 448, ../../../../../../_source/sass/partials/_typography.scss */
.article-main p.highlight {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.18182;
  color: #ce0058;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: 700;
  margin: 0 !important;
}
/* line 455, ../../../../../../_source/sass/partials/_typography.scss */
.article-main p strong {
  font-weight: bold;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: 700;
}
/* line 460, ../../../../../../_source/sass/partials/_typography.scss */
.drLahrContent .videoList li p {
  color: #8dc63f;
  font-size: 16px;
  font-size: 1rem;
}
/* line 465, ../../../../../../_source/sass/partials/_typography.scss */
.drLahrContent .videoList p {
  color: dimgrey;
}

/* line 473, ../../../../../../_source/sass/partials/_typography.scss */
.odd-large-text-rules strong {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 0.41667;
}
/* line 477, ../../../../../../_source/sass/partials/_typography.scss */
.drLahrContainer .info strong {
  font-family: 'Nexa';
  font-weight: 700;
}

/* line 485, ../../../../../../_source/sass/partials/_typography.scss */
hr {
  border: solid #9f9f9f;
  border-width: 1px 0 0;
  clear: both;
  margin-bottom: 20px;
  height: 0;
}
/* line 492, ../../../../../../_source/sass/partials/_typography.scss */
footer hr {
  margin: 0 auto 0px;
  border-color: #d5d5d5;
  width: 96%;
}
@media (min-width: 73em) {
  /* line 485, ../../../../../../_source/sass/partials/_typography.scss */
  hr {
    width: 100%;
  }
}

/* line 504, ../../../../../../_source/sass/partials/_typography.scss */
article ol {
  font-size: 16px;
  font-size: 1rem;
  color: dimgrey;
  margin-left: 0;
  padding: 0 0 0 20px;
  font-weight: 400;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}
/* line 511, ../../../../../../_source/sass/partials/_typography.scss */
article ol.notfootnotes {
  font-size: 16px;
  font-size: 1rem;
  color: dimgrey;
}
/* line 516, ../../../../../../_source/sass/partials/_typography.scss */
article ul {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  color: dimgrey;
}

/* line 524, ../../../../../../_source/sass/partials/_typography.scss */
.article-image em {
  float: left;
  font-size: 12px;
  font-size: 0.75rem;
  color: dimgrey;
  padding-top: 6px;
}
@media (min-width: 73em) {
  /* line 524, ../../../../../../_source/sass/partials/_typography.scss */
  .article-image em {
    float: right;
    padding-top: 12px;
  }
}

/* line 544, ../../../../../../_source/sass/partials/_typography.scss */
.h1-subheader {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  color: dimgrey;
  padding-top: 10px;
  margin: 0 0 0 0 !important;
}

/* line 553, ../../../../../../_source/sass/partials/_typography.scss */
.subheader {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  color: dimgrey;
  padding-top: 0;
  margin: 0 0 12px 0;
}

/* line 562, ../../../../../../_source/sass/partials/_typography.scss */
.special-text {
  width: 100%;
  float: left;
  padding-top: 25px;
}
@media (min-width: 73em) {
  /* line 562, ../../../../../../_source/sass/partials/_typography.scss */
  .special-text {
    width: 100%;
    float: left;
    padding-top: 25px;
  }
}

/* line 574, ../../../../../../_source/sass/partials/_typography.scss */
.odd-large-text-rules {
  width: 100%;
  float: left;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}

/* line 581, ../../../../../../_source/sass/partials/_typography.scss */
.big-text {
  font-size: 80px;
  font-size: 5rem;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: 400;
  float: left;
  width: 100%;
  padding-top: 25px;
  margin-left: -8px;
}
@media (min-width: 73em) {
  /* line 581, ../../../../../../_source/sass/partials/_typography.scss */
  .big-text {
    font-size: 60px;
    font-size: 3.75rem;
    float: left;
    width: 130px;
    padding-top: 7px;
    margin-left: -4px;
  }
}

/* line 599, ../../../../../../_source/sass/partials/_typography.scss */
.special-text-except-not-always {
  width: 100%;
  float: left;
  padding-top: 15px;
}

/* line 605, ../../../../../../_source/sass/partials/_typography.scss */
.medium-text {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: 400;
  float: left;
  width: 100%;
  padding-top: 20px;
  margin-left: -4px;
}
@media (min-width: 73em) {
  /* line 605, ../../../../../../_source/sass/partials/_typography.scss */
  .medium-text {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}

/* line 619, ../../../../../../_source/sass/partials/_typography.scss */
.small-text {
  width: 100%;
  float: left;
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 25px;
  font-weight: 400;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}
@media (min-width: 73em) {
  /* line 619, ../../../../../../_source/sass/partials/_typography.scss */
  .small-text {
    width: 185px;
    float: left;
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 0px;
    margin-top: -14px;
  }
}

/* line 635, ../../../../../../_source/sass/partials/_typography.scss */
.small-text-left {
  width: 100%;
  float: left;
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 5px;
  font-weight: 400;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}

/* line 643, ../../../../../../_source/sass/partials/_typography.scss */
.with-special-margin-left {
  margin-left: 0px;
}
@media (min-width: 73em) {
  /* line 643, ../../../../../../_source/sass/partials/_typography.scss */
  .with-special-margin-left {
    margin-left: 65px;
  }
}

/* line 651, ../../../../../../_source/sass/partials/_typography.scss */
.small-medium-text {
  width: 100%;
  float: left;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.11111;
  padding: 0 0 5px 0;
  font-weight: 400;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}

/* line 659, ../../../../../../_source/sass/partials/_typography.scss */
.small-text-top, .small-text-bottom {
  width: 100%;
  float: left;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}
/* line 664, ../../../../../../_source/sass/partials/_typography.scss */
.small-text-top ol, .small-text-bottom ol {
  font-size: 12px;
  font-size: 0.75rem;
}

/* line 669, ../../../../../../_source/sass/partials/_typography.scss */
.small-text-bottom {
  padding-top: 15px;
}

/* line 673, ../../../../../../_source/sass/partials/_typography.scss */
.tiny-text {
  width: 100%;
  float: left;
  font-size: 9px;
  font-size: 0.5625rem;
  line-height: 1.22222;
  margin-top: 0px;
}
@media (min-width: 73em) {
  /* line 673, ../../../../../../_source/sass/partials/_typography.scss */
  .tiny-text {
    margin-top: 10px;
  }
}

/* line 684, ../../../../../../_source/sass/partials/_typography.scss */
.section-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.125;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: 700;
  padding-bottom: 12px;
}
/* line 690, ../../../../../../_source/sass/partials/_typography.scss */
.main .section-text {
  font-weight: 400;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}

/* line 695, ../../../../../../_source/sass/partials/_typography.scss */
.newsLink {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.125;
  font-weight: 700;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: normal;
}

/* line 701, ../../../../../../_source/sass/partials/_typography.scss */
.footnotes, .small {
  font-size: 10px !important;
}

/* line 705, ../../../../../../_source/sass/partials/_typography.scss */
.contact_info {
  margin: 0 0 8px;
  font: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}

/* line 710, ../../../../../../_source/sass/partials/_typography.scss */
.dark {
  color: dimgrey !important;
}

/* line 729, ../../../../../../_source/sass/partials/_typography.scss */
.headline-helper {
  color: #8dc63f;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}
/* line 734, ../../../../../../_source/sass/partials/_typography.scss */
.headline-helper:hover {
  color: #8dc63f;
}

/* line 739, ../../../../../../_source/sass/partials/_typography.scss */
.watchNow {
  font-weight: 700;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: left;
  color: white;
}
/* line 744, ../../../../../../_source/sass/partials/_typography.scss */
.watchNow .icon-right-dir {
  color: #f1c400;
}
/* line 747, ../../../../../../_source/sass/partials/_typography.scss */
.watchNow:hover {
  color: #f1c400;
}

/* line 752, ../../../../../../_source/sass/partials/_typography.scss */
.wellness-text {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  color: black;
  font-weight: 400;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  text-align: center;
}

/* line 759, ../../../../../../_source/sass/partials/_typography.scss */
#download-video-link {
  text-transform: uppercase;
  font-size: 0.9em;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  text-decoration: none !important;
  text-align: center;
  color: white;
}

/* line 768, ../../../../../../_source/sass/partials/_typography.scss */
.calendar-generate {
  font-weight: 700;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  color: white;
}
/* line 774, ../../../../../../_source/sass/partials/_typography.scss */
.calendar-generate:hover {
  color: white;
}

/* line 779, ../../../../../../_source/sass/partials/_typography.scss */
.footer_section_title {
  color: #9f9f9f;
  font-weight: 700;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}

/* line 784, ../../../../../../_source/sass/partials/_typography.scss */
.term-text {
  font-size: 9px;
  font-size: 0.5625rem;
  color: dimgrey;
}

/* line 790, ../../../../../../_source/sass/partials/_typography.scss */
.share-box {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  color: black;
}
@media (min-width: 44em) {
  /* line 790, ../../../../../../_source/sass/partials/_typography.scss */
  .share-box {
    text-align: right;
  }
}
@media (min-width: 73em) {
  /* line 790, ../../../../../../_source/sass/partials/_typography.scss */
  .share-box {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/* line 894, ../../../../../../_source/sass/partials/_typography.scss */
.article-main .highlight {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.18182;
  color: #ce0058;
  font-weight: 700;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}
/* line 900, ../../../../../../_source/sass/partials/_typography.scss */
.article-main .highlight .small,
.article-main .highlight .footnotes {
  font-size: 10px !important;
  line-height: 17px !important;
}

/* line 909, ../../../../../../_source/sass/partials/_typography.scss */
.formContainer p {
  color: dimgrey !important;
}
/* line 913, ../../../../../../_source/sass/partials/_typography.scss */
.formContainer label {
  color: dimgrey !important;
}
/* line 917, ../../../../../../_source/sass/partials/_typography.scss */
.formContainer #submitBtn {
  font-weight: 700;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
}

/* line 926, ../../../../../../_source/sass/partials/_typography.scss */
.right_footer .sub-link, .right_footer .menu-item a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.07143;
  font-weight: 700;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  color: dimgrey;
}
@media (min-width: 73em) {
  /* line 926, ../../../../../../_source/sass/partials/_typography.scss */
  .right_footer .sub-link, .right_footer .menu-item a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/* line 939, ../../../../../../_source/sass/partials/_typography.scss */
.drLahrContainer .info {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.5;
}
@media (min-width: 73em) {
  /* line 939, ../../../../../../_source/sass/partials/_typography.scss */
  .drLahrContainer .info {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

@font-face {
  font-family: 'eyesite';
  src: url("../fonts/eyesite.eot");
  src: url("../fonts/eyesite.eot#iefix") format("embedded-opentype"), url("../fonts/eyesite.woff") format("woff"), url("../fonts/eyesite.ttf") format("truetype"), url("../fonts/eyesite.svg#eyesite") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 1014, ../../../../../../_source/sass/partials/_typography.scss */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "eyesite";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
}

/* line 1035, ../../../../../../_source/sass/partials/_typography.scss */
.printfriendly-text2 {
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}

/* line 1041, ../../../../../../_source/sass/partials/_typography.scss */
.icon-pinterest:before {
  content: '\e804';
}

/* 'î „' */
/* line 1042, ../../../../../../_source/sass/partials/_typography.scss */
.icon-linkedin:before {
  content: '\e803';
}

/* 'î ƒ' */
/* line 1043, ../../../../../../_source/sass/partials/_typography.scss */
.icon-twitter:before {
  content: '\e801';
}

/* 'î ' */
/* line 1044, ../../../../../../_source/sass/partials/_typography.scss */
.icon-youtube:before {
  content: '\e800';
}

/* 'î €' */
/* line 1045, ../../../../../../_source/sass/partials/_typography.scss */
.icon-facebook:before {
  content: '\e802';
}

/* 'î ‚' */
/* line 1046, ../../../../../../_source/sass/partials/_typography.scss */
.icon-right-dir:before {
  content: '\e805';
}

/* 'î …' */
/* line 1047, ../../../../../../_source/sass/partials/_typography.scss */
.icon-left-dir:before {
  content: '\e806';
}

/* 'î †' */
/* line 1048, ../../../../../../_source/sass/partials/_typography.scss */
.icon-print:before {
  content: '\e809';
}

/* 'î ‰' */
/* line 1049, ../../../../../../_source/sass/partials/_typography.scss */
.icon-share:before {
  content: '\e807';
}

/* 'î ‡' */
/* line 1050, ../../../../../../_source/sass/partials/_typography.scss */
.icon-download:before {
  content: '\e808';
}

/* 'î ˆ' */
/* line 1051, ../../../../../../_source/sass/partials/_typography.scss */
.icon-to-end-1:before {
  content: '\e80d';
}

/* 'î ' */
/* line 1052, ../../../../../../_source/sass/partials/_typography.scss */
.icon-to-start-1:before {
  content: '\e80c';
}

/* 'î Œ' */
/* line 1, ../../../../../../_source/sass/partials/oe/_layout.scss */
body {
  font-weight: 400;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  color: #292929;
}

/* line 6, ../../../../../../_source/sass/partials/oe/_layout.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

/* line 10, ../../../../../../_source/sass/partials/oe/_layout.scss */
address {
  font-weight: 600;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-size: 13px;
  font-style: normal;
}

/* line 16, ../../../../../../_source/sass/partials/oe/_layout.scss */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

/* line 22, ../../../../../../_source/sass/partials/oe/_layout.scss */
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

/* line 28, ../../../../../../_source/sass/partials/oe/_layout.scss */
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 36, ../../../../../../_source/sass/partials/oe/_layout.scss */
.oe img {
  max-width: 100%;
  height: auto;
}
/* line 40, ../../../../../../_source/sass/partials/oe/_layout.scss */
.oe a {
  color: #ce0058;
  font-weight: 400;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  text-decoration: underline;
}

/* line 48, ../../../../../../_source/sass/partials/oe/_layout.scss */
.oe-hero img {
  display: block;
  height: auto;
  width: 100%;
}

/* line 55, ../../../../../../_source/sass/partials/oe/_layout.scss */
.page-template-page-open-enrollment {
  color: #4f4f4f;
  background-color: #fff !important; 
}
/* line 57, ../../../../../../_source/sass/partials/oe/_layout.scss */
.page-template-page-open-enrollment #content {
  background: #981d97;
  color: #fff;
  padding-bottom: 0;
}
/* line 62, ../../../../../../_source/sass/partials/oe/_layout.scss */
.page-template-page-open-enrollment .placeholder {
  color: #aaa;
}
/* line 65, ../../../../../../_source/sass/partials/oe/_layout.scss */
.page-template-page-open-enrollment .oe-hero {
  background-position: 75% 0%;
  background-repeat: no-repeat;
  min-height: 330px;
  margin-top: 60px;
}
@media (min-width: 119em) {
  /* line 65, ../../../../../../_source/sass/partials/oe/_layout.scss */
  .page-template-page-open-enrollment .oe-hero {
    background-size: 100%;
  }
}
/* line 72, ../../../../../../_source/sass/partials/oe/_layout.scss */
.page-template-page-open-enrollment .oe-hero img {
  padding-left: 10px;
  padding-top: 30px;
  width: 120px;
}
@media (min-width: 52em) {
  /* line 72, ../../../../../../_source/sass/partials/oe/_layout.scss */
  .page-template-page-open-enrollment .oe-hero img {
    padding-top: 50px;
    width: auto;
  }
}
/* line 82, ../../../../../../_source/sass/partials/oe/_layout.scss */
.page-template-page-open-enrollment .oe-container {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
/* line 87, ../../../../../../_source/sass/partials/oe/_layout.scss */
.page-template-page-open-enrollment .oe-footer {
  background: #f3f3f3;
}
/* line 90, ../../../../../../_source/sass/partials/oe/_layout.scss */
.page-template-page-open-enrollment .oe-header {
  font-size: 30px;
  font-size: 1.875rem;
  text-transform: uppercase;
}
/* line 94, ../../../../../../_source/sass/partials/oe/_layout.scss */
.page-template-page-open-enrollment .entry-content {
  padding-top: 20px;
}
/* line 96, ../../../../../../_source/sass/partials/oe/_layout.scss */
.page-template-page-open-enrollment .entry-content h1 {
  color: #fff;
  font-size: 2.25rem;
}
/* line 100, ../../../../../../_source/sass/partials/oe/_layout.scss */
.page-template-page-open-enrollment .oe-asset-title {
  color: #4f4f4f;
  margin-bottom: .5em;
}
/* line 104, ../../../../../../_source/sass/partials/oe/_layout.scss */
.page-template-page-open-enrollment .oe-prefooter {
    background: #36982e;
    color: #fff;
}

.page-template-page-open-enrollment .oe-prefooter p {
  color: #fff !important;
  font-weight: 600;
}
/* line 107, ../../../../../../_source/sass/partials/oe/_layout.scss */
.page-template-page-open-enrollment .oe-prefooter a {
  color: #fff;
  text-decoration: underline;
}
.page-template-page-open-enrollment .oe-prefooter a:link, .page-template-page-open-enrollment .oe-prefooter a:visited {
  font-weight: 600;
  color: #fff !important;
  text-decoration: underline !important;
}
.page-template-page-open-enrollment .oe-prefooter a:hover, .page-template-page-open-enrollment .oe-prefooter a:active {
  font-weight: 600;
  color: #fff !important;
  text-decoration: underline !important;
}
/* line 110, ../../../../../../_source/sass/partials/oe/_layout.scss */
.page-template-page-open-enrollment .oe-prefooter img {
  margin-bottom: 125px;
}
/* line 113, ../../../../../../_source/sass/partials/oe/_layout.scss */
.page-template-page-open-enrollment .oe-prefooter .oe-g-6 {
  padding: 25px 50px;
}
/* line 115, ../../../../../../_source/sass/partials/oe/_layout.scss */
.page-template-page-open-enrollment .oe-prefooter .oe-g-6.last {
  padding: 0;
}
/* line 117, ../../../../../../_source/sass/partials/oe/_layout.scss */
.page-template-page-open-enrollment .oe-prefooter .oe-g-6.last img {
  display: block;
  margin: 0;
}
/* line 124, ../../../../../../_source/sass/partials/oe/_layout.scss */
.page-template-page-open-enrollment .oe-body {
  margin-bottom: 2em;
}
/* line 127, ../../../../../../_source/sass/partials/oe/_layout.scss */
.page-template-page-open-enrollment .oe-tabs {
  background: #e7f3d6;
  border: none;
}
/* line 131, ../../../../../../_source/sass/partials/oe/_layout.scss */
.page-template-page-open-enrollment .etabs li .active {
  background: #e7f3d6;
  border: none;
  color: #4f4f4f;
}
/* line 136, ../../../../../../_source/sass/partials/oe/_layout.scss */
.page-template-page-open-enrollment .etabs li a {
    background: #36982e;
    font-weight: 600;
    border: none;
    color: #fff;
}
.page-template-page-open-enrollment .etabs li a:hover, .page-template-page-open-enrollment .etabs li a:active {
  color: inherit !important;
}
/* line 142, ../../../../../../_source/sass/partials/oe/_layout.scss */
.page-template-page-open-enrollment .oe-thumb {
  width: 100%;
}
/* line 145, ../../../../../../_source/sass/partials/oe/_layout.scss */
.page-template-page-open-enrollment .oe-video {
  clear: both;
  border: 1px solid #dbdbdb;
  padding: 10px;
}
/* line 150, ../../../../../../_source/sass/partials/oe/_layout.scss */
.page-template-page-open-enrollment .oe-controls {
  background: #fff;
  border: 1px solid #dbdbdb;
  text-align: center;
  margin-bottom: 5px;
}
@media (min-width: 40em) {
  /* line 156, ../../../../../../_source/sass/partials/oe/_layout.scss */
  .page-template-page-open-enrollment .oe-header-wrap {
    float: left;
  }
}
/* line 160, ../../../../../../_source/sass/partials/oe/_layout.scss */
.page-template-page-open-enrollment .oe-header-wrap img {
  margin-left: 10px;
}
@media (min-width: 40em) {
  /* line 160, ../../../../../../_source/sass/partials/oe/_layout.scss */
  .page-template-page-open-enrollment .oe-header-wrap img {
    margin-left: 20px;
  }
}
@media (min-width: 40em) {
  /* line 167, ../../../../../../_source/sass/partials/oe/_layout.scss */
  .page-template-page-open-enrollment .oe-g-3 {
    width: 23.17073%;
    float: left;
    margin-right: 2.43902%;
    border-right: none;
    min-height: auto;
    width: 25%;
  }
}
@media (min-width: 40em) {
  /* line 174, ../../../../../../_source/sass/partials/oe/_layout.scss */
  .page-template-page-open-enrollment .oe-g-3.last {
    border-right: none;
    width: 23.17073%;
    float: right;
    margin-right: 0;
  }
}

/* line 183, ../../../../../../_source/sass/partials/oe/_layout.scss */
.oe-preview-link, .oe-download-link {
  display: inline-block;
  height: 24px;
  margin: 5px;
  text-indent: -9999em;
  width: 28px;
}

/* line 191, ../../../../../../_source/sass/partials/oe/_layout.scss */
.oe-preview-link {
  background: url(../images/ico-oe-preview.png) no-repeat;
  margin-right: 10px;
}

/* line 196, ../../../../../../_source/sass/partials/oe/_layout.scss */
.oe-download-link {
  background: url(../images/ico-oe-download.png) no-repeat;
  margin-left: 10px;
}

/* line 201, ../../../../../../_source/sass/partials/oe/_layout.scss */
.oe-skiplink:link {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
  text-transform: uppercase;
  text-decoration: underline !important;
}

/* line 208, ../../../../../../_source/sass/partials/oe/_layout.scss */
.oe-container:after, .oe-body:after, .oe-row:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 214, ../../../../../../_source/sass/partials/oe/_layout.scss */
ul, li, p {
  margin-top: 0;
}

/* line 218, ../../../../../../_source/sass/partials/oe/_layout.scss */
#content {
  background: #8dc63f;
  padding-bottom: 30px;
  margin-bottom: 2em;
}

/* line 224, ../../../../../../_source/sass/partials/oe/_layout.scss */
#download-all {
  margin-bottom: 0;
}
/* line 226, ../../../../../../_source/sass/partials/oe/_layout.scss */
#download-all span {
  margin: 0;
}
/* line 229, ../../../../../../_source/sass/partials/oe/_layout.scss */
#download-all .oe-download {
  background: #f1c400 url("../images/oe-ico-download.png") no-repeat scroll 10px 50%;
  font-weight: 400;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  padding: 10px 10px 10px 50px;
}
@media (min-width: 40em) {
  /* line 229, ../../../../../../_source/sass/partials/oe/_layout.scss */
  #download-all .oe-download {
    position: relative;
    top: -25px;
  }
}
/* line 237, ../../../../../../_source/sass/partials/oe/_layout.scss */
#download-all .oe-download a {
  font-weight: 700;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}

/* line 243, ../../../../../../_source/sass/partials/oe/_layout.scss */
.oe-g-1-of-5 {
  padding: 10px;
}
@media (min-width: 48em) {
  /* line 243, ../../../../../../_source/sass/partials/oe/_layout.scss */
  .oe-g-1-of-5 {
    width: 17.64706%;
    float: left;
    margin-right: 2.94118%;
  }
}
@media (min-width: 48em) {
  /* line 248, ../../../../../../_source/sass/partials/oe/_layout.scss */
  .oe-g-1-of-5.last {
    width: 17.64706%;
    float: right;
    margin-right: 0;
  }
}

/* line 255, ../../../../../../_source/sass/partials/oe/_layout.scss */
.oe-g-2 {
  padding: 10px;
}
@media (min-width: 40em) {
  /* line 255, ../../../../../../_source/sass/partials/oe/_layout.scss */
  .oe-g-2 {
    width: 14.63415%;
    float: left;
    margin-right: 2.43902%;
  }
}
@media (min-width: 40em) {
  /* line 260, ../../../../../../_source/sass/partials/oe/_layout.scss */
  .oe-g-2.last {
    width: 14.63415%;
    float: right;
    margin-right: 0;
  }
}

/* line 267, ../../../../../../_source/sass/partials/oe/_layout.scss */
.oe-g-3 {
  padding: 10px;
}
@media (min-width: 40em) {
  /* line 267, ../../../../../../_source/sass/partials/oe/_layout.scss */
  .oe-g-3 {
    border-right: 1px solid #b3d97e;
    float: left;
    min-height: 170px;
    width: 25%;
  }
}
@media (min-width: 40em) {
  /* line 275, ../../../../../../_source/sass/partials/oe/_layout.scss */
  .oe-g-3.last {
    float: right;
    border-right: none;
  }
}

/* line 283, ../../../../../../_source/sass/partials/oe/_layout.scss */
.oe-g-6 {
  padding: 10px;
}
@media (min-width: 40em) {
  /* line 283, ../../../../../../_source/sass/partials/oe/_layout.scss */
  .oe-g-6 {
    width: 48.78049%;
    float: left;
    margin-right: 2.43902%;
  }
}
@media (min-width: 40em) {
  /* line 288, ../../../../../../_source/sass/partials/oe/_layout.scss */
  .oe-g-6.last {
    width: 48.78049%;
    float: right;
    margin-right: 0;
  }
}

/* line 295, ../../../../../../_source/sass/partials/oe/_layout.scss */
.oe-g-7 {
  padding: 10px;
}
@media (min-width: 40em) {
  /* line 295, ../../../../../../_source/sass/partials/oe/_layout.scss */
  .oe-g-7 {
    width: 57.31707%;
    float: left;
    margin-right: 2.43902%;
  }
}
@media (min-width: 40em) {
  /* line 300, ../../../../../../_source/sass/partials/oe/_layout.scss */
  .oe-g-7.last {
    width: 57.31707%;
    float: right;
    margin-right: 0;
  }
}

/* line 307, ../../../../../../_source/sass/partials/oe/_layout.scss */
.oe-g-9 {
  padding: 10px;
}
@media (min-width: 40em) {
  /* line 307, ../../../../../../_source/sass/partials/oe/_layout.scss */
  .oe-g-9 {
    width: 74.39024%;
    float: left;
    margin-right: 2.43902%;
  }
}
@media (min-width: 40em) {
  /* line 312, ../../../../../../_source/sass/partials/oe/_layout.scss */
  .oe-g-9.last {
    width: 74.39024%;
    float: right;
    margin-right: 0;
  }
}

/* line 319, ../../../../../../_source/sass/partials/oe/_layout.scss */
.oe-g-10 {
  padding: 10px;
}
@media (min-width: 40em) {
  /* line 319, ../../../../../../_source/sass/partials/oe/_layout.scss */
  .oe-g-10 {
    width: 82.92683%;
    float: left;
    margin-right: 2.43902%;
  }
}
@media (min-width: 40em) {
  /* line 324, ../../../../../../_source/sass/partials/oe/_layout.scss */
  .oe-g-10.last {
    width: 82.92683%;
    float: right;
    margin-right: 0;
  }
}

/* line 331, ../../../../../../_source/sass/partials/oe/_layout.scss */
.oe-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 339, ../../../../../../_source/sass/partials/oe/_layout.scss */
.oe-clear {
  clear: both;
}

/* line 343, ../../../../../../_source/sass/partials/oe/_layout.scss */
.entry-content, .oe-container {
  *zoom: 1;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: auto;
  margin-right: auto;
  max-width: 80em;
  margin-bottom: 2em;
}
/* line 38, ../../../../../../../../Ruby200/lib/ruby/gems/2.1.0/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.entry-content:after, .oe-container:after {
  content: "";
  display: table;
  clear: both;
}

/* line 349, ../../../../../../_source/sass/partials/oe/_layout.scss */
.oe-link, .oe-meta, .oe-thumb {
  display: block;
}

/* line 353, ../../../../../../_source/sass/partials/oe/_layout.scss */
.oe-thumb {
  border: 1px solid #d4d4d4;
  margin-bottom: 5px;
}

/* line 358, ../../../../../../_source/sass/partials/oe/_layout.scss */
.oe-meta {
  color: #4f4f4f;
}

/* line 362, ../../../../../../_source/sass/partials/oe/_layout.scss */
.oe-tab-content {
  clear: both;
}

/* line 366, ../../../../../../_source/sass/partials/oe/_layout.scss */
.oe-link, a.oe-link {
  line-height: 1.2;
}

/* line 370, ../../../../../../_source/sass/partials/oe/_layout.scss */
.js .oe-tab-content {
  display: none;
}
/* line 372, ../../../../../../_source/sass/partials/oe/_layout.scss */
.js .oe-tab-content.active {
  display: block;
}

/* line 377, ../../../../../../_source/sass/partials/oe/_layout.scss */
.etabs {
  float: right;
  list-style: none;
  margin: 0;
  padding: 20px 0 0 0;
  position: relative;
  top: 1px;
}
/* line 384, ../../../../../../_source/sass/partials/oe/_layout.scss */
.etabs li {
  margin-right: 10px;
  padding: 0;
  float: left;
  list-style-type: none !important;
}
/* line 388, ../../../../../../_source/sass/partials/oe/_layout.scss */
.etabs li a {
  border: 1px solid #d4d4d4;
  background: #e5e5e5;
  color: #848484;
  display: block;
  font-weight: 300;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  padding: 10px;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 398, ../../../../../../_source/sass/partials/oe/_layout.scss */
.etabs li .active {
  background: #fff;
  border-bottom: 1px solid #fff;
  color: #4f4f4f;
}

/* line 406, ../../../../../../_source/sass/partials/oe/_layout.scss */
.oe-tabs {
  border: 1px solid #d4d4d4;
  clear: both;
  padding: 10px;
}

/* line 412, ../../../../../../_source/sass/partials/oe/_layout.scss */
.oe-header {
  color: #4f4f4f;
  font-size: 50px;
  font-size: 3.125rem;
  padding: 10px;
  margin: 0 0 10px;
}
@media (min-width: 40em) {
  /* line 412, ../../../../../../_source/sass/partials/oe/_layout.scss */
  .oe-header {
    float: left;
    padding: 0 0 0 10px;
  }
}

/* line 423, ../../../../../../_source/sass/partials/oe/_layout.scss */
.oe-download, a.oe-download {
  background: url(../images/oe-ico-download.png) no-repeat;
  clear: both;
  display: block;
  font-weight: 700;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  margin: 20px 10px 10px 10px;
  padding-left: 35px;
}

/* line 432, ../../../../../../_source/sass/partials/oe/_layout.scss */
.oe-footer {
  background: #f0f0f0;
  color: #777;
  padding: 30px 0;
}
/* line 436, ../../../../../../_source/sass/partials/oe/_layout.scss */
.oe-footer .oe-container {
  margin-bottom: 0;
}
/* line 439, ../../../../../../_source/sass/partials/oe/_layout.scss */
.oe-footer a {
  color: #777;
  text-decoration: none;
}

/* line 445, ../../../../../../_source/sass/partials/oe/_layout.scss */
.oe-block {
  display: block;
}

/* line 449, ../../../../../../_source/sass/partials/oe/_layout.scss */
.oe-center {
  text-align: center;
}

/* line 453, ../../../../../../_source/sass/partials/oe/_layout.scss */
.oe-row {
  clear: both;
}

/* line 457, ../../../../../../_source/sass/partials/oe/_layout.scss */
.oe .oe-more-btn {
  background-color: #ce0058;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  font-family: "Nexa", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  padding: 5px 10px;
  text-transform: uppercase;
  text-decoration: none;
}

/* line 467, ../../../../../../_source/sass/partials/oe/_layout.scss */
.oe-icon-nav {
  clear: both;
  font-size: 25px;
  padding: 10px 0;
}
/* line 471, ../../../../../../_source/sass/partials/oe/_layout.scss */
.oe-icon-nav a {
  background: url(../images/oe-ico-arrow.png) no-repeat 50% 100%;
  color: #fff;
  padding-bottom: 35px;
  text-align: center;
  text-decoration: none;
}
/* line 478, ../../../../../../_source/sass/partials/oe/_layout.scss */
.oe-icon-nav img {
  margin: 0 auto;
}

/* line 483, ../../../../../../_source/sass/partials/oe/_layout.scss */
.oe-more {
  display: none;
}

/* line 487, ../../../../../../_source/sass/partials/oe/_layout.scss */
.nyroModalYoutube {
  text-align: center;
}

/* line 491, ../../../../../../_source/sass/partials/oe/_layout.scss */
.nyroModalCont, .nyroModalCont * {
  box-sizing: content-box;
}

/* line 495, ../../../../../../_source/sass/partials/oe/_layout.scss */
.oe-disclaimer {
  padding-top: 2em;
}

/* line 499, ../../../../../../_source/sass/partials/oe/_layout.scss */
.oe-success {
  border: 1px solid #8ec63f;
  color: #8ec63f;
  margin-bottom: 2em;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
}

.oe .footer-widget a {
  color: #afafaf;
}
.oe .sf-menu > .menu-item > a {
  color: #333;
  padding-bottom: 30px;
  vertical-align: baseline;
  line-height: 2.1;
  letter-spacing: 2px !important;
}
#search-button {
  color: #333;
}
.panel-nav a {
  color: #333;
}

.sf-menu .menu-item-has-children:before {
  top: 5px;
}
