/* Minification failed. Returning unminified contents.
(14,1): run-time error CSS1019: Unexpected token, found '@import'
(14,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap')'
(114,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(115,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(124,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(125,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(4002,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(4003,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(4011,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(4012,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(4020,1): run-time error CSS1019: Unexpected token, found '@-ms-keyframes'
(4021,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(4152,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(4153,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/* Use this stylesheet to place @imports at the top of the stack */
/**
 * @license
 * You may obtain a valid license at the URLs below.
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3700412
 *
 * © 2019 MyFonts Inc
*/
@import url("//hello.myfonts.net/count/3876bc");
@font-face {font-family: 'Acta Medium';src: url('/includes/fonts/3876BC_0_0.eot');src: url('/includes/fonts/3876BC_0_0.eot?#iefix') format('embedded-opentype'),url('/includes/fonts/3876BC_0_0.woff2') format('woff2'),url('/includes/fonts/3876BC_0_0.woff') format('woff'),url('/includes/fonts/3876BC_0_0.ttf') format('truetype');}
@font-face {font-family: 'AvenirNext';src: url('/includes/fonts/3876BC_1_0.eot');src: url('/includes/fonts/3876BC_1_0.eot?#iefix') format('embedded-opentype'),url('/includes/fonts/3876BC_1_0.woff2') format('woff2'),url('/includes/fonts/3876BC_1_0.woff') format('woff'),url('/includes/fonts/3876BC_1_0.ttf') format('truetype'); font-weight: 700;}
@font-face {font-family: 'AvenirNext';src: url('/includes/fonts/3876BC_2_0.eot');src: url('/includes/fonts/3876BC_2_0.eot?#iefix') format('embedded-opentype'),url('/includes/fonts/3876BC_2_0.woff2') format('woff2'),url('/includes/fonts/3876BC_2_0.woff') format('woff'),url('/includes/fonts/3876BC_2_0.ttf') format('truetype');}

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');
/*!
 *  Font Awesome 4.5.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('/includes/fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('/includes/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('/includes/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('/includes/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('/includes/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('/includes/fonts/fontawesome-webfont.svg?v=4.5.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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-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";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-wrapper.scroll--rtl {
  direction: rtl;
}

.scroll-element {
  box-sizing: content-box;
  display: none;
}
.scroll-element div {
  box-sizing: content-box;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}
.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ms-transition: height 0.2s;
  transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -ms-transition: width 0.2s;
  transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../../includes/slick/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../../includes/slick/fonts/slick.eot');
    src: url('../../includes/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../includes/slick/fonts/slick.woff') format('woff'), url('../../includes/slick/fonts/slick.ttf') format('truetype'), url('../../includes/slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* ------ TABLE OF CONTENTS ------
   -- RESET
   -- DEFAULT STYLES
   -- NAVIGATION
   -- FOOTER
   -- MAIN PAGE CONTENT
   -- SIDEBAR
   -- SERIES PAGE
   -- ABOUT PAGE
   -- ARTICLES
------------------------------------*/

/* RESET */
* { margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*::before, *:before, *::after, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
item, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
[hidden] { display: none; }
p { -webkit-margin-before: 0; -webkit-margin-after: 0; max-width: 800px; }
a { cursor: pointer; }
a:focus { outline: thin dotted; }
a:active, a:hover { outline: none; }
a[href^=tel], a[href^=sms], p a[href^=tel], p a[href^=sms] { color: inherit !important; text-decoration: none !important; cursor: default; }
abbr[title] { border-bottom: 1px dotted; }
b, strong {font-weight: 700; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: "\201C" "\201D" "\2018" "\2019"; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
h1, h2, h3, p { font-weight: normal; -webkit-margin-before: 0; -webkit-margin-after: 0; color: #424242; }
.cke_editable p a, .articleContent p a {color: #146c73;}

    .cke_editable p a.defaultCTA {
        color: #fff;
    }
.cke_editable p a.defaultCTA:hover,
.cke_editable p a.defaultCTA:focus {
    color: #3d3d3d;
}
img {
    border: 0;
}
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
fieldset { border: 1px solid #c0c0c0; margin: 0; padding: .5em; }
legend { border: 0; padding: 0; }
button, input, select, textarea { font-family: inherit; font-size: 100%; margin: 0; }
button, input { line-height: normal; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], input[disabled] { cursor: default; }
input, textarea { outline: none; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }
table { border-collapse: collapse; border-spacing: 0; }
input, textarea, select { outline: none; }
.clear { display: block; height: 0; overflow: hidden; clear: both; }
.center { position: relative; width: 980px; margin: 0 auto; }
.centerContent { text-align: center; }
.nowrap { white-space: nowrap; }
.floatLeft { float: left; }
.floatRight { float: right; }
html { width: 100%; height: 100%; font-family: Arial, Tahoma, sans-serif; font-size: 16px; line-height: 1.2em; color: #3f3f3f; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { width: 100%; height: 100%; }
.fullWrap { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; min-height: 100vh; }
.fullWrap.adminOpen, .fullWrap.adminCollapsed { padding-left: 45px; }
.sr-only, .iconLink span.sr-only {display: block; width: 0; height: 0; font-size: 0; line-height: 0; margin: 0; padding: 0;}
.skipNav {position: absolute; display: block; width: 10em; top: -20em; left: 50%; margin: 0 0 0 -5em; padding: .5em; font-size: 1em; line-height: 1.2em; color: #000; text-align: center; text-decoration: none; background: #fff; border: 1px solid #000; z-index: -1;}
.skipNav.back{position: fixed; top: auto; bottom: -200px;}
.skipNav:focus {top: 0; z-index: 9999;}
.skipNav.back:focus {z-index: 9999; top: auto; bottom: 0;}
.xsmallSpace, .smallSpace, .medSpace, .largeSpace {position: relative; display:block; }
.xsmallSpace {height: 1rem;}
.smallSpace {height: 1.6rem;}
.medSpace {height: 2.4rem;}
.largeSpace {height: 3.2rem}

/* DEFAULT STYLES */
.browserHeight {position: relative; display: block; width: 100%; max-height: 860px; min-height: 450px; height: 100vh;}
.no-js .browserHeight {min-height:800px; height: auto;}
.center {position: relative; display: block; max-width: 1430px; width: 100%; margin: 0 auto; }
.navWrap .center { height: 100%; }
.new-article-section .center { max-width: 74.5em; padding: 0 2em; }
.mobileOnly {display: none; visibility: hidden;}
p {font-family: 'AvenirNext', Verdana, Tahoma, sans-serif; /*font-size:1.125rem; line-height: 1.78;*/ font-size: 1rem; line-height: 1.5em;  }
p.bold, span.bold {display: block; font-weight: 700;}
.indent {position: relative; display: block; padding-left: 1.5rem; max-width: 720px;}
p.italic, span.italic {font-style: italic;}
p.underline, span.underline {text-decoration: underline}
.indent span.italic {display: block;}
.privacy-table {max-width: 720px; margin: 1em 1em 1em 0; border: 1px solid #3d3d3d}
.privacy-table th, .privacy-table td {vertical-align: top; border: 1px solid #3d3d3d;}
.privacy-table th p, .privacy-table td p {font-size: .9em; padding: .5em; line-height: 1.2; text-align: left;}
.privacy-table th p, .privacy-table td:first-child p{font-weight: 700;}
.contentSection p {max-width: 720px; padding-top: 0; padding-bottom: 1.8rem; font-size: 1.125rem;}
.contentSection p.wide {max-width: 900px;}
.contentSection p.bold, .contentSection span.bold {font-size: 1.4rem; /*line-height: 1.8;*/ line-height: 1.2em; padding-top: .25rem;}
.contentSection p.boldPhone, .contentSection span.boldPhone{ font-size: 1.4rem; font-weight: 700; /*line-height: 1.8;*/ line-height: 1.2em; padding-top: 1.2rem; }

.grecaptcha-badge { z-index: 900; }
.showRecaptchaBadge { display: block !important; visibility: visible !important; }

h1, .h1style, .contentSection p.h1style {position: relative; display: block; max-width: 100%; font-family: 'Acta Medium', Georgia, 'Times New Roman', Times, serif; padding-top: 0; font-size: 5.625rem; line-height: 1.25; }
h2, .h2style, .contentSection p.h2style, .contentSection h2.h2style {position: relative; display: block; max-width: 100%; font-family: 'Acta Medium', Georgia, 'Times New Roman', Times, serif; padding-top: 0; font-size: 4.125rem; line-height: 1.09; margin-right: 2rem; }
    .contentSection p.h2style, .contentSection h2.h2style {padding-bottom: .25em;}
    h3, .h3style, .contentSection p.h3style, .signupBlock .h3style {
        max-width: 100%;
        padding-top: 0;
        font-family: 'AvenirNext', Verdana, Tahoma, sans-serif;
        font-size: 1.375rem;
        line-height: 1.3;
        font-weight: 700;
    }
    ol, ul {
        max-width: 48rem;
    }
    .cke_editable.storyDetail p {
        font-size: 1.125rem;
        line-height: 1.5em;
        padding-bottom: 1.8em;
    }
    .cke_editable.storyDetail p.h3style {
        padding-bottom: 0;
    }
ul.defaultUL, ol.defaultOL, .cke_editable ul, .cke_editable ol, .new-article-section ul, .new-article-section ol {
	position: relative;
	display: block;
	width: 100%;
	padding: 1.425rem 0 1.8rem 0;
	/*list-style-type: none;*/
}
.cke_editable ul, .cke_editable ol, .new-article-section ul, .new-article-section ol {
	padding: 1.425rem 0 1.8rem 1.4rem;
}
.cke_editable ol, .cke_editable ul {padding-left: .6em; line-height: 1.5em; font-weight: 100;}
ol.defaultOL li, .cke_editable ol li, ol li {list-style-type: decimal; padding-left: .8rem;}
ul, .defaultUL {padding: 0 0 1rem 0;}
.articleContent ul, .articleContent p + ul, .storyDetail ul, .storyDetail p + ul, .new-article-section ul, .new-article-section p + ul {
    margin-top: 0;
    padding-bottom: 1.8em;
}
p + ul, p + .defaultUL, p ul.standard {margin-top: -1.8rem; padding-bottom: 2em;}
ol.defaultOL ol, .cke_editable ol ol, ol ol {list-style-type: upper-roman;}
ol.defaultOL ol ol, .cke_editable ol ol ol, ol ol ol {list-style-type: lower-latin;}
ol.defaultOL li,
.cke_editable ol li,
.articleContent ol li,
.new-article-section ol li {
	position: relative;
	display: list-item;
	margin-left: 1rem;
	color: #3f3f3f;
	font-family: 'AvenirNext', Verdana, Tahoma, sans-serif;
}
    .articleContent ol li {
        padding-left: .8rem;
    }
    ul.defaultUL li, .cke_editable ul li, ol.defaultOL li span, ul li, ol li {
        position: relative;
        display: block;
        font-family: 'AvenirNext', Verdana, Tahoma, sans-serif;
        color: #3f3f3f; /*font-size: 1.125rem;*/
        font-size: 1rem; /*line-height: 1.2;*/
        line-height: 1.5em;
        font-weight: 500;
        padding: .5em 0 .375em 2.125rem;
    }
.articleContent ul li, .articleContent ol li {
    font-size: 1.125rem;
    line-height: 1.75em;
}
ol.defaultOL li span {padding-left: 1.25rem;}
ul.defaultUL li::before,
ul.defaultUL li:before,
.cke_editable ul li::before,
.cke_editable ul li:before,
.arcticleContent ul li::before,
.articleContent ul li:before,
.new-article-section ul li::before,
.new-article-section ul li:before {
    content: '\f00c';
    position: absolute;
    display: block;
    top: .75rem;
    left: .4rem;
    font-family: 'FontAwesome';
    width: 1rem;
    height: .75rem;
    font-size: .85rem;
    line-height: 1;
    color: #178289;
}
.cke_editable ul li::before, .cke_editable ul li:before, ul.defaultUL li::before, ul.defaultUL li:before {
	content: '\f00c';
	position: absolute;
	display: block;
	top: 0.85rem;
	left: 0.6rem;
	font-family: 'FontAwesome';
	width: 1rem;
	height: .75rem;
	font-size: .85rem;
	line-height: 1;
	color: #178289;
}
.articleContent ul li::before,
.articleContent ul li:before {
    top: 1.15rem;
}
    .cke_editable ul.standard li::before, .cke_editable ul.standard li:before, .articleContent ul.standard li::before, .articleContent ul.standard li:before, ul.standard li::before, ul.standard li:before, .sitemapWrap ul ul li::before, .sitemapWrap ul ul li:before {
    content: '\f111';
    position: absolute;
    display: block;
    top: .85rem;
    left: .6rem;
    font-family: 'FontAwesome';
    width: 1rem;
    height: 100%;
    font-size: .5rem;
    line-height: 1.5em;
    color: #178289;
}
.cke_panel_listItem {padding-left: 0}
ul.cke_panel_list li.cke_panel_listItem::before, ul.cke_panel_list li.cke_panel_listItem:before {content: ''; display: none; font-size: 0; line-height: 0; visibility: hidden;}

.sitemapWrap ul li a {text-decoration: none; color: #424242;}
.sitemapWrap ul li a{font-weight: 700;}
.sitemapWrap ul ul li a {padding-left: 1.6rem;font-weight: 500;}
.sitemapWrap ul ul li::before, .sitemapWrap ul ul li:before {content: '\f068'; top: .35rem; opacity: .68;}
.sitemapWrap ul ul ul li::before, .sitemapWrap ul ul ul li:before {color: #424242;}
.defaultCTA {position: relative; display: inline-block; padding: 1rem 3.125rem .875rem 3.125rem; background: #3d3d3d; border: 2px solid #3d3d3d; color: #fff; font-family: 'AvenirNext', Verdana, Tahoma, sans-serif; font-size: 1rem; line-height:1.75; letter-spacing: .1rem; text-decoration: none; border-radius: 44px; text-align: center; text-transform: uppercase; font-weight: 700; box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.38); transition: all .25s ease; vertical-align: middle; -webkit-transition: .25s; -moz-transition: .25s; transition: .25s; -webkit-transform: perspective(1px) translateZ(0); -moz-transform: perspective(1px) translateZ(0); -ms-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); outline: 0;}
.defaultCTA.disabled {cursor: not-allowed; opacity: .5; color: #fff !important;}
.login-content .defaultCTA {margin-top: 1.5rem;}
.defaultCTA::before, .defaultCTA:before {content: ''; position: absolute; display: block; top: -2px; left: -2px; right: -2px; bottom: -2px; background: #fff; border: 2px solid #3d3d3d; border-radius: 44px; opacity: 0; -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -webkit-transition: .25s; -moz-transition: .25s; transition: .25s; z-index: -1;}
.defaultCTA.disabled::before, .defaultCTA.disabled:before {display: none;}
.defaultCTA.powerCTA::before, .defaultCTA.powerCTA:before {
    border: 2px solid #e4733b;
}
button.defaultCTA {
    margin-top: 2.3125rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}
.defaultCTA.greenCTA {
    background: #146c73;
    border: 2px solid #146c73;
}
    .defaultCTA.greenCTA::before, .defaultCTA.greenCTA:before {
        border-color: #146c73;
    }
.defaultCTA.powerCTA {
    background: #e4733b;
    border: 2px solid #e4733b;
}
.defaultCTA.whiteCTA {background: #fff; border: 2px solid #c6c6c6; color: #3f3f3f;}
.formWrap .defaultCTA.whiteCTA {border-color: #fff;}
.defaultCTA.whiteCTA::before, .defaultCTA.whiteCTA:before {border-color: #3f3f3f; background: #3f3f3f;}
.defaultCTA:hover, .defaultCTA:focus, a:hover .defaultCTA, a:focus .defaultCTA {color: #3d3d3d;}
.defaultCTA:hover::before, .defaultCTA:hover:before, .defaultCTA:focus::before, .defaultCTA:focus:before, a:hover .defaultCTA::before, a:hover .defaultCTA:before, a:focus .defaultCTA::before, a:focus .defaultCTA:before {-webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1;}
    .defaultCTA.greenCTA:hover, .defaultCTA.greenCTA:focus, a:hover .defaultCTA.greenCTA, a:focus .defaultCTA.greenCTA {
        color: #146c73;
    }
.defaultCTA.whiteCTA:hover, .defaultCTA.whiteCTA:focus, a:hover .defaultCTA.whiteCTA, a:focus .defaultCTA.whiteCTA {color: #fff;}
.simpleCTA {position: relative; display: inline-block; margin-top: 2.625rem; font-family: 'AvenirNext', Verdana, Tahoma, sans-serif; font-size: 1rem; line-height: 1.75em; border-bottom: 1px solid #c0c0c0; color: #3d3d3d; text-decoration: none; transition: all .25s ease; vertical-align: baseline;}
.articleBlockCategory .simpleCTA { border-color: #96d8dd; color: #fff; }
    .simpleCTA::after, .simpleCTA:after, .cke_editable.storyDetail p a::after, .cke_editable.storyDetail p a:after, .contentSection.articleContent .innerSection p a::after, .contentSection.articleContent .innerSection p a:after, .contentSection .innerSection p a::after, .contentSection .innerSection p a:after {
        content: '';
        position: absolute;
        display: block;
        top: 97%;
        left: 0;
        width: 0;
        height: 2px;
        background: #3f3f3f;
        transition: all .25s ease;
    }
.articleBlockCategory .simpleCTA::after,
.articleBlockCategory .simpleCTA:after {
    background: #fff;
}

p .simpleCTA {margin-top: 0; font-size: 1em;}

.simpleCTA:hover::after, .simpleCTA:focus::after, .simpleCTA:hover:after, .simpleCTA:focus:after, a:hover .simpleCTA::after, a:focus .simpleCTA::after, a:hover .simpleCTA:after, a:focus .simpleCTA:after, .cke_editable.storyDetail p a:hover::after, .cke_editable.storyDetail p a:hover:after, .cke_editable.storyDetail p a:focus::after, .cke_editable.storyDetail p a:focus:after, .contentSection .innerSection p a:hover::after, .contentSection .innerSection p a:focus::after, .contentSection .innerSection p a:hover:after, .contentSection .innerSection p a:focus:after {
    width: 100%;
}
.fullWrap .scrollbar-outer > .scroll-element div {height: 97%;}
.fullWrap .scrollbar-outer > .scroll-element .scroll-element_track {background: #ddd;}
.fullWrap .scrollbar-outer > .scroll-element .scroll-bar {
    background: #146c73;
}
.fullWrap .scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {width: 5px;}
.navDropdownWrap .scrollbar-outer > .scroll-element.scroll-y {height: 88%; right: 6px; top: 4.25rem; width: 7px;}
.navDropdownWrap .scrollbar-outer > .scroll-element.scroll-y .scroll-bar {height: 73% !important;}
.fullWrap .scrollbar-outer > .scroll-element.scroll-x {width: 93%; left: 0; height: 7px; z-index: 0;}
.fullWrap .scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {height: 7px; top: 0;}
/*.defaultInputWrap {position: relative; display: block; width: 100%; height: 80px; margin-top:21px; overflow: hidden; }*/
.defaultInputWrap.defaultDropdownWrap {height: 60px; overflow: visible;}
.defaultInputWrap.defaultDropdownWrap select {position: relative; display: block; width: 100%; max-height: 60px; height: 100%; font-family: 'AvenirNext', Verdana, Tahoma, sans-serif;  padding: 22px 64px 16px 22px; border: 2px solid #e6e6e6; -webkit-appearance: none; -moz-appearance: none; appearance: none; font-family: 'AvenirNext', Verdana, Tahoma, sans-serif; font-size: 1rem; line-height: 1.2;  font-weight: 700; color: #3d3d3d; border-radius: 0; cursor: pointer; background: url(/images/selectArrow.png) no-repeat center center; background-size: auto 12px; background-position: 98% center; }
.defaultInputWrap.defaultDropdownWrap select::-ms-expand {display: none;}
.defaultInputWrap.defaultDropdownWrap option {position: relative; font-family: 'AvenirNext', Verdana, Tahoma, sans-serif; font-size: 1rem; color: #3d3d3d;}
.mobileNavTrigger {display: none; position: static;}
.defaultInputWrap {position: relative; display: block; width: 100%; height: 3.875rem; margin-top: .9375rem; background: #fff; font-size: 0; overflow: hidden;}
.subscribe-interstitial-form .defaultInputWrap { display: inline-block; margin: 0 2.3rem 0 0; max-width: 20.5rem; vertical-align: top; }
.defaultInputWrap.inlineInput {margin-right: 4%; display: inline-block; vertical-align: top;}
.defaultInputWrap.inlineInput.ii46 {width: 46%;}
.defaultInputWrap.inlineInput.ii50 {width: 50%;}
.defaultInputWrap.inlineInput.inputLast {margin-right: 0;}
.defaultTextareaWrap {height: auto; min-height: 11.4375rem;}
.defaultInput, .defaultInputWrap input {position: relative; display: inline-block; width: 100%; max-height: 62px; height: 100%; font-family: 'AvenirNext', Verdana, Tahoma, sans-serif; font-size:1rem; font-weight: 500; background: none; padding:1.1875rem 1.5rem; border: 2px solid #e6e6e6; border-radius: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; box-shadow: none;}
.defaultInput:-webkit-autofill, .defaultInputWrap input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px #fff inset;}
.defaultInput:-webkit-autofill, .defaultInputWrap input:-webkit-autofill/*, .defaultInput:-webkit-autofill:hover, .defaultInputWrap input:-webkit-autofill:hover, .defaultInput:-webkit-autofill:focus, .defaultInputWrap input:-webkit-autofill:focus, .defaultInput:-webkit-autofill:active, .defaultInputWrap input:-webkit-autofill:active*/ {z-index: 5;}
.defaultInputWrap select:-webkit-autofill/*, .defaultInputWrap select:-webkit-autofill:hover, .defaultInputWrap select:-webkit-autofill:focus, .defaultInputWrap input:-webkit-autofill:active*/ {z-index: 5}
.defaultInputWrap.inputFocused input, .defaultInputWrap.textEntered input{padding-left: 6.75rem; z-index: 2;}
.defaultInputWrap.inputFocused select, .defaultInputWrap.textEntered select {z-index: 2;}
.defaultInputWrap.smallLabel.inputFocused input, .defaultInputWrap.smallLabel.textEntered input{padding: 1.5rem 1.5rem 0.5rem 1.5rem;}
.defaultTextareaWrap textarea {position: relative; display: block; width: 100%; max-height: 100%; min-height: 11.4375rem; font-family: 'AvenirNext', Verdana, Tahoma, sans-serif;  font-size: 1rem; padding: 1.75rem 1.5rem 1.1875rem 1.5rem; background: none; border: 2px solid #e6e6e6; border-radius: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; box-shadow: none;}
.defaultLabel {position: absolute; display: block; font-family: 'AvenirNext', Verdana, Tahoma, sans-serif; font-size: 1rem; line-height: 1.6; top: 0; left: 0; padding: 1.15rem 1.5rem; color: #3d3d3d; z-index: 4;}
.defaultDropdownWrap .defaultLabel, .defaultDropdownWrap.inputFocused .defaultLabel, .defaultDropdownWrap.textEntered .defaultLabel {width: 100%; color: #3d3d3d; pointer-events: none;}
.inputFocused .defaultLabel, .textEntered .defaultLabel, .no-js .defaultLabel {color: #fff; font-weight: 700;}
.defaultTextareaWrap.inputFocused .defaultLabel, .defaultTextareaWrap.textEntered .defaultLabel, .defaultInputWrap.smallLabel.inputFocused .defaultLabel, .defaultInputWrap.smallLabel.textEntered .defaultLabel, .no-js .defaultInputWrap .defaultLabel {display: inline-block; width: auto; height: auto; padding: .075rem .375rem; font-size: .625rem; background: #178289; color: #fff;}
.sidebarWrap .defaultTextareaWrap.inputFocused .defaultLabel, .sidebarWrap .defaultTextareaWrap.textEntered .defaultLabel, .sidebarWrap .defaultInputWrap.smallLabel.inputFocused .defaultLabel, .sidebarWrap .defaultInputWrap.smallLabel.textEntered .defaultLabel, .no-js .sidebarWrap .defaultInputWrap .defaultLabel {background: transparent;}
/*.beginner-learnMore-overlay .defaultInputWrap.smallLabel.textEntered .defaultLabel {background: transparent;}*/
.defaultLabel::before, .defaultLabel:before {content: ''; position: absolute; display: block; top: 0; bottom: 0; width: 100%; height: 100%; margin: auto; left: -100%; background: #178289; z-index: -1;}
.defaultDropdownWrap .defaultLabel::before, .defaultDropdownWrap .defaultLabel:before {display: none;}
.defaultInputWrap.inputFocused .defaultLabel::before, .defaultInputWrap.inputFocused .defaultLabel:before, .defaultInputWrap.textEntered .defaultLabel::before, .defaultInputWrap.textEntered .defaultLabel:before  {left: 0;}
.no-js .defaultInputWrap .defaultLabel::before, .no-js .defaultInputWrap .defaultLabel:before {left: 0;}
.defaultInputWrap::before, .defaultInputWrap:before {content: ''; position: absolute; display: block; width: 0%; height: 100%; top: 0; bottom: 0; left: 0;  margin: auto; border: 2px solid transparent; background: transparent; z-index: 50; transition: all .25s ease; pointer-events: none;}
.defaultInputWrap.inputFocused::before, .defaultInputWrap.inputFocused:before, .defaultInputWrap.textEntered::before, .defaultInputWrap.textEntered:before, .no-js .defaultInputWrap::before, .no-js .defaultInputWrap:before {width: 100%; border-color: #146c73;}
.defaultInputWrap.defaultDropdownWrap::before, .defaultInputWrap.defaultDropdownWrap:before {pointer-events: none;}
.defaultCheckboxWrap {position: relative; display: block; width: 100%; min-height: 3.875rem;height: auto; margin-top: .9375rem; font-size: 0; overflow: hidden; }
.defaultCheckboxWrap .defaultLabel.defaultCheckboxLabel {position: relative; display: block; width: 100%; padding: 0 0 0 2.5rem; margin: .65rem 1.5rem 1.15rem 0; font-size: 1rem; line-height: 1.6; cursor: pointer;}
.defaultCheckboxWrap .defaultLabel.defaultCheckboxLabel .simpleCTA {margin-top: 0; font-size: 1rem;}
.defaultLabel.defaultCheckboxLabel::before, .defaultLabel.defaultCheckboxLabel:before {display:none;}
.defaultCheckboxWrap input, .defaultCheckboxWrap .defaultCheckbox {position: absolute; display: block; width: 1.5rem; height: 1.5rem; top: .375rem; left: 0;  border: 2px solid #e6e6e6; -webkit-appearance: none; background: #fff;  appearance: none;}
.defaultCheckbox:active, .defaultCheckbox:checked, .defaultCheckboxWrap input:active, .defaultCheckboxWrap input:checked {border-color: #146c73; background: #fff url(/images/check.png) no-repeat center; background-size: 16px auto;}
.validation-summary-errors {position: relative; display: block;  padding: 1rem 0 .5rem  2rem;}
.validation-summary-errors li {color: #ff0000;}
.pageOverlay {position:absolute; display: none; width: 100%; height: 100%; top: 0; left: 0; bottom: 0; right: 0; background: rgba(255,255,255,.77); z-index: 850; transition: all .5s ease;}
.checkoutOverlayOpen .pageOverlay, .newsOverlayOpen .pageOverlay {display: block;}
.checkoutOverlayOpen .checkoutContent { min-height: 67.1em; }
.navOverlay .pageOverlay {display: block; z-index: 400;}
.signUpOverlay, .loginOverlay, .newsletterOverlay, .dialogOverlay, .contactInfoOverlay .overlayBlock/*, .customCourseOverlay*/ {position: fixed; display: block; max-width: 745px; max-height: 90%; top: 5%; left: 0; right: 0; margin: auto; background: #fff; box-shadow: 0px 8px 34.65px 0.35px rgba(0, 0, 0, 0.25);  z-index: 900; overflow: hidden;}
.contactInfoOverlay .overlayBlock {top: 20%;}
.signUpOverlay {bottom: 5%;}
.newsletterOverlay {top: -130%; transition: all .25s ease;}
.newsOverlayOpen .newsletterOverlay {top: 95px;}
.signUpOverlay .overlayBlock, .loginOverlay .overlayBlock, .newsletterOverlay .overlayBlock, .dialogOverlay .overlayBlock, .customCourseOverlay .overlayBlock{position: relative; display:block; width: 100%; height: 100%; padding: 3.5rem 4.6875rem 4.5rem 4.6875rem; overflow: auto; }
.signUpOverlay .overlayClose, .loginOverlay .overlayClose, .newsletterOverlay .overlayClose, .dialogOverlay .overlayClose, .customCourseOverlay .overlayClose, .contactInfoOverlay .overlayClose, .courseSignUpOverlay .overlayClose {position: absolute; top: 15px; right: 25px;}
.customCourseOverlay .overlayClose {right: 20px;}
.signUpOverlay .h2style, .loginOverlay .h2style, .newsletterOverlay .h2style, .dialogOverlay .h2style, .customCourseOverlay .h2style, .contactInfoOverlay .h2style  {font-family: 'AvenirNext', Verdana, Tahoma, sans-serif; font-size: 1.75rem; text-align: center;}
.signUpOverlay p, .newsletterOverlay p {text-align: center;}
.signUpOverlay .simpleCTA, .newsletterOverlay .simpleCTA {margin-top: 0;}
.signUpOverlay .defaultCTA, .loginOverlay .defaultCTA, .newsletterOverlay .defaultCTA  {display: block; margin: 2.3125rem auto 0 auto;}
.formSubmitted {text-align: center;}
.loginOverlay .otherCTAwrap {display: block; max-width: 400px; padding: 1.5rem 0 0 0; margin: 0 auto; text-align: center; }
.loginOverlay .otherCTAwrap a {display: inline-block; margin: 0 1rem; }
.formWrap .formSubmitted { display:none; }
.greenTile .formWrap .formSubmitted {color: #fff;}
.input-imp-long {font-size:0px; border:none; position:absolute;}

/* NAVIGATION */
.navWrap {position: relative; display: block; width: 100%; height: 90px; z-index: 550; background: #fff; z-index: 800;}
.greyNav .navWrap {position: absolute; top: 0; left: 0; right: 0; background: #000; background: rgba(0,0,0,.32); border-bottom: none;}
.noSplash .navWrap {border-bottom: 1px solid #dfdfdf;}
.sticky .navWrap { position: absolute; }
.logo {position: relative; display: inline-block; width:235px; height: 100%; padding: 31px 0 34px 0; text-decoration: none; vertical-align: middle; }
.logo img {display: block; width: 100%; height: auto; position: absolute; top: 0; bottom: 0; margin: auto;}
.logo img.logoInverse, .greyNav .logo img {display: none; visibility: hidden;}
.greyNav .logo img.logoInverse {display: inline-block; visibility: visible;}
.mainNav {position: static; display: inline-block; padding: 0 58px; height: 100%; text-align: left; vertical-align: middle;}
.navSection {position: relative; display: inline-block;  vertical-align: middle; transition: all .25s ease;}
.navSection.hasDropdownLarge { position: static; }
.navSection:hover {z-index: 1;}
.navSection.mobileOnly {display: none; visibility:hidden;}

.navLink {position: relative; display: block; padding: 2.4em 1.6em 1.6em 1.6em;  font-size: 1rem; line-height: 1.2; font-family: 'AvenirNext', Verdana, Tahoma, sans-serif; color: #3d3d3d; text-decoration: none; transition: all .25s ease; border-bottom: 6px solid transparent; z-index: 505;}
.navSection:hover .navLink, .navSection:focus .navLink {
    border-color: #146c73;
}
.greyNav .navSection:hover .navLink, .greyNav .navSection:focus .navLink {
    border-color: #146c73;
}
.navDropdownWrap .navLink {border-bottom: none;}
.greyNav .navLink {
    color: #dcffff;
}
.navSection:hover .navLinkParent, .navSection:focus .navLinkParent {
    color: #146c73;
}
.greyNav .navSection:hover .navLinkParent, .greyNav .navSection:focus .navLinkParent {color:#fff;}
.navDropdownWrap {position: absolute; display: block; min-width: 350px; width: auto; max-height: 0; height: auto; top: 100%; left: -2.1875rem; margin: auto; text-align: left; background: #fff; z-index: 502; transition: all .25s ease; overflow: hidden;}
.navDropdownWrap.largeNavDD {display: block; min-width: 1430px; width: auto; min-height: 0rem; max-height: 0; height: 35em; left: 0; right: 0; padding: 0; overflow: hidden;}
.navSection:hover .navDropdownWrap, .navSection:focus .navDropdownWrap {max-height: 50rem; box-shadow: 0px 8px 34.65px 0.35px rgba(0, 0, 0, 0.43); }
/*.navSection:hover .navDropdownWrap.largeNavDD, .navSection:focus .navDropdownWrap.largeNavDD {height: 100%;}*/
.no-js .navSection:hover .navDropdownWrap, .no-js .navSection:focus .navDropdownWrap {display: none;}
.navDropdownWrap .dropdownInner {position: relative; display:block; width: 100%; height: 100%; padding: 2.625rem 1.1875rem; font-size:0; overflow: hidden;}
.navDropdownWrap.largeNavDD .dropdownInner {padding: 0;}
.dropdownInner .mobileHeader.mobileOnly {display: none; visibility:hidden;}
.navDropdownWrap .navLink {padding: 0.6875em 1rem; color: #3d3d3d; transition: all .25s ease;}
.navDropdownWrap .dropdownHalf.left .navLink {white-space:normal;}
.navDropdownWrap .navLink.mobileOnly {display: none; visibility: hidden;}
.navDropdownWrap .navLink:hover, .navDropdownWrap .navLink:focus {color: #146c73; padding-left: 2rem; padding-right: 0;}
.navSection:hover .navDropdownWrap .navLink, .navSection:focus .navDropdownWrap .navLink {background: transparent; }
.dropdownInner .dropdownHalf {position: relative; display: inline-block; padding: 1.125rem 0; vertical-align: top;}
.largeNavDD .dropdownInner .dropdownHalf.left {
    background: #146c73;
    width: 24.5%;
    height: 100%;
    padding: 2.75rem 2.4375rem;
    overflow: hidden;
}
.largeNavDDGray .dropdownInner .dropdownHalf.left {
    background: #3d3d3d;
}
.largeNavDD .dropdownInner .scroll-wrapper.dropdownHalf { width: 75%; height: 100%; margin: 0 0 0 0; padding: 0; overflow: auto; overflow-x: hidden; -ms-overflow-style:none; overflow: -moz-scrollbars-none; scrollbar-width: none; background: none; }
.largeNavDD .dropdownInner .scroll-wrapper .dropdownHalf {padding: 0;}
.largeNavDDGray .dropdownInner .scroll-wrapper .dropdownHalf {padding: 0; max-width: 100%; min-width: 98%;}
.largeNavDD .dropdownInner .dropdownHalf .dropdownScrollWrap {position: relative; display: block; padding: 0 2.75rem 5rem 2.75rem; }
.dropdownHalf .dropdownHeader {
    position: relative;
    display: block;
    font-size: .8125rem;
    line-height: 2.3;
    color: #dcffff;
}
.dropdownHalf .dropdownRow .dropdownHeader, .contentSection.contentSectionMedium p.rowHeader {margin-bottom: 1.0625rem; padding-top: 2.5625rem; font-size: 1.375rem; line-height: 1.3; font-weight: 700; color: #3d3d3d; }
.dropdownHalf .dropdownRow .dropdownHeader {padding-top: 1.75rem; margin-bottom: .8125rem; }
.largeNavDD .dropdownInner .dropdownHalf.left .dropdownHeader {color: #dcffff;}
.largeNavDDGray .dropdownInner .dropdownHalf.left .dropdownHeader {color: #dcdcdc;}
.dropdownHalf .navLink.lgLink {position: relative; display: block; font-size: 1.3125rem; line-height: 1.4; padding: .5rem 0.6875em .375rem 0; }
.largeNavDD .dropdownInner .dropdownHalf.left .navLink.lgLink {color: #fff;}
.dropdownHalf .navLink.lgLink:hover, .dropdownHalf .navLink.lgLink:focus {padding-left: .6875em; padding-right: 0;}
.dropdownHalf .dropdownRow, .seriesRowWrap {position: relative; display: block; width: 100%; height: auto; margin-bottom: .5rem; font-size: 0;}
.dropdownHalf .dropdownRow {margin-bottom: .25rem;}
.dropdownHalf .dropdownRow .navLink.seriesTile, .seriesTile {position: relative; display: inline-block; min-width: 19.5rem; width: 31%; height: auto; margin-bottom: .75rem; padding: 3.875rem 1.75rem 7.25rem 1.75rem; margin-right: 1.125rem; vertical-align: top; box-shadow: 0px 0px 22.32px 1.68px rgba(0, 0, 0, 0.1); color: #424242; text-decoration: none;}
.contentSection .seriesTile {width: 32%;}
.dropdownHalf .dropdownRow .navLink.seriesTile {min-width: 19.5rem; padding: 3.575rem 1.75rem 2.45rem 1.85rem;}
.largeNavDDGray .dropdownHalf .dropdownRow .navLink.seriesTile { padding: 2.45rem 1.7rem; }
.largeNavDDGray .dropdownHalf .dropdownRow .navLink.seriesTile:nth-child(n+4) { display: none; }
.dropdownHalf .dropdownRow.otherRow .navLink.seriesTile, .otherRow .seriesTile {padding-top: 2rem;}
.dropdownHalf .dropdownRow.otherRow .navLink.seriesTile {padding-top: 1.75rem;}
.dropdownHalf .dropdownRow .navLink .seriesTileDeco, .seriesTileDeco {
    position: absolute;
    top: .875rem;
    left: 0;
    width: 2.875rem;
    height: 1.5625rem;
    background: #146c73;
    border-radius: 0 2px 2px 0;
    font-family: 'AvenirNext', Verdana, Tahoma, sans-serif;
    font-size: .7125rem;
    line-height: 2;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.dropdownHalf .dropdownRow .navLink .seriesTileDeco {top:.8975rem; width: 2.675rem; height: 1.3625rem;}
.dropdownHalf .dropdownRow .navLink .seriesTileDeco::before, .dropdownHalf .dropdownRow .navLink .seriesTileDeco:before, .seriesTileDeco::before, .seriesTileDeco:before {content: ''; position: absolute; display: block; width: 100%; height: 10px; bottom: -10px; left: 0; background: url(/images/deco-shadow.png) no-repeat 0 0; z-index: -1; transition: all .25s ease;}
.dropdownHalf .dropdownRow .navLink:hover .seriesTileDeco::before, .dropdownHalf .dropdownRow .navLink:hover .seriesTileDeco:before, .seriesTile:hover .seriesTileDeco::before, .seriesTile:hover .seriesTileDeco:before, .seriesTile:focus .seriesTileDeco::before, .seriesTile:focus .seriesTileDeco:before {bottom: -7px; left: 5px; }
.dropdownHalf .dropdownRow.otherRow .navLink .seriesTileDeco, .otherRow .seriesTileDeco {display: none;}
.dropdownHalf .dropdownRow .navLink.seriesTile:nth-child(3n+3), .seriesTile:nth-child(3n+3) {margin-right: 0;}
.dropdownHalf .navLink.seriesTile .seriesTileTitle, .seriesTile .seriesTileTitle {position: relative; display: block; font-family: 'Acta Medium', Georgia, 'Times New Roman', Times, serif; font-size: 1.75rem; line-height: 1.25; white-space: normal; }
.dropdownHalf .navLink.seriesTile .seriesTileDesc, .seriesTile .seriesTileDesc {position: relative; display: block; font-family: 'AvenirNext', Verdana, Tahoma, sans-serif; font-size: .9375rem; line-height: 1.375; white-space: normal;}
.dropdownHalf .navLink.seriesTile .seriesTileDesc {padding-top: .1875rem; line-height: 1.575;}
.dropdownHalf .navLink.seriesTile:hover span.tileTitle, .dropdownHalf .navLink.seriesTile:focus span.tileTitle, .dropdownHalf .navLink.seriesTile:hover span.simpleCTA, .dropdownHalf .navLink.seriesTile:focus span.simpleCTA {color: #146c73;}
.largeNavDDGray .dropdownHalf .navLink.seriesTile:hover span.tileTitle, .largeNavDDGray .dropdownHalf .navLink.seriesTile:focus span.tileTitle, .largeNavDDGray .dropdownHalf .navLink.seriesTile:hover span.simpleCTA, .largeNavDDGray .dropdownHalf .navLink.seriesTile:focus span.simpleCTA {color: #3d3d3d;}
.dropdownHalf .navLink.seriesTile .simpleCTA {margin-top: 1.425rem; font-size: .975rem; line-height: 2.05;}
.dropdownHalf .navLink.seriesTile:hover span.simpleCTA, .dropdownHalf .navLink.seriesTile:focus span.simpleCTA {
    border-bottom-color: #146c73;
}
.rightNav {position: absolute; display: block; height: 100%; top:0; right: 0; bottom: 0; margin: auto; vertical-align: middle; }
.iconLink {position: relative; display: inline-block; height: 100%; color: #3d3d3d; padding: 40px 24px 34px 38px; vertical-align: middle; text-decoration: none; transition: all .25s ease; vertical-align: top;}
.iconLink:hover span, .iconLink:focus span{color: #146c73;}
.iconLink.signup {padding: 40px 16px 34px 26px;}
.iconLink.login {padding: 40px 10px 34px 38px;}
.iconLink.cart { padding-left: 19px; padding-right: 0; width: 40px; padding-left: 0;}
.iconLink span {display: block; position: relative; font-family: 'AvenirNext', Verdana, Tahoma, sans-serif; font-size: 1rem; line-height: 1rem; color: #3d3d3d;}
.iconLink span.cartCount span, .greyNav .rightNav .iconLink span.cartCount span {color: #fff;}
.iconLink span span {display: inline-block;}
.iconLink span.cartCount {display: block; position: absolute; width: 20px; height: 20px; top: 43px; right: 0px; background: #e97132; border: 2px solid #fff; border-radius: 50%;}
.iconLink span.cartCount span {position: relative; display: block; font-size: .5625rem; line-height: 2.07; color: #fff; text-align: center;  }
.greyNav .rightNav .iconLink span {color: #dcffff;}
.greyNav .iconLink span.cartCount {border: 1px solid #dcffff; }
.greyNav .rightNav .iconLink:hover span, .greyNav .rightNav .iconLink:focus span {color: #fff;}
.iconLink::before, .iconLink:before { content: ''; position: absolute; display: block; width: 20px; height: 20px; top: 3px; left: 0px; bottom: 0;  margin: auto; overflow: hidden; background: url(/images/rightNavSprite.png) no-repeat 0 0; background-size: 350% auto; }
.cartWrapHeader .iconLink::before, .cartWrapHeader .iconLink:before {left: 24px;}
.iconLink.signup::before, .iconLink.signup:before {background-position: 0 1px;}
.iconLink.signup:hover::before, .iconLink.signup:focus::before, .iconLink.signup:hover:before, .iconLink.signup:focus:before {background-position: -26px 1px;}
.iconLink.login::before, .iconLink.login:before {background-position: 0 -26px; left: 10px;}
.iconLink.login:hover::before, .iconLink.login:focus::before, .iconLink.login:hover:before, .iconLink.login:focus:before {background-position: -26px -26px;}
.iconLink.cart::before, .iconLink.cart:before {background-position: 1px -58px; left: 12px;}
.iconLink.cart:hover::before, .iconLink.cart:focus::before, .iconLink.cart:hover:before, .iconLink.cart:focus:before {background-position: -25px -58px;}
.iconLink.course::before, .iconLink.course:before {width: 22px; background-position: -1px -92px; left: 7px;}
.iconLink.course:hover::before, .iconLink.course:focus::before, .iconLink.course:hover:before, .iconLink.course:focus:before {background-position: -27px -92px;}


.greyNav .rightNav .iconLink.signup::before, .greyNav .rightNav .iconLink.signup:before {background-position: -51px 0;}
.greyNav .rightNav .iconLink.login::before, .greyNav .rightNav .iconLink.login:before {background-position: -51px -26px;}
.greyNav .rightNav .iconLink.cart::before, .greyNav .rightNav .iconLink.cart:before {background-position: -51px -58px;}
.greyNav .rightNav .iconLink.course::before, .greyNav .rightNav .iconLink.course:before {background-position: -54px -91px;}

.secondaryNav, .altHeader  {position: absolute; display:block; top:8px; width: 100%; height: auto; z-index: 10;}
.secondaryNav {z-index: 650;}
.altHeader.breadcrumbs {max-width: 100%; left: 0; right: 0; margin: auto;}
/*.indexHeader.altHeader.breadcrumbs {max-width: 100%;}*/
/*.fullWrap .secondaryNav .scrollbar-outer > .scroll-element.scroll-x {bottom: 7px; left: 1rem;}*/
.fullWrap .secondaryNav .scrollbar-outer > .scroll-element.scroll-x  {display: none;}
.secondaryNav { top: 0px; background: #fff; }
.stickyNav .secondaryNav {position: fixed; top: 0; border-bottom: 1px solid #dfdfdf;}
.secondaryNav .center, .altHeader .center {padding: 20px 0;}
.secondaryNav p, .secondaryNav a, .altHeader h1.h1style, .altHeader.breadcrumbs .bcLink, .altHeader.breadcrumbs .bcDivide  {position:relative; display: inline-block; font-family: 'AvenirNext', Verdana, Tahoma, sans-serif; font-size: .9375rem; line-height: 1; font-weight: 700; vertical-align: middle; }
.secondaryNav p, .altHeader h1.h1style{padding:0 13px 0 5px; }
.altHeader.breadcrumbs .bcLink, .altHeader.breadcrumbs .bcDivide {font-weight: 500; opacity: .64; color: #3d3d3d; text-decoration: none;}
.altHeader.breadcrumbs a.bcLink:hover, .altHeader.breadcrumbs a.bcLink:focus {opacity: 1;}
/*.altHeader.masonryArticleWrap {display: none;}*/
.altHeader .masonryArticleWrap h1.h1style {padding: 0 13px 0 23px;}
.secondaryNav a {margin-left: 1.9375rem; margin-right: .375rem;  padding: .6rem 0 .5rem; color: #838383; transition: all .25s ease; }
    .secondaryNav a.active {
        color: #146c73;
    }
        .secondaryNav a.active::after, .secondaryNav a.active:after, .secondaryNav a:hover::after, .secondaryNav a:focus::after, .secondaryNav a:hover:after, .secondaryNav a:focus:after {
            content: '';
            position: absolute;
            display: block;
            bottom: 0px;
            width: 100%;
            height: 3px;
            background: #146c73;
        }
.secondaryNav a:hover::after, .secondaryNav a:focus::after, .secondaryNav a:hover:after, .secondaryNav a:focus:after {background: #838383;}
.cartOverlay, .bioOverlay {position: absolute; display: none; width: 100%; min-height: 100%; height: 0; top: 0; left: 0; right: 0; bottom: 0; background: #fff; background: rgba(255,255,255,.77); z-index: 900;}
.cartOverlayOpen .cartOverlay {height: 100%;}
.cartWrap.navCartWrap {position: fixed; display: block; width: 31.1rem; padding: 1.25rem 1rem 2rem 2.05rem; top: 0; right: 0; background: #fff; box-shadow: 0px 8px 34.65px 0.35px rgba(0, 0, 0, 0.43); }
.cartWrap.navCartWrap .scrollbar-outer {max-height: 15.5rem;}
.cartWrap.navCartWrap .scrollbar-outer > .scroll-element.scroll-y {right: -5px;}
.cartWrapHeader {position: relative; display: block; margin-bottom: 1.6875rem; padding-bottom: 1.25rem; border-bottom: 2px solid #e6e6e6;}
.overlayClose {position: relative; display: inline-block; margin: 12px 2px 22px 0; float: right; width: 15px; height: 15px; background:url(/images/close.png) no-repeat center center; background-size: 100% auto; text-decoration: none; opacity: .34; vertical-align: middle; transition: all .25s ease; z-index: 750;}
.overlayClose:hover, .overlayClose:focus {opacity: 1;}
.cartWrapHeader .iconLink {top:0; left: -26px; padding: 12px 12px 27px 48px; vertical-align: middle;}
.navCartWrap .iconLink.cart::before, .navCartWrap .iconLink.cart:before, .navCartWrap .iconLink.cart:hover::before, .navCartWrap .iconLink.cart:hover:before, .navCartWrap .iconLink.cart:focus::before, .navCartWrap .iconLink.cart:focus:before   { left:26px; width: 26px; height: 26px; background-position: 1px -76px;}
.cartWrapHeader .iconLink span.cartCount {top: 18px; right: 4px;}
.cartWrapHeader p.headerText {position: relative; display: inline-block; font-size: 1.125rem; line-height: 1.78; vertical-align: middle; left: -26px;}
.cartOverlay p {font-size: .75rem; line-height: 1rem;}
.cartOverlay p.bold {font-size: 1rem;}
.navCartWrap .cartItem {padding-right: 1rem;}
.navCartWrap .cartItem .itemInfo {padding-left: 4.75rem;}
.navCartWrap .cartItem .itemInfo span { color: #3d3d3d; font-size: 0.9375rem; line-height: 1.5; }
.sidebarWrap.cartWrap .cartItem .itemInfo span.date {font-size: .75rem;}
.navCartWrap .cartItem .itemInfo span.bold, .navCartWrap .cartItem .itemInfo a.bold {display: block; font-weight: 700; font-size: 0.95rem; padding-bottom: 1rem; transition: all .25s ease; color: #3d3d3d; text-decoration: none;}
.navCartWrap .cartItem .itemInfo .bold:hover, .navCartWrap .cartItem .itemInfo .bold:focus {text-decoration: underline;}
.cartWrapFooter .defaultCTA {padding: .6875rem 1.8125rem; font-size: .75rem; }
.cartWrapFooter .simpleCTA { margin: 0 1.125rem; top: -4px; font-size: .75rem; vertical-align: middle;}
.cartWrap .cartWrapFooter .totals {border-bottom: none; padding: 0; margin-bottom: 0; margin-top: 0; display: inline-block; width: auto; vertical-align: middle; float: right; text-align: right;}
.cartWrap .cartWrapFooter .totals p.bold:first-child {padding-bottom: .25rem;}

/* COOKIE BAR */
.cookieBar {position: fixed; display: none; bottom: 0; left: 0; right: 0; background: #3d3d3d; z-index: 925; }
.cookieBar .center {padding: 1.75rem 3rem 1.75rem 2.5rem; }
.cookieBar .cookieContent {position: relative; display: inline-block; vertical-align: middle;}
.cookieBar .cookieContent p, .cookieBar .cookieContent p .simpleCTA {max-width: 780px; font-family: 'AvenirNext', Verdana, Tahoma, sans-serif; font-size: 1rem; color: #c5c5c5; margin-top: 0;}
.cookieBar .cookieContent p .simpleCTA:hover, .cookieBar .cookieContent p .simpleCTA:focus {color: #fff; border-bottom-color: #fff;}
.cookieBar .cookieContent p.bold {font-size: 1.125rem; color: #fff;}
.cookieBar .defaultCTA, .cookieBar .defaultCTA.transparentCTA {position: absolute; top:45px; right: 48px; margin: auto; border-color: #fff; box-shadow: none; font-size: .75rem; line-height: 1.5; padding: 1rem 2.1875rem .875rem 2.1875rem;}

/* FOOTER */
.footerWrap {
    position: relative;
    display: block;
    background: #146c73;
}
.footerWrap .center {padding: 10.625em 0 2.625em 0;}
.footerWrap .footerLogo {position: relative; display: block; margin: 0 auto; text-align: center;}
.footerWrap .footerLogo img {width: 269px;}
.footerColumnWrap {position: relative; display:block; margin: 0 auto; font-size: 0; padding:5.25rem 0 ;  }
.footerColumnWrap .column {display: inline-block; vertical-align: top; max-width: 23%; margin-right: 3%; }
.footerColumnWrap .column.mobileOnly {display: none; visibility:hidden;}
.footerColumnWrap .column p, .footerColumnWrap .column a {font-size: 1rem;}
.footerColumnWrap .column.linkColumn {width: 16%; margin-right: 2%}
.footerColumnWrap .column:first-child {margin-left: 5%; margin-right: 5.85%;}
.footerColumnWrap .column.quoteColumn {margin-right: 7%; text-decoration: none;}
.footerColumnWrap .column.quoteColumn:nth-child(even) {margin-right: 2%}
.footerWrap .column p, .footerWrap .column a {
    position: relative;
    display: block;
    padding-bottom: .375rem;
    font-family: 'AvenirNext', Verdana, Tahoma, sans-serif;
    font-size: 1rem;
    line-height: 1.75;
    color: #dcffff;
    text-decoration: none;
    transition: all .25s ease;
}
.footerWrap .column span.readMore {position: relative; display: inline-block; padding-left: .25rem; text-decoration: underline; transition: all .25s ease;}
.footerWrap .column a:hover, .footerWrap .column a:focus, .footerWrap .column.quoteColumn:hover .readMore, .footerWrap .column.quoteColumn:hover .readMore {color: #fff; padding-left: 1rem;}
.footerWrap .column p.columnHeader, .footerWrap .column a.columnHeader {padding-bottom: .6875rem; font-family: 'AvenirNext', Verdana, Tahoma, sans-serif; font-weight: 700; color: #fff; font-size: 1.25rem; line-height: 1.4; }
.footerWrap .column a.columnHeader:hover, .footerWrap .column a.columnHeader:focus {padding-left: 0; color:#dcffff;}
.footerWrap .column.quoteColumn p.columnHeader {padding-bottom: .3125rem;}
.footerWrap .column p.quoteDate {font-size: .75rem; padding-top: .4375rem; letter-spacing: .1rem; text-transform: uppercase;}
.socialWrap {position: relative; display: block; width: auto; margin: 0 auto;padding: .625rem 0 1.9em 0; text-align: center; }
.socialWrap a {position: relative; display: inline-block; vertical-align: bottom; font-family: 'FontAwesome'; font-size: 1.25rem; width:1.875rem; height: 1.25rem; padding: 0 8px; color: #040404; opacity: .37; text-decoration: none;  transition: all .25s ease;}
.socialWrap a:hover, .socialWrap a:focus {opacity: .77; }
.socialWrapLeft { position: relative; display: block; width: auto; margin: 0 auto; padding: 1.9em 0; text-align: left; }
.socialWrapLeft a { position: relative; display: inline-block; vertical-align: middle; font-family: 'FontAwesome'; /*font-size: 1.125em;*/ font-size: 1.75em; /*width: 1.875em;*/ width: 1.35em; height: 1.015em; padding: 0; color: #070505; opacity: .6; text-align: center; text-decoration: none; transition: all .25s ease; }
.socialWrapLeft a:hover, .socialWrapLeft a:focus { opacity: .77; }
.copyrightWrap {position: relative; display: block; margin: 0 auto; text-align: center;}
    .copyrightWrap p, .copyrightWrap a {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        font-family: 'AvenirNext', Verdana, Tahoma, sans-serif;
        font-size: .875rem;
        line-height: 2;
        color: #dcffff;
        text-decoration: none;
        transition: all .25s ease;
    }
.copyrightWrap a:hover, .copyrightWrap a:focus {color: #fff; text-decoration: underline;}
.copyLinks {display: inline-block; padding:0 1.75rem; vertical-align: middle; font-size: 0;}
.copyLinks a {padding: 0 11px; }
.copyLinks a::after, .copyLinks a:after { content:''; position: absolute; display: block; width:1px; height: 1.1rem; top: 0; right: 0; bottom: 0; margin: auto; background: #d4ffee;}
.copyLinks a:first-child {padding-left: 0; }
.copyLinks a:last-child {padding-right: 0;}
.copyLinks a:last-child::after, .copyLinks a:last-child:after {display: none;}

/* MAIN PAGE CONTENT */
.mainContentWrap { position: relative; display: block; margin-bottom: 54px;}
.mainSplashWrap {position: relative; display: block; width: 100%; max-height: 810px; height: 100%; border-left: 46px solid #fff; border-right: 46px solid #fff; margin: 0 auto; overflow: hidden;}
.no-js .mainSplashWrap {height: 810px;}
.mainSplashWrap img {position:absolute; display:block;min-width: 100%; width: auto; min-height:100%; height: auto; top:-999px; left: -999px; right: -999px; bottom: -999px; margin:auto;}
.mainSplashWrap .center {position: absolute; display: block; top: 0; left: 0; right: 0; bottom: 0; margin: auto;}
.splashContent {position: relative; display: block; top: 40%; left: 28px; -webkit-transform: translateY(-51%); -moz-transform: translateY(-51%); transform: translateY(-51%);}
.splashContent p, .slidingHoriz span {position: relative; display: block; font-family: 'Acta Medium', Georgia, 'Times New Roman', Times, serif; font-size: 4.375rem; line-height: 1.02; color: #3d3d3d;  }
.splashContent p.subText {padding-left: 6px; font-family: 'AvenirNext', Verdana, Tahoma, sans-serif; font-size:1.25rem; line-height: 1.35; padding-top:.875rem; }
.slidingHoriz {display: block; height: 4.5625rem; }
.slidingHoriz span {
    animation: leftToRight 10s linear infinite 0s;
	-ms-animation: leftToRight 10s linear infinite 0s;
	-webkit-animation: leftToRight 10s linear infinite 0s;
	color: #3d3d3d;
	opacity: 0;
	overflow: hidden;
	position: absolute;
}
.slidingHoriz span:nth-child(2){
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
.slidingHoriz span:nth-child(3){
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}
.slidingHoriz span:nth-child(4){
	animation-delay: 7.5s;
	-ms-animation-delay: 7.5s;
	-webkit-animation-delay: 7.5s;
}
/*leftToRight Animation*/
@-moz-keyframes leftToRight{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: translateX(-50px); }
	10% { opacity: 1; -moz-transform: translateX(0px); }
	25% { opacity: 1; -moz-transform: translateX(0px); }
	30% { opacity: 0; -moz-transform: translateX(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-webkit-keyframes leftToRight{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateX(-50px); }
	10% { opacity: 1; -webkit-transform: translateX(0px); }
	25% { opacity: 1; -webkit-transform: translateX(0px); }
	30% { opacity: 0; -webkit-transform: translateX(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes leftToRight{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: translateX(-50px); }
	10% { opacity: 1; -ms-transform: translateX(0px); }
	25% { opacity: 1; -ms-transform: translateX(0px); }
	30% { opacity: 0; -ms-transform: translateX(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
.homeContentToggleWrap {
    position: absolute;
    display: block;
    top: auto;
    left: 0;
    right: 0;
    height: 234px;
    font-size: 0;
    margin: auto;
    margin-top: -15rem;
    overflow: hidden;
}
.sectionOpen .homeContentToggleWrap {margin-top: -16.9375rem;}
.homeContentToggleWrap .center{position: absolute; max-width: 1432px; left: 0; right: 0; bottom: 0; margin: auto;}
.toggleFade {position: absolute; display: none; width: 100%; height: 4.5625rem; bottom: -4.0625rem; background: #fff; box-shadow: 3px -7px 34.65px 0.35px rgba(0, 0, 0, 0.43); z-index: 150;}
.homeContentToggleWrap.open .toggleFade {display: block;}
.toggleFade::after, .toggleFade:after {content: ''; position: absolute; display: block; width: 100%; height: 1rem; bottom: -1rem; background: #fff;}
.toggleTab {
    position: relative;
    display: inline-block;
    width: 352px;
    min-width: 22%;
    min-height: 11.5rem;
    height: auto;
    margin: 0 4px;
    margin-bottom: -1.5rem;
    padding-bottom: .85rem;
    vertical-align: bottom;
    background: #146c73;
    border-top: 5px solid #146c73;
    transition: all .5s ease;
}
.homeContentToggleWrap.open .toggleTab {margin-bottom: -3.375rem;}
.toggleTab:first-child {margin-left: 0px !important;}
.toggleTab:last-child {margin-right: 0px !important;}
.tabLink {position: relative; display: block; padding:1.9375rem 4.5rem 0em 2.8125rem; font-family: 'AvenirNext', Verdana, Tahoma, sans-serif; text-decoration: none; }
.toggleTab .smallText {
    position: relative;
    display: block;
    padding-left: 2px;
    padding-bottom: 3px;
    font-size: .6875rem;
    color: #dcffff;
}
.toggleTab .tabHeader {font-size: 1.75rem; line-height: 1.1; color: #fff;}
.tabHiddenInfo {position: relative; display: none; padding : .4375rem 4.2rem 0 2.8125rem; color: #fff; font-family: 'AvenirNext', Verdana, Tahoma, sans-serif; font-size: 1rem; line-height:1.375 }

.toggleTab.spotlight, .toggleTab:hover, .toggleTab:focus {
    background: #178289;
    border-color: #178289;
    padding-bottom: 2.2rem;
    margin-bottom: -.575rem;
    height: 237px;
    cursor: pointer;
}
.open .toggleTab:hover, .open .toggleTab:focus {height: 224px; margin-bottom: -.97375rem;}
.toggleTab.spotlight .tabHiddenInfo, .toggleTab:hover .tabHiddenInfo, .toggleTab:focus .tabHiddenInfo {display: block;}

.toggleTab.active { background: #fff; z-index: 200;}
.homeContentToggleWrap.open .toggleTab.active, .homeContentToggleWrap.open .toggleTab.active:hover, .homeContentToggleWrap.open .toggleTab.active:focus {height: 184px; margin-bottom: -2rem; }
.toggleTab.active .smallText {color: #767676;}
.toggleTab.active .tabHeader {color: #3d3d3d;}
.toggleTab.active .tabHiddenInfo {display: none;}

.collapsingMainSection {position: relative; display: block; padding-top: 0; height: 0; transition: all .25s ease; overflow: hidden;}
.collapsingMainSection.open, .no-js .collapsingMainSection {height: 100%; padding-top: 5.875rem; overflow: visible;}
.collapsingInner {position: relative; display: none; float: left; width: 0; height: 0; overflow: hidden;}
.collapsingInner.contentOpen, .no-js .collapsingInner {display: block; max-width: 44.6875rem; width: 60%; height: 100%; overflow: visible;}
.no-js .collapsingInner {float: none; margin-bottom: 9.5rem;}
.tileWrap {font-size: 0; padding-bottom: 3.1875rem;}
.tile {position: relative; display: inline-block; width: 43%; padding:4.1875rem 0 1rem 0; margin: 0 8% .875rem 1%; font-family: 'AvenirNext', Verdana, Tahoma, sans-serif; vertical-align: top;}
.tile:nth-child(even) {margin: 0 0 0 5%;}
.tile p {font-size: 1.125rem; line-height: 1.75;  }
.tile .tileHeader {font-size:1.3125rem; line-height:1.5; font-weight: 700; }
    .tile .tileDeco, .decoLine {
        position: absolute;
        display: block;
        left: 0;
        bottom: -3px;
        width: 21px;
        height: 4px;
        background: #10a5a5;
    }
.testimonialsWrap {padding-top: 10.25rem; padding-bottom: 2.5rem; font-size: 0;}
.blockHeader {position: relative; display: block; width: 100%; margin: 0 auto; text-align: center;}
.blockHeader p {display: inline-block; padding:.675rem 1.875rem .5rem 1.875rem; font-size: .8125rem; line-height: 2; letter-spacing: .1rem; font-weight: 700; border: 2px solid #dcdcdc; border-left:none; border-right: none; text-transform: uppercase;  margin: 0 auto;}

.quoteBlock {position: relative; display: inline-block; max-width: 27.4%; width: auto; margin-right:8.9%; padding: 4.6875rem 0 4.875rem 0; vertical-align: top;}
/*.quoteBlock:first-child {margin-left: 0;}*/
.quoteBlock.third {margin-right: 0;}
.quoteBlock p.quote, .quoteBlock span.quote {position: relative; display: block; padding-bottom:0; margin: 0; font-family: 'Acta Medium', Georgia, 'Times New Roman', Times, serif; font-size: 2.125rem; line-height: 1.25; text-indent: -0.5rem;}
.quoteBlock p.quoteAttr, .quoteBlock span.quoteAttr {display: block; padding-top:0; padding-bottom: 0; font-family: 'AvenirNext', Verdana, Tahoma, sans-serif; font-size: .875rem; line-height: 2.14; color: #3d3d3d;}
.quoteBlock p.attrCo, .quoteBlock span.attrCo {display: block; padding-top:0; font-family: 'AvenirNext', Verdana, Tahoma, sans-serif; font-size: 1.5rem; line-height: 1; letter-spacing: .1rem; font-weight: 700; text-transform: uppercase;}
.quoteBlock .divider, .sessionLeaderMain .divider {position: relative; display: block; margin: 1.375rem 0 2.875rem 0; width:21px; height: 4px; background: #10a5a5; }
.quoteBlock .playButton {display: block; position: relative; width: auto; height: 24px; margin: 1.4375rem 0 1.75rem 0; }
.quoteBlock .playButton::before, .quoteBlock .playButton:before { content:''; position: relative; display: inline-block; color: #146c73; width: 24px; height: 24px; margin-right: .5rem; padding: .375em 0; vertical-align: top; transition: all .25s ease; background: url(/images/playButton.png) no-repeat center center; background-size: 100% auto; }
.quoteBlock.withVideo:hover .playButton::before, .quoteBlock.withVideo:hover .playButton:before {width: 36px; height: 36px; margin-top: -4px;}
.testimonialsWrap.leftAligned {max-width: 1430px; padding-top: 7.55rem;margin: 0 auto;}
.testimonialsWrap.leftAligned .center, .contentSection.seriesContent .testimonialsWrap.leftAligned .center {max-width: 1024px; margin: 0; padding-right: 0;}
.testimonialsWrap.leftAligned .blockHeader {text-align:left; margin-left: .4rem;}
.testimonialsWrap.leftAligned .quoteBlock {max-width: 36%; margin-right: 2%; padding: 3.5375rem 0 3.25rem 0; }
.testimonialsWrap.leftAligned .quoteBlock:nth-child(odd) {margin-left: 0;}
.testimonialsWrap.leftAligned .quoteBlock p.quote, .testimonialsWrap.leftAligned .quoteBlock span.quote {font-size: 2rem; line-height: 1.34}
.testimonialsWrap.leftAligned .quoteBlock .playButton {margin: 1.8375rem 0 1.95rem .25rem;}
.testimonialsWrap.leftAligned .quoteBlock .divider {margin: 2.38rem 0 1.5rem 0}

.communityMap {position: relative; display: block; background: #f4f4f4; min-height: 788px; padding-top: 6.25rem; z-index: 750;}
.communityMap .center {height: 100%; min-height: 788px;}
.communityMap .h2style, .communityMap h2.h2style {text-align: center; margin: 0 auto;}
.communityMap .subHead {position: relative; display: block; max-width: 28.25rem; padding-top: .6875rem; font-size: 1rem; line-height:1.56;  text-align: center; margin: 0 auto;}
.communityMap .mapWrap {position: absolute; display: block; width: 1447px; height: auto; bottom: -21%; left: -999px; right: -999px; margin: auto; }
.communityMap .mapWrap img {position: relative; display: block; width: 100%; }
.communityMap .hoverArea { }
.communityMap .testimonialPopup {position: absolute; display: block; opacity: 0; max-width: 21.4375rem; height: auto; padding: 1.625rem 2rem 1.3125rem 2rem; background: #fff; box-shadow: 5px 6px 12.48px 3.52px rgba(0, 0, 0, 0.14); }
.communityMap .testimonialPopup.show {
    opacity: 1;
    animation-name: stretch;
    animation-duration: .250s;
    transform-origin: -6% 0%;
}
.communityMap .testimonialPopup.show.right {
    transform-origin: 106% 0%;
}
@keyframes stretch {
    0% { transform: scale(0); }
    100% { transform: scale(1); }
}
.communityMap .testimonialPopup::before, .communityMap .testimonialPopup:before {content: ''; position: absolute; z-index: 1; display: block; top: 0; left: -22px; border-top: 22px solid #fff; border-left: 22px solid transparent; }
.communityMap .testimonialPopup.right::before, .communityMap .testimonialPopup.right:before {border-left: none; border-right: 22px solid transparent; left: auto; right: -22px;}
.communityMap .testimonialPopup .popupQuote {position: relative; display: block; font-family: 'Acta Medium', Georgia, 'Times New Roman', Times, serif; font-size: 1.125rem; line-height: 1.49; text-indent: -.2rem;}
.communityMap .testimonialPopup .quoteAttr {position: relative; display: block; padding-top: 1.1875rem; font-family: 'AvenirNext', Verdana, Tahoma, sans-serif; font-size: 1rem; line-height: 1.31; white-space: normal;}
.communityMap .testimonialPopup .quoteAttr span {position: relative; display: inline; letter-spacing: .04rem; white-space: normal;}

/* SIDEBAR */
.sidebarWrap {position: relative; display: block; top:9px; float: right; width: 31.875em; box-shadow: 0px 8px 34.65px 0.35px rgba(0, 0, 0, 0.2); margin-right: 16.1875rem; background: #fff; }
.no-js .sidebarWrap {position: absolute; display: block; top: 150px; right: 5%; float: none;}
.sidebarWrap.sticky {position: absolute; top: 11.5%; margin-bottom: 1rem; margin-right: 12.675rem; float: none; right: 0; width: 26.875rem; z-index: 400; }
.otherSeries .sidebarWrap.sticky {top: 8.2%;}
.sidebarWrap.sticky.articleSidebar {margin-bottom: 2rem; margin-right: 15rem; width: 27.375rem;}
.hasSplash .sidebarWrap.sticky.articleSidebar {top: 54%;}
.stickySidebar .sidebarWrap.sticky {position: fixed; top: 3%; z-index: 800;}
.sidebarWrap.sticky .decoLine {position: relative; margin: 15px 0 27px 0; }
.sidebarHeader {
    position: relative;
    display: block;
    padding: 1.75rem 3.375rem 1.375rem 3.375rem;
    background: #146c73;
}
.sidebarHeader p {font-family: 'AvenirNext', Verdana, Tahoma, sans-serif; font-size: 1.3125rem; line-height:1.52; color: #fff; font-weight: 700;  }
.sidebarInner { position: relative; display: block; padding: 1.525rem 2.9rem 1.9375rem 2.9rem;}
.sidebarInner p {font-size: 1rem; }
.sidebarInner p.h3style {font-size: 1.375rem;}
.sidebarInner p.subHead {padding-top: .25rem; }
.sidebarInner p a { color: #3d3d3d; transition: all .25s ease; font-weight: 600; }
.sidebarInner p a:hover, .sidebarInner p a:focus {color: #3d3d3d;}
.sidebarInner a.seriesLink {position: relative; display: block; font-family: 'AvenirNext', Verdana, Tahoma, sans-serif; font-size: 1rem; line-height: 1.78; color: #3d3d3d; text-decoration: none;}
.sidebarInner a.seriesLink:hover, .sidebarInner a.seriesLink:focus {text-decoration: underline; color: #146c73;}
.sidebarInner ul.defaultUL {padding-top: .5625rem;}
    .sidebarInner p + ul.defaultUL {margin-top: 0;}
    .sidebarInner .collapsingSection ul.defaultUL {
        padding-top: 1.3125rem;
    }
.sidebarInner ul.defaultUL li {padding: .8rem 0 .1875rem 1.5rem; font-size: 1rem; line-height: 1.375; font-weight: 700;}
.sticky .sidebarInner ul.defaultUL li {font-size: 1rem;}
.sidebarInner ul.defaultUL li:nth-child(3) {padding-right: 7.7rem;}
.sidebarInner ul.defaultUL li:nth-child(n+4) {padding-right: 10.5rem;}
.sticky .sidebarInner ul.defaultUL li:nth-child(n+3) {padding-right: 1rem;}
.sidebarInner ul.defaultUL li::before, .sidebarInner ul.defaultUL li:before {top: 1.1rem; left: 0;}
.sticky .sidebarInner ul.defaultUL li::before, .sidebarSticky .sidebarInner ul.defaultUL li:before {top: 1.05rem;}
.sidebarInner .sidebarSection { position: relative; display: block; }
.sidebarSection { position: relative; display: block; padding-bottom: 0; }
.sidebarSection.hiddenContent {padding-bottom: 0;}
.sidebarSection:first-child {margin-bottom: 10.75rem; padding-bottom: 2.5rem;}
.articleSidebar .sidebarSection:first-child {padding-bottom: 0;}
.sidebarSection.seriesInfo {padding-left: .6875rem;}
.sticky .sidebarSection.seriesInfo {position: relative; display: block; padding-left: .25rem; padding-bottom: 1em;}
.sticky .sidebarSection:first-child {margin-bottom: 0; /*max-height: 30em;*/ }
.sticky .sidebarSection.seriesInfo:last-child {padding-bottom: 0;}
.sidebarSection:first-child { padding-top: 1rem; }
.sticky .sidebarSection.hiddenContent { display: none; }
.sidebarSection img {position: absolute; display: block; top: auto; bottom: -9.5rem; right: -14.6875rem; }
.sidebarSection .defaultCTA {position: absolute; bottom: -8.125rem; opacity: 1;}
.sticky .sidebarSection .defaultCTA {position: relative; margin-top: 1.625rem; bottom: auto;}
.sidebarSection .sectionTitle, .sidebarSection .seriesCost {position: relative; display: inline-block; font-family: 'AvenirNext', Verdana, Tahoma, sans-serif; vertical-align: middle; color: #3d3d3d;}
.sidebarSection .sectionTitle {max-width: 52%;}
.articleSidebar .sidebarSection .sectionTitle {max-width: 100%; }
.sidebarSection .seriesCost {top: 2px; right: 0px; float: right;font-size:2.875rem; line-height: 1; padding-left: 0; font-weight: bold; }
.sidebarSection .seriesCost sup {top: -.7em; font-size: .54em; }
.sidebarSection .seriesCost span {display: block; font-size: 12px; margin-bottom: -3px; margin-left: -27px; vertical-align: bottom; text-align: right; }
.sidebarSection span.subCost {position: absolute; display: block; right: 0; max-width: 96%; font-size: .875rem; line-height: 1.3; font-weight: 500; text-align: right; margin-top: 10px;}
/*.sidebarSection span { font-family: 'AvenierNext', Verdana, Tahoma, sans-serif; }*/
.sidebarSection span.alertMessage { font-weight: 600; color: #ff0000; }
.sectionTitle .smallText {position: relative; display: block; font-size: 1rem; line-height: 1.7;}
.sectionTitle .largeText {position: relative; display: block; font-size: 1.375rem; line-height: 1.17; font-weight: 700;  }
.sidebarSection .defaultInputWrap.defaultDropdownWrap{width: 95%;}
.sidebarSection .defaultInputWrap.defaultDropdownWrap .select2-container {height: 100%; max-width: 320px; width: 100% !important; }
.sidebarSection .defaultInputWrap.defaultDropdownWrap .select2-container--default .select2-selection--single {border-radius: 0; max-height: 60px; height: 100%; padding: 17px 64px 16px 22px;}
.sidebarSection .defaultInputWrap.defaultDropdownWrap .select2-container--default .select2-selection--single .select2-selection__rendered { padding: 0; line-height: 12px; /*white-space:unset;*/ max-width: 234px; width: 100%; }
/*.sidebarSection .defaultInputWrap.defaultDropdownWrap .select2-container--default .select2-selection--single .select2-selection__rendered span { font-style: normal !important; font-size: 14px !important; }*/ /*This might be able to be removed after adding classes to the span in Sidebar Series page*/
.grayOption { opacity: .5; }
span.dateSize { font-size: 12px; word-break: break-word; -ms-word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; }
span.dateBold { font-weight: bold; }
span.dateItal { font-style: italic; }
span.dateMessage { font-weight: bold; color: red; }

.sidebarSection .defaultInputWrap.defaultDropdownWrap .select2-container--default .select2-selection--single .select2-selection__arrow { top: 17px; right: 1rem; background: url(/images/selectArrow.png) no-repeat center center; background-size: auto 12px; }
.sidebarSection .defaultInputWrap.defaultDropdownWrap .select2-container--default .select2-selection--single .select2-selection__arrow b {visibility: hidden; display: none;}
.select2-results ul li::before, .select2-results ul li:before {display: none; visibility: hidden;}
.select2-results__option {padding: 6px 24px;line-height: 1;}
.select2-container--default .select2-results__option--highlighted[aria-selected] {background-color: #146c73;}

/* SERIES PAGE */
.contentSection.contentSectionMedium {padding: 8.2rem 0 9.8125rem 0; }
.contentSection.contentSectionMedium h1, .contentSection.contentSectionMedium .h1style {font-size: 4.375rem;}
.contentSection.contentSectionMedium p.subHead {padding-top: 1.25rem; max-width: 715px; line-height: 1.38;}
.contentSectionMedium .rowLinkWrap {max-width: 1096px;}
.contentSectionMedium .seriesTile {min-width: 21.75rem; min-height: 27.25rem; margin-right: .825rem; padding: 4.25rem 2.875rem 8.125rem 3rem; }
.contentSectionMedium .otherRow .seriesTile {padding: 4.375rem 1.875rem 8.125rem 2.25rem; }
.contentSectionMedium .seriesTileTitle {font-size: 2.5rem; line-height: 1.175; }
.contentSectionMedium .seriesCost {position: relative; display: block; padding-top: .1875rem; font-family: 'AvenirNext', Verdana, Tahoma, sans-serif; font-size: .75rem; opacity: .65; }
.contentSectionMedium .seriesTileDesc {font-size: 1.125rem; line-height: 1.44; padding-top: .6875rem; }
.contentSectionMedium .seriesTile .defaultCTA {position: absolute; left: 2.875rem; bottom: 3.12rem; font-size: .8125rem; padding: 1.125rem 2rem;}
.contentSectionMedium .seriesTile .defaultCTA {position: absolute; left: 2.875rem; bottom: 3.12rem; font-size: .8125rem; padding: 1.125rem 2rem;}
.contentSectionMedium .otherRow .defaultCTA {left: 2.25rem;}
.contentSectionMedium .seriesTile:hover .defaultCTA, .contentSectionMedium .seriesTile:hover .defaultCTA {color: #3d3d3d;}
.contentSectionMedium .seriesTile:hover .defaultCTA::before, .contentSectionMedium .seriesTile:hover .defaultCTA:before, .contentSectionMedium .seriesTile:focus .defaultCTA::before, .contentSectionMedium .seriesTile:focus .defaultCTA:before {-webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1;}
    .contentSectionMedium .seriesTile:hover .defaultCTA.greenCTA, .contentSectionMedium .seriesTile:hover .defaultCTA.greenCTA {
        color: #146c73
    }
.mobileShort {display: none;}
.pageSplash {position: relative; display: block; width: 100%; height: 800px;}
.pageSplash.shortSplash {height: 620px; overflow: hidden;}
.pageSplash.smallSplash {max-height: 669px; overflow: hidden; }
.pageSplash img.splashImage {position: absolute; display: block; min-width: 100%; width: auto; max-height:800px; min-height: 100%; height: auto; top: 0; left: -999px; right: -999px; filter:grayscale(100%); margin: auto;}
.pageSplash.shortSplash img.splashImage {max-height: 620px;}
/*.pageSplash.smallSplash img.splashImage {max-height: 669px;}*/
.pageSplash.green::before, .pageSplash.green:before {content:''; position: absolute; display: block; width: 100%; height:100%; top: 0; left: 0; right: 0; bottom:0; background: #146c73; background: rgba(20,108,115,.75); z-index: 50;}
.pageSplash.shortSplash img.mainSplashImageBlur {position:absolute; display: block; width: 120%; height: auto; top: -999px; left: -999px; right: -999px; bottom: -999px; margin: auto; -webkit-filter: blur(30px); -ms-filter: blur(30px); -moz-filter: blur(30px); filter: blur(30px); filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='30');}
/*.pageSplash.shortSplash::after, .pageSplash.shortSplash:after {content: ''; position: absolute; display: block; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background: rgba(0,159,97,.85); z-index:100;}*/
.pageSplash.shortSplash img.mainSplashImageCenter {position: relative; display: block; max-width: 100%; width: auto; height: 100%; top: 0; margin: 0 auto; z-index: 150;}
.pageSplash .center {min-height: 800px; height: 100%; z-index: 150; }
.pageSplash.smallSplash .center {min-height: 669px;}
.pageSplash .splashContent {position: absolute; max-width: 29.625rem; top: auto; left: -2px; bottom: 11.25rem; -webkit-transform: none; -moz-transform: none; transform: none;}
.pageSplash.smallSplash .splashContent {bottom: 8.3125rem; max-width: 40rem;}
.pageSplash .splashContent .timeframe, .seriesTimeFrame {position: relative; display: block; width: 100%; height: auto; padding-left: 3px; padding-bottom: .5625rem;  color: #fff; font-size: 0; white-space: normal;}
.pageSplash .splashContent .timeframe p, .pageSplash .splashContent .timeframe span, .seriesTimeFrame span {position: relative; display: inline-block; padding: 0; font-family: 'AvenirNext', Verdana, Tahoma, sans-serif; font-size: 1rem; line-height: 1.75; color: #fff; font-weight: 500; vertical-align: middle}
.seriesTimeFrame span {font-size: .75rem; line-height: 1.33; color: #3d3d3d;}
.pageSplash .splashContent .timeframe p.upper, .seriesTimeFrame span.upper {text-transform: uppercase; font-weight: 700; letter-spacing: .075rem;}
.pageSplash .splashContent .timeframe span {padding: 0 2px;}
.pageSplash h1, .pageSplash .h1style {color: #fff; padding-bottom: 10px;}
    .pageSplash .splashContent p {
        padding-left: 3px;
        font-family: 'AvenirNext', Verdana, Tahoma, sans-serif;
        font-size: 1.3125rem;
        line-height: 1.48;
        color: #dcffff;
    }
.pageSplash .decoImage {position: absolute; display: block;  width: 895px; height: auto; bottom: -22%; left: -7%; right: 0; margin: auto;}
.pageSplash.smallSplash .decoImage {display: none;}
.contentSection { position: relative; display: block; /*max-width: 62em; width: 50%;*/ width: 100%; /*padding: 12.2em 0 8.3em 0;*/ padding: 12.2rem 0 7.75rem 0; min-height: 0; transition: .25s; }
.noSplash .contentSection {padding-top: 8.2rem;}
.new-article-section, .noSplash .new-article-section { padding: 3.75em 0; }
.article-anti-hero-wrap + .new-article-section, .noSplash .article-anti-hero-wrap + .new-article-section { padding: .8125em 0 3.75em 0; }
.contentSection.seriesContent .center {padding-right: 27.875rem;}
.contentSection p.listHeader {padding-bottom: 0; font-size: 1.325rem;}
.inlineListWrap {position: relative; display: block; font-size: 0; padding-left: .17rem; padding-bottom: 3.75rem; }
.listBlock {position: relative; display: inline-block; width: 44%; padding: 3rem 0 0 0; margin-right: 8%; vertical-align: top;}
.listHeader {font-weight: 700;}
.listBlock:nth-child(even) {margin: 0 0 0 2%;}
.listBlock ul.defaultUL {padding: 0 0 .25rem 0;}
.listBlock p + ul.defaultUL {margin-top: 0;}
.listBlock ul.defaultUL li {font-size: 1.125rem; line-height: 1.56; padding: .3rem 0 .375rem 1.95rem;}
.listBlock ul.defaultUL li::before, .listBlock ul.defaultUL li:before {left: .15rem;}

/* ABOUT PAGE */
.contentSection.contentSectionWide {padding-top: 0; max-width: 100%; width: 100%; margin-left: 0;}
.contentSection.contentSectionWide.aboutContent {padding-bottom: .875rem;}
.innerSection {position: relative; display: block; width: 100%; height: auto; }
.innerSection.greySection {background: #f7f7f7;}
.contentSectionWide .innerSection .center{/*padding-top: 15.75rem;*/ padding-top: 6.65rem; /*padding-bottom: 4.55rem;*/ padding-bottom: 7rem;  max-width: 89.25rem;}
.contentSectionWide .innerSection#stories .center {max-width: 93.25rem;}
.contentSectionWide .innerSection:last-child .center {padding-bottom: 0;}
.contentSectionWide .greySection .center { padding-top: 8.325rem; padding-bottom: 7rem;}
.contentSectionWide .innerSection:first-child .center {/*padding-top: 12.3125rem;*/padding-top: 4.3125rem; border-bottom: 3px solid #efefef; }
.contentSectionWide .innerSection.smallPad:first-child .center {padding-top:0; padding-bottom: 2rem; margin-bottom: 2rem; border-bottom: none;}
.contentSectionWide .innerLeft, .contentSectionWide .innerRight {position: relative; display: inline-block; max-width: 44.375rem; width: 50%; padding: 3.75rem 4.0625rem; vertical-align: top;}
.contentSectionWide .innerRight.innerImage {position: absolute; display: block; max-width: 75rem; width: 1200px; /*top: 16rem;*/ /*right: -13rem;*/ top: 14.25rem; right: -16.5rem; }
.contentSectionWide .innerRight.innerImage img {position: relative; display: block; /*width: 100%;*/ width: 101%; height: auto; }
.contentSectionWide .innerLeft.noPad, .contentSectionWide .innerRight.noPad {padding: 0;}
.contentSectionWide .innerLeft ul.defaultUL { position: relative; display: block; width: 100%; padding: 1.125rem 0 1.8rem 0; list-style-type: none; }
.contentSectionWide .innerLeft ul.defaultUL li {font-weight: 700;}
.contentSectionWide .innerLeft ul.defaultUL li::before, .contentSectionWide .innerLeft ul.defaultUL li:before {left: .5625rem; }
.contentSectionWide .innerLeft.lgLeftPad {/*padding: 3.75rem 3.375rem 3.75rem 18.75rem;*/ padding: 4.6rem 3.375rem 3.75rem 18.75rem; }
.contentSectionWide .innerRight.lgRightPad {/*padding: 3.75rem 12.625rem 3.75rem 4.0625rem;*/ padding: 5rem 12.625rem 3.75rem 4.0625rem;  }
.contentSection .innerSection p.large:first-child {padding-top:0; padding-bottom: 0;}
.contentSection .innerSection p.large {font-size: 1.5rem; line-height: 1.75;padding-top: 0;}
.contentSection .innerSection p span {position: relative; /*display: inline-block;*/ display: block; /*width: 6.125rem;*/ vertical-align: baseline;}
.contentSection.articleContent .innerSection p span {display: inline; /*display: block;*/ font-size: inherit !important; vertical-align: baseline;}
.contentSection .innerSection p span.italic {display: inline-block;}
.contentSection .innerSection p a, .cke_editable.storyDetail p a, .articleContent p a {border-bottom: 1px solid silver; position: relative; display: inline-block; text-decoration: none; color: #3d3d3d;}
    .articleContent p a {
        position: relative
    }
    .contentSection .innerSection p a.defaultCTA {
        color: #fff;
    }
    .contentSection .innerSection p a:hover, .contentSection .innerSection p a:focus {
        color: #146c73;
        /*border-bottom: 1px solid #146c73;*/
    }
    .contentSection .innerSection p a.defaultCTA:hover, .contentSection .innerSection p a.defaultCTA:focus {
        color: #3d3d3d;
    }

    .aboutContent .innerSection h1 {
        color: #b4b4b4;
        margin-right: 25.25rem;
        padding-bottom: 1.5rem;
    }
.aboutContent .innerSection h1 span {color: #b4b4b4;}
.innerSection h1 span:nth-child(39) {color: #424242;}
.innerSection h1 span:nth-child(40) {color: #424242;}
.innerSection h1 span:nth-child(41) {color: #424242;}
.innerSection h1 span:nth-child(42) {color: #424242;}
.innerSection h1 span:nth-child(43) {color: #424242;}
.innerSection h1 span:nth-child(44) {color: #424242;}
.innerSection h1 span:nth-child(45) {color: #424242;}
.innerSection h1 span:nth-child(46) {color: #424242;}
.innerSection h1 span:nth-child(47) {color: #424242;}
.innerSection h1 span:nth-child(48) {color: #424242;}
.innerSection h1 span:nth-child(49) {color: #424242;}
.innerSection h1 span:nth-child(50) {color: #424242;}
.innerSection h1 span:nth-child(51) {color: #424242;}
.hiddenContent {display: none; margin-top: 0.125rem;}
.no-js .hiddenContent {display: block;}
.contentSection .innerSection p {padding-top: 0;}
.contentSectionWide .innerLeft p { padding-top: 1.125rem; padding-bottom: 0; line-height: 1.55; }
.contentSectionWide .innerLeft ul.defaultUL { padding: 1.25rem 0 1.8rem 0; margin-top: 0;}
.contentSectionWide .innerLeft ul.defaultUL li { /*padding: .55em 0 .375em 2.125em;*/ padding: .55em 0 .375em 1.7em; }
.contentSectionWide .innerLeft ul.defaultUL li::before, .contentSectionWide .innerLeft ul.defaultUL li:before { left: .3625rem; }
.contentSection .innerSection:first-child p {max-width: 41rem;}
.contentSection .innerSection:first-child p.wide {max-width: 56.25rem; font-size: 1rem; }
.contentSection .innerSection:first-child .hiddenContent p {max-width: 58.1875rem;}
.hiddenContent p a {margin-top: 0; font-size: .9rem; line-height: 1.3;}
.contentSection p.innerHeader {padding-bottom: 0; font-family: 'Acta Medium', Georgia, 'Times New Roman', Times, serif; font-size: 3.125rem; line-height: 1.14; }
.innerSection a.readMore, .innerSection .readMore {
    position: relative;
    display: inline-block;
    color: #146c73;
    padding: 2em 1em 1em 0;
    text-decoration: none;
    outline: none;
}
.no-js .innerSection a.readMore, .no-js .innerSection .readMore {display: none;}
.innerSection a.readMore span, .innerSection .readMore span {position: absolute; display: block; width: 14px; height: 14px; top: 15px; right: -10px; bottom: 0; margin: auto; background: url(/images/expandSprite.png) no-repeat 0 0; background-size: 30px auto; background-position: 0 -40px;  transition: all .25s ease;}
.innerSection a.readMore:hover, .innerSection .readMore:hover, .innerSection a.readMore:focus, .innerSection .readMore:focus {color: #3d3d3d;}
.innerSection a.readMore:hover span, .innerSection a.readMore:focus span, .innerSection .readMore:hover span, .innerSection .readMore:focus span  {transform: rotate(180deg);  }
.innerSection.expanded a.readMore span, .innerSection.expanded .readMore span {background-position: -17px -40px}
.innerSection a.readMore.expanded span, .innerSection .readMore.expanded span {background-position: -17px -40px}


.storyBlocksWrap {position: relative; display: block; font-size: 0; width: 100%; min-height: 30rem;}
.storyBlocksWrap[data-story-action="more"] {display:none;}
.storyBlocksWrap.scroll-wrapper > .scroll-content {padding: 2rem !important;}
.storyBlock {position: relative; display: inline-block; width: 49%; height:auto; color: #3d3d3d; margin: 0 1% 2% 1%; font-size: 0; vertical-align: top; box-shadow: 0px 0px 22.32px 1.68px rgba(0, 0, 0, 0.1);   }
.storyBlock:nth-child(odd) {margin-left: 0;}
.storyBlock:nth-child(even) {margin-right: 0;}
.storyImage, .storyContent {position: relative; display: inline-block; height: 100%; vertical-align: top;}
.storyImage {max-width: 200px; width: 29%; min-height: 450px; padding: 0; overflow: hidden;}
.storyImage img {position: absolute; display: block; width: 100%; /*width: 180%;*/ height: auto; left: -999px; right: -999px; margin: auto;}
.storyContent {width: 71%; padding: 2.795rem 2.85rem 5.795rem 2.85rem; min-height: 28.125rem; }
.storyAttr, .contentSection p.storyAttr {padding: 0; font-family: 'AvenirNext', Verdana, Tahoma, sans-serif; font-size: 1.125rem; line-height: 1.67; color: #3d3d3d; font-weight: 700; }
.storyQuote, .contentSection p.storyQuote {display: block; padding-top: 1.1875rem; padding-left: 0; font-family: 'Acta Medium', Georgia, 'Times New Roman', Times, serif; font-size: 1.75rem; line-height: 1.429;}
.storyContent .simpleCTA {position: absolute; display: block; bottom: 2.875rem;}
.innerSection .readMore.viewAll {display: block; max-width: 128px; text-align: center; margin: 0 auto; }
/*.storyContent p.subHead {opacity: .64; font-size: .8125rem; font-weight: 700;}*/
.storyInfo p {padding-top: 0;}
.contentSection .storyDetail p.bold, .contentSection .storyDetail span.bold, .contentSection .storyDetail p strong {display: block; font-size: 1.125rem; line-height: 2;}
.contentSection .innerSection:first-child p.h3style, .contentSection .innerSection:first-child p.subHead {padding-top: 1rem; padding-bottom: 0;}
.storyInfo p.subHead, .storyInfo p.subHead span {display: inline-block; vertical-align: top; font-size: .9375rem; line-height: 1.2; padding: 0; margin:0; opacity: .64; }
.storyInfo p.subHead span {opacity: 1; font-weight: 700;}
/*.storyDetail {margin-top: 1.5rem;}*/
.seriesContent .innerSection:first-child p.author {padding-top: 0;}
.storyDetail ul.defaultUL, .storyDetail ul, .storyDetail ol.defaultOL, .storyDetail ol, .storyDetail ul, .storyDetail ol, .new-article-section ul, .new-article-section ol {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
}
    .storyDetail ul.defaultUL li,
    .storyDetail ol.defaultOL li span,
    .storyDetail ul li,
    .storyDetail ol li,
    .new-article-section ol li span,
    .new-article-section ul li,
    .new-article-section ol li {
        padding-left: 2rem;
        font-size: 1.125rem;
        line-height: 1.75em;
    }
    .storyDetail ol.defaultOL li span,
    .storyDetail ol li,
    .new-article-section ol li span,
    .new-article-section ol li {
        padding-left: .8rem;
    }

.storyDetail ul.defaultUL li::before,
.storyDetail ul.defaultUL li:before,
.storyDetail ul li::before,
.storyDetail ul li:before,
.new-article-section ul li::before,
.new-article-section ul li:before {
	top: 1.1rem;
}


.programTable {position: relative; display: block; max-width: 540px; margin-bottom: 10px;}
.contentSection .programTable span{padding-top: 0; padding-bottom: 4px;}
.programTable .tableHeader {padding-top: 0; font-size: 1.125rem;}
.programTable .tableRow {position: relative; display: inline-block;  margin-top: 8px; margin-left: 7px; color: #3d3d3d; font-family: 'AvenirNext', Verdana, Tahoma, sans-serif; border-bottom: 1px solid #c0c0c0; transition: all .25s ease;}
.programTable .tableRow:hover, .programTable .tableRow:focus {border-bottom-color: #146c73;}
.programTable .tableRow span {position: relative; display: inline-block; font-size: 1rem; vertical-align: middle;}
.programTable .tableRow span.bold  {width: 152px;}
#how-it-works .simpleCTA {margin-left: .4rem;}

.sessionLeaderWrap {position: relative; display:block; max-width: 1429px; padding-top: 3rem; font-size: 0; }
a.sessionLeader {position: relative; display: inline-block; max-width: 354px; width: 25%; margin-right: 3px; margin-bottom: 3px; vertical-align: top;}
a.sessionLeader.mobileOnly {display: none; visibility: hidden;}
a.sessionLeader:nth-child(4n+4) {margin-right: 0;}
a.sessionLeader .leaderImage {position: relative; display: block; width: 100%; height: auto; padding-top: 100%; overflow: hidden;}
a.sessionLeader .leaderImage img {position: absolute; display: block; max-width:130%; width: auto; min-height: 100%; height: 100%; top: 0; left: -999px; right: -999px; margin: auto;  filter: grayscale(100%); transition: all .25s ease;}
a.sessionLeader:hover .leaderImage img, a.sessionLeader:focus .leaderImage img {filter: none;}
a.sessionLeader .leaderName {position: absolute; display: block; bottom: 1.25rem; left: 0; max-width: 185px; padding: .5em .75em .5em 1.5em; font-family: 'AvenirNext', Verdana, Tahoma, sans-serif; font-size: 1.125rem; line-height: 1.2; font-weight: 700; color: #fff; z-index: 5; }
a.sessionLeader .leaderName::before, a.sessionLeader .leaderName:before {content: ''; position: absolute; display: block; background: #146c73; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; margin: auto; z-index: -1;}
a.sessionLeader.addNew {max-height: 354px; position: relative; background: #146c73; transition: all .25s ease;}
a.sessionLeader.addNew:hover, a.sessionLeader.addNew:focus {background: #178289;}
a.sessionLeader.addNew .leaderName {bottom: auto; top: 1.25em; padding: 0 0 0 1.5em; color: #fff;}
a.sessionLeader.addNew .leaderName::before, a.sessionLeader.addNew .leaderName:before {display:none;}
a.sessionLeader.addNew .leaderImage {opacity: .09; transition: all .25s ease;}
a.sessionLeader.addNew .leaderImage img {max-width: 100%; top: 50px; filter: none;}
a.sessionLeader.addNew:hover .leaderImage, a.sessionLeader.addNew:focus .leaderImage {opacity: .18;}
a.sessionLeader.addNew .plusIcon {position: absolute; display: block; bottom: 0px; right: 0; width: 44px; height: 44px; background: #178289; transition: all .25s ease;}
a.sessionLeader.addNew:hover .plusIcon, a.sessionLeader.addNew:focus .plusIcon {background: #fff;}
a.sessionLeader.addNew .plusIcon::before, a.sessionLeader.addNew .plusIcon:before {content:''; position: absolute; display: block; width: 17px; height: 17px; top: 13px; left: 13px; background: url(/images/plusSprite.png) no-repeat 0 -28px;background-size: 17px auto; transition: all .25s ease;}
a.sessionLeader.addNew:hover .plusIcon::before, a.sessionLeader.addNew:hover .plusIcon:before, a.sessionLeader.addNew:focus .plusIcon::before, a.sessionLeader.addNew:focus .plusIcon:before {background-position: 0 -58px;}
.sessionLeaderMain {position: relative; display: block; max-width: 100%; width: 100%; max-height:32rem; height: auto; color: #3d3d3d; margin-right: 0; margin-bottom: 3px; text-decoration: none; }
.sessionLeaderMain .leaderImage, .sessionLeaderMain .leaderInfo {position: relative; display: inline-block; width: 50%; max-height: 512px; vertical-align: top;}
.sessionLeaderMain .leaderImage {/*max-width: 688px;*/ /*min-height: 425px;*/ max-width: 712px; min-height: 513px; height: 100%; padding-top: 0; overflow: hidden;}
.sessionLeaderMain .leaderImage img {position: absolute; display: block; max-width: 110%; min-width: 100%; width: auto; min-height:100%; height: auto; top:0; left: -999px; right: -999px; filter: grayscale(100%); margin: auto;}
.sessionLeaderMain:hover .leaderImage img, .sessionLeaderMain:focus .leaderImage img {filter: none;}
.sessionLeaderMain .leaderInfo {padding: 2.125rem 9.0625rem 2.125rem 4.6875rem; }
.sessionLeaderMain .divider {/*margin-bottom: 2.125rem;*/ margin-bottom: 1.9rem;}
.sessionLeaderMain .leaderInfo span {position: relative; display: block; font-family: 'AvenirNext', Verdana, Tahoma, sans-serif; padding-top: 0; font-size: 1.3125rem; line-height: 1.6; padding-left: 0;}
.sessionLeaderMain .leaderInfo .leaderName {font-size: 2.125rem; line-height: 1.2; font-weight: 700;}
.sessionLeaderMain .leaderInfo .leaderTitle {font-size: 1.3125rem; line-height: 1.2; }
.sessionLeaderMain .leaderInfo .simpleCTA {display: inline-block; font-size: 1.3125rem; margin-top: 1.5725rem;}
    .sessionLeaderMain:hover .leaderInfo .simpleCTA, .sessionLeaderMain:focus .leaderInfo .simpleCTA {
        color: #146c73;
        border-bottom-color: #146c73;
    }


.h2style.centered, h2.h2style.centered {max-width: 100%; margin-right: 0;}
.innerSection .h2style, .innerSection h2.h2style {font-size: 3.125rem; }
.centered {max-width: 960px; text-align: center; margin: 0 auto;}
.contentSection p.centered:nth-child(1) { padding-bottom: 0rem; line-height: 1.28; }
.contentSection p.centered {padding-top: .7rem; padding-bottom: 0; line-height: 1.55;}
.socialCommunityWrap {/*max-width: 494px;*/ max-width: 545px; margin: 0 auto; margin-top: 4.6875rem; margin-bottom: .8875rem; font-size: 0;}
.socialCommunityWrap .socialLink {position: relative; display: inline-block; width: 31%; padding: 0 1.4375rem; margin: 0 1%; color: #3d3d3d; text-align: center; text-decoration: none;}
.socialCommunityWrap .socialIcon {position: relative; display: block; margin: 1rem auto; width: 3.125rem; height: 2.75rem; text-align: center;}
.socialCommunityWrap .socialIcon::before, .socialCommunityWrap .socialIcon:before {width: 100%; height: 2.75rem; font-size: 2.75rem; color: #9c9c9c; transition: all .25s ease;}
.socialCommunityWrap .socialLink:hover .socialIcon::before, .socialCommunityWrap .socialLink:hover .socialIcon:before, .socialCommunityWrap .socialLink:focus .socialIcon::before, .socialCommunityWrap .socialLink:focus .socialIcon:before {color: #3d3d3d}
.socialCommunityWrap .socialLink .smallText {position: relative; display: block; font-family: 'AvenirNext', Verdana, Tahoma, sans-serif; font-size: .6875rem; line-height: 2.18; text-align: center;}
.socialCommunityWrap .socialLink .linkText {position: relative; display: block; font-family: 'AvenirNext', Verdana, Tahoma, sans-serif; font-size: 1.125rem; line-height: 1.3; font-weight: 700; text-align: center;}

.contentSection .innerSection p.contactText {/*padding-top: 1.5rem;*/ padding-top: .9rem; line-height: 1.556;}
.contentSection .innerSection p.contactHeader {font-size: 1.3125rem; font-weight: 700; padding-bottom: 0; }
.innerRight .lgRightPad .defaultInputWrap { margin-top: .8375rem; }
.innerRight .lgRightPad .defaultTextareaWrap { height: auto; min-height: 11.4375rem; margin-top: .9375rem; }


.bioOverlay, .storyOverlay {position: fixed;/*display: block; height: 100%;*/ overflow: hidden;}
.storyOverlay {top: 0; bottom: 0; height: 0; background: #fff; background: rgba(255,255,255, .77); z-index: 900;}
.bioOverlayOpen .bioOverlay, .storyOpen .storyOverlay {height: 100%;}

.bioBlock, .storyOverlayBlock {position: absolute; display: block;  top: 0; /*left: 0;*/ left: auto; right: 0; bottom: 0; margin: auto; width: 93.5rem; height: 38.5rem; background: #fff; box-shadow: -14px 0px 38.269999999999996px 4.73px rgba(0, 0, 0, 0.19); font-size: 0; }
.bioBlockPadding {position: relative; display: block; width: 100%; height: 100%; overflow: hidden;}
.bioImage, .bioContent {position: relative; display: inline-block; vertical-align: top; width: auto; height: 100%; overflow: hidden; }
.overlayContent {position: relative; display: block; width: 100%; height: 100%; overflow: hidden; padding: 2rem 1rem;}
.bioImage {width: 38.5rem; height: 38.5rem;}
.bioImage img {position: absolute; display: block; width: auto; height: 100%; min-width: 100%; min-height: 100%; top: 0; left: -999px; right: -999px; filter: grayscale(100%); margin: auto;}
.bioContent {min-width: 55rem; width: 48%; padding: 0 1.375rem 0 3.5rem; }
.bioContent::after, .bioContent:after {content:''; position: absolute; display: block; left:0; right: 0; bottom: 0rem; width: 100%; height: 12rem; background: url(/images/fade-small.png) repeat-x 0 0; background-size: auto 100%; pointer-events: none;}
.bioBlock .scrollbar-outer > .scroll-content.scroll-scrolly_visible {margin: 0; left: 0; padding-right: 40px !important}
.bioInner p{max-width: 100%; padding-top: 1rem; padding-right: 20px;}
.scroll-wrapper.bioInner {height: 100%; padding: 3.75rem 0 3.5rem 0 !important; -webkit-overflow-scrolling: touch;}
.bioOverlay .scrollbar-outer > .scroll-element.scroll-y {right: 6px; width: 5px;}
.bioOverlay .scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {width: 5px;}
.bioInner .scrollbar-outer > .scroll-content.scroll-scrolly_visible {left: 0; margin-left: 0; padding-right: 2rem;}
.bioContent .scrollbar-outer > .scroll-element div.scroll-element_outer, .fullWrap .bioContent .scrollbar-outer > .scroll-element div.scroll-element_outer { height: 82%;top: 5rem;}
.bioContent .overlayClose {position: absolute; top: 30px; right: 21px;}
.bioContent p {font-size: 1.125rem; line-height: 1.78;}
.bioContent .leaderName {padding-top: 0;font-size: 2.125rem; line-height: 1.2; font-weight: 700;}
.bioContent .leaderTitle {font-size: 1.3125rem; padding-bottom: 1.5rem; }
.bioContent .smallInfo {padding-top: 1.5rem; padding-bottom: 3.5rem; max-width: 588px;}
.bioContent .smallInfo p {font-size: .875rem; line-height: 1.4; }
.bioContent .smallInfo p.header {font-size: 1rem; font-weight: 700;}

.twoColumnWrap {position: relative; display: block; max-width: 66.25rem; font-size: 0; margin-top: 1rem;}
.twoColumnWrap .column {position: relative; display: inline-block; width: 48%; margin-right: 4%; vertical-align: top;}
.twoColumnWrap .column:last-child {margin-right: 0;}
.twoColumnWrap .columnHeader {font-size: 1.3125rem; line-height: 1.5; font-weight: 700;}
.leaderForm { position: relative; display: block; max-width: 66.25rem; font-size: 0; margin-top: 2rem; padding-top: 1rem; border-top: 2px solid #e5e5e5;}
.leaderFormInner {position: relative; display: block; max-width: 720px; }

/* ARTICLES PAGE */
.contentSection.contentSectionWide { position: relative; display: block; width: 100%; padding: 8.2rem 0 3rem 0;}
.contentSection .masonryArticleWrap {/*padding: 12.2rem 0 7.75rem 0;*/ /*padding: 4rem 0 0 0;*/ padding: 0;}
.artHead {  position: absolute; display: block; top: 1px !important; width: 100%; height: auto; z-index: 10; }
/*Article Blocks*/
.articlesWrap { position:relative; display: block; max-width: 1430px; /*min-height: 2179px;*/ height: auto; }
.article { width: 31.3%; min-height: 313px; height: auto; margin-bottom: 1.9rem; padding: 38px 42px 42px 42px; float: left; box-shadow: 0px 0px 22.32px 1.68px rgba(0, 0, 0, 0.1); }
.article:nth-child(1) { position: relative; width: 65%; min-height: 0; height: auto; padding: 0px; box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0); }
.article:nth-child(2) { margin-top: 140px; }
.article.xsmall { position: relative; width: 31.3%; min-height: 313px; height: auto; margin-top: 99px; }
.article.midsmall { position: relative; width: 31.3%; min-height: 345px; height: auto; }
.article.small { position: relative; width: 31.3%; min-height: 391px; height: auto; }
.article.xmed { position: relative; width: 31.3%; min-height: 408px; height: auto; }
.article.midmed { position: relative; width: 31.3%; min-height: 402px; height: auto; }
.article.xsmlarge { position: relative; width: 31.3%; min-height: 445px; height: auto; }
.article.midlarge { position: relative; width: 31.3%; min-height: 440px; height:auto; }
.article.midlargeTwo { position: relative; width: 31.3%; min-height: 453px; height: auto; }
.article.lgnine { position: relative; width: 31.3%; min-height: 449px; height: auto; padding: 41px 42px 31px 42px; }
.article.lgten { position: relative; width: 31.3%; min-height: 488px; height: auto; }
.article.lglong { position: relative; width: 31.3%; min-height: 561px; height: auto; }
.article.lgeleven { position: relative; width: 31.3%; min-height: 564px; height: auto; }
.article-filter-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    background: #fff url(/images/selectArrow.png) no-repeat right center;
    background-size: auto .75em;
	border: 1px solid #3f3f3f;
	border-radius: 0;
    color: #3d3d3d;
	display: block;
	font-size: 1em;
	line-height: 1.2em;
    margin: 0 -51.4% 0 0;
    padding: 1.0625em 4em 1.0625em 1.375em;
	position: absolute;
	right: 0;
	top: 1.9375em;
    z-index: 1;
}
.article-hero-wrap {
	background: #146c73;
	color: #fff;
	display: block;
	height: 41.625em;
    overflow: hidden;
	position: relative;
	width: 100%;
}
.article-anti-hero-wrap {
	display: block;
	position: relative;
	width: 100%;
}
.article-hero-background {
	bottom: -50em;
	display: block;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
	left: -50em;
	margin: auto;
	min-height: 100%;
	min-width: 100%;
    mix-blend-mode: multiply;
    opacity: .5;
	position: absolute;
	right: -50em;
	top: -50em;
}
.article-hero-center {
	display: block;
    height: 100%;
	margin: 0 auto;
	max-width: 74.5em;
	padding: 0 2em;
	position: relative;
	width: 100%;
}
.article-hero-breadcrumbs {
	color: #fff;
	display: block;
	font-size: .8125em;
	line-height: 1.2em;
    padding: 2.15em 0;
	position: relative;
}
.article-anti-hero-wrap .article-hero-breadcrumbs {
    color: #3d3d3d;
    margin: 0 0 6.38em 0;
}
.article-hero-breadcrumbs a {
	color: #fff;
	text-decoration: none;
    transition: .25s;
}
.article-anti-hero-wrap .article-hero-breadcrumbs a {
    color: #3d3d3d;
}
.article-anti-hero-wrap .article-hero-breadcrumbs a:hover,
.article-anti-hero-wrap .article-hero-breadcrumbs a:active {
    color: #146c73;
}
.article-hero-content-bottom {
	bottom: 0;
	display: block;
	left: 0;
    max-width: 50em;
    padding: 0 2em 7.14em 2em;
	position: absolute;
    width: 100%;
}
.article-hero-date {
	color: #fff;
	display: block;
	font-size: .8125em;
	line-height: 1.2em;
    padding: 0 0 .615em 0;
	position: relative;
}
.article-anti-hero-wrap .article-hero-date {
    color: #3d3d3d;
}
.article-hero-headline {
	color: #fff;
	display: block;
	font-size: 5.625em;
	line-height: 1.056em;
	position: relative;
	width: 100%;
}
.article-anti-hero-wrap .article-hero-headline {
    color: #3d3d3d;
    max-width: 10em;
}
.subscribe-interstitial-wrap {
	background: #146c73;
	color: #fff;
	display: block;
    margin: 2.3125em 0 3.8em 0;
    padding: 5.7em 0;
	position: relative;
	width: 100%;
}
.subscribe-interstitial-wrap::before,
.subscribe-interstitial-wrap:before {
	background: #146c73;
	content: '';
	display: block;
	height: 100%;
	left: -999em;
	position: absolute;
	right: -999em;
	top: 0;
}
.subscribe-interstitial-content {
    color: #fff;
	display: block;
	max-width: 40em;
	position: relative;
	width: 100%;
}
.subscribe-interstitial-content p {
    color: #fff;
}
.subscribe-interstitial-form {
	display: block;
	padding: 3.125em 0 0 0;
	position: relative;
}
.subscribe-interstitial-title,
.contentSection .innerSection p.subscribe-interstitial-title {
	color: #fff;
	display: block;
	font-family: 'Acta Medium', Georgia, 'Times New Roman', Times, serif;
	font-size: 2.5em;
	line-height: 1.2em;
    padding: 0 0 .675em 0;
	position: relative;
}
.subscribe-interstitial-label {
	color: #e1f9fb;
	display: block;
	font-size: 1.125em;
	line-height: 1.67em;
    padding: 0 0 0 2em;
	position: relative;
}
.subscribe-interstitial-label a {
    color: #e1f9fb;
    text-decoration: underline;
}
.subscribe-interstitial-checkbox {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url(/images/green-check.png) no-repeat -2em center;
	background-size: 90% auto;
	border: 1px solid #178289;
	border-radius: 0;
	display: block;
	height: .833em;
	left: 0;
	position: absolute;
	top: .4em;
	width: .833em;
}
.subscribe-interstitial-checkbox:checked {
    background-position: center;
}
.subscribe-interstitial-submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background: #fff;
    border: none;
    border-radius: 3em;
    box-shadow: 0 .385em 1.23em 0 rgba(0,0,0,.4);
    color: #3d3d3d;
	display: inline-block;
	font-size: .8125em;
    letter-spacing: .1em;
    outline: none;
	padding: 1.69em 2.58em;
	position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: .25s;
	vertical-align: top;
}
.subscribe-interstitial-submit:hover,
.subscribe-interstitial-submit:active {
    background: #3d3d3d;
    color: #fff;
}
/* CHECKOUT */
.contentSection.checkoutContent { padding-top: 12.075rem; }
.sidebarWrap.sticky.cartWrap {margin-right: 34.0625rem; /*top: 16%;*/ top: 12.1em; width: 24.8125rem; }
.cartSuccess .sidebarWrap.sticky.cartWrap {position: relative !important; display: block; margin-top: 8%; float: right;}
.cartWrap .sidebarSection {padding: 0;}
.cartWrap .sidebarInner {padding: 1.75rem 1.5rem 1.75rem 1.9375rem;}
.sidebarWrap.cartWrap .scrollbar-outer > .scroll-content.scroll-scrolly_visible {padding-top: 0; padding-right: .5em;}
.sidebarWrap.cartWrap .scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {left: 7px;}
.cartWrap .cartItem, .cartWrap .totals {position: relative; display: block; width: 100%; height: auto; border-bottom: 2px solid #e5e5e5; padding-bottom: 1.5rem; margin-bottom: 1.5rem;}
.sidebarWrap.cartWrap .cartItem:last-of-type {margin-bottom: .75rem;}
.cartWrap .cartItem {text-decoration: none;}
.contentSection .cartWrap .cartItem span.bold {padding-top: 0;}
.cartWrap .totals {padding-top: .3125rem; padding-bottom: 1.0625rem; }
.cartWrap .cartItem:last-child {margin-bottom: 1.875rem;}
.cartWrap .totals.grandTotal {border-bottom: none;}
.cartItem .itemImage {position: absolute; display: block; width:  3.5rem; height: 3.5rem; top: 2px; left: 0; overflow: hidden;}
/*.cartItem .itemImage::before, .cartItem .itemImage:before {content: attr(data-initials); position: absolute; display: block; width: 110%; height: 110%; top: -5%; left: -5%; padding: 1.125rem; font-size: .875rem; line-height: 2; font-weight: 700;color: #fff; background: #c6c6c6; text-align: center;}*/
.cartItem .itemImage::before, .cartItem .itemImage:before {content: ''; position: absolute; display: block; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; margin: auto; padding: 1.125rem; font-size: .875rem; line-height: 2; font-weight: 700;color: #fff; background: #c6c6c6; background: #c6c6c6 url(/images/cartItem.png) no-repeat center; background-size: 100% auto; text-align: center; transition: all .25s ease;}
.cartItemLinkWrap:hover .itemImage::before, .cartItemLinkWrap:hover .itemImage:before, .cartItemLinkWrap:focus .itemImage::before, .cartItemLinkWrap:focus .itemImage:before {background-color: #3d3d3d;}
.cartItem .itemInfo {position: relative; display: block; padding: 0 5.625rem 0 4.9375rem; font-family: 'AvenirNext', Verdana, Tahoma, sans-serif; color: #3d3d3d;}
.cartItem .itemPrice {position: absolute; display: block; top: 0; right: 0; font-size: 1rem; line-height: 1.75; font-weight: 700;  }
.cartItem .cartItemLinkWrap {display: block; width: 100%; height: auto; text-decoration: none; color: #3d3d3d;}
.cartItem .simpleCTA {display: block; width: 45px; padding: .5em 0 0 0; font-size: .75rem; line-height: 1rem; margin-top: 1rem;}
.cartItem:hover .simpleCTA::after,.cartItem:hover .simpleCTA:after, .cartItem:focus .simpleCTA::after,.cartItem:focus .simpleCTA::after {display: block;}
.cartWrap .defaultInputWrap {height: 3.3125rem;}
.cartWrap .defaultLabel {padding: .825rem 1.5rem;}
.cartWrap .cartItem a.bold {display: block; text-decoration: none; color: #3d3d3d;}
.cartWrap .cartItem a.bold:hover, .cartWrap .cartItem a.bold:focus {text-decoration: underline;}
.sidebarInner .cartItem p { padding-top: .5rem; font-size: .75rem; line-height: 1.23;}
.sidebarInner .cartItem p.bold, .cartWrap .cartItem a.bold {max-width: 85%; padding-top: 0; font-size: 1rem; line-height: 1.33; font-weight: 700;}
.sidebarInner .totals p {line-height: 1.3125;}
.receiptWrap .sidebarInner .totals.subtotal p {display: block; max-width: 100%; margin-right: 0;}
.sidebarInner .totals p.discount {color: #146c73;}
.removeDiscount, .sidebarSection a.removeDiscount {display: block; text-align:right; padding: .5em 0; font-size: .8em; line-height: 1.2; color: #767676; vertical-align: middle; transition: all .25s ease;}
.removeDiscount::before, .sidebarSection a.removeDiscount::before,.removeDiscount:before, .sidebarSection a.removeDiscount:before {content:'\f057'; position: relative; display: inline-block; font-size: 1em; line-height: inherit; font-family: 'FontAwesome'; padding-right: .5em; vertical-align: top;}
.removeDiscount:hover, .sidebarSection a.removeDiscount:hover, .removeDiscount:focus, .sidebarSection a.removeDiscount:focus {color: #ff0000;}
/*.receiptWrap .sidebarInner .totals p.discount {padding-top: .5rem;}*/
.sidebarInner .totals p .price {float: right;}
.sidebarInner .totals.grandTotal p {font-size: 1.5rem;}
.customerInfoWrap{max-width: 40.9375rem;}
.checkoutWrap {max-width: 34.25rem;}
.customerInfoWrap .customerInfoInner {position: relative; display: block; max-width: 34.25rem; padding-bottom: 2.4375rem; border-bottom: 2px solid #e5e5e5;}
.customerInfoWrap.noBorder {border-bottom: none;}
.customerInfoWrap .noCustomer {padding-top: 2.1875rem;}
.customerInfoWrap .dividingText {position: relative; display: inline-block; margin: 0 1.4375rem 0 1.25rem; font-family: 'AvenirNext', Verdana, Tahoma, sans-serif; font-size: 1.125rem; line-height: 2; font-weight: 700; vertical-align: middle; }
.customerInfoWrap .defaultCTA {min-width: 164px; padding: 1rem 3rem .875rem 3rem; text-align: center;}
.customerInfoWrap.successWrap .defaultCTA {padding: 1rem 2.1875rem .875rem 2.1875rem; margin-right: 1rem;}
.customerInfoWrap .defaultCTA.whiteCTA {padding: 1rem 2.75rem .875rem 2.75rem;}
.createAccountWrap, .loginWrap {position: absolute; display: none; top: 0; left: 0; right: 0; max-width: 40.9375rem; width: 100%; background: #fff; box-shadow: 0px 8px 34.65px 0.35px rgba(0, 0, 0, 0.25); z-index: 850; }
.createAccountWrap .overlayClose, .loginWrap .overlayClose {top: .3125rem; right: 1.0625rem;}
.createAccountWrap .createInner, .loginWrap .loginInner {position: relative; display: block; padding: 2.25rem 1.875rem 2.875rem 1.875rem; }
.createAccountWrap .createInner {padding-top: 2.9375rem;}
.contentSection .customerInfoWrap .createAccountWrap p, .contentSection .customerInfoWrap .createAccountWrap p a, .contentSection .customerInfoWrap .createAccountWrap p .simpleCTA {padding-top: 0; margin-top: 0; font-size: .875rem; line-height: 1.2;}
.contentSection .customerInfoWrap .createAccountWrap p { padding: .4375rem 0 1.25rem 0;}
.createAccountWrap p.headerText, .loginWrap p.headerText, .contentSection .customerInfoWrap p.headerText {padding: 0; font-size: 1.75rem; line-height: 1.2; }
.contentSection .successWrap p {padding: .9875rem 0 0 0; max-width: 585px; font-size: 1.125rem; line-height: 1.56; }
.createAccountWrap .defaultInputWrap, .loginWrap .defaultInputWrap {height: 4.1875rem; margin-top: 1.5rem;}
.createAccountWrap .defaultInputWrap {margin-top: .9375rem;}
.createAccountWrap .defaultLabel, .loginWrap .defaultLabel {padding: 1.25rem 1.5rem;}
.createAccountWrap .defaultInput, .createAccountWrap .defaultInputWrap input, .loginWrap .defaultInput, .loginWrap .defaultInputWrap input {max-height: 67px;}
.loginWrap .defaultCTA {margin-top: 1.875rem;}
.createAccountWrap .defaultCTA {margin-top: 2.0625rem; }
.checkoutWrap .defaultCTA {margin-top: 3.5rem;}
.loginWrap .defaultInputWrap.inputFocused.email .defaultInput, .loginWrap .defaultInputWrap.textEntered.email .defaultInput, .login-page .defaultInputWrap.inputFocused.email .defaultInput, .login-page .defaultInputWrap.textEntered.email .defaultInput {padding-left: 8.75rem}
.loginWrap .defaultInputWrap.inputFocused.email.smallLabel .defaultInput, .loginWrap .defaultInputWrap.textEntered.email.smallLabel .defaultInput, .login-page .defaultInputWrap.inputFocused.email.smallLabel .defaultInput, .login-page .defaultInputWrap.textEntered.email.smallLabel .defaultInput {padding-left: 1.5rem}
.loginWrap .defaultInputWrap.inputFocused.pass .defaultInput, .loginWrap .defaultInputWrap.textEntered.pass .defaultInput, .login-page .defaultInputWrap.inputFocused.pass .defaultInput, .login-page .defaultInputWrap.textEntered.pass .defaultInput {padding-left: 10.75rem}
.loginWrap .defaultInputWrap.inputFocused.pass.smallLabel .defaultInput, .loginWrap .defaultInputWrap.textEntered.pass.smallLabel .defaultInput, .login-page .defaultInputWrap.inputFocused.pass.smallLabel .defaultInput, .login-page .defaultInputWrap.textEntered.pass.smallLabel .defaultInput {padding-left: 1.5rem}
.loginWrap .defaultLabel, .login-page .defaultLabel {padding-left: 3.5rem;}
.loginWrap .defaultLabel span, .login-page .defaultLabel span{position: absolute; display: block; width: 22px; height: 22px; top: 0; lefT: 1.3125rem; bottom: 3px; margin: auto; background: url(/images/rightNavSprite.png) no-repeat -2px 0; background-size: 400% auto;}
.loginWrap .defaultLabel span.password, .login-page .defaultLabel span.password {background-position: -2px -34px; height: 24px;}
.loginWrap .inputFocused .defaultLabel span.email, .loginWrap .textEntered .defaultLabel span.email, .login-page .inputFocused .defaultLabel span.email, .login-page .textEntered .defaultLabel span.email {background-position: -65px 0; }
.loginWrap .inputFocused.smallLabel .defaultLabel span.email, .loginWrap .textEntered.smallLabel .defaultLabel span.email, .login-page .inputFocused.smallLabel .defaultLabel span.email, .login-page .textEntered.smallLabel .defaultLabel span.email {display: none; }
.loginWrap .inputFocused .defaultLabel span.password, .loginWrap .textEntered .defaultLabel span.password, .login-page .inputFocused .defaultLabel span.password, .login-page .textEntered .defaultLabel span.password {background-position: -65px -34px; }
.loginWrap .inputFocused.smallLabel .defaultLabel span.password, .loginWrap .textEntered.smallLabel .defaultLabel span.password, .login-page .inputFocused.smallLabel .defaultLabel span.password, .login-page .textEntered.smallLabel .defaultLabel span.password {display: none; }
.otherCTAwrap {display: inline-block;  padding-left:1.8075rem; max-width: 142px; margin-top: 1.6875rem; vertical-align: middle;}
.otherCTAwrap a {position: relative; display: inline-block; font-size: .875rem; line-height: 1.2; margin: 0 0 .5625rem 0;}
.otherCTAwrap a:last-child {margin-bottom: 0;}
.ccTestMode { font-size: 12pt; color: black; background-color: yellow; padding: 5px; }
.validation-summary-errors { font-size: 12pt; }
.successWrap { padding: 2em 0; }

.cartSuccess.receiptWrap{max-width: 900px; margin: 0 auto;}
.receiptWrap .cartWrap .sidebarInner {padding: 1em 0;}
.receiptWrap .cartWrap .cartItem {padding: 0 .5rem 2rem .5rem;}
.receiptWrap .totals p {display: inline-block; vertical-align: top; margin-right: 4em;}
.sidebarInner .totals.grandTotal p {display: block; max-width: 100%; margin-right: 0;}
.receiptWrap p.bold.caps {letter-spacing: .1em; text-transform: uppercase;}


.contentSection.checkoutContent p.h3style {padding-top: 0; padding-left: 0; padding-bottom: .875rem; font-size: 1.75rem; line-height:  1.14; font-weight: 500;}
.contentSection .checkoutWrap p.h3style {padding-bottom: 1.125rem;}
.contentSection .customerInfoWrap .customerInfoInner p {padding-top: .1875rem; padding-left: 0;}
.defaultInputWrap.withButton .defaultInput {width: 67%; margin-right: 3%; }
.defaultInputWrap.withButton .defaultCTA.square {display: inline-block; max-width: 100px; width: 29%; padding: .825rem 1rem; margin-top: 0; font-size: .75rem; line-height: 2.33; border-radius: 0; border: none; box-shadow: none; background: #e5e5e5; color: #3f3f3f; vertical-align: top;}
.defaultInputWrap.withButton .defaultCTA.square::before, .defaultInputWrap.withButton .defaultCTA.square:before {border-radius: 0;}

.defaultInputWrap.withButton.inputFocused::before, .defaultInputWrap.withButton.inputFocused:before, .defaultInputWrap.withButton.textEntered::before, .defaultInputWrap.withButton.textEntered:before {width: 67%;}
.defaultInputWrap.withButton .defaultCTA.square:hover, .defaultInputWrap.withButton .defaultCTA.square:focus {color: #fff; }
.defaultInputWrap.withButton .defaultCTA.square:hover::before, .defaultInputWrap.withButton .defaultCTA.square:hover:before, .defaultInputWrap.withButton .defaultCTA.square:focus::before, .defaultInputWrap.withButton .defaultCTA.square:focus:before {background: #146c73;}
.checkoutWrap {padding-top: 3.75rem; font-size: 0;}
.no-customer .checkoutWrap {opacity: 0;}
.no-customer .checkoutWrap .defaultCTA.greenCTA:hover, .no-customer .checkoutWrap .defaultCTA.greenCTA:focus {color: #fff; background: #146c73; cursor: not-allowed;}


/*Inner stylings*/
a.article { text-decoration: none; cursor: pointer; }
.article .date { position: relative; display: block; padding: 0px 0 5px 0; font-family: 'AvenirNext', Verdana, Tahoma, sans-serif; font-size: .6875rem; color: #767676; }
.article .title { position: relative; display: block; padding: 0 0 11px 0; font-family: 'Acta Medium', Georgia, 'Times New Roman', Times, serif; font-size: 2.35rem; line-height: 1.09; letter-spacing: -0.019rem; color: #3d3d3d; }
.article span.snippet, .article span.snippetOne { position: relative; display: block; padding: 0 0 1rem 0; margin-bottom: 1rem; font-family: 'AvenirNext', Verdana, Tahoma, sans-serif; font-size: 1.125rem; line-height: 1.38; color: #757575; }
.article span.snippet.noBotMarg {margin-bottom: 0;}
.article:nth-child(1) .date { position: relative;  padding: 0px 0 8px 4px; font-size: 0.8125rem; }
.article:nth-child(1) .title { position: relative; display: block; padding: 0 3px 14px; font-family: 'Acta Medium', Georgia, 'Times New Roman', Times, serif; font-size: 4.3375rem; line-height: 1.02; color: #3d3d3d }
.article:nth-child(1) .snippetOne { padding: 7px 250px 12px 4px; font-size: 1.212rem; line-height: 1.55; }
.article:nth-child(1) .snippet { font-size: 1.212rem; line-height: 1.55; padding-right: 250px; padding-left: 4px; margin-bottom: 40px; }
.articlesWrap .article:nth-child(1) .defaultCTA, .articlesWrap .article .defaultCTA { /*position: absolute;*/ position: relative; /*bottom: 3.12rem;*/ /*bottom: 1.25rem;*/ bottom: auto; font-size: .8125rem; padding: 1rem 1.85rem; }
.article.cta { width: 31.3%; height: 450px; background: #146c73; }


/*CTA Button*/
button.defaultCTA { margin-top: 2.3125rem; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: none; }
.articlesWrap .article:nth-child(1) span.defaultCTA.greenCTA { position: relative; margin-top: 0; bottom: auto; }
.article .simpleCTA { position: absolute; bottom: 1.5em; margin-top: 1.1em; font-size: 1.15rem; }
.article.signupBlock .simpleCTA {position: relative; display: inline-block; bottom: auto; color: #fff;}
.signupBlock { background-color: #146c73; color: #ffffff; }
.signupBlock .title { position: relative; display: block; padding: 0.375rem 0 0.688rem .25rem; font-family: 'Acta Medium', Georgia, 'Times New Roman', Times, serif; font-size: 2.35rem; line-height: 1.19; letter-spacing: 0; color: #ffffff; }
.signupBlock span.snippet { position: relative; display: block; padding: 0 0 1rem 0; margin-bottom: 1rem; font-size: 1.125rem; line-height: 1.58; color: #ffffff; /*added p to this style*/ }
.signupBlock .defaultInputWrap, .subscribe-interstitial-form .defaultInputWrap {background: #125d64;}
.signupBlock .defaultInputWrap.inputFocused, .signupBlock .defaultInputWrap.textEntered, .subscribe-interstitial-form .defaultInputWrap.inputFocused, .subscribe-interstitial-form .defaultInputWrap.textEntered {background: #fff;}
.signupBlock .defaultLabel, .subscribe-interstitial-form .defaultLabel {color: #fff;}
/*.signupBlock .inputFocused .defaultLabel, .signupBlock .textEntered .defaultLabel {color: #3d3d3d;}*/
.signupBlock .formSubmitted .h3style, .signupBlock .formSubmitted p {color: #fff; padding: 0; margin: 0 auto; }
.signupBlock .defaultInput, .signupBlock .defaultInputWrap input, .subscribe-interstitial-form .defaultInput, .subscribe-interstitial-form .defaultInputWrap input {border-color: #178289; color: #fff;}
.subscribe-interstitial-form .defaultInput, .subscribe-interstitial-form .defaultInputWrap input { border-width: 1px;}
.signupBlock .defaultInput.inputFocused, .signupBlock .defaultInputWrap.textEntered input, .subscribe-interstitial-form .defaultInput.inputFocused, .subscribe-interstitial-form .defaultInputWrap.textEntered input {color: #3d3d3d;}
.signupBlock .defaultCheckboxWrap .defaultLabel.defaultCheckboxLabel, .signupBlock .defaultCheckboxWrap .defaultLabel.defaultCheckboxLabel a {color: #fff; font-size: .875rem; padding-left: 1.75rem;}
.signupBlock .defaultCheckboxWrap .defaultLabel.defaultCheckboxLabel a {padding-left: 0; font-size: .75rem;}
.signupBlock .defaultCheckboxWrap input, .signupBlock .defaultCheckboxWrap .defaultCheckbox {width: 1rem; height: 1rem; top: .15rem; border-color: #178289;}
.signupBlock .defaultCheckbox:active, .signupBlock .defaultCheckbox:checked, .signupBlock .defaultCheckboxWrap input:active, .signupBlock .defaultCheckboxWrap input:checked {background-size: 12px auto; }

.signupBlock .defaultCTA.greenCTA { position: relative; bottom: 1em; }
.signupBlock .defaultCTA.greenCTA:hover, .signupBlock .defaultCTA.greenCTA:focus {background: #fff;}

/*ARTICLE DETAILS*/
.contentSection.seriesContent {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 0 auto; /*padding: 12.3rem 14.78rem 1.6rem 14.2rem;*/
    padding: 12.3rem 0rem 1.6rem 0rem;
}
.contentSection.seriesContent.storyContent, .contentSection.seriesContent.articleContent {padding-top: 8.2rem}
.contentSection.seriesContent.botPad {padding-bottom: 6rem;}
.seriesContent .innerSection { padding-left: 4.25rem; }
.seriesContent .innerSection:first-child p { max-width: 48rem; }
.seriesContent .innerSection p img { max-width: 48rem; width: 100%; }
.seriesContent .innerSection:first-child .center { border-bottom: 3px solid #efefef; max-width: 1194px; }
.seriesContent .innerSection.noBorder .center {border-bottom: none;}
.contentSection.articleContent p.h2style, .contentSection.articleContent h2.h2style, .contentSection.articleContent h1.h2style {max-width: 70%;}
.seriesContent .innerSection p.h2style, .seriesContent .innerSection h1.h2style, .seriesContent .innerSection h1.h2style, .seriesContent .innerSection h2.h2style { max-width: 100%; padding-top: 2rem; padding-left: 0; margin-right: 0; color: #3d3d3d; font-size: 4.125rem; line-height: 1.09;}
.seriesContent .innerSection p.introPara { padding-top: 1.78rem; }
.seriesContent .innerSection p { padding-top: 0; padding-left: 0; /*line-height: 2rem;*/ line-height: 1.5em; }

.seriesContent .innerSection p.belowImg { padding-top:1.82rem; line-height: 2rem;}
.seriesContent .innerSection .socialWrapLeft { position: relative; display: block; width: auto; margin: 0 auto; padding: 4.1em 0 2.9em; text-align: left; }
.seriesContent .innerSection .socialWrapLeft a { position: relative; display: inline-block; vertical-align: middle; font-family: 'FontAwesome'; font-size: 1.25em;width: 1.675em; height: 2.015em; padding: .6em 9px .5em 9px; color: #070505; opacity: .37; text-decoration: none; transition: all .25s ease; }
.seriesContent .innerSection .socialWrapLeft a:hover, .socialWrapLeft a:focus { opacity: .77; }
.seriesContent .innerSection .simpleCTA { margin-top: 0em; }
.seriesContent .innerSection a { color: #fff;  }
    .seriesContent .innerSection a.simpleCTA, .contentSection .innerSection p a {
        color: #3d3d3d;
        line-height: 1.65em;
    }
.seriesContent .innerSection a:hover, .seriesContent .innerSection a:focus { color: #000; border-bottom-color: transparent; }
.socialWrapLeft span.intro { position: relative; display: inline-block; font-family: 'Acta Medium', Georgia, 'Times New Roman', Times, serif; font-size: 1.25rem; color: #3d3d3d; padding: 0 1.2em 0 0; vertical-align: middle;}
.articleImg {width: 100%; height: auto; padding-top: 2.2rem; }
.seriesContent span.date, .seriesContent .innerSection:first-child p.author { font-family: 'AvenirNext', Verdana, Tahoma, sans-serif; font-size: 0.8125rem; opacity: .64; }
.quoteArea, .contentSection .innerSection p.quoteArea { position: relative; display: inline-block; max-width: 20em; margin-top: 2.48rem; margin-bottom: 2.175rem; padding: 37px 17px 46px 17px; font-family: 'Acta Medium', Georgia, 'Times New Roman', Times, serif; font-size: 2.8775rem; line-height: 1.39; border-top: 2px solid #dcdcdc; border-bottom: 2px solid #dcdcdc; }
span.quote, .contentSection .innerSection p.quoteArea span { position: relative; display: block; /*margin-left: 17px;*/ margin-right: 110px; }
.emailUs img { padding-top: 4px; }
.contentSectionWide .masonryWrap .center { padding-top: 11.3rem; }
.seriesContent.storyContent .innerSection, .seriesContent.articleContent .innerSection, .seriesContent.pageContent .innerSection {padding-left: 0;}
.seriesContent.storyContent .innerSection:first-child .center, .seriesContent.articleContent .innerSection:first-child .center, .seriesContent.pageContent .innerSection:first-child .center {max-width: 1430px;}
.moreStories { position: relative; display: block; max-width: 100%; width: 100%; margin-left: 0; padding: 0 14.78rem 0 14.2rem; }

.centerTable { display: table; }
.articleBlockHeader { position: relative; display: table-cell; vertical-align: top; width: 100%; margin: 0 auto; padding: 3em 0 0 0; text-align: left; border-top: 1px solid #efefef; }
.articleBlockCategories { position: relative; display: table-cell; vertical-align: top; padding: 3em 0 0 0; border-top: 1px solid #efefef; width: 100%; }
.articleBlockHeader + .articleBlockCategories { width: auto; }
.articleBlockCategories::after, .articleBlockCategories:after { content: ''; position: relative; display: block; clear: both; }
.articleBlockHeader p, .articleBlockCategories p { display: block; padding: 1rem 1.5rem 1rem 0; margin: 0; font-size: .975rem; font-weight: 700; line-height: 2; letter-spacing: .01rem; color: #424242; }
.articleBlock { position: relative; display: inline-block; max-width: 43.75%; margin-right: 3.35%; padding: 2rem 2rem 1.375rem 2rem; color: #3d3d3d; vertical-align: top; text-align: left; text-decoration: none; box-shadow: 0 0 22.32px 1.68px rgba(0,0,0,.1);}
.articleBlockCategory { background: #146c73; }
.articleBlock.signupBlock {padding: 2rem 2rem 1.375rem 2rem;}
.articleBlock:nth-child(3n) { margin-right: 0; }
.articleBlock span.date { position: relative; display: block; padding: 0px 0 9px 0; font-family: 'AvenirNext', Verdana, Tahoma, sans-serif; font-size: 0.6881rem; color: #767676; }
.articleBlockCategory span.date { color: #96d8dd; }
.articleBlock span.title { position: relative; display: block; padding: 0 0 15px; font-family: 'Acta Medium', Georgia, 'Times New Roman', Times, serif; font-size: 1.625rem; line-height: 1.28; color: #3d3d3d; }
.articleBlockCategory span.title { color: #fff; }
.articleBlock .snippet {display: block; font-family: 'AvenirNext', Verdana, Tahoma, sans-serif; font-size: 1rem; line-height: 1.55; /*padding: 0 4px;*/ margin-bottom: 40px; }
.articleBlock.signupBlock .defaultInputWrap {height: 2.875rem;}
.articleBlock.signupBlock .defaultInput, .articleBlock.signupBlock .defaultInputWrap input {max-height: 47px; padding: .7875rem 1.5rem .1875rem 1.5rem;}
.articleBlock.signupBlock .defaultCheckboxWrap .defaultLabel.defaultCheckboxLabel {padding: 0 0 .25rem 1.75rem; font-size: .75rem; }
.articleBlock.signupBlock .defaultCTA.greenCTA {margin-top: 1.5rem; padding: .75rem 2.125rem .575rem 2.125rem;}
.articleBlock.signupBlock .defaultLabel {padding: .6875rem 1.5rem;}
.articleBlock.signupBlock span.title, .articleBlock.signupBlock span.date {color: #fff;}
.articleBlock.signupBlock span.date {font-size:.875rem; padding-bottom: 0; }
.articleBlock.signupBlock span.title {padding-bottom: .5rem; font-size: 1.625rem; line-height: 1.28;}


.articleBlock:hover .simpleCTA, .articleBlock:focus .simpleCTA {color: #146c73; border-bottom-color: #146c73; }
.articleBlockCategory:hover .simpleCTA, .articleBlockCategory:focus .simpleCTA {color: #fff; border-bottom-color: #96d8dd; }
.articleBlockCategoryTag {
    border: 1px solid #bcbcbc;
	color: #787878;
    clear: both;
	display: block;
    float: left;
    font-family: 'AvenirNext', Verdana, Tahoma, sans-serif;
	font-size: 1.1em;
    letter-spacing: .01em;
	line-height: 1.2em;
    margin: 0 0 1em 0;
    padding: .877em 1.08em;
	position: relative;
	text-decoration: none;
    white-space: nowrap;
}
/* PAGE CREATOR */
.contentSection.pageContent {padding: 6.25rem 14.78rem 6rem 14.2rem;}
#mc_embed_signup .clear { height: auto; }

/* Interstitial */
.customCourseOverlay, .contactInfoOverlay, .courseSignUpOverlay { position: absolute; width: 100%; min-height: 100%; top: 0; left: 0; right: 0; bottom: 0; background: rgba(255,255,255,.77); z-index: 900; }
.courseWrap { position: fixed; display: block; max-width: 745px; max-height: 90%; top: 20%; left: 0; right: 0; margin: auto; background: #fff; box-shadow: 0px 8px 34.65px 0.35px rgba(0, 0, 0, 0.25); z-index: 900; overflow-y: auto; }
.customCourseOverlay .overlayBlock{ position: relative; display: block; width: 100%; height: 100%; padding: 3.5rem 4.6875rem 3.2rem 4.6875rem; overflow: auto; }
 .contactInfoOverlay .overlayBlock {padding: 3.5rem 4.6875rem 3.2rem 4.6875rem;}
.customCourseOverlay .beginner-overlay { position: relative; display: block;}
.customCourseOverlay .beginner-overlay .scrollbar-outer > .scroll-content.scroll-scrolly_visible {margin-left: 30px;}
.customCourseOverlay .advanced-overlay { position: relative; display: none; width: 95%; }
/*.sidebarSection .defaultDropdownWrap .defaultLabel { top: -16px; }*/

.customCourseOverlay .h2styleCost, .contactInfoOverlay .h2style { font-size: 2.125rem; line-height: 1; font-weight: bold; text-align: left; }
.customCourseOverlay .largeText { font-size: 1.375rem; line-height: 1.17; font-weight: 700; }
.customCourseOverlay .smallCost { font-family: 'AvenierNext', Verdana, Tahoma, sans-serif; font-size: .75em; opacity: .65; }
.customCourseOverlay .continueToCart { margin-left: 10px; margin-right: 50px; }
.customCourseOverlay .btnSuggest { position: relative; display: block; width: 50%; margin: 0 auto; padding: 20px; text-align: center; float: left; }
.customCourseOverlay .btnSuggest:first-child { position: relative; display: block; width: 47%; margin: 0 auto; padding: 20px; text-align: center; float: left;  }
.customCourseOverlay .btnSuggest.bold {font-weight: bold; opacity: 1; color: #3f3f3f;}
/*.customCourseOverlay .defaultDropdownWrap { width: 95% !important; }*/
/*.customCourseOverlay .dialogOverlayMessage { width: 70%; }*/
.customCourseOverlay .buttonGroup.ok { position: relative; display: block; }
.customCourseOverlay .buttonGroup .addToCart { position: relative; display: inline-block; /*margin: 0 auto;*/ margin: 0 40px 0 0; width: 40%; }
.customCourseOverlay .buttonGroup .cancel { position: relative; display: inline-block; /*margin: 0 auto;*/ margin: 0; text-align: left; width: 10%; }
.advanceWrap { position: relative; display: block; width: 100%; height: 133px; vertical-align: top; }
.onetimeBox { /*position: relative;*/ position: absolute; display: block; top: 0; left: 0; width: 45%; height: 116px; padding: 1.1875rem 1.5rem; margin-right: 10px; text-decoration: none; border: 2px solid #767676; background: rgba(66,66,66,0.1); border-radius: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; box-shadow: none; opacity: .6; }
.onetimeBox:hover, .onetimeBox:focus { /*color: #ffffff;*/ background: #ffffff; border: 2px solid #146c73; }
.onetimeBox .h2styleCost { /*font-size: 1.325rem;*/ font-size: 1.725rem; line-height: 1; font-weight: bold; text-align: center; color: #767676; }
.onetimeBox .costDesc { padding-top: 2px; font-family: 'AvenirNext', Verdana, Tahoma, sans-serif; font-size: .75rem; line-height: 1.1; color: #424242; text-align: center; }
.monthlyBox { position: absolute; display: block; top: 0; left: 166px; width: 45%; height: 116px; padding: 1.1875rem 1.5rem; border: 2px solid #9f9e9e; background: rgba(66,66,66,0.1); text-decoration: none; border-radius: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; box-shadow: none; opacity: .6; }
.monthlyBox:hover, .monthlyBox:focus { background: #ffffff; border: 2px solid #146c73; /*color: #ffffff;*/ }

.monthlyBox .h2styleCost { /*font-size: 1.325rem;*/ font-size: 1.725rem; line-height: 1; font-weight: bold; text-align: center; color: #767676; }
.monthlyBox .h2styleCost sup { position: relative; font-size: 1.325rem; vertical-align: baseline; top: -0.125em; }
.monthlyBox .costDesc { padding-top: 2px; font-family: 'AvenirNext', Verdana, Tahoma, sans-serif; font-size: .75rem; line-height: 1.1; color: #424242; text-align: center; }
.advanceWrap .active { /*background: #ffffff;*/
    background: rgba(0,131,80,0.1);
    border: 2px solid #146c73;
    color: #424242;
    opacity: 1;
}
.active .h2styleCost, .active .costDesc, .active .h2styleCost, .active .costDesc { color: #424242 !important; }
.sidebarSection a {text-decoration: none; }
.sidebarSection .simpleCTA { margin-top: 0; }
.customCourseOverlay .buttonGroup .addAllCart { position: relative; display: inline-block; margin: 0 40px 30px 0; }
/* input boxes */
.customCourseOverlay .defaultInputWrap.inlineInput.ii50 { width: 85%; }
.customCourseOverlay .defaultInputWrap.defaultDropdownWrap{width: 95%;}
.customCourseOverlay .defaultInputWrap.defaultDropdownWrap .select2-container {height: 100%; /*max-width: 320px;*/ max-width: 520px; width: 100% !important; }
.customCourseOverlay .defaultInputWrap.defaultDropdownWrap .select2-container--default .select2-selection--single {border-radius: 0; max-height: 60px; height: 100%; padding: 20px 64px 16px 22px;}
.customCourseOverlay .defaultInputWrap.defaultDropdownWrap .select2-container--default .select2-selection--single .select2-selection__rendered {padding: 0; line-height: 12px;}
.customCourseOverlay .defaultInputWrap.defaultDropdownWrap .select2-container--default .select2-selection--single .select2-selection__arrow {top: 17px; right: 1rem; background:url(/images/selectArrow.png) no-repeat center center; background-size: auto 12px;}
.customCourseOverlay .defaultInputWrap.defaultDropdownWrap .select2-container--default .select2-selection--single .select2-selection__arrow b {visibility: hidden; display: none;}
/* Course Signup */
.courseSignUpOverlay .mainBody, .courseSignUpOverlay .success { width: 75%; margin: 2em auto; }
.courseSignUpOverlay .largeText { font-size: 1.375rem; line-height: 1.17; font-weight: 700; }
/* MEDIA */
@media screen and (max-height: 935px) {
    .homeContentToggleWrap {margin-top: -11rem;}
    .sectionOpen .homeContentToggleWrap {margin-top: -14.2375rem;}
}
/*@media screen and (max-height: 700px) {
    .homeContentToggleWrap {margin-top: -11rem;}
    .sectionOpen .homeContentToggleWrap {margin-top: -14.2375rem;}
}*/
@media screen and (max-height: 600px) {
    .navDropdownWrap.largeNavDD {min-height: 0rem; height: calc(100% - 76px);}
    .navSection:hover .navDropdownWrap.largeNavDD, .navSection:focus .navDropdownWrap.largeNavDD {max-height: 20rem; min-height: 15.5rem;}
    .browserHeight {min-height: 520px;}
}
@media screen and (max-width: 1800px) {
    .sidebarWrap {margin-right: 8.875rem;}
    .sidebarWrap.sticky {margin-right: 9.375rem;}
    .sidebarWrap.sticky.cartWrap {margin-right: 24.0625rem;}
    .contentSection.seriesContent .center {padding-right: 46%;}
    .homeContentToggleWrap {margin-top: -12.5rem;}
    .sectionOpen .homeContentToggleWrap {margin-top: -14.5rem;}
    span.quote, .contentSection .innerSection p.quoteArea span { margin-right: 50px; }
    .testimonialsWrap.leftAligned .mobileSlider {padding-right: 24%;}
    .testimonialsWrap.leftAligned .quoteBlock {max-width: 45%; margin-right: 3.5%; }
}
@media screen and (max-width: 1500px) {
/* DEFAULTS */
    .center {max-width: 960px;}
    h1, .h1style, .contentSection.contentSectionMedium h1, .contentSection.contentSectionMedium .h1style {font-size: 4.375em; line-height: 1.08; }
    h2, .h2style {margin-right: 1rem; font-size: 3.25em; line-height: 1.23;}
    p {font-size: 1rem; /*line-height: 1.95rem;*/ line-height: 1.5em;}
    ul.defaultUL {padding:1.65rem 0; }
    ul.defaultUL li {font-size: 1rem; padding-left: 1.85rem; padding-bottom: .575rem;}
    ul.defaultUL li::before, ul.defaultUL li:before {top: .65rem; left: .3rem; font-size: .95rem;}
    .defaultCTA {padding: .9375rem 2.25rem; }
    .smallSpace {height: 1.2rem;}
    .browserHeight {max-height: 620px;}

/* NAVIGATION */
    .navWrap {height: 76px;}
    .navWrap .center { height: 100%; max-width: 74.5em; padding: 0 2em; }
    .mainNav {padding: 0 32px;}
    .logo {width: 192px; padding: 12px 0 12px 0;}
    .navLink{font-size:.875rem; padding: 2.378em 1.125em 1.4em 1.125em}
    .navDropdownWrap.largeNavDD {min-width: 960px;}
    .largeNavDD .dropdownInner .dropdownHalf.left {width: 25%; padding: 1.5rem 1.8rem;}
    .largeNavDD .dropdownInner .dropdownHalf.scroll-wrapper {width: 73%; padding: 1.5rem 2.25rem;}
    .largeNavDD .dropdownInner .dropdownHalf .dropdownScrollWrap {padding: 0 0 4rem 2.34rem; }
    .dropdownHalf .navLink.lgLink {font-size: 1rem;}
    .dropdownHalf .dropdownRow .navLink.seriesTile {min-width: 8.625rem; padding: 3rem 1.5rem 1.5rem 1.25rem;  }
    .dropdownHalf .navLink.seriesTile .seriesTileTitle {font-size: 1.25rem;}
    .dropdownHalf .navLink.seriesTile .seriesTileDesc {font-size: .75rem;}
    .dropdownHalf .navLink.seriesTile .simpleCTA {font-size: .75rem; margin-top: 2rem; }
    .iconLink {padding: 33px 22px 22px 28px;}
    .iconLink.login, .iconLink.course {padding: 33px 10px 22px 28px;}
    .iconLink.signup {padding: 33px 12px 22px 26px;}
    /*.iconLink.cart{top: .45em;}*/
    .iconLink::before, .iconLink:before {top: 4px; left:4px; width: 15px; height: 15px;}
    .iconLink.signup:hover::before, .iconLink.signup:hover:before, .iconLink.signup:focus::before, .iconLink.signup:focus:before  {background-position: -20px 1px;}
    .iconLink.login::before, .iconLink.login:before  {top: 3px; left: 7px; background-position: 0 -19px;}
    .iconLink.login:hover::before, .iconLink.login:hover:before, .iconLink.login:focus::before, .iconLink.login:focus:before  {background-position: -20px -19px;}
    .iconLink.cart::before, .iconLink.cart:before  {width: 18px; height: 20px; background-position: 0px -52px;}
    .iconLink.cart:hover::before, .iconLink.cart:hover:before, .iconLink.cart:focus::before, .iconLink.cart:focus:before  {background-position: -24px -52px;}
    .iconLink.course::before, .iconLink.course:before  {width: 16px; height: 16px; background-position: -1px -68px; left: 2px;}
    .iconLink.course:hover::before, .iconLink.course:hover:before, .iconLink.course:focus::before, .iconLink.course:focus:before  {background-position: -20px -68px;}
    .greyNav .rightNav .iconLink.signup::before, .greyNav .rightNav .iconLink.signup:before {background-position: -38px 0px;}
    .greyNav .rightNav .iconLink.login::before, .greyNav .rightNav .iconLink.login:before {background-position: -38px -20px;}
    .greyNav .rightNav .iconLink.cart::before, .greyNav .rightNav .iconLink.cart:before {background-position: -45px -51px;}
    .greyNav .rightNav .iconLink.course::before, .greyNav .rightNav .iconLink.course:before {background-position: -40px -68px;}
    .secondaryNav, .altHeader {top: 30px;}
    .altHeader.breadcrumbs {position: relative;}
    .navCartWrap .iconLink.cart::before, .navCartWrap .iconLink.cart:before  {top: 0px; left: 20px;}
    .navCartWrap .iconLink.cart::before, .navCartWrap .iconLink.cart:before, .navCartWrap .iconLink.cart:hover::before, .navCartWrap .iconLink.cart:hover:before, .navCartWrap .iconLink.cart:focus::before, .navCartWrap .iconLink.cart:focus:before { background-position: 0 -74px;}
    .navCartWrap .iconLink.cart {top: 0;}
    .iconLink span {font-size: .875rem;}
    .iconLink span.cartCount {/*top: 38px; right: -12px;*/ top: 38px; right: 0px; }

/* COOKIE BAR */
    .cookieBar .center {padding: 1.3rem 2.25rem; }
    .cookieBar .cookieContent p {max-width: 600px;}

/* FOOTER */
    .communityMap {padding-top: 4.225rem; min-height: 588px;}
    .communityMap .center {min-height: 588px;}
    .communityMap .h2style, .communityMap h2.h2style {font-size: 3.25rem;}
    .communityMap .mapWrap {width: 1065px; bottom: -21.5%;}
    .communityMap .subHead {padding-top: 0;}
    .communityMap .testimonialPopup .popupQuote {font-size: 1rem;}
    .communityMap .testimonialPopup .quoteAttr {font-size: .875rem; }
    .footerWrap .center {padding: 7.625em 0 2.625em 0; max-width: 1064px;}
    .footerLogo img {width: 190px;}
    .footerColumnWrap {padding: 4.45rem 0;}
    .footerWrap .column p.columnHeader, .footerWrap .column a.columnHeader {font-size: 1.0625rem; padding-bottom: .7875rem;}
    .footerWrap .column p, .footerWrap .column a {font-size: .875rem; padding-bottom: .589rem;}
    .footerWrap .column.quoteColumn p {line-height: 2;}
    .footerWrap .column.quoteColumn p.columnHeader {line-height: 1.4;}
    .footerWrap .column p.quoteDate {padding-top: 0;}
    .footerColumnWrap .column {max-width: 21%;}
    .footerColumnWrap .column:first-child {margin-right: 7.5%;}
    .footerColumnWrap .column.linkColumn:nth-child(2) {width: 16.5%}
    .footerColumnWrap .column.quoteColumn {margin-right: 8.5%}
    .footerColumnWrap .column.quoteColumn:nth-child(even) {width: 17%; margin-right: 4%;}
    .footerColumnWrap .column.linkColumn {width: 18%;}
    .socialWrap {padding: .625rem 0 1.8rem 0;}
    .copyrightWrap p, .copyrightWrap a {font-size: .8125rem; }

/* MAIN PAGE */
    .mainContentWrap {margin-bottom: 60px;}
    .mainSplashWrap {max-height:615px; border-left: 10px solid #fff; border-right: 10px solid #fff; border-bottom: 10px solid #fff;}
    .sectionOpen .mainSplashWrap {border-bottom: none;}
    .mainSplashWrap img {max-width: 1316px;}
    .splashContent {top: 38%; left: 0; -webkit-transform: translateY(-48%); -moz-transform: translateY(-48%); transform: translateY(-48%);}
    .slidingHoriz {height: 3.45rem;}
    .splashContent p, .slidingHoriz span {font-size: 3.75rem; line-height: .933;}
    .splashContent p.subText {font-size: .9375em; padding-left: 4px;}
    .homeContentToggleWrap {margin-top: -11.625rem;}
    .sectionOpen .homeContentToggleWrap {margin-top: -14.5625rem;}
    .homeContentToggleWrap .center {max-width: 962px;}
    .toggleTab {margin: 0 3px; width: 236px; min-height: 10.5rem;}
    .homeContentToggleWrap.open .toggleTab.active, .homeContentToggleWrap.open .toggleTab.active:hover, .homeContentToggleWrap.open .toggleTab.active:focus {height: 176px;}
    .tabLink {padding:1.6875rem 1.875rem 0 2.125rem; }
    .toggleTab .tabHeader {font-size: 1.5rem;}
    .tabHiddenInfo {font-size: 0.8125rem; padding: .5rem 2rem 0 2.125rem; }
    .toggleTab.spotlight, .toggleTab:hover, .toggleTab:focus {margin-bottom: -.5rem; height: 220px;}
    .open .toggleTab:hover, .open .toggleTab:focus {margin-bottom: -1.125rem;}
    .toggleFade {bottom: -3.0625rem; height: 3.5625rem;}
    .collapsingInner.contentOpen {max-width: 32em; width: 60%;}
    .collapsingMainSection.open, .no-js .collapsingMainSection {padding-top: 7rem;}
    .tileWrap {padding-bottom: 3.7rem;}
    .tile {padding: 2.6875rem 0 1.5rem 0; margin: 0 8% .875rem 0;}
    .tile:nth-child(even) {margin: 0 0 0 4%;}
    .tile .tileDeco, .decoLine {bottom: 0px;}
    .tile .tileHeader {font-size:1.125rem; }
    .tile p {font-size: 1rem;}
    .testimonialsWrap {padding-top: 7.75rem;}
    .quoteBlock .divider, .sessionLeaderMain .divider {margin: 1.275rem 0 .975rem 0;}
    .blockHeader p, .contentSection .blockHeader p {font-size: .6875rem; padding: .7rem 1.4rem;}
    .quoteBlock {padding: 3.5rem 0 2.275rem 0; }
    .quoteBlock:nth-child(4n+4) {margin-left: 0;}
    .quoteBlock p.quote, .quoteBlock span.quote {font-size: 1.5rem; line-height: 1.4;}
    .quoteBlock p.quoteAttr, .quoteBlock span.quoteAttr {font-size: .75rem;}
    .quoteBlock p.attrCo, .quoteBlock span.attrCo {font-size: 1.125rem;}
    .quoteBlock .playButton {height: 21px; margin: 1.2375rem 0 .9rem 0;}
    .quoteBlock .playButton::before, .quoteBlock .playButton:before {width: 21px; height: 21px;}

/* SIDEBAR */
    .sidebarWrap {top:21px; width: 24.0625em; margin-right: 11.5rem; top: 23px;}
    .sidebarWrap.sticky {top:8.2%; width: 22.6875rem; margin-right: 6.58rem;}
    .sidebarWrap.sticky.articleSidebar {width: 18.125rem; margin-right: 7.5rem;}
    .sidebarHeader {padding: 1.4rem 2.05rem 1.26rem 2.05rem;}
    .sidebarHeader p {font-size: 1.125em; }
    .sidebarInner {padding: .975rem 2.5rem 2.25rem 2.6rem; }
    .sticky .sidebarSection:first-child {padding-top: 1.15rem;}
    .sidebarInner:last-child {padding-bottom:  1.15rem;}
    .sectionTitle .smallText {font-size: .9375rem;}
    .sectionTitle .largeText {font-size: 1.275rem; line-height: .97;}
    .sidebarSection .seriesCost {top: 5px; right: 0px;}
    .sidebarWrap.sticky .decoLine {/*margin: 23px 0 19px 3px;*/ margin: 23px 0 27px 3px; }
    .sidebarSection .defaultInputWrap.defaultDropdownWrap {width: 100%;}
    .defaultInputWrap.defaultDropdownWrap select {font-size: .85rem; padding: 22px 44px 16px 16px; }
    .sidebarInner p, .contentSection .sidebarInner p {padding-top: 0; font-size: .9375em; line-height: 1.66;}
    .sidebarSection .sectionTitle {max-width: 50%; padding-left: 0;}
    .sidebarInner p.subHead {padding-top: 0; padding-bottom: .35rem; font-size: 1rem;}
    .sidebarInner .seriesInfo p, .contentSection .sidebarInner .seriesInfo p {font-size: .875rem; padding-top: .2rem; padding-bottom: 0rem;}
    .sidebarInner .seriesInfo p.bold, .contentSection .sidebarInner .seriesInfo p.bold {font-size: .9375rem; padding-top: 0; padding-bottom: 0;}
    .sidebarInner p.h3style {padding-bottom: 0.125em; font-size: 1.25rem;}
    .sidebarInner ul.defaultUL {padding-top: .5rem;}
    .sidebarInner .collapsingSection ul.defaultUL {padding-top: 1.6125rem;}
    .sticky .sidebarInner .collapsingSection ul.defaultUL {padding-top: 1.925rem;}
    .sidebarInner ul.defaultUL li {padding: .4rem 0 .35rem 1.5rem; font-size: .9375rem; line-height: 1.33;}
    .sidebarInner ul.defaultUL li:nth-child(n+3) {padding-right: 0;}
    .sidebarInner ul.defaultUL li:nth-child(n+4) {padding-right:5.75em;}
    .sidebarInner ul.defaultUL li::before, .sidebarInner ul.defaultUL li:before{top: .7rem;}
    .sticky .sidebarInner ul.defaultUL li::before, .sidebarSticky .sidebarInner ul.defaultUL li:before {top: .55rem;}
    .sidebarSection img {max-width: 421px; margin-top: 2.025rem; bottom: -8.25em; right: -11.5em;}
    .sidebarSection .defaultCTA  {bottom: -7.75em;}
    .sidebarSection {padding-bottom: 1.8125em;}
    .sidebarSection:first-child {margin-bottom: 11.25rem;}
    .sidebarSection .defaultCTA {padding: .7375rem 2.5rem; bottom: -9rem; font-size: .875rem;}
    .sticky .sidebarSection.seriesInfo {padding-left: .1rem;}
    .sidebarSection.seriesInfo {padding-left: 0;}
    .sidebarSection .simpleCTA {margin-top: 1.25rem;}

/* SERIES */
    .contentSection.contentSectionMedium {padding: 7.45rem 0;}
    .contentSectionMedium .seriesTile {min-width: 19rem; padding: 3.28125rem 2.5625rem 8.34375rem 2.5625rem; }
    .contentSectionMedium .seriesTileTitle {font-size: 1.875rem; }
    .contentSectionMedium .seriesTileDesc {font-size: 1rem;}
    .sticky .sidebarSection .defaultCTA {margin-top: 2.1rem; bottom: auto;}
    .pageSplash {height: 584px; }
    .pageSplash img.splashImage {max-height: 584px;}
    .pageSplash.smallSplash {height: 520px; }
    /*.pageSplash.smallSplash img.splashImage {max-height: 520px;}*/
    .pageSplash.smallSplash .center {min-height: 520px; height: 100%;}
    .pageSplash .splashContent {max-width: 17.375em; bottom: 19.3em; left: 0px;}
    .pageSplash.smallSplash .splashContent {max-width: 33.375rem; bottom: 7.3125rem; }
    .otherSeries .sidebarWrap.sticky {top: 6.2%;}
    .pageSplash img.splashImage {height: 100%;}
    .pageSplash h1, .pageSplash .h1style{ padding-bottom: 6px;}
    .pageSplash .splashContent p {font-size: 1.0625em; line-height: 1.53; padding-left: 5px;}
    .pageSplash .decoImage {width: 560px; lefT: -19%; bottom: 13%;}
    .contentSection.seriesContent .center {padding-right: 24.6875rem;}
    .contentSection p {font-size: 1rem; padding-top: 1.6rem; padding-left: 0; line-height: 1.625;}
    .contentSection p.listHeader {font-size: 1.125rem; line-height: 1.78; padding-left: 0;}
    .contentSection p.bold, .contentSection span.bold {padding-top: 1.125rem; font-size: 1.125rem; /*line-height: 1.8;*/ line-height: 1.2em;}
    .inlineListWrap {padding: 3.2rem 0 2.3rem 0;}
    .listBlock  {width: 42%; margin-right: 10%; padding: 0 0 1.7rem 0;}
    .listBlock:nth-child(even) {margin: 0 6% 0 3%; width: 37%;}
    .listBlock ul.defaultUL li {font-size: 1rem; padding: .7rem 0 .175rem 1.6rem;}
    .testimonialsWrap.leftAligned {max-width: 960px; padding-top: 7.8625rem;}
    .testimonialsWrap.leftAligned .mobileSlider {padding-right: 0;}
    .testimonialsWrap.leftAligned .blockHeader {margin-bottom: 3.5rem;}
    .testimonialsWrap.leftAligned .center, .contentSection.seriesContent .testimonialsWrap.leftAligned .center {max-width: 510px;}
    .testimonialsWrap.leftAligned .quoteBlock {display: block; max-width: 100%; margin: 0; padding: 0 0 3.5rem 0; }
    .testimonialsWrap.leftAligned .quoteBlock p.quote, .testimonialsWrap.leftAligned .quoteBlock span.quote {padding-left: .4rem; font-size: 1.5rem; line-height: 1.39;}
    .testimonialsWrap.leftAligned .quoteBlock .divider { margin: 1.225rem 0 1.175rem .4rem; width: 17px;}
    .testimonialsWrap.leftAligned .quoteBlock .playButton {margin: 1.2375rem 0 .6rem .25rem;}
    .advanceWrap { height: 123px; }
    .onetimeBox, .monthlyBox { padding: 1.1875rem 1rem; }
    .onetimeBox { height: 130px; }
    .onetimeBox .h2style { font-size: 1.425rem; line-height: 1; font-weight: bold; text-align: center; }
    .monthlyBox { left: 150px; height: auto; }
    .monthlyBox .h2styleCost { font-size: 1.425rem; line-height: 1; font-weight: bold; text-align: center; }
    .sidebarSection .defaultInputWrap.defaultDropdownWrap .select2-container { height: 100%; max-width: 281px; width: 100%; }
    .customCourseOverlay .btnSuggest { position: relative; display: block; width: 46%; margin: 0 auto; padding: 20px 20px 20px 40px; text-align: center; float: left; }
    .sidebarSection .defaultInputWrap.defaultDropdownWrap .select2-container--default .select2-selection--single { border-radius: 0; max-height: 60px; height: 100%; padding: 11px 64px 16px 22px; }
    .sidebarSection .defaultInputWrap.defaultDropdownWrap .select2-container--default .select2-selection--single .select2-selection__rendered { padding: 0; line-height: 12px; max-width: 228px; width: 100%; white-space: unset; }
    .topLine { padding-right: 5px; }
    .hideBr {display: none;}


/* ABOUT PAGE */
    /* SecondaryNav */
    .secondaryNav .altHeader {top: -2px;}
    .secondaryNav p, .altHeader h1.h1style {padding: 0 7px 0 5px;}
    .secondaryNav p, .secondaryNav a, .altHeader h1.h1style {font-size: .8375rem; }
    .secondaryNav a { margin-left: 1.5375rem; margin-right: .375rem; padding: .6rem 0 .5rem; color: #838383; transition: all .25s ease; }


    .contentSectionWide .innerSection #approach .h1style { line-height: 1.028; }
    .contentSectionWide .innerSection .center {max-width: 960px; padding-top: 5.675rem; padding-bottom: 3.45rem;}
    .contentSectionWide .innerSection.greySection .center {padding-bottom: 10.625rem; }
    .contentSectionWide .innerSection:first-child .center {padding-top: 10.7375rem;}
    .contentSectionWide .innerSection#stories .center {max-width: 64rem;}
    .innerSection h1 {font-size: 4.125rem; line-height: 1.028; max-width: 11em;}
    .contentSection .innerSection p { line-height: 1.8rem; }
    .innerSection a.readMore, .innerSection .readMore { position: relative; display: inline-block; color: #178289; padding: 1.4em 1em 1em 0; text-decoration: none; }
    .innerSection a.readMore span, .innerSection .readMore span { top: 6px; }

    .contentSectionWide .innerSection.greySection .simpleCTA {margin-bottom: .75rem;}
    #stories .center {padding-top: 4.875rem; padding-bottom: 3.45rem;}
    .storyBlocksWrap {min-height: 19rem;}
    .storyAttr, .contentSection p.storyAttr {font-size: .875rem;}
    .storyImage {min-height: 300px;}
    .storyContent {min-height: 18.75rem; padding: .5rem 1.875rem 4.375rem 2.15rem; }
    .storyQuote, .contentSection p.storyQuote, .contentSection .innerSection p.storyQuote { padding-top: .5rem; padding-left: 0; font-size: 1.1875rem; line-height: 1.4; }
    .storyContent .simpleCTA {position: absolute; display: block; bottom: 1.64rem;  }
    .innerSection .readMore.viewAll {padding-top: 1.4rem; margin-top: 1rem;}
    .innerSection a.readMore span, .innerSection .readMore span {top: 6px}
    .contentSectionWide .innerLeft.innerLeftWide {display: block; max-width: 43.75rem; width: 100%;}
    .contentSectionWide .innerLeft p.innerHeader { padding-top: 3.25rem; line-height: 1.15; }
    .contentSectionWide .innerRight.innerImage { position: absolute; display: block; width: 49rem; min-height: 20rem; height: auto; top: auto; bottom: 4rem; right: -8.375rem; }
    .contentSectionWide .innerLeft ul.defaultUL li {padding-left: 1.9rem;}
    .sessionLeaderWrap { position: relative; display: block; max-width: 1429px; padding-top: 2rem; font-size: 0; }
    .sessionLeaderMain {max-height: 21.5rem;}
    .sessionLeaderMain .leaderImage {max-width: 477px; width: 48.35%; min-height: 344px;}
    .sessionLeaderMain .leaderInfo {padding: 1.875rem 2.5rem 3.25rem 2.5rem; }
    .sessionLeaderMain .leaderInfo span {font-size: 1.125rem; padding: 0;}
    .sessionLeaderMain .leaderInfo .leaderName {font-size: 1.75rem; padding: 0; }
    .sessionLeaderMain .leaderInfo .leaderTitle {font-size: 1.125rem; padding-top: 5px; padding-left: 0; }
    .quoteBlock .divider, .sessionLeaderMain .divider { margin: 1.075rem 0 1.375rem 0; }
    .sessionLeaderMain .leaderInfo .simpleCTA {font-size: 1.125rem; margin-top: .775rem;}

    a.sessionLeader {min-width: 237px; width: 24%; }
    a.sessionLeader .leaderName {bottom: .9375rem; left: 0; font-size: 1rem;}
    .bioBlock {width: 67.5rem; height: 35rem;}
    .bioImage {width: 35rem; height: 35rem;}
    .bioContent {min-width: 32.5rem;}
    .innerSection .h2style, .innerSection h2.h2style {font-size: 2.625rem;}
    .contentSection p.centered {padding: 1rem 3.25rem 0 3.25rem;}
    .socialCommunityWrap .socialLink .linkText {font-size: 1rem;}
    .contentSectionWide .innerLeft, .contentSectionWide .innerRight, .contentSectionWide .innerLeft.lgLeftPad, .contentSectionWide .innerRight.lgRightPad {max-width: 26.5625rem; max-width: none; width: 26.5rem; padding: 2.36rem 2.125rem; }
    .contentSectionWide .innerLeft.lgLeftPad {padding-left: 5.125rem; padding-right: 2.125rem;}
    /*.contentSectionWide .innerLeft p {padding-top: 1.125rem; line-height: 1.75;}*/
    .contentSectionWide .innerLeft ul.defaultUL { padding: 1.55rem 0 1.8rem 0; }
    .contentSectionWide .innerLeft ul.defaultUL li {font-size: .9rem; line-height: 1.76; }
    .contentSectionWide .innerLeft ul.defaultUL li::before, .contentSectionWide .innerLeft ul.defaultUL li:before { left: .4625rem; }
    .contentSectionWide .innerLeft .simpleCTA {margin-top: 1.625rem;}
    .contentSectionWide .innerRight.lgRightPad {width: 33rem; padding-right: 5.125rem;}
    .programTable .tableHeader {font-size: .9rem; padding: 0 0 0 0;}
    .programTable .tableRow { display: inline-block; margin-top: 5px; border-bottom: 2px solid #c0c0c0; }
    .programTable .tableRow p, .programTable .tableRow span { position: relative; display: inline-block; padding-top: .12rem; font-size: .9rem; vertical-align: middle; }
    .contentSectionWide #community .center { padding-bottom: 9.125rem; }
    .contentSection #community p.centered { padding: .54rem 0rem 0 0rem; line-height: 1.56; }
    .contentSection #community p.h2style, .contentSection #community h2.h2style {padding: 2.7rem 0 0 0; font-size: 2.625rem; line-height: 1.56;}
    .socialCommunityWrap { max-width: 450px; margin: 0 auto; margin-top: 3.6875rem; margin-bottom: .8875rem; font-size: 0; }
    .socialCommunityWrap .socialIcon { position: relative; display: block; margin: 1.2rem auto -4px; width: 3.125rem; height: 2.75rem; text-align: center; }
    .socialCommunityWrap .socialIcon::before, .socialCommunityWrap .socialIcon:before { width: 100%; height: 2.75rem; font-size: 2.5rem; color: #9c9c9c; transition: all .25s ease; }
    .socialCommunityWrap .socialLink .smallText {top: 2px;}
    #contact p span.bold {padding-top: 0; font-size: 1.125rem; line-height: 1;vertical-align: middle;}
    .contentSection .innerSection p.large:first-child { padding: .4rem 0 0 0; }
    .contentSection .innerSection p.large { font-size: 1.25rem; line-height: 1.75; padding: .4rem 0 0 0; }
    .contentSection .innerSection p.large:last-child { padding: .7rem 0 0 0; }
    .contentSection .innerSection p.contactText {padding-top: 1.12rem; padding-left: 0; line-height: 1.75;}
    .contentSection .innerSection p.contactHeader {font-size: 1.3125rem; font-weight: 700; padding-left: 0; padding-top: .4rem;}
    .contentSection .innerSection .defaultTextWrap {height: auto; min-height: 11.4375rem; margin-top: .837rem;}
    .contentSection .innerSection button.defaultCTA { margin-top: 1.3125rem; }

/* CHECKOUT */
    .sidebarWrap.sticky.cartWrap {margin-right: 9.5625rem; width: 20rem;}
    .cartItem .itemImage {width: 3rem; height: 3rem;}
    .cartItem .itemImage::before, .cartItem .itemImage:before {padding: .96rem; font-size: .75rem; }
    .cartItem .itemInfo {padding-left: 4.125rem; padding-right: 4.5rem;}
    .cartItem .itemPrice {font-size: .875rem;}
    .sidebarInner .cartItem p.bold {font-size: .875rem;}

/* ARTICLES PAGE */
    .contentSection.contentSectionWide { position: relative; display: block; width: 100%; padding: 0rem 0 1.2rem 0; }
    .contentSection .masonryArticleWrap { /*padding: 12.2rem 0 7.75rem 0;*/ padding: 5.75rem 0 0 0; }
    /*.altHeader.masonryArticleWrap {display: none;}*/
    .contentSectionWide .masonryArticleWrap .center { /*padding-top: 7.35rem;*/ max-width: 960px; width: 100%; }
    .article { width: 46%; /*height: 50px;*/ margin-bottom: 1.5rem; padding: 38px 42px; float: left; box-shadow: 0px 0px 22.32px 1.68px rgba(0, 0, 0, 0.1); }
    .article:nth-child(1) { max-width: 100%; width: 100%; /*min-height: 410px;*/ min-height: 0; height: auto; padding: 0px; box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0); }
    .article.xsmall, .article.midsmall, .article.small, .article.xmed, .article.midmed, .article.xsmlarge, .article.midlarge, .article.midlargeTwo, .article.lgnine, .article.lgten, .article.lglong, .article.lgeleven {width: 45%;}
    .article:nth-child(2) {margin-top: 0;}
    .articlesWrap .article:nth-child(1) .defaultCTA, .articlesWrap .article .defaultCTA { position: relative; /*bottom: 3.75rem;*/ /*bottom: 1.9rem;*/ bottom: auto; font-size: .8125rem; padding: 1rem 1.85rem;}
    .article .date {padding: 0px 0 9px 0;}
    .article .title {padding: 0 0 16px 0;}
    .article span.snippet, .article span.snippetOne {line-height: 1.58;}
    /*Featured area*/
    .article:nth-child(1) span.date { position: relative; padding: 0px 0 9px 3px; font-size: 0.7125rem; }
    .article:nth-child(1) span.title { position: relative; display: block; padding: 6px 3px 13px; font-family: 'Acta Medium', Georgia, 'Times New Roman', Times, serif; font-size: 3.81375rem; line-height: 1.02; color: #3d3d3d; max-width: 9.5em; }
    .article:nth-child(1) .snippetOne { padding: 7px 250px 5px 4px; }
    .article:nth-child(1) .snippet { margin-bottom: 13px; }
    .article.xsmall { margin-top: 0px; }
    .article-filter-select { margin: 0; right: 0; }
/* ARTICLE DETAILS */
    .contentSection.seriesContent { max-width: 100%; width: 100%; margin: 0 auto; padding: 9.5rem 0 1.6em 0; }
    .otherSeries .contentSection.seriesContent {padding-top: 6.5rem;}
    .contentSection.pageContent {padding-top: 6.25rem;}
    .hasSplash .sidebarWrap.sticky.articleSidebar {top: 46%;}
    .seriesContent .innerSection { padding: 0; }
    .seriesContent .innerSection:first-child .center, .seriesContent.storyContent .innerSection:first-child .center, .seriesContent.articleContent .innerSection:first-child .center, .seriesContent.pageContent .innerSection:first-child .center{ max-width: 960px; width: 100%; margin: 0 auto; }
    .moreStories { max-width: 100%; width: 100%; margin: 0 auto; padding: 0; }
    .moreStories .innerSection { padding: 0; }
    .moreStories .innerSection .center { max-width: 960px; width: 100%; margin: 0 auto; }
    .article-hero-content-bottom { padding: 0 2em 5em 2em; }
    .article-hero-headline { font-size: 4.375em; }
    .articleBlockCategoryTag {
        font-size: 1em;
    }
}

@media screen and (max-width: 1200px) {
/* DEFAULT */
    .center {max-width: 100%; padding: 0 20px}
    h2, .h2style {font-size: 2.5rem;}
    .secondaryNav .center, .altHeader .center {padding: 20px 32px;}
    .secondaryNav p, .altHeader h1.h1style {padding-left: 2px; padding-bottom: .3rem;}
    .browserHeight {max-height: 600px; }
/* NAVIGATION */
    .navWrap {z-index: 800;}
    .navOverlay .pageOverlay {display: none;}
    .mobileNavTrigger {position: relative; display: inline-block; margin: 0; padding: 1.475em 0.9375rem; text-decoration: none; cursor: pointer; transition: opacity, filter .15s linear; text-transform: none; vertical-align: middle; z-index: 510;}
    .navTriggerInner {position: relative; display: inline-block; width: 1.25em; height: 1.5em; z-index: 500;}
    .open .navTriggerInner {position: fixed; top: 20px; left: 17px;}
    .mobileNavTrigger span.menuBar {position: absolute; display: block; width: 100%; height: 2px; background: #8a8a8a; transition: transform .15s ease;}
    .rightNav {right: 20px;}
    .navDropdownWrap .navLink.mobileOnly {display: block; visibility: visible;}
    /*.greyNav .mobileNavTrigger span.menuBar {background: #fff;}*/
    .navWrap.open .mobileNavTrigger {padding: .8em 1em 1em 1em; margin: 0;}
    .navWrap.open .mobileNavTrigger span.menuBar {background: #fff;}
    .mobileNavTrigger span.menuBar.mb1 {top: 6px; transition: background-color 0s linear .13s;}
    .mobileNavTrigger span.menuBar.mb2 {top: 12px; transition: top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19);}
    .mobileNavTrigger span.menuBar.mb3 {top: 18px; transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19); }
    .navWrap.open .mobileNavTrigger span.menuBar.mb1 {transition-delay: .22s; background: transparent;}
    .navWrap.open .mobileNavTrigger span.menuBar.mb2 {top: 0; transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s; transform: translate3d(0,10px,0) rotate(45deg);}
    .navWrap.open .mobileNavTrigger span.menuBar.mb3 {top: 0; transition: top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s; transform: translate3d(0,10px,0) rotate(-45deg);}
    .mainNav {position: fixed; display: block; width: 50%; height: 100%; bottom:100%; left: 0; margin: 0; padding: 0; background:  #146c73; -webkit-transition: .5s cubic-bezier(0.075, 0.82, 0.165, 1); -moz-transition: .5s cubic-bezier(0.075, 0.82, 0.165, 1);  transition: .5s cubic-bezier(0.075, 0.82, 0.165, 1); overflow: auto; z-index: 500;}
    /*.mainNav::-webkit-scrollbar, .mainNav::-webkit-scrollbar {width: 5px;}
    .mainNav::-webkit-scrollbar-track, .mainNav::-webkit-scrollbar-track { border-radius: 10px; background: #83cbaf;}
    .mainNav::-webkit-scrollbar-thumb, .mainNav::-webkit-scrollbar-thumb {background: #fff; border-radius: 10px;}*/
    .mainNav .mobileNavInner { padding: 3.3215rem 1.625rem 3.3215rem 2rem;}
    .navWrap.open .mainNav {bottom: 0%;  box-shadow: 0px 8px 34.65px 0.35px rgba(0, 0, 0, 0.43);}
    .navSection.mobileOnly {display: block; visibility:visible;}
    .navSection:hover, .navSection:focus {box-shadow: none;}
    .navSection:hover .navLink, .navSection:focus .navLink {background: transparent; color: #fff; }
    .navSection {position: relative; display: block; }
    .navLink {padding: .71875rem 2.1875rem .21875rem 1.3125rem; }
    .navLink.navLinkParent {position: relative; display: block; font-size: 1.25em; color: #fff; border-bottom: 0;}
    .hasDropdown .navLink.navLinkParent::before, .hasDropdown .navLink.navLinkParent:before {content: ''; position: absolute; display: block; top: 16px; right: 0; bottom: auto; margin: auto; width: 16px; height: 16px; background: url(/images/mobileNavSprite.png) no-repeat 0 0; background-size: 100% auto; }
    .hasDropdown.dropdownOpen .navLink.navLinkParent::before, .hasDropdown.dropdownOpen .navLink.navLinkParent:before {background-position:0 -24px; }
    .iconLink.cart {top: -5px;}
    .iconLink.cart::before, .iconLink.cart:before {top: 15px; width: 16px; background-position: 3px -47px; left: 10PX; /*background-position: 2px -38px;*/ background-position: 0px -45px;}
    .iconLink.cart:hover::before, .iconLink.cart:focus::before, .iconLink.cart:hover:before, .iconLink.cart:focus:before {/*background-position: -16px -38px;*/ background-position: -21px -45px;}
    .navDropdownWrap.largeNavDD, .navSection:hover .navDropdownWrap, .navSection:focus .navDropdownWrap {display: none; min-width: 100%; min-height: 0;}
    .navDropdownWrap .dropdownInner, .navDropdownWrap.largeNavDD .dropdownInner {width: 100%; padding: 0 .5rem 1.3125rem 2.75rem; }
    .largeNavDD .dropdownInner .dropdownHalf.left, .largeNavDD .dropdownInner .dropdownHalf.scroll-wrapper, .dropdownInner .dropdownHalf {display: block; width: 100%; padding: .8rem 0 1.8rem 0;}
    .mobileHide, .dropdownInner .mobileHeader.mobileHide, .dropdownHalf .navLink.lgLink.mobileHide, .navDropdownWrap .navLink.mobileHide {display: none; visibility: hidden; font-size: 0;}
    .largeNavDD .dropdownInner .dropdownHalf:last-child {
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .largeNavDD .dropdownInner .dropdownHalf .dropdownScrollWrap {padding: 0;}
    .dropdownInner .dropdownHalf:last-child::before, .dropdownInner .dropdownHalf:last-child:before {display: none}
    .navDropdownWrap .navLink, .navDropdownWrap .navLink:hover, .navDropdownWrap .navLink:focus {position: relative; display: block; padding: .46875rem 0; color: #fff; white-space: normal;}
    .navDropdownWrap {position: relative; display: block; width: 100%; min-width: 100%; background: #146c73;left: auto; right: auto; max-height: 0; box-shadow: none; -webkit-transform: none; -moz-transform: none; -ms-transform: none; transform: none; overflow: hidden; transition: all .25s ease;}
    .dropdownOpen .navDropdownWrap, .dropdownOpen .navDropdownWrap.largeNavDD, .dropdownOpen.navSection:hover .navDropdownWrap, .dropdownOpen.navSection:focus .navDropdownWrap{max-height: 100%; height: auto; display: block; box-shadow: none !important;}
    .dropdownInner .mobileHeader, .dropdownHalf .dropdownRow .dropdownHeader.mobileHeader {position: relative; display: block; width: 100%; padding: 1.5625em 0 .625em 0; margin:0 0 .3125em 0; border-bottom: 1px solid #00603b; font-size: .6875rem; line-height:  1.34; color: #dcffff;}
    .dropdownInner .dropdownHalf.left .mobileHeader:first-child {margin-top: 0; padding-top: 1em;}
    .dropdownHalf .navLink.lgLink, .dropdownHalf .navLink.lgLink:hover, .dropdownHalf .navLink.lgLink:focus {padding: .46875rem 0 .59375rem 0;}
    .dropdownInner .mobileHeader.mobileOnly {display: block; visibility:visible;}
    .dropdownHalf .navLink.lgLink, .navDropdownWrap .navLink, .navDropdownWrap .navLink:hover, .navDropdownWrap .navLink:focus {font-size: .875rem; line-height: 1.2; }
    .dropdownHalf .dropdownRow .navLink.seriesTile, .dropdownHalf .dropdownRow.otherRow .navLink.seriesTile {display: block; width: 100%; box-shadow: none; padding: .5rem 0 1rem 0; margin-bottom: 0;}
    .dropdownHalf .dropdownRow .navLink .seriesTileDeco, .dropdownHalf .navLink.seriesTile .seriesTileDesc, .dropdownHalf .navLink.seriesTile .simpleCTA {display: none; }
    .dropdownHalf .dropdownRow .navLink.seriesTile .seriesTileTitle{color: #fff;}
    .seriesTimeFrame {padding-left: 0; padding-bottom: .25rem;}
    .seriesTimeFrame span {color: #fff; font-size: .625rem;}
    .iconLink.signup:hover::before, .iconLink.signup:hover:before, .iconLink.signup:focus::before, .iconLink.signup:focus:before {background-position: -20px 0.5px; }
    .iconLink.login::before, .iconLink.login:before {background-position: 0px -19px; }
    .iconLink.login:hover::before, .iconLink.login:hover:before, .iconLink.login:focus::before, .iconLink.login:focus:before {background-position: -20px -19px; }
    .iconLink span.cartCount {top: 42px; right: 2px;}
    .greyNav .navWrap {background: #fff;}
    .greyNav .logo img {display: inline-block; visibility: visible;}
    .greyNav .logo img.logoInverse {display: none; visibility: hidden;}
    .greyNav .rightNav .iconLink span, .greyNav .rightNav .iconLink:hover span, .greyNav .rightNav .iconLink:focus span {color: #3d3d3d;}
    .greyNav .rightNav .iconLink.course::before, .greyNav .rightNav .iconLink.course:before {background-position: -1px -65px;}

    .greyNav .rightNav .iconLink.signup::before, .greyNav .rightNav .iconLink.signup:before {background-position: 0 0;}
    .greyNav .rightNav .iconLink.login::before, .greyNav .rightNav .iconLink.login:before {background-position: 0 -19px;}
    .greyNav .rightNav .iconLink.cart::before, .greyNav .rightNav .iconLink.cart:before {background-position: 0 -44px;}
    .greyNav .rightNav .iconLink.signup:hover::before, .greyNav .rightNav .iconLink.signup:hover:before, .greyNav .rightNav .iconLink.signup:focus::before, .greyNav .rightNav .iconLink.signup:focus:before {background-position: -19px 0;}
    .greyNav .rightNav .iconLink.login:hover::before, .greyNav .rightNav .iconLink.login:hover:before, .greyNav .rightNav .iconLink.login:focus::before, .greyNav .rightNav .iconLink.login:focus:before {background-position: -19px -19px;}
    .greyNav .rightNav .iconLink.cart:hover::before, .greyNav .rightNav .iconLink.cart:hover:before, .greyNav .rightNav .iconLink.cart:focus::before, .greyNav .rightNav .iconLink.cart:focus:before {background-position: -20px -45px;}

/* FOOTER */

/* MAIN PAGE */
    .mainSplashWrap {max-height: 600px; border-left: 18px solid #fff; border-right: 18px solid #fff;}
    .mainSplashWrap img {max-width: 1296px;}
    .splashContent {position: absolute; top: 15%; left: 6%; -webkit-transform: none; -moz-transform: none; transform: none;}
    .homeContentToggleWrap {margin-top: -13.5rem;}
    .homeContentToggleWrap .center {max-width: 830px; width: 100%; padding: 0; }
    .toggleTab, .toggleTab:hover, .toggleTab:focus {
        width: 202px;
        height: 10.5rem;
        margin-bottom: 0;
        background: #146c73;
        border-color: #146c73;
    }
    .toggleTab .tabHiddenInfo, .toggleTab:hover .tabHiddenInfo, .toggleTab:focus .tabHiddenInfo {display: none;}
    .homeContentToggleWrap.open .toggleTab {margin-bottom: -1.25rem;}
    .open .toggleTab:hover, .open .toggleTab:focus {
        background: #146c73;
        border-top-color: #146c73;
    }
    .toggleTab.spotlight:hover, .toggleTab.spotlight:focus {height: 220px; margin-bottom: -.5rem; /*background: #008753;*/ background: #178289; border-color: #146c73;}
    .toggleTab.spotlight .tabHiddenInfo, .toggleTab.spotlight:hover .tabHiddenInfo, .toggleTab.spotlight:focus .tabHiddenInfo {display: block;}
    .open .toggleTab.active, .open .toggleTab.active:hover, .open .toggleTab.active:focus{height: 9.5rem;  margin-bottom: 0; background: #fff; border-top-color: #146c73;}


    .tabLink {padding: 1rem 1.25rem 0 1.25rem; }
    .toggleTab .tabHeader {font-size: 1.25rem}
    .tabHiddenInfo {padding: 1rem 1.25rem 1.5rem 1.25rem}
    .toggleFade {height: 2.56rem; bottom: -.5rem; box-shadow: 3px -22px 34.65px .35px rgba(0,0,0,.43);}
    .collapsingMainSection.open {padding-top: 6.2rem;}
    .collapsingInner.contentOpen {min-width: 22rem; max-width: 40rem; width: 43%; margin-left: 5%;}
    .sidebarWrap {margin-right: 3.6875rem;}
    .sidebarHeader {padding: 1.15rem 1.5rem; }
    .sidebarInner {padding: .875rem 1.5rem 2.25rem 1.5rem; width: 20rem; }

/* SERIES */
    .pageSplash .splashContent{left: 7%;}
    .pageSplash.smallSplash .splashContent {left: 30px; max-width: 58%;}
    .contentSectionMedium .seriesTile, .contentSectionMedium .otherRow .seriesTile {min-width:17rem; min-height: 22rem; width: 32.5%; padding: 3.275rem 2.62rem 6.75rem 2.62rem; }
    .contentSectionMedium .seriesTile:nth-child(3n+3), .contentSectionMedium .otherRow .seriesTile:nth-child(3n+3) {margin-right: 0;}
    /*.contentSectionMedium .seriesTileTitle {font-size: 1.4rem; }*/
    .contentSectionMedium .seriesCost {padding-top: .25rem;}
    .contentSectionMedium .seriesTileDesc {font-size: 1rem; }
    .contentSectionMedium .seriesTile .defaultCTA {left: 2.62rem; bottom: 1.75rem; line-height: 1.4; padding: 1rem 1.4875rem;  }
    /*.contentSectionMedium .seriesTile:hover .defaultCTA, .contentSectionMedium .seriesTile:hover .defaultCTA {background: #3d3d3d; color: #fff;}*/

    .pageSplash .decoImage {left: auto; right: 12rem;}
    .sidebarWrap.sticky {margin-right: 1.25rem; width: 20rem; }
    .sidebarWrap.sticky.articleSidebar {display: none;}
    .sectionTitle .largeText {font-size: 1.25rem;}
    .sidebarInner p, .sticky .sidebarInner ul.defaultUL li {font-size: .875rem;}
    .sidebarSection .sectionTitle {max-width: 60%;}
    .sidebarSection:last-child {padding-bottom: 1rem; max-height: 25em; }
    .sidebarSection .seriesCost, .contentSection .sidebarSection .seriesCost {top: -6px; font-size: 2.15rem; line-height: 1.16;}
    .testimonialsWrap.leftAligned {max-width: 100%; padding: 7.625rem 1.25rem 0 1.25rem; }
    .testimonialsWrap.leftAligned .center, .contentSection.seriesContent .testimonialsWrap.leftAligned .center {padding: 0; max-width: 490px; }
    .onetimeBox, .monthlyBox { width: 47%; padding: 1rem; }
    .onetimeBox { height: 125px; }
    .monthlyBox { left: 144px; }
    .sidebarSection .defaultInputWrap.defaultDropdownWrap .select2-container { height: 100%; max-width: 272px; width: 100% !important; }
    .courseWrap {top: 10%; margin: auto;}

/* ABOUT */
    .contentSectionWide .innerRight.innerImage {width: 40rem; right: -6.375rem; bottom: 7rem; }
    .contentSectionWide .innerSection .center {max-width: 100%; padding: 6rem 2rem 3.75rem 2rem;}
    .sessionLeaderMain .leaderInfo {padding: 1.5rem 1.875rem;  }
    .sessionLeaderMain .leaderInfo p.leaderName {font-size: 1.5625rem;}
    .sessionLeaderMain .leaderImage img {max-width: 130%; max-height: 100%; }
    .sessionLeader .divider {margin-top: 1.125rem; margin-bottom: 1.75rem;}
    a.sessionLeader {min-width: 208px;}
    .contentSectionWide .innerLeft.lgLeftPad, .contentSectionWide .innerRight.lgRightPad {width: 49%;}
    .contentSectionWide .innerLeft.lgLeftPad {padding-left: 3.84rem; padding-right: 1rem;}
    .contentSectionWide .innerRight.lgRightPad {padding-left: 1rem; padding-right: 3.87rem; }
    .contentSection #community p.h2style, .contentSection #community h2.h2style {line-height: 1.26;}
    .bioBlock {width: 53.5rem; height: 26.75rem;}
    .bioImage {width: 26.75rem; height: 26.75rem;}
    .bioContent {min-width: 26.75rem; padding: 0 1rem 0 2.625rem; }
    .bioContent .overlayClose {top: 10px;}
    .bioContent p {font-size: 1rem;}
    .scroll-wrapper.bioInner {padding: 2.8rem 0 3.625rem 0 !important;}
    .bioContent .scrollbar-outer > .scroll-element div.scroll-element_outer, .fullWrap .bioContent .scrollbar-outer > .scroll-element div.scroll-element_outer { height: 86%;top: 3rem;}
    .bioInner .scrollbar-outer > .scroll-content.scroll-scrolly_visible {left: 0; margin-left: 0; padding-right: 2rem;}
    .bioOverlay .scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {left: -5px;}


/* CHECKOUT */
    .checkoutContent .center {padding: 0 34px;}
    .customerInfoWrap, .checkoutWrap {max-width: 100%; padding-right: 22rem;; }
    .sidebarWrap.sticky.cartWrap {margin-right: 2.5625rem;}
    .customerInfoWrap .noCustomer .defaultCTA {font-size: .875rem; min-width: 100px;}
    .customerInfoWrap .dividingText {margin: 0 .75rem;}


/* ARTICLES PAGE */
    .masonryArticleWrap .center, .contentSectionWide .masonryArticleWrap .center {max-width: 960px;/*max-width: 100%;*/ width: 100%; padding: 0 2.2rem; margin: 0 auto;}
    .altHeader h1.h1style {padding: 0 7px 0 22px;}
    .articlesWrap {position: relative; display: block; max-width: 1430px; width: 100%; min-height: 2179px; height: auto;}
    .article {max-width: 336px; width: 38%; margin-bottom: 1.5rem; padding: 38px 42px; float: left; box-shadow: 0px 0px 22.32px 1.68px rgba(0, 0, 0, 0.1);}
    .article.lgnine .singupBlock {width: 45%;}
    .artHead .center { padding-left: 20px; }
    .article:nth-child(1) { /*padding: 0 20px;*/ padding: 0px; }
    .signupBlock.desktopOnly {display: none; visibility: hidden; position: fixed !important; top: 0; left: 0;}
    .mobileOnly.readMore {display: block; visibility: visible; color: #146c73;}
    .mobileOnly.signupBlock {display: block; visibility: visible;}
    .seriesContent.articleContent .innerSection .center { max-width: 100%; }
    .article-filter-select { font-size: .875em; right: 0; top: 2.72em; }
/* ARTICLE DETAILS */
    .seriesContent .innerSection:first-child .center { padding: 0 32px; }
    .moreStories .innerSection .center { padding: 0 1.25em; max-width: 1020px; }
    .subscribe-interstitial-wrap { padding: 4em 0; }
    .subscribe-interstitial-title, .contentSection .innerSection p.subscribe-interstitial-title { font-size: 2em; }
    .subscribe-interstitial-label { font-size: .9em; }
    .subscribe-interstitial-form { font-size: .8em; }
    .subscribe-interstitial-form .defaultInputWrap { height: 3.1rem; margin: 0 1.84rem 1.2rem 0; max-width: 16.4rem; }
    .subscribe-interstitial-form .defaultLabel { font-size: .8rem; padding: .92rem 1.2rem; }
    .subscribe-interstitial-form .defaultInput, .subscribe-interstitial-form .defaultInputWrap input { max-height: 50px; font-size: .8rem; padding: .95rem 1.2rem; }
    .socialWrapLeft span.intro { font-size: 1rem; }
    .socialWrapLeft a { font-size: 1.4em; }
}
@media screen and (max-width:966px) {
    /* ARTICLES PAGE */
    .contentSection .masonryArticleWrap { /*padding: 3.2rem 0 7.75rem 0;*/ padding: 5.75rem 0 0 0; }
    .articlesWrap { position: relative; display: block; max-width: 1000px; min-height: 0; height: auto; /*margin: 17.75em 20px;*/ margin: 0 0; }
    .article { max-width: 100%; width: 100%; /*height: 50px;*/ margin-bottom: 1.5rem; padding: 41px 42px; float: left; box-shadow: 0px 0px 22.32px 1.68px rgba(0, 0, 0, 0.1); }
    .article:nth-child(1) { display: block; width: 100%; min-height: 0; height: auto; padding: 0px 0 0 0; box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0); }
    .article:nth-child(1) span.date { position: relative; display: block; padding: 0 0 9px 0; font-size: .8125rem; }
    .article:nth-child(1) span.title { position: relative; display: block; margin-top: 0px; padding: 0 0 15px; font-family: 'Acta Medium',Georgia,'Times New Roman',Times,serif; font-size: 3.4rem; line-height: 1.02; color: #3d3d3d; }
    .article:nth-child(1) .snippetOne { margin-top: 0px; padding: 7px 250px 5px 4px; }

    .article.xsmall, .article.midsmall, .article.small, .article.xmed, .article.midmed, .article.xsmlarge, .article.midlarge, .article.midlargeTwo, .article.lgnine, .article.lgten, .article.lglong, .article.lgeleven {
        width: 100%;
    }
    .articleBlockCategoryTag {
        font-size: .95em;
    }

}
@media screen and (max-width: 900px) {
    /* DEFAULTS */
    .center { max-width: 100%; padding: 0 30px; }

    .secondaryNav .center, .altHeader .center {padding: 20px 20px;}
    .defaultInputWrap {height: 3.15rem;}
    .defaultLabel {padding: .8rem .8rem; font-size: .9375rem;}
    .defaultInputWrap.inputFocused input, .defaultInputWrap.textEntered input {padding-left: 4.75rem;}

    /* NAVIGATION */
    .navWrap .center { padding: 0; }
    .cartWrap.navCartWrap {width: 100%; max-width: 31.1rem;}
    .mainNav {width: 70%;}

    /* COOKIE BAR */
    .cookieBar .cookieContent, .cookieBar .defaultCTA, .cookieBar .defaultCTA.transparentCTA {display: block; max-width: 100%; text-align: center; margin: 0 auto;}
    .cookieBar .defaultCTA, .cookieBar .defaultCTA.transparentCTA {position: relative; display: block; top: auto; right: auto; max-width: 182px; margin-top: 1rem;}
    .cookieBar .cookieContent p, .cookieBar .cookieContent p .simpleCTA {font-size: .875rem; line-height: 1.35;}
    .cookieBar .cookieContent p {max-width: 100%; text-align:center;}
    .cookieBar .cookieContent p.bold {font-size: 1rem;}

    /* FOOTER */
    .footerWrap .center { padding: 4.25em 0 1.5em 0; }
    .communityMap { min-height: 470px; padding-top: 2.3125rem; }
    .communityMap .center {min-height: 470px;}
    .innerSection .h2style, .innerSection h2.h2style { max-width: 60%; }
    .communityMap .subHead { max-width: 55%; }
    .communityMap .mapWrap { width: 784px; top: auto; bottom: -19.5%;}
    .footerColumnWrap { padding: 3.5rem 0 2.5rem 0; text-align: center; }
    .footerColumnWrap .column, .footerColumnWrap .column.linkColumn, .footerColumnWrap .column.mobileOnly { display: block; visibility: visible; max-width: 80%; width: 100%; margin: 0 auto; text-align: center; }
    .footerColumnWrap .column.quoteColumn { display: none; }
    .footerColumnWrap .column.linkColumn a { display: none; }
    .footerWrap .column p.columnHeader, .footerWrap .column a.columnHeader { padding: 1.25rem 0; font-size: 1.25rem; line-height: 1.2; }
    .copyLinks { padding: .4375rem 0 .375rem 0;}
    .copyrightWrap p, .copyrightWrap a, .copyLinks { display: block; }
    .copyLinks a { display: inline-block; }
    .socialWrap a { width: 2.5rem; height: 1.5rem; font-size: 1.75rem; }
    /* MAIN PAGE */
    .browserHeight {max-height: 675px; min-height: 600px;}
    .bioOverlay.browserHeight {min-height: 100%; max-height: 100%;}
    .mainContentWrap {margin-bottom: 30px;}
    .mainSplashWrap {border: none; max-height: 476px;}
    .mainSplashWrap img {max-width: 1066px;}
    .mainSplashWrap .center {padding: 0;}
    .mainSplashWrap .mainSplashFade {position: absolute; display: block; visibility: visible;bottom: -30px; width: 100%; height:630px; background: url(/images/fade.png) repeat-x 0 0; background-size: auto 100%;}
    .splashContent {margin: 0 auto; top: 60%; left: 4%; right: auto; z-index: 400; }

    .splashContent p.staticText:first-child, .slidingHoriz {display: inline-block; vertical-align: middle;}
    .splashContent p.staticText:first-child {margin-right: 10px;}
    .splashContent p.subText {padding-top: .5rem;}

    .homeContentToggleWrap, .sectionOpen .homeContentToggleWrap {margin-top: -14.5rem;}
    /*.homeContentToggleWrap .center {max-width: 538px; padding: 0;}*/
    /*.toggleTab, .toggleTab:hover, .toggleTab:focus, .toggleTab.spotlight { width: 24.35%;  margin: 0 2px 5px 2px; min-height: 6.5rem;}*/
    .homeContentToggleWrap .center {max-width: 100%; width: 100%; padding: 0 21px; text-align: center;}
    .toggleTab, .toggleTab.spotlight, .toggleTab:hover, .toggleTab.spotlight:hover, .toggleTab:focus, .toggleTab.spotlight:focus, .toggleTab.active, .homeContentToggleWrap.open .toggleTab{width: 47.5%; margin-bottom: 5px; background: #146c73; border:none; min-height: 7rem; height: 7em; padding-bottom: 0; text-align: left;}
    .open .toggleTab:hover, .open .toggleTab:focus, .open .toggleTab.active:hover, .open .toggleTab.active:focus, .toggleTab.active, .open .toggleTab.active, .homeContentToggleWrap.open .toggleTab.active, .homeContentToggleWrap.open .toggleTab.active:hover, .homeContentToggleWrap.open .toggleTab.active:focus {
        min-height: 7rem;
        height: 7rem;
        margin-bottom: 5px;
        background: #146c73;
    }
    .toggleTab:first-child {margin-left: 2px!important; }
    .toggleTab:last-child {margin-right: 2px!important; }
    .toggleTab.spotlight .tabHiddenInfo, .toggleTab:hover .tabHiddenInfo, .toggleTab:focus .tabHiddenInfo, .toggleTab.spotlight:hover .tabHiddenInfo, .toggleTab.spotlight:focus .tabHiddenInfo  {display: none;}
    .homeContentToggleWrap.open .toggleFade {display: none;}
    .toggleTab .smallText, .toggleTab.active .smallText {color: #dcffff; }
    .toggleTab .tabHeader, .toggleTab.active .tabHeader {color: #fff; }
    /*.homeContentToggleWrap.open .toggleTab {margin-bottom: 1.75rem;}
    .toggleTab.active {border-left: 1px solid #f3f3f3; border-right: 1px solid #f3f3f3;}
    .toggleTab.active::before, .toggleTab.active:before {content: ''; position: absolute; display: block; width: 100%; width: calc(100% + 2px); height: 2rem; background: #fff; left: -1px; right: -1px; bottom: -.9rem; margin: auto;}
    .open .toggleTab:hover, .open .toggleTab:focus {height: 211px; margin-bottom:-2.25rem;}
    .toggleTab.active, .toggleTab.active:hover, .toggleTab.active:focus .open.toggleTab.active:hover, .open .toggleTab.active:focus {height: 144px; padding-bottom: 0;}
    .tabLink {padding: 1rem 1rem 0 1rem;}
    .toggleTab .tabHeader {font-size: .875rem;}
    .toggleTab.spotlight, .toggleTab:hover, .toggleTab:focus {height: 194px; margin-bottom: 5px;}
    .tabHiddenInfo {font-size: .75rem; padding: 1rem; }
    .toggleTab:hover .tabHiddenInfo, .toggleTab:focus .tabHiddenInfo {display: none;}
    .toggleTab.spotlight .tabHiddenInfo {display: block;}*/
    .collapsingMainSection.open {padding-top: 2.6em; }
    .collapsingInner.contentOpen {max-width: 85%; width: 100%; min-width: 0; float: none; margin-left:0;}
    .sidebarWrap {float: none; margin: 2em auto 0 auto; width: 23.4375rem;}
    .sidebarInner {padding: 1rem 1.625rem 2.25rem 1.625rem; width: 100%;}
    .quoteBlock p.quote, .quoteBlock span.quote, .testimonialsWrap.leftAligned .quoteBlock p.quote, .testimonialsWrap.leftAligned .quoteBlock span.quote {font-size: 1.25rem; line-height: 1.25; text-indent: -.3125rem; }
    .quoteBlock p.attrCo, .quoteBlock span.attrCo, .testimonialsWrap.leftAligned .quoteBlock p.attrCo, .testimonialsWrap.leftAligned .quoteBlock span.attrCo {font-size: 1rem;}
    .quoteBlock.withVideo:hover .playButton::before, .quoteBlock.withVideo:hover .playButton:before {width: 24px; height: 24px; margin-top: 0;}


    /* SERIES PAGE */
    .contentSection.contentSectionMedium {padding: 5.5875rem 0;}
    .seriesContent .innerSection:first-child .center, .seriesContent.storyContent .innerSection:first-child .center, .seriesContent.articleContent .innerSection:first-child .center {padding: 0 20px;}
    .contentSectionMedium .seriesTile, .contentSectionMedium .otherRow .seriesTile {width: 49%; min-width: 12rem;}
    .contentSectionMedium .seriesTile:nth-child(even), .contentSectionMedium .otherRow .seriesTile:nth-child(even) {margin-right: 0;}
    .contentSectionMedium .seriesTile:nth-child(3n+3), .contentSectionMedium .otherRow .seriesTile:nth-child(3n+3), .contentSectionMedium .seriesTile:nth-child(odd), .contentSectionMedium .otherRow .seriesTile:nth-child(odd) {margin-right: .625rem;}
    .contentSection.seriesContent, .contentSection.seriesContent.articleContent { padding-top: 4.5625rem; }
    .sidebarWrap.sticky {display: none;}
    .mobileOnly.sidebarMobile {display: block; visibility:visible;}
    .mobileOnly.sidebarMobile .sidebarWrap.sticky {position: relative !important; display: block; visibility:visible; max-width: 24rem; width: 100%; margin: 0 auto; margin-top: 2rem; top: auto !important;}
    .contentSection.seriesContent .center {padding-right: 30px;}
    .listBlock, .listBlock:nth-child(even) {display: block; width: 100%; padding-left: 0; padding-right: 0; margin: 0;}
    .pageSplash .decoImage { bottom: 13%; right: -7rem;}
    .pageSplash .splashContent p {padding-left: 2px;}
    .testimonialsWrap.leftAligned .center, .contentSection.seriesContent .testimonialsWrap.leftAligned .center {max-width: 100%;}
    .advanceWrap { min-height: 122px; height: auto; }
    .onetimeBox, .monthlyBox { width: 100%; padding: 1rem; height: auto; }
    .onetimeBox .h2styleCost, .monthlyBox .h2styleCost { font-size: 1.325rem !important; }
    .onetimeBox { width: 47%; display: inline-block; padding: 1rem; height: 126px; }
    .monthlyBox { position: absolute; display: block; width: 47%; left: 170px; }
    .monthlyBox .h2styleCost sup { font-size: .9375rem; }
    /*.monthlyBox { position: absolute; display: block; top: 100px; left: 0; }*/
    .sidebarInner .monthlyBox .costDesc { font-size: .75rem; line-height: 1.2; }
    /*.sidebarSection .defaultInputWrap.defaultDropdownWrap { width: 82%; }*/
    .sidebarSection .defaultInputWrap.defaultDropdownWrap { width: 97%; }
    .sidebarSection span.alertMessage { display: block; margin-top: 30px; font-weight: 600; color: #ff0000; }
    .sidebarSection .defaultInputWrap.defaultDropdownWrap .select2-container { height: 100%; min-width: 322px; width: 100% !important; }
    .sidebarSection .defaultInputWrap.defaultDropdownWrap .select2-container--default .select2-selection--single { border-radius: 0; max-height: 60px; height: 100%; padding: 14px 64px 16px 22px; }
    .sidebarSection .defaultInputWrap.defaultDropdownWrap .select2-container--default .select2-selection--single .select2-selection__rendered { padding: 0; line-height: 12px; max-width: 300px; width: 100%; white-space: unset; }


    /* ABOUT PAGE */
    .secondaryNav, .altHeader {top: 0px; height: 68px;}
    .secondaryNav .center { padding:1.625rem 0 .8125rem 1.25rem; overflow:auto; white-space: nowrap; -webkit-overflow-scrolling: touch; -ms-overflow-style: none;}
    .contentSectionWide .innerSection .center {max-width: 100%;}
    .contentSectionWide .innerSection .center {padding: 8.25rem 1.3125rem 4.875rem 1.3125rem; }
    .innerSection h1 {font-size: 2.5rem; line-height: 1.15;}
    .contentSection .innerSection:first-child p {max-width: 85%;}
    .innerSection a.readMore span, .innerSection .readMore span {top: 4px;}
    /*.storyBlock {min-height: 16.25rem; }*/
    .storyImage { width: 39%; min-height: 260px;}
    .storyContent {padding: 1.25rem 1.25rem 3.25rem 1.375rem; width: 61%; min-height: 16.25rem; }
    .storyAttr, .contentSection p.storyAttr {padding-bottom: 0; padding-left: 0; font-size: .75rem; }
    .storyQuote, .contentSection p.storyQuote, .contentSection .innerSection p.storyQuote {padding-top: .625rem; padding-left: 0; font-size: .875rem; }
    .storyContent .simpleCTA {font-size: .75rem; bottom: 1.25rem;}
    .contentSectionWide .innerRight.innerImage, .contentSectionWide .innerRight.innerImage.floatRight {float: none; position: relative; display: block; bottom: auto; right: -5rem; margin: 0 auto;}
    .contentSectionWide .innerLeft.innerLeftWide, .contentSectionWide .innerLeft.innerLeftWide.floatLeft {float: none; display: block;}
    .contentSectionWide .innerSection.greySection .center {padding-bottom: 5.125rem;}
    .contentSection p.innerHeader {font-size: 2.8125rem;}
    .programTable {margin-top: 1.25rem;}
    .programTable .tableRow {margin-top: 1.25rem; }
    .sessionLeaderMain {max-height: 100%;}
    .sessionLeaderMain .leaderImage, .sessionLeaderMain .leaderInfo {width: 100%;}
    .sessionLeaderMain .leaderInfo {display: block; width: 100%; padding: 1rem 1rem 2rem 1rem;}
    .sessionLeaderMain .leaderImage {display: block; max-width: 55%; min-width: 478px; min-height: 343px;}
    .sessionLeaderMain .leaderImage img {max-width: none;}
    .sessionLeaderMain .leaderInfo p {font-size: 1rem;}
    .sessionLeaderMain .leaderInfo .simpleCTA {font-size: 1rem;}
    a.sessionLeader { width: 32%; min-width: 133px;}
    a.sessionLeader:nth-child(3n+3) {margin-right: 0;}
    a.sessionLeader:nth-child(4n+4) {margin-right: 3px;}
    a.sessionLeader .leaderImage img, a.sessionLeader:hover .leaderImage img, a.sessionLeader:focus .leaderImage img {filter: grayscale(100%);}
    .innerSection .h2style ,.seriesContent .innerSection p.h2style, .seriesContent .innerSection h1.h2style, .seriesContent .innerSection h2.h2style {font-size: 2.375rem;}
    .contentSection .storyDetail p.bold, .contentSection .storyDetail span.bold, .contentSection .storyDetail p strong {font-size: 1rem; line-height: 1.4;}
    .contentSectionWide #community .center {padding-bottom: 5.1875rem;}
    .contentSection #community p.centered {max-width: 95%;}
    .contentSection #community p.h2style.centered, .contentSection #community h2.h2style.centered {max-width: 100%; margin: 0 auto;}
    .socialCommunityWrap {max-width: 400px;}
    .socialCommunityWrap .socialIcon {width: 2.25rem; height: 1.875rem;}
    .socialCommunityWrap .socialIcon::before, .socialCommunityWrap .socialIcon:before {font-size: 2.25rem;}
    .socialCommunityWrap .socialLink .smallText {font-size: .625rem; top: 9px;}
    .socialCommunityWrap .socialLink .linkText {font-size: .875rem; top: 6px;}
    .contentSectionWide .innerLeft.lgLeftPad, .contentSectionWide .innerRight.lgRightPad {display: block; max-width: 100%; width: 75%; margin: 0 auto; padding: 1rem; }
    .contentSection .innerSection p.large {font-size: 1.25rem;}
    .contentSection .innerSection p.large:first-child {padding-top: 0;}
    .contentSection .innerSection p.contactText {font-size: 1rem;}
    .contentSection .innerSection p.contactHeader {font-size: 1.125rem; padding-top: 0;}
    .bioBlock {width: 32.5rem; height: 48rem;}
    .bioBlockPadding { padding: 0rem; overflow: hidden; }
    .bioImage, .bioContent { position: relative; display: block; vertical-align: top; height: auto; overflow:hidden; }
    .bioImage {min-width: 100%; width: 32.5rem; height: 32.5rem;}
    .bioContent { padding: 0rem 1.5rem 0rem; width: 100%; height: 32%; }
    .scroll-wrapper.bioInner {padding: 1.5rem 0 4rem 0 !important; }

    .bioOverlay .scrollbar-outer > .scroll-element.scroll-y {right: 13px;}
    .bioOverlay .scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {left: 0;}
    .bioContent .scrollbar-outer > .scroll-element div.scroll-element_outer, .fullWrap .bioContent .scrollbar-outer > .scroll-element div.scroll-element_outer {height: 76%; top: 3.5rem}
    .bioContent .overlayClose { position: absolute; top: 0px; right: 30px; }
    .bioContent .leaderName, .contentSection .innerSection .bioContent p.leaderName { font-size: 1.8125rem; }
    .bioContent .leaderTitle { padding-bottom: 1rem; font-size: 1.1125rem; }
    .bioContent p { font-size: 1.025rem; }

    .twoColumnWrap .column {display: block; width:100%; margin-right: 0; margin-bottom: 2rem;}


    /* ARTICLES PAGE */
    .contentSection .masonryArticleWrap {padding: 5.8rem 0 0 0;}
    .contentSectionWide .masonryArticleWrap .center {padding: 0rem .938rem 0;}
    .altHeader h1.h1style {padding: 0 7px 0 4px;}
    .articlesWrap {margin: 0px 0;}
    /*.article:nth-child(1){padding: 0 0 0 13px;}*/
    .article:nth-child(1) span.title { font-size: 3rem; max-width: 9em; }
    .article:nth-child(1) .snippetOne { padding: 7px 4px 15px 4px; }
    .article:nth-child(1) .snippet { font-size: 1.212rem; line-height: 1.55; padding-right: 4px; padding-left: 4px; margin-bottom: 25px; }
    .article-filter-select { font-size: .75em; }
    /* ARTICLE DETAILS */
    .contentSection .innerSection:first-child p { max-width: 100%; }
    .articleImg, img.imageEditor { width: 100%; }
    span.quote { margin-right: 17px; }
    .articleBlock{ display: block; max-width: 100%; width: 100%; margin: 0 auto 1rem auto;}
    .articleBlock .snippet {margin-bottom: 0;}
    .articleBlock .simpleCTA {margin-top: 1.625rem;}
    .articleBlock.signupBlock {padding-bottom: 2.375rem;}
    .articleBlock.signupBlock .defaultCTA.greenCTA {position: relative; bottom: 0; margin-top: .75rem}
    .quoteArea, .contentSection .innerSection p.quoteArea { font-size: 1.8775rem; }
    .article-hero-center { padding: 0 1.25em; }
    .article-hero-headline { font-size: 2.5rem; }
    .new-article-section .center { padding: 0 1.25em; }
    .subscribe-interstitial-wrap { margin: .5em 0 2.5em 0; padding: 3em 0; }
    .centerTable {
        display: block;
        padding: 0 1.25em;
    }
    .articleBlockHeader,
    .articleBlockCategories {
        display: block;
        padding: 2em 0 0 0;
    }
    .articleBlockHeader + .articleBlockCategories {
        border-top: 0;
    }
    .articleBlockCategories::after,
    .articleBlockCategories:after {
        content: '';
        position: relative; display: block; clear: both;
    }
	.articleBlockCategoryTag {
		clear: both;
		display: block;
        font-size: .9em;
		float: left;
        white-space: normal;
	}
    .article-hero-wrap {
        height: 29em;
    }
    .article-hero-content-bottom {
        padding: 0 1.25em 3em 1.25em;
    }
    /* CHECKOUT */
    .checkoutContent .center {padding: 0 15px;}
    .sidebarWrap.cartWrap {display: none;}
    .contentSection.checkoutContent {padding-top: 6.7rem;}
    .cartSuccess .sidebarWrap.sticky.cartWrap {display: none;}
    .mobileOnly.mobileCart, .mobileOnly .sidebarWrap.cartWrap, .cartSuccess .mobileOnly .sidebarWrap.cartWrap {position: relative !important; display: block; visibility: visible; max-width: 100%; width: 100%; margin: 0 auto; margin-top: 3.75rem;  top: auto !important; left: auto; right: auto; padding-bottom: 2.5rem; border-bottom: 2px solid #e5e5e5;}
    .mobileOnly .sidebarWrap.cartWrap {padding-bottom: 0em; border-bottom: none;}
    .cartSuccess .mobileOnly .sidebarWrap.cartWrap {float: none;}
    .customerInfoWrap, .checkoutWrap {margin-right: 0; padding-right: 0;}
    .customerInfoWrap .customerInfoInner {max-width: 100%;}
    .cartWrap.sticky .sidebarSection:first-child {/*max-height: 23em;*/ max-height: none; padding-top: 0;}
    .sidebarInner .totals p, .sidebarInner .totals.grandTotal p {padding-top: 0;}
    .cartWrap .cartItem {padding-bottom: .75em; margin-bottom: 1.5em;}

}

@media screen and (max-width: 900px) and (max-height:720px) {
    .browserHeight {min-height: 660px;}
}

@media screen and (max-width: 767px) {
    .customCourseOverlay .btnSuggest { position: relative; display: block; width: 100%; margin: 0 auto; padding: 10px 10px 20px 10px; float: none; }
    .customCourseOverlay .btnSuggest.smallCost {opacity:1;}
    .customCourseOverlay .innerOverlay .btnSuggest.smallCost.lastDesc { top: 80px; padding: 20px 10px; }
    .customCourseOverlay .buttonGroup.ok { position: relative; display: block; width: 100%; margin: auto; }
    .customCourseOverlay .continueToCart { position: absolute; display: block; width: 80%; margin: 0; /*width: 40%;*/ /*width: 56%; height: 66px;*/ min-width: 195px; min-height: 45px; left: 0; /*right: 1%;*/ top: -63px; font-size: .875rem; line-height: 2.7; }
    .customCourseOverlay .defaultCTA { padding: .7375rem 2.875rem; /*font-size: .9375rem;*/ font-size: .875rem; left: 0px; right: 0px; margin: auto; top: -67px; }
    .customCourseOverlay .learnMore { position: absolute; display: block; margin: auto; /*width: 56%; height: auto;*/ min-width: 195px; width: 80%; min-height: 45px;  top: 76px; line-height: 2.7; }
    .customCourseOverlay .addToCart { position: relative; display: inline-block; margin: 0; min-width: 195px; width: 49% !important; min-height: 45px; height: auto; }
	.defaultCTA.whiteCTA:hover, .defaultCTA.whiteCTA:focus, a:hover .defaultCTA.whiteCTA, a:focus .defaultCTA.whiteCTA { /* color: #fff; */ color: #3d3d3d;}
    .article:nth-child(1) { min-height: 0; }
    .article-filter-select {
        position: relative; top: auto; right: auto; margin: 3em 0 0 0;
    }
}
@media screen and (max-width: 600px) {
    /* DEFAULTS */
    .mobileOnly {display: block; visibility:visible;}
    p {font-size: 1rem; line-height: 1.375rem;}
/*    .cke_editable p {padding-bottom: .98rem !important;}
    .cke_editable.storyDetail p {
        font-size: 1.125rem;
        line-height: 1.75em;
        padding-bottom: .98rem !important;
    }
        .cke_editable.storyDetail p.quoteArea {
            font-size: 2.8775rem;
            line-height: 1.39em;
        }
        .cke_editable .h3style {
            padding-top: 1.3rem;

        }
    .cke_editable.storyDetail .h3style {
        padding-top: 0;
        padding-bottom: 0 !important;
    }*/
    h1, .h1style, .contentSection.contentSectionMedium h1, .contentSection.contentSectionMedium .h1style {font-size: 2.375rem;}
    h2, .h2style {font-size: 2.4rem; margin-right: 0;}
    ul.defaultUL {padding: 1.15rem 0;}
    ul.defaultUL li {padding-left: 1.5375rem; padding-bottom: .3875rem; line-height: 1.375;}
    ul.defaultUL li::before, ul.defaultUL li:before {left: 0; top: .875rem; font-size: .725rem;}
    .center, .contentSection.seriesContent .center { padding: 0 22px;}
    .defaultInput, .defaultInputWrap input {max-height: 50px;}
    .defaultInputWrap.inlineInput {display: block; margin-right: 0; width: 100% !important;}
    .defaultDropdownWrap .defaultLabel, .defaultDropdownWrap.inputFocused .defaultLabel, .defaultDropdownWrap.textEntered .defaultLabel {top: 2px; left: 2px; }
    .defaultDropdownWrap .defaultLabel {top: 4px;}
    .mobileSlider::before, .mobileSlider:before {content: ''; position: absolute; display: block; width: 7.5rem; height: 100%; top:0; left: 0; bottom: 0; margin: auto; background:url(/images/left-fade.png) repeat-y 0 0; background-size: 100% auto; z-index: 500;}
    .mobileSlider::after, .mobileSlider:after {content: ''; position: absolute; display: block; width: 7.5rem; height: 100%; top: 0; right: 0; bottom: 0; margin: auto; background:url(/images/right-fade.png) repeat-y 0 0; background-size: 100% auto; z-index: 500;}
    .signUpOverlay .overlayBlock, .loginOverlay .overlayBlock, .newsletterOverlay .overlayBlock {padding: 3.5rem 1.5rem 4.5rem 1.5rem;}

    /* NAVIGATION */
    .navWrap {height:54px; z-index: 950;}
    .mobileNavTrigger {padding: .8em .6rem .8rem 1.0625em; margin-left: 0;}
    .logo {width: 178px; padding: 10px 0 10px 0px;}
    .mainNav {width: 100%;}
    .rightNav {right: 0;}
    .iconLink.signup {display: none;}
    .iconLink, .iconLink.login {padding: 28px 6px 18px 4px;}
    .iconLink span {font-size: .5625rem; }
    .iconLink span.noMob {display: none;}
    /*.iconLink.login {padding-left: 14px; padding-right: 14px;}*/
    .iconLink::before, .iconLink:before {width: 15px; height: 16px; top: -15px; left: 0px; right: 0; margin: auto;}
    .iconLink.course::before, .iconLink.course:before, .iconLink.course:hover::before, .iconLink.course:hover:before, .iconLink.course:focus::before, .iconLink.course:focus:before {top: -9px; background-position: -1px -66px;}
    .iconLink.login::before, .iconLink.login:before, .iconLink.login:hover::before, .iconLink.login:hover:before, .iconLink.login:focus::before, .iconLink.login:focus:before, .greyNav .rightNav .iconLink.login::before, .greyNav .rightNav .iconLink.login:before, .greyNav .rightNav .iconLink.login:hover::before, .greyNav .rightNav .iconLink.login:hover:before {background-position: -1px -23px; background-size: 400% auto; top: -9px; left: 0; right: 0; margin: auto;}
    .iconLink.cart {top: 0; right: 5px; width: 44px; height: 100%;}
    .iconLink.cart::before, .iconLink.cart:before, .iconLink.cart:hover::before, .iconLink.cart:focus::before, .iconLink.cart:hover:before, .iconLink.cart:focus:before, .greyNav .rightNav .iconLink.cart::before, .greyNav .rightNav .iconLink.cart:before , .greyNav .rightNav .iconLink.cart:hover::before, .greyNav .rightNav .iconLink.cart:hover:before, .greyNav .rightNav .iconLink.cart:focus::before, .greyNav .rightNav .iconLink.cart:focus:before  {top: -2px; left: 4px; width: 24px; height: 24px; background-size: 330% auto; background-position: 1px -66px;}
    .navCartWrap .iconLink.cart::before, .navCartWrap .iconLink.cart:before, .navCartWrap .iconLink.cart:hover::before, .navCartWrap .iconLink.cart:hover:before, .navCartWrap .iconLink.cart:focus::before, .navCartWrap .iconLink.cart:focus:before {top: 0; left: 16px; background-position: 0 -72px;}
    .iconLink span.cartCount {top: 19px; right: 3px;}
    .cartWrap.navCartWrap {width: 100%; max-width: 100%; top: 54px; padding: 1.25rem 1rem 2rem 1rem;}
    .cartWrapFooter .defaultCTA {padding: .6875rem 1.3125rem;}
    .cartWrapFooter .simpleCTA {margin: 0 1rem;}

    /* COOKIE BAR */
    .cookieBar .center {padding: 1rem .8rem;}
    .cookieBar .cookieContent p.bold {font-size: .9rem;}


    /* FOOTER */
    .communityMap {min-height: 340px; padding-top: 3.875rem;}
    .communityMap .center {max-width: 100%; min-height:340px;}
    .communityMap .h2style, .communityMap h2.h2style {max-width: 90%; font-size: 2.4rem; line-height: 1;}
    .communityMap .subHead {max-width: 80%; padding-top: 9px; font-size: .9375rem; line-height: 1.15625;}
    .communityMap .mapWrap {width: 430px; bottom: -14.5%;}
    .communityMap .mapWrap .testimonialPopup { display: none; }
    .footerWrap .center {padding: 4.8125rem 0 5rem 0;}
    .footerLogo img {max-width: 185px;}
    .footerColumnWrap .column.mobileOnly {display: block; visibility: visible;}
    .footerWrap .column p.columnHeader, .footerWrap .column a.columnHeader {padding: 1rem 0; }
    .socialWrap {padding: 0.4375em 0 2.0625em 0;}
    .socialWrap a {width: 2.875rem; height: 1.625rem; font-size: 2rem;}
    .socialWrap .fa-facebook-f:before, .socialWrap .fa-facebook:before {font-size: 26px;}

    /* MAIN PAGE */
    .browserHeight {max-height: 585px; min-height: 570px; }
    .browserHeight.bioOverlay {max-height: 100%; min-height: 100%;}
    .mainSplashWrap {max-height: 380px;}
    .mainSplashWrap img {max-width: 687px; min-height:0; top: 0; bottom: auto;}
    .mainSplashWrap .mainSplashFade {bottom: 64px; height: 350px;}
    .splashContent {top: 64%; left: 16px;}
    .splashContent p, .slidingHoriz span {font-size: 2.4rem;}
    .slidingHoriz {height: 2.188rem;}
    .splashContent p.subText {font-size: .875rem;}
    .tabHiddenInfo, .toggleTab.spotlight .tabHiddenInfo, .toggleTab:hover .tabHiddenInfo, .toggleTab:focus .tabHiddenInfo {display: none;}
    .homeContentToggleWrap, .sectionOpen .homeContentToggleWrap {margin-top: -13.5625rem;}
    .homeContentToggleWrap .center {padding: 0;}

    .toggleTab.active::before, .toggleTab.active:before {display: none;}
    .open .toggleTab:hover, .open .toggleTab:focus, .open .toggleTab.active:hover, .open .toggleTab.active:focus, .toggleTab.active, .open .toggleTab.active, .homeContentToggleWrap.open .toggleTab.active, .homeContentToggleWrap.open .toggleTab.active:hover, .homeContentToggleWrap.open .toggleTab.active:focus {min-height: 7rem; height: 7rem; margin-bottom: 5px; background: #146c73;}
    .tabLink {padding: 1.1875rem 1rem 0 1.125rem;}
    .toggleTab .smallText, .toggleTab.active .smallText {padding-left: 0; padding-bottom: 3px; }
    .toggleTab .tabHeader, .toggleTab.active .tabHeader {font-size: 1.25rem; line-height: .875; }
    .toggleFade, .homeContentToggleWrap.open .toggleFade {display: none;}
    .sectionOpen .mobileOnly .sidebarWrap {display: none; visibility: hidden;}

    .collapsingInner.contentOpen {max-width: 100%;}
    .collapsingMainSection.open {padding-top: 4.225rem; }
    .tileWrap {padding-bottom: 3.375rem;}
    .tile, .tile:nth-child(even) {display: block; width: 100%; margin: 0 auto; padding: 1.6875rem 0 1.25rem 0; margin-bottom: .5625rem;}
    .tile p {line-height: 1.3125;padding-top: 2px;}
    .tile p.tileHeader {padding-top: 0;}
    .sidebarWrap {width: 100%; margin-top: 4.0625rem; top: auto;}
    .sidebarHeader {padding: 1rem 1.3125rem .9625rem 1.6875rem; }
    .sidebarHeader p {font-size: 1rem;}
    .sidebarSection img {bottom: -7.6875em; right: -7.5625em; max-width: 381px;}
    .sidebarSection:first-child {padding-top: .375rem; margin-bottom: 11.875rem;}

    .sidebarInner {padding: 1rem 1.1875rem 2.6875rem 1.1875rem;}
    .sticky .sidebarSection:first-child {padding-top: .9rem; padding-bottom: 2.4rem; }
    .sidebarInner:last-child {padding-bottom: 1.4625rem; }
    .sidebarInner .seriesInfo p.bold, .contentSection .sidebarInner .seriesInfo p.bold{padding-bottom: 0; line-height: 1.2; padding-left: .25rem;}
    .sidebarInner .seriesInfo p.subHead, .contentSection .sidebarInner .seriesInfo p.subHead {padding-bottom: .075rem;}
    .sidebarInner p, .sticky .sidebarInner ul.defaultUL li {font-size: 1rem; line-height: 1.65; padding-left: 0.4rem; padding-bottom: .1rem;}
    .sticky .sidebarInner ul.defaultUL li {padding-left: 1.45rem;}
    .sidebarSection .seriesCost, .contentSection .sidebarSection .seriesCost {font-size: 2.8375rem; line-height: .96; top: 2px; right: 7px;}
    .sidebarSection .defaultInputWrap.defaultDropdownWrap { width: 93%; /*width: 79%;*/ height: 58px; margin: 2.4375rem 0 0 0;}
    .sticky .sidebarSection .defaultCTA {margin-left: 6px;}
    .sidebarWrap.sticky .decoLine {margin: 16px 0 12px 0px;}
    .sidebarSection .defaultCTA {bottom: -9.4375rem; padding: .7375rem 2.875rem; font-size: .9375rem;}
    .sidebarInner ul.defaultUL { padding-top: .6875rem;}
    .sidebarInner ul.defaultUL li:nth-child(n+4) {padding-right: 8.25em;}
    .sidebarInner ul.defaultUL li {padding: .4rem 0 .5375rem 1.375rem; font-size: 1rem; line-height: 1.1875;}
    .sidebarInner ul.defaultUL li::before, .sidebarInner ul.defaultUL li:before {top: .6rem;}
    .sticky .sidebarInner ul.defaultUL li::before, .sidebarSticky .sidebarInner ul.defaultUL li:before {top: .85rem;}
    .sidebarInner p.h3style {font-size: 1.375rem; line-height: 1.78; padding-bottom: 0;}
    .sectionTitle .smallText {line-height: 1.5;}
    .sidebarSection .simpleCTA {margin-top: 1.8125rem;}
    .testimonialsWrap {padding-top: 5rem; padding-bottom: 3rem;}
    .testimonialsWrap .center {padding: 0;}
    .mobileSlider {-webkit-overflow-scrolling: touch;}
    .blockHeader p {padding: .6rem 1.625rem; letter-spacing: .07rem;}
    .quoteBlock, .testimonialsWrap.leftAligned .quoteBlock, .testimonialsWrap.leftAligned .quoteBlock:nth-child(odd) {max-width: 172px; padding: 2.5rem 0; margin: 0 15px; }
    .quoteBlock p.quote, .quoteBlock span.quote, .testimonialsWrap.leftAligned .quoteBlock p.quote, .testimonialsWrap.leftAligned .quoteBlock span.quote {padding-left: 0;}
    .quoteBlock .playButton, .testimonialsWrap.leftAligned .quoteBlock .playButton {margin: .7375rem 0 1rem 0; height: 18px;}
    .quoteBlock .playButton::before, .quoteBlock .playButton:before, .quoteBlock.withVideo:hover .playButton::before, .quoteBlock.withVideo:hover .playButton:before {width: 18px; height: 18px;}
    .quoteBlock p.quoteAttr, .quoteBlock span.quoteAttr, .testimonialsWrap.leftAligned .quoteBlock p.quoteAttr, .testimonialsWrap.leftAligned .quoteBlock span.quoteAttr {line-height: 2;}
    .quoteBlock .divider, .sessionLeaderMain .divider, .testimonialsWrap.leftAligned .quoteBlock .divider {margin: 1.15rem 0 1.6rem 0; width: 17px;}
    .quoteBlock p.quoteAttr, .quoteBlock span.quoteAttr, .testimonialsWrap.leftAligned .quoteBlock p.quoteAttr, .testimonialsWrap.leftAligned .quoteBlock span.quoteAttr {padding-left: 0;}
    .quoteBlock p.attrCo, .quoteBlock span.attrCo, .testimonialsWrap.leftAligned .quoteBlock p.attrCo, .testimonialsWrap.leftAligned .quoteBlock span.attrCo {padding-left: 0;}

    /* SERIES */
    .contentSectionMedium .seriesTile, .contentSectionMedium .otherRow .seriesTile {width: 100%; margin-right: 0; min-height: 17rem;}
    .contentSectionMedium .seriesTile:nth-child(3n+3), .contentSectionMedium .otherRow .seriesTile:nth-child(3n+3), .contentSectionMedium .seriesTile:nth-child(odd), .contentSectionMedium .otherRow .seriesTile:nth-child(odd) {margin-right: 0}
    .contentSectionMedium .seriesTile:hover .defaultCTA, .contentSectionMedium .seriesTile:hover .defaultCTA {background: #3d3d3d; color: #fff;}
    .contentSectionMedium .seriesTile:hover .defaultCTA.greenCTA, .contentSectionMedium .seriesTile:hover .defaultCTA.greenCTA {background: #146c73; color: #fff}
    .defaultCTA:hover::before, .defaultCTA:hover:before, .defaultCTA:focus::before, .defaultCTA:focus:before, a:hover .defaultCTA::before, a:hover .defaultCTA:before, a:focus .defaultCTA::before, a:focus .defaultCTA:before, .contentSectionMedium .seriesTile:hover .defaultCTA::before, .contentSectionMedium .seriesTile:hover .defaultCTA:before, .contentSectionMedium .seriesTile:focus .defaultCTA::before, .contentSectionMedium .seriesTile:focus .defaultCTA:before {-webkit-transform: none; -moz-transform: none; -ms-transform: none; transform: none; opacity: 0;}
    .contentSection p {padding-top: .85rem; line-height: 1.425;}
    .testimonialsWrap.leftAligned .blockHeader {margin: 0 auto; text-align: center;}
    .blockHeader p, .contentSection .blockHeader p {margin: 0 auto;}
    .pageSplash {height: 418px;}
    .pageSplash .center {min-height: 400px;}
    .pageSplash .splashContent {left: 31px;}
    .pageSplash .splashContent {max-width: 13.375rem; bottom: 5.875rem;}
    .pageSplash.smallSplash .splashContent {bottom: 8.3125rem;}
    .pageSplash .splashContent p {font-size: .875rem; line-height: 1.35;}
    .pageSplash .splashContent .timeframe p, .pageSplash .splashContent .timeframe span, .seriesTimeFrame span {line-height: 1.2;}
    .pageSplash .decoImage { width: 21.5rem; bottom: -15%; right: -4.5625rem;}
    .mobileShort {display: block; position: fixed; left: 0; right: 0; bottom:0; background: #fff; font-size: 0; box-shadow: -1px 4px 17.82px 0.18px rgba(0, 0, 0, 0.43);  z-index: 900;}
    .mobileShort .center { padding: .9375rem 1.25rem; }
    .mobileShort .smallText {font-size: .625rem; line-height: 1.4 }
    .mobileShort p.sectionTitle {font-size: 1rem; line-height: .8125; font-weight: 700;  }
    .mobileShort p.seriesCost {padding-top: .625rem; font-size: 2rem; font-weight: 700; line-height: 1.875rem; }
    .mobileShort p.seriesCost sup {font-size: 1rem; margin-top: -.45rem; top:-.65em;}
    .mobileShort p.seriesCost sup.month { vertical-align: bottom; }
    .mobileStickyLeft, .mobileStickyRight {position: relative; display: inline-block; /*width: 43%;*/ width: 50%; vertical-align: middle; }
    .mobileStickyRight { /*width: 57%;*/ width: 50%; }
    .mobileStickyLeft {/*padding-right: 1.225rem;*/ padding-right: .25rem; }
    .mobileShort .defaultCTA {position: absolute; display: block; min-width: 195px; min-height:45px; top: 2px; right: -2px; bottom: 0; margin: auto; padding: .6875rem .9375rem .8125rem .9375rem; font-size: .875rem; line-height: 1.4; font-weight: 500;float: right; text-transform: none; letter-spacing: 0;}
    .mobileShort .defaultCTA:hover, .mobileShort .defaultCTA:focus {background: #146c73; color: #fff;}
    .mobileShort .defaultCTA.greenCTA:hover, .mobileShort .defaultCTA.greenCTA:focus {background: #146c73; color: #fff;}
    .mobileShort .defaultCTA.greenCTA:hover::before, .mobileShort .defaultCTA.greenCTA:focus::before, .mobileShort .defaultCTA.greenCTA:hover:before, .mobileShort .defaultCTA.greenCTA:focus:before {display: none;}
	.defaultCTA.greenCTA:hover, .defaultCTA.greenCTA:focus, a:hover .defaultCTA.greenCTA, a:focus .defaultCTA.greenCTA {color: #fff;}
	.sidebarInner .seriesInfo p, .contentSection .sidebarInner .seriesInfo p {padding-top: 0;}
    .sticky .sidebarInner .collapsingSection ul.defaultUL {padding-top: 1rem; padding-left: .4375rem;}
    .contentSection.seriesContent, .contentSection.seriesContent.storyContent, .contentSection.seriesContent.articleContent {padding-top: 5.875rem; }
    .inlineListWrap {padding: 0 0 1rem 0;}
    .listBlock, .listBlock:nth-child(even) { padding-top: .875rem; padding-bottom: .875rem; padding-left: 3px; border-top: 1px solid #e0e0e0; overflow: hidden; }
    .listBlock:first-child {margin-top: 1rem;}
    .listBlock:last-child {border-bottom: 2px solid #e0e0e0;}
    .listBlock ul.defaultUL li {padding: .375rem 0 .55rem 1.6rem;}
    .listBlock ul.defaultUL li::before, .listBlock ul.defaultUL li:before {top: .675rem;}
    .contentSection p.listHeader {padding: .375rem 0;}
    .contentSection p.listHeader::after, .contentSection p.listHeader:after {content: ''; position: absolute; display: block; width: 22px; height: 22px; top: 27px; margin: auto; right: 19px; background: url(/images/expandSprite.png) no-repeat 1px -65px; background-size: 48px auto; overflow: hidden; }
    .contentSection .expanded p.listHeader::after, .contentSection .expanded p.listHeader:after {background-position: -27px -65px }
    .listBlock.expanded ul.defaultUL {padding-bottom: .875rem;}
    .testimonialsWrap.leftAligned {padding: 5.75rem 0 0 0;}
    .courseWrap { position: fixed; display: block; max-width: 745px; max-height: 90%; top: 55px; left: 0; right: 0; margin: auto; background: #fff; box-shadow: 0px 8px 34.65px 0.35px rgba(0,0,0,0.25); z-index: 900; overflow-y: auto; }
    .customCourseOverlay .overlayBlock { position: relative; display: block; width: 100%; height: 100%; padding: 3.5rem 1.7rem 3.2rem 1.6rem; overflow: auto; }
    .customCourseOverlay .overlayBlock .scrollbar-outer > .scroll-element.scroll-y {right: -5px;}
    .customCourseOverlay .buttonGroup .addToCart { position: relative; display: inline-block; margin: 0 40px 30px 0; padding: .6875rem 1.3125rem; }
    .customCourseOverlay .buttonGroup .addAllCart { position: relative; display: inline-block; margin: 0 40px 30px 0; padding: .6875rem 1.3125rem; top: 0; left: 0;}
    .customCourseOverlay .buttonGroup .cancel { position: relative; display: inline-block; margin: 0; text-align: left; width: 10%;  }
    .advanceWrap { min-height: 113px; height: auto; }
    .onetimeBox { width: 47%; display: inline-block; padding: 1rem; height: 116px; }
    .sidebarInner p, .contentSection .sidebarInner p { padding-top: 0; padding-left: 0px; font-size: .9375em; line-height: 1.66; }

    /* ABOUT PAGE */
    .secondaryNav .center { padding: 1.25rem 0 .8125rem 1.25rem; overflow: hidden; white-space: nowrap; -webkit-overflow-scrolling: touch; -ms-overflow-style: none; }
    .secondaryNav a::after, .secondaryNav a:after, .secondaryNav a:hover::after, .secondaryNav a:focus::after, .secondaryNav a:hover:after, .secondaryNav a:focus:after {display: none;}
    .contentSectionWide .innerSection:first-child .center {padding-top: 8.1375rem; padding-bottom: 2.45rem;}
    .contentSectionWide .innerSection .center{ padding: 4.125rem 1.3125rem 2.75rem 1.3125rem; }
    .contentSection .innerSection p { padding-top: 0; padding-left: 0; line-height: 1.4; font-size: 1rem; }
    .sessionLeaderMain .leaderInfo span {font-size: 1rem; line-height:1.4;}
    .contentSection .innerSection .bioContent p {max-width: 100%; padding-top: .5rem; padding-left: 0; font-size: 1rem; line-height: 1.8; }
    .innerSection a.readMore, .innerSection .readMore { position: relative; display: inline-block; color: #146c73; padding: 2.5em 1em 1em 0; text-decoration: none; font-size: .85rem; }
    .innerSection a.readMore span, .innerSection .readMore span { top: 17px; }
    .contentSection .innerSection p a:hover, .contentSection .innerSection p a:focus {color: #3d3d3d; text-decoration: none;}
    /*.contentSectionWide .innerSection#session-leaders .center { padding-left: 0; padding-right: 0;}*/
    .innerSection h1{margin-right: 0;}
    .contentSectionWide .innerSection#stories .center {padding: 3.125rem 0 1.75rem 0; }
    .storyBlocksWrap {width: auto; height: 22rem; overflow: hidden; white-space: nowrap; /*padding-left: 1.3125rem;*/ margin-left: 0; -webkit-overflow-scrolling: touch;}
    .storyBlocksWrap.more {display: inline-block;}

    .storyBlocksWrap.scroll-wrapper > .scroll-content {padding-top: 0 !important;}
    #stories .scrollbar-outer > .scroll-element.scroll-x {display: none;}
    #stories .scrollbar-outer > .scroll-content.scroll-scrollx_visible {margin-top: 0; top: 0; padding-left: 1.3125rem !important; padding-top: 1rem !important;}
    .storyBlock {width: 19.5rem; height: 16.125rem; white-space: normal; margin: 1rem 2rem 1rem 0 !important;}
    .storyImage {width: 39%; min-height: 258px;}
    .storyContent {padding: 1rem 1.25rem 3.25rem 1.375rem; width: 61%;}
    .storyAttr, .contentSection p.storyAttr {font-size: .75rem; padding-bottom: 0;}
    .storyQuote, .contentSection p.storyQuote, .contentSection .innerSection p.storyQuote {padding-top: .35rem; font-size: .875rem; line-height: 1.375;}
    .storyContent .simpleCTA {font-size: .75rem; bottom: 1.25rem; margin-left: 0;}
    .innerSection .readMore.viewAll {display: none;}
    .programTable .tableRow { margin-top: .85rem; }


    /*How it Works*/
    .contentSectionWide .innerRight.innerImage, .contentSectionWide .innerRight.innerImage.floatRight {float: none; position: absolute; display: block; bottom: auto; top: 9.625rem; right: -6.4375rem; margin: 0 auto; /* min-height: 300px; */ }
    .contentSectionWide .innerRight.innerImage, .contentSectionWide .innerRight.innerImage.floatRight {display: none;}
    .contentSectionWide .innerRight.innerImage img { position: relative; display: block; /* width: 100%; */ min-width: 400px; width: 106%; height: auto; }
    .contentSectionWide .innerLeft p.innerHeader { /*padding-top: 17.6125rem;*/ padding-top: 0; font-size: 2.8125rem; line-height: 1.15; }
    .contentSectionWide .innerLeft p { padding-top: .2rem; line-height: 1.4; font-size: 1rem; }
    .contentSectionWide .innerLeft ul.defaultUL { padding: 1.55rem 0 0rem 0; }
    .programTable { margin-top: .45rem; }

    /*Leader Section*/
    .innerSection a.readMore.viewAll span, .innerSection .readMore.viewAll span {top: 6px;}
    .sessionLeader.sessionLeaderMain {max-height: none;margin-bottom: 0; /*padding-left: 1.3125rem; padding-right: 1.3125rem;*/}
    .sessionLeaderMain .leaderImage, .sessionLeaderMain .leaderInfo {display: block; width: 100%;}
    .sessionLeaderMain .leaderImage {max-width: 100%; min-height: 0; height: auto; max-height: 300px; min-width: 300px;}
    .sessionLeaderMain .leaderImage img {max-width: none; max-height: 120%;}
    .sessionLeaderMain .leaderImage::before, .sessionLeaderMain .leaderImage:before {content: ''; position: relative; display: block; width: 100%; padding: 72% 0 0 0; }
    .sessionLeaderMain .leaderInfo {/*padding: 1.75rem 0 4.5rem 0;*/ padding: 1.55rem 0 4.25rem 0; }
    .sessionLeaderMain .leaderInfo p.leaderName {font-size: 1.5625rem; padding: 0;}
    .sessionLeaderMain .leaderInfo p.leaderTitle { font-size: 1.125rem; padding-top: 0px; padding-left: 0; }
    .sessionLeader .divider {margin: 1.15rem 0 1.4rem 0; width: 25px;}
    .sessionLeaderMain .leaderInfo .simpleCTA {font-size: 1.125rem; line-height: 1.55; margin-top: 1.75rem;}
    #session-leaders .scrollbar-outer > .scroll-element.scroll-x {display: none;}
    .sessionLeadersInner .sessionLeader { min-width: 132px; width: 68%; margin-right: 10px; margin-bottom: 10px; display: inline-block; }
    /*.sessionLeadersInner { position: relative; display: block; height: auto; width: auto; overflow: hidden; }*/
    .sessionLeaders p.mobileOnly, .sessionLeaders p.sectionTitle {position: relative; display: block; visibility: visible; font-size: 1.25rem; line-height: 1.2; /*padding-left: 1.25rem;*/ padding-top: 0; margin-bottom: 1.75rem; font-weight: 700; }
    .sessionLeadersInner {-webkit-overflow-scrolling: touch;}
    .scroll-wrapper.sessionLeadersInner {white-space: nowrap;}
    /*.sessionLeadersInner .desktopOnly {display: none;}*/
    .sessionLeadersInner .sessionLeader {min-width: 132px; width: 65%; margin-right: 10px; margin-bottom: 10px; display: inline-block;}
    .sessionLeadersInner .sessionLeader:nth-child(3n+3) {margin-right: 10px;}
    /*.sessionLeadersInner .sessionLeader:nth-child(even) {margin-right: 0;}*/
    .sessionLeadersInner .sessionLeader:last-child {margin-right: 0;}
    a.sessionLeader:nth-child(4n+4) {margin-right: 14px;}
    a.sessionLeader.desktopOnly {display: none;}
    a.sessionLeader.addNew.mobileOnly {position: relative; visibility: visible; display: block; max-width: 340px; width: 100%; height: 3.75rem; background: #146c73; color: #fff; font-family: 'AvenirNext', Verdana, Tahoma, sans-serif;margin-top: 2rem; margin-left: 1.25rem; }
    a.sessionLeader .leaderName {display: inline-block; width: auto; max-width: 100%; padding: 0 .75em 0 1.5em; vertical-align: middle; font-size: 1rem; line-height: 2.2; }
    a.sessionLeader.addNew.mobileOnly .leaderName {left: 0; font-family: 'AvenirNext', Verdana, Tahoma, sans-serif;}
    a.sessionLeader.addNew:hover, a.sessionLeader.addNew:focus {background: #146c73;}
    a.sessionLeader.addNew:hover .leaderImage, a.sessionLeader.addNew:focus .leaderImage {opacity: .09;}
    a.sessionLeader.addNew .plusIcon, a.sessionLeader.addNew:hover .plusIcon, a.sessionLeader.addNew:focus .plusIcon {display: inline-block; vertical-align: middle; right: 0; bottom:0; background: #178289;}
    a.sessionLeader.addNew:hover .plusIcon::before, a.sessionLeader.addNew:hover .plusIcon:before, a.sessionLeader.addNew:focus .plusIcon::before, a.sessionLeader.addNew:focus .plusIcon:before {background-position: 0 -28px;}
    a.sessionLeader.addNew.mobileOnly .plusIcon {top: 0; bottom: 0; margin: auto; right: .5rem;}
    a.sessionLeader.addNew.mobileOnly { position: relative; display: block; visibility:visible; max-width: 340px; width: 100%; height: 3.75rem; background: #146c73; color: #fff; font-family: 'AvenirNext', Verdana, Tahoma, sans-serif; margin-top: 1.5rem; margin-left: 0rem; }
    a.sessionLeader.addNew .leaderName { top: .7575rem; left:1.25rem; font-size: 1rem; }
    .bioOverlay { top: 68px; background: rgba(255, 255, 255, .0); }
    .bioBlock { position: absolute; display: block; top: 0px; left: 0; right: 0; bottom: auto; margin: auto; width: 100%; height: 100%; }
    .bioImage { width: 100%; height: auto;}
    .bioImage::before, .bioImage:before {content:''; position: relative; display: block; width: 100%; height: auto; padding-top: 100%; overflow: hidden;}
    .bioContent { min-width: 100%; width: 100%; height: 35%;padding: 0 1rem 2rem 1.3125rem; overflow: hidden; }
    .bioBlock .scrollbar-outer > .scroll-content.scroll-scrolly_visible {padding-right: 20px !important;}
    .bioOverlay .scrollbar-outer > .scroll-element.scroll-y {right: 5px;}
    .fullWrap .scrollbar-outer > .scroll-element div {height: 90%;}
    .bioContent::after, .bioContent:after {height: 8rem;}
    .scroll-wrapper.bioInner {padding-bottom: 0 !important;}
    .bioContent .overlayClose { position: absolute; top: 1rem; right: 15px; }
    .bioContent .leaderTitle {padding: .5rem 0;}

    /*Social Section*/
    .contentSection #community p.centered {padding: .54rem 0rem  0rem; line-height: 1.4; font-size: 1rem;}
    .contentSection #community p.h2style, .contentSection #community h2.h2style {padding: 2.6rem 0 0 0; margin: 0 auto; line-height: 1.27; font-size: 2.35rem; }
    .contentSection p.centered {padding: 1rem 0 0 0;}
    .socialCommunityWrap {max-width: 330px; margin-top: 2.625rem; }
    .contentSectionWide .innerRight.lgRightPad {padding: 1rem 0; width: 100%;}
    .contentSectionWide .innerRight.innerImage {width: 100%; left: 0; right: 0; margin: auto;}


    /*Contact Section*/
    .contentSectionWide .innerLeft.lgLeftPad { padding: 1.9rem 0; width: 100%; }
    .contentSectionWide .innerRight.lgRightPad { padding: .9rem 0; width: 100%; }
    #contact p span.bold { padding-top: 0; font-size: 1.25rem; line-height: 1; vertical-align: 0; }
    .contentSection #contact .innerSection p.large { font-size: 1.25rem; line-height: 1.75; padding: .2rem 0 0 0; }
    .contentSection #contact .innerSection p.contactText { padding-top: .85rem;padding-left: 0;line-height: 1.25; }
    /*.contentSection #contact .innerRight .defaultLabel { padding: .8rem 1.2rem; font-size: .9375rem; }*/
    .contentSection #contact .innerRight .defaultInputWrap {margin-top: .7375rem;}
    .contentSection #contact .innerRight button.defaultCTA { margin-top: .9125rem; }


    /* ARTICLES PAGE */
    .contentSection {padding: 12.2rem 0 0 0;}
    .contentSection.contentSectionWide {position: relative; display: block; width: 100%; padding: 0rem 0 0rem 0;}
    .contentSection .masonryArticleWrap { padding: 2.8rem 0 0 0; }
    .contentSectionWide .masonryArticleWrap .center { padding: 0rem .938rem 2rem; }
    .altHeader { display: none; }
    .articlesWrap { margin: 0 0px; }
    .article:nth-child(1) { display: block; width: 100%; min-height: 0; height: auto; margin-bottom: 2rem; padding: 0; box-shadow: none; }
    .article:nth-child(1) span.date {position: relative; display: block; margin-top: 18px; padding: 0 0 7px 0; font-size: .7125rem;}
    .article:nth-child(1) span.title {padding: 0 0 14px; font-size: 2.5rem; }
    .article:nth-child(1) .snippet { font-size: 1.12rem; line-height: 1.55; padding-right: 4px; padding-left: 4px; margin-bottom: 25px; }
    .article span.title { font-size: 2rem; }
    .article:nth-child(1).snippet { line-height: 1.25; }
    .articlesWrap .article:nth-child(1) .defaultCTA, .articlesWrap .article .defaultCTA { /*position: absolute; bottom: 2.5rem;*/ position:relative; bottom: auto; font-size: .8125rem; padding: 1rem 1.85rem; }
    .snippet, .snippetOne { position: relative; display: block; padding: 0 0 15px 0; font-size: 1.125rem; line-height: 1.25; margin-bottom: 25px; }
    .signupBlock.snippet { line-height: 1.25; }
    .article.xsmall { min-height: 313px; height: auto; }
    .article.midsmall { min-height: 362px; height: auto; }
    .article.small { min-height: 390px; height: auto; }
    .article.xmed { min-height: 408px; height: auto;  }
    .article.midmed { min-height: 402px; height: auto; }
    .article.xsmlarge { min-height: 443px; height: auto; }
    .article.midlarge { min-height: 442px; height: auto; }
    .article.midlargeTwo { min-height: 442px; height: auto; }
    .article.lgten { min-height: 488px; height: auto; }
    .article.lglong{ min-height: 562px; height: auto; }
    .article.lgnine { min-height: 348px; height: auto; padding: 36px 22px; }
    .article { width: 100%; min-height: 270px; height: auto; margin-bottom: 1.5rem; padding: 29px 31px; float: none; box-shadow: 0px 0px 22.32px 1.68px rgba(0, 0, 0, 0.1); }
    .article .date {position: relative; display: block; font-size:.7875rem; color: #767676;}
    .article .title {padding: 0 0 7px 0;}
    .article span.snippet, .article span.snippetOne {font-size: 1.025rem; line-height: 1.28;}
    .article .simpleCTA {/*position: absolute; bottom: 2.9rem;*/ position: relative; margin-top: 4.1rem; font-size: .985rem;}
    .signupBlock .defaultCTA.greenCTA {position: absolute; bottom: 2.9rem;margin-left:0.313rem; background: #07915d; border: 2px solid #07915d;}
    .newsletterOverlay {top: -150%;}
    .newsOverlayOpen .newsletterOverlay {top: 54px;}

    /*removed featured*/

    /* ARTICLE DETAILS */
    .quoteArea, .contentSection .innerSection p.quoteArea { font-size: 2rem; }
    .contentSection .innerSection p.h2style, .contentSection .innerSection h2.h2style  { font-size: 3.125rem; line-height: 1.25;}
    .contentSection.articleContent .innerSection p { /*font-size: 1rem;*/ line-height: 1.8; }

	span.quote,
	.contentSection .innerSection p.quoteArea span {
		margin-right: auto;
	}
    .article-filter-select {
        width: 100%;
    }


    /* CHECKOUT */
    .customerInfoWrap .noCustomer {padding-top: 2rem;}
    .customerInfoWrap .noCustomer * {display: block; margin: 0 auto; text-align: center; margin-bottom: 1rem;}
    .sticky.cartWrap .sidebarSection:first-child {padding-bottom: 0;}
    .defaultInputWrap.withButton {height: 3rem;}
    .defaultInputWrap.withButton .defaultInput {width: 68%; }
    .defaultInputWrap.withButton.inputFocused::before, .defaultInputWrap.withButton.inputFocused:before, .defaultInputWrap.withButton.textEntered::before, .defaultInputWrap.withButton.textEntered:before {width: 68%; height: 50px; top:0; bottom: auto;}
    .defaultInputWrap.withButton .defaultCTA.square {max-width: 30%; margin: 0; height: 50px;}

}


@media screen and (max-width: 450px) {
    .customCourseOverlay .buttonGroup .addToCart { position: relative; display: block; margin: 0 40px 30px 0; padding: .6875rem 1.3125rem; }
    .customCourseOverlay .buttonGroup .cancel { position: relative; display: block; margin: 0; text-align: left; width: 10%; }
	.quoteArea,
	.contentSection .innerSection p.quoteArea {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 400px) {
    .sidebarSection .defaultInputWrap.defaultDropdownWrap { width: 97%; height: 58px; margin: 2.4375rem 0 0 0; }
    .sidebarSection .defaultInputWrap.defaultDropdownWrap .select2-container--default .select2-selection--single { border-radius: 0; max-height: 60px; height: 100%; padding: 14px 47px 16px 22px; }
    .sidebarSection .defaultInputWrap.defaultDropdownWrap .select2-container { height: 100%; min-width: 100%; width: 100% !important; }
    .advanceWrap { min-height: 125px; height: auto; position: relative; display: block; }
    .monthlyBox { position: absolute; display: inline-block; width: 47%; /* top: -134px; */ left: 50%; }
    .monthlyBox .active { top: -19px; }
}

@media screen and (max-width: 386px) {
    .onetimeBox {width: 47%; display: inline-block; padding: 1rem; height: 129px;}
}
/* TOUCH DEVICE MEDIA QUERY */
@media (pointer: coarse) {
    .simpleCTA::after, .simpleCTA:after, .simpleCTA:hover::after, .simpleCTA:hover:after, .simpleCTA:focus::after, .simpleCTA:focus:after {display: none;}
    a:hover .simpleCTA::after, a:hover .simpleCTA:after, a:focus .simpleCTA::after, a:focus .simpleCTA:after {display: none;}
    .secondaryNav a.active::after, .secondaryNav a.active:after, .secondaryNav a:hover::after, .secondaryNav a:focus::after, .secondaryNav a:hover:after, .secondaryNav a:focus:after, .secondaryNav a:hover::after, .secondaryNav a:focus::after, .secondaryNav a:hover:after, .secondaryNav a:focus:after {display: none;}
    .secondaryNav a.active::after, .secondaryNav a.active:after {display: block;}
}

/* Special Styles for Leaders Use */
.leaderInstruction {font-style: italic;}
.blueText {color: #366091 }

.leader-guide-session-name,
.cke_panel_listItem p.leader-guide-session-name {
	color: #146c73;
	display: block;
	font-family: 'Libre Baskerville', 'Acta Medium', Georgia, 'Times New Roman', Times, serif;
	font-size: 1.45em;
    font-weight: 400;
	line-height: 1.2em;
    margin: 0;
    padding: 0 0 .5em 0;
	position: relative;
}
.leader-guide-session-name b,
.leader-guide-session-name strong,
.cke_panel_listItem p.leader-guide-session-name b,
.cke_panel_listItem p.leader-guide-session-name strong{
    font-weight: 400;
}
.leader-guide-session-quote,
.cke_panel_listItem p.leader-guide-session-quote {
    color: #e4733b;
    display: block;
    font-family: 'AvenirNext', Verdana, Tahoma, sans-serif;
    font-size: 1.36em;
    line-height: 1.2em;
    margin: 0;
    padding: 0 0 .5em 0;
    position: relative;
}
.leader-guide-small-heading,
.cke_panel_listItem p.leader-guide-small-heading {
	color: #424242;
	display: block;
	font-family: 'AvenirNext', Verdana, Tahoma, sans-serif;
	font-size: 1.27rem;
    font-weight: 400;
    line-height: 1.5em;
    padding: 0;
	position: relative;
}
.leader-guide-small-heading b,
.leader-guide-small-heading strong,
.cke_panel_listItem p.leader-guide-small-heading b,
.cke_panel_listItem p.leader-guide-small-heading strong {
    font-weight: 400;
}
.assignment-heading-2,
h2.assignment-heading-2,
.cke_panel_listItem p.assignment-heading-2
{
	color: #424242;
    display: block;
	font-family: 'Libre Baskerville', 'Acta Medium', Georgia, 'Times New Roman', Times, serif;
    font-size: 1.8em;
    font-weight: 400;
    line-height: 1.1em;
    margin: 0;
    padding: 0 0 .5em 0;
    position: relative;
}
.assignment-heading-2 b,
.assignment-heading-2 strong,
h2.assignment-heading-2 b,
h2.assignment-heading-2 strong,
.cke_panel_listItem p.assignment-heading-2 b,
.cke_panel_listItem p.assignment-heading-2 strong {
    font-weight: 400;
}
.assignment-heading-3,
h3.assignment-heading-3,
.cke_panel_listItem p.assignment-heading-3
{
	color: #424242;
    display: block;
	font-family: 'Libre Baskerville', 'Acta Medium', Georgia, 'Times New Roman', Times, serif;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.1em;
    margin: 0;
    padding: 0 0 .5em 0;
    position: relative;
}
.assignment-heading-3 b,
.assignment-heading-3 strong,
h3.assignment-heading-3 b,
h3.assignment-heading-3 strong,
.cke_panel_listItem p.assignment-heading-3 b,
.cke_panel_listItem p.assignment-heading-3 strong {
    font-weight: 400;
}
.storyDetail table,
.new-article-section table {
	border: none;
	border-collapse: collapse;
	display: table;
    margin: 0 0 1.8rem 0;
	max-width: 100%;
	position: relative;
	width: auto !important;
}
.leader-guide-table,
.leader-guide-wrap table,
.assignmentLabel.textBlock table {
	border: none;
    border-collapse: collapse;
	display: table;
	max-width: 100%;
	position: relative;
    width: auto !important;
}
.storyDetail td,
.new-article-section td {
    border: none;
    color: #424242;
    display: table-cell;
    font-family: 'AvenirNext', Verdana, Tahoma, sans-serif;
    font-size: 1em;
    line-height: 1.5em;
	padding: .2em .5em .2em 0;
	position: relative;
	vertical-align: top;
}
.leader-guide-table td,
.leader-guide-wrap td,
.assignmentLabel.textBlock td {
    border: none;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
    color: #424242;
	display: table-cell;
    font-family: 'AvenirNext', Verdana, Tahoma, sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5em;
	padding: .2em .5em;
	position: relative;
	vertical-align: top;
}
.leader-guide-table tr:first-child td,
.leader-guide-wrap tr:first-child td,
.assignmentLabel.textBlock tr:first-child td {
    border-top: 0;
}
.leader-guide-table tr td:first-child,
.leader-guide-wrap tr td:first-child,
.assignmentLabel.textBlock tr td:first-child {
    border-left: 0;
}
.leader-guide-unordered,
ul.leader-guide-unordered,
.cke_editable ul.leader-guide-unordered,
.leader-guide-wrap ul,
.assignmentLabel.textBlock ul {
    color: #424242;
	display: block;
    font-family: 'AvenirNext', Verdana, Tahoma, sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0;
    padding: 1em 0 1em 1.8em;
	position: relative;
}
.leader-guide-unordered li,
ul.leader-guide-unordered li,
.cke_editable ul.leader-guide-unordered li,
.leader-guide-wrap ul li,
.assignmentLabel.textBlock ul li {
	color: #424242;
	display: list-item;
	font-family: 'AvenirNext', Verdana, Tahoma, sans-serif;
	font-size: 1em;
    font-weight: 400;
	line-height: 1.5em;
	list-style: initial;
	margin: 0;
	padding: .45em 0 .45em .8em;
	position: relative;
	vertical-align: top;
}
.cke_editable ul.leader-guide-unordered li::before,
.cke_editable ul.leader-guide-unordered li:before,
ul.leader-guide-unordered li::before,
ul.leader-guide-unordered li:before,
.leader-guide-wrap ul li::before,
.leader-guide-wrap ul li:before,
.assignmentLabel.textBlock ul li::before,
.assignmentLabel.textBlock ul li:before {
    display: none;
}
.cke_editable img,
.assignmentLabel.textBlock img {
    max-width: 50em;
}
.storyDetail hr,
.new-article-section hr,
.leader-guide-wrap hr {
	display: block;
	margin: 1.75em 0;
	max-width: 40em;
	position: relative;
	width: 100%;
}
