.bg-brand-green1 {
  background-color: #c6d582; }

.bg-brand-green2 {
  background-color: #93b93a; }

.bg-brand-green3 {
  background-color: #688e14; }

.bg-brand-gray1, .gray-theme {
  background-color: #485151; }

.bg-brand-blue1 {
  background-color: #1a4d66; }

.bg-brand-gray2, .dark-gray-theme, .dark-gray-dotted-theme2 {
  background-color: #262d2d; }

.brand-green1 {
  color: #c6d582; }

.brand-green2 {
  color: #93b93a; }

.brand-green3 {
  color: #688e14; }

.brand-gray1 {
  color: #485151; }

.brand-blue1 {
  color: #1a4d66; }

.brand-gray2 {
  color: #262d2d; }

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

.bg-gray1 {
  background-color: #f5f5f5; }

.bg-gray2 {
  background-color: #e6e6e6; }

.bg-gray3 {
  background-color: #bfbfbf; }

.bg-gray4 {
  background-color: #abafaf; }

.bg-gray5 {
  background-color: #6d7474; }

.bg-gray6 {
  background-color: #485151; }

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

.bg-gray-static, .gray-static-theme {
  position: relative; }
  .bg-gray-static::before, .gray-static-theme::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.1;
    background: url(/Resources/img/texture.png); }
  .bg-gray-static::after, .gray-static-theme::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    top: 0;
    background-color: #f5f5f5; }

.bg-blue-gradient-static {
  position: relative; }
  .bg-blue-gradient-static::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.1;
    background: url(/Resources/img/texture.png); }
  .bg-blue-gradient-static::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    top: 0;
    background-color: #c9ebf8; }
  .bg-blue-gradient-static::after {
    background: linear-gradient(to right, #c9ebf8 4%, #58c1e9 98%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9ebf8', endColorstr='#58c1e9', GradientType=1); }

.bg-gray-dotted, .gray-dotted-theme, .gray-dotted-theme2, .dark-gray-dotted-theme {
  background: #485151 url(/GlobalAssets/Images/backgrounds/bg.tile.dot.png); }

.bg-dark-gray-dotted, .dark-gray-dotted-theme, .dark-gray-dotted-theme2 {
  background: #262d2d url(/GlobalAssets/Images/backgrounds/bg.tile.dot2.png); }

.gray-static-theme {
  color: #262d2d; }

.dark-gray-theme {
  color: #ffffff; }
  .dark-gray-theme h2, .dark-gray-theme h3 {
    color: #c6d582; }

.gray-theme {
  color: #ffffff; }
  .gray-theme h2, .gray-theme h3 {
    color: #ffffff; }

.dark-gray-theme2 {
  background-color: #373f3f;
  color: #ffffff; }

.gray-dotted-theme {
  color: #ffffff; }
  .gray-dotted-theme h1, .gray-dotted-theme h2 {
    color: #c6d582; }

.gray-dotted-theme2, .dark-gray-dotted-theme {
  text-align: center;
  color: #c6d582; }
  .gray-dotted-theme2 h1, .dark-gray-dotted-theme h1, .gray-dotted-theme2 h2, .dark-gray-dotted-theme h2 {
    color: #ffffff;
    font-size: 26px; }
  .gray-dotted-theme2 h3, .dark-gray-dotted-theme h3 {
    color: #c6d582; }
  .gray-dotted-theme2 .content, .dark-gray-dotted-theme .content {
    color: #ffffff;
    font-size: 16px; }

.dark-gray-dotted-theme2 {
  color: #ffffff;
  text-align: center; }
  .dark-gray-dotted-theme2 h2 {
    color: #c6d582; }

.quote-theme, .gray-quote-theme, .dark-quote-theme {
  position: relative; }
  .quote-theme:before, .gray-quote-theme:before, .dark-quote-theme:before {
    position: absolute;
    top: 0;
    left: -.4em;
    content: '\201C';
    font-size: 200px;
    font-weight: 500;
    color: #f5f5f5;
    line-height: .35; }
    @media (max-width: 767px) {
      .quote-theme:before, .gray-quote-theme:before, .dark-quote-theme:before {
        left: -.2em;
        font-size: 100px; } }
  .quote-theme:after, .gray-quote-theme:after, .dark-quote-theme:after {
    position: absolute;
    right: -.25em;
    bottom: -.1em;
    content: '\201D';
    font-size: 200px;
    font-weight: 500;
    color: #f5f5f5;
    line-height: 0; }
    @media (max-width: 767px) {
      .quote-theme:after, .gray-quote-theme:after, .dark-quote-theme:after {
        right: -.15em;
        font-size: 100px;
        font-weight: 500;
        line-height: .35;
        bottom: -.5em; } }

.gray-quote-theme:before, .gray-quote-theme:after {
  color: rgba(0, 0, 0, 0.1); }

.dark-quote-theme {
  color: #ffffff; }
  .dark-quote-theme:before, .dark-quote-theme:after {
    color: rgba(255, 255, 255, 0.2); }

.chevron-banner {
  width: 90%;
  max-width: 264px;
  position: relative;
  z-index: 0;
  margin: 0 auto;
  z-index: 3; }
  @media (max-width: 830px) {
    .chevron-banner {
      max-width: 100%;
      min-height: 0;
      z-index: 0; } }
  .chevron-banner .chevron-banner-content {
    background-color: #262d2d;
    color: white;
    text-align: center;
    padding: 60px 40px 40px 40px;
    font-size: 18px; }
    @media (max-width: 830px) {
      .chevron-banner .chevron-banner-content {
        padding-bottom: 0;
        padding-top: 30px; } }
  .chevron-banner .chevron-banner-bottom {
    width: 100%;
    height: 0;
    padding-left: 50%;
    padding-top: 15%;
    overflow: hidden; }
    .chevron-banner .chevron-banner-bottom div {
      width: 0;
      height: 0;
      margin-left: -750px;
      margin-top: -150px;
      border-left: 750px solid transparent;
      border-right: 750px solid transparent;
      border-top: 150px solid #262d2d; }
  .chevron-banner.from-top {
    top: -400px;
    transition: top 2s;
    transition-timing-function: ease-in-out;
    -webkit-transition: top 2s;
    -webkit-transition-timing-function: ease-in-out; }
    @media (max-width: 830px) {
      .chevron-banner.from-top {
        top: 0;
        transition: none;
        -webkit-transition: none; } }
  .chevron-banner.in {
    top: 0; }

.circular-banner {
  width: 550px;
  height: 550px;
  border-radius: 275px;
  background-color: #262d2d;
  position: absolute;
  right: 3%;
  top: -65px;
  z-index: 3; }
  .circular-banner .circular-banner-content {
    width: 50%;
    margin: 0 auto;
    color: white;
    position: relative;
    top: 38%;
    transform: translateY(-50%); }
  .circular-banner .circular-banner-image {
    width: 166px;
    position: absolute;
    bottom: 78px;
    margin: 0 auto;
    left: 50%;
    margin-left: -83px; }
  @media (max-width: 1200px) {
    .circular-banner {
      width: 100%;
      position: static;
      border-radius: 0;
      right: 0;
      top: 0;
      height: 350px; }
      .circular-banner .circular-banner-content {
        top: 25%; }
      .circular-banner .circular-banner-image {
        bottom: 0; } }
  @media (max-width: 767px) {
    .circular-banner .circular-banner-content {
      width: 95%; } }

.circular-banner2 {
  width: 420px;
  height: 420px;
  border-radius: 230px;
  background-color: #262d2d;
  right: -15%;
  z-index: 3;
  position: relative; }
  .circular-banner2 .circular-banner2-content {
    width: 80%;
    margin: 10% auto;
    color: white;
    position: relative;
    top: 38%;
    transform: translateY(-50%); }
  .circular-banner2 .circular-banner2-image {
    width: 400px;
    position: absolute;
    bottom: -170px;
    left: -270px; }
  @media (max-width: 1200px) {
    .circular-banner2 {
      margin: 0 auto;
      position: relative;
      right: -15%;
      margin-bottom: 30px; }
      .circular-banner2 .circular-banner2-content {
        text-align: center; }
      .circular-banner2 .circular-banner2-image {
        bottom: -170px;
        left: -270px; } }

body {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  color: #262d2d;
  line-height: 1.6;
  font-size: 16px; }

p {
  margin: 0 0 1em; }

b, strong {
  font-weight: 400; }

ul, ol {
  padding-left: 1.2em; }

a {
  color: #93b93a; }
  a:hover {
    color: #93b93a; }
  @media (max-width: 767px) {
    a {
      word-wrap: break-word; } }

blockquote {
  text-align: center;
  font-size: 24px;
  border: 1px solid #e6e6e6;
  border-left: 0;
  border-right: 0;
  padding: 50px 0;
  margin: 50px 0; }
  blockquote .byline {
    font-size: 16px;
    margin-top: 20px; }

.nowrap {
  white-space: nowrap; }

.header2 {
  font-size: 21px;
  line-height: 1.3; }

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

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

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

.float-right {
  float: right; }

.text-16 {
  font-size: 16px; }

.text-18, .graph-headline2.text-18 {
  font-size: 18px; }

.text-20 {
  font-size: 20px; }

.text-22, .media.media-style2 .content.text-22, .media.media-style2-2 .content.text-22, .media.media-specs .content.text-22 {
  font-size: 22px; }

.text-24 {
  font-size: 24px; }

.text-26 {
  font-size: 26px; }

.text-44 {
  font-size: 44px; }

.text-85 {
  font-size: 85px; }

@media (max-width: 767px) {
  .mobile-text-12 {
    font-size: 12px; } }

.leading-10 {
  line-height: 1; }

.leading-11 {
  line-height: 1.1; }

.leading-12 {
  line-height: 1.2; }

.leading-14 {
  line-height: 1.4; }

.leading-16 {
  line-height: 1.6; }

.leading-18 {
  line-height: 1.8; }

.leading-20 {
  line-height: 2; }

.break-desktop {
  display: none; }
  @media (min-width: 992px) {
    .break-desktop {
      display: block; } }

.break-mobile {
  display: block; }
  @media (min-width: 768px) {
    .break-mobile {
      display: none; } }

ul.checkmark-list {
  list-style: none;
  padding-left: 0;
  font-size: 16px; }
  ul.checkmark-list > li {
    background: url(/GlobalAssets/Images/icons/icon.checkmark.png) left top 6px no-repeat;
    padding-left: 40px;
    padding-right: 30px;
    margin-bottom: 1.5em; }

ul.link-list {
  padding-left: 0;
  font-size: 20px;
  list-style: none; }
  ul.link-list > li {
    color: #93b93a; }
    ul.link-list > li a {
      font-size: 20px;
      color: #93b93a;
      text-decoration: none; }
      ul.link-list > li a:hover {
        text-decoration: underline; }

* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -icab-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box; }

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center; }

.relative {
  position: relative; }

@media (max-width: 991px) {
  .ContentMain {
    margin-top: 73px; } }

.site-width, .blade-content, .podcast {
  width: 100%;
  max-width: 1140px;
  margin: auto; }
  @media (max-width: 1199px) {
    .site-width, .blade-content, .podcast {
      padding: 0 15px; } }
  @media (max-width: 768px) {
    .site-width, .blade-content, .podcast {
      padding: 0 30px; } }

section {
  text-align: left; }

.BodyWrapper {
  height: 100%; }

@media (max-width: 767px) {
  .not-mobile {
    display: none; } }

.mobile-only {
  display: block !important; }
  @media (min-width: 768px) {
    .mobile-only {
      display: none !important; } }

.ie10-only {
  display: none; }

.ie10 .ie10-only {
  display: block; }

.ie10 .flex-layout {
  min-height: 100%; }

.p-0 {
  padding: 0; }

.p-20 {
  padding: 20px; }

.p-30 {
  padding: 30px; }

.p-top-0 {
  padding-top: 0; }

.p-top-25 {
  padding-top: 25px; }

.p-top-35 {
  padding-top: 35px; }

.p-top-50 {
  padding-top: 50px; }

.p-top-80 {
  padding-top: 80px; }

.p-top-90 {
  padding-top: 90px; }

.p-top-100 {
  padding-top: 100px; }

.p-bot-0 {
  padding-bottom: 0; }

.p-bot-25, .media.media-style6, .media.media-style8 {
  padding-bottom: 25px; }

.p-bot-35 {
  padding-bottom: 35px; }

.p-bot-50 {
  padding-bottom: 50px; }

.p-bot-80 {
  padding-bottom: 80px; }

.p-bot-90 {
  padding-bottom: 90px; }

.p-bot-100 {
  padding-bottom: 100px; }

.p-bot-150 {
  padding-bottom: 150px; }

.p-top-bot-25 {
  padding-top: 25px;
  padding-bottom: 25px; }

.p-top-bot-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.p-top-bot-35 {
  padding-top: 35px;
  padding-bottom: 35px; }

.p-top-bot-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.p-top-bot-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.p-top-bot-80, .section-padding {
  padding-top: 80px;
  padding-bottom: 80px; }

.p-top-bot-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.p-top-bot-120 {
  padding-top: 120px;
  padding-bottom: 120px; }

.p-top-80-bot-30 {
  padding-top: 80px;
  padding-bottom: 30px; }

.p-left-40 {
  padding-left: 40px; }

.p-left-80 {
  padding-left: 80px; }

.p-right-30 {
  padding-right: 30px; }

.p-right-40 {
  padding-right: 40px; }

.p-right-60 {
  padding-right: 60px; }

.p-left-right-0 {
  padding-left: 0;
  padding-right: 0; }

.p-left-right-20 {
  padding-left: 20px;
  padding-right: 20px; }

.m-top-0 {
  margin-top: 0; }

.m-top-10 {
  margin-top: 10px; }

.m-top-15 {
  margin-top: 15px; }

.m-top-20 {
  margin-top: 20px; }

.m-top-30 {
  margin-top: 30px; }

.m-top-40 {
  margin-top: 40px; }

.m-top-50 {
  margin-top: 50px; }

.m-top-60 {
  margin-top: 60px; }

.m-top-80, .cloud-hero .cloud-hero-contents .hero-wysi-content {
  margin-top: 80px; }

.m-top-100 {
  margin-top: 100px; }

.m-top-140 {
  margin-top: 140px; }

.m-bot-0 {
  margin-bottom: 0; }

.m-bot-10 {
  margin-bottom: 10px; }

.m-bot-15 {
  margin-bottom: 15px; }

.m-bot-25, .media.media-style10, .media.media-sectionHeader h1.m-bot-25 {
  margin-bottom: 25px; }

.m-bot-30 {
  margin-bottom: 30px; }

.m-bot-40 {
  margin-bottom: 40px; }

.m-bot-50, .media.media-style6, .media.media-style8, .media.media-style9 {
  margin-bottom: 50px; }

.m-bot-60 {
  margin-bottom: 60px; }

.m-bot-80, .media.media-sectionHeader.m-bot-80 {
  margin-bottom: 80px; }

.m-bot-100 {
  margin-bottom: 100px; }

.m-top-bot-10, .podcast .episode .host, .podcast .episode .short-description {
  margin-top: 10px;
  margin-bottom: 10px; }

.m-top-bot-15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.m-left-0 {
  margin-left: 0; }

.m-left-20, .cloud-hero .cloud-hero-contents .hero-wysi-content {
  margin-left: 20px; }

.m-left-50 {
  margin-left: 20px; }

.m-right-0 {
  margin-right: 0; }

.m-right-20 {
  margin-right: 20px; }

.section-margin {
  margin-top: 80px;
  margin-bottom: 80px; }

.reset-space {
  margin: 0;
  padding: 0; }

.valign-btm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end; }

.valign-mid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.float-l {
  float: left; }
  @media (max-width: 992px) {
    .float-l {
      float: none; } }

.float-r {
  float: right; }
  @media (max-width: 992px) {
    .float-r {
      float: none; } }

.ie11 .hero-height {
  min-height: 1px; }

.hero-height {
  min-height: 350px; }

.hero-height-md {
  min-height: 400px; }

.img-left {
  float: left;
  margin: 10px 15px 10px 0; }

.img-right {
  float: right;
  margin: 10px 0 10px 15px; }

.hide {
  display: none; }

.show {
  display: block; }

.flex-layout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center; }
  .flex-layout.flex-valign-top {
    align-items: flex-start;
    -ms-flex-align: start; }
  .flex-layout.flex-valign-btm {
    align-items: flex-end;
    -ms-flex-align: end; }
  .flex-layout.flex-valign-mid {
    align-items: center;
    -ms-flex-align: center; }
  .flex-layout.flex-justify-content {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .flex-layout.flex-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    @media (max-width: 768px) {
      .flex-layout.flex-nowrap {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .flex-layout.flex-basis-auto {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .flex-layout .flex-col-1 {
    flex: 8.333333333%;
    -ms-flex: 8.333333333%; }
    @media (max-width: 767px) {
      .flex-layout .flex-col-1 {
        flex: 100%;
        -ms-flex: 100%; } }
  .flex-layout .flex-col-2 {
    flex: 16.66666667%;
    -ms-flex: 16.66666667%; }
    @media (max-width: 767px) {
      .flex-layout .flex-col-2 {
        flex: 100%;
        -ms-flex: 100%; } }
  .flex-layout .flex-col-3 {
    flex: 25%;
    -ms-flex: 25%; }
    @media (max-width: 767px) {
      .flex-layout .flex-col-3 {
        flex: 100%;
        -ms-flex: 100%; } }
  .flex-layout .flex-col-4 {
    flex: 33.33333333%;
    -ms-flex: 33.33333333%; }
    @media (max-width: 767px) {
      .flex-layout .flex-col-4 {
        flex: 100%;
        -ms-flex: 100%; } }
  .flex-layout .flex-col-5 {
    flex: 41.66666667%;
    -ms-flex: 41.66666667%; }
    @media (max-width: 767px) {
      .flex-layout .flex-col-5 {
        flex: 100%;
        -ms-flex: 100%; } }
  .flex-layout .flex-col-6 {
    flex: 50%;
    -ms-flex: 50%; }
    @media (max-width: 767px) {
      .flex-layout .flex-col-6 {
        flex: 100%;
        -ms-flex: 100%; } }
  .flex-layout .flex-col-7 {
    flex: 58.333334%;
    -ms-flex: 58.333334%; }
    @media (max-width: 767px) {
      .flex-layout .flex-col-7 {
        flex: 100%;
        -ms-flex: 100%; } }
  .flex-layout .flex-col-8 {
    flex: 66.66666667%;
    -ms-flex: 66.66666667%; }
    @media (max-width: 767px) {
      .flex-layout .flex-col-8 {
        flex: 100%;
        -ms-flex: 100%; } }
  .flex-layout .flex-col-9 {
    flex: 75%;
    -ms-flex: 75%; }
    @media (max-width: 767px) {
      .flex-layout .flex-col-9 {
        flex: 100%;
        -ms-flex: 100%; } }
  .flex-layout .flex-col-10 {
    flex: 83.33333333%;
    -ms-flex: 83.33333333%; }
    @media (max-width: 767px) {
      .flex-layout .flex-col-10 {
        flex: 100%;
        -ms-flex: 100%; } }
  .flex-layout .flex-col-11 {
    flex: 91.66666667%;
    -ms-flex: 91.66666667%; }
    @media (max-width: 767px) {
      .flex-layout .flex-col-11 {
        flex: 100%;
        -ms-flex: 100%; } }

.d-block {
  display: block; }

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

html.env-local body, html.env-dev body, html.env-stage body {
  margin-top: 20px; }

html.env-local body:after {
  content: "Local Environment";
  position: fixed;
  height: 20px;
  width: 100%;
  top: 0;
  background-color: cyan;
  font: 15px monospace;
  line-height: 20px;
  overflow: hidden; }

html.env-dev body:after {
  content: "Development Environment";
  position: fixed;
  height: 20px;
  width: 100%;
  top: 0;
  background-color: yellow;
  font: 15px monospace;
  line-height: 20px;
  overflow: hidden; }

html.env-stage body:after {
  content: "Staging Environment";
  position: fixed;
  height: 20px;
  width: 100%;
  top: 0;
  background-color: orange;
  font: 15px monospace;
  line-height: 20px;
  overflow: hidden; }

.rule1 {
  border-bottom: 1px solid #e6e6e6; }

.rule2 {
  border-bottom: 1px solid #abafaf; }

.rule3 {
  border-bottom: 1px solid #485151; }

.border-gray1 {
  border: 1px solid #f5f5f5; }

.border-gray2, .tabs .tab, .media.media-style3, .media.media-style3-2, .media.media-style6, .media.media-style8, .media.media-style9, .media.media-style10 {
  border: 1px solid #e6e6e6; }

.gutter-rule2-left {
  border-left: 1px solid #e6e6e6;
  padding-left: 40px; }
  @media (max-width: 992px) {
    .gutter-rule2-left {
      border: 0;
      padding: 0 20px; } }

.gutter-rule2-right {
  border-right: 1px solid #e6e6e6; }
  @media (max-width: 992px) {
    .gutter-rule2-right {
      border: 0; } }

.gutter-rule3-left {
  border-left: 1px solid #6d7474; }
  @media (max-width: 992px) {
    .gutter-rule3-left {
      border: 0; } }

.gutter-rule3-right {
  border-right: 1px solid #6d7474; }
  @media (max-width: 992px) {
    .gutter-rule3-right {
      border: 0; } }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Slab', serif;
  line-height: 1.3;
  font-weight: 300; }

h3, h4, h5, h6 {
  font-weight: 500; }

h1 {
  font-size: 44px; }
  @media (max-width: 768px) {
    h1 {
      font-size: 38px; } }

h2 {
  font-size: 34px; }
  @media (max-width: 768px) {
    h2 {
      font-size: 24px; } }

h3 {
  font-size: 24px; }
  @media (max-width: 768px) {
    h3 {
      font-size: 20px; } }

h4 {
  font-size: 20px; }
  @media (max-width: 768px) {
    h4 {
      font-size: 18px; } }

h5 {
  font-size: 16px; }
  @media (max-width: 768px) {
    h5 {
      font-size: 16px; } }

h6 {
  font-size: 16px; }

@media (min-width: 768px) {
  .h-20 {
    font-size: 18px; }
  .h-30 {
    font-size: 24px; }
  .h-38, .dark-quote-theme h2.h-38 {
    font-size: 30px; }
  .h-44 {
    font-size: 36px; }
  .h-60 {
    font-size: 56px; }
  .h-80 {
    font-size: 72px; } }

@media (min-width: 992px) {
  .h-20 {
    font-size: 20px; }
  .h-30 {
    font-size: 30px; }
  .h-38, .dark-quote-theme h2.h-38 {
    font-size: 38px; }
  .h-44 {
    font-size: 44px; }
  .h-60 {
    font-size: 60px; }
  .h-80 {
    font-size: 80px; } }

footer {
  background: #262d2d;
  color: #ffffff; }
  @media (max-width: 747px) {
    footer {
      min-height: 150px; } }
  footer .foot-site-nav, footer .foot-site-links {
    padding: 50px 0;
    text-align: left;
    font-size: 16px;
    border-top: 1px solid #485151; }
    @media (max-width: 747px) {
      footer .foot-site-nav, footer .foot-site-links {
        padding-bottom: 30px; } }
  footer a {
    color: #ffffff;
    display: block;
    line-height: 2; }
    footer a.social-icon {
      display: inline-block; }
      footer a.social-icon:last-child img {
        margin-right: 0; }
      footer a.social-icon img {
        max-width: 30px;
        margin-right: 10px;
        width: 100%; }
    @media (max-width: 747px) {
      footer a:last-child {
        margin-bottom: 30px; } }
  footer .foot-site-links {
    font-size: 12px;
    padding: 25px 0;
    color: #abafaf; }
    @media (max-width: 747px) {
      footer .foot-site-links {
        padding-top: 50px;
        font-size: 14px; } }
    footer .foot-site-links a {
      display: inline-block;
      color: #abafaf;
      padding-right: 20px; }
      @media (max-width: 747px) {
        footer .foot-site-links a {
          display: block;
          padding-bottom: 10px; } }
      @media (max-width: 747px) {
        footer .foot-site-links a:last-of-type {
          margin-bottom: 40px; } }
    footer .foot-site-links .copyright {
      float: right; }
      @media (max-width: 747px) {
        footer .foot-site-links .copyright {
          float: none; } }
  footer.footer-lp {
    background: #262d2d;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left; }
    footer.footer-lp .foot-site-nav, footer.footer-lp .foot-site-links {
      text-align: center;
      border-top: none;
      padding: 20px 0 85px 0; }
    footer.footer-lp .footer-copyright {
      padding-top: 10px; }
    footer.footer-lp a {
      display: inline-block;
      padding: 10px 20px; }
    @media (max-width: 767px) {
      footer.footer-lp a {
        width: 100%;
        padding: 20px 10px;
        font-size: 18px;
        margin: 10px 0;
        text-align: left; }
      footer.footer-lp .divider {
        display: none; }
      footer.footer-lp .footer-copyright {
        text-align: left;
        font-size: 16px; } }

.NavMain {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 0 15px 0;
  background-color: #f5f5f5;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  text-decoration: none;
  overflow: auto;
  /*margin-left: -100%; // Expand background to screen edge
    margin-right: -100%; // TODO: Adjust nav to allow a parent div to expand to edge of screen.*/ }
  @media (max-width: 1140px) {
    .NavMain {
      width: 100%;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 991px) {
    .NavMain {
      position: absolute;
      top: 100%;
      left: 0;
      background-color: #f5f5f5;
      right: 0;
      height: 100vh;
      padding-top: 10px;
      overflow: scroll;
      padding-bottom: 80px; } }
  .NavMain.split {
    background-color: #f5f5f5;
    /* Old browsers */ }
    @media (min-width: 1199px) {
      .NavMain.split {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f5f5+60,485151+61 */
        background: #f5f5f5;
        /* Old browsers */
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #f5f5f5 50%, #485151 50%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#485151',GradientType=1 );
        /* IE6-9 */ } }
  @media (max-width: 991px) {
    .NavMain .nav-item-link {
      padding: 10px 20px; } }
  .NavMain .NavWrapper {
    position: relative;
    max-width: 1140px;
    margin: auto;
    text-align: left; }
    @media (max-width: 1200px) and (min-width: 1140px) {
      .NavMain .NavWrapper {
        padding-left: 15px;
        padding-right: 15px; } }
    .NavMain .NavWrapper .nav-item .nav-item-link {
      display: block;
      text-decoration: none;
      color: #000000;
      font-size: 16px;
      width: 100%;
      cursor: pointer; }
    .NavMain .NavWrapper .nav-item .nav-item-menu {
      display: flex;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
      justify-content: space-between;
      display: -ms-flexbox;
      -ms-flex-direction: row;
      -ms-flex-wrap: nowrap;
      -ms-flex-pack: justify; }
      @media (max-width: 991px) {
        .NavMain .NavWrapper .nav-item .nav-item-menu {
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap;
          position: relative;
          padding-left: 20px;
          padding-right: 20px;
          background-color: #ddd;
          display: none; } }
      @media (max-width: 991px) {
        .NavMain .NavWrapper .nav-item .nav-item-menu.open {
          display: block; }
          .ie10 .NavMain .NavWrapper .nav-item .nav-item-menu.open {
            padding-top: 20px;
            display: block; }
          .ie11 .NavMain .NavWrapper .nav-item .nav-item-menu.open {
            padding-top: 20px;
            display: block; } }
      .NavMain .NavWrapper .nav-item .nav-item-menu .site-width, .NavMain .NavWrapper .nav-item .nav-item-menu .blade-content, .NavMain .NavWrapper .nav-item .nav-item-menu .podcast {
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap; }
        @media (max-width: 991px) {
          .NavMain .NavWrapper .nav-item .nav-item-menu .site-width, .NavMain .NavWrapper .nav-item .nav-item-menu .blade-content, .NavMain .NavWrapper .nav-item .nav-item-menu .podcast {
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap; } }
      .NavMain .NavWrapper .nav-item .nav-item-menu .menu-header {
        color: #000000;
        font-size: 16px; }
      .NavMain .NavWrapper .nav-item .nav-item-menu .menu-promo-pane {
        -ms-flex-positive: 1;
            flex-grow: 1;
        padding-right: 20px;
        padding-bottom: 20px;
        border-bottom: 0;
        flex-basis: auto;
        -ms-flex-direction: row;
        -ms-flex-positive: 0;
        -ms-flex-preferred-size: auto; }
        @media (max-width: 991px) {
          .NavMain .NavWrapper .nav-item .nav-item-menu .menu-promo-pane {
            padding-top: 5px;
            border-bottom: 1px solid #aaa;
            -ms-flex-preferred-size: 28.5%;
                flex-basis: 28.5%; } }
        @media (min-width: 1199px) {
          .NavMain .NavWrapper .nav-item .nav-item-menu .menu-promo-pane {
            padding-left: 15px; } }
        .NavMain .NavWrapper .nav-item .nav-item-menu .menu-promo-pane .offer {
          font-size: 18px;
          padding-bottom: 15px;
          line-height: 1.2; }
          .NavMain .NavWrapper .nav-item .nav-item-menu .menu-promo-pane .offer .price {
            font-size: 32px; }
            .NavMain .NavWrapper .nav-item .nav-item-menu .menu-promo-pane .offer .price .super {
              font-size: 18px;
              vertical-align: top;
              position: relative;
              top: 5px; }
      .NavMain .NavWrapper .nav-item .nav-item-menu .menu-directory-pane {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
        justify-content: space-between;
        -ms-flex-direction: row;
        -ms-flex-positive: 1;
        -ms-flex-preferred-size: auto;
        -ms-flex-pack: justify; }
        @media (max-width: 991px) {
          .NavMain .NavWrapper .nav-item .nav-item-menu .menu-directory-pane {
            -ms-flex-preferred-size: auto;
                flex-basis: auto; } }
      .NavMain .NavWrapper .nav-item .nav-item-menu .menu-solutions-pane {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        padding-bottom: 20px; }
        @media (min-width: 991px) {
          .NavMain .NavWrapper .nav-item .nav-item-menu .menu-solutions-pane {
            -ms-flex-preferred-size: 35%;
                flex-basis: 35%; } }
        .NavMain .NavWrapper .nav-item .nav-item-menu .menu-solutions-pane .menu-solutions {
          line-height: 2; }
          .NavMain .NavWrapper .nav-item .nav-item-menu .menu-solutions-pane .menu-solutions .solutions-link {
            display: block;
            padding: 5px 10px 5px 0;
            text-decoration: none;
            color: #93b93a;
            cursor: pointer; }
            @media (min-width: 992px) {
              .NavMain .NavWrapper .nav-item .nav-item-menu .menu-solutions-pane .menu-solutions .solutions-link::after {
                display: inline-block;
                content: url(/GlobalAssets/Images/icons/icon.caret.png);
                transform: rotate(-90deg);
                float: right;
                margin-right: 20px; } }
            .NavMain .NavWrapper .nav-item .nav-item-menu .menu-solutions-pane .menu-solutions .solutions-link:hover {
              background-color: gainsboro;
              margin-left: -10px;
              padding-left: 10px; }
            .NavMain .NavWrapper .nav-item .nav-item-menu .menu-solutions-pane .menu-solutions .solutions-link.selected {
              background-color: #485151;
              color: #ffffff;
              margin-left: -10px;
              padding-left: 10px; }
      .NavMain .NavWrapper .nav-item .nav-item-menu .menu-products-pane {
        position: relative;
        -ms-flex-preferred-size: 65%;
            flex-basis: 65%;
        padding-bottom: 20px; }
        @media (max-width: 991px) {
          .NavMain .NavWrapper .nav-item .nav-item-menu .menu-products-pane {
            display: none; } }
        .NavMain .NavWrapper .nav-item .nav-item-menu .menu-products-pane .menu-products-pane-close {
          position: absolute;
          top: 15px;
          right: 0;
          z-index: 1;
          cursor: pointer; }
        .NavMain .NavWrapper .nav-item .nav-item-menu .menu-products-pane .menu-products {
          display: none;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          padding: 25px 55px;
          background-color: #485151;
          color: #ffffff; }
          .NavMain .NavWrapper .nav-item .nav-item-menu .menu-products-pane .menu-products h3 {
            color: #ffffff; }
          .ie10 .NavMain .NavWrapper .nav-item .nav-item-menu .menu-products-pane .menu-products .menu-copy, .ie11 .NavMain .NavWrapper .nav-item .nav-item-menu .menu-products-pane .menu-products .menu-copy {
            letter-spacing: -.02em; }
    .NavMain .NavWrapper .mobile-only {
      display: block !important; }
      @media (min-width: 992px) {
        .NavMain .NavWrapper .mobile-only {
          display: none !important; } }

button.button {
  border: 0;
  margin-top: 20px;
  margin-left: 10px;
  padding: 0 40px; }

.button,
.button:visited,
.button:focus,
button.button,
button.button:visited,
button.button:focus {
  display: inline-block;
  background-color: #93b93a;
  color: #ffffff;
  text-decoration: none !important;
  padding: 0 25px;
  font-size: 20px;
  white-space: nowrap;
  line-height: 45px;
  height: 45px;
  font-weight: 400;
  cursor: pointer; }
  .button:hover,
  .button:visited:hover,
  .button:focus:hover,
  button.button:hover,
  button.button:visited:hover,
  button.button:focus:hover {
    background-color: #6d7474;
    color: #ffffff;
    text-decoration: none; }
    @media (hover: none), (hover: on-demand) {
      .button:hover,
      .button:visited:hover,
      .button:focus:hover,
      button.button:hover,
      button.button:visited:hover,
      button.button:focus:hover {
        background-color: #93b93a !important;
        color: #ffffff !important;
        text-decoration: none !important; } }
  .button.inline,
  .button:visited.inline,
  .button:focus.inline,
  button.button.inline,
  button.button:visited.inline,
  button.button:focus.inline {
    margin: 0 20px; }
    @media (max-width: 747px) {
      .button.inline,
      .button:visited.inline,
      .button:focus.inline,
      button.button.inline,
      button.button:visited.inline,
      button.button:focus.inline {
        margin: 10px 20px;
        display: inline-block; } }
  .button.sm-btn,
  .button:visited.sm-btn,
  .button:focus.sm-btn,
  button.button.sm-btn,
  button.button:visited.sm-btn,
  button.button:focus.sm-btn {
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #262d2d;
    background-color: #ffffff;
    border: 1px solid #93b93a; }
    .button.sm-btn:hover,
    .button:visited.sm-btn:hover,
    .button:focus.sm-btn:hover,
    button.button.sm-btn:hover,
    button.button:visited.sm-btn:hover,
    button.button:focus.sm-btn:hover {
      background-color: #93b93a;
      color: #ffffff; }
  .button.bigger,
  .button:visited.bigger,
  .button:focus.bigger,
  button.button.bigger,
  button.button:visited.bigger,
  button.button:focus.bigger {
    font-size: 18px;
    padding: 10px 30px; }
  .button.text-18,
  .button:visited.text-18,
  .button:focus.text-18,
  button.button.text-18,
  button.button:visited.text-18,
  button.button:focus.text-18 {
    font-size: 18px; }
  .button.link,
  .button:visited.link,
  .button:focus.link,
  button.button.link,
  button.button:visited.link,
  button.button:focus.link {
    background-color: transparent;
    color: #688e14;
    padding: 0;
    font-size: 16px;
    font-weight: 300; }
    .button.link .link-info,
    .button:visited.link .link-info,
    .button:focus.link .link-info,
    button.button.link .link-info,
    button.button:visited.link .link-info,
    button.button:focus.link .link-info {
      color: #abafaf;
      text-decoration: none;
      margin-left: 0.5em;
      font-size: 0.8em; }
  .button.arrow-link,
  .button:visited.arrow-link,
  .button:focus.arrow-link,
  button.button.arrow-link,
  button.button:visited.arrow-link,
  button.button:focus.arrow-link {
    background-color: transparent;
    color: #93b93a;
    padding: 0;
    font-size: 16px;
    font-weight: 300;
    display: block;
    height: auto;
    line-height: 1.6; }
    .button.arrow-link:after,
    .button:visited.arrow-link:after,
    .button:focus.arrow-link:after,
    button.button.arrow-link:after,
    button.button:visited.arrow-link:after,
    button.button:focus.arrow-link:after {
      content: "\232A";
      padding-left: 1em; }
  .button.dark-btn,
  .button:visited.dark-btn,
  .button:focus.dark-btn,
  button.button.dark-btn,
  button.button:visited.dark-btn,
  button.button:focus.dark-btn {
    background-color: #262d2d;
    border-color: #262d2d;
    color: #ffffff; }
    .button.dark-btn.selected,
    .button:visited.dark-btn.selected,
    .button:focus.dark-btn.selected,
    button.button.dark-btn.selected,
    button.button:visited.dark-btn.selected,
    button.button:focus.dark-btn.selected {
      color: #262d2d;
      background-color: #ffffff;
      border: solid 1px #262d2d; }
  .button.gray-btn,
  .button:visited.gray-btn,
  .button:focus.gray-btn,
  button.button.gray-btn,
  button.button:visited.gray-btn,
  button.button:focus.gray-btn {
    background-color: #f5f5f5;
    color: #93b93a; }
  .button.green-btn,
  .button:visited.green-btn,
  .button:focus.green-btn,
  button.button.green-btn,
  button.button:visited.green-btn,
  button.button:focus.green-btn {
    background-color: #93b93a;
    color: #ffffff; }
  .button.green-outline-btn,
  .button:visited.green-outline-btn,
  .button:focus.green-outline-btn,
  button.button.green-outline-btn,
  button.button:visited.green-outline-btn,
  button.button:focus.green-outline-btn {
    background-color: #ffffff;
    color: #262d2d;
    border: 1px solid #93b93a; }
  .button.white-btn,
  .button:visited.white-btn,
  .button:focus.white-btn,
  button.button.white-btn,
  button.button:visited.white-btn,
  button.button:focus.white-btn {
    background-color: #ffffff;
    color: #262d2d;
    border: solid 1px #262d2d; }
  .button.sm-btn2,
  .button:visited.sm-btn2,
  .button:focus.sm-btn2,
  button.button.sm-btn2,
  button.button:visited.sm-btn2,
  button.button:focus.sm-btn2 {
    height: 34px;
    line-height: 34px;
    font-size: 16px; }
  .button.btn-full-width,
  .button:visited.btn-full-width,
  .button:focus.btn-full-width,
  button.button.btn-full-width,
  button.button:visited.btn-full-width,
  button.button:focus.btn-full-width {
    width: 100%; }
  .button.close-link,
  .button:visited.close-link,
  .button:focus.close-link,
  button.button.close-link,
  button.button:visited.close-link,
  button.button:focus.close-link {
    position: relative;
    background-color: transparent;
    color: #93b93a;
    padding: 0 0 0 1.7em;
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    height: auto;
    line-height: 1.6;
    vertical-align: middle; }
    .button.close-link:before,
    .button:visited.close-link:before,
    .button:focus.close-link:before,
    button.button.close-link:before,
    button.button:visited.close-link:before,
    button.button:focus.close-link:before {
      position: absolute;
      top: -.35em;
      left: 0;
      content: "\D7";
      font-size: 1.7em; }
  .button.nav-btn,
  .button:visited.nav-btn,
  .button:focus.nav-btn,
  button.button.nav-btn,
  button.button:visited.nav-btn,
  button.button:focus.nav-btn {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    padding: 0 30px;
    height: 26px;
    line-height: 26px; }
  .button.btn-no-border,
  .button:visited.btn-no-border,
  .button:focus.btn-no-border,
  button.button.btn-no-border,
  button.button:visited.btn-no-border,
  button.button:focus.btn-no-border {
    border: none; }
  .button.disabled,
  .button:visited.disabled,
  .button:focus.disabled,
  button.button.disabled,
  button.button:visited.disabled,
  button.button:focus.disabled {
    opacity: 0.5; }
  .NavMain .button, .NavMain
  .button:visited, .NavMain
  .button:focus, .NavMain
  button.button, .NavMain
  button.button:visited, .NavMain
  button.button:focus {
    line-height: 35px;
    height: 35px; }
  .NavMain .button.small, .NavMain
  .button:visited.small, .NavMain
  .button:focus.small, .NavMain
  button.button.small, .NavMain
  button.button:visited.small, .NavMain
  button.button:focus.small {
    line-height: 35px;
    height: 35px; }

.toggle-button {
  position: relative;
  text-align: center;
  color: #262d2d;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin: 5px;
  -ms-flex-pack: end;
      justify-content: flex-end;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  background-color: #ffffff;
  transition: all .2s ease-in-out; }
  @media (max-width: 992px) {
    .toggle-button {
      width: 45%; } }
  .toggle-button:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 48px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    content: url(/GlobalAssets/Images/icons/icon.checkmark.circle.png);
    margin: auto;
    width: 50px;
    height: 50px;
    color: #ffffff;
    background-color: #000000;
    border-radius: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    line-height: 0;
    transition: all .2s ease-in-out;
    transform: scale(0); }
  .toggle-button.on {
    background-color: #93b93a;
    color: #ffffff; }
    .toggle-button.on:before {
      transform: scale(1); }
    .toggle-button.on img,
    .toggle-button.on object {
      transform: scale(0); }
  .toggle-button:active {
    transform: scale(0.98); }
  .toggle-button img {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .2s ease-in-out;
    transform: scale(1); }
  .toggle-button .responsive-image img {
    width: auto; }

.graph-style1 {
  font-size: 85px;
  line-height: 1;
  text-align: right; }
  @media (max-width: 767px) {
    .graph-style1 {
      text-align: left; } }

.graph-style2 {
  text-align: left;
  font-size: 85px;
  line-height: 1; }
  .graph-style2.text-center {
    text-align: center; }
    .graph-style2.text-center .responsive-image {
      margin-left: auto;
      margin-right: auto; }

.graph-headline1 {
  font-size: 28px; }

.graph-headline2 {
  font-size: 20px; }

.graph-headline3 {
  font-size: 18px; }

.graph-headline4 {
  font-size: 16px; }

.graph-citation {
  margin-top: 40px;
  text-align: right;
  font-size: 10px; }

.tabs {
  text-align: center;
  margin-bottom: 30px; }
  .tabs .tab {
    display: inline-block;
    padding: 6px 16px;
    cursor: pointer;
    font-size: 16px; }
    .tabs .tab.selected {
      background-color: #485151;
      color: #e6e6e6; }

.TableBlock table {
  width: 100%;
  font-size: 16px;
  border-collapse: collapse;
  border-style: hidden; }
  .TableBlock table tr:first-child td {
    background-color: #485151;
    color: #ffffff; }
    .TableBlock table tr:first-child td:first-child {
      background-color: #ffffff;
      color: #262d2d; }
  .TableBlock table tr:nth-child(2n) {
    background-color: #f5f5f5; }
  .TableBlock table tr td {
    text-align: center;
    padding: 10px 16px;
    width: 20%;
    border: 1px solid #e6e6e6; }
    .TableBlock table tr td:first-child {
      text-align: left;
      color: #6d7474;
      width: 40%; }

.TableBlock .responsive-table {
  width: 100%;
  margin: auto auto 80px;
  color: #6d7474; }
  .TableBlock .responsive-table div {
    padding: 10px 16px;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6; }
    .TableBlock .responsive-table div:last-child {
      border-right: 0; }
  .TableBlock .responsive-table .x-labels {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    padding: 0;
    border: 0; }
    .TableBlock .responsive-table .x-labels .x-spacer {
      -ms-flex: 2 0 0px;
          flex: 2 0 0; }
    .TableBlock .responsive-table .x-labels .x-label {
      background-color: #485151;
      color: #ffffff;
      text-align: center;
      -ms-flex: 1 0 0px;
          flex: 1 0 0; }
      .TableBlock .responsive-table .x-labels .x-label:first-child {
        background-color: transparent; }
  .TableBlock .responsive-table .datum {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    padding: 0;
    border: 0; }
    .TableBlock .responsive-table .datum:nth-child(2n) {
      background-color: #f5f5f5; }
    .TableBlock .responsive-table .datum .y-label {
      -ms-flex: 2 0 0px;
          flex: 2 0 0; }
    .TableBlock .responsive-table .datum .y-datum {
      text-align: center;
      -ms-flex: 1 0 0px;
          flex: 1 0 0; }
  @media (max-width: 768px) {
    .TableBlock .responsive-table {
      font-size: 12px; }
      .TableBlock .responsive-table .x-labels {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .TableBlock .responsive-table .x-labels .x-spacer {
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
          padding: 0;
          border-right: 0;
          height: 0; }
      .TableBlock .responsive-table .datum {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .TableBlock .responsive-table .datum .y-label {
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
          border-right: 0;
          text-align: center;
          background-color: #f5f5f5; }
        .TableBlock .responsive-table .datum .y-datum {
          background-color: #ffffff;
          padding-bottom: 20px; } }

.field {
  display: inline-block; }
  @media (max-width: 991px) {
    .field {
      width: 100%; } }
  .field .field-label {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle; }
  .field .field-wrap {
    position: relative;
    display: inline-block;
    min-width: 150px;
    background-color: #ffffff;
    border: 1px solid #abafaf;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 12px; }
    .field .field-wrap.col-width-4 {
      min-width: 250px; }
    @media (max-width: 767px) {
      .field .field-wrap {
        width: 100%;
        margin-bottom: 15px; } }
  .field.text-field input {
    border: 0;
    background-color: transparent;
    outline: none;
    width: 100%;
    padding: 5px 10px; }
  .field.select-field .field-wrap {
    padding: 5px; }
    .field.select-field .field-wrap:after {
      position: absolute;
      content: '\203A';
      top: -2px;
      right: 8px;
      font-size: 24px;
      transform: rotate(90deg);
      margin-left: 10px; }
    .field.select-field .field-wrap select {
      background-color: transparent;
      border: 0;
      outline: none;
      width: 120%; }
  .field #search {
    min-width: 360px; }
  .field .close-link:before {
    left: 10px; }

.form-control {
  border-radius: 0;
  border-color: #e6e6e6;
  height: 45px; }

form .help-block {
  font-size: 14px;
  margin-bottom: 0; }

.form-group.col-sm-6 .help-block {
  position: absolute; }

@media (min-width: 768px) {
  form.two-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 10px -15px; }
    form.two-column .form-group {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      padding: 0 15px;
      margin: 10px 0; }
    form.two-column > * {
      margin: 10px 15px; }
    form.two-column .full-width {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; } }

.video-full {
  width: 100%;
  max-width: 100%; }

.embed-container {
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.panel-default {
  border: none; }
  .panel-default > .panel-heading {
    border: 0;
    border-radius: 0;
    background: none;
    padding-bottom: 20px; }
    .panel-default > .panel-heading a, .panel-default > .panel-heading a:hover, .panel-default > .panel-heading a:visited, .panel-default > .panel-heading a:active {
      text-decoration: none !important; }
    .panel-default > .panel-heading .panel-title {
      margin-left: 52px;
      text-indent: -52px; }
    .panel-default > .panel-heading .panel-title > a::before {
      content: url(/Resources/img/icon-panel-open.png);
      width: 27px;
      height: 27px;
      margin-right: 25px;
      position: relative;
      top: 7px; }
    .panel-default > .panel-heading .panel-title > a[aria-expanded=true]::before {
      content: url(/Resources/img/icon-panel-close.png); }
    .panel-default > .panel-heading .panel-title > a[aria-expanded=false]::before {
      content: url(/Resources/img/icon-panel-open.png); }
  .panel-default .panel-collapse {
    border-top: 0 !important;
    padding-left: 55px; }

.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0; }

.vuedals {
  background-color: rgba(0, 0, 0, 0.7) !important; }

.vuedal {
  border-radius: 0;
  border: none;
  border-top: 8px solid #93b93a;
  padding: 0 !important;
  box-shadow: none !important;
  margin: 100px 0 30px !important; }
  .vuedal header,
  .vuedal main {
    border: none;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    text-align: left;
    padding-left: 45px;
    padding-right: 45px; }
  .vuedal header {
    padding-top: 40px;
    border-bottom: none !important; }
    .vuedal header .title {
      font-weight: bold !important; }
    .vuedal header .close {
      display: none; }
  .vuedal .buttons {
    padding-bottom: 40px;
    margin-left: -10px; }

header.HeaderMain {
  position: relative;
  background: #ffffff;
  color: #000000;
  width: 100%;
  border-bottom: 1px solid #e6e6e6; }
  @media (max-width: 991px) {
    header.HeaderMain {
      text-align: center;
      position: fixed;
      z-index: 3; } }
  header.HeaderMain .HeaderWrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    max-width: 1140px;
    margin: auto; }
    header.HeaderMain .HeaderWrapper > .HtmlBlock {
      width: 100%; }
      header.HeaderMain .HeaderWrapper > .HtmlBlock p {
        text-align: center; }
        @media (max-width: 768px) {
          header.HeaderMain .HeaderWrapper > .HtmlBlock p {
            margin-bottom: 0; } }
  header.HeaderMain .mobile-menu-icon {
    display: none;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 30px;
    position: absolute;
    top: 24px;
    left: 20px;
    cursor: pointer;
    z-index: 1; }
    @media (max-width: 991px) {
      header.HeaderMain .mobile-menu-icon {
        display: block; } }
    header.HeaderMain .mobile-menu-icon img {
      width: 100%; }
  header.HeaderMain .menu-link {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 20px 0 0;
    width: auto;
    text-decoration: none;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 300;
    color: #262d2d;
    cursor: pointer;
    line-height: 4.6; }
    @media (max-width: 1140px) {
      header.HeaderMain .menu-link {
        padding-left: 15px; } }
    @media (max-width: 991px) {
      header.HeaderMain .menu-link {
        display: none; } }
    header.HeaderMain .menu-link::after {
      display: inline-block;
      content: url(/GlobalAssets/Images/icons/icon.caret.png);
      margin-left: 20px; }
      @media (max-width: 991px) {
        header.HeaderMain .menu-link::after {
          float: right; } }
    header.HeaderMain .menu-link.open::after {
      transform: rotate(180deg); }
  header.HeaderMain .logo {
    line-height: 3.5;
    margin: 0 20px;
    font-size: 21px;
    font-weight: 500;
    width: 100%;
    /*img,object{
        width:100%;
        height:100%;
    }*/ }
  header.HeaderMain .NavUser {
    position: absolute;
    right: 0;
    top: 27px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    @media (max-width: 991px) {
      header.HeaderMain .NavUser {
        display: none; } }
    @media (max-width: 1199px) {
      header.HeaderMain .NavUser {
        padding: 0 15px; } }
    header.HeaderMain .NavUser a {
      font-weight: 300;
      text-decoration: none;
      display: inline-block;
      padding: 0 20px;
      white-space: nowrap;
      font-size: 13px;
      color: #262d2d; }
      header.HeaderMain .NavUser a:nth-child(1) {
        border-right: 1px solid #93b93a; }
      header.HeaderMain .NavUser a.button {
        color: #ffffff;
        font-size: 14px;
        font-weight: 400;
        padding: 0 30px;
        height: 26px;
        line-height: 26px; }
  header.HeaderMain.HeaderLight .HeaderWrapper > .HtmlBlock {
    text-align: left; }

.media img {
  display: block;
  margin: 0 0 30px; }

.media .type {
  color: #6d7474;
  margin-bottom: -16px; }

.media .byline {
  font-size: 16px; }

.media.text-left {
  text-align: left; }
  .media.text-left img {
    margin-left: 0; }

.media.media-hero1 {
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .media.media-hero1 {
      margin-bottom: 20px; } }
  .ie10 .media.media-hero1 {
    width: 100%; }
  .media.media-hero1 .content {
    font-size: 24px;
    line-height: 1.5; }
    @media (max-width: 768px) {
      .media.media-hero1 .content {
        font-size: 20px; } }
    .media.media-hero1 .content.text-18 {
      font-size: 18px; }
      @media (max-width: 321px) {
        .media.media-hero1 .content.text-18 {
          font-size: 14px; } }
    .media.media-hero1 .content.text-20 {
      font-size: 20px; }
      @media (max-width: 321px) {
        .media.media-hero1 .content.text-20 {
          font-size: 18px; } }

.media.media-hero2 h1 {
  font-size: 34px;
  line-height: 36px; }

.media.media-hero2 .content {
  font-size: 18px;
  line-height: 1.5; }
  .media.media-hero2 .content.text-20 {
    font-size: 20px; }

.media.media-style1 {
  text-align: center; }
  .media.media-style1 .type {
    margin-bottom: 10px; }
  .media.media-style1 h3 {
    font-size: 22px; }
  .media.media-style1 h4 {
    margin-top: 40px; }
  .media.media-style1 img {
    margin: 0 auto 30px; }
  .media.media-style1 .button {
    margin-top: 35px; }
  .media.media-style1.text-left {
    text-align: left; }
    .media.media-style1.text-left img {
      margin-left: 0; }

.media.media-style2, .media.media-style2-2, .media.media-specs {
  text-align: center; }
  .media.media-style2.text-left, .text-left.media.media-style2-2, .text-left.media.media-specs {
    text-align: left; }
  .media.media-style2 h3, .media.media-style2-2 h3, .media.media-specs h3 {
    margin-top: 0; }
  .media.media-style2 .content, .media.media-style2-2 .content, .media.media-specs .content {
    font-size: 18px; }

.media.media-style2-2 {
  text-align: left; }
  .media.media-style2-2 h3 {
    color: #c6d582;
    margin-top: 40px; }
  .media.media-style2-2 .content {
    font-size: 16px; }

.media.media-style3, .media.media-style3-2 {
  position: relative;
  min-height: 425px;
  margin-bottom: 30px;
  padding: 30px 30px 20px;
  border-top: 8px solid #93b93a;
  background-color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  /* targeting the paragraph around the button to place the button at the bottom of the pane */ }
  @media (max-width: 992px) {
    .media.media-style3, .media.media-style3-2 {
      min-height: 0; } }
  .media.media-style3 h3, .media.media-style3-2 h3 {
    margin-top: 0;
    font-size: 20px;
    width: 100%; }
  .media.media-style3 .type, .media.media-style3-2 .type {
    margin-bottom: 40px;
    width: 100%; }
  .media.media-style3 .desc, .media.media-style3-2 .desc {
    font-size: 16px; }
  .media.media-style3 .content, .media.media-style3-2 .content {
    width: 100%; }
  .media.media-style3 .button, .media.media-style3-2 .button {
    margin-top: auto; }
    @media (max-width: 992px) {
      .media.media-style3 .button, .media.media-style3-2 .button {
        margin-top: 20px;
        margin-bottom: 10px; } }
  .media.media-style3 p:last-child, .media.media-style3-2 p:last-child {
    position: absolute;
    bottom: 30px; }

.media.media-style3-2 {
  padding: 40px;
  min-height: 320px; }
  .media.media-style3-2 h3 {
    font-size: 26px; }
    .HomePage .media.media-style3-2 h3 {
      margin-top: 0;
      font-size: 20px; }
  .media.media-style3-2 .content {
    -ms-flex: 1 1 150px;
    -ms-flex-positive: 2;
        flex-grow: 2; }
  .media.media-style3-2 .desc {
    width: 100%; }
    .HomePage .media.media-style3-2 .desc {
      font-size: 16px; }

.media.media-style4 h3 {
  font-weight: 500;
  font-size: 20px; }
  .media.media-style4 h3.text-18 {
    font-size: 18px; }
  .media.media-style4 h3.text-20 {
    font-size: 20px; }

.media.media-style4 p {
  font-size: 16px; }

.media.media-style4 .content {
  font-size: 16px; }

.media.media-style4 .responsive-image {
  position: relative;
  width: 100%;
  height: 240px;
  margin-bottom: 30px;
  overflow: hidden; }
  .media.media-style4 .responsive-image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 58.53658%; }
  .media.media-style4 .responsive-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

.media.media-style5 {
  text-align: center; }
  .media.media-style5 img {
    margin-left: auto;
    margin-right: auto; }
  .media.media-style5.text-left {
    text-align: left; }
  .media.media-style5 .content {
    font-size: 24px; }
    .media.media-style5 .content.text-16 {
      font-size: 16px; }

.media.media-style6 > * {
  margin-left: 20px; }

.media.media-style6 img {
  margin-left: 0; }

.media.media-style6 h3 {
  font-size: 20px; }

.media.media-style8 {
  min-height: 380px; }
  .media.media-style8 img {
    margin-left: 0; }
  .media.media-style8 h3 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 40px; }
  .media.media-style8 .type {
    color: #93b93a;
    padding: 10px 0 40px; }
    .media.media-style8 .type::before, .media.media-style8 .type.whitepaper-icon::before {
      float: left;
      content: url(/GlobalAssets/Images/icons/icon.doc.png);
      margin-right: 20px; }
    .media.media-style8 .type.video-icon::before {
      content: url(/GlobalAssets/Images/icons/icon.video.png); }
    .media.media-style8 .type.graph-icon::before {
      content: url(/GlobalAssets/Images/icons/icon.graph.png); }
    .media.media-style8 .type.case-study-icon::before {
      content: url(/GlobalAssets/Images/icons/icon.study.png); }
    .media.media-style8 .type.blog-icon::before {
      content: url(/GlobalAssets/Images/icons/icon.blog.png); }
  .media.media-style8 .content {
    margin-bottom: 40px;
    padding: 0 20px; }

.media.media-style9 {
  min-height: 380px;
  background-color: #ffffff; }
  .media.media-style9 h3 {
    min-height: 110px;
    background-color: #93b93a;
    color: #ffffff;
    margin: 0;
    padding: 28px 30px; }
  .media.media-style9 .content {
    padding: 20px 20px 12px;
    font-size: 18px; }
  .media.media-style9.gray {
    background-color: #f5f5f5; }
    .media.media-style9.gray h3 {
      background-color: #6d7474; }

.media.media-style10 {
  min-height: 320px;
  background-color: #ffffff;
  text-align: center;
  padding: 40px 40px 20px; }
  .media.media-style10 > img {
    margin: auto; }
  .media.media-style10 .content {
    font-size: 16px; }

.media.media-style11 {
  text-align: center;
  padding: 0 20px; }

.media.media-sectionHeader {
  margin-bottom: 60px; }
  .media.media-sectionHeader h1 {
    text-align: center;
    margin-bottom: 10px; }
  .media.media-sectionHeader h2 {
    margin-bottom: 10px;
    text-align: center;
    margin-top: 0; }
  .media.media-sectionHeader .header-superhead {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 16px; }
  .media.media-sectionHeader .header-subhead {
    margin-bottom: 0;
    font-size: 20px;
    text-align: center; }
    .media.media-sectionHeader .header-subhead.font-24 {
      font-size: 24px; }
  .media.media-sectionHeader.m-top-bot-80 {
    margin: 80px 0; }
  .media.media-sectionHeader.hero h1 {
    font-size: 60px; }

.media.media-blogAuthor {
  font-size: 16px; }
  .media.media-blogAuthor header {
    margin-bottom: 16px; }
    .media.media-blogAuthor header h1 {
      font-size: 38px;
      margin-bottom: 6px;
      margin-top: 0;
      line-height: 1; }
    .media.media-blogAuthor header .title {
      font-weight: 500; }

.media.media-specs h3 {
  font-size: 26px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 20px; }

.media.media-specs .content {
  font-size: 16px; }
  .media.media-specs .content .sep {
    padding: 0 20px; }

.media.media-blogArticleHeader {
  font-size: 16px; }
  .media.media-blogArticleHeader header {
    margin-bottom: 16px;
    text-align: center; }
    .media.media-blogArticleHeader header h1 {
      font-size: 44px;
      margin-bottom: 20px;
      margin-top: 0;
      line-height: 1.4;
      font-weight: 400; }
    .media.media-blogArticleHeader header .blog-info {
      text-align: center; }

div.responsive-image {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 0; }
  div.responsive-image img, div.responsive-image svg {
    width: 100%;
    max-height: 100%; }
  div.responsive-image.align-left {
    margin-left: 0; }
  div.responsive-image.medium-height {
    height: 130px; }

img.responsive-image {
  width: 100%; }

object {
  pointer-events: none; }
  @media (max-width: 991px) {
    .responsive-image object {
      width: 100%; } }

.ie10 .responsive-image object {
  width: 100%; }

/* blade measurements */
.blade-headline, .blade-callout, .blade-video, section.blade-text-image, section.blade-grid-old, section.blade-grid {
  padding: 80px; }
  @media (max-width: 768px) {
    .blade-headline, .blade-callout, .blade-video, section.blade-text-image, section.blade-grid-old, section.blade-grid {
      padding: 10px; } }

.border-bottom {
  padding-bottom: 100px;
  border-bottom: 1px solid #bfbfbf; }
  @media (max-width: 991px) {
    .border-bottom {
      padding-bottom: 50px; } }

.blade-headline {
  text-align: center; }
  .blade-headline .blade-content {
    text-align: center; }
  .blade-headline h2 {
    text-align: center;
    padding: 0 20%;
    font-weight: 600; }
    @media (max-width: 747px) {
      .blade-headline h2 {
        padding: 0 5%; } }
  .blade-headline .subhead.tight {
    padding: 0 25%;
    text-align: center;
    margin-top: 20px; }
    @media (max-width: 747px) {
      .blade-headline .subhead.tight {
        padding: 0 5%; } }
  .blade-headline .callout-content {
    font-size: 18px; }
  .blade-headline .button {
    margin-top: 30px; }

.blade-hero.split-bg {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$brand-green2+50,bfbfbf+50 */
  background: #93b93a;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: url(/GlobalAssets/Images/backgrounds/bg.texture.png), linear-gradient(to right, #93b93a 50%, #c6e6f3 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$brand-green2', endColorstr='#c6e6f3',GradientType=1 );
  /* IE6-9 */ }
  @media (max-width: 768px) {
    .blade-hero.split-bg .site-width, .blade-hero.split-bg .blade-content, .blade-hero.split-bg .podcast {
      padding: 0; } }

.blade-hero .basic-hero {
  height: 200px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center; }
  @media (max-width: 768px) {
    .blade-hero .basic-hero {
      height: auto;
      padding: 20px 0; } }
  .blade-hero .basic-hero .subhead {
    padding: 0 10%;
    font-size: 20px; }

.blade-hero .split-hero {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-direction: row;
  -ms-flex-wrap: nowrap;
  position: relative;
  height: 700px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .blade-hero .split-hero {
      height: 780px; } }
  @media (max-width: 768px) {
    .blade-hero .split-hero {
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
      height: auto; } }
  .blade-hero .split-hero .split-content {
    padding-bottom: 60px;
    padding-left: 60px;
    padding-top: 60px;
    height: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0; }
    .blade-hero .split-hero .split-content .media-hero1 {
      margin-bottom: 0; }
    .ie10 .blade-hero .split-hero .split-content {
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto; }
      @media (max-width: 768px) {
        .ie10 .blade-hero .split-hero .split-content {
          display: block;
          height: auto; } }
    .ie10 .blade-hero .split-hero .split-content .flex-layout,
    .ie11 .blade-hero .split-hero .split-content .flex-layout {
      -ms-flex-align: inherit;
          align-items: inherit; }
    @media (max-width: 768px) {
      .blade-hero .split-hero .split-content {
        position: relative; } }
    .blade-hero .split-hero .split-content .media-hero1 {
      padding: 60px 60px 0;
      width: 100%; }
      .ie10 .blade-hero .split-hero .split-content .media-hero1 {
        margin: 0; }
      @media (max-width: 768px) {
        .blade-hero .split-hero .split-content .media-hero1 {
          margin: 0; } }
    .blade-hero .split-hero .split-content h1 {
      font-size: 36px;
      margin-top: 0; }
      @media (max-width: 768px) {
        .blade-hero .split-hero .split-content h1 {
          margin-top: 0;
          font-size: 32px; } }
      @media (max-width: 321px) {
        .blade-hero .split-hero .split-content h1 {
          font-size: 28px; } }
    .blade-hero .split-hero .split-content img {
      margin: 10px 0 25px;
      width: auto; }
      @media (max-width: 768px) {
        .blade-hero .split-hero .split-content img {
          margin: 25px 0 0; } }
      @media (max-width: 400px) {
        .blade-hero .split-hero .split-content img {
          width: 100%;
          height: 100%; } }
    .blade-hero .split-hero .split-content .flex-layout {
      position: absolute;
      bottom: 0;
      top: 0;
      left: 0;
      right: 0;
      flex-direction: column;
      -ms-flex-direction: column;
      -ms-flex-pack: justify;
          justify-content: space-between;
      height: 100%; }
      .ie10 .blade-hero .split-hero .split-content .flex-layout {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto; }
      @media (max-width: 768px) {
        .blade-hero .split-hero .split-content .flex-layout {
          position: relative;
          display: block; } }
    .blade-hero .split-hero .split-content .button.sm-btn:hover {
      background-color: #6d7474;
      color: #ffffff;
      border-color: #6d7474; }
  .blade-hero .split-hero .split-left {
    width: 55%;
    position: relative;
    border-right: 1px solid #bfbfbf;
    background: #93b93a url(/GlobalAssets/Images/backgrounds/bg.texture.png); }
    @media (max-width: 768px) {
      .blade-hero .split-hero .split-left {
        width: 100%;
        background-size: 60%;
        background-position: 75% bottom -50px;
        border-right-width: 0; } }
    @media (max-width: 768px) {
      .blade-hero .split-hero .split-left .split-content {
        padding: 30px 40px 50px; } }
    .blade-hero .split-hero .split-left .split-content .left-illustration {
      margin: 10px auto 25px; }
    .ie10 .blade-hero .split-hero .split-left .split-content .flex-layout {
      flex-wrap: nowrap;
      -ms-flex-wrap: nowrap; }
    .ie10 .blade-hero .split-hero .split-left .split-content .media-hero1 {
      padding: 0; }
  .blade-hero .split-hero .split-right {
    width: 45%;
    position: relative;
    background: #c6e6f3 url(/GlobalAssets/Images/backgrounds/bg.texture.png); }
    @media (max-width: 768px) {
      .blade-hero .split-hero .split-right {
        width: 100%;
        text-align: right;
        background-size: 40%;
        background-position: 25% bottom -50px; } }
    @media (max-width: 768px) {
      .blade-hero .split-hero .split-right .split-content {
        right: 0;
        left: auto;
        background-size: 60%;
        padding: 40px 40px 50px; } }
    .ie10 .blade-hero .split-hero .split-right .split-content {
      padding: 0; }
    .blade-hero .split-hero .split-right .split-content .flex-layout {
      flex-wrap: nowrap;
      -ms-flex-wrap: nowrap; }
    .blade-hero .split-hero .split-right .split-content .right-illustration {
      margin: 10px auto 25px; }

.left-illustration {
  max-width: 380px;
  transition: all 100ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  width: 100%;
  margin: auto; }
  .left-illustration:hover {
    transform: scale(0.98); }
  .ie10 .left-illustration,
  .ie11 .left-illustration {
    height: 380px; }

.ie10 #illustration-left {
  height: 408px; }

.right-illustration {
  max-width: 380px;
  transition: all 100ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  width: 100%;
  margin: auto; }
  .ie10 .right-illustration,
  .ie11 .right-illustration {
    height: 380px; }
  .right-illustration:hover {
    transform: scale(0.98); }

.ie10 #illustration-right {
  height: 408px; }

/*
 *  Cloud Hero layouts
 *
 */
.cloud-hero {
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .cloud-hero .bg-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1; }
  .cloud-hero .cloud-hero-contents {
    position: relative;
    z-index: 5; }
    .cloud-hero .cloud-hero-contents .content {
      font-size: 18px;
      line-height: 1.5; }
      .cloud-hero .cloud-hero-contents .content.text-20 {
        font-size: 20px; }

.cloud-hero-sm {
  height: 400px; }
  @media (max-width: 830px) {
    .cloud-hero-sm {
      height: 275px; } }

.cloud-hero-md {
  height: 575px; }
  @media (max-width: 1200px) {
    .cloud-hero-md {
      height: 260px; } }

.cloud-hero-lg {
  height: 700px; }
  @media (max-width: 830px) {
    .cloud-hero-lg {
      height: 420px; } }

.cloud-hero-xlg {
  height: 790px; }
  @media (max-width: 830px) {
    .cloud-hero-xlg {
      height: 420px; } }

@media (max-width: 830px) {
  #cloud-hero1 {
    display: none; } }

@media (max-width: 991px) {
  #cloud-hero1 {
    margin-top: 73px; } }

#cloud-hero1-mobile {
  margin-top: 73px; }
  @media (min-width: 831px) {
    #cloud-hero1-mobile {
      display: none; } }

@media (max-width: 830px) {
  #cloud-hero2 {
    display: none; } }

@media (max-width: 991px) {
  #cloud-hero2 {
    margin-top: 73px; } }

#cloud-hero2-mobile {
  margin-top: 73px; }
  @media (min-width: 831px) {
    #cloud-hero2-mobile {
      display: none; } }

@media (max-width: 830px) {
  .cloud-hero2 {
    display: none; } }

@media (max-width: 991px) {
  .cloud-hero2 {
    margin-top: 73px; } }

.cloud-hero2-mobile {
  margin-top: 73px; }
  @media (min-width: 831px) {
    .cloud-hero2-mobile {
      display: none; } }

@media (max-width: 1200px) {
  #cloud-hero3 {
    display: none; } }

@media (max-width: 991px) {
  #cloud-hero3 {
    margin-top: 73px; } }

#cloud-hero3-mobile {
  margin-top: 73px; }
  @media (min-width: 1201px) {
    #cloud-hero3-mobile {
      display: none; } }

@media (max-width: 1200px) {
  #cloud-hero4 {
    display: none; } }

@media (max-width: 991px) {
  #cloud-hero4 {
    margin-top: 73px; } }

#cloud-hero4-mobile {
  margin-top: 73px; }
  @media (min-width: 1201px) {
    #cloud-hero4-mobile {
      display: none; } }
  @media (min-width: 991px) and (max-width: 1200px) {
    #cloud-hero4-mobile {
      margin-top: 0; } }

.clouds {
  position: absolute;
  max-width: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .clouds .cloud {
    position: absolute;
    display: none;
    z-index: 1;
    height: auto; }
    @media (max-width: 830px) {
      .clouds .cloud {
        z-index: 3; } }
  .clouds .anim {
    display: block; }
  .clouds.clouds-layout1 #cloud1 {
    top: 115px;
    left: -2%;
    width: 279px; }
    .clouds.clouds-layout1 #cloud1.anim {
      left: -20%;
      transition: left 3s;
      transition-timing-function: ease-in-out;
      -webkit-transition: left 3s;
      -webkit-transition-timing-function: ease-in-out; }
    .clouds.clouds-layout1 #cloud1.in {
      left: -2%; }
    @media (max-width: 1670px) {
      .clouds.clouds-layout1 #cloud1 {
        display: none; } }
  .clouds.clouds-layout1 #cloud2 {
    top: 235px;
    left: -5%;
    width: 135px; }
    .clouds.clouds-layout1 #cloud2.anim {
      left: -20%;
      transition: left 3s;
      transition-timing-function: ease-in-out;
      -webkit-transition: left 3s;
      -webkit-transition-timing-function: ease-in-out; }
    .clouds.clouds-layout1 #cloud2.in {
      left: 5%; }
    @media (max-width: 1670px) {
      .clouds.clouds-layout1 #cloud2 {
        display: none; } }
  .clouds.clouds-layout1 #cloud3 {
    top: 41px;
    left: 55%;
    width: 230px; }
    .clouds.clouds-layout1 #cloud3.anim {
      opacity: 0;
      left: -20%;
      transition: left 3s, opacity 5s;
      transition-timing-function: ease-in-out;
      -webkit-transition: left 3s opacity 5s;
      -webkit-transition-timing-function: ease-in-out; }
    .clouds.clouds-layout1 #cloud3.in {
      left: 55%;
      opacity: 1; }
  .clouds.clouds-layout1 #cloud4 {
    top: 95px;
    right: 5%;
    width: 475px; }
    .clouds.clouds-layout1 #cloud4.anim {
      right: -25%;
      transition: right 3s;
      transition-timing-function: ease-in-out;
      -webkit-transition: right 3s;
      -webkit-transition-timing-function: ease-in-out; }
    .clouds.clouds-layout1 #cloud4.in {
      right: 5%; }
    @media (max-width: 1110px) {
      .clouds.clouds-layout1 #cloud4 {
        display: none; } }
  .clouds.clouds-layout1 #cloud5 {
    top: 45px;
    right: -7%;
    width: 279px; }
    @media (max-width: 830px) {
      .clouds.clouds-layout1 #cloud5 {
        top: 20px;
        width: 140px;
        right: -15%; } }
    .clouds.clouds-layout1 #cloud5.anim {
      right: -20%;
      transition: right 3s;
      transition-timing-function: ease-in-out;
      -webkit-transition: right 3s;
      -webkit-transition-timing-function: ease-in-out; }
    .clouds.clouds-layout1 #cloud5.in {
      right: -7%; }
      @media (max-width: 830px) {
        .clouds.clouds-layout1 #cloud5.in {
          right: -15%; } }
    @media (max-width: 1200px) {
      .clouds.clouds-layout1 #cloud5.ransom {
        top: 20px;
        width: 140px; } }
  .clouds.clouds-layout1 #cloud6 {
    top: 165px;
    right: -2%;
    width: 230px; }
    @media (max-width: 830px) {
      .clouds.clouds-layout1 #cloud6 {
        top: 10px;
        width: 115px;
        right: -3%; } }
    .clouds.clouds-layout1 #cloud6.anim {
      right: -20%;
      transition: right 3s;
      transition-timing-function: ease-in-out;
      -webkit-transition: right 3s;
      -webkit-transition-timing-function: ease-in-out; }
    .clouds.clouds-layout1 #cloud6.in {
      right: -2%; }
      @media (max-width: 830px) {
        .clouds.clouds-layout1 #cloud6.in {
          right: -3%; } }
    @media (max-width: 1200px) {
      .clouds.clouds-layout1 #cloud6.ransom {
        top: 10px;
        width: 140px; } }

.bg-cloud-hero2, .building-trees, .mountain {
  width: 100%;
  max-width: 1050px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  background-size: contains; }
  .bg-cloud-hero2.short-form, .short-form.building-trees, .short-form.mountain {
    background-size: 80%; }
    @media (max-width: 1010px) and (min-width: 896px) {
      .bg-cloud-hero2.short-form, .short-form.building-trees, .short-form.mountain {
        max-width: 40%; } }
  .bg-cloud-hero2.long-form, .long-form.building-trees, .long-form.mountain {
    background-size: 100%; }

.building-trees {
  background: url(/Resources/img/Banner_Business_Trial.png) bottom no-repeat; }

.mountain {
  background: url(/Resources/img/Banner_Personal_Trial.png) bottom no-repeat; }

.hero-form {
  position: relative;
  width: 425px;
  z-index: 3;
  padding-top: 50px; }
  .hero-form input.form-control {
    width: 100%;
    height: 34px; }
  .hero-form label {
    width: 100%;
    height: 0; }
  .hero-form .button {
    width: auto; }
  .hero-form .front, .hero-form .back, .hero-form .inner {
    background: white; }
    .hero-form .front .btn-submit, .hero-form .back .btn-submit, .hero-form .inner .btn-submit {
      float: right; }
  .hero-form .inner {
    padding: 10px 30px 10px 30px; }
  @media (max-width: 830px) {
    .hero-form {
      width: auto; } }

.hero-form2 {
  width: 425px;
  position: relative;
  margin: 0 auto;
  z-index: 3; }
  .hero-form2 label, .hero-form2 input.form-control {
    width: 100%; }
  .hero-form2 input.form-control {
    height: 34px; }
  @media (max-width: 830px) {
    .hero-form2 {
      max-width: 90%;
      margin-bottom: 100px; } }

.bg-safe-buy {
  position: absolute;
  bottom: -6px;
  margin: 0 auto;
  width: 40%;
  max-width: 575px;
  z-index: 0;
  left: 0;
  right: 350px; }
  @media (max-width: 830px) {
    .bg-safe-buy {
      right: -10px;
      left: auto;
      width: 50%;
      max-width: auto; } }

section.blade-hero-callout {
  padding: 20px 0;
  background-color: #262d2d;
  color: #c6d582;
  vertical-align: middle; }
  @media (min-width: 768px) {
    section.blade-hero-callout {
      padding: 25px 20px; } }
  section.blade-hero-callout .callout-label {
    display: block;
    vertical-align: middle;
    font-size: 2rem;
    color: #ffffff;
    white-space: normal;
    line-height: 2;
    overflow: hidden; }
    @media (min-width: 768px) {
      section.blade-hero-callout .callout-label {
        text-align: right;
        white-space: nowrap; } }
    section.blade-hero-callout .callout-label::after {
      content: url(/GlobalAssets/Images/icon.file.png);
      display: inline;
      float: left;
      margin-right: 20px;
      vertical-align: middle; }
      @media (min-width: 768px) {
        section.blade-hero-callout .callout-label::after {
          position: relative;
          top: 10px;
          margin-left: 20px;
          margin-right: 0;
          float: none; } }
  section.blade-hero-callout .callout-content {
    font-size: 1.8rem;
    letter-spacing: .02em; }
    @media (min-width: 768px) {
      section.blade-hero-callout .callout-content {
        border-left: 1px solid #ffffff;
        padding-left: 25px;
        font-size: 2rem; } }

.hero-callout-label {
  display: block;
  vertical-align: middle;
  font-size: 2rem;
  color: #ffffff;
  white-space: normal;
  line-height: 2;
  overflow: hidden; }
  @media (min-width: 768px) {
    .hero-callout-label {
      text-align: right;
      white-space: nowrap;
      border-right: 1px solid #717174;
      padding-right: 25px; } }

.blade-callout {
  text-align: center; }
  .blade-callout .blade-content {
    text-align: center; }
  .blade-callout .header2 {
    text-align: center;
    padding: 0 20%;
    font-weight: 600; }
    @media (max-width: 747px) {
      .blade-callout .header2 {
        padding: 0 5%; } }
  .blade-callout .subhead.tight {
    padding: 0 25%;
    text-align: center;
    margin-top: 20px; }
    @media (max-width: 747px) {
      .blade-callout .subhead.tight {
        padding: 0 5%; } }
  .blade-callout h3 {
    font-size: 26px; }
  .blade-callout .callout-content {
    font-size: 18px; }
  .blade-callout .button {
    margin-top: 30px; }

.blade-video {
  background: #6d7474; }
  .blade-video .video {
    margin: 0 50px 20px; }
    .blade-video .video img {
      width: 100%; }
  .blade-video .header2 {
    padding: 0 50px; }

.blade-feature-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
  .blade-feature-list .feature-item {
    width: 50%;
    background: #e6e6e6;
    padding: 25px 40px; }
    .blade-feature-list .feature-item:nth-child(1) {
      background: #e6e6e6; }
    .blade-feature-list .feature-item:nth-child(2) {
      background: #f5f5f5; }
    .blade-feature-list .feature-item:nth-child(3) {
      background: #f5f5f5; }
    .blade-feature-list .feature-item:nth-child(4) {
      background: #e6e6e6; }
    .blade-feature-list .feature-item:nth-child(5) {
      background: #e6e6e6; }
    .blade-feature-list .feature-item:nth-child(6) {
      background: #f5f5f5; }
    @media (max-width: 728px) {
      .blade-feature-list .feature-item {
        width: 100%; }
        .blade-feature-list .feature-item:nth-child(even) {
          background: #e6e6e6; }
        .blade-feature-list .feature-item:nth-child(odd) {
          background: #f5f5f5; } }
    .blade-feature-list .feature-item .feature-img {
      background-color: #ffffff;
      width: 20%;
      margin-right: 5%;
      float: left;
      height: 100%;
      min-height: 60px; }
    .blade-feature-list .feature-item .feature-title {
      padding-left: 25%;
      font-size: 17px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 0; }
    .blade-feature-list .feature-item .feature-desc {
      padding-left: 25%;
      font-size: 14px; }

section.blade-text-image {
  padding-top: 100px; }
  @media (max-width: 991px) {
    section.blade-text-image {
      padding-top: 20px; } }
  @media (max-width: 991px) {
    section.blade-text-image .flex-layout {
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; } }
  section.blade-text-image .text-column {
    width: 55%; }
    @media (max-width: 991px) {
      section.blade-text-image .text-column {
        width: 100%;
        text-align: center; } }
    section.blade-text-image .text-column .text {
      font-size: 30px; }
      @media (max-width: 991px) {
        section.blade-text-image .text-column .text {
          font-size: 24px;
          text-align: center; } }
    section.blade-text-image .text-column h2 {
      font-size: 60px;
      margin-top: 10px;
      margin-bottom: 30px; }
      @media (max-width: 991px) {
        section.blade-text-image .text-column h2 {
          font-size: 32px;
          text-align: center;
          margin-bottom: 10px; } }
  section.blade-text-image .image-column {
    width: 45%; }
    @media (max-width: 991px) {
      section.blade-text-image .image-column {
        width: 80%; } }
    section.blade-text-image .image-column img {
      width: 100%; }
  @media (max-width: 991px) {
    section.blade-text-image .button.link.video {
      margin-bottom: 20px; } }

section.blade-grid-old {
  padding-top: 0; }
  section.blade-grid-old h3 {
    text-align: center;
    font-size: 44px; }
    @media (max-width: 991px) {
      section.blade-grid-old h3 {
        font-size: 32px; } }
  section.blade-grid-old .grid-3-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    text-align: center; }
    section.blade-grid-old .grid-3-col > * {
      width: 33.333%;
      margin: 40px 0; }
      @media (max-width: 767px) {
        section.blade-grid-old .grid-3-col > * {
          width: 100%;
          padding: 0 30px; } }
      @media (max-width: 991px) {
        section.blade-grid-old .grid-3-col > * {
          width: 50%;
          padding: 0 30px; } }
  section.blade-grid-old .media {
    text-align: center; }
    section.blade-grid-old .media img {
      display: block;
      margin: auto;
      margin-bottom: 20px; }
    section.blade-grid-old .media .title {
      font-size: 22px; }

section.blade-grid {
  padding-top: 0; }
  section.blade-grid h3 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 1.3; }
    @media (min-width: 992px) {
      section.blade-grid h3 {
        font-size: 44px; } }
  section.blade-grid .grid-3-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    text-align: center; }
    section.blade-grid .grid-3-col > * {
      width: 33.333%;
      margin: 40px 0; }
      @media (max-width: 767px) {
        section.blade-grid .grid-3-col > * {
          width: 100%;
          padding: 0 30px; } }
      @media (max-width: 991px) {
        section.blade-grid .grid-3-col > * {
          width: 50%;
          padding: 0 30px; } }
  section.blade-grid .media {
    text-align: center;
    height: 300px; }
    section.blade-grid .media img {
      display: block;
      margin: auto auto 30px; }
    section.blade-grid .media .title {
      font-size: 22px; }

.Section2colCheckmarkList ul {
  list-style: none;
  padding-left: 0;
  font-size: 16px; }
  .Section2colCheckmarkList ul > li {
    background: url(/GlobalAssets/Images/icons/icon.checkmark.png) left top 6px no-repeat;
    padding-left: 40px;
    padding-right: 30px;
    margin-bottom: 1.5em; }

.Section2colBulletList ul,
.Section3colBulletList ul {
  font-size: 16px;
  line-height: 2; }

ul.link-list {
  padding-left: 0; }
  ul.link-list > li {
    display: inline-block;
    color: #93b93a; }
    ul.link-list > li:after {
      content: ', ';
      white-space: pre; }
    ul.link-list > li:last-child:after {
      content: ' '; }

.media.media-blog-item .blog-info, .media.media-blogArticleHeader .blog-info, .media.media-blog-hero .blog-info {
  text-align: left;
  line-height: 1; }
  .media.media-blog-item .blog-info .date, .media.media-blogArticleHeader .blog-info .date, .media.media-blog-hero .blog-info .date {
    display: inline-block;
    border-right: 1px solid #262d2d;
    font-size: 13px;
    padding-right: 12px; }
  .media.media-blog-item .blog-info .byline, .media.media-blogArticleHeader .blog-info .byline, .media.media-blog-hero .blog-info .byline {
    display: inline-block;
    color: #93b93a;
    font-size: 13px;
    padding-left: 10px; }

.media.media-blog-item .responsive-image img, .media.media-blogArticleHeader .responsive-image img, .media.media-blog-hero .responsive-image img {
  margin: 0 auto 30px;
  width: 100%; }

.media.media-blog-item h3, .media.media-blogArticleHeader h3, .media.media-blog-hero h3 {
  font-size: 22px; }

.media.media-blog-hero h3 {
  font-size: 36px; }

.media.media-blog-hero .content {
  font-size: 18px; }

.social-media-bar {
  display: inline-block; }
  .social-media-bar img {
    width: 100%;
    max-width: 30px;
    max-height: 30px;
    margin-right: 12px; }

.paging {
  font-weight: 700;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .paging > * {
    display: inline-block;
    margin: 0 4px; }
    .paging > * a {
      padding: 4px 12px;
      display: inline-block; }
      .paging > * a:hover {
        text-decoration: none; }
  .paging .paging-page {
    background-color: #f5f5f5;
    border: 1px solid #e6e6e6;
    color: #485151;
    cursor: pointer;
    font-weight: 300;
    margin: 0 10px 10px 0; }
    .paging .paging-page a {
      color: #485151; }
      .paging .paging-page a:hover {
        background-color: #d7ebf5; }
    .paging .paging-page:hover {
      background-color: #d7ebf5; }
    .paging .paging-page.current {
      background-color: #485151;
      border-color: #485151;
      color: #f5f5f5;
      cursor: default; }
      .paging .paging-page.current a {
        color: #f5f5f5; }

.blogArticleBlock .blog-content {
  font-size: 20px; }
  .blogArticleBlock .blog-content h3 {
    margin: 1.5em 0 .5em; }
  .blogArticleBlock .blog-content .responsive-image {
    margin-bottom: 50px; }

.blogArticleBlock .blog-tags {
  border-top: 1px solid #e6e6e6;
  margin-top: 50px;
  padding-top: 50px;
  font-size: 16px; }
  .blogArticleBlock .blog-tags h4 {
    font-weight: 400; }
  .blogArticleBlock .blog-tags ul {
    padding-left: 0; }
    .blogArticleBlock .blog-tags ul > li {
      display: inline-block;
      color: #93b93a;
      padding-right: 5px; }
      .blogArticleBlock .blog-tags ul > li:after {
        content: ', '; }
      .blogArticleBlock .blog-tags ul > li:last-child:after {
        content: ' '; }

.topics h4 {
  font-size: 16px; }

.topics .link-list li a {
  font-size: 16px; }

.full-width {
  padding: 20px 40px; }
  .full-width .examples {
    padding: 50px 0; }
    .full-width .examples .notes {
      margin: 50px 0 -50px; }

.border-style-1 {
  border: 1px solid #bfbfbf; }

.styleguide-page main {
  margin-left: 250px; }

.style-card .filters .type, .style-card .filters .options, .style-card .filters .theme {
  position: relative;
  display: inline-block;
  padding: 10px 50px 10px 100px; }
  .style-card .filters .type:before, .style-card .filters .options:before, .style-card .filters .theme:before {
    position: absolute;
    top: 12px;
    left: 10px;
    display: block;
    content: 'NOTES';
    font-size: 12px;
    font-weight: bold;
    color: #262d2d; }
  .style-card .filters .type > span, .style-card .filters .options > span, .style-card .filters .theme > span {
    margin-right: 5px;
    border-radius: 4px;
    color: #aaaaaa;
    padding: 5px 20px;
    cursor: pointer;
    font-size: 12px;
    border: 1px solid #dcdcdc;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .style-card .filters .type > span.selected, .style-card .filters .options > span.selected, .style-card .filters .theme > span.selected {
      background-color: #d7ebf5;
      color: #2f8ab7;
      border: 1px solid #71b8db; }

.style-card .filters {
  text-align: center;
  padding: 10px 0;
  background-color: #f7f7f7; }
  .style-card .filters .type:before {
    content: 'TYPE'; }
  .style-card .filters .options:before {
    content: 'OPTIONS'; }
  .style-card .filters .theme:before {
    content: 'THEME'; }

.meta {
  background-color: #f5f5f5;
  padding: 5px 10px;
  font-size: 12px;
  font-style: italic; }

.examples {
  padding: 20px; }
  .examples h4 {
    margin-top: 50px; }
  .examples h4:first-of-type {
    margin-top: 0; }
  .examples .notes {
    margin: 20px -20px -20px; }

.notes {
  padding: 10px 20px;
  margin: 20px 0 0;
  background-color: #f7f9ed; }
  .notes:before {
    display: block;
    content: 'NOTES';
    font-size: 12px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 4px;
    color: #c6d582; }
  .notes b {
    font-weight: 600; }
  .notes ul > li {
    margin-bottom: 5px; }
  .notes p {
    border-bottom: 1px solid #e0e8bb;
    padding-bottom: .5em;
    margin-bottom: .5em; }
    .notes p:last-child {
      border-bottom: 0;
      padding-bottom: 0; }

.tile {
  display: inline-block;
  margin: 10px;
  border: 1px solid #bfbfbf; }
  .tile .swatch {
    width: 150px;
    height: 120px; }
  .tile .title {
    display: block;
    padding: 2px 4px;
    color: #485151;
    text-align: center;
    background-color: #d7ebf5;
    font-family: monospace; }

.markup {
  background-color: #d7ebf5;
  color: #111;
  cursor: text;
  direction: ltr;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  overflow: auto;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  display: block;
  border-radius: 0;
  font-family: monospace;
  padding: 0 40px 20px; }
  .markup b, .markup strong {
    font-weight: bold; }

.markup-text {
  font-family: monospace;
  background-color: #d7ebf5;
  color: #111;
  padding: 2px 8px; }

.inline {
  display: inline-block; }

.style-guide-layout {
  position: fixed;
  top: 0;
  left: 0; }

.style-guide-nav {
  z-index: 10;
  font-family: 'Roboto Slab', serif;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  background: #c6d582;
  width: 250px;
  padding: 30px 0 30px 30px;
  text-align: left;
  font-size: 12px; }
  .style-guide-nav h4 {
    font-family: 'Roboto Slab', serif;
    font-size: 16px; }
  .style-guide-nav a {
    color: #485151; }
  .style-guide-nav .nav-title {
    position: absolute;
    margin: -30px -30px 20px -30px;
    background-color: rgba(0, 0, 0, 0.25);
    color: #c6d582;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 400;
    width: 100%;
    height: 50px;
    padding-left: 30px;
    line-height: 50px; }
  .style-guide-nav .nav-content {
    position: absolute;
    top: 60px;
    left: 30px;
    right: 0;
    bottom: 30px;
    overflow: scroll;
    padding-right: 30px; }
  .style-guide-nav ul {
    max-height: 0;
    transition: all .5s;
    overflow: hidden;
    list-style: none;
    padding-left: 0; }
    .style-guide-nav ul.open {
      max-height: 200px; }

.block-guide-nav {
  position: relative;
  background: #f5f5f5;
  width: 100%;
  text-align: left;
  color: #485151;
  padding-top: 10px; }
  .block-guide-nav ul {
    list-style: none;
    padding-left: 0; }
  .block-guide-nav h1 {
    color: #6d7474; }
  .block-guide-nav h4 a {
    text-decoration: underline; }
  .block-guide-nav a {
    color: #485151; }
    .block-guide-nav a.undefined {
      font-style: italic;
      color: #7d8e30;
      pointer-events: none; }

.styleguide-page main,
.blockguide-page main {
  margin-left: 0; }
  .styleguide-page main > section,
  .blockguide-page main > section {
    display: none; }
  .styleguide-page main .block-wrap,
  .blockguide-page main .block-wrap {
    display: none; }

.block-desc {
  font-size: 12px;
  font-style: italic;
  color: #7d8e30; }

.style-guide-content {
  overflow: scroll; }

.tag-depricated::after {
  content: 'depricated';
  display: inline-block;
  border-radius: 4px;
  padding: 3px 4px 2px;
  font-size: 9px;
  background-color: darkgoldenrod;
  color: white;
  text-transform: uppercase;
  font-family: sans-serif;
  line-height: 1;
  letter-spacing: .1em;
  margin-left: 5px; }

select {
  background: transparent;
  border: 0;
  outline: none; }

.sg-nav-tabs {
  border-bottom: 2px solid #c6d582;
  margin-top: 10px; }
  .sg-nav-tabs .sg-nav-tab {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .sg-nav-tabs .sg-nav-tab h2 {
      font-size: 20px;
      line-height: 1;
      margin: 0; }
    .sg-nav-tabs .sg-nav-tab.selected {
      cursor: default;
      color: #485151;
      background-color: #c6d582; }

.sg-nav-pane {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  z-index: 10;
  width: 100%;
  padding: 20px 0;
  background-color: #c6d582; }
  .sg-nav-pane .tab-desc {
    margin: 10px 0;
    font-style: italic;
    padding-right: 20px; }
  .sg-nav-pane.selected {
    display: block; }

.flipper {
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  perspective: 1000px;
  transform-style: preserve-3d; }
  .flipper .front,
  .flipper .back {
    width: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    box-sizing: border-box;
    position: relative;
    transition: 0.8s;
    transform-style: preserve-3d; }
  .flipper .front {
    z-index: 1;
    transform: rotateY(0); }
  .flipper .back {
    z-index: 2;
    transform: rotateY(-180deg);
    margin-left: -100%; }
  .flipper.reversed .back {
    transform: rotateY(180deg); }
  .flipper.fader .front, .flipper.fader .back,
  .ie10 .flipper .front,
  .ie10 .flipper .back,
  .ie11 .flipper .front,
  .ie11 .flipper .back {
    z-index: 0; }
  .flipper.fader .back,
  .ie10 .flipper .back,
  .ie11 .flipper .back {
    transform: rotateY(0);
    opacity: 0;
    visibility: hidden; }
  .flipper.flipped .front {
    transform: rotateY(180deg); }
  .flipper.flipped .back {
    transform: rotateY(0); }
  .flipper.flipped.reversed .front {
    transform: rotateY(-180deg); }
  .flipper.flipped.fader .front,
  .ie10 .flipper.flipped .front,
  .ie11 .flipper.flipped .front {
    transform: rotateY(0);
    opacity: 0;
    visibility: hidden; }
  .flipper.flipped.fader .back,
  .ie10 .flipper.flipped .back,
  .ie11 .flipper.flipped .back {
    opacity: 1.0;
    visibility: visible; }

.flip-pager {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  .flip-pager .flip-pager-link {
    font-size: 0.65em;
    padding: 3px;
    cursor: pointer; }
  .flip-pager .page1 {
    color: #92B93A; }
  .flip-pager .page2 {
    color: #C5C9CA; }

.flipped .flip-pager .page1 {
  color: #C5C9CA; }

.flipped .flip-pager .page2 {
  color: #92B93A; }

.ProductConfigureBlock .product-selection {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  border: 1px solid #E9E8E5;
  border-left-width: 34px;
  margin-top: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  padding: 10px 1px 10px 15px; }

.ProductConfigureBlock form .left-item {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 0; }
  @media (min-width: 992px) {
    .ProductConfigureBlock form .left-item {
      width: 50%; } }
  @media (max-width: 992px) {
    .ProductConfigureBlock form .left-item {
      width: 100%;
      padding-right: 0; } }

.ProductConfigureBlock form .right-item {
  float: right;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 0; }
  @media (min-width: 992px) {
    .ProductConfigureBlock form .right-item {
      width: 50%; } }
  @media (max-width: 992px) {
    .ProductConfigureBlock form .right-item {
      width: 100%;
      padding-left: 0; } }

.ProductConfigureBlock form .form-group label p {
  font-size: 16px;
  font-weight: 300; }

.ProductConfigureBlock .product-selection .discount-text {
  color: #C74C28;
  font-style: italic;
  font-size: 14px; }

.ProductConfigureBlock .product-selection .base-price {
  color: #6D7474; }

.ProductConfigureBlock .product-selection .duration {
  vertical-align: bottom; }

.ProductConfigureBlock .product-selection.on {
  border: 2px solid #8BB348;
  padding: 9px 0 9px 15px;
  background: #F5F5F5;
  border-left-width: 34px; }

.ProductConfigureBlock .product-selection input {
  margin-left: -38px;
  margin-right: 30px; }

.ProductConfigureBlock .product-selection h4,
.ProductConfigureBlock .product-selection ul,
.ProductConfigureBlock .product-selection p {
  margin-top: 0;
  margin-bottom: 0; }

.ProductConfigureBlock .product-selection .text {
  -ms-flex: 1 1 60%;
      flex: 1 1 60%; }

.ProductConfigureBlock .product-selection .pricing {
  -ms-flex: 1 1 40%;
      flex: 1 1 40%; }

.ProductConfigureBlock .product-selection.unselectable.on {
  border: 0;
  background: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 25px;
  border-bottom: 1px solid #E9E8E5; }

.ProductConfigureBlock .product-selection.unselectable input {
  display: none; }

.ProductConfigureBlock .base-price {
  text-decoration: line-through; }

.ProductConfigureBlock .product-selection .price-year {
  margin-top: -5px; }

.ProductConfigureBlock .product-selection .price {
  font-size: 20px; }

.ProductConfigureBlock .price span {
  vertical-align: top; }

.ProductConfigureBlock .price .dollars {
  font-size: 40px;
  line-height: 45px; }

.ProductConfigureBlock .price .duration {
  display: block; }

.radio-buttons .control {
  display: -ms-flexbox;
  display: flex; }

.radio-button {
  display: block;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin-right: 10px;
  text-align: center; }

.radio-button label,
.radio-button .subtext {
  display: block; }

.radio-button label {
  border: 1px solid #EEEDEA;
  padding: 5px 35px;
  margin: 0;
  transition: all 300ms ease;
  cursor: pointer; }

.radio-button label input {
  display: none; }

.radio-button .subtext {
  font-size: 0.9em;
  color: #C46853; }

.radio-button:hover label,
.radio-button.on label {
  background: #444C48;
  color: #fff; }

.ProductConfigureBlock .order-summary > div {
  background: #F9F8F7; }

.ProductConfigureBlock .order-summary h6 {
  text-align: center;
  background: #444B49;
  color: #D2D98A;
  display: block;
  padding: 7px 0;
  margin: 0; }

.ProductConfigureBlock .summary-group {
  margin: 15px;
  border-bottom: 1px solid #F1F0ED;
  padding-bottom: 15px; }

.ProductConfigureBlock .summary-group .title {
  font-weight: bold; }

.ProductConfigureBlock .order-summary .total {
  text-align: center; }

.ProductConfigureBlock .order-summary .next {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center; }

.ProductConfigureBlock .ad-column {
  text-align: center; }

.ProductConfigureBlock img.ad {
  width: 100%;
  max-width: 261px; }

.product-modifier {
  margin: 25px 0; }

.number-incrementer .control {
  display: -ms-flexbox;
  display: flex; }

.number-incrementer button {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  border: 1px solid #EEEDEA;
  background: none;
  font-size: 24px;
  line-height: 24px;
  width: 32px;
  transition: all 300ms ease; }

.number-incrementer button:hover {
  color: #fff;
  background: #444C48; }

.number-incrementer span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 0 0 70px;
      flex: 0 0 70px;
  color: #fff;
  background: #444C48;
  margin: 0 10px; }

.ProductSelectionBlock .parameters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 40px; }
  .ProductSelectionBlock .parameters .toggle-button {
    padding: 15px; }
  .ie11 .ProductSelectionBlock .parameters span,
  .ie10 .ProductSelectionBlock .parameters span {
    width: 100%; }

.ProductSelectionBlock .recommendations-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; }
  .ProductSelectionBlock .recommendations-grid .legend-col {
    -ms-flex: 1 0 0px;
        flex: 1 0 0;
    padding: 10px 5px;
    border: 1px solid #ffffff; }
    .ProductSelectionBlock .recommendations-grid .legend-col .header {
      height: 210px; }
      @media (max-width: 767px) {
        .ProductSelectionBlock .recommendations-grid .legend-col .header {
          height: 195px; } }
      .ProductSelectionBlock .recommendations-grid .legend-col .header .os {
        font-weight: bold;
        font-size: 28px; }
      .ProductSelectionBlock .recommendations-grid .legend-col .header .subhead {
        color: #6d7474;
        font-size: 12px;
        text-decoration: underline; }
      .ProductSelectionBlock .recommendations-grid .legend-col .header h3 {
        text-align: left;
        font-size: 20px;
        margin-top: 50px;
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          .ProductSelectionBlock .recommendations-grid .legend-col .header h3 {
            display: none; } }
    .ProductSelectionBlock .recommendations-grid .legend-col .features .title {
      margin-top: -20px;
      font-weight: bolder; }
    .ProductSelectionBlock .recommendations-grid .legend-col .option-row {
      text-align: left;
      -ms-flex-pack: start;
          justify-content: flex-start;
      font-size: 13px; }
      .ProductSelectionBlock .recommendations-grid .legend-col .option-row:after {
        width: 100%;
        right: auto; }
  .ProductSelectionBlock .recommendations-grid .plans-grid {
    -ms-flex: 3 0 0px;
        flex: 3 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; }
    .ProductSelectionBlock .recommendations-grid .plans-grid .plan-col {
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
      text-align: center;
      margin: 10px;
      border: 1px solid #ffffff;
      cursor: pointer;
      transition: all .2s ease-in-out; }
      .ProductSelectionBlock .recommendations-grid .plans-grid .plan-col.plan1, .ProductSelectionBlock .recommendations-grid .plans-grid .plan-col.plan2, .ProductSelectionBlock .recommendations-grid .plans-grid .plan-col.plan3 {
        display: none; }
        @media (min-width: 992px) {
          .ProductSelectionBlock .recommendations-grid .plans-grid .plan-col.plan1, .ProductSelectionBlock .recommendations-grid .plans-grid .plan-col.plan2, .ProductSelectionBlock .recommendations-grid .plans-grid .plan-col.plan3 {
            display: block; } }
      @media (max-width: 991px) {
        .ProductSelectionBlock .recommendations-grid .plans-grid .plan-col.default {
          display: block; }
          .ProductSelectionBlock .recommendations-grid .plans-grid .plan-col.default .btn-full-width {
            font-size: 16px; } }
      .ProductSelectionBlock .recommendations-grid .plans-grid .plan-col .recommendation {
        background-color: #f5f5f5;
        text-align: center; }
        .ProductSelectionBlock .recommendations-grid .plans-grid .plan-col .recommendation .lbl {
          border-radius: 0;
          color: #ffffff;
          padding: 10px;
          background-color: #ffffff; }
        .ProductSelectionBlock .recommendations-grid .plans-grid .plan-col .recommendation .arrow-down {
          display: block;
          margin: auto;
          width: 0;
          height: 0;
          border-left: 13px solid transparent;
          border-right: 13px solid transparent;
          border-top: 10px solid #f5f5f5; }
      .ProductSelectionBlock .recommendations-grid .plans-grid .plan-col.recommended {
        background-color: #f5f5f5;
        display: block; }
        .ProductSelectionBlock .recommendations-grid .plans-grid .plan-col.recommended .recommendation {
          background-color: #93b93a; }
          .ProductSelectionBlock .recommendations-grid .plans-grid .plan-col.recommended .recommendation .lbl {
            color: #c6d582;
            background-color: #262d2d; }
          .ProductSelectionBlock .recommendations-grid .plans-grid .plan-col.recommended .recommendation .arrow-down {
            border-top: 10px solid #262d2d; }
        .ProductSelectionBlock .recommendations-grid .plans-grid .plan-col.recommended .header {
          background-color: #93b93a;
          color: #ffffff;
          transition: all .2s ease-in-out; }
          .ProductSelectionBlock .recommendations-grid .plans-grid .plan-col.recommended .header .button {
            background-color: black; }
          .ProductSelectionBlock .recommendations-grid .plans-grid .plan-col.recommended .header .plan-price.original-price {
            color: white;
            white-space: nowrap; }
      .ProductSelectionBlock .recommendations-grid .plans-grid .plan-col .header {
        height: 210px;
        font-weight: 400;
        text-transform: uppercase;
        background-color: #f5f5f5;
        padding: 15px;
        position: relative; }
        @media (max-width: 768px) {
          .ProductSelectionBlock .recommendations-grid .plans-grid .plan-col .header {
            height: auto; } }
        .ProductSelectionBlock .recommendations-grid .plans-grid .plan-col .header .plan-price {
          position: relative;
          font-size: 32px;
          font-weight: 300;
          padding-bottom: 18px;
          white-space: nowrap; }
          @media (max-width: 768px) {
            .ProductSelectionBlock .recommendations-grid .plans-grid .plan-col .header .plan-price {
              font-size: 24px; } }
          .ProductSelectionBlock .recommendations-grid .plans-grid .plan-col .header .plan-price .annum {
            font-size: 16px;
            font-weight: 400;
            white-space: nowrap; }
          .ProductSelectionBlock .recommendations-grid .plans-grid .plan-col .header .plan-price.original-price {
            font-size: 16px;
            text-decoration: line-through;
            padding-bottom: 0;
            margin-bottom: -10px;
            margin-top: 3px;
            color: #93b93a; }
        .ProductSelectionBlock .recommendations-grid .plans-grid .plan-col .header .button {
          text-transform: none !important;
          color: #ffffff;
          margin-top: 0;
          position: relative; }
      .ProductSelectionBlock .recommendations-grid .plans-grid .plan-col .plan-cta-btn {
        display: block;
        text-align: center;
        border-radius: 4px;
        background-color: #6d7474;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 500;
        padding: 4px;
        margin: 20px 5px 0; }
  .ProductSelectionBlock .recommendations-grid .option-row {
    position: relative;
    height: 45px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    @media (max-width: 768px) {
      .ProductSelectionBlock .recommendations-grid .option-row {
        height: 100px; } }
    .ProductSelectionBlock .recommendations-grid .option-row:after {
      display: block;
      content: '';
      border-bottom: 1px solid #e6e6e6;
      width: 100%;
      margin: auto;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }

.buy-solution-selector .header-image {
  max-width: 200px; }

.buy-solution-selector .plan-price {
  font-size: 36px;
  line-height: 36px; }

.buy-solution-selector .original-price {
  color: #93b93a;
  text-decoration: line-through;
  font-size: 16px;
  line-height: 16px; }

.buy-solution-selector .config .config-header {
  text-align: center;
  background: #262d2d;
  padding: 10px;
  color: #93b93a; }

.buy-solution-selector .config .config-body {
  background: #f5f5f5;
  padding: 10px; }
  .buy-solution-selector .config .config-body .config-element {
    border-bottom: solid 1px #e6e6e6;
    padding: 15px 0; }
    .buy-solution-selector .config .config-body .config-element.last {
      border-bottom: none; }

/*
@media (min-width: 768px) {
  .ProductFormBlock form {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
  }

  .ProductFormBlock form .form-group {
    flex: 0 0 50%;
    padding: 0 20px;
    margin: 15px 0;
  }

  .ProductFormBlock form .full-width {
    flex: 0 0 100%;
  }
}
    */
@media (min-width: 992px) {
  .ProductFormBlock form {
    margin: 20px 120px; } }

.podcast .podcast-dropdown .dropdown-toggle,
.podcast .podcast-dropdown a {
  display: inline-block;
  text-decoration: none !important;
  padding: 0 25px;
  font-size: 20px;
  white-space: nowrap;
  line-height: 35px;
  height: 35px;
  font-weight: 400;
  cursor: pointer;
  color: #6d7474;
  background-color: #ffffff;
  width: 200px;
  text-align: center; }
  .podcast .podcast-dropdown .dropdown-toggle:hover,
  .podcast .podcast-dropdown a:hover {
    color: #93b93a; }

.podcast .podcast-dropdown .dropdown-toggle {
  height: 45px;
  border: 1px solid #abafaf; }

.podcast .podcast-dropdown .btn-group.open .dropdown-toggle {
  border: 1px solid #93b93a;
  box-shadow: none; }

.podcast .podcast-dropdown .dropdown-menu {
  margin: 0;
  padding: 0;
  border: 1px solid #abafaf;
  border-radius: unset;
  box-shadow: none; }
  .podcast .podcast-dropdown .dropdown-menu a:not(:first-child) {
    border-top: 1px solid #abafaf; }

.podcast .episode {
  margin-top: 80px; }
  .podcast .episode .rule1:last-child {
    display: none; }

.podcast .podcast-episodes a {
  margin-left: 20px; }

.podcast .podcast-episodes .disabled {
  color: #000;
  pointer-events: none; }

.podcast-episodes li {
  list-style: none; }

@media (max-width: 991px) {
  .podcast-link-bar {
    margin-top: 120px; } }

@media (max-width: 767px) {
  .podcast-link-bar {
    text-align: center;
    margin: 40px auto;
    padding-top: 20px; }
    .podcast-link-bar .podcast-info-bar {
      margin-top: 10px; }
    .podcast-link-bar .pull-right {
      float: unset !important; } }

.search-bar {
  background-color: #f5f5f5;
  padding: 40px 0;
  position: relative; }
  .search-bar :focus {
    border: 1px solid #ccc;
    box-shadow: none !important; }

@media (min-width: 991px) {
  #searchBarMain,
  #searchBar,
  #searchMainBar {
    font-size: 1.3em; } }

.has-feedback.has-clear {
  /* Remove Internet Explorer native clear button */ }
  .has-feedback.has-clear input::-ms-clear {
    display: none; }
  .has-feedback.has-clear .form-control-clear {
    color: #bbb;
    color: rgba(0, 0, 0, 0.4);
    /*
         * Enable pointer events as they have been disabled since Bootstrap 3.3
         * See https://github.com/twbs/bootstrap/pull/14104
         */
    pointer-events: auto;
    margin-top: 5px;
    /*z-index: auto;*/ }
    .has-feedback.has-clear .form-control-clear:hover {
      color: #777;
      color: rgba(0, 0, 0, 0.7);
      cursor: pointer; }
  .has-feedback.has-clear.has-empty-value {
    /* Do not display clear button if field has empty value */ }
    .has-feedback.has-clear.has-empty-value .form-control-clear {
      display: none; }

.mobile-search {
  color: unset;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 30px;
  position: absolute;
  top: 25px;
  right: 20px;
  cursor: pointer;
  z-index: 1; }
  @media (min-width: 991px) {
    .mobile-search {
      display: none; } }
  .mobile-search:hover {
    color: unset; }

.input-group .btn-search {
  background-color: #93b93a !important;
  color: #ffffff;
  border-radius: 0;
  display: table-cell;
  height: 45px;
  width: 55px; }

#collapseSearch {
  background-color: #f5f5f5; }

.searchSection #SearchForm {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5; }
  .searchSection #SearchForm .form-control {
    border-right: 0;
    z-index: 0;
    box-shadow: 0 0 0;
    border-color: #ccc; }
  .searchSection #SearchForm button {
    color: #ffffff;
    border: none;
    background: transparent;
    z-index: auto; }

.searchSection .searchMain {
  font-size: 18px; }
  .searchSection .searchMain .searchHit {
    color: #555;
    font-weight: 400; }

.searchSection .searchCount {
  padding: 30px 30px 0 0;
  width: 100%; }

.recaptcha {
  margin-top: 10px;
  margin-bottom: 20px; }

[v-cloak] {
  display: none; }

.FormBlock .media-sectionHeader h2 {
  margin-bottom: 30px; }

.FormBlock .form-group {
  margin-bottom: 10px; }
  .FormBlock .form-group label p {
    font-size: 16px;
    font-weight: 300; }
  .FormBlock .form-group.col-sm-6 {
    margin-bottom: 40px; }

.FormBlock .narrow-form .left-item {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 0; }
  @media (min-width: 992px) {
    .FormBlock .narrow-form .left-item {
      width: 50%; } }
  @media (max-width: 992px) {
    .FormBlock .narrow-form .left-item {
      width: 100%;
      padding-right: 0; } }

.FormBlock .narrow-form .right-item {
  float: right;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 0; }
  @media (min-width: 992px) {
    .FormBlock .narrow-form .right-item {
      width: 50%; } }
  @media (max-width: 992px) {
    .FormBlock .narrow-form .right-item {
      width: 100%;
      padding-left: 0; } }

.HeroCTABlock {
  padding-top: 35px;
  padding-bottom: 35px; }
  .HeroCTABlock.p-top-bot-40 {
    padding-top: 35px;
    padding-bottom: 35px; }
  @media (max-width: 768px) {
    .HeroCTABlock .button {
      margin-top: 20px; } }
  @media (max-width: 767px) {
    .HeroCTABlock .flex-col-10 {
      margin-bottom: 20px; } }

.ImageHeroOne h1 {
  margin-top: 80px; }
  @media (max-width: 768px) {
    .ImageHeroOne h1 {
      margin-top: 30px; } }

.logoGrid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center; }


/*# sourceMappingURL=root.min.css.map*/