/* ============================================================================= 
   Reset
   ========================================================================== */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1.618em;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* apply a natural box layout model to all elements, but allowing components to change */

html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.rich-text ul,
.rich-text ol,
.rich-text dl {
  list-style-position: outside;
  padding-left: 24px;
}
.rich-text ul {
  list-style-type: disc;
}
.rich-text ul ul {
  list-style-type: circle;
}
.rich-text ol {
  list-style-type: decimal;
}
.rich-text dl {
  padding: 0;
}
.rich-text dt,
.rich-text dd {
  display: block;
  margin: 0;
}
.rich-text dt {
  font-weight: bold;
  font-size: 110%;
}
.rich-text dd {
  margin-bottom: 12px;
}
.rich-text .table-wrapper {
  margin: 24px 0;
  overflow-x: auto;
}
.rich-text .table-wrapper table {
  line-height: 1.5;
  width: 100%;
  text-align: center;
}
.rich-text .table-wrapper caption {
  text-align: left;
}
.rich-text .table-wrapper tr {
  border-bottom: 1px solid #cccccc;
}
.rich-text .table-wrapper tr:first-child td {
  background: #f2f2f2;
  font-weight: bold;
}
.rich-text .table-wrapper td,
.rich-text .table-wrapper th {
  padding: 12px 24px;
  vertical-align: middle;
}
.rich-text .table-wrapper th {
  background: #f2f2f2;
  font-weight: bold;
}
.rich-text legend {
  font-weight: bold;
}
.rich-text sup {
  vertical-align: super;
  font-size: 50%;
}
.rich-text sub {
  vertical-align: sub;
  font-size: 50%;
}
.rich-text pre {
  font-family: monospace;
  clear: left;
  border: 1px solid #e6e6e6;
  padding: 24px;
  font-size: 80%;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */

}
small {
  font-size: 60%;
}
hr.decorative {
  width: 76px;
  height: 4px;
  margin: 24px auto;
  background-color: #ff6417;
}
/* ============================================================================= 
   Videos
   ========================================================================== */

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.rich-text .video-wrapper {
  margin-bottom: 24px;
}
.video-wrapper .fancybox {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.video-wrapper video,
.video-wrapper iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}
/* ==================================================================================================================== 
  Phosphor Grid
  ==================================================================================================================== */

.container {
  margin: 0 auto;
  padding-left: 2%;
  padding-right: 2%;
}
.container.full-width {
  position: relative;
  padding: 0;
}
.container.full-width .row {
  max-width: 100%;
}
.row {
  max-width: 1440px;
  margin: 0 auto;
  zoom: 1;
}
.row:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  clear: both;
}
.onecol,
.twocol,
.threecol,
.fourcol,
.fivecol,
.sixcol,
.sevencol,
.eightcol,
.ninecol,
.tencol,
.elevencol {
  margin-right: 0.95%;
  margin-left: 0.95%;
  float: left;
  min-height: 1px;
}
.onecol.single,
.twocol.single,
.threecol.single,
.fourcol.single,
.fivecol.single,
.sixcol.single,
.sevencol.single,
.eightcol.single,
.ninecol.single,
.tencol.single,
.elevencol.single {
  float: none;
  margin: 0 auto;
}
.onecolumn,
.twocolumn,
.threecolumn,
.fourcolumn,
.fivecolumn,
.sixcolumn,
.sevencolumn,
.eightcolumn,
.ninecolumn,
.tencolumn,
.elevencolumn,
.twelvecolumn {
  margin-right: 0;
  margin-left: 0;
  float: left;
  min-height: 1px;
}
.onecolumn.single,
.twocolumn.single,
.threecolumn.single,
.fourcolumn.single,
.fivecolumn.single,
.sixcolumn.single,
.sevencolumn.single,
.eightcolumn.single,
.ninecolumn.single,
.tencolumn.single,
.elevencolumn.single,
.twelvecolumn.single {
  float: none!important;
  margin: 0 auto;
}
.onecol {
  width: 6.43%;
}
.twocol {
  width: 14.76%;
}
.threecol {
  width: 23.1%;
}
.fourcol {
  width: 31.43%;
}
.fivecol {
  width: 39.77%;
}
.sixcol {
  width: 48.1%;
}
.sevencol {
  width: 56.43%;
}
.eightcol {
  width: 64.76%;
}
.ninecol {
  width: 73.1%;
}
.tencol {
  width: 81.44%;
}
.elevencol {
  width: 89.77%;
}
.twelvecol {
  width: 98.1%;
  margin: 0 0.95%;
  float: left;
}
.onecolumn {
  width: 8.33333333333333%;
}
.twocolumn {
  width: 16.6666666666667%;
}
.threecolumn {
  width: 25%;
}
.fourcolumn {
  width: 33.3333333333333%;
}
.fivecolumn {
  width: 41.6666666666665%;
}
.sixcolumn {
  width: 50%;
}
.sevencolumn {
  width: 58.3333333333333%;
}
.eightcolumn {
  width: 66.6666666666666%;
}
.ninecolumn {
  width: 75%;
}
.tencolumn {
  width: 83.33333333333%;
}
.elevencolumn {
  width: 91.6666666666%;
}
.twelvecolumn {
  width: 100%;
  float: left;
}
img,
object,
embed {
  max-width: 100%;
}
img {
  height: auto;
}
img[alt] {
  font-size: 0.7em;
}
.items,
.item {
  zoom: 1;
}
.items:after,
.item:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  clear: both;
}
/* =============================================================================
   Media Queries large screen devices e.g landscape tablets, small desktop monitors
   ========================================================================== */

@media handheld, only screen and (max-width: 1280px) {
  .container .onecol-ld {
    width: 6.43%;
    float: left;
  }
  .container .twocol-ld {
    width: 14.76%;
    float: left;
  }
  .container .threecol-ld {
    width: 23.1%;
    float: left;
  }
  .container .fourcol-ld {
    width: 31.43%;
    float: left;
  }
  .container .fivecol-ld {
    width: 39.77%;
    float: left;
  }
  .container .sixcol-ld {
    width: 48.1%;
    float: left;
  }
  .container .sevencol-ld {
    width: 56.43%;
    float: left;
  }
  .container .eightcol-ld {
    width: 64.76%;
    float: left;
  }
  .container .ninecol-ld {
    width: 73.1%;
    float: left;
  }
  .container .tencol-ld {
    width: 81.44%;
    float: left;
  }
  .container .elevencol-ld {
    width: 89.77%;
    float: left;
  }
  .container .twelvecol-ld {
    width: 98.1%;
    margin: 0 0.95%;
    float: left;
  }
  .container .onecolumn-ld {
    width: 8.33333333333333%;
  }
  .container .twocolumn-ld {
    width: 16.6666666666667%;
  }
  .container .threecolumn-ld {
    width: 25%;
  }
  .container .fourcolumn-ld {
    width: 33.3333333333333%;
  }
  .container .fivecolumn-ld {
    width: 41.6666666666665%;
  }
  .container .sixcolumn-ld {
    width: 50%;
  }
  .container .sevencolumn-ld {
    width: 58.3333333333333%;
  }
  .container .eightcolumn-ld {
    width: 66.6666666666666%;
  }
  .container .ninecolumn-ld {
    width: 75%;
  }
  .container .tencolumn-ld {
    width: 83.33333333333%;
  }
  .container .elevencolumn-ld {
    width: 91.6666666666%;
  }
  .container .twelvecolumn-ld {
    width: 100%;
    float: left;
  }
}
/* =============================================================================
   Media Queries medium e.g Potrait tablets & phablets, phones landsacpe
   ========================================================================== */

@media handheld, only screen and (max-width: 1000px), print {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  .container .onecol-md {
    width: 6.43%;
    float: left;
  }
  .container .twocol-md {
    width: 14.76%;
    float: left;
  }
  .container .threecol-md {
    width: 23.1%;
    float: left;
  }
  .container .fourcol-md {
    width: 31.43%;
    float: left;
  }
  .container .fivecol-md {
    width: 39.77%;
    float: left;
  }
  .container .sixcol-md {
    width: 48.1%;
    float: left;
  }
  .container .sevencol-md {
    width: 56.43%;
    float: left;
  }
  .container .eightcol-md {
    width: 64.76%;
    float: left;
  }
  .container .ninecol-md {
    width: 73.1%;
    float: left;
  }
  .container .tencol-md {
    width: 81.44%;
    float: left;
  }
  .container .elevencol-md {
    width: 89.77%;
    float: left;
  }
  .container .twelvecol-md {
    width: 98.1%;
    margin-left: 0.95%;
    margin-right: 0.95%;
    float: left;
  }
  .container .onecolumn-md {
    width: 8.33333333333333%;
  }
  .container .twocolumn-md {
    width: 16.6666666666667%;
  }
  .container .threecolumn-md {
    width: 25%;
  }
  .container .fourcolumn-md {
    width: 33.3333333333333%;
  }
  .container .fivecolumn-md {
    width: 41.6666666666665%;
  }
  .container .sixcolumn-md {
    width: 50%;
  }
  .container .sevencolumn-md {
    width: 58.3333333333333%;
  }
  .container .eightcolumn-md {
    width: 66.6666666666666%;
  }
  .container .ninecolumn-md {
    width: 75%;
  }
  .container .tencolumn-md {
    width: 83.33333333333%;
  }
  .container .elevencolumn-md {
    width: 91.6666666666%;
  }
  .container .twelvecolumn-md {
    width: 100%;
    float: left;
  }
  .container .auto-clear .onecolumn-md:nth-child(12n+1) {
    clear: left;
  }
  .container .auto-clear .twocolumn-md:nth-child(6n+1) {
    clear: left;
  }
  .container .auto-clear .threecolumn:nth-child(4n+1) {
    clear: left;
  }
  .container .auto-clear .fourcolumn-md:nth-child(3n+1) {
    clear: left;
  }
  .container .auto-clear .sixcolumn-md:nth-child(odd) {
    clear: left;
    background: pink;
  }
}
/* =============================================================================
   Media Queries medium e.g phones portrait
   ========================================================================== */

@media handheld, only screen and (max-width: 600px) {
  .row,
  body {
    width: 100%;
    min-width: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .container .onecol-sm {
    width: 6.43%;
    float: left;
  }
  .container .twocol-sm {
    width: 14.76%;
    float: left;
  }
  .container .threecol-sm {
    width: 23.1%;
    float: left;
  }
  .container .fourcol-sm {
    width: 31.43%;
    float: left;
  }
  .container .fivecol-sm {
    width: 39.77%;
    float: left;
  }
  .container .sixcol-sm {
    width: 48.1%;
    float: left;
  }
  .container .sevencol-sm {
    width: 56.43%;
    float: left;
  }
  .container .eightcol-sm {
    width: 64.76%;
    float: left;
  }
  .container .ninecol-sm {
    width: 73.1%;
    float: left;
  }
  .container .ninecol-sm.single {
    float: none;
    margin: 0 auto;
  }
  .container .tencol-sm {
    width: 81.44%;
    float: left;
  }
  .container .elevencol-sm {
    width: 89.77%;
    float: left;
  }
  .container .twelvecol-sm {
    width: 98.1%;
    margin: 0 0.95%;
    float: left;
  }
  .container .onecolumn-sm {
    width: 8.33333333333333%;
    float: left;
  }
  .container .twocolumn-sm {
    width: 16.6666666666667%;
    float: left;
  }
  .container .threecolumn-sm {
    float: left;
    width: 25%;
  }
  .container .fourcolumn-sm {
    width: 33.3333333333333%;
    float: left;
  }
  .container .fivecolumn-sm {
    width: 41.6666666666665%;
    float: left;
  }
  .container .sixcolumn-sm {
    width: 50%;
    float: left;
  }
  .container .sixcolumn-sm:nth-child(2n + 1) {
    clear: both;
  }
  .container .sixcolumn-sm:nth-child(2n + 2) {
    clear: none;
  }
  .container .sevencolumn-sm {
    width: 58.3333333333333%;
    float: left;
  }
  .container .eightcolumn-sm {
    width: 66.6666666666666%;
    float: left;
  }
  .container .ninecolumn-sm {
    float: left;
    width: 75%;
  }
  .container .tencolumn-sm {
    width: 83.33333333333%;
    float: left;
  }
  .container .elevencolumn-sm {
    width: 91.6666666666%;
    float: left;
  }
  .container .twelvecolumn-sm {
    width: 100%;
    float: left;
  }
}
.u-txt-left {
  text-align: left;
}
.u-txt-right {
  text-align: right;
}
.u-txt-center {
  text-align: center;
}
.u-txt-center ul,
.u-txt-center li {
  list-style-position: inside;
}
.u-img-link {
  display: inline-block;
}
.u-img-link img {
  display: block;
}
.u-list-inline-block li {
  display: inline-block;
}
.u-hiddenVisually {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.u-hidden {
  display: none;
}
.u-table {
  display: table;
  width: 100%;
}
.u-table-row {
  display: table-row;
}
.u-table-cell {
  display: table-cell;
  vertical-align: middle;
}
@media handheld, only screen and (min-width: 1000px) {
  .u-table-md {
    display: table;
    width: 100%;
  }
}
@media handheld, only screen and (min-width: 1000px) {
  .u-table-md .u-tr {
    display: table-row;
  }
}
@media handheld, only screen and (min-width: 1000px) {
  .u-table-md .u-td {
    display: table-cell;
    padding: 6px;
  }
}
.u-table {
  display: table;
  width: 100%;
}
.u-table .u-tr {
  display: table-row;
}
.u-table .u-td {
  display: table-cell;
  padding: 6px;
}
.u-uppercase {
  text-transform: uppercase;
}
.u-lowercase {
  text-transform: lowercase;
}
.u-title-case {
  text-transform: none;
}
.u-small {
  font-size: 0.9em;
}
@media handheld, only screen and (max-width: 1000px) {
  .u-md-hide {
    display: none !important;
  }
}
@media handheld, only screen and (min-width: 1000px) {
  .u-md-show {
    display: none !important;
  }
}
/* @import must be at top of file, otherwise CSS will not work */

@import url("//hello.myfonts.net/count/315eb");
/**
 * @license
 * MyFonts Webfont Build ID 3235505, 2016-06-20T23:48:09-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Gentona-SemiBold by Rene Bieder
 * URL: http://www.myfonts.com/fonts/rene-bieder/gentona/semi-bold/
 * 
 * Webfont: Gentona-Medium by Rene Bieder
 * URL: http://www.myfonts.com/fonts/rene-bieder/gentona/medium/
 * 
 * Webfont: Gentona-Thin by Rene Bieder
 * URL: http://www.myfonts.com/fonts/rene-bieder/gentona/thin/
 * 
 * Webfont: Gentona-ThinItalic by Rene Bieder
 * URL: http://www.myfonts.com/fonts/rene-bieder/gentona/thin-italic/
 * 
 * Webfont: Gentona-SemiBoldItalic by Rene Bieder
 * URL: http://www.myfonts.com/fonts/rene-bieder/gentona/semi-bold-italic/
 * 
 * Webfont: Gentona-Bold by Rene Bieder
 * URL: http://www.myfonts.com/fonts/rene-bieder/gentona/bold/
 * 
 * Webfont: Gentona-Book by Rene Bieder
 * URL: http://www.myfonts.com/fonts/rene-bieder/gentona/book/
 * 
 * Webfont: Gentona-MediumItalic by Rene Bieder
 * URL: http://www.myfonts.com/fonts/rene-bieder/gentona/medium-italic/
 * 
 * Webfont: Gentona-Light by Rene Bieder
 * URL: http://www.myfonts.com/fonts/rene-bieder/gentona/light/
 * 
 * Webfont: Gentona-LightItalic by Rene Bieder
 * URL: http://www.myfonts.com/fonts/rene-bieder/gentona/light-italic/
 * 
 * Webfont: Gentona-ExtraBold by Rene Bieder
 * URL: http://www.myfonts.com/fonts/rene-bieder/gentona/extra-bold/
 * 
 * Webfont: Gentona-ExtraLight by Rene Bieder
 * URL: http://www.myfonts.com/fonts/rene-bieder/gentona/extra-light/
 * 
 * Webfont: Gentona-BoldItalic by Rene Bieder
 * URL: http://www.myfonts.com/fonts/rene-bieder/gentona/bold-italic/
 * 
 * Webfont: Gentona-Heavy by Rene Bieder
 * URL: http://www.myfonts.com/fonts/rene-bieder/gentona/heavy/
 * 
 * Webfont: Gentona-HeavyItalic by Rene Bieder
 * URL: http://www.myfonts.com/fonts/rene-bieder/gentona/heavy-italic/
 * 
 * Webfont: Gentona-BookItalic by Rene Bieder
 * URL: http://www.myfonts.com/fonts/rene-bieder/gentona/book-italic/
 * 
 * Webfont: Gentona-ExtraLightItalic by Rene Bieder
 * URL: http://www.myfonts.com/fonts/rene-bieder/gentona/extra-light-italic/
 * 
 * Webfont: Gentona-ExtraBoldItalic by Rene Bieder
 * URL: http://www.myfonts.com/fonts/rene-bieder/gentona/extra-bold-italic/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3235505
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright &#x00A9; 2013 by Rene Bieder. All rights reserved.
 * 
 * � 2016 MyFonts Inc
*/

@font-face {
  font-weight: 100;
  font-family: 'Gentona';
  src: url('/cassette.axd/file/content/fonts/315EB1_2_0-8891f7ce788cf390b8dc212b6deb47b785b8b17f.eot');
  src: url('/cassette.axd/file/content/fonts/315EB1_2_0-8891f7ce788cf390b8dc212b6deb47b785b8b17f.eot?#iefix') format('embedded-opentype'), url('/cassette.axd/file/content/fonts/315EB1_2_0-03bee06bfabe5bc19788b1352ef6906187be96e0.woff2') format('woff2'), url('/cassette.axd/file/content/fonts/315EB1_2_0-6699446c9e4b6ca4a39ef7fd5673e230a31b423d.woff') format('woff'), url('/cassette.axd/file/content/fonts/315EB1_2_0-d26b705bdd378a2d5e379e3d35681e844e76782e.ttf') format('truetype');
}
@font-face {
  font-weight: 200;
  font-family: 'Gentona';
  src: url('/cassette.axd/file/content/fonts/315EB1_B_0-e97ce7727559d56b072cf2ab8f6c15ce48ddb9bd.eot');
  src: url('/cassette.axd/file/content/fonts/315EB1_B_0-e97ce7727559d56b072cf2ab8f6c15ce48ddb9bd.eot?#iefix') format('embedded-opentype'), url('/cassette.axd/file/content/fonts/315EB1_B_0-86d41f8695ec27bb282f8891a322b67a86ad491e.woff2') format('woff2'), url('/cassette.axd/file/content/fonts/315EB1_B_0-fee9ad643676fbd510a6ed7ae9617b68d0bff55a.woff') format('woff'), url('/cassette.axd/file/content/fonts/315EB1_B_0-3cb9c81b84af31076549feccc526a14d4a0f86c6.ttf') format('truetype');
}
@font-face {
  font-weight: 300;
  font-family: 'Gentona';
  src: url('/cassette.axd/file/content/fonts/315EB1_8_0-9df3bf0fd541228852c8fe4499e5b6df9d6c2fff.eot');
  src: url('/cassette.axd/file/content/fonts/315EB1_8_0-9df3bf0fd541228852c8fe4499e5b6df9d6c2fff.eot?#iefix') format('embedded-opentype'), url('/cassette.axd/file/content/fonts/315EB1_8_0-2bc40ae51ac2543870a191e81b8642afdd268ed0.woff2') format('woff2'), url('/cassette.axd/file/content/fonts/315EB1_8_0-44d9405dba7c1b3ef3c08718e6b39ce30dfbe6a2.woff') format('woff'), url('/cassette.axd/file/content/fonts/315EB1_8_0-8192fd2c878dca2d2560c9c5b6de70e52c43b44e.ttf') format('truetype');
}
@font-face {
  font-weight: 500;
  font-family: 'Gentona';
  src: url('/cassette.axd/file/content/fonts/315EB1_1_0-f7169955d32463004208be2ef236c5e3b0de6ca1.eot');
  src: url('/cassette.axd/file/content/fonts/315EB1_1_0-f7169955d32463004208be2ef236c5e3b0de6ca1.eot?#iefix') format('embedded-opentype'), url('/cassette.axd/file/content/fonts/315EB1_1_0-e0a35a220ed8f9783de85f9cbca53b5382be54b4.woff2') format('woff2'), url('/cassette.axd/file/content/fonts/315EB1_1_0-431200138c9f63733fcd3e592222033aa554e7c0.woff') format('woff'), url('/cassette.axd/file/content/fonts/315EB1_1_0-62277b418552a53dc959115799c081ecff90f61a.ttf') format('truetype');
}
@font-face {
  font-weight: 600;
  font-family: 'Gentona';
  src: url('/cassette.axd/file/content/fonts/315EB1_0_0-c232e6d8f1424349bca17a6f7e5b547ae55bce61.eot');
  src: url('/cassette.axd/file/content/fonts/315EB1_0_0-c232e6d8f1424349bca17a6f7e5b547ae55bce61.eot?#iefix') format('embedded-opentype'), url('/cassette.axd/file/content/fonts/315EB1_0_0-dc0d3524103ad3d2a4aeef457dcdc65f3afee99a.woff2') format('woff2'), url('/cassette.axd/file/content/fonts/315EB1_0_0-5a528b2c00b10fa81706c4ba4c09c64e7abf557e.woff') format('woff'), url('/cassette.axd/file/content/fonts/315EB1_0_0-eff4e3188863553e0a19c3e3c9964bc352a437ba.ttf') format('truetype');
}
.title a {
  color: #565656;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 100;
}
h1,
.h1 {
  font-size: 2.25rem;
  line-height: 2.7rem;
  font-weight: 300;
}
h2,
.h2 {
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 500;
}
h3,
.h3 {
  font-size: 1.313rem;
  line-height: 1.6rem;
  font-weight: 500;
}
h4,
.h4 {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 600;
}
h5,
.h5,
h6,
.h6 {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 400;
}
hr {
  border: none;
  background: rgba(86, 86, 86, 0.1);
  height: 1px;
}
a {
  color: #0066ac;
  text-decoration: none;
}
strong,
b {
  font-weight: 500;
}
em {
  font-style: italic;
}
nav ul {
  padding: 0;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
  display: block;
  color: #565656;
  text-decoration: none;
}
.hgroup {
  margin-bottom: 48px;
}
.hgroup > * {
  margin: 8px 0;
}
.hgroup:first-child {
  margin-top: 0;
}
.hgroup h4 {
  font-size: 18px;
}
.rich-text * {
  margin-bottom: 18px;
}
.rich-text *:last-child {
  margin-bottom: 0;
}
.rich-text *:first-child {
  margin-top: 0;
}
.rich-text ul li,
.rich-text ol li {
  margin-bottom: 0 !important;
}
.rich-text ul ul,
.rich-text ol ul,
.rich-text ul ol,
.rich-text ol ol {
  margin: 0 !important;
}
.rich-text h3.title {
  margin-bottom: 6px 0 !important;
}
.rich-text table tr {
  border-bottom: 1px solid #cccccc;
}
.rich-text table td,
.rich-text table th {
  background: none;
  padding: 12px 24px;
}
.rich-text .orange {
  color: #ff6417;
}
.rich-text .small {
  font-size: 80%;
}
.rich-text .lead {
  font-size: 1.3em;
}
.rich-text .headline:after {
  content: "";
  display: block;
  width: 76px;
  height: 4px;
  margin: 24px 0;
  background-color: #ff6417;
}
.rich-text .form-field a,
.rich-text .form-field span {
  margin-bottom: 0;
}
.rich-text [class^="icon-"],
.rich-text [class*=" icon-"] {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  overflow: hidden;
  text-indent: 25px;
  margin-bottom: 0;
  margin-top: -12.5px;
  margin-bottom: -12.5px;
}
.rich-text [class^="icon-"]:before,
.rich-text [class*=" icon-"]:before {
  margin-left: -25px;
}
.rich-text .icon-battery,
.rich-text .icon-mute,
.rich-text .icon-blood-insertion,
.rich-text .icon-fasting,
.rich-text .icon-notebook {
  margin-left: 5px;
  margin-right: 5px;
}
/* ============================================================================= 
   Forms
   ========================================================================== */

form a {
  font-size: 14px;
  text-decoration: none;
}
form a:hover {
  text-decoration: underline;
}
a,
button,
input,
textarea {
  -webkit-border-radius: 0;
  border-radius: 0;
}
a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none;
}
a:not([type="submit"]):disabled,
button:not([type="submit"]):disabled,
input:not([type="submit"]):disabled,
textarea:not([type="submit"]):disabled {
  background-color: transparent;
  padding-left: 0;
  border: none;
}
select,
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="date"],
input[type="submit"],
input[type="button"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
select,
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
  display: block;
  width: 100%;
  margin: 0;
  padding: 17px 20px;
  background: #f2f2f2;
  border: 1px solid #f9f9f9;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
  font-family: "Gentona", helvetica, arial, sans-serif;
  font-weight: 500;
  color: #333333;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
}
select:not(:read-only):focus,
input[type="text"]:not(:read-only):focus,
input[type="tel"]:not(:read-only):focus,
input[type="number"]:not(:read-only):focus,
input[type="password"]:not(:read-only):focus,
input[type="email"]:not(:read-only):focus,
input[type="search"]:not(:read-only):focus,
textarea:not(:read-only):focus {
  background: white;
  border-color: #232323;
  color: #232323;
}
select.input-validation-error,
input[type="text"].input-validation-error,
input[type="tel"].input-validation-error,
input[type="number"].input-validation-error,
input[type="password"].input-validation-error,
input[type="email"].input-validation-error,
input[type="search"].input-validation-error,
textarea.input-validation-error {
  background-color: white;
  border-color: #d1391c;
}
input::-ms-clear {
  display: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
::-webkit-outer-spin-button,
::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
textarea {
  min-height: 234px;
  resize: vertical;
}
input[type="submit"] {
  display: inline-block;
  padding-top: 19px;
  padding-bottom: 19px;
  border: 0;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
input[type="submit"]:hover {
  opacity: 0.8;
}
input[type="checkbox"] {
  display: inline;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
label,
legend,
.label {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4167;
  text-transform: uppercase;
}
label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 80px #f2f2f2 inset;
}
.select-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 56px;
  line-height: 3;
  overflow: hidden;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.select-wrapper:after {
  content: '';
  width: 9px;
  height: 9px;
  border: 3px solid #cccccc;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 16px;
  top: 21px;
  pointer-events: none;
}
.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: none;
  border: 0 !important;
  background-image: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 17px 20px;
  font-size: 16px;
  cursor: pointer;
}
.select-wrapper select.input-validation-error {
  border: 1px solid #d1391c !important;
}
.select-wrapper select option {
  color: #333333;
}
.form-field-group {
  padding-top: 36px;
  margin-bottom: 48px;
  border-top: 1px solid #cccccc;
}
.form-field-group:first-child {
  border-top: none;
}
.form-field-group:last-child {
  margin-bottom: 0;
}
.form-field-group h2,
.form-field-group h3,
.form-field-group h4 {
  margin-bottom: 24px;
}
.form-field-group .row {
  margin-left: -0.95%;
  margin-right: -0.95%;
}
@media handheld, only screen and (max-width: 1000px) {
  .form-field-group .form-field:last-child {
    margin-bottom: 24px;
  }
}
.form-field {
  margin-bottom: 24px;
}
.form-field:last-child {
  margin-bottom: 0;
}
.form-field.required label:after {
  content: "*";
  margin-left: 2px;
}
.form-field label {
  margin-bottom: 5px;
}
.form-field label + .sub-label {
  float: right;
  font-size: 0.8rem;
}
.form-field input[type="submit"] + p {
  margin-top: 24px;
}
.disabled input:not([type="submit"]) {
  padding-left: 0;
  background-color: transparent;
}
.disabled input:focus {
  outline: 0;
  border: none;
  color: currentColor;
}
.form-error-group {
  margin-bottom: 24px;
}
.validation-summary-errors {
  display: block;
  width: 100%;
  margin: 0;
  padding: 17px 20px;
  background: #ffdfd9;
  border: 1px solid #d1391c;
  color: #d1391c;
}
.field-validation-error {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.75;
  color: #d1391c;
}
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url('/cassette.axd/file/Content/fonts/fontawesome-webfont-b3c2f08e73320135b69c23a3908b87a12053a2f6.eot?v=4.4.0');
  src: url('/cassette.axd/file/Content/fonts/fontawesome-webfont-b3c2f08e73320135b69c23a3908b87a12053a2f6.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('/cassette.axd/file/Content/fonts/fontawesome-webfont-574ea2698c03ae9477db2ea3baf460ee32f1a7ea.woff2?v=4.4.0') format('woff2'), url('/cassette.axd/file/Content/fonts/fontawesome-webfont-507970402e328b2baeb05bde73bf9ded4e2c3a2d.woff?v=4.4.0') format('woff'), url('/cassette.axd/file/Content/fonts/fontawesome-webfont-27cf1f2ec59aece6938c7bb2feb0e287ea778ff9.ttf?v=4.4.0') format('truetype'), url('/cassette.axd/file/Content/fonts/fontawesome-webfont-f346b8b3df147e4059e1a7d66c52c9a6e1cec3e8.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: white;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
@font-face {
  font-family: 'icomoon';
  src: url('/cassette.axd/file/content/fonts/icomoon-e052ce1197689a1f3aac65dd97e2523f27547248.eot?ibn78k');
  src: url('/cassette.axd/file/content/fonts/icomoon-e052ce1197689a1f3aac65dd97e2523f27547248.eot?ibn78k#iefix') format('embedded-opentype'), url('/cassette.axd/file/content/fonts/icomoon-c2a434e362c69d8fe11c82b445914d3ce5dd0bd7.ttf?ibn78k') format('truetype'), url('/cassette.axd/file/content/fonts/icomoon-d6c67170635cb434adcf31d0457f104178eb4e86.woff?ibn78k') format('woff'), url('/cassette.axd/file/content/fonts/icomoon-e944514852c55541cc792a2ffa076a1670fd2f3d.svg?ibn78k#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-bluetooth:before {
  content: "\e901";
}
.icon-drop:before {
  content: "\e902";
}
.icon-notebook:before {
  content: "\e903";
}
.icon-mute:before {
  content: "\e900";
}
.icon-battery:before {
  content: "\e904";
}
.icon-bell:before {
  content: "\e905";
}
.icon-blood-insertion:before {
  content: "\e906";
}
.icon-control-solution:before {
  content: "\e907";
}
.icon-fasting:before {
  content: "\e908";
}
.icon-post-meal:before {
  content: "\e909";
}
.icon-pre-meal:before {
  content: "\e910";
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: white;
  color: #444444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading {
  background-image: url('/StyleContent/Images/FancyBox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: 22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('/Style/Content/Images/FancyBox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -50px;
  right: 50%;
  -moz-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-close:after {
  height: 5px;
  display: block;
  content: "";
  background: #333333;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-close:before {
  height: 5px;
  display: block;
  content: "";
  top: 4px;
  position: relative;
  background: #333333;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('/StyleContent/Images/FancyBox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 20px;
}
.fancybox-prev span:after {
  display: block;
  width: 30px;
  height: 30px;
  content: "";
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
}
.fancybox-next span {
  right: 20px;
}
.fancybox-next span:after {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border-left: 3px solid #333333;
  border-bottom: 3px solid #333333;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
/*
.fancybox-lock body {
    overflow: hidden !important;
}
*/

.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(255, 255, 255, 0.9);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 18px/20px;
  letter-spacing: 1px;
  position: relative;
  font-weight: 300;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  color: #333333;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: white;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  padding: 10px;
  background: black;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading div {
    background-image: url('/Style/Content/Images/FancyBox/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  
  }
}
.main-nav {
  visibility: hidden;
  position: fixed;
  width: 96%;
  height: 100%;
  top: 130px;
  left: 2%;
  z-index: 200;
  background-color: white;
  opacity: 0;
  border-top: 5px solid #f2f2f2;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
}
@media handheld, only screen and (min-width: 1000px) {
  .main-nav {
    display: none;
  }
}
@media handheld, only screen and (max-width: 1000px) {
  .main-nav {
    top: 90px;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .main-nav {
    top: 49px;
  }
}
.menu-open .main-nav {
  visibility: visible;
  opacity: 1;
}
.main-nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav > ul > li {
  display: inline-block;
}
.main-nav > ul > li {
  display: block;
  position: relative;
  width: 100%;
  font-size: 16px;
  line-height: 1.3;
  border-bottom: 1px solid #a8a8a8;
  font-weight: 700;
}
.main-nav > ul > li:first-child {
  border-top: 0;
}
.main-nav > ul > li:last-child {
  border-bottom: 0;
}
.main-nav > ul > li > a {
  display: block;
  width: 100%;
  padding: 20px 40px;
}
@media handheld, only screen and (max-width: 415px) {
  .main-nav > ul > li > a {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.main-nav > ul > li > .fa {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  padding-left: 12px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  color: #a8a8a8;
  font-size: 20px;
}
.main-nav > ul > li > .fa:before {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-nav > ul > li > .fa.btn-expand.active {
  top: 12px;
  right: 12px;
}
.sub-nav {
  display: none;
}
.sub-nav > li {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 500;
  border-bottom: none;
}
.sub-nav > li:first-child {
  border-top: 1px solid #a8a8a8;
}
.sub-nav > li > a {
  display: block;
  width: 100%;
  padding: 10px 40px;
}
@media handheld, only screen and (max-width: 415px) {
  .sub-nav > li > a {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.sub-nav > li > .fa {
  display: none;
}
.context-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  margin-top: 10px;
}
.context-menu > li {
  display: inline-block;
}
@media handheld, only screen and (max-width: 1000px) {
  .context-menu {
    display: none;
  }
}
@media handheld, only screen and (max-width: 1000px) {
  .context-menu {
    margin-top: 0;
  }
}
.context-menu > li {
  margin-left: 15px;
  margin-right: -5px;
}
@media handheld, only screen and (max-width: 1000px) {
  .context-menu > li {
    margin: 0;
  }
}
.context-menu > li .btn {
  min-width: 180px;
}
@media handheld, only screen and (max-width: 1000px) {
  .context-menu > li .btn {
    min-width: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.btn,
button,
input[type="submit"] {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  min-width: 160px;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-weight: 500;
}
.btn i,
button i,
input[type="submit"] i {
  margin-right: 5px;
}
.btn + .btn,
.btn + button,
.btn + input[type="submit"],
button + .btn,
button + button,
button + input[type="submit"],
input[type="submit"] + .btn,
input[type="submit"] + button,
input[type="submit"] + input[type="submit"] {
  margin-left: 20px;
}
@media handheld, only screen and (max-width: 600px) {
  .btn + .btn,
  .btn + button,
  .btn + input[type="submit"],
  button + .btn,
  button + button,
  button + input[type="submit"],
  input[type="submit"] + .btn,
  input[type="submit"] + button,
  input[type="submit"] + input[type="submit"] {
    margin-left: auto;
  }
}
.btn:hover,
button:hover,
input[type="submit"]:hover {
  opacity: 0.8;
}
button {
  background: #565656;
  border: 1px solid #565656;
  color: white;
}
.btn-orange {
  background-color: #ff6417;
  border: 1px solid #ff6417;
  color: white;
}
.btn-orange.outline {
  background-color: transparent;
  color: #ff6417;
}
.btn-orange.nude {
  background-color: transparent;
  border-color: transparent;
  color: #ff6417;
  text-transform: none;
}
.btn-black {
  background: #565656;
  border: 1px solid #565656;
  color: white;
}
.btn-black.outline {
  background-color: transparent;
  color: #565656;
}
.btn-black.nude {
  background-color: transparent;
  border-color: transparent;
  color: #565656;
  text-transform: none;
}
.btn-white {
  background: white;
  border: 1px solid white;
  color: #565656;
}
.btn-white.outline {
  background-color: transparent;
  color: white;
}
.btn-white.nude {
  background-color: transparent;
  border-color: transparent;
  color: white;
  text-transform: none;
}
.btn-full {
  width: 100%;
}
.btn-close {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.btn-forgot-pw {
  font-weight: 500;
  color: currentColor;
}
.btn-register:before {
  display: none;
  content: "Don't have a log-in?";
  position: absolute;
  left: -135px;
  color: #444d61;
  text-transform: none;
}
.btn-signin:before {
  display: none;
  content: "Already have an account?";
  position: absolute;
  left: -165px;
  color: #444d61;
  text-transform: none;
}
.btn-menu {
  display: none;
  width: 48px;
  height: 48px;
  cursor: pointer;
  position: relative;
  float: right;
}
@media handheld, only screen and (max-width: 1000px) {
  .btn-menu {
    display: block;
  }
}
.btn-menu > span {
  display: block;
  position: absolute;
  left: 11px;
  width: 26px;
  height: 3px;
  background: #383838;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
}
.btn-menu > span.line-1 {
  top: 16px;
}
.btn-menu > span.line-2 {
  top: 22px;
}
.btn-menu > span.line-3 {
  top: 28px;
}
.menu-open .btn-menu > span.line-1 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 22px;
}
.menu-open .btn-menu > span.line-2 {
  opacity: 0;
}
.menu-open .btn-menu > span.line-3 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 22px;
}
.btn-expand {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
}
.btn-expand.active {
  color: #ff6417 !important;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.side-nav {
  padding-left: 20px;
  padding-right: 30px;
}
@media handheld, only screen and (max-width: 600px) {
  .side-nav {
    padding-left: 0;
    padding-right: 0;
    background: white;
    margin: 0;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .side-nav + .twelvecol-sm,
  .side-nav + .twelvecolumn-sm {
    margin-top: 6px;
  }
}
.side-nav ul:not(.page-nav) {
  margin: 0;
  padding: 0;
  list-style: none;
}
.side-nav ul:not(.page-nav) > li {
  display: inline-block;
}
.side-nav ul:not(.page-nav) > li {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(168, 168, 168, 0.5);
}
@media handheld, only screen and (max-width: 600px) {
  .side-nav ul:not(.page-nav) > li {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media handheld, only screen and (max-width: 415px) {
  .side-nav ul:not(.page-nav) > li {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.side-nav ul:not(.page-nav) > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  width: 2px;
  height: 36px;
  background-color: #ff6417;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
}
@media handheld, only screen and (max-width: 600px) {
  .side-nav ul:not(.page-nav) > li:before {
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
  }
}
.side-nav ul:not(.page-nav) > li:last-child {
  border-bottom: none;
}
@media handheld, only screen and (max-width: 600px) {
  .side-nav ul:not(.page-nav) > li:last-child {
    border-bottom: 1px solid rgba(168, 168, 168, 0.5);
  }
}
.side-nav ul:not(.page-nav) > li:hover:before {
  top: 21px;
  opacity: 1;
}
@media handheld, only screen and (max-width: 600px) {
  .side-nav ul:not(.page-nav) > li:hover:before {
    top: 0;
  }
}
.side-nav ul:not(.page-nav) > li.overview.selected:before {
  top: 9px;
}
@media handheld, only screen and (max-width: 600px) {
  .side-nav ul:not(.page-nav) > li.overview.selected:before {
    top: 0;
  }
}
.side-nav ul:not(.page-nav) > li.overview:hover:before {
  top: 9px;
}
@media handheld, only screen and (max-width: 600px) {
  .side-nav ul:not(.page-nav) > li.overview:hover:before {
    top: 0;
  }
}
.side-nav ul:not(.page-nav) > li.overview a.fa {
  display: none;
}
.side-nav ul:not(.page-nav) > li.selected:before {
  display: block;
  opacity: 1;
  top: 21px;
  /*opacity: 1;*/

}
@media handheld, only screen and (max-width: 600px) {
  .side-nav ul:not(.page-nav) > li.selected:before {
    top: 0;
  }
}
.side-nav ul:not(.page-nav) > li.selected .page-nav {
  display: block;
}
.side-nav ul:not(.page-nav) > li.selected a.fa {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.side-nav ul:not(.page-nav) > li a:not(.fa) span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.side-nav ul:not(.page-nav) > li a:not(.fa):hover {
  opacity: 0.5;
}
.side-nav ul:not(.page-nav) > li a {
  display: inline-block;
  font-weight: 600;
  color: #232323;
}
@media handheld, only screen and (max-width: 600px) {
  .side-nav ul:not(.page-nav) > li a {
    display: block;
    width: 100%;
    padding-right: 30px;
  }
}
.side-nav ul:not(.page-nav) > li a.fa {
  display: block;
  position: absolute;
  right: 0;
  top: 24px;
  width: 60px;
  height: 60px;
  padding-left: 12px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  color: #a8a8a8;
  font-size: 20px;
}
@media handheld, only screen and (max-width: 600px) {
  .side-nav ul:not(.page-nav) > li a.fa {
    visibility: visible;
    opacity: 1;
  }
}
.side-nav ul:not(.page-nav) > li a.fa:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.side-nav ul.page-nav {
  display: none;
}
.side-nav ul.page-nav li {
  margin: 6px 0;
  display: block;
}
.side-nav ul.page-nav li a {
  position: relative;
  font-weight: 300;
  display: block;
  padding-left: 24px;
  font-size: 0.9rem;
}
.side-nav ul.page-nav li a:before {
  content: "-";
  position: absolute;
  left: 0;
}
.js-mobile-dropper {
  padding: 12px;
  position: relative;
  font-weight: 400;
  border: 1px solid #cccccc;
}
.js-mobile-dropper:after {
  content: "";
  width: 12px;
  height: 12px;
  border-right: 3px solid black;
  border-top: 3px solid black;
  display: block;
  position: absolute;
  right: 24px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 15px;
}
@media handheld, only screen and (min-width: 600px) {
  .js-mobile-dropper {
    display: none;
  }
}
@media handheld, only screen and (max-width: 600px) {
  html.side-menu-open .side-nav > ul {
    display: block;
  }
}
.js .side-nav {
  cursor: pointer;
}
@media handheld, only screen and (max-width: 600px) {
  .js .side-nav ul {
    display: none;
  }
  .js .side-nav .js-mobile-dropper {
    display: block;
  }
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 143px;
}
.sticky:before,
.sticky:after {
  content: '';
  display: table;
}
@media handheld, only screen and (max-width: 1000px) {
  .sticky {
    top: 103px;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .sticky {
    position: static;
    top: 0;
  }
}
.ie .sticky,
.edge .sticky {
  position: static;
}
.progress {
  font-weight: 400;
  opacity: 0.6;
}
.side-nav .progress {
  display: block;
  width: 100%;
  font-size: 90%;
}
.side-nav .progress .download {
  margin-left: 10px;
  font-weight: 400;
  color: #999999;
  text-decoration: underline;
}
@media handheld, only screen and (max-width: 600px) {
  .side-nav .progress .download {
    margin-left: 0;
  }
}
.progress .complete {
  color: #00b26a;
}
.progress .incomplete {
  color: #d1391c;
}
.progress .inactive {
  color: gray;
}
ul.breadcrumbs {
  font-size: 0.8rem;
  margin-bottom: 12px;
  padding: 0;
}
ul.breadcrumbs li {
  display: inline-block;
  color: #404040;
}
ul.breadcrumbs li a {
  display: block;
  color: #404040;
  padding: 12px 0;
}
ul.breadcrumbs li a:after {
  display: inline-block;
  padding: 0 4.8px;
  content: " » ";
}
ul.breadcrumbs li:last-child a:after {
  display: none;
}
@media handheld, only screen and (max-width: 1000px) {
  ul.breadcrumbs {
    display: none;
  }
}
ul.tab-nav {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #f2f2f2;
  list-style: none;
}
ul.tab-nav li {
  display: inline-block;
  padding: 12px 24px;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  border: 1px solid #f2f2f2;
  font-weight: 700;
}
ul.tab-nav li.active {
  background-color: #f2f2f2;
}
ul.tab-nav li:hover {
  background-color: #f2f2f2;
}
ul.tab-content {
  margin: 0;
  padding: 24px 0;
  list-style: none;
}
html {
  font-size: 16px;
}
body {
  background-color: #e7e7e7;
  overflow-y: scroll;
  font-family: "Gentona", helvetica, arial, sans-serif;
  font-weight: 300;
  color: #565656;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
}
.main {
  min-height: calc(100vh - 143px);
  background-color: #e7e7e7;
}
@media handheld, only screen and (max-width: 1000px) {
  .main {
    min-height: calc(100vh - 103px);
  }
}
@media handheld, only screen and (max-width: 600px) {
  .main {
    min-height: 1px;
  }
}
.content-wrapper {
  zoom: 1;
  background-color: white;
}
.content-wrapper:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  clear: both;
}
@media handheld, only screen and (max-width: 1000px) {
  .content-wrapper {
    min-height: calc(100vh - 103px);
  }
}
@media handheld, only screen and (max-width: 600px) {
  .content-wrapper {
    min-height: 1px;
  }
}
.alerts-container {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #d1391c;
  color: white;
  z-index: 110;
}
.alerts-container > .row {
  position: relative;
}
.alerts-container > .row > .sixcolumn {
  padding-right: 10px;
  padding-left: 10px;
}
.alerts-container > .row > .sixcolumn > *:first-child {
  margin-top: 0;
}
.alerts-container > .row > .sixcolumn > *:last-child {
  margin-bottom: 0;
}
@media handheld, only screen and (max-width: 600px) {
  .alerts-container > .row > .sixcolumn {
    float: none;
    margin: 0 auto;
    text-align: center;
    position: relative;
  }
}
.alerts-container .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
}
@media handheld, only screen and (max-width: 1000px) {
  .alerts-container .btn-close {
    right: 10px;
  }
}
header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  position: fixed;
}
.header-container {
  zoom: 1;
  background: white;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 7px solid #f2f2f2;
}
.header-container:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  clear: both;
}
@media handheld, only screen and (max-width: 1000px) {
  .header-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .header-container {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.header-container .btn-wrapper {
  float: right;
  margin-top: 7px;
  margin-right: 24px;
}
.header-container .btn-wrapper a:not(.btn) {
  margin-right: 24px;
  display: inline-block;
  color: #333333;
}
@media handheld, only screen and (max-width: 1000px) {
  .header-container .btn-wrapper {
    display: none;
  }
}
.branding {
  float: left;
  margin-left: 24px;
  color: #3f3f3f;
}
@media handheld, only screen and (max-width: 600px) {
  .branding {
    margin-left: 12px;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .branding .logo {
    position: relative;
    top: 10px;
  }
}
.branding .logo img {
  width: 190px;
  height: 37px;
  display: block;
}
@media handheld, only screen and (max-width: 600px) {
  .branding .logo img {
    width: 130px;
    height: 26px;
  }
}
.accreditation-logo-right {
  float: right;
  margin-right: 24px;
  color: #3f3f3f;
}
@media handheld, only screen and (max-width: 600px) {
  .accreditation-logo-right {
    margin-left: 12px;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .accreditation-logo-right .logo {
    position: relative;
    top: 10px;
  }
}
.accreditation-logo-right .logo img {
  width: 111px;
  height: 72px;
  display: block;
}
@media handheld, only screen and (max-width: 600px) {
  .accreditation-logo-right .logo img {
    display: none;
  }
}
.accreditation-logo-left {
  float: left;
  color: #3f3f3f;
}
@media handheld, only screen and (max-width: 600px) {
  .accreditation-logo-left {
    margin-left: 12px;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .accreditation-logo-left .logo {
    position: relative;
    top: 10px;
  }
}
.accreditation-logo-left .logo img {
  width: 111px;
  height: 72px;
  display: block;
}
@media handheld, only screen and (max-width: 1280px) {
  .accreditation-logo-left .logo img {
    display: none;
  }
}
.section-name {
  display: inline-block;
  position: relative;
  margin-left: 32px;
  padding-left: 32px;
  font-size: 30px;
  line-height: 56px;
  font-weight: 100;
  text-transform: uppercase;
  color: currentColor;
}
.section-name:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px solid #a8a8a8;
}
@media handheld, only screen and (max-width: 600px) {
  body:not(.exam-page ) .section-name {
    display: none;
  }
}
footer {
  font-size: .9em;
  color: white;
}
footer a {
  color: white;
}
footer .item-wrapper {
  font-size: 1.2em;
  display: table;
  margin: 12px 0;
  position: relative;
  padding-left: 40px;
  padding-top: 6px;
}
footer .item-wrapper i {
  position: absolute;
  left: 0;
  top: 6px;
  text-align: center;
  width: 32px;
  font-size: 0.8em;
  height: 32px;
  padding-top: 8px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
footer .footer-nav {
  background-color: rgba(0, 0, 0, 0.95);
  padding: 24px;
}
@media handheld, only screen and (max-width: 600px) {
  footer .footer-nav {
    padding: 12px;
  }
}
footer .footer-nav > * {
  margin-bottom: 12px;
}
footer .footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  margin-right: 30px;
}
footer .footer-nav ul > li {
  display: inline-block;
}
footer .footer-nav ul:last-child {
  margin-right: 0;
}
footer .footer-nav ul li {
  line-height: 1.75;
  color: gray;
}
footer .footer-nav .h3 {
  color: #fa6427;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
}
footer .footer-nav .footer-links {
  text-align: center;
  margin-bottom: 12px;
}
footer .footer-util {
  background-color: #232323;
  padding-top: 36px;
  padding-bottom: 36px;
  padding-left: 24px;
  padding-right: 24px;
}
@media handheld, only screen and (max-width: 600px) {
  footer .footer-util {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media handheld, only screen and (max-width: 1000px) {
  footer .footer-util .logo-footer {
    margin-top: 24px;
  }
}
footer .logo-footer img {
  margin-top: 8px;
  max-width: 160px;
}
footer .taps {
  color: gray;
}
.content-block {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media handheld, only screen and (max-width: 600px) {
  .content-block {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.downloads-content-block .rich-text {
  margin-bottom: 24px;
}
@media handheld, only screen and (max-width: 600px) {
  .downloads-content-block .rich-text {
    margin-bottom: 24px;
  }
}
.downloads-content-block .downloads .item {
  padding: 24px 0;
  border-top: 1px solid #cccccc;
}
@media handheld, only screen and (max-width: 600px) {
  .downloads-content-block .downloads .item {
    text-align: center;
  }
}
.downloads-content-block .downloads .item > div {
  margin-bottom: 0;
}
.downloads-content-block .downloads .item .trigger {
  padding-right: 12px;
  margin-bottom: 0;
  font-weight: 600;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
@media handheld, only screen and (max-width: 600px) {
  .downloads-content-block .downloads .item .trigger {
    padding-right: 0;
  }
}
.downloads-content-block .downloads .item .btn {
  width: 300px;
  max-width: 100%;
  text-align: center;
  float: right;
  margin-top: 5px;
}
@media handheld, only screen and (max-width: 1000px) {
  .downloads-content-block .downloads .item .btn {
    width: auto;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .downloads-content-block .downloads .item .btn {
    float: none;
    margin-top: 24px;
    display: block;
    width: auto;
  }
}
.downloads-content-block .downloads .item:last-child {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 24px;
}
.content-page .main .row {
  background: white;
  min-height: calc(100vh - 167px);
}
.content-page .content {
  padding: 72px 24px;
  max-width: 800px;
  margin: 0 auto;
}
@media handheld, only screen and (max-width: 600px) {
  .content-page .content {
    padding: 24px;
  }
}
.content-page .content .content-block {
  padding: 0;
}
.content-page .content .content-block > .row {
  min-height: 0px;
}
.content-page .content .content-block > .row > .twelvecol {
  margin-left: 0;
  margin-right: 0;
}
.content-page .content .content-block .content {
  padding: 0;
}
.content-page.has-side-nav .main-rich-text {
  margin-bottom: 24px;
}
.content-page.has-side-nav .side-nav ul {
  display: block!important;
}
.content-page.has-side-nav .side-nav ul .overview a {
  position: relative;
  font-weight: 300;
  padding-left: 24px;
}
.content-page.has-side-nav .side-nav ul .overview a:before {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 6px;
  content: "";
  display: block;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: 2px solid #333333;
  left: 0;
  border-right: 0;
  border-bottom: 0;
}
.content-page.has-side-nav .breadcrumbs {
  padding: 24px 24px 0 20px;
}
.content-page.has-side-nav .inner-wrapper {
  padding-bottom: 72px;
}
@media handheld, only screen and (max-width: 1000px) {
  .content-page.has-side-nav .inner-wrapper {
    padding: 48px 24px;
  }
}
.content-page.has-side-nav .content-block {
  margin: 0;
  padding: 0;
  min-height: 0;
}
.content-page.has-side-nav .content-block .video-macro h3 {
  margin-bottom: 24px;
}
.content-page.has-side-nav .content-block .row {
  min-height: 0;
}
.content-page.has-side-nav .content-block .content {
  margin: 0;
}
.content-page.has-side-nav .content-block .twelvecol {
  margin: 0;
}
.content-page.has-side-nav .content-block .content {
  padding: 0;
}
.home-page header .btn-register {
  background-color: #ff6417;
  border: 1px solid #ff6417;
  color: white;
}
.home-page header .btn-wrapper:not(.logged-in) {
  display: none;
}
@media handheld, only screen and (min-width: 1000px) {
  .home-page header.header-scrolled .btn-wrapper {
    display: block;
  }
}
.home-page .context-menu {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
}
.home-page .context-menu.logged-out {
  opacity: 0;
}
.home-page .context-menu.show-buttons.logged-out {
  opacity: 1;
}
@media handheld, only screen and (max-width: 1000px) {
  .home-page .context-menu.show-buttons.logged-out {
    display: initial;
  }
}
.home-page .content {
  padding: 72px 24px;
  max-width: 800px;
  margin: 0 auto;
}
@media handheld, only screen and (max-width: 600px) {
  .home-page .content {
    padding: 48px 24px;
  }
}
.home-page .banner {
  background-color: #ff6417;
  height: 425px;
}
.home-page .foot-banner {
  height: 285px;
}
.forms-template .form-container {
  padding: 48px;
  max-width: 700px;
  margin: 0 auto;
}
.forms-template .intro {
  margin-bottom: 24px;
}
.forms-template .banner,
.forms-template .featured {
  background-color: #333333;
}
@media handheld, only screen and (max-width: 1000px) {
  .forms-template .featured {
    display: none;
  }
}
@media handheld, only screen and (min-width: 1000px) {
  .forms-template .content-wrapper,
  .forms-template .featured {
    display: table-cell;
    vertical-align: middle;
  }
  .forms-template .featured {
    background-size: cover;
  }
  .forms-template .tb-large {
    display: table;
    width: 100%;
    height: calc(100vh - 167px);
  }
  .forms-template .tb-large:after {
    display: none;
  }
  .forms-template .featured,
  .forms-template .content-wrapper {
    float: none;
  }
}
.forms-template.login-page .btn-signin {
  display: none;
}
.forms-template.registration-page .btn-register {
  display: none;
}
.forms-template.prefs hr {
  margin: 72px 0;
}
.forms-template table.results * {
  margin-bottom: 0;
}
.registration-page .form-field-group {
  border-top: none;
  padding-top: 0;
  margin-bottom: 0;
}
.module-listing-page .breadcrumbs,
.module-details-page .breadcrumbs {
  padding-left: 20px;
  padding-top: 0;
}
.module-listing-page .breadcrumbs a,
.module-details-page .breadcrumbs a {
  padding-top: 0;
}
.module-listing-page .banner h1,
.module-details-page .banner h1 {
  line-height: 2rem;
  font-size: 1.8rem;
}
.module-listing-page .content-wrapper,
.module-details-page .content-wrapper {
  background: #f2f2f2;
}
.module-listing-page .content-wrapper .inner-wrapper,
.module-details-page .content-wrapper .inner-wrapper {
  zoom: 1;
  padding: 24px 48px 48px 28px;
  margin: 0 auto;
  float: none;
}
.module-listing-page .content-wrapper .inner-wrapper:after,
.module-details-page .content-wrapper .inner-wrapper:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  clear: both;
}
@media handheld, only screen and (max-width: 600px) {
  .module-listing-page .content-wrapper .inner-wrapper,
  .module-details-page .content-wrapper .inner-wrapper {
    padding: 0;
  }
}
.module-listing-page .h1,
.module-details-page .h1 {
  margin-top: 48px;
}
.module-listing-page ul.modules-list,
.module-details-page ul.modules-list {
  list-style-type: none;
  padding: 0;
}
.module-listing-page .listing,
.module-details-page .listing {
  background: white;
  padding: 0 0 24px 0;
  margin-bottom: 24px;
  border-bottom: 5px solid #f2f2f2;
}
.module-listing-page .listing:last-child,
.module-details-page .listing:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.module-listing-page .rich-text {
  padding: 48px;
}
@media handheld, only screen and (max-width: 600px) {
  .module-listing-page .rich-text {
    padding: 24px;
  }
}
.module-details-page .content {
  padding: 48px;
}
@media handheld, only screen and (max-width: 600px) {
  .module-details-page .content {
    padding: 24px;
  }
}
@media handheld, only screen and (max-width: 1000px) {
  .module-details-page .download-macro .supplementary-downloads {
    margin-top: 24px;
  }
}
@media handheld, only screen and (max-width: 1000px) {
  .module-details-page .download-macro .supplementary-downloads li {
    margin-bottom: 12px;
  }
}
@media handheld, only screen and (max-width: 1000px) {
  .module-details-page .download-macro .supplementary-downloads .file-name,
  .module-details-page .download-macro .supplementary-downloads .file-date {
    display: block;
  }
}
.exam-listings-page .breadcrumbs {
  padding-top: 0;
  padding-left: 20px;
}
.exam-listings-page .breadcrumbs a {
  padding-top: 0;
}
.exam-listings-page .content-wrapper {
  background: #f2f2f2;
}
.exam-listings-page .content-wrapper .inner-wrapper {
  zoom: 1;
  padding: 24px 48px 48px 28px;
  margin: 0 auto;
  float: none;
}
.exam-listings-page .content-wrapper .inner-wrapper:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  clear: both;
}
@media handheld, only screen and (max-width: 600px) {
  .exam-listings-page .content-wrapper .inner-wrapper {
    padding: 0;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .exam-listings-page .side-nav .overview {
    display: none;
  }
}
.exam-listings-page .secondary-logo {
  width: 100%;
}
.exam-listings-page .secondary-logo img {
  display: block;
  width: 167px;
  height: 108px;
  margin-left: auto;
  margin-right: auto;
}
.exam-listings-page .secondary-logo p {
  font: inherit;
  text-align: center;
  color: #232323;
  font-weight: 600;
}
.exam-listings-page .exam-listing {
  margin-bottom: 24px;
  background-color: white;
}
.exam-listings-page .exam-listing img {
  display: block;
  width: 100%;
  margin: 0;
}
.exam-listings-page .exam-listing .subtext {
  font: inherit;
  text-align: center;
  color: #565656;
  font-weight: 600;
}
.exam-listings-page .exam-listing .rich-text {
  padding: 48px;
}
@media handheld, only screen and (max-width: 600px) {
  .exam-listings-page .exam-listing .rich-text {
    padding: 24px;
  }
  .exam-listings-page .exam-listing .rich-text .btn {
    display: block;
  }
}
.exam-listings-page .exam-listing .modules-list {
  padding: 0;
  list-style-type: disc;
  list-style-position: inside;
}
.exam-listings-page .exam-listing .modules-list li a {
  word-break: break-word;
  overflow-wrap: break-word;
}
.exam-listings-page .exam-listing .modules-list li a:hover {
  opacity: 0.6;
}
.exam-listings-page .exam-listing .modules-list li.title {
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.exam-page .fixed {
  background-size: cover;
  position: relative;
  background-position: center;
}
.exam-page .fixed .inner {
  padding: 96px 24px 48px 24px;
  color: white;
  text-align: center;
  position: relative;
  z-index: 100;
}
.exam-page .fixed h1 {
  line-height: 2rem;
  font-size: 1.8rem;
}
.exam-page .fixed .sub-title {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  /*text-transform: uppercase;*/
  font-size: 0.9rem;
  margin-bottom: 12px;
}
.exam-page .fixed .count-title {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.exam-page .fixed hr {
  width: 76px;
  height: 4px;
  margin: 0 auto;
  margin-top: 24px;
  background-color: #ff6417;
}
.exam-page .fixed:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #333333;
  opacity: 0.8;
}
@media handheld, only screen and (min-width: 1000px) {
  .exam-page .featured {
    height: 100vh;
    position: relative;
  }
  .exam-page .featured .fixed {
    position: fixed;
    height: 100vh;
  }
  .exam-page .featured .fixed .inner {
    top: 50%;
    position: relative;
    color: white;
    text-align: center;
    padding: 0 48px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .exam-page .questions {
    min-height: calc(100vh - 142px);
  }
}
.exam-page .branding {
  color: white;
  margin: 0;
  float: none;
  display: table;
  width: 100%;
  padding: 24px 0;
  position: absolute;
  top: 0;
  z-index: 101;
}
@media handheld, only screen and (max-width: 1000px) {
  .exam-page .branding {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 12px 0;
  }
}
.exam-page .branding .section-name,
.exam-page .branding .logo-white {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.exam-page .branding .logo-white img {
  margin: 0 auto;
  display: block;
  width: 160px;
  height: 30px;
}
.exam-page .branding .section-name {
  text-align: center;
  font-weight: 200;
  letter-spacing: 1px;
  line-height: 1;
  padding: 0;
  margin: 0;
}
.exam-page .branding .section-name:before {
  display: none;
}
.exam-page .cta {
  background-color: #f2f2f2;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media handheld, only screen and (max-width: 600px) {
  .exam-page .cta .btn {
    margin-top: 12px;
  }
}
.pass-fail-wrapper {
  padding: 72px 72px 120px;
  text-align: center;
  font-size: 1.3rem;
}
.pass-fail-wrapper ul {
  list-style-type: none;
  padding-left: 0;
}
.pass-fail-wrapper ul li {
  margin: 24px 0;
}
.question {
  padding: 24px;
  border-bottom: 7px solid #f2f2f2;
  font-size: 0.8rem;
  font-weight: 300;
}
@media handheld, only screen and (min-width: 600px) {
  .question {
    padding: 48px;
    font-size: 0.9rem;
  }
}
@media handheld, only screen and (min-width: 1000px) {
  .question {
    padding: 72px;
    font-size: 1em;
  }
}
.question:last-child {
  border-bottom: none;
}
.question .q-label {
  width: 60px;
  font-weight: 600;
}
.question .q-row {
  zoom: 1;
  margin-bottom: 24px;
}
.question .q-row:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  clear: both;
}
@media handheld, only screen and (max-width: 600px) {
  .question .q-row {
    margin-bottom: 18px;
  }
}
.question .q-row:last-child {
  margin-bottom: 0;
}
.question .q-row .q-label {
  width: 60px;
  float: left;
}
@media handheld, only screen and (max-width: 600px) {
  .question .q-row .q-label {
    width: 40px;
  }
}
.question .q-row .q-content {
  width: calc(100% - 60px);
  float: right;
}
@media handheld, only screen and (max-width: 600px) {
  .question .q-row .q-content {
    width: calc(100% - 40px);
  }
}
.question .field-validation-error {
  padding: 5px 30px;
  padding-left: 0;
  font-weight: 700;
}
.question .field-validation-error.correct {
  color: #00b26a;
}
.answer .q-label {
  color: #ff6417;
}
@media handheld, only screen and (max-width: 600px) {
  .q-content {
    line-height: 1.4;
  }
}
.q-content .form-field {
  counter-reset: option-counter;
}
.q-content .form-field label {
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 300;
  text-transform: none;
  color: black;
}
@media handheld, only screen and (min-width: 600px) {
  .q-content .form-field label {
    font-size: 0.9rem;
  }
}
@media handheld, only screen and (min-width: 1000px) {
  .q-content .form-field label {
    font-size: 1em;
  }
}
.q-option {
  position: relative;
  counter-increment: option-counter;
}
.q-option:first-child .fancybox {
  margin-top: 7px;
}
.q-option .fancybox {
  display: inline-block;
  position: relative;
  width: 209px;
  height: 142px;
  overflow: hidden;
  border: 1px solid #a8a8a8;
  margin-bottom: 2px;
}
@media handheld, only screen and (max-width: 600px) {
  .q-option .fancybox {
    width: 140px;
    height: 93px;
    margin-bottom: 10px;
  }
}
.q-option .fancybox:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 24px;
  height: 24px;
  background-color: #ff6417;
  color: white;
  text-align: center;
  line-height: 24px;
}
.q-option .fancybox:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.8;
}
.q-option .fancybox + label {
  position: absolute;
  margin-left: 40px;
  margin-bottom: 0;
  padding-left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -1px;
}
@media handheld, only screen and (max-width: 600px) {
  .q-option .fancybox + label {
    margin-left: 10px;
    margin-top: -5px;
  }
}
.q-option .fancybox img {
  border: none;
}
.q-option img {
  display: block;
  border: 1px solid #a8a8a8;
}
.q-option label {
  position: relative;
  padding-left: 30px;
  margin-bottom: 6px;
}
.q-option label:before {
  content: counter(option-counter, lower-alpha) ")";
  font-weight: 500;
  margin-right: 3px;
}
.q-option label input[type="radio"],
.q-option label input[type="checkbox"] {
  position: absolute;
  top: 0.2rem;
  left: 0;
}
@media handheld, only screen and (min-width: 600px) {
  .q-option label input[type="radio"],
  .q-option label input[type="checkbox"] {
    top: 0.3rem;
  }
}
@media handheld, only screen and (min-width: 1000px) {
  .q-option label input[type="radio"],
  .q-option label input[type="checkbox"] {
    top: 0.4rem;
  }
}
.order-form-page .featured {
  background-image: url(/cassette.axd/file/Content/Images/bg-father-son-soccer-cd1f9b39e5313a0faaae73ce886395bc51f61f7f.jpg);
}
.order-form .u-table .field-validation-error {
  display: table-cell;
  width: 100%;
  padding-top: 5px;
}
.order-form .u-tr:blank {
  display: none;
}
.order-form .u-tr:empty {
  display: none;
}
.order-form .u-tr:last-child .u-td {
  border-bottom: none;
}
.order-form .u-tr:nth-last-child(2) .u-td {
  border-bottom: none;
}
.order-form .u-td {
  width: 50%;
  border-bottom: 1px solid #ededed;
}
.order-form .u-td:first-child {
  padding-left: 0;
}
.order-form .u-td:last-child {
  padding-right: 0;
}
.order-form .u-td.quantity {
  text-align: right;
}
.order-form .u-td.quantity input[type="number"] {
  display: inline-block;
  width: 90px;
  text-align: center;
}
.banner {
  display: table;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: white;
  height: 300px;
}
@media handheld, only screen and (max-width: 600px) {
  .banner {
    height: 320px;
  }
}
.banner * {
  margin: 12px 0;
}
.banner:not(.foot-banner):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.banner .inner {
  display: table-cell;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  color: white;
  text-align: center;
  padding: 50px 40px;
}
@media handheld, only screen and (max-width: 600px) {
  .banner .inner {
    padding: 24px;
  }
}
.banner .inner * {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.banner .inner .sub-title {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  /*text-transform: uppercase;*/
  font-size: 1rem;
}
.banner .inner .sub-title + .count-title {
  margin-top: 8px;
}
.banner .inner .count-title {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.banner .inner hr {
  width: 76px;
  height: 4px;
  margin: 0 auto;
  margin-top: 24px;
  background-color: #ff6417;
}
.banner .inner .btn {
  margin-top: 12px;
  margin-left: 6px;
}
@media handheld, only screen and (max-width: 600px) {
  .banner .inner .btn {
    display: block;
    margin: 24px;
  }
}
.banner .progress {
  margin-top: 24px;
}
.banner .progress > * {
  color: white;
}
.banner .bubble-question {
  display: inline-block;
  margin: 0;
  overflow: hidden;
  color: white;
  border-radius: 100px;
}
@media screen and (min-width: 600px) {
  .banner .bubble-question {
    position: absolute;
    bottom: 20px;
    right: 30px;
  }
}
.banner .bubble-question .text {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding-right: 10px;
  overflow: hidden;
  font-weight: bold;
  line-height: 40px;
  transition: 0.5s ease;
  background: rgba(255, 255, 255, 0.1);
  padding: 0 40px 0 30px;
  margin-right: -30px;
  border-radius: 100px 0 0 100px;
  vertical-align: bottom;
}
@media screen and (min-width: 600px) {
  .banner .bubble-question .text {
    opacity: 0;
    transform: translateX(100px);
  }
}
.banner .bubble-question .question-mark {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  transform: translateX(0);
  margin: 0;
  z-index: 9;
  background: #ff6417;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
}
.banner .bubble-question:hover .text {
  opacity: 1;
  transform: translateX(0);
}
.download-macro {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #f2f2f2;
}
.download-macro:first-child {
  padding-top: 0;
}
.download-macro .file-name {
  margin: 0;
}
.download-macro .file-date {
  font-size: 90%;
  opacity: 0.6;
}
.download-macro .supplementary-downloads {
  margin-top: 12px;
}
ul.downloads {
  list-style: none;
  padding-left: 0;
}
ul.downloads a {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
ul.supplementary-downloads {
  width: 100%;
  clear: both;
  list-style: none;
  padding: 0;
}
ul.supplementary-downloads a {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
.autocomplete-wrapper {
  position: relative;
}
.autocomplete-list {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  border: 1px solid #ececec;
  background: white;
  z-index: 1;
  max-height: 180px;
  overflow: auto;
  list-style: none;
  padding: 0;
  margin: 0;
}
.autocomplete-list li {
  padding: 10px 20px;
  border-bottom: 1px solid #dedbd4;
  cursor: pointer;
}
.autocomplete-list li:last-child {
  border-bottom: none;
}
.autocomplete-list li:hover {
  background-color: #dedbd4;
}
.gallery-macro {
  zoom: 1;
}
.gallery-macro:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  clear: both;
}
.gallery-macro .grid-sizer {
  display: none;
}
.gallery-macro .gallery-item {
  display: block;
  margin: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
}
.gallery-macro .gallery-item:hover {
  opacity: 0.8;
}
.gallery-macro .gallery-item:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.gallery-macro .gallery-item img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
}
.threecolumn-gallery .gallery-item {
  float: left;
  width: 31.43%;
  margin-right: 0.95%;
  margin-bottom: 0.95%;
}
@media handheld, only screen and (max-width: 1000px) {
  .threecolumn-gallery .gallery-item {
    width: 48.1%;
  }
}
.threecolumn-gallery .gallery-item:nth-child(3n+1) {
  margin-right: 0;
}
@media handheld, only screen and (max-width: 1000px) {
  .threecolumn-gallery .gallery-item:nth-child(3n+1) {
    margin-right: 0.95%;
  }
}
@media handheld, only screen and (max-width: 1000px) {
  .threecolumn-gallery .gallery-item:nth-child(2n+1) {
    margin-right: 0;
  }
}
.twocolumn-gallery .gallery-item {
  float: left;
  width: 48.1%;
  margin-right: 0.95%;
  margin-bottom: 0.95%;
}
.twocolumn-gallery .gallery-item:nth-child(2n+1) {
  margin-right: 0;
}
.onecolumn-gallery .gallery-item {
  width: 100%;
  margin-bottom: 0.95%;
}
.onecolumn-gallery .gallery-item img {
  width: 100%;
}
.gallery-img-single a {
  display: inline-block;
}
a.zoom-image {
  position: relative;
  border: 1px solid #a8a8a8;
}
a.zoom-image:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 24px;
  height: 24px;
  background-color: #ff6417;
  color: white;
  text-align: center;
  line-height: 24px;
}
.quote-macro blockquote {
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 200;
}
.quote-macro blockquote:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f10d";
  margin-right: 10px;
  margin-left: -24px;
}
.quote-macro blockquote:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f10e";
  margin-left: 10px;
}
.video-macro {
  margin-bottom: 72px;
}
.video-macro h3 {
  margin-bottom: 0;
}
.ie .video-macro h3,
.edge .video-macro h3 {
  margin-bottom: 18px;
}
@media print {
  body {
    background-color: transparent;
  }
}
body.theme-purple .banner {
  background-color: #6a1b9a;
}
body.theme-purple .branding.d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  float: none;
  margin: 0 24px;
}
@media handheld, only screen and (max-width: 600px) {
  body.theme-purple .branding.d-flex {
    margin: 0 12px;
    flex-direction: row;
    align-items: center;
  }
}
body.theme-purple .branding.d-flex .logo-left .logo img,
body.theme-purple .branding.d-flex .logo-right .logo img {
  width: 190px;
  height: 37px;
  display: block;
}
@media handheld, only screen and (max-width: 600px) {
  body.theme-purple .branding.d-flex .logo-left .logo img,
  body.theme-purple .branding.d-flex .logo-right .logo img {
    width: 100px;
    height: 26px;
  }
}
@media handheld, only screen and (max-width: 1000px) {
  body.theme-purple .branding.d-flex .js-menu-toggle.btn-menu {
    margin-left: 15px;
  }
}
body.theme-purple .btn-orange {
  background-color: #6a1b9a;
  border-color: #6a1b9a;
  color: white;
}
body.theme-purple .btn-orange:hover {
  background-color: #4c136f;
  border-color: #4c136f;
}
body.theme-purple footer .footer-nav .h3 {
  color: #6a1b9a;
}
