/* ----- FONT CLASSES ----- */
/* helvetica neue */
.font-helvetica-neue-ultralight, h1 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 100; }

.font-helvetica-neue-thin {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 200; }

.font-helvetica-neue {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400; }

.font-helvetica-neue-bold, h4 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700; }

/* arial */
.font-arial, body {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400; }

.font-arial-bold {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700; }

/* ----- LEADING ----- */
.leading-loose {
  line-height: 1.6em; }

.leading-normal {
  line-height: 1.4em; }

.leading-tight, h1, h2, h4 {
  line-height: 1.1em; }

/* ----- COLORS ----- */
.bg-transparent {
  background-color: transparent !important; }

.bg-transparent-hover:hover,
.bg-transparent-hover:active,
.bg-transparent-hover.active,
.active > .bg-transparent-hover,
.bg-transparent-hover:focus {
  background-color: transparent !important; }

.color-transparent {
  color: transparent !important; }

.color-transparent-hover:hover,
.color-transparent-hover:active,
.color-transparent-hover.active,
.active > .color-transparent-hover,
.color-transparent-hover:focus {
  color: transparent !important; }

.border-transparent {
  border: 1px solid transparent !important; }

.border-transparent-hover:hover,
.border-transparent-hover:active,
.border-transparent-hover.active,
.active > .border-transparent-hover,
.border-transparent-hover:focus {
  border: 1px solid transparent !important; }

.border-top-transparent {
  border-top: 1px solid transparent !important; }

.border-top-transparent-hover:hover,
.border-top-transparent-hover:active,
.border-top-transparent-hover.active,
.active > .border-top-transparent-hover,
.border-top-transparent-hover:focus {
  border-top: 1px solid transparent !important; }

.border-right-transparent {
  border-right: 1px solid transparent !important; }

.border-right-transparent-hover:hover,
.border-right-transparent-hover:active,
.border-right-transparent-hover.active,
.active > .border-right-transparent-hover,
.border-right-transparent-hover:focus {
  border-right: 1px solid transparent !important; }

.border-bottom-transparent {
  border-bottom: 1px solid transparent !important; }

.border-bottom-transparent-hover:hover,
.border-bottom-transparent-hover:active,
.border-bottom-transparent-hover.active,
.active > .border-bottom-transparent-hover,
.border-bottom-transparent-hover:focus {
  border-bottom: 1px solid transparent !important; }

.border-left-transparent {
  border-left: 1px solid transparent !important; }

.border-left-transparent-hover:hover,
.border-left-transparent-hover:active,
.border-left-transparent-hover.active,
.active > .border-left-transparent-hover,
.border-left-transparent-hover:focus {
  border-left: 1px solid transparent !important; }

.bg-transparent.gradient-right {
  background: transparent;
  /* Old browsers */
  background: linear-gradient(to right, transparent 0%, black 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=1);
  /* IE6-9 */ }

.bg-transparent.gradient-left {
  background: transparent;
  /* Old browsers */
  background: linear-gradient(to left, transparent 0%, black 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=1);
  /* IE6-9 */ }

.bg-transparent.gradient-top {
  background: transparent;
  /* Old browsers */
  background: linear-gradient(to top, transparent 0%, black 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=1, FinishX=0, FinishY=100);
  /* IE6-9 */ }

.bg-transparent.gradient-bottom {
  background: transparent;
  /* Old browsers */
  background: linear-gradient(to bottom, transparent 0%, black 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=1, FinishX=0, FinishY=100);
  /* IE6-9 */ }

.bg-white {
  background-color: #ffffff !important; }

.bg-white-hover:hover,
.bg-white-hover:active,
.bg-white-hover.active,
.active > .bg-white-hover,
.bg-white-hover:focus {
  background-color: #ffffff !important; }

.color-white {
  color: #ffffff !important; }

.color-white-hover:hover,
.color-white-hover:active,
.color-white-hover.active,
.active > .color-white-hover,
.color-white-hover:focus {
  color: #ffffff !important; }

.border-white {
  border: 1px solid #ffffff !important; }

.border-white-hover:hover,
.border-white-hover:active,
.border-white-hover.active,
.active > .border-white-hover,
.border-white-hover:focus {
  border: 1px solid #ffffff !important; }

.border-top-white {
  border-top: 1px solid #ffffff !important; }

.border-top-white-hover:hover,
.border-top-white-hover:active,
.border-top-white-hover.active,
.active > .border-top-white-hover,
.border-top-white-hover:focus {
  border-top: 1px solid #ffffff !important; }

.border-right-white {
  border-right: 1px solid #ffffff !important; }

.border-right-white-hover:hover,
.border-right-white-hover:active,
.border-right-white-hover.active,
.active > .border-right-white-hover,
.border-right-white-hover:focus {
  border-right: 1px solid #ffffff !important; }

.border-bottom-white {
  border-bottom: 1px solid #ffffff !important; }

.border-bottom-white-hover:hover,
.border-bottom-white-hover:active,
.border-bottom-white-hover.active,
.active > .border-bottom-white-hover,
.border-bottom-white-hover:focus {
  border-bottom: 1px solid #ffffff !important; }

.border-left-white {
  border-left: 1px solid #ffffff !important; }

.border-left-white-hover:hover,
.border-left-white-hover:active,
.border-left-white-hover.active,
.active > .border-left-white-hover,
.border-left-white-hover:focus {
  border-left: 1px solid #ffffff !important; }

.bg-white.gradient-right {
  background: #ffffff;
  /* Old browsers */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=1);
  /* IE6-9 */ }

.bg-white.gradient-left {
  background: #ffffff;
  /* Old browsers */
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=1);
  /* IE6-9 */ }

.bg-white.gradient-top {
  background: #ffffff;
  /* Old browsers */
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, white 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=1, FinishX=0, FinishY=100);
  /* IE6-9 */ }

.bg-white.gradient-bottom {
  background: #ffffff;
  /* Old browsers */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=1, FinishX=0, FinishY=100);
  /* IE6-9 */ }

.bg-black {
  background-color: #000000 !important; }

.bg-black-hover:hover,
.bg-black-hover:active,
.bg-black-hover.active,
.active > .bg-black-hover,
.bg-black-hover:focus {
  background-color: #000000 !important; }

.color-black {
  color: #000000 !important; }

.color-black-hover:hover,
.color-black-hover:active,
.color-black-hover.active,
.active > .color-black-hover,
.color-black-hover:focus {
  color: #000000 !important; }

.border-black {
  border: 1px solid #000000 !important; }

.border-black-hover:hover,
.border-black-hover:active,
.border-black-hover.active,
.active > .border-black-hover,
.border-black-hover:focus {
  border: 1px solid #000000 !important; }

.border-top-black {
  border-top: 1px solid #000000 !important; }

.border-top-black-hover:hover,
.border-top-black-hover:active,
.border-top-black-hover.active,
.active > .border-top-black-hover,
.border-top-black-hover:focus {
  border-top: 1px solid #000000 !important; }

.border-right-black {
  border-right: 1px solid #000000 !important; }

.border-right-black-hover:hover,
.border-right-black-hover:active,
.border-right-black-hover.active,
.active > .border-right-black-hover,
.border-right-black-hover:focus {
  border-right: 1px solid #000000 !important; }

.border-bottom-black {
  border-bottom: 1px solid #000000 !important; }

.border-bottom-black-hover:hover,
.border-bottom-black-hover:active,
.border-bottom-black-hover.active,
.active > .border-bottom-black-hover,
.border-bottom-black-hover:focus {
  border-bottom: 1px solid #000000 !important; }

.border-left-black {
  border-left: 1px solid #000000 !important; }

.border-left-black-hover:hover,
.border-left-black-hover:active,
.border-left-black-hover.active,
.active > .border-left-black-hover,
.border-left-black-hover:focus {
  border-left: 1px solid #000000 !important; }

.bg-black.gradient-right {
  background: #000000;
  /* Old browsers */
  background: linear-gradient(to right, transparent 0%, black 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=1);
  /* IE6-9 */ }

.bg-black.gradient-left {
  background: #000000;
  /* Old browsers */
  background: linear-gradient(to left, transparent 0%, black 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=1);
  /* IE6-9 */ }

.bg-black.gradient-top {
  background: #000000;
  /* Old browsers */
  background: linear-gradient(to top, transparent 0%, black 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=1, FinishX=0, FinishY=100);
  /* IE6-9 */ }

.bg-black.gradient-bottom {
  background: #000000;
  /* Old browsers */
  background: linear-gradient(to bottom, transparent 0%, black 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=1, FinishX=0, FinishY=100);
  /* IE6-9 */ }

.bg-blue-1 {
  background-color: #0C2074 !important; }

.bg-blue-1-hover:hover,
.bg-blue-1-hover:active,
.bg-blue-1-hover.active,
.active > .bg-blue-1-hover,
.bg-blue-1-hover:focus {
  background-color: #0C2074 !important; }

.color-blue-1, a {
  color: #0C2074 !important; }

.color-blue-1-hover:hover,
.color-blue-1-hover:active,
.color-blue-1-hover.active,
.active > .color-blue-1-hover,
.color-blue-1-hover:focus {
  color: #0C2074 !important; }

.border-blue-1, .panel .panel-heading .panel-title .indicator {
  border: 1px solid #0C2074 !important; }

.border-blue-1-hover:hover,
.border-blue-1-hover:active,
.border-blue-1-hover.active,
.active > .border-blue-1-hover,
.border-blue-1-hover:focus {
  border: 1px solid #0C2074 !important; }

.border-top-blue-1 {
  border-top: 1px solid #0C2074 !important; }

.border-top-blue-1-hover:hover,
.border-top-blue-1-hover:active,
.border-top-blue-1-hover.active,
.active > .border-top-blue-1-hover,
.border-top-blue-1-hover:focus {
  border-top: 1px solid #0C2074 !important; }

.border-right-blue-1 {
  border-right: 1px solid #0C2074 !important; }

.border-right-blue-1-hover:hover,
.border-right-blue-1-hover:active,
.border-right-blue-1-hover.active,
.active > .border-right-blue-1-hover,
.border-right-blue-1-hover:focus {
  border-right: 1px solid #0C2074 !important; }

.border-bottom-blue-1, .site-menu .active a {
  border-bottom: 1px solid #0C2074 !important; }

.border-bottom-blue-1-hover:hover,
.border-bottom-blue-1-hover:active,
.border-bottom-blue-1-hover.active,
.active > .border-bottom-blue-1-hover,
.border-bottom-blue-1-hover:focus {
  border-bottom: 1px solid #0C2074 !important; }

.border-left-blue-1 {
  border-left: 1px solid #0C2074 !important; }

.border-left-blue-1-hover:hover,
.border-left-blue-1-hover:active,
.border-left-blue-1-hover.active,
.active > .border-left-blue-1-hover,
.border-left-blue-1-hover:focus {
  border-left: 1px solid #0C2074 !important; }

.bg-blue-1.gradient-right {
  background: #0C2074;
  /* Old browsers */
  background: linear-gradient(to right, rgba(12, 32, 116, 0) 0%, #0c2074 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=1);
  /* IE6-9 */ }

.bg-blue-1.gradient-left {
  background: #0C2074;
  /* Old browsers */
  background: linear-gradient(to left, rgba(12, 32, 116, 0) 0%, #0c2074 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=1);
  /* IE6-9 */ }

.bg-blue-1.gradient-top {
  background: #0C2074;
  /* Old browsers */
  background: linear-gradient(to top, rgba(12, 32, 116, 0) 0%, #0c2074 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=1, FinishX=0, FinishY=100);
  /* IE6-9 */ }

.bg-blue-1.gradient-bottom {
  background: #0C2074;
  /* Old browsers */
  background: linear-gradient(to bottom, rgba(12, 32, 116, 0) 0%, #0c2074 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=1, FinishX=0, FinishY=100);
  /* IE6-9 */ }

.bg-blue-2 {
  background-color: #2A3942 !important; }

.bg-blue-2-hover:hover,
.bg-blue-2-hover:active,
.bg-blue-2-hover.active,
.active > .bg-blue-2-hover,
.bg-blue-2-hover:focus {
  background-color: #2A3942 !important; }

.color-blue-2 {
  color: #2A3942 !important; }

.color-blue-2-hover:hover,
.color-blue-2-hover:active,
.color-blue-2-hover.active,
.active > .color-blue-2-hover,
.color-blue-2-hover:focus {
  color: #2A3942 !important; }

.border-blue-2 {
  border: 1px solid #2A3942 !important; }

.border-blue-2-hover:hover,
.border-blue-2-hover:active,
.border-blue-2-hover.active,
.active > .border-blue-2-hover,
.border-blue-2-hover:focus {
  border: 1px solid #2A3942 !important; }

.border-top-blue-2 {
  border-top: 1px solid #2A3942 !important; }

.border-top-blue-2-hover:hover,
.border-top-blue-2-hover:active,
.border-top-blue-2-hover.active,
.active > .border-top-blue-2-hover,
.border-top-blue-2-hover:focus {
  border-top: 1px solid #2A3942 !important; }

.border-right-blue-2 {
  border-right: 1px solid #2A3942 !important; }

.border-right-blue-2-hover:hover,
.border-right-blue-2-hover:active,
.border-right-blue-2-hover.active,
.active > .border-right-blue-2-hover,
.border-right-blue-2-hover:focus {
  border-right: 1px solid #2A3942 !important; }

.border-bottom-blue-2 {
  border-bottom: 1px solid #2A3942 !important; }

.border-bottom-blue-2-hover:hover,
.border-bottom-blue-2-hover:active,
.border-bottom-blue-2-hover.active,
.active > .border-bottom-blue-2-hover,
.border-bottom-blue-2-hover:focus {
  border-bottom: 1px solid #2A3942 !important; }

.border-left-blue-2 {
  border-left: 1px solid #2A3942 !important; }

.border-left-blue-2-hover:hover,
.border-left-blue-2-hover:active,
.border-left-blue-2-hover.active,
.active > .border-left-blue-2-hover,
.border-left-blue-2-hover:focus {
  border-left: 1px solid #2A3942 !important; }

.bg-blue-2.gradient-right {
  background: #2A3942;
  /* Old browsers */
  background: linear-gradient(to right, rgba(42, 57, 66, 0) 0%, #2a3942 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=1);
  /* IE6-9 */ }

.bg-blue-2.gradient-left {
  background: #2A3942;
  /* Old browsers */
  background: linear-gradient(to left, rgba(42, 57, 66, 0) 0%, #2a3942 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=1);
  /* IE6-9 */ }

.bg-blue-2.gradient-top {
  background: #2A3942;
  /* Old browsers */
  background: linear-gradient(to top, rgba(42, 57, 66, 0) 0%, #2a3942 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=1, FinishX=0, FinishY=100);
  /* IE6-9 */ }

.bg-blue-2.gradient-bottom {
  background: #2A3942;
  /* Old browsers */
  background: linear-gradient(to bottom, rgba(42, 57, 66, 0) 0%, #2a3942 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=1, FinishX=0, FinishY=100);
  /* IE6-9 */ }

.bg-blue-3 {
  background-color: #0066B3 !important; }

.bg-blue-3-hover:hover,
.bg-blue-3-hover:active,
.bg-blue-3-hover.active,
.active > .bg-blue-3-hover,
.bg-blue-3-hover:focus {
  background-color: #0066B3 !important; }

.color-blue-3 {
  color: #0066B3 !important; }

.color-blue-3-hover:hover,
.color-blue-3-hover:active,
.color-blue-3-hover.active,
.active > .color-blue-3-hover,
.color-blue-3-hover:focus {
  color: #0066B3 !important; }

.border-blue-3 {
  border: 1px solid #0066B3 !important; }

.border-blue-3-hover:hover,
.border-blue-3-hover:active,
.border-blue-3-hover.active,
.active > .border-blue-3-hover,
.border-blue-3-hover:focus {
  border: 1px solid #0066B3 !important; }

.border-top-blue-3 {
  border-top: 1px solid #0066B3 !important; }

.border-top-blue-3-hover:hover,
.border-top-blue-3-hover:active,
.border-top-blue-3-hover.active,
.active > .border-top-blue-3-hover,
.border-top-blue-3-hover:focus {
  border-top: 1px solid #0066B3 !important; }

.border-right-blue-3 {
  border-right: 1px solid #0066B3 !important; }

.border-right-blue-3-hover:hover,
.border-right-blue-3-hover:active,
.border-right-blue-3-hover.active,
.active > .border-right-blue-3-hover,
.border-right-blue-3-hover:focus {
  border-right: 1px solid #0066B3 !important; }

.border-bottom-blue-3 {
  border-bottom: 1px solid #0066B3 !important; }

.border-bottom-blue-3-hover:hover,
.border-bottom-blue-3-hover:active,
.border-bottom-blue-3-hover.active,
.active > .border-bottom-blue-3-hover,
.border-bottom-blue-3-hover:focus {
  border-bottom: 1px solid #0066B3 !important; }

.border-left-blue-3 {
  border-left: 1px solid #0066B3 !important; }

.border-left-blue-3-hover:hover,
.border-left-blue-3-hover:active,
.border-left-blue-3-hover.active,
.active > .border-left-blue-3-hover,
.border-left-blue-3-hover:focus {
  border-left: 1px solid #0066B3 !important; }

.bg-blue-3.gradient-right {
  background: #0066B3;
  /* Old browsers */
  background: linear-gradient(to right, rgba(0, 102, 179, 0) 0%, #0066b3 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=1);
  /* IE6-9 */ }

.bg-blue-3.gradient-left {
  background: #0066B3;
  /* Old browsers */
  background: linear-gradient(to left, rgba(0, 102, 179, 0) 0%, #0066b3 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=1);
  /* IE6-9 */ }

.bg-blue-3.gradient-top {
  background: #0066B3;
  /* Old browsers */
  background: linear-gradient(to top, rgba(0, 102, 179, 0) 0%, #0066b3 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=1, FinishX=0, FinishY=100);
  /* IE6-9 */ }

.bg-blue-3.gradient-bottom {
  background: #0066B3;
  /* Old browsers */
  background: linear-gradient(to bottom, rgba(0, 102, 179, 0) 0%, #0066b3 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=1, FinishX=0, FinishY=100);
  /* IE6-9 */ }

.bg-blue-4 {
  background-color: #0090C6 !important; }

.bg-blue-4-hover:hover,
.bg-blue-4-hover:active,
.bg-blue-4-hover.active,
.active > .bg-blue-4-hover,
.bg-blue-4-hover:focus {
  background-color: #0090C6 !important; }

.color-blue-4 {
  color: #0090C6 !important; }

.color-blue-4-hover:hover,
.color-blue-4-hover:active,
.color-blue-4-hover.active,
.active > .color-blue-4-hover,
.color-blue-4-hover:focus {
  color: #0090C6 !important; }

.border-blue-4 {
  border: 1px solid #0090C6 !important; }

.border-blue-4-hover:hover,
.border-blue-4-hover:active,
.border-blue-4-hover.active,
.active > .border-blue-4-hover,
.border-blue-4-hover:focus {
  border: 1px solid #0090C6 !important; }

.border-top-blue-4 {
  border-top: 1px solid #0090C6 !important; }

.border-top-blue-4-hover:hover,
.border-top-blue-4-hover:active,
.border-top-blue-4-hover.active,
.active > .border-top-blue-4-hover,
.border-top-blue-4-hover:focus {
  border-top: 1px solid #0090C6 !important; }

.border-right-blue-4 {
  border-right: 1px solid #0090C6 !important; }

.border-right-blue-4-hover:hover,
.border-right-blue-4-hover:active,
.border-right-blue-4-hover.active,
.active > .border-right-blue-4-hover,
.border-right-blue-4-hover:focus {
  border-right: 1px solid #0090C6 !important; }

.border-bottom-blue-4 {
  border-bottom: 1px solid #0090C6 !important; }

.border-bottom-blue-4-hover:hover,
.border-bottom-blue-4-hover:active,
.border-bottom-blue-4-hover.active,
.active > .border-bottom-blue-4-hover,
.border-bottom-blue-4-hover:focus {
  border-bottom: 1px solid #0090C6 !important; }

.border-left-blue-4 {
  border-left: 1px solid #0090C6 !important; }

.border-left-blue-4-hover:hover,
.border-left-blue-4-hover:active,
.border-left-blue-4-hover.active,
.active > .border-left-blue-4-hover,
.border-left-blue-4-hover:focus {
  border-left: 1px solid #0090C6 !important; }

.bg-blue-4.gradient-right {
  background: #0090C6;
  /* Old browsers */
  background: linear-gradient(to right, rgba(0, 144, 198, 0) 0%, #0090c6 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=1);
  /* IE6-9 */ }

.bg-blue-4.gradient-left {
  background: #0090C6;
  /* Old browsers */
  background: linear-gradient(to left, rgba(0, 144, 198, 0) 0%, #0090c6 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=1);
  /* IE6-9 */ }

.bg-blue-4.gradient-top {
  background: #0090C6;
  /* Old browsers */
  background: linear-gradient(to top, rgba(0, 144, 198, 0) 0%, #0090c6 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=1, FinishX=0, FinishY=100);
  /* IE6-9 */ }

.bg-blue-4.gradient-bottom {
  background: #0090C6;
  /* Old browsers */
  background: linear-gradient(to bottom, rgba(0, 144, 198, 0) 0%, #0090c6 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=1, FinishX=0, FinishY=100);
  /* IE6-9 */ }

.bg-blue-5 {
  background-color: #0079C1 !important; }

.bg-blue-5-hover:hover,
.bg-blue-5-hover:active,
.bg-blue-5-hover.active,
.active > .bg-blue-5-hover,
.bg-blue-5-hover:focus {
  background-color: #0079C1 !important; }

.color-blue-5 {
  color: #0079C1 !important; }

.color-blue-5-hover:hover,
.color-blue-5-hover:active,
.color-blue-5-hover.active,
.active > .color-blue-5-hover,
.color-blue-5-hover:focus {
  color: #0079C1 !important; }

.border-blue-5 {
  border: 1px solid #0079C1 !important; }

.border-blue-5-hover:hover,
.border-blue-5-hover:active,
.border-blue-5-hover.active,
.active > .border-blue-5-hover,
.border-blue-5-hover:focus {
  border: 1px solid #0079C1 !important; }

.border-top-blue-5 {
  border-top: 1px solid #0079C1 !important; }

.border-top-blue-5-hover:hover,
.border-top-blue-5-hover:active,
.border-top-blue-5-hover.active,
.active > .border-top-blue-5-hover,
.border-top-blue-5-hover:focus {
  border-top: 1px solid #0079C1 !important; }

.border-right-blue-5 {
  border-right: 1px solid #0079C1 !important; }

.border-right-blue-5-hover:hover,
.border-right-blue-5-hover:active,
.border-right-blue-5-hover.active,
.active > .border-right-blue-5-hover,
.border-right-blue-5-hover:focus {
  border-right: 1px solid #0079C1 !important; }

.border-bottom-blue-5 {
  border-bottom: 1px solid #0079C1 !important; }

.border-bottom-blue-5-hover:hover,
.border-bottom-blue-5-hover:active,
.border-bottom-blue-5-hover.active,
.active > .border-bottom-blue-5-hover,
.border-bottom-blue-5-hover:focus {
  border-bottom: 1px solid #0079C1 !important; }

.border-left-blue-5 {
  border-left: 1px solid #0079C1 !important; }

.border-left-blue-5-hover:hover,
.border-left-blue-5-hover:active,
.border-left-blue-5-hover.active,
.active > .border-left-blue-5-hover,
.border-left-blue-5-hover:focus {
  border-left: 1px solid #0079C1 !important; }

.bg-blue-5.gradient-right {
  background: #0079C1;
  /* Old browsers */
  background: linear-gradient(to right, rgba(0, 121, 193, 0) 0%, #0079c1 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=1);
  /* IE6-9 */ }

.bg-blue-5.gradient-left {
  background: #0079C1;
  /* Old browsers */
  background: linear-gradient(to left, rgba(0, 121, 193, 0) 0%, #0079c1 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=1);
  /* IE6-9 */ }

.bg-blue-5.gradient-top, .page > .bg {
  background: #0079C1;
  /* Old browsers */
  background: linear-gradient(to top, rgba(0, 121, 193, 0) 0%, #0079c1 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=1, FinishX=0, FinishY=100);
  /* IE6-9 */ }

.bg-blue-5.gradient-bottom {
  background: #0079C1;
  /* Old browsers */
  background: linear-gradient(to bottom, rgba(0, 121, 193, 0) 0%, #0079c1 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=1, FinishX=0, FinishY=100);
  /* IE6-9 */ }

.bg-blue-6 {
  background-color: #00537A !important; }

.bg-blue-6-hover:hover,
.bg-blue-6-hover:active,
.bg-blue-6-hover.active,
.active > .bg-blue-6-hover,
.bg-blue-6-hover:focus {
  background-color: #00537A !important; }

.color-blue-6 {
  color: #00537A !important; }

.color-blue-6-hover:hover,
.color-blue-6-hover:active,
.color-blue-6-hover.active,
.active > .color-blue-6-hover,
.color-blue-6-hover:focus {
  color: #00537A !important; }

.border-blue-6 {
  border: 1px solid #00537A !important; }

.border-blue-6-hover:hover,
.border-blue-6-hover:active,
.border-blue-6-hover.active,
.active > .border-blue-6-hover,
.border-blue-6-hover:focus {
  border: 1px solid #00537A !important; }

.border-top-blue-6 {
  border-top: 1px solid #00537A !important; }

.border-top-blue-6-hover:hover,
.border-top-blue-6-hover:active,
.border-top-blue-6-hover.active,
.active > .border-top-blue-6-hover,
.border-top-blue-6-hover:focus {
  border-top: 1px solid #00537A !important; }

.border-right-blue-6 {
  border-right: 1px solid #00537A !important; }

.border-right-blue-6-hover:hover,
.border-right-blue-6-hover:active,
.border-right-blue-6-hover.active,
.active > .border-right-blue-6-hover,
.border-right-blue-6-hover:focus {
  border-right: 1px solid #00537A !important; }

.border-bottom-blue-6 {
  border-bottom: 1px solid #00537A !important; }

.border-bottom-blue-6-hover:hover,
.border-bottom-blue-6-hover:active,
.border-bottom-blue-6-hover.active,
.active > .border-bottom-blue-6-hover,
.border-bottom-blue-6-hover:focus {
  border-bottom: 1px solid #00537A !important; }

.border-left-blue-6 {
  border-left: 1px solid #00537A !important; }

.border-left-blue-6-hover:hover,
.border-left-blue-6-hover:active,
.border-left-blue-6-hover.active,
.active > .border-left-blue-6-hover,
.border-left-blue-6-hover:focus {
  border-left: 1px solid #00537A !important; }

.bg-blue-6.gradient-right {
  background: #00537A;
  /* Old browsers */
  background: linear-gradient(to right, rgba(0, 83, 122, 0) 0%, #00537a 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=1);
  /* IE6-9 */ }

.bg-blue-6.gradient-left {
  background: #00537A;
  /* Old browsers */
  background: linear-gradient(to left, rgba(0, 83, 122, 0) 0%, #00537a 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=1);
  /* IE6-9 */ }

.bg-blue-6.gradient-top {
  background: #00537A;
  /* Old browsers */
  background: linear-gradient(to top, rgba(0, 83, 122, 0) 0%, #00537a 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=1, FinishX=0, FinishY=100);
  /* IE6-9 */ }

.bg-blue-6.gradient-bottom {
  background: #00537A;
  /* Old browsers */
  background: linear-gradient(to bottom, rgba(0, 83, 122, 0) 0%, #00537a 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=1, FinishX=0, FinishY=100);
  /* IE6-9 */ }

.bg-blue-green-1 {
  background-color: #00aaad !important; }

.bg-blue-green-1-hover:hover,
.bg-blue-green-1-hover:active,
.bg-blue-green-1-hover.active,
.active > .bg-blue-green-1-hover,
.bg-blue-green-1-hover:focus {
  background-color: #00aaad !important; }

.color-blue-green-1 {
  color: #00aaad !important; }

.color-blue-green-1-hover:hover,
.color-blue-green-1-hover:active,
.color-blue-green-1-hover.active,
.active > .color-blue-green-1-hover,
.color-blue-green-1-hover:focus {
  color: #00aaad !important; }

.border-blue-green-1 {
  border: 1px solid #00aaad !important; }

.border-blue-green-1-hover:hover,
.border-blue-green-1-hover:active,
.border-blue-green-1-hover.active,
.active > .border-blue-green-1-hover,
.border-blue-green-1-hover:focus {
  border: 1px solid #00aaad !important; }

.border-top-blue-green-1 {
  border-top: 1px solid #00aaad !important; }

.border-top-blue-green-1-hover:hover,
.border-top-blue-green-1-hover:active,
.border-top-blue-green-1-hover.active,
.active > .border-top-blue-green-1-hover,
.border-top-blue-green-1-hover:focus {
  border-top: 1px solid #00aaad !important; }

.border-right-blue-green-1 {
  border-right: 1px solid #00aaad !important; }

.border-right-blue-green-1-hover:hover,
.border-right-blue-green-1-hover:active,
.border-right-blue-green-1-hover.active,
.active > .border-right-blue-green-1-hover,
.border-right-blue-green-1-hover:focus {
  border-right: 1px solid #00aaad !important; }

.border-bottom-blue-green-1 {
  border-bottom: 1px solid #00aaad !important; }

.border-bottom-blue-green-1-hover:hover,
.border-bottom-blue-green-1-hover:active,
.border-bottom-blue-green-1-hover.active,
.active > .border-bottom-blue-green-1-hover,
.border-bottom-blue-green-1-hover:focus {
  border-bottom: 1px solid #00aaad !important; }

.border-left-blue-green-1 {
  border-left: 1px solid #00aaad !important; }

.border-left-blue-green-1-hover:hover,
.border-left-blue-green-1-hover:active,
.border-left-blue-green-1-hover.active,
.active > .border-left-blue-green-1-hover,
.border-left-blue-green-1-hover:focus {
  border-left: 1px solid #00aaad !important; }

.bg-blue-green-1.gradient-right {
  background: #00aaad;
  /* Old browsers */
  background: linear-gradient(to right, rgba(0, 170, 173, 0) 0%, #00aaad 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=1);
  /* IE6-9 */ }

.bg-blue-green-1.gradient-left {
  background: #00aaad;
  /* Old browsers */
  background: linear-gradient(to left, rgba(0, 170, 173, 0) 0%, #00aaad 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=1);
  /* IE6-9 */ }

.bg-blue-green-1.gradient-top {
  background: #00aaad;
  /* Old browsers */
  background: linear-gradient(to top, rgba(0, 170, 173, 0) 0%, #00aaad 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=1, FinishX=0, FinishY=100);
  /* IE6-9 */ }

.bg-blue-green-1.gradient-bottom {
  background: #00aaad;
  /* Old browsers */
  background: linear-gradient(to bottom, rgba(0, 170, 173, 0) 0%, #00aaad 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=1, FinishX=0, FinishY=100);
  /* IE6-9 */ }

.bg-blue-green-2 {
  background-color: #73AFB6 !important; }

.bg-blue-green-2-hover:hover,
.bg-blue-green-2-hover:active,
.bg-blue-green-2-hover.active,
.active > .bg-blue-green-2-hover,
.bg-blue-green-2-hover:focus {
  background-color: #73AFB6 !important; }

.color-blue-green-2 {
  color: #73AFB6 !important; }

.color-blue-green-2-hover:hover,
.color-blue-green-2-hover:active,
.color-blue-green-2-hover.active,
.active > .color-blue-green-2-hover,
.color-blue-green-2-hover:focus {
  color: #73AFB6 !important; }

.border-blue-green-2 {
  border: 1px solid #73AFB6 !important; }

.border-blue-green-2-hover:hover,
.border-blue-green-2-hover:active,
.border-blue-green-2-hover.active,
.active > .border-blue-green-2-hover,
.border-blue-green-2-hover:focus {
  border: 1px solid #73AFB6 !important; }

.border-top-blue-green-2 {
  border-top: 1px solid #73AFB6 !important; }

.border-top-blue-green-2-hover:hover,
.border-top-blue-green-2-hover:active,
.border-top-blue-green-2-hover.active,
.active > .border-top-blue-green-2-hover,
.border-top-blue-green-2-hover:focus {
  border-top: 1px solid #73AFB6 !important; }

.border-right-blue-green-2 {
  border-right: 1px solid #73AFB6 !important; }

.border-right-blue-green-2-hover:hover,
.border-right-blue-green-2-hover:active,
.border-right-blue-green-2-hover.active,
.active > .border-right-blue-green-2-hover,
.border-right-blue-green-2-hover:focus {
  border-right: 1px solid #73AFB6 !important; }

.border-bottom-blue-green-2 {
  border-bottom: 1px solid #73AFB6 !important; }

.border-bottom-blue-green-2-hover:hover,
.border-bottom-blue-green-2-hover:active,
.border-bottom-blue-green-2-hover.active,
.active > .border-bottom-blue-green-2-hover,
.border-bottom-blue-green-2-hover:focus {
  border-bottom: 1px solid #73AFB6 !important; }

.border-left-blue-green-2 {
  border-left: 1px solid #73AFB6 !important; }

.border-left-blue-green-2-hover:hover,
.border-left-blue-green-2-hover:active,
.border-left-blue-green-2-hover.active,
.active > .border-left-blue-green-2-hover,
.border-left-blue-green-2-hover:focus {
  border-left: 1px solid #73AFB6 !important; }

.bg-blue-green-2.gradient-right {
  background: #73AFB6;
  /* Old browsers */
  background: linear-gradient(to right, rgba(115, 175, 182, 0) 0%, #73afb6 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=1);
  /* IE6-9 */ }

.bg-blue-green-2.gradient-left {
  background: #73AFB6;
  /* Old browsers */
  background: linear-gradient(to left, rgba(115, 175, 182, 0) 0%, #73afb6 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=1);
  /* IE6-9 */ }

.bg-blue-green-2.gradient-top {
  background: #73AFB6;
  /* Old browsers */
  background: linear-gradient(to top, rgba(115, 175, 182, 0) 0%, #73afb6 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=1, FinishX=0, FinishY=100);
  /* IE6-9 */ }

.bg-blue-green-2.gradient-bottom {
  background: #73AFB6;
  /* Old browsers */
  background: linear-gradient(to bottom, rgba(115, 175, 182, 0) 0%, #73afb6 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=1, FinishX=0, FinishY=100);
  /* IE6-9 */ }

.bg-blue-green-3 {
  background-color: #008283 !important; }

.bg-blue-green-3-hover:hover,
.bg-blue-green-3-hover:active,
.bg-blue-green-3-hover.active,
.active > .bg-blue-green-3-hover,
.bg-blue-green-3-hover:focus {
  background-color: #008283 !important; }

.color-blue-green-3 {
  color: #008283 !important; }

.color-blue-green-3-hover:hover,
.color-blue-green-3-hover:active,
.color-blue-green-3-hover.active,
.active > .color-blue-green-3-hover,
.color-blue-green-3-hover:focus {
  color: #008283 !important; }

.border-blue-green-3 {
  border: 1px solid #008283 !important; }

.border-blue-green-3-hover:hover,
.border-blue-green-3-hover:active,
.border-blue-green-3-hover.active,
.active > .border-blue-green-3-hover,
.border-blue-green-3-hover:focus {
  border: 1px solid #008283 !important; }

.border-top-blue-green-3 {
  border-top: 1px solid #008283 !important; }

.border-top-blue-green-3-hover:hover,
.border-top-blue-green-3-hover:active,
.border-top-blue-green-3-hover.active,
.active > .border-top-blue-green-3-hover,
.border-top-blue-green-3-hover:focus {
  border-top: 1px solid #008283 !important; }

.border-right-blue-green-3 {
  border-right: 1px solid #008283 !important; }

.border-right-blue-green-3-hover:hover,
.border-right-blue-green-3-hover:active,
.border-right-blue-green-3-hover.active,
.active > .border-right-blue-green-3-hover,
.border-right-blue-green-3-hover:focus {
  border-right: 1px solid #008283 !important; }

.border-bottom-blue-green-3 {
  border-bottom: 1px solid #008283 !important; }

.border-bottom-blue-green-3-hover:hover,
.border-bottom-blue-green-3-hover:active,
.border-bottom-blue-green-3-hover.active,
.active > .border-bottom-blue-green-3-hover,
.border-bottom-blue-green-3-hover:focus {
  border-bottom: 1px solid #008283 !important; }

.border-left-blue-green-3 {
  border-left: 1px solid #008283 !important; }

.border-left-blue-green-3-hover:hover,
.border-left-blue-green-3-hover:active,
.border-left-blue-green-3-hover.active,
.active > .border-left-blue-green-3-hover,
.border-left-blue-green-3-hover:focus {
  border-left: 1px solid #008283 !important; }

.bg-blue-green-3.gradient-right {
  background: #008283;
  /* Old browsers */
  background: linear-gradient(to right, rgba(0, 130, 131, 0) 0%, #008283 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=1);
  /* IE6-9 */ }

.bg-blue-green-3.gradient-left {
  background: #008283;
  /* Old browsers */
  background: linear-gradient(to left, rgba(0, 130, 131, 0) 0%, #008283 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=1);
  /* IE6-9 */ }

.bg-blue-green-3.gradient-top {
  background: #008283;
  /* Old browsers */
  background: linear-gradient(to top, rgba(0, 130, 131, 0) 0%, #008283 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=1, FinishX=0, FinishY=100);
  /* IE6-9 */ }

.bg-blue-green-3.gradient-bottom {
  background: #008283;
  /* Old browsers */
  background: linear-gradient(to bottom, rgba(0, 130, 131, 0) 0%, #008283 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=1, FinishX=0, FinishY=100);
  /* IE6-9 */ }

.bg-green-1 {
  background-color: #C1D82F !important; }

.bg-green-1-hover:hover,
.bg-green-1-hover:active,
.bg-green-1-hover.active,
.active > .bg-green-1-hover,
.bg-green-1-hover:focus {
  background-color: #C1D82F !important; }

.color-green-1 {
  color: #C1D82F !important; }

.color-green-1-hover:hover,
.color-green-1-hover:active,
.color-green-1-hover.active,
.active > .color-green-1-hover,
.color-green-1-hover:focus {
  color: #C1D82F !important; }

.border-green-1 {
  border: 1px solid #C1D82F !important; }

.border-green-1-hover:hover,
.border-green-1-hover:active,
.border-green-1-hover.active,
.active > .border-green-1-hover,
.border-green-1-hover:focus {
  border: 1px solid #C1D82F !important; }

.border-top-green-1 {
  border-top: 1px solid #C1D82F !important; }

.border-top-green-1-hover:hover,
.border-top-green-1-hover:active,
.border-top-green-1-hover.active,
.active > .border-top-green-1-hover,
.border-top-green-1-hover:focus {
  border-top: 1px solid #C1D82F !important; }

.border-right-green-1 {
  border-right: 1px solid #C1D82F !important; }

.border-right-green-1-hover:hover,
.border-right-green-1-hover:active,
.border-right-green-1-hover.active,
.active > .border-right-green-1-hover,
.border-right-green-1-hover:focus {
  border-right: 1px solid #C1D82F !important; }

.border-bottom-green-1 {
  border-bottom: 1px solid #C1D82F !important; }

.border-bottom-green-1-hover:hover,
.border-bottom-green-1-hover:active,
.border-bottom-green-1-hover.active,
.active > .border-bottom-green-1-hover,
.border-bottom-green-1-hover:focus {
  border-bottom: 1px solid #C1D82F !important; }

.border-left-green-1 {
  border-left: 1px solid #C1D82F !important; }

.border-left-green-1-hover:hover,
.border-left-green-1-hover:active,
.border-left-green-1-hover.active,
.active > .border-left-green-1-hover,
.border-left-green-1-hover:focus {
  border-left: 1px solid #C1D82F !important; }

.bg-green-1.gradient-right {
  background: #C1D82F;
  /* Old browsers */
  background: linear-gradient(to right, rgba(193, 216, 47, 0) 0%, #c1d82f 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=1);
  /* IE6-9 */ }

.bg-green-1.gradient-left {
  background: #C1D82F;
  /* Old browsers */
  background: linear-gradient(to left, rgba(193, 216, 47, 0) 0%, #c1d82f 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=1);
  /* IE6-9 */ }

.bg-green-1.gradient-top {
  background: #C1D82F;
  /* Old browsers */
  background: linear-gradient(to top, rgba(193, 216, 47, 0) 0%, #c1d82f 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=1, FinishX=0, FinishY=100);
  /* IE6-9 */ }

.bg-green-1.gradient-bottom {
  background: #C1D82F;
  /* Old browsers */
  background: linear-gradient(to bottom, rgba(193, 216, 47, 0) 0%, #c1d82f 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=1, FinishX=0, FinishY=100);
  /* IE6-9 */ }

.bg-green-2 {
  background-color: #ADC6BC !important; }

.bg-green-2-hover:hover,
.bg-green-2-hover:active,
.bg-green-2-hover.active,
.active > .bg-green-2-hover,
.bg-green-2-hover:focus {
  background-color: #ADC6BC !important; }

.color-green-2 {
  color: #ADC6BC !important; }

.color-green-2-hover:hover,
.color-green-2-hover:active,
.color-green-2-hover.active,
.active > .color-green-2-hover,
.color-green-2-hover:focus {
  color: #ADC6BC !important; }

.border-green-2 {
  border: 1px solid #ADC6BC !important; }

.border-green-2-hover:hover,
.border-green-2-hover:active,
.border-green-2-hover.active,
.active > .border-green-2-hover,
.border-green-2-hover:focus {
  border: 1px solid #ADC6BC !important; }

.border-top-green-2 {
  border-top: 1px solid #ADC6BC !important; }

.border-top-green-2-hover:hover,
.border-top-green-2-hover:active,
.border-top-green-2-hover.active,
.active > .border-top-green-2-hover,
.border-top-green-2-hover:focus {
  border-top: 1px solid #ADC6BC !important; }

.border-right-green-2 {
  border-right: 1px solid #ADC6BC !important; }

.border-right-green-2-hover:hover,
.border-right-green-2-hover:active,
.border-right-green-2-hover.active,
.active > .border-right-green-2-hover,
.border-right-green-2-hover:focus {
  border-right: 1px solid #ADC6BC !important; }

.border-bottom-green-2 {
  border-bottom: 1px solid #ADC6BC !important; }

.border-bottom-green-2-hover:hover,
.border-bottom-green-2-hover:active,
.border-bottom-green-2-hover.active,
.active > .border-bottom-green-2-hover,
.border-bottom-green-2-hover:focus {
  border-bottom: 1px solid #ADC6BC !important; }

.border-left-green-2 {
  border-left: 1px solid #ADC6BC !important; }

.border-left-green-2-hover:hover,
.border-left-green-2-hover:active,
.border-left-green-2-hover.active,
.active > .border-left-green-2-hover,
.border-left-green-2-hover:focus {
  border-left: 1px solid #ADC6BC !important; }

.bg-green-2.gradient-right {
  background: #ADC6BC;
  /* Old browsers */
  background: linear-gradient(to right, rgba(173, 198, 188, 0) 0%, #adc6bc 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=1);
  /* IE6-9 */ }

.bg-green-2.gradient-left {
  background: #ADC6BC;
  /* Old browsers */
  background: linear-gradient(to left, rgba(173, 198, 188, 0) 0%, #adc6bc 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=1);
  /* IE6-9 */ }

.bg-green-2.gradient-top {
  background: #ADC6BC;
  /* Old browsers */
  background: linear-gradient(to top, rgba(173, 198, 188, 0) 0%, #adc6bc 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=1, FinishX=0, FinishY=100);
  /* IE6-9 */ }

.bg-green-2.gradient-bottom {
  background: #ADC6BC;
  /* Old browsers */
  background: linear-gradient(to bottom, rgba(173, 198, 188, 0) 0%, #adc6bc 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=1, FinishX=0, FinishY=100);
  /* IE6-9 */ }

.bg-orange-1 {
  background-color: #FFC425 !important; }

.bg-orange-1-hover:hover,
.bg-orange-1-hover:active,
.bg-orange-1-hover.active,
.active > .bg-orange-1-hover,
.bg-orange-1-hover:focus {
  background-color: #FFC425 !important; }

.color-orange-1 {
  color: #FFC425 !important; }

.color-orange-1-hover:hover,
.color-orange-1-hover:active,
.color-orange-1-hover.active,
.active > .color-orange-1-hover,
.color-orange-1-hover:focus {
  color: #FFC425 !important; }

.border-orange-1 {
  border: 1px solid #FFC425 !important; }

.border-orange-1-hover:hover,
.border-orange-1-hover:active,
.border-orange-1-hover.active,
.active > .border-orange-1-hover,
.border-orange-1-hover:focus {
  border: 1px solid #FFC425 !important; }

.border-top-orange-1 {
  border-top: 1px solid #FFC425 !important; }

.border-top-orange-1-hover:hover,
.border-top-orange-1-hover:active,
.border-top-orange-1-hover.active,
.active > .border-top-orange-1-hover,
.border-top-orange-1-hover:focus {
  border-top: 1px solid #FFC425 !important; }

.border-right-orange-1 {
  border-right: 1px solid #FFC425 !important; }

.border-right-orange-1-hover:hover,
.border-right-orange-1-hover:active,
.border-right-orange-1-hover.active,
.active > .border-right-orange-1-hover,
.border-right-orange-1-hover:focus {
  border-right: 1px solid #FFC425 !important; }

.border-bottom-orange-1 {
  border-bottom: 1px solid #FFC425 !important; }

.border-bottom-orange-1-hover:hover,
.border-bottom-orange-1-hover:active,
.border-bottom-orange-1-hover.active,
.active > .border-bottom-orange-1-hover,
.border-bottom-orange-1-hover:focus {
  border-bottom: 1px solid #FFC425 !important; }

.border-left-orange-1 {
  border-left: 1px solid #FFC425 !important; }

.border-left-orange-1-hover:hover,
.border-left-orange-1-hover:active,
.border-left-orange-1-hover.active,
.active > .border-left-orange-1-hover,
.border-left-orange-1-hover:focus {
  border-left: 1px solid #FFC425 !important; }

.bg-orange-1.gradient-right {
  background: #FFC425;
  /* Old browsers */
  background: linear-gradient(to right, rgba(255, 196, 37, 0) 0%, #ffc425 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=1);
  /* IE6-9 */ }

.bg-orange-1.gradient-left {
  background: #FFC425;
  /* Old browsers */
  background: linear-gradient(to left, rgba(255, 196, 37, 0) 0%, #ffc425 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=1);
  /* IE6-9 */ }

.bg-orange-1.gradient-top {
  background: #FFC425;
  /* Old browsers */
  background: linear-gradient(to top, rgba(255, 196, 37, 0) 0%, #ffc425 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=1, FinishX=0, FinishY=100);
  /* IE6-9 */ }

.bg-orange-1.gradient-bottom {
  background: #FFC425;
  /* Old browsers */
  background: linear-gradient(to bottom, rgba(255, 196, 37, 0) 0%, #ffc425 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=1, FinishX=0, FinishY=100);
  /* IE6-9 */ }

.bg-orange-2 {
  background-color: #f7941d !important; }

.bg-orange-2-hover:hover,
.bg-orange-2-hover:active,
.bg-orange-2-hover.active,
.active > .bg-orange-2-hover,
.bg-orange-2-hover:focus {
  background-color: #f7941d !important; }

.color-orange-2 {
  color: #f7941d !important; }

.color-orange-2-hover:hover,
.color-orange-2-hover:active,
.color-orange-2-hover.active,
.active > .color-orange-2-hover,
.color-orange-2-hover:focus {
  color: #f7941d !important; }

.border-orange-2 {
  border: 1px solid #f7941d !important; }

.border-orange-2-hover:hover,
.border-orange-2-hover:active,
.border-orange-2-hover.active,
.active > .border-orange-2-hover,
.border-orange-2-hover:focus {
  border: 1px solid #f7941d !important; }

.border-top-orange-2 {
  border-top: 1px solid #f7941d !important; }

.border-top-orange-2-hover:hover,
.border-top-orange-2-hover:active,
.border-top-orange-2-hover.active,
.active > .border-top-orange-2-hover,
.border-top-orange-2-hover:focus {
  border-top: 1px solid #f7941d !important; }

.border-right-orange-2 {
  border-right: 1px solid #f7941d !important; }

.border-right-orange-2-hover:hover,
.border-right-orange-2-hover:active,
.border-right-orange-2-hover.active,
.active > .border-right-orange-2-hover,
.border-right-orange-2-hover:focus {
  border-right: 1px solid #f7941d !important; }

.border-bottom-orange-2 {
  border-bottom: 1px solid #f7941d !important; }

.border-bottom-orange-2-hover:hover,
.border-bottom-orange-2-hover:active,
.border-bottom-orange-2-hover.active,
.active > .border-bottom-orange-2-hover,
.border-bottom-orange-2-hover:focus {
  border-bottom: 1px solid #f7941d !important; }

.border-left-orange-2 {
  border-left: 1px solid #f7941d !important; }

.border-left-orange-2-hover:hover,
.border-left-orange-2-hover:active,
.border-left-orange-2-hover.active,
.active > .border-left-orange-2-hover,
.border-left-orange-2-hover:focus {
  border-left: 1px solid #f7941d !important; }

.bg-orange-2.gradient-right {
  background: #f7941d;
  /* Old browsers */
  background: linear-gradient(to right, rgba(247, 148, 29, 0) 0%, #f7941d 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=1);
  /* IE6-9 */ }

.bg-orange-2.gradient-left {
  background: #f7941d;
  /* Old browsers */
  background: linear-gradient(to left, rgba(247, 148, 29, 0) 0%, #f7941d 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=1);
  /* IE6-9 */ }

.bg-orange-2.gradient-top {
  background: #f7941d;
  /* Old browsers */
  background: linear-gradient(to top, rgba(247, 148, 29, 0) 0%, #f7941d 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=1, FinishX=0, FinishY=100);
  /* IE6-9 */ }

.bg-orange-2.gradient-bottom {
  background: #f7941d;
  /* Old browsers */
  background: linear-gradient(to bottom, rgba(247, 148, 29, 0) 0%, #f7941d 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=1, FinishX=0, FinishY=100);
  /* IE6-9 */ }

.bg-orange-3 {
  background-color: #F47D30 !important; }

.bg-orange-3-hover:hover,
.bg-orange-3-hover:active,
.bg-orange-3-hover.active,
.active > .bg-orange-3-hover,
.bg-orange-3-hover:focus {
  background-color: #F47D30 !important; }

.color-orange-3 {
  color: #F47D30 !important; }

.color-orange-3-hover:hover,
.color-orange-3-hover:active,
.color-orange-3-hover.active,
.active > .color-orange-3-hover,
.color-orange-3-hover:focus {
  color: #F47D30 !important; }

.border-orange-3 {
  border: 1px solid #F47D30 !important; }

.border-orange-3-hover:hover,
.border-orange-3-hover:active,
.border-orange-3-hover.active,
.active > .border-orange-3-hover,
.border-orange-3-hover:focus {
  border: 1px solid #F47D30 !important; }

.border-top-orange-3 {
  border-top: 1px solid #F47D30 !important; }

.border-top-orange-3-hover:hover,
.border-top-orange-3-hover:active,
.border-top-orange-3-hover.active,
.active > .border-top-orange-3-hover,
.border-top-orange-3-hover:focus {
  border-top: 1px solid #F47D30 !important; }

.border-right-orange-3 {
  border-right: 1px solid #F47D30 !important; }

.border-right-orange-3-hover:hover,
.border-right-orange-3-hover:active,
.border-right-orange-3-hover.active,
.active > .border-right-orange-3-hover,
.border-right-orange-3-hover:focus {
  border-right: 1px solid #F47D30 !important; }

.border-bottom-orange-3 {
  border-bottom: 1px solid #F47D30 !important; }

.border-bottom-orange-3-hover:hover,
.border-bottom-orange-3-hover:active,
.border-bottom-orange-3-hover.active,
.active > .border-bottom-orange-3-hover,
.border-bottom-orange-3-hover:focus {
  border-bottom: 1px solid #F47D30 !important; }

.border-left-orange-3 {
  border-left: 1px solid #F47D30 !important; }

.border-left-orange-3-hover:hover,
.border-left-orange-3-hover:active,
.border-left-orange-3-hover.active,
.active > .border-left-orange-3-hover,
.border-left-orange-3-hover:focus {
  border-left: 1px solid #F47D30 !important; }

.bg-orange-3.gradient-right {
  background: #F47D30;
  /* Old browsers */
  background: linear-gradient(to right, rgba(244, 125, 48, 0) 0%, #f47d30 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=1);
  /* IE6-9 */ }

.bg-orange-3.gradient-left {
  background: #F47D30;
  /* Old browsers */
  background: linear-gradient(to left, rgba(244, 125, 48, 0) 0%, #f47d30 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=1);
  /* IE6-9 */ }

.bg-orange-3.gradient-top {
  background: #F47D30;
  /* Old browsers */
  background: linear-gradient(to top, rgba(244, 125, 48, 0) 0%, #f47d30 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=1, FinishX=0, FinishY=100);
  /* IE6-9 */ }

.bg-orange-3.gradient-bottom {
  background: #F47D30;
  /* Old browsers */
  background: linear-gradient(to bottom, rgba(244, 125, 48, 0) 0%, #f47d30 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=1, FinishX=0, FinishY=100);
  /* IE6-9 */ }

.bg-tan-1 {
  background-color: #CFAB7A !important; }

.bg-tan-1-hover:hover,
.bg-tan-1-hover:active,
.bg-tan-1-hover.active,
.active > .bg-tan-1-hover,
.bg-tan-1-hover:focus {
  background-color: #CFAB7A !important; }

.color-tan-1 {
  color: #CFAB7A !important; }

.color-tan-1-hover:hover,
.color-tan-1-hover:active,
.color-tan-1-hover.active,
.active > .color-tan-1-hover,
.color-tan-1-hover:focus {
  color: #CFAB7A !important; }

.border-tan-1 {
  border: 1px solid #CFAB7A !important; }

.border-tan-1-hover:hover,
.border-tan-1-hover:active,
.border-tan-1-hover.active,
.active > .border-tan-1-hover,
.border-tan-1-hover:focus {
  border: 1px solid #CFAB7A !important; }

.border-top-tan-1 {
  border-top: 1px solid #CFAB7A !important; }

.border-top-tan-1-hover:hover,
.border-top-tan-1-hover:active,
.border-top-tan-1-hover.active,
.active > .border-top-tan-1-hover,
.border-top-tan-1-hover:focus {
  border-top: 1px solid #CFAB7A !important; }

.border-right-tan-1 {
  border-right: 1px solid #CFAB7A !important; }

.border-right-tan-1-hover:hover,
.border-right-tan-1-hover:active,
.border-right-tan-1-hover.active,
.active > .border-right-tan-1-hover,
.border-right-tan-1-hover:focus {
  border-right: 1px solid #CFAB7A !important; }

.border-bottom-tan-1 {
  border-bottom: 1px solid #CFAB7A !important; }

.border-bottom-tan-1-hover:hover,
.border-bottom-tan-1-hover:active,
.border-bottom-tan-1-hover.active,
.active > .border-bottom-tan-1-hover,
.border-bottom-tan-1-hover:focus {
  border-bottom: 1px solid #CFAB7A !important; }

.border-left-tan-1 {
  border-left: 1px solid #CFAB7A !important; }

.border-left-tan-1-hover:hover,
.border-left-tan-1-hover:active,
.border-left-tan-1-hover.active,
.active > .border-left-tan-1-hover,
.border-left-tan-1-hover:focus {
  border-left: 1px solid #CFAB7A !important; }

.bg-tan-1.gradient-right {
  background: #CFAB7A;
  /* Old browsers */
  background: linear-gradient(to right, rgba(207, 171, 122, 0) 0%, #cfab7a 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=1);
  /* IE6-9 */ }

.bg-tan-1.gradient-left {
  background: #CFAB7A;
  /* Old browsers */
  background: linear-gradient(to left, rgba(207, 171, 122, 0) 0%, #cfab7a 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=1);
  /* IE6-9 */ }

.bg-tan-1.gradient-top {
  background: #CFAB7A;
  /* Old browsers */
  background: linear-gradient(to top, rgba(207, 171, 122, 0) 0%, #cfab7a 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=1, FinishX=0, FinishY=100);
  /* IE6-9 */ }

.bg-tan-1.gradient-bottom {
  background: #CFAB7A;
  /* Old browsers */
  background: linear-gradient(to bottom, rgba(207, 171, 122, 0) 0%, #cfab7a 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=1, FinishX=0, FinishY=100);
  /* IE6-9 */ }

.bg-tan-2 {
  background-color: #F1E3C5 !important; }

.bg-tan-2-hover:hover,
.bg-tan-2-hover:active,
.bg-tan-2-hover.active,
.active > .bg-tan-2-hover,
.bg-tan-2-hover:focus {
  background-color: #F1E3C5 !important; }

.color-tan-2 {
  color: #F1E3C5 !important; }

.color-tan-2-hover:hover,
.color-tan-2-hover:active,
.color-tan-2-hover.active,
.active > .color-tan-2-hover,
.color-tan-2-hover:focus {
  color: #F1E3C5 !important; }

.border-tan-2 {
  border: 1px solid #F1E3C5 !important; }

.border-tan-2-hover:hover,
.border-tan-2-hover:active,
.border-tan-2-hover.active,
.active > .border-tan-2-hover,
.border-tan-2-hover:focus {
  border: 1px solid #F1E3C5 !important; }

.border-top-tan-2 {
  border-top: 1px solid #F1E3C5 !important; }

.border-top-tan-2-hover:hover,
.border-top-tan-2-hover:active,
.border-top-tan-2-hover.active,
.active > .border-top-tan-2-hover,
.border-top-tan-2-hover:focus {
  border-top: 1px solid #F1E3C5 !important; }

.border-right-tan-2 {
  border-right: 1px solid #F1E3C5 !important; }

.border-right-tan-2-hover:hover,
.border-right-tan-2-hover:active,
.border-right-tan-2-hover.active,
.active > .border-right-tan-2-hover,
.border-right-tan-2-hover:focus {
  border-right: 1px solid #F1E3C5 !important; }

.border-bottom-tan-2 {
  border-bottom: 1px solid #F1E3C5 !important; }

.border-bottom-tan-2-hover:hover,
.border-bottom-tan-2-hover:active,
.border-bottom-tan-2-hover.active,
.active > .border-bottom-tan-2-hover,
.border-bottom-tan-2-hover:focus {
  border-bottom: 1px solid #F1E3C5 !important; }

.border-left-tan-2 {
  border-left: 1px solid #F1E3C5 !important; }

.border-left-tan-2-hover:hover,
.border-left-tan-2-hover:active,
.border-left-tan-2-hover.active,
.active > .border-left-tan-2-hover,
.border-left-tan-2-hover:focus {
  border-left: 1px solid #F1E3C5 !important; }

.bg-tan-2.gradient-right {
  background: #F1E3C5;
  /* Old browsers */
  background: linear-gradient(to right, rgba(241, 227, 197, 0) 0%, #f1e3c5 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=1);
  /* IE6-9 */ }

.bg-tan-2.gradient-left {
  background: #F1E3C5;
  /* Old browsers */
  background: linear-gradient(to left, rgba(241, 227, 197, 0) 0%, #f1e3c5 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=1);
  /* IE6-9 */ }

.bg-tan-2.gradient-top {
  background: #F1E3C5;
  /* Old browsers */
  background: linear-gradient(to top, rgba(241, 227, 197, 0) 0%, #f1e3c5 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=1, FinishX=0, FinishY=100);
  /* IE6-9 */ }

.bg-tan-2.gradient-bottom {
  background: #F1E3C5;
  /* Old browsers */
  background: linear-gradient(to bottom, rgba(241, 227, 197, 0) 0%, #f1e3c5 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=1, FinishX=0, FinishY=100);
  /* IE6-9 */ }

.bg-purple-1 {
  background-color: #7D2D74 !important; }

.bg-purple-1-hover:hover,
.bg-purple-1-hover:active,
.bg-purple-1-hover.active,
.active > .bg-purple-1-hover,
.bg-purple-1-hover:focus {
  background-color: #7D2D74 !important; }

.color-purple-1 {
  color: #7D2D74 !important; }

.color-purple-1-hover:hover,
.color-purple-1-hover:active,
.color-purple-1-hover.active,
.active > .color-purple-1-hover,
.color-purple-1-hover:focus {
  color: #7D2D74 !important; }

.border-purple-1 {
  border: 1px solid #7D2D74 !important; }

.border-purple-1-hover:hover,
.border-purple-1-hover:active,
.border-purple-1-hover.active,
.active > .border-purple-1-hover,
.border-purple-1-hover:focus {
  border: 1px solid #7D2D74 !important; }

.border-top-purple-1 {
  border-top: 1px solid #7D2D74 !important; }

.border-top-purple-1-hover:hover,
.border-top-purple-1-hover:active,
.border-top-purple-1-hover.active,
.active > .border-top-purple-1-hover,
.border-top-purple-1-hover:focus {
  border-top: 1px solid #7D2D74 !important; }

.border-right-purple-1 {
  border-right: 1px solid #7D2D74 !important; }

.border-right-purple-1-hover:hover,
.border-right-purple-1-hover:active,
.border-right-purple-1-hover.active,
.active > .border-right-purple-1-hover,
.border-right-purple-1-hover:focus {
  border-right: 1px solid #7D2D74 !important; }

.border-bottom-purple-1 {
  border-bottom: 1px solid #7D2D74 !important; }

.border-bottom-purple-1-hover:hover,
.border-bottom-purple-1-hover:active,
.border-bottom-purple-1-hover.active,
.active > .border-bottom-purple-1-hover,
.border-bottom-purple-1-hover:focus {
  border-bottom: 1px solid #7D2D74 !important; }

.border-left-purple-1 {
  border-left: 1px solid #7D2D74 !important; }

.border-left-purple-1-hover:hover,
.border-left-purple-1-hover:active,
.border-left-purple-1-hover.active,
.active > .border-left-purple-1-hover,
.border-left-purple-1-hover:focus {
  border-left: 1px solid #7D2D74 !important; }

.bg-purple-1.gradient-right {
  background: #7D2D74;
  /* Old browsers */
  background: linear-gradient(to right, rgba(125, 45, 116, 0) 0%, #7d2d74 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=1);
  /* IE6-9 */ }

.bg-purple-1.gradient-left {
  background: #7D2D74;
  /* Old browsers */
  background: linear-gradient(to left, rgba(125, 45, 116, 0) 0%, #7d2d74 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=1);
  /* IE6-9 */ }

.bg-purple-1.gradient-top {
  background: #7D2D74;
  /* Old browsers */
  background: linear-gradient(to top, rgba(125, 45, 116, 0) 0%, #7d2d74 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=1, FinishX=0, FinishY=100);
  /* IE6-9 */ }

.bg-purple-1.gradient-bottom {
  background: #7D2D74;
  /* Old browsers */
  background: linear-gradient(to bottom, rgba(125, 45, 116, 0) 0%, #7d2d74 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=1, FinishX=0, FinishY=100);
  /* IE6-9 */ }

.bg-red-1, .btn.btn-primary {
  background-color: #DE162B !important; }

.bg-red-1-hover:hover,
.bg-red-1-hover:active,
.bg-red-1-hover.active,
.active > .bg-red-1-hover,
.bg-red-1-hover:focus {
  background-color: #DE162B !important; }

.color-red-1 {
  color: #DE162B !important; }

.color-red-1-hover:hover,
.color-red-1-hover:active,
.color-red-1-hover.active,
.active > .color-red-1-hover,
.color-red-1-hover:focus {
  color: #DE162B !important; }

.border-red-1 {
  border: 1px solid #DE162B !important; }

.border-red-1-hover:hover,
.border-red-1-hover:active,
.border-red-1-hover.active,
.active > .border-red-1-hover,
.border-red-1-hover:focus {
  border: 1px solid #DE162B !important; }

.border-top-red-1 {
  border-top: 1px solid #DE162B !important; }

.border-top-red-1-hover:hover,
.border-top-red-1-hover:active,
.border-top-red-1-hover.active,
.active > .border-top-red-1-hover,
.border-top-red-1-hover:focus {
  border-top: 1px solid #DE162B !important; }

.border-right-red-1 {
  border-right: 1px solid #DE162B !important; }

.border-right-red-1-hover:hover,
.border-right-red-1-hover:active,
.border-right-red-1-hover.active,
.active > .border-right-red-1-hover,
.border-right-red-1-hover:focus {
  border-right: 1px solid #DE162B !important; }

.border-bottom-red-1 {
  border-bottom: 1px solid #DE162B !important; }

.border-bottom-red-1-hover:hover,
.border-bottom-red-1-hover:active,
.border-bottom-red-1-hover.active,
.active > .border-bottom-red-1-hover,
.border-bottom-red-1-hover:focus {
  border-bottom: 1px solid #DE162B !important; }

.border-left-red-1 {
  border-left: 1px solid #DE162B !important; }

.border-left-red-1-hover:hover,
.border-left-red-1-hover:active,
.border-left-red-1-hover.active,
.active > .border-left-red-1-hover,
.border-left-red-1-hover:focus {
  border-left: 1px solid #DE162B !important; }

.bg-red-1.gradient-right, .gradient-right.btn.btn-primary {
  background: #DE162B;
  /* Old browsers */
  background: linear-gradient(to right, rgba(222, 22, 43, 0) 0%, #de162b 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=1);
  /* IE6-9 */ }

.bg-red-1.gradient-left, .gradient-left.btn.btn-primary {
  background: #DE162B;
  /* Old browsers */
  background: linear-gradient(to left, rgba(222, 22, 43, 0) 0%, #de162b 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=1);
  /* IE6-9 */ }

.bg-red-1.gradient-top, .gradient-top.btn.btn-primary {
  background: #DE162B;
  /* Old browsers */
  background: linear-gradient(to top, rgba(222, 22, 43, 0) 0%, #de162b 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=1, FinishX=0, FinishY=100);
  /* IE6-9 */ }

.bg-red-1.gradient-bottom, .gradient-bottom.btn.btn-primary {
  background: #DE162B;
  /* Old browsers */
  background: linear-gradient(to bottom, rgba(222, 22, 43, 0) 0%, #de162b 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=1, FinishX=0, FinishY=100);
  /* IE6-9 */ }

.bg-yellow-1 {
  background-color: #fdb813 !important; }

.bg-yellow-1-hover:hover,
.bg-yellow-1-hover:active,
.bg-yellow-1-hover.active,
.active > .bg-yellow-1-hover,
.bg-yellow-1-hover:focus {
  background-color: #fdb813 !important; }

.color-yellow-1 {
  color: #fdb813 !important; }

.color-yellow-1-hover:hover,
.color-yellow-1-hover:active,
.color-yellow-1-hover.active,
.active > .color-yellow-1-hover,
.color-yellow-1-hover:focus {
  color: #fdb813 !important; }

.border-yellow-1 {
  border: 1px solid #fdb813 !important; }

.border-yellow-1-hover:hover,
.border-yellow-1-hover:active,
.border-yellow-1-hover.active,
.active > .border-yellow-1-hover,
.border-yellow-1-hover:focus {
  border: 1px solid #fdb813 !important; }

.border-top-yellow-1 {
  border-top: 1px solid #fdb813 !important; }

.border-top-yellow-1-hover:hover,
.border-top-yellow-1-hover:active,
.border-top-yellow-1-hover.active,
.active > .border-top-yellow-1-hover,
.border-top-yellow-1-hover:focus {
  border-top: 1px solid #fdb813 !important; }

.border-right-yellow-1 {
  border-right: 1px solid #fdb813 !important; }

.border-right-yellow-1-hover:hover,
.border-right-yellow-1-hover:active,
.border-right-yellow-1-hover.active,
.active > .border-right-yellow-1-hover,
.border-right-yellow-1-hover:focus {
  border-right: 1px solid #fdb813 !important; }

.border-bottom-yellow-1 {
  border-bottom: 1px solid #fdb813 !important; }

.border-bottom-yellow-1-hover:hover,
.border-bottom-yellow-1-hover:active,
.border-bottom-yellow-1-hover.active,
.active > .border-bottom-yellow-1-hover,
.border-bottom-yellow-1-hover:focus {
  border-bottom: 1px solid #fdb813 !important; }

.border-left-yellow-1 {
  border-left: 1px solid #fdb813 !important; }

.border-left-yellow-1-hover:hover,
.border-left-yellow-1-hover:active,
.border-left-yellow-1-hover.active,
.active > .border-left-yellow-1-hover,
.border-left-yellow-1-hover:focus {
  border-left: 1px solid #fdb813 !important; }

.bg-yellow-1.gradient-right {
  background: #fdb813;
  /* Old browsers */
  background: linear-gradient(to right, rgba(253, 184, 19, 0) 0%, #fdb813 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=1);
  /* IE6-9 */ }

.bg-yellow-1.gradient-left {
  background: #fdb813;
  /* Old browsers */
  background: linear-gradient(to left, rgba(253, 184, 19, 0) 0%, #fdb813 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=1);
  /* IE6-9 */ }

.bg-yellow-1.gradient-top {
  background: #fdb813;
  /* Old browsers */
  background: linear-gradient(to top, rgba(253, 184, 19, 0) 0%, #fdb813 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=1, FinishX=0, FinishY=100);
  /* IE6-9 */ }

.bg-yellow-1.gradient-bottom {
  background: #fdb813;
  /* Old browsers */
  background: linear-gradient(to bottom, rgba(253, 184, 19, 0) 0%, #fdb813 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=1, FinishX=0, FinishY=100);
  /* IE6-9 */ }

.bg-gray-1 {
  background-color: #A1A1A1 !important; }

.bg-gray-1-hover:hover,
.bg-gray-1-hover:active,
.bg-gray-1-hover.active,
.active > .bg-gray-1-hover,
.bg-gray-1-hover:focus {
  background-color: #A1A1A1 !important; }

.color-gray-1, .site-footer .container, .site-footer .container a {
  color: #A1A1A1 !important; }

.color-gray-1-hover:hover,
.color-gray-1-hover:active,
.color-gray-1-hover.active,
.active > .color-gray-1-hover,
.color-gray-1-hover:focus {
  color: #A1A1A1 !important; }

.border-gray-1 {
  border: 1px solid #A1A1A1 !important; }

.border-gray-1-hover:hover,
.border-gray-1-hover:active,
.border-gray-1-hover.active,
.active > .border-gray-1-hover,
.border-gray-1-hover:focus {
  border: 1px solid #A1A1A1 !important; }

.border-top-gray-1 {
  border-top: 1px solid #A1A1A1 !important; }

.border-top-gray-1-hover:hover,
.border-top-gray-1-hover:active,
.border-top-gray-1-hover.active,
.active > .border-top-gray-1-hover,
.border-top-gray-1-hover:focus {
  border-top: 1px solid #A1A1A1 !important; }

.border-right-gray-1, .carousel-inner .item > a > img {
  border-right: 1px solid #A1A1A1 !important; }

.border-right-gray-1-hover:hover,
.border-right-gray-1-hover:active,
.border-right-gray-1-hover.active,
.active > .border-right-gray-1-hover,
.border-right-gray-1-hover:focus {
  border-right: 1px solid #A1A1A1 !important; }

.border-bottom-gray-1 {
  border-bottom: 1px solid #A1A1A1 !important; }

.border-bottom-gray-1-hover:hover,
.border-bottom-gray-1-hover:active,
.border-bottom-gray-1-hover.active,
.active > .border-bottom-gray-1-hover,
.border-bottom-gray-1-hover:focus {
  border-bottom: 1px solid #A1A1A1 !important; }

.border-left-gray-1 {
  border-left: 1px solid #A1A1A1 !important; }

.border-left-gray-1-hover:hover,
.border-left-gray-1-hover:active,
.border-left-gray-1-hover.active,
.active > .border-left-gray-1-hover,
.border-left-gray-1-hover:focus {
  border-left: 1px solid #A1A1A1 !important; }

.bg-gray-1.gradient-right {
  background: #A1A1A1;
  /* Old browsers */
  background: linear-gradient(to right, rgba(161, 161, 161, 0) 0%, #a1a1a1 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=1);
  /* IE6-9 */ }

.bg-gray-1.gradient-left {
  background: #A1A1A1;
  /* Old browsers */
  background: linear-gradient(to left, rgba(161, 161, 161, 0) 0%, #a1a1a1 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=1);
  /* IE6-9 */ }

.bg-gray-1.gradient-top {
  background: #A1A1A1;
  /* Old browsers */
  background: linear-gradient(to top, rgba(161, 161, 161, 0) 0%, #a1a1a1 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=1, FinishX=0, FinishY=100);
  /* IE6-9 */ }

.bg-gray-1.gradient-bottom {
  background: #A1A1A1;
  /* Old browsers */
  background: linear-gradient(to bottom, rgba(161, 161, 161, 0) 0%, #a1a1a1 100%) transparent !important;
  /* W3C */
  filter: alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=1, FinishX=0, FinishY=100);
  /* IE6-9 */ }

/* ----- OPACITY ----- */
.opac-0 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0; }

.opac-0-hover:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0; }

.opac-10 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  opacity: 0.1; }

.opac-10-hover:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  opacity: 0.1; }

.opac-20 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  opacity: 0.2; }

.opac-20-hover:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  opacity: 0.2; }

.opac-30 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  opacity: 0.3; }

.opac-30-hover:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  opacity: 0.3; }

.opac-40, .page > .bg, .btn.btn-link.notReady, .btn.btn-link.disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  opacity: 0.4; }

.opac-40-hover:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  opacity: 0.4; }

.opac-50 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5; }

.opac-50-hover:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5; }

.opac-60 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  opacity: 0.6; }

.opac-60-hover:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  opacity: 0.6; }

.opac-70 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: 0.7; }

.opac-70-hover:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: 0.7; }

.opac-80 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  opacity: 0.8; }

.opac-80-hover:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  opacity: 0.8; }

.opac-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  opacity: 0.9; }

.opac-90-hover:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  opacity: 0.9; }

.opac-100 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1; }

.opac-100-hover:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1; }

/* ----- TYPOGRAPHY ----- */
.text-bottom {
  vertical-align: bottom; }

.text-middle {
  vertical-align: middle; }

.text-top {
  vertical-align: top; }

/* ----- LEADING ----- */
.leading-loose {
  line-height: 1.6em; }

.leading-normal {
  line-height: 1.4em; }

.leading-tight, h1, h2, h4 {
  line-height: 1.2em; }

/* ----- DISPLAY ----- */
.display-inherit {
  display: inherit; }

.display-inline {
  display: inline; }

.display-inline-block {
  display: inline-block; }

.display-block {
  display: block; }

.display-table {
  display: table; }

.display-table-row {
  display: table-row; }

.display-table-cell {
  display: table-cell; }

.display-table {
  width: 100%; }

/* ----- PADDING AND MARGIN ----- */
.padding-none {
  padding: 0 !important; }

.padding-top-none {
  padding-top: 0 !important; }

.padding-right-none {
  padding-right: 0 !important; }

.padding-bottom-none {
  padding-bottom: 0 !important; }

.padding-left-none {
  padding-left: 0 !important; }

.padding-inherit {
  padding: 0 !important; }

.margin-none {
  margin: 0 !important; }

.margin-top-none {
  margin-top: 0 !important; }

.margin-right-none {
  margin-right: 0 !important; }

.margin-bottom-none {
  margin-bottom: 0 !important; }

.margin-left-none {
  margin-left: 0 !important; }

.margin-inherit {
  margin: inherit !important; }

/* ----- TABLET ONLY  ----- */
@media (max-width: 991px) and (min-width: 768px) {
  /* ----- PADDING AND MARGIN ----- */
  .padding-sm-none {
    padding: 0 !important; }

  .padding-sm-top-none {
    padding-top: 0 !important; }

  .padding-sm-right-none {
    padding-right: 0 !important; }

  .padding-sm-bottom-none {
    padding-bottom: 0 !important; }

  .padding-sm-left-none {
    padding-left: 0 !important; }

  .padding-sm-inherit {
    padding: inherit !important; }

  .margin-sm-none {
    margin: 0 !important; }

  .margin-sm-top-none {
    margin-top: 0 !important; }

  .margin-sm-right-none {
    margin-right: 0 !important; }

  .margin-sm-bottom-none {
    margin-bottom: 0 !important; }

  .margin-sm-left-none {
    margin-left: 0 !important; }

  .margin-sm-inherit {
    margin: inherit !important; }

  /* ----- LEADING ----- */
  .leading-sm-loose {
    line-height: 1.6em; }

  .leading-sm-normal {
    line-height: 1.4em; }

  .leading-sm-tight {
    line-height: 1.2em; } }
/* ----- MOBILE ONLY ----- */
@media (max-width: 767px) {
  /* ----- PADDING AND MARGIN ----- */
  .padding-xs-none {
    padding: 0 !important; }

  .padding-xs-top-none {
    padding-top: 0 !important; }

  .padding-xs-right-none {
    padding-right: 0 !important; }

  .padding-xs-bottom-none {
    padding-bottom: 0 !important; }

  .padding-xs-left-none {
    padding-left: 0 !important; }

  .padding-xs-inherit {
    padding: inherit !important; }

  .margin-xs-none {
    margin: 0 !important; }

  .margin-xs-top-none {
    margin-top: 0 !important; }

  .margin-xs-right-none {
    margin-right: 0 !important; }

  .margin-xs-bottom-none {
    margin-bottom: 0 !important; }

  .margin-xs-left-none {
    margin-left: 0 !important; }

  .margin-xs-inherit {
    margin: inherit !important; }

  /* ----- COLORS ----- */
  .bg-xs-transparent {
    background-color: transparent !important; }

  .color-xs-transparent {
    color: transparent !important; }

  .bg-xs-transparent-hover:hover,
  .bg-xs-transparent-hover:active,
  .bg-xs-transparent-hover.active,
  .active > .bg-xs-transparent-hover,
  .bg-xs-transparent-hover:focus {
    background-color: transparent !important; }

  .color-xs-transparent-hover:hover,
  .color-xs-transparent-hover:active,
  .color-xs-transparent-hover.active,
  .active > .color-xs-transparent-hover,
  .color-xs-transparent-hover:focus {
    color: transparent !important; }

  .border-xs-transparent {
    border: 1px solid transparent !important; }

  .border-xs-top-transparent {
    border-top: 1px solid transparent !important; }

  .border-xs-right-transparent {
    border-right: 1px solid transparent !important; }

  .border-xs-bottom-transparent {
    border-bottom: 1px solid transparent !important; }

  .border-xs-left-transparent {
    border-left: 1px solid transparent !important; }

  .bg-xs-white {
    background-color: #ffffff !important; }

  .color-xs-white {
    color: #ffffff !important; }

  .bg-xs-white-hover:hover,
  .bg-xs-white-hover:active,
  .bg-xs-white-hover.active,
  .active > .bg-xs-white-hover,
  .bg-xs-white-hover:focus {
    background-color: #ffffff !important; }

  .color-xs-white-hover:hover,
  .color-xs-white-hover:active,
  .color-xs-white-hover.active,
  .active > .color-xs-white-hover,
  .color-xs-white-hover:focus {
    color: #ffffff !important; }

  .border-xs-white {
    border: 1px solid #ffffff !important; }

  .border-xs-top-white {
    border-top: 1px solid #ffffff !important; }

  .border-xs-right-white {
    border-right: 1px solid #ffffff !important; }

  .border-xs-bottom-white {
    border-bottom: 1px solid #ffffff !important; }

  .border-xs-left-white {
    border-left: 1px solid #ffffff !important; }

  .bg-xs-black {
    background-color: #000000 !important; }

  .color-xs-black {
    color: #000000 !important; }

  .bg-xs-black-hover:hover,
  .bg-xs-black-hover:active,
  .bg-xs-black-hover.active,
  .active > .bg-xs-black-hover,
  .bg-xs-black-hover:focus {
    background-color: #000000 !important; }

  .color-xs-black-hover:hover,
  .color-xs-black-hover:active,
  .color-xs-black-hover.active,
  .active > .color-xs-black-hover,
  .color-xs-black-hover:focus {
    color: #000000 !important; }

  .border-xs-black {
    border: 1px solid #000000 !important; }

  .border-xs-top-black {
    border-top: 1px solid #000000 !important; }

  .border-xs-right-black {
    border-right: 1px solid #000000 !important; }

  .border-xs-bottom-black {
    border-bottom: 1px solid #000000 !important; }

  .border-xs-left-black {
    border-left: 1px solid #000000 !important; }

  .bg-xs-blue-1 {
    background-color: #0C2074 !important; }

  .color-xs-blue-1 {
    color: #0C2074 !important; }

  .bg-xs-blue-1-hover:hover,
  .bg-xs-blue-1-hover:active,
  .bg-xs-blue-1-hover.active,
  .active > .bg-xs-blue-1-hover,
  .bg-xs-blue-1-hover:focus {
    background-color: #0C2074 !important; }

  .color-xs-blue-1-hover:hover,
  .color-xs-blue-1-hover:active,
  .color-xs-blue-1-hover.active,
  .active > .color-xs-blue-1-hover,
  .color-xs-blue-1-hover:focus {
    color: #0C2074 !important; }

  .border-xs-blue-1 {
    border: 1px solid #0C2074 !important; }

  .border-xs-top-blue-1 {
    border-top: 1px solid #0C2074 !important; }

  .border-xs-right-blue-1 {
    border-right: 1px solid #0C2074 !important; }

  .border-xs-bottom-blue-1 {
    border-bottom: 1px solid #0C2074 !important; }

  .border-xs-left-blue-1 {
    border-left: 1px solid #0C2074 !important; }

  .bg-xs-blue-2 {
    background-color: #2A3942 !important; }

  .color-xs-blue-2 {
    color: #2A3942 !important; }

  .bg-xs-blue-2-hover:hover,
  .bg-xs-blue-2-hover:active,
  .bg-xs-blue-2-hover.active,
  .active > .bg-xs-blue-2-hover,
  .bg-xs-blue-2-hover:focus {
    background-color: #2A3942 !important; }

  .color-xs-blue-2-hover:hover,
  .color-xs-blue-2-hover:active,
  .color-xs-blue-2-hover.active,
  .active > .color-xs-blue-2-hover,
  .color-xs-blue-2-hover:focus {
    color: #2A3942 !important; }

  .border-xs-blue-2 {
    border: 1px solid #2A3942 !important; }

  .border-xs-top-blue-2 {
    border-top: 1px solid #2A3942 !important; }

  .border-xs-right-blue-2 {
    border-right: 1px solid #2A3942 !important; }

  .border-xs-bottom-blue-2 {
    border-bottom: 1px solid #2A3942 !important; }

  .border-xs-left-blue-2 {
    border-left: 1px solid #2A3942 !important; }

  .bg-xs-blue-3 {
    background-color: #0066B3 !important; }

  .color-xs-blue-3 {
    color: #0066B3 !important; }

  .bg-xs-blue-3-hover:hover,
  .bg-xs-blue-3-hover:active,
  .bg-xs-blue-3-hover.active,
  .active > .bg-xs-blue-3-hover,
  .bg-xs-blue-3-hover:focus {
    background-color: #0066B3 !important; }

  .color-xs-blue-3-hover:hover,
  .color-xs-blue-3-hover:active,
  .color-xs-blue-3-hover.active,
  .active > .color-xs-blue-3-hover,
  .color-xs-blue-3-hover:focus {
    color: #0066B3 !important; }

  .border-xs-blue-3 {
    border: 1px solid #0066B3 !important; }

  .border-xs-top-blue-3 {
    border-top: 1px solid #0066B3 !important; }

  .border-xs-right-blue-3 {
    border-right: 1px solid #0066B3 !important; }

  .border-xs-bottom-blue-3 {
    border-bottom: 1px solid #0066B3 !important; }

  .border-xs-left-blue-3 {
    border-left: 1px solid #0066B3 !important; }

  .bg-xs-blue-4 {
    background-color: #0090C6 !important; }

  .color-xs-blue-4 {
    color: #0090C6 !important; }

  .bg-xs-blue-4-hover:hover,
  .bg-xs-blue-4-hover:active,
  .bg-xs-blue-4-hover.active,
  .active > .bg-xs-blue-4-hover,
  .bg-xs-blue-4-hover:focus {
    background-color: #0090C6 !important; }

  .color-xs-blue-4-hover:hover,
  .color-xs-blue-4-hover:active,
  .color-xs-blue-4-hover.active,
  .active > .color-xs-blue-4-hover,
  .color-xs-blue-4-hover:focus {
    color: #0090C6 !important; }

  .border-xs-blue-4 {
    border: 1px solid #0090C6 !important; }

  .border-xs-top-blue-4 {
    border-top: 1px solid #0090C6 !important; }

  .border-xs-right-blue-4 {
    border-right: 1px solid #0090C6 !important; }

  .border-xs-bottom-blue-4 {
    border-bottom: 1px solid #0090C6 !important; }

  .border-xs-left-blue-4 {
    border-left: 1px solid #0090C6 !important; }

  .bg-xs-blue-5 {
    background-color: #0079C1 !important; }

  .color-xs-blue-5 {
    color: #0079C1 !important; }

  .bg-xs-blue-5-hover:hover,
  .bg-xs-blue-5-hover:active,
  .bg-xs-blue-5-hover.active,
  .active > .bg-xs-blue-5-hover,
  .bg-xs-blue-5-hover:focus {
    background-color: #0079C1 !important; }

  .color-xs-blue-5-hover:hover,
  .color-xs-blue-5-hover:active,
  .color-xs-blue-5-hover.active,
  .active > .color-xs-blue-5-hover,
  .color-xs-blue-5-hover:focus {
    color: #0079C1 !important; }

  .border-xs-blue-5 {
    border: 1px solid #0079C1 !important; }

  .border-xs-top-blue-5 {
    border-top: 1px solid #0079C1 !important; }

  .border-xs-right-blue-5 {
    border-right: 1px solid #0079C1 !important; }

  .border-xs-bottom-blue-5 {
    border-bottom: 1px solid #0079C1 !important; }

  .border-xs-left-blue-5 {
    border-left: 1px solid #0079C1 !important; }

  .bg-xs-blue-6 {
    background-color: #00537A !important; }

  .color-xs-blue-6 {
    color: #00537A !important; }

  .bg-xs-blue-6-hover:hover,
  .bg-xs-blue-6-hover:active,
  .bg-xs-blue-6-hover.active,
  .active > .bg-xs-blue-6-hover,
  .bg-xs-blue-6-hover:focus {
    background-color: #00537A !important; }

  .color-xs-blue-6-hover:hover,
  .color-xs-blue-6-hover:active,
  .color-xs-blue-6-hover.active,
  .active > .color-xs-blue-6-hover,
  .color-xs-blue-6-hover:focus {
    color: #00537A !important; }

  .border-xs-blue-6 {
    border: 1px solid #00537A !important; }

  .border-xs-top-blue-6 {
    border-top: 1px solid #00537A !important; }

  .border-xs-right-blue-6 {
    border-right: 1px solid #00537A !important; }

  .border-xs-bottom-blue-6 {
    border-bottom: 1px solid #00537A !important; }

  .border-xs-left-blue-6 {
    border-left: 1px solid #00537A !important; }

  .bg-xs-blue-green-1 {
    background-color: #00aaad !important; }

  .color-xs-blue-green-1 {
    color: #00aaad !important; }

  .bg-xs-blue-green-1-hover:hover,
  .bg-xs-blue-green-1-hover:active,
  .bg-xs-blue-green-1-hover.active,
  .active > .bg-xs-blue-green-1-hover,
  .bg-xs-blue-green-1-hover:focus {
    background-color: #00aaad !important; }

  .color-xs-blue-green-1-hover:hover,
  .color-xs-blue-green-1-hover:active,
  .color-xs-blue-green-1-hover.active,
  .active > .color-xs-blue-green-1-hover,
  .color-xs-blue-green-1-hover:focus {
    color: #00aaad !important; }

  .border-xs-blue-green-1 {
    border: 1px solid #00aaad !important; }

  .border-xs-top-blue-green-1 {
    border-top: 1px solid #00aaad !important; }

  .border-xs-right-blue-green-1 {
    border-right: 1px solid #00aaad !important; }

  .border-xs-bottom-blue-green-1 {
    border-bottom: 1px solid #00aaad !important; }

  .border-xs-left-blue-green-1 {
    border-left: 1px solid #00aaad !important; }

  .bg-xs-blue-green-2 {
    background-color: #73AFB6 !important; }

  .color-xs-blue-green-2 {
    color: #73AFB6 !important; }

  .bg-xs-blue-green-2-hover:hover,
  .bg-xs-blue-green-2-hover:active,
  .bg-xs-blue-green-2-hover.active,
  .active > .bg-xs-blue-green-2-hover,
  .bg-xs-blue-green-2-hover:focus {
    background-color: #73AFB6 !important; }

  .color-xs-blue-green-2-hover:hover,
  .color-xs-blue-green-2-hover:active,
  .color-xs-blue-green-2-hover.active,
  .active > .color-xs-blue-green-2-hover,
  .color-xs-blue-green-2-hover:focus {
    color: #73AFB6 !important; }

  .border-xs-blue-green-2 {
    border: 1px solid #73AFB6 !important; }

  .border-xs-top-blue-green-2 {
    border-top: 1px solid #73AFB6 !important; }

  .border-xs-right-blue-green-2 {
    border-right: 1px solid #73AFB6 !important; }

  .border-xs-bottom-blue-green-2 {
    border-bottom: 1px solid #73AFB6 !important; }

  .border-xs-left-blue-green-2 {
    border-left: 1px solid #73AFB6 !important; }

  .bg-xs-blue-green-3 {
    background-color: #008283 !important; }

  .color-xs-blue-green-3 {
    color: #008283 !important; }

  .bg-xs-blue-green-3-hover:hover,
  .bg-xs-blue-green-3-hover:active,
  .bg-xs-blue-green-3-hover.active,
  .active > .bg-xs-blue-green-3-hover,
  .bg-xs-blue-green-3-hover:focus {
    background-color: #008283 !important; }

  .color-xs-blue-green-3-hover:hover,
  .color-xs-blue-green-3-hover:active,
  .color-xs-blue-green-3-hover.active,
  .active > .color-xs-blue-green-3-hover,
  .color-xs-blue-green-3-hover:focus {
    color: #008283 !important; }

  .border-xs-blue-green-3 {
    border: 1px solid #008283 !important; }

  .border-xs-top-blue-green-3 {
    border-top: 1px solid #008283 !important; }

  .border-xs-right-blue-green-3 {
    border-right: 1px solid #008283 !important; }

  .border-xs-bottom-blue-green-3 {
    border-bottom: 1px solid #008283 !important; }

  .border-xs-left-blue-green-3 {
    border-left: 1px solid #008283 !important; }

  .bg-xs-green-1 {
    background-color: #C1D82F !important; }

  .color-xs-green-1 {
    color: #C1D82F !important; }

  .bg-xs-green-1-hover:hover,
  .bg-xs-green-1-hover:active,
  .bg-xs-green-1-hover.active,
  .active > .bg-xs-green-1-hover,
  .bg-xs-green-1-hover:focus {
    background-color: #C1D82F !important; }

  .color-xs-green-1-hover:hover,
  .color-xs-green-1-hover:active,
  .color-xs-green-1-hover.active,
  .active > .color-xs-green-1-hover,
  .color-xs-green-1-hover:focus {
    color: #C1D82F !important; }

  .border-xs-green-1 {
    border: 1px solid #C1D82F !important; }

  .border-xs-top-green-1 {
    border-top: 1px solid #C1D82F !important; }

  .border-xs-right-green-1 {
    border-right: 1px solid #C1D82F !important; }

  .border-xs-bottom-green-1 {
    border-bottom: 1px solid #C1D82F !important; }

  .border-xs-left-green-1 {
    border-left: 1px solid #C1D82F !important; }

  .bg-xs-green-2 {
    background-color: #ADC6BC !important; }

  .color-xs-green-2 {
    color: #ADC6BC !important; }

  .bg-xs-green-2-hover:hover,
  .bg-xs-green-2-hover:active,
  .bg-xs-green-2-hover.active,
  .active > .bg-xs-green-2-hover,
  .bg-xs-green-2-hover:focus {
    background-color: #ADC6BC !important; }

  .color-xs-green-2-hover:hover,
  .color-xs-green-2-hover:active,
  .color-xs-green-2-hover.active,
  .active > .color-xs-green-2-hover,
  .color-xs-green-2-hover:focus {
    color: #ADC6BC !important; }

  .border-xs-green-2 {
    border: 1px solid #ADC6BC !important; }

  .border-xs-top-green-2 {
    border-top: 1px solid #ADC6BC !important; }

  .border-xs-right-green-2 {
    border-right: 1px solid #ADC6BC !important; }

  .border-xs-bottom-green-2 {
    border-bottom: 1px solid #ADC6BC !important; }

  .border-xs-left-green-2 {
    border-left: 1px solid #ADC6BC !important; }

  .bg-xs-orange-1 {
    background-color: #FFC425 !important; }

  .color-xs-orange-1 {
    color: #FFC425 !important; }

  .bg-xs-orange-1-hover:hover,
  .bg-xs-orange-1-hover:active,
  .bg-xs-orange-1-hover.active,
  .active > .bg-xs-orange-1-hover,
  .bg-xs-orange-1-hover:focus {
    background-color: #FFC425 !important; }

  .color-xs-orange-1-hover:hover,
  .color-xs-orange-1-hover:active,
  .color-xs-orange-1-hover.active,
  .active > .color-xs-orange-1-hover,
  .color-xs-orange-1-hover:focus {
    color: #FFC425 !important; }

  .border-xs-orange-1 {
    border: 1px solid #FFC425 !important; }

  .border-xs-top-orange-1 {
    border-top: 1px solid #FFC425 !important; }

  .border-xs-right-orange-1 {
    border-right: 1px solid #FFC425 !important; }

  .border-xs-bottom-orange-1 {
    border-bottom: 1px solid #FFC425 !important; }

  .border-xs-left-orange-1 {
    border-left: 1px solid #FFC425 !important; }

  .bg-xs-orange-2 {
    background-color: #f7941d !important; }

  .color-xs-orange-2 {
    color: #f7941d !important; }

  .bg-xs-orange-2-hover:hover,
  .bg-xs-orange-2-hover:active,
  .bg-xs-orange-2-hover.active,
  .active > .bg-xs-orange-2-hover,
  .bg-xs-orange-2-hover:focus {
    background-color: #f7941d !important; }

  .color-xs-orange-2-hover:hover,
  .color-xs-orange-2-hover:active,
  .color-xs-orange-2-hover.active,
  .active > .color-xs-orange-2-hover,
  .color-xs-orange-2-hover:focus {
    color: #f7941d !important; }

  .border-xs-orange-2 {
    border: 1px solid #f7941d !important; }

  .border-xs-top-orange-2 {
    border-top: 1px solid #f7941d !important; }

  .border-xs-right-orange-2 {
    border-right: 1px solid #f7941d !important; }

  .border-xs-bottom-orange-2 {
    border-bottom: 1px solid #f7941d !important; }

  .border-xs-left-orange-2 {
    border-left: 1px solid #f7941d !important; }

  .bg-xs-orange-3 {
    background-color: #F47D30 !important; }

  .color-xs-orange-3 {
    color: #F47D30 !important; }

  .bg-xs-orange-3-hover:hover,
  .bg-xs-orange-3-hover:active,
  .bg-xs-orange-3-hover.active,
  .active > .bg-xs-orange-3-hover,
  .bg-xs-orange-3-hover:focus {
    background-color: #F47D30 !important; }

  .color-xs-orange-3-hover:hover,
  .color-xs-orange-3-hover:active,
  .color-xs-orange-3-hover.active,
  .active > .color-xs-orange-3-hover,
  .color-xs-orange-3-hover:focus {
    color: #F47D30 !important; }

  .border-xs-orange-3 {
    border: 1px solid #F47D30 !important; }

  .border-xs-top-orange-3 {
    border-top: 1px solid #F47D30 !important; }

  .border-xs-right-orange-3 {
    border-right: 1px solid #F47D30 !important; }

  .border-xs-bottom-orange-3 {
    border-bottom: 1px solid #F47D30 !important; }

  .border-xs-left-orange-3 {
    border-left: 1px solid #F47D30 !important; }

  .bg-xs-tan-1 {
    background-color: #CFAB7A !important; }

  .color-xs-tan-1 {
    color: #CFAB7A !important; }

  .bg-xs-tan-1-hover:hover,
  .bg-xs-tan-1-hover:active,
  .bg-xs-tan-1-hover.active,
  .active > .bg-xs-tan-1-hover,
  .bg-xs-tan-1-hover:focus {
    background-color: #CFAB7A !important; }

  .color-xs-tan-1-hover:hover,
  .color-xs-tan-1-hover:active,
  .color-xs-tan-1-hover.active,
  .active > .color-xs-tan-1-hover,
  .color-xs-tan-1-hover:focus {
    color: #CFAB7A !important; }

  .border-xs-tan-1 {
    border: 1px solid #CFAB7A !important; }

  .border-xs-top-tan-1 {
    border-top: 1px solid #CFAB7A !important; }

  .border-xs-right-tan-1 {
    border-right: 1px solid #CFAB7A !important; }

  .border-xs-bottom-tan-1 {
    border-bottom: 1px solid #CFAB7A !important; }

  .border-xs-left-tan-1 {
    border-left: 1px solid #CFAB7A !important; }

  .bg-xs-tan-2 {
    background-color: #F1E3C5 !important; }

  .color-xs-tan-2 {
    color: #F1E3C5 !important; }

  .bg-xs-tan-2-hover:hover,
  .bg-xs-tan-2-hover:active,
  .bg-xs-tan-2-hover.active,
  .active > .bg-xs-tan-2-hover,
  .bg-xs-tan-2-hover:focus {
    background-color: #F1E3C5 !important; }

  .color-xs-tan-2-hover:hover,
  .color-xs-tan-2-hover:active,
  .color-xs-tan-2-hover.active,
  .active > .color-xs-tan-2-hover,
  .color-xs-tan-2-hover:focus {
    color: #F1E3C5 !important; }

  .border-xs-tan-2 {
    border: 1px solid #F1E3C5 !important; }

  .border-xs-top-tan-2 {
    border-top: 1px solid #F1E3C5 !important; }

  .border-xs-right-tan-2 {
    border-right: 1px solid #F1E3C5 !important; }

  .border-xs-bottom-tan-2 {
    border-bottom: 1px solid #F1E3C5 !important; }

  .border-xs-left-tan-2 {
    border-left: 1px solid #F1E3C5 !important; }

  .bg-xs-purple-1 {
    background-color: #7D2D74 !important; }

  .color-xs-purple-1 {
    color: #7D2D74 !important; }

  .bg-xs-purple-1-hover:hover,
  .bg-xs-purple-1-hover:active,
  .bg-xs-purple-1-hover.active,
  .active > .bg-xs-purple-1-hover,
  .bg-xs-purple-1-hover:focus {
    background-color: #7D2D74 !important; }

  .color-xs-purple-1-hover:hover,
  .color-xs-purple-1-hover:active,
  .color-xs-purple-1-hover.active,
  .active > .color-xs-purple-1-hover,
  .color-xs-purple-1-hover:focus {
    color: #7D2D74 !important; }

  .border-xs-purple-1 {
    border: 1px solid #7D2D74 !important; }

  .border-xs-top-purple-1 {
    border-top: 1px solid #7D2D74 !important; }

  .border-xs-right-purple-1 {
    border-right: 1px solid #7D2D74 !important; }

  .border-xs-bottom-purple-1 {
    border-bottom: 1px solid #7D2D74 !important; }

  .border-xs-left-purple-1 {
    border-left: 1px solid #7D2D74 !important; }

  .bg-xs-red-1 {
    background-color: #DE162B !important; }

  .color-xs-red-1 {
    color: #DE162B !important; }

  .bg-xs-red-1-hover:hover,
  .bg-xs-red-1-hover:active,
  .bg-xs-red-1-hover.active,
  .active > .bg-xs-red-1-hover,
  .bg-xs-red-1-hover:focus {
    background-color: #DE162B !important; }

  .color-xs-red-1-hover:hover,
  .color-xs-red-1-hover:active,
  .color-xs-red-1-hover.active,
  .active > .color-xs-red-1-hover,
  .color-xs-red-1-hover:focus {
    color: #DE162B !important; }

  .border-xs-red-1 {
    border: 1px solid #DE162B !important; }

  .border-xs-top-red-1 {
    border-top: 1px solid #DE162B !important; }

  .border-xs-right-red-1 {
    border-right: 1px solid #DE162B !important; }

  .border-xs-bottom-red-1 {
    border-bottom: 1px solid #DE162B !important; }

  .border-xs-left-red-1 {
    border-left: 1px solid #DE162B !important; }

  .bg-xs-yellow-1 {
    background-color: #fdb813 !important; }

  .color-xs-yellow-1 {
    color: #fdb813 !important; }

  .bg-xs-yellow-1-hover:hover,
  .bg-xs-yellow-1-hover:active,
  .bg-xs-yellow-1-hover.active,
  .active > .bg-xs-yellow-1-hover,
  .bg-xs-yellow-1-hover:focus {
    background-color: #fdb813 !important; }

  .color-xs-yellow-1-hover:hover,
  .color-xs-yellow-1-hover:active,
  .color-xs-yellow-1-hover.active,
  .active > .color-xs-yellow-1-hover,
  .color-xs-yellow-1-hover:focus {
    color: #fdb813 !important; }

  .border-xs-yellow-1 {
    border: 1px solid #fdb813 !important; }

  .border-xs-top-yellow-1 {
    border-top: 1px solid #fdb813 !important; }

  .border-xs-right-yellow-1 {
    border-right: 1px solid #fdb813 !important; }

  .border-xs-bottom-yellow-1 {
    border-bottom: 1px solid #fdb813 !important; }

  .border-xs-left-yellow-1 {
    border-left: 1px solid #fdb813 !important; }

  .bg-xs-gray-1 {
    background-color: #A1A1A1 !important; }

  .color-xs-gray-1 {
    color: #A1A1A1 !important; }

  .bg-xs-gray-1-hover:hover,
  .bg-xs-gray-1-hover:active,
  .bg-xs-gray-1-hover.active,
  .active > .bg-xs-gray-1-hover,
  .bg-xs-gray-1-hover:focus {
    background-color: #A1A1A1 !important; }

  .color-xs-gray-1-hover:hover,
  .color-xs-gray-1-hover:active,
  .color-xs-gray-1-hover.active,
  .active > .color-xs-gray-1-hover,
  .color-xs-gray-1-hover:focus {
    color: #A1A1A1 !important; }

  .border-xs-gray-1 {
    border: 1px solid #A1A1A1 !important; }

  .border-xs-top-gray-1 {
    border-top: 1px solid #A1A1A1 !important; }

  .border-xs-right-gray-1 {
    border-right: 1px solid #A1A1A1 !important; }

  .border-xs-bottom-gray-1 {
    border-bottom: 1px solid #A1A1A1 !important; }

  .border-xs-left-gray-1 {
    border-left: 1px solid #A1A1A1 !important; }

  /* ----- OPACITY ----- */
  .opac-xs-0 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity={$opacity})";
    opacity: 0; }

  .opac-xs-0-hover:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity={$opacity})";
    opacity: 0; }

  .opac-xs-10 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity={$opacity})";
    opacity: 0.1; }

  .opac-xs-10-hover:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity={$opacity})";
    opacity: 0.1; }

  .opac-xs-20 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity={$opacity})";
    opacity: 0.2; }

  .opac-xs-20-hover:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity={$opacity})";
    opacity: 0.2; }

  .opac-xs-30 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity={$opacity})";
    opacity: 0.3; }

  .opac-xs-30-hover:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity={$opacity})";
    opacity: 0.3; }

  .opac-xs-40 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity={$opacity})";
    opacity: 0.4; }

  .opac-xs-40-hover:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity={$opacity})";
    opacity: 0.4; }

  .opac-xs-50 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity={$opacity})";
    opacity: 0.5; }

  .opac-xs-50-hover:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity={$opacity})";
    opacity: 0.5; }

  .opac-xs-60 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity={$opacity})";
    opacity: 0.6; }

  .opac-xs-60-hover:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity={$opacity})";
    opacity: 0.6; }

  .opac-xs-70 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity={$opacity})";
    opacity: 0.7; }

  .opac-xs-70-hover:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity={$opacity})";
    opacity: 0.7; }

  .opac-xs-80 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity={$opacity})";
    opacity: 0.8; }

  .opac-xs-80-hover:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity={$opacity})";
    opacity: 0.8; }

  .opac-xs-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity={$opacity})";
    opacity: 0.9; }

  .opac-xs-90-hover:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity={$opacity})";
    opacity: 0.9; }

  .opac-xs-100 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity={$opacity})";
    opacity: 1; }

  .opac-xs-100-hover:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity={$opacity})";
    opacity: 1; }

  /* ----- TYPOGRAPHY ----- */
  .text-xs-bottom {
    vertical-align: bottom; }

  .text-xs-middle {
    vertical-align: middle; }

  .text-xs-top {
    vertical-align: top; }

  .text-xs-left {
    vertical-align: left; }

  .text-xs-center {
    vertical-align: center; }

  .text-xs-right {
    vertical-align: right; }

  /* ----- LEADING ----- */
  .leading-xs-loose {
    line-height: 1.6em; }

  .leading-xs-normal {
    line-height: 1.4em; }

  .leading-xs-tight {
    line-height: 1.2em; }

  /* ----- DISPLAY ----- */
  .display-xs-inherit {
    display: inherit; }

  .display-xs-inline {
    display: inline; }

  .display-xs-inline-block {
    display: inline-block; }

  .display-xs-block {
    display: block; }

  .display-xs-table {
    display: table; }

  .display-xs-table-row {
    display: table-row; }

  .display-xs-table-cell {
    display: table-cell; }

  .display-xs-table {
    display: table;
    width: 100%; } }
.bg-blue-5.gradient-top, .page > .bg, .page > .bg {
  background-image: -webkit-linear-gradient(top, #0079c1, #fff) !important;
  background-image: -moz-linear-gradient(top, #0079c1, #fff) !important;
  background-image: -ms-linear-gradient(top, #0079c1, #fff) !important;
  background-image: -o-linear-gradient(top, #0079c1, #fff) !important;
  background-image: linear-gradient(top, #0079c1, #fff) !important; }

.blue-gradient, .carousel-indicators .active, .category-badge.blue {
  background: #5872ae;
  background-image: -webkit-linear-gradient(top, #90a5cb, #204092);
  background-image: -moz-linear-gradient(top, #90a5cb, #204092);
  background-image: -ms-linear-gradient(top, #90a5cb, #204092);
  background-image: -o-linear-gradient(top, #90a5cb, #204092);
  background-image: linear-gradient(top, #90a5cb, #204092); }

.yellow-gradient, .category-badge.yellow {
  background: #fdc745;
  background-image: -webkit-linear-gradient(top, #fed678, #fdb813);
  background-image: -moz-linear-gradient(top, #fed678, #fdb813);
  background-image: -ms-linear-gradient(top, #fed678, #fdb813);
  background-image: -o-linear-gradient(top, #fed678, #fdb813);
  background-image: linear-gradient(top, #fed678, #fdb813); }

.color-yellow-1 {
  color: #d69900 !important; }

.clearfix {
  clear: both; }

.no-touch input[type=number] {
  -moz-appearance: textfield; }
.no-touch input[type=number]::-webkit-inner-spin-button,
.no-touch input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }
.no-touch .touchVersion {
  display: none; }

.touch .nonTouchVersion {
  display: none; }

body {
  position: relative; }

.dimmed {
  opacity: .3; }

.page > .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  z-index: -1; }

.site-header {
  padding-top: 20px; }

.site-footer a {
  color: #888888;
  text-decoration: underline; }

h1 {
  color: #1c3088;
  margin-bottom: 5px;
  font-size: 56px;
  line-height: 1.1em; }
  h1.small {
    font-size: 36px;
    line-height: 1.1em; }

h2 {
  color: #0C2074;
  font-size: 21px; }

h4 {
  color: #0C2074;
  font-size: 15px; }

a {
  color: #003088; }

p {
  color: #666666;
  margin: 10px 0 15px;
  font-size: 12px; }
  p a {
    border-bottom: 1px solid #0C2074;
    transition: .1s border-bottom; }
    p a:hover {
      border-bottom: 1px solid transparent; }
  p small {
    color: #999;
    font-size: 11px;
    line-height: 16px; }
  p.lead {
    font-size: 12px; }
    p.lead.large {
      font-size: 21px;
      line-height: 1.2; }
      p.lead.large strong {
        white-space: nowrap;
        color: #000000; }
  p.cta {
    color: #000;
    margin: 25px 0; }

.form label {
  display: block;
  margin-bottom: 2px; }
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form input[type=number],
.form input[type=password] {
  display: block;
  font-size: 14px;
  width: 100%;
  margin-bottom: 8px;
  padding: 5px 10px;
  border: 1px solid #aaa;
  box-shadow: none; }
.form .row {
  margin-bottom: 7px; }
  .form .row.error input {
    border: 1px solid #d22b29; }
.form .errorMessage {
  color: #d22b29;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 12px; }

.btn {
  position: relative;
  overflow: hidden; }
  .btn .shine {
    transition: .1s bottom;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%; }
  .btn:hover .shine, .btn:active .shine, .btn:focus .shine {
    bottom: 50%; }
  .btn .text {
    position: relative; }
  .btn.btn-primary {
    color: #ffffff !important;
    padding: 5px 15px;
    min-width: 150px; }
    .btn.btn-primary .shine {
      background: #c71427; }
    .btn.btn-primary .text {
      text-shadow: 0 2px 1px #b91224; }
    .btn.btn-primary.notReady, .btn.btn-primary.disabled {
      background: #b3b3b3 !important; }
      .btn.btn-primary.notReady .shine, .btn.btn-primary.disabled .shine {
        background: #a6a6a6; }
      .btn.btn-primary.notReady .text, .btn.btn-primary.disabled .text {
        text-shadow: 0 2px 1px #9f9f9f; }
  .btn.btn-link {
    color: #0C2074;
    font-weight: normal;
    text-decoration: underline; }
    .btn.btn-link.notReady, .btn.btn-link.disabled {
      color: #A1A1A1;
      text-decoration: none; }

.bold {
  font-weight: bold; }

.container {
  position: relative; }

.text-container {
  margin: auto;
  max-width: 710px; }
  .text-container.medium {
    max-width: 475px; }
  .text-container.small {
    max-width: 300px; }

.carousel {
  position: relative;
  margin: auto; }

.carousel-control {
  width: 50px; }
  .carousel-control.left {
    background: transparent;
    filter: none;
    left: 0; }
    .carousel-control.left .icon-chevron-left {
      left: 0; }
  .carousel-control.right {
    background: transparent;
    filter: none;
    right: 0; }
    .carousel-control.right .icon-chevron-right {
      right: 0; }
  .carousel-control .icon-chevron-left,
  .carousel-control .icon-chevron-right {
    color: #3b3b3b;
    font-size: 35px;
    position: absolute;
    top: 55px;
    text-shadow: none; }

.carousel-indicators {
  bottom: -15px;
  font-size: 12px; }
  .carousel-indicators ul {
    display: inline-block;
    margin-right: 10px;
    padding-left: 0; }
  .carousel-indicators li {
    border: none;
    height: 12px;
    width: 12px;
    margin: 0 2px; }
  .carousel-indicators .active {
    border: none;
    margin: 0 2px; }

.carousel-inner h3 {
  font-size: 21px;
  padding-top: 25px; }
.carousel-inner p {
  margin: 10px 0; }
.carousel-inner .item {
  padding: 15px 50px;
  min-height: 175px; }
  .carousel-inner .item > a {
    display: block; }
    .carousel-inner .item > a > img {
      display: inline-block;
      margin: 0 20px 0 0;
      padding-right: 15px; }

.nav-tabs > li > a {
  font-size: 18px;
  background: #e5f5ff;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 15px 20px; }
  .nav-tabs > li > a:hover, .nav-tabs > li > a:active, .nav-tabs > li > a:focus {
    background: #e5f5ff;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd; }
.nav-tabs.active > a {
  border-top: 1px solid transparent;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd; }
  .nav-tabs.active > a:first-child, .nav-tabs.active > a:last-child {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent; }

.tab-pane {
  padding: 20px; }

.tab-container {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3); }

.panel {
  border: none;
  margin-bottom: 10px; }
  .panel .panel-heading {
    background: #daf2ff;
    border: none; }
    .panel .panel-heading .panel-title {
      font-size: 18px; }
      .panel .panel-heading .panel-title a {
        display: block; }
      .panel .panel-heading .panel-title .plus {
        display: none; }
      .panel .panel-heading .panel-title .collapsed .minus {
        display: none; }
      .panel .panel-heading .panel-title .collapsed .plus {
        display: inherit; }
      .panel .panel-heading .panel-title .indicator {
        background: none;
        background-image: -webkit-linear-gradient(top, #c4e8fe, #577cb8);
        background-image: -moz-linear-gradient(top, #c4e8fe, #577cb8);
        background-image: -ms-linear-gradient(top, #c4e8fe, #577cb8);
        background-image: -o-linear-gradient(top, #c4e8fe, #577cb8);
        background-image: linear-gradient(top, #c4e8fe, #577cb8);
        display: inline-block;
        border-radius: 3px;
        padding: 2px 6px;
        line-height: 1;
        font-size: 20px;
        margin-right: 5px; }
  .panel .panel-body {
    padding: 0 15px 15px 15px;
    background: #eef9ff; }
    .panel .panel-body h3 {
      color: #666668;
      font-size: 21px;
      border-bottom: 1px solid #666668;
      padding-bottom: 10px;
      margin: 30px 0 15px; }
      .panel .panel-body h3 strong {
        color: #000;
        white-space: nowrap; }
    .panel .panel-body h4 {
      font-size: 18px;
      color: #000; }
    .panel .panel-body h5 {
      font-weight: bold;
      font-size: 15px;
      display: inline; }
    .panel .panel-body .gray-bg {
      background: none;
      background-image: -webkit-linear-gradient(top, #bdbec0, #e6e7e8);
      background-image: -moz-linear-gradient(top, #bdbec0, #e6e7e8);
      background-image: -ms-linear-gradient(top, #bdbec0, #e6e7e8);
      background-image: -o-linear-gradient(top, #bdbec0, #e6e7e8);
      background-image: linear-gradient(top, #bdbec0, #e6e7e8);
      padding: 20px 25px; }
    .panel .panel-body .large {
      font-size: 34px;
      margin-top: 10px; }

.site-header a {
  display: inline-block; }
.site-header .bg {
  position: absolute;
  z-index: -1;
  left: 290px;
  top: 0; }
.site-header .pull-left .logo {
  padding: 0 0 30px 0; }

.site-menu {
  margin: 0;
  padding: 3px 0 2px; }
  .site-menu li {
    border-left: 1px solid rgba(12, 32, 116, 0.1); }
    .site-menu li:first-child {
      border-left: none; }
  .site-menu a {
    font-size: 12px; }

.site-footer .container {
  font-size: 11px;
  overflow: hidden;
  padding: 10px 0px 30px 0px;
  text-align: center; }
  .site-footer .container .bg {
    background: radial-gradient(#dfdfdf 15%, #fff 63%, #fff) 0 0 #fff;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    top: -220px;
    position: absolute;
    z-index: -1; }

.identity {
  color: #47494c;
  font-size: 12px;
  padding: 7px 0; }

.gray-gradient, .carousel-indicators li {
  background: linear-gradient(#dfdfdf, #f1f2f2); }

.gray-gradient-home {
  background: #dfdfdf;
  background: -moz-linear-gradient(top, #dfdfdf 0%, #f2f1f2 80%, #ffffff 81%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #dfdfdf 0%, #f2f1f2 80%, #ffffff 81%, #ffffff 100%);
  background: linear-gradient(to bottom, #dfdfdf 0%, #f2f1f2 80%, #ffffff 81%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#ffffff',GradientType=0 );
  margin-bottom: 30px; }

.blue-bg {
  background: #e5f5ff;
  margin-top: 30px; }
  .blue-bg li {
    padding: 6px 0; }

.category-badge {
  margin: auto;
  height: 65px;
  width: 65px;
  border-radius: 100%;
  display: inline-block; }
  .category-badge.yellow {
    border: 2px solid #fdb813; }
  .category-badge.blue {
    border: 2px solid #204092; }
  .category-badge.gray {
    background: #aaa;
    background-image: -webkit-linear-gradient(top, #f3f3f4, #676766);
    background-image: -moz-linear-gradient(top, #f3f3f4, #676766);
    background-image: -ms-linear-gradient(top, #f3f3f4, #676766);
    background-image: -o-linear-gradient(top, #f3f3f4, #676766);
    background-image: linear-gradient(top, #f3f3f4, #676766);
    border: 2px solid #676766; }
  .category-badge .icon {
    color: #ffffff;
    font-size: 54px;
    margin-top: 4px;
    display: inline-block; }
  .category-badge .text {
    color: #ffffff;
    font-size: 22px;
    line-height: 45px; }
  .category-badge.large {
    height: 90px;
    width: 90px; }
    .category-badge.large .icon {
      font-size: 76px;
      margin-top: 6px; }
  .category-badge.small {
    height: 30px;
    width: 30px; }
    .category-badge.small .text {
      font-size: 12px;
      color: #fff;
      font-weight: bold;
      display: inline-block;
      margin-top: 5px;
      line-height: inherit; }

#dragzone {
  margin-bottom: 15px; }
  #dragzone .category-grid .category-badge {
    cursor: move; }

.print {
  position: relative;
  padding-left: 30px; }
  .print a {
    color: #666668 !important; }
  .print .icon-printer {
    font-size: 24px;
    position: absolute;
    left: 0;
    top: -2px; }

.category-grid {
  padding: 20px; }
  .category-grid .category-badge {
    margin: auto; }
  .category-grid p {
    margin: 8px 0 0;
    font-size: 11px; }
  .category-grid .row {
    margin-left: -7px;
    margin-right: -7px; }
    .category-grid .row > * {
      padding: 7px; }
      .category-grid .row > * .content {
        padding: 5px; }
        .category-grid .row > * .content.header {
          border-radius: 0;
          font-size: 18px;
          text-transform: uppercase; }
  .category-grid .width-20 {
    float: left;
    width: 18%; }
  .category-grid .width-80 {
    float: right;
    width: 80%; }

.selected-categories li {
  padding: 0 20px;
  min-height: 130px;
  min-width: 174px;
  vertical-align: top; }
.selected-categories p {
  font-size: 11px;
  margin-bottom: 0;
  position: relative;
  z-index: 2; }
.selected-categories .content {
  position: relative;
  padding: 12px;
  height: 115px;
  width: 115px;
  margin: auto; }
  .selected-categories .content .bg {
    position: absolute;
    height: 115px;
    width: 115px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5em;
    z-index: 0;
    left: 0;
    top: 0; }
  .selected-categories .content .reflection-overlay {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,eeeeee+100 */
    background: #eeeeee;
    /* Old browsers */
    background: linear-gradient(to bottom, rgba(238, 238, 238, 0.85) 0%, #eeeeee 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1; }
    .selected-categories .content .reflection-overlay.yellow {
      background: linear-gradient(to bottom, rgba(238, 238, 238, 0.6) 0%, #eeeeee 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .selected-categories .content .reflection-container {
    position: absolute;
    height: 40px;
    width: 115px;
    overflow: hidden;
    left: 0;
    top: 121px; }
  .selected-categories .content .border {
    position: absolute;
    height: 115px;
    width: 115px;
    border-radius: 5em;
    z-index: 0;
    border: 3px dashed black;
    left: 0;
    top: 0; }
    .selected-categories .content .border.yellow {
      border: 3px dashed #fdb813; }
    .selected-categories .content .border.blue {
      border: 3px dashed #0C2074; }
  .selected-categories .content .number {
    font-size: 44px;
    color: #cdcdcd;
    font-weight: bold;
    position: relative;
    margin-top: 16px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-left: 2px; }
  .selected-categories .content .category-badge {
    position: absolute;
    left: 13px;
    top: 13px; }

.callouts {
  background: url("../images/tray-lighter.png") no-repeat center 105px;
  padding: 0 0 28px;
  margin-top: -25px; }
  .callouts h3 {
    font-size: 21px;
    padding-top: 140px; }
  .callouts img {
    display: inline-block;
    margin-right: 40px;
    border-left: #bbbbbb; }
  .callouts .disclaimer {
    clear: both;
    font-size: 11px;
    color: #999999; }

.tray {
  background: url("../images/tray-lighter.png") no-repeat center 86px;
  padding: 18px 0 24px; }
  .tray p.lead.large {
    margin-top: 0; }

.offer {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  padding: 30px 25px;
  margin: 15px;
  min-height: 465px; }
  .offer h3 {
    color: #231f20;
    font-size: 21px; }

.disclaimers small {
  font-size: 11px;
  line-height: 18px;
  color: #999999; }

#myCarousel_indicators {
  position: absolute;
  bottom: 7px;
  width: 100%;
  text-align: center;
  z-index: 20; }
  #myCarousel_indicators .carousel-indicators {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0px;
    left: auto;
    bottom: auto; }
  #myCarousel_indicators > a {
    border-bottom: 1px solid #0C2074;
    transition: border-bottom .1s;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    margin-left: 5px; }
    #myCarousel_indicators > a:hover {
      border-bottom: 1px solid transparent; }

#offer-details li {
  font-size: 12px;
  color: #6e6e6e; }

#howItWorks h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #0C2074;
  margin: 22px 0; }
#howItWorks p {
  margin-top: 0px; }
#howItWorks .btn-primary {
  margin-top: 20px; }
#howItWorks .text-center p {
  margin-top: 10px; }
#howItWorks .cat-table strong {
  font-size: 21px; }
#howItWorks .cat-table li {
  font-size: 12px;
  padding: 7px 0; }
#howItWorks .cat-table .row {
  margin-bottom: 15px; }

#login p {
  color: #000; }
#login .btn-primary {
  margin: 12px 0; }

#merchantsDetail.container h1 {
  padding-top: 15px; }
#merchantsDetail.container .merchants-table ul, #merchantsDetail.container .merchants-table ol {
  margin-bottom: 0; }
#merchantsDetail.container .merchants-table li {
  font-size: 12px;
  color: #1c3088; }

#faq h3 {
  font-size: 19px;
  margin: 10px 0px;
  color: #666; }
#faq .faqquestion {
  font-size: 12px;
  color: #666;
  cursor: pointer; }
#faq .faqanswer {
  max-width: 650px; }
  #faq .faqanswer a {
    border-bottom: 1px solid #0C2074;
    transition: .1s border-bottom; }
    #faq .faqanswer a:hover {
      border-bottom: 1px solid transparent; }
  #faq .faqanswer .well {
    padding: 15px;
    background: #eeeeee;
    border: none;
    border-radius: 0px;
    margin: 10px 0px; }
    #faq .faqanswer .well p {
      margin: 0px; }
    #faq .faqanswer .well ol.faqlist {
      list-style-type: lower-alpha;
      font-size: 12px;
      color: #6e6e6e;
      padding-left: 15px; }

#termsAndConditions.container {
  margin-bottom: 30px; }
  #termsAndConditions.container h3 {
    margin-top: 15px;
    font-size: 12px;
    font-weight: bold; }
  #termsAndConditions.container p {
    margin: 15px 0px;
    font-size: 11px; }
  #termsAndConditions.container ul {
    padding-left: 50px; }

#dashboard {
  margin-bottom: 20px; }
  #dashboard h1.nextToImage {
    margin-top: 70px;
    padding-left: 20px; }
  #dashboard h2 {
    padding-left: 20px; }
  #dashboard > .container {
    border-bottom: solid 1px #a1a1a1; }
  #dashboard > img {
    padding-right: 20px; }
  #dashboard .row {
    padding-bottom: 20px;
    border-bottom: 1px solid #a1a1a1;
    margin-bottom: 20px; }
    #dashboard .row h2 {
      padding-top: 10px;
      padding-left: 15px;
      color: #666; }
    #dashboard .row .lead.large {
      margin-top: 3px; }
  #dashboard .selected-categories {
    margin-top: 15px; }
    #dashboard .selected-categories li {
      padding: 0 20px;
      min-height: 82px;
      display: block;
      float: left;
      width: 150px; }
    #dashboard .selected-categories p {
      font-size: 11px;
      margin: 0 0 5px; }
    #dashboard .selected-categories .content {
      position: relative;
      padding: 12px;
      height: 70px;
      width: 70px;
      margin: auto; }
      #dashboard .selected-categories .content .bg {
        height: 70px;
        width: 70px; }
      #dashboard .selected-categories .content .border {
        height: 70px;
        width: 70px; }
      #dashboard .selected-categories .content .number {
        font-size: 32px;
        margin-top: 0;
        margin-left: 0; }
      #dashboard .selected-categories .content .category-badge {
        position: absolute;
        height: 58px;
        width: 58px;
        left: 3px;
        top: 3px; }
        #dashboard .selected-categories .content .category-badge .icon {
          font-size: 52px;
          margin-top: 0px; }

#calculator h4 {
  margin-bottom: 15px; }
#calculator p.lead.large {
  margin-top: 20px; }
#calculator .calculator {
  max-width: 400px;
  margin: auto; }
  #calculator .calculator .row {
    margin-bottom: 20px;
    color: #666666;
    font-size: 12px; }
    #calculator .calculator .row div:nth-child(2) {
      padding-top: 7px; }
    #calculator .calculator .row div:nth-child(3) {
      font-size: 22px;
      line-height: 45px; }
    #calculator .calculator .row .spending {
      margin-top: 10px;
      font-size: 14px;
      width: 100%; }
  #calculator .calculator:after {
    content: '';
    display: table;
    clear: both; }
#calculator .cashback {
  margin-top: 30px;
  position: relative; }
  #calculator .cashback .arrow {
    background: url("../images/gray-arrow.png") center center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
#calculator .total {
  font-size: 36px;
  font-weight: bold;
  line-height: 90px;
  color: #000;
  text-align: center; }
#calculator .category-badge {
  height: 50px;
  width: 50px; }

#reminders p {
  margin-top: 0; }
#reminders label {
  font-size: 12px; }
#reminders input[type='text'],
#reminders input[type='email'],
#reminders input[type='tel'] {
  margin-bottom: 17px;
  font-size: 12px;
  background: #fff;
  border: 1px solid #ccc; }
#reminders hr {
  border-top: 1px solid #666;
  margin-top: 10px;
  margin-bottom: 10px; }
#reminders a.noUnderline {
  border-bottom: 1px solid transparent; }

#history.container h4 {
  font-size: 18px; }
#history.container h5 {
  font-weight: normal;
  font-size: 13px; }
#history.container .panel-body p {
  margin: 9px 0; }
  #history.container .panel-body p.noneSelected {
    font-size: 14px; }
#history.container .panel-body h3 {
  margin: 15px 0 0; }
#history.container .panel-body h4 {
  font-size: 15px;
  margin: 20px 0 9px; }
#history.container .cat {
  margin: 4px 0px;
  padding-bottom: 7px; }
  #history.container .cat .category-badge {
    margin-right: 5px; }
#history.container .totals {
  padding: 18px 22px;
  margin-top: 20px; }
  #history.container .totals h4 {
    font-size: 21px;
    font-weight: normal; }
  #history.container .totals .large {
    margin-top: 0px; }
  #history.container .totals p {
    margin: 0; }

#confirm h2 {
  font-size: 21px; }

@media (max-width: 991px) and (min-width: 768px) {
  .site-header .bg {
    left: 40px; }

  .category-grid .row > * .content {
    min-height: 82px; }
    .category-grid .row > * .content.header {
      min-height: 0;
      font-size: 13px; }

  #dashboard .selected-categories li {
    width: 140px;
    min-width: 0; } }
@media (max-width: 767px) {
  #mainContent {
    position: relative; }

  .authLink {
    padding-top: 8px;
    display: inline-block; }

  .logo,
  .cashplus-logo {
    padding-top: 15px; }

  .page {
    padding-top: 0; }

  h1 {
    font-size: 36px; }

  h2 {
    font-size: 15px; }

  p.lead.large {
    font-size: 16px; }

  .text-container {
    max-width: 100%; }

  .category-grid p {
    font-size: 11px;
    line-height: 1.4em; }
  .category-grid .width-20 {
    float: none;
    width: 100%; }
  .category-grid .width-80 {
    float: none;
    width: 100%; }
  .category-grid .row > * {
    padding: 7px 5px; }
    .category-grid .row > * .content {
      min-height: 122px; }
      .category-grid .row > * .content.header {
        min-height: 0; }

  .nav-tabs > li > a {
    font-size: 15px;
    padding: 10px; }

  .category-badge {
    height: 44px;
    width: 44px; }
    .category-badge .icon {
      font-size: 35px;
      margin-top: 3px; }

  .tray {
    background: #eeeeee;
    padding-bottom: 0;
    margin-bottom: 20px; }
    .tray p.lead.large {
      margin-top: 0; }

  .site-header {
    padding-bottom: 10px;
    padding-top: 0; }
    .site-header .cashplus-logo svg, .site-header .cashplus-logo image {
      width: 105px;
      height: 30px; }

  .site-footer .container {
    text-align: left;
    padding: 10px 20px 30px; }

  .site-menu {
    background: linear-gradient(#dfdfdf, #f1f2f2);
    margin-bottom: 5px; }
    .site-menu .icon-menu {
      font-size: 35px;
      color: #888888; }
    .site-menu strong a {
      display: inline-block;
      padding: 10px 0; }

  .mm-listview > li {
    padding: 0 20px; }

  .mm-panel.mm-hasnavbar .mm-navbar {
    display: none; }

  .mm-menu > .mm-panel.mm-hasnavbar {
    padding-top: 0; }

  .mm-listview > li > a,
  .mm-listview > li > span {
    color: #fff !important;
    border-bottom: 1px solid #fff;
    font-size: 12px;
    padding: 12px; }

  .mm-listview > li.no-border > a,
  .mm-listview > li.no-border > span {
    border-bottom: 1px solid transparent !important; }

  .panel-body {
    text-align: center; }

  .carousel-inner h3 {
    padding-top: 0; }
  .carousel-inner .item {
    padding: 0;
    min-height: 320px; }
    .carousel-inner .item > a > img {
      display: block;
      float: none !important;
      margin: auto;
      padding-right: 0;
      border: none !important;
      width: 105px; }

  .category-badge.large {
    height: 63px;
    width: 63px; }
    .category-badge.large .icon {
      font-size: 60px;
      margin-top: 1px; }

  .selected-categories {
    margin: 0; }
    .selected-categories li {
      padding: 0 10px;
      width: 32%;
      min-width: inherit; }
      .selected-categories li p,
      .selected-categories li a {
        font-size: 11px; }
    .selected-categories .content {
      height: 75px;
      width: 75px; }
      .selected-categories .content .reflection-container {
        top: 80px;
        width: 75px; }
      .selected-categories .content .bg {
        height: 75px;
        width: 75px; }
      .selected-categories .content .border {
        height: 75px;
        width: 75px; }
      .selected-categories .content .number {
        font-size: 30px;
        margin-top: 5px; }
      .selected-categories .content .category-badge {
        top: 6px;
        left: 6px; }

  .callouts {
    background: transparent;
    padding: 14px 0; }
    .callouts h3 {
      padding-top: 0; }
    .callouts img {
      float: none !important;
      display: block;
      margin: auto; }

  .offer {
    min-height: 1px; }

  #termsAndConditions.container ul {
    padding-left: 20px; }

  #dashboard.container {
    text-align: center; }
    #dashboard.container .row {
      text-align: center; }
    #dashboard.container .selected-categories li {
      width: 33%;
      padding: 0 10px; }
    #dashboard.container h1.nextToImage {
      margin-top: 20px; }

  #calculator .container.medium {
    margin: 0 auto;
    text-align: center; }
  #calculator .total {
    line-height: 1;
    padding-bottom: 15px; }
  #calculator .cashback .arrow {
    background: url("../images/gray-arrow-down.png") top center no-repeat; }
  #calculator p.lead.large {
    font-size: 21px;
    min-height: 58px;
    margin-top: 10px; }

  #dragzone .category-grid {
    padding: 20px 0; }
  #dragzone .tray p.lead.large {
    margin-top: 15px;
    font-size: 15px;
    margin: 10px 0; }

  .fixed #dragzone {
    padding-top: 320px; }
    .fixed #dragzone .tray {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1; }

  .merchants-table .blue-bg {
    margin-top: 0; }
  .merchants-table .carousel {
    padding-bottom: 45px; }
    .merchants-table .carousel .carousel-indicators {
      bottom: 10px; }
    .merchants-table .carousel .carousel-inner .item {
      padding: 0;
      min-height: 250px; }
    .merchants-table .carousel .carousel-control .icon-chevron-left,
    .merchants-table .carousel .carousel-control .icon-chevron-right {
      top: 118px; }

  #history.container h4 {
    font-size: 15px; }
  #history.container .cat {
    text-align: left;
    width: 180px;
    margin: auto; }

  .carousel-control {
    height: 130px; } }
@media print {
  a[href]:after {
    content: none !important; }

  .selected-categories .icon {
    display: none; } }

/*# sourceMappingURL=main.css.map */
