@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,200italic);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,900);
@import url("//fonts.googleapis.com/css?family=Lato");
@import url("//fonts.googleapis.com/css?family=Lato");
#main-nav .current a[href="#main-header"] {
  border-color: #666; }

#main-nav .current a[href="#section01"] {
  border-color: #8A789E;
  color: #8A789E; }

#main-nav .current a[href="#section02"] {
  border-color: #ACC46B;
  color: #809447; }

#main-nav .current a[href="#section03"] {
  border-color: #f1674c;
  color: #f1674c; }

#main-nav .current a[href="#section04"] {
  border-color: #a5224a;
  color: #a5224a; }

#main-nav .current a[href="#section05"] {
  border-color: #1c5f76;
  color: #1c5f76; }

.themes .fa.ani {
  padding: 20px; }

.themes #main-wrapper section ul {
  margin-top: 0;
  margin-bottom: 11.5px;
  margin: 0px;
  padding: 5px 10px 15px 20px; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

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

/* Main Nav */
* {
  -webkit-font-smoothing: antialiased; }

.themes blockquote {
  padding: 0 !important;
  margin: 0 !important;
  border-left: 0 !important; }

img {
  margin: 0 auto;
  max-width: 100%; }

.homepage .fa {
  padding: 13px;
  display: block;
  margin-right: 5px; }

.themes .nav-bg {
  margin-top: 0px; }

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

.e-fact .table > tbody > tr > td {
  vertical-align: top; }

.e-fact main.container h2, .themes main.container h2 {
  font-style: italic;
  margin: 0px 0 40px 0;
  color: #333;
  font-size: 250%;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 10px; }
  .e-fact main.container h2 span, .themes main.container h2 span {
    font-weight: 100;
    font-size: 0.5em;
    color: #aaa;
    display: block;
    text-transform: uppercase; }

.e-fact main.container h2 {
  font-size: 1.5em;
  margin: 40px 0px -6px 0px; }

.themes main.container h2 {
  text-align: right; }
.themes main.container h3 {
  text-transform: uppercase;
  font-size: 2em;
  border-bottom: 4px double #ccc;
  border-top: 4px double #ccc;
  color: #737373;
  line-height: 1em;
  margin-top: 40px;
  text-align: center;
  padding: 10px 0 8px 0; }
.themes main.container h4 {
  color: #777;
  font-size: 150%;
  font-weight: 400; }
  .themes main.container h4 span {
    display: inline; }
.themes main.container p {
  color: #5D5D5D; }
.themes main.container section {
  font-weight: 100; }
.themes main.container h3,
.themes main.container h5 {
  font-weight: bold; }

@media (max-width: 991px) {
  #main-nav {
    display: none; }

  p.center-text-mobile {
    text-align: center !important;
    color: red; } }
#main-nav {
  position: absolute;
  width: 100%;
  background: #eee;
  z-index: 1;
  left: 0;
  top: 301px;
  margin-bottom: 20px;
  font-size: 0.8em; }

/* Height of header */
#main-nav.fixed {
  position: fixed;
  top: 0;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.25); }

#main-nav ul,
#main-nav li {
  margin: 0;
  padding: 0; }

#main-nav li {
  list-style-type: none !important; }

#main-nav li a {
  font-weight: bold;
  color: #666;
  float: left;
  text-align: center;
  width: 16.66%;
  list-style-type: none !important;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

#main-nav .current a {
  background-color: #f9f9f9;
  border-left: 3px solid;
  border-right: 3px solid; }

#main-nav a {
  line-height: 1.2em;
  height: 58px;
  padding: 15px;
  display: block;
  color: #111;
  text-decoration: none;
  text-transform: uppercase; }

.fr #main-nav a {
  padding: 15px; }

share-button .sb-social ul {
  margin: 0 !important;
  padding: 0 !important; }

@media (max-width: 1200px) {
  .fr #main-nav a {
    padding: 8px; } }
#main-nav a:hover {
  background: #ddd; }

/* Main Content */
#main-wrapper {
  width: 100%;
  margin: 0 auto; }

#main-wrapper section {
  margin: 0px 0 40px 0; }

.wrapper {
  padding: 40px 40px 40px 40px; }

.homepage .wrapper {
  font-weight: bold;
  min-height: 300px;
  padding: 80px 40px 40px 40px; }

/* Height of nav bar added to total height: 300 */
/* Section Background Colors */
#main-header,
#main-footer {
  text-transform: uppercase;
  font-weight: 100; }
  #main-header h1,
  #main-footer h1 {
    margin: 20px auto;
    width: 100%;
    border: none;
    color: #333;
    font-size: 300%;
    font-weight: 100;
    max-width: 600px;
    display: block;
    text-align: center;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 70px;
    padding: 13px; }
    #main-header h1 small,
    #main-footer h1 small {
      margin: 10px auto 5px auto;
      width: 100%;
      padding-top: 15px;
      font-size: 35%;
      display: block;
      line-height: 1.3em; }
  #main-header p,
  #main-footer p {
    text-align: center;
    margin: 0 auto;
    width: 60%; }

.themes main.container .header {
  text-transform: uppercase;
  margin: 0 auto; }
  .themes main.container .header h2 {
    font-size: 3.1em;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 13px;
    line-height: 0.9em; }
  .themes main.container .header span {
    max-width: 60%;
    float: right;
    text-align: right;
    font-size: 1.3em;
    line-height: 1.2em;
    padding: 5px 0 15px 0;
    color: #787878; }
  .themes main.container .header img#banner-img {
    margin: 60px 0 0 -40px !important; }

.center-box {
  margin: 0 auto !important;
  text-align: center !important;
  display: block !important; }

.themes #main-wrapper section {
  padding-top: 80px;
  margin-left: -15px;
  margin-right: -15px; }

#section01 {
  border: 3px solid #8A789E;
  border-left: 15px solid #8A789E; }
  #section01 a.calc-link {
    text-decoration: none !important;
    display: block;
    padding: 15px 15px 13px 15px;
    width: 100% !important;
    max-width: 100%;
    color: white;
    text-align: center;
    background-color: #8A789E;
    font-weight: bold;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.33);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    #section01 a.calc-link:hover {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      cursor: pointer !important; }
    #section01 a.calc-link .icon-calculator {
      font-size: 25px;
      margin-right: 4px;
      position: relative;
      top: 3px;
      right: 3px; }
  #section01 .key-message p {
    color: #8A789E; }
  #section01 .quote-card:before {
    color: #8A789E; }
  #section01 .quote-card:after {
    color: #8A789E; }
  #section01 .learn-more {
    background-color: #8A789E; }
  #section01 h2 {
    border-bottom: 2px solid #8A789E;
    border-top: 2px solid #8A789E; }
  #section01 h4 {
    color: #705E83; }
  #section01 h2,
  #section01 h3,
  #section01 h5 {
    color: #8A789E; }
  #section01 hr {
    border-color: #8A789E !important; }
  #section01 .quote span {
    color: #8A789E; }
  #section01 .panel-primary > .panel-heading {
    background-color: #8A789E;
    border-color: #8A789E;
    border-radius: 0px; }
  #section01 .ani {
    color: #8A789E; }

#section02 {
  border: 3px solid #ACC46B;
  border-left: 15px solid #ACC46B; }
  #section02 .key-message p {
    color: #ACC46B; }
  #section02 .quote-card:before {
    color: #ACC46B; }
  #section02 .quote-card:after {
    color: #ACC46B; }
  #section02 .learn-more {
    background-color: #ACC46B; }
  #section02 h2 {
    border-bottom: 2px solid #ACC46B;
    border-top: 2px solid #ACC46B; }
  #section02 h4 {
    color: #829844; }
  #section02 h2,
  #section02 h3,
  #section02 h5 {
    color: #ACC46B; }
  #section02 hr {
    border-color: #ACC46B !important; }
  #section02 .quote span {
    color: #ACC46B; }
  #section02 .panel-primary > .panel-heading {
    background-color: #ACC46B;
    border-color: #ACC46B;
    border-radius: 0px; }
  #section02 .ani {
    color: #ACC46B; }

#section03 {
  border: 3px solid #f1674c;
  border-left: 15px solid #f1674c; }
  #section03 .key-message p {
    color: #f1674c; }
  #section03 .quote-card:before {
    color: #f1674c; }
  #section03 .quote-card:after {
    color: #f1674c; }
  #section03 .learn-more {
    background-color: #f1674c; }
  #section03 h2 {
    border-bottom: 2px solid #f1674c;
    border-top: 2px solid #f1674c; }
  #section03 h2,
  #section03 h3,
  #section03 h4,
  #section03 h5 {
    color: #f1674c; }
  #section03 hr {
    border-color: #f1674c !important; }
  #section03 .quote span {
    color: #f1674c; }
  #section03 .panel-primary > .panel-heading {
    background-color: #f1674c;
    border-color: #f1674c;
    border-radius: 0px; }
  #section03 .ani {
    color: #f1674c; }

#section04 {
  border: 3px solid #a5224a;
  border-left: 15px solid #a5224a; }
  #section04 .key-message p {
    color: #a5224a; }
  #section04 .quote-card:before {
    color: #a5224a; }
  #section04 .quote-card:after {
    color: #a5224a; }
  #section04 .learn-more {
    background-color: #a5224a; }
  #section04 h2 {
    border-bottom: 2px solid #a5224a;
    border-top: 2px solid #a5224a; }
  #section04 h2,
  #section04 h3,
  #section04 h4,
  #section04 h5 {
    color: #a5224a; }
  #section04 hr {
    border-color: #a5224a !important; }
  #section04 .quote span {
    color: #a5224a; }
  #section04 .panel-primary > .panel-heading {
    background-color: #a5224a;
    border-color: #a5224a;
    border-radius: 0px; }
  #section04 .ani {
    color: #a5224a; }

#section05 {
  border: 3px solid #1c5f76;
  border-left: 15px solid #1c5f76; }
  #section05 .key-message p {
    color: #1c5f76; }
  #section05 .quote-card:before {
    color: #1c5f76; }
  #section05 .quote-card:after {
    color: #1c5f76; }
  #section05 .learn-more {
    background-color: #1c5f76; }
  #section05 h2 {
    border-bottom: 2px solid #1c5f76;
    border-top: 2px solid #1c5f76; }
  #section05 h2,
  #section05 h3,
  #section05 h4,
  #section05 h5 {
    color: #1c5f76; }
  #section05 hr {
    border-color: #1c5f76 !important; }
  #section05 .quote span {
    color: #1c5f76; }
  #section05 .panel-primary > .panel-heading {
    background-color: #1c5f76;
    border-color: #1c5f76;
    border-radius: 0px; }
  #section05 .ani {
    color: #1c5f76; }

/* Animations */
.ani {
  position: relative;
  top: -20px;
  display: block;
  opacity: 0;
  margin: 0 auto; }

center {
  margin: 0 auto !important;
  display: block !important; }

.showIcons .ani {
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
  top: 0;
  opacity: 1; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    height: 0; }
  to {
    opacity: 1;
    height: 100%; } }
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
    height: 0; }
  to {
    opacity: 1;
    height: 100%; } }
@keyframes fadeIn {
  from {
    opacity: 0;
    height: 0; }
  to {
    opacity: 1;
    height: 100%; } }
.fade-in {
  height: 0;
  opacity: 0;
  /* make things invisible upon start */
  -webkit-animation: fadeIn ease-in-out 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation: fadeIn ease-in-out 1;
  animation: fadeIn ease-in-out 1;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s; }

@-webkit-keyframes fadeInBottom {
  from {
    opacity: 0;
    bottom: -22px; }
  to {
    opacity: 1;
    bottom: 0; } }
@-moz-keyframes fadeInBottom {
  from {
    opacity: 0;
    bottom: -22px; }
  to {
    opacity: 1;
    bottom: 0; } }
@keyframes fadeInBottom {
  from {
    opacity: 0;
    bottom: -22px; }
  to {
    opacity: 1;
    bottom: 0; } }
.fade-in-bottom {
  position: relative;
  bottom: -22px;
  opacity: 0;
  /* make things invisible upon start */
  -webkit-animation: fadeInBottom ease-in-out 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation: fadeInBottom ease-in-out 1;
  animation: fadeInBottom ease-in-out 1;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s; }

/* Block Quote */
.quote {
  margin: 0px 0;
  padding: 0px 0; }
  .quote p {
    color: #7d7d7d;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase; }
  .quote blockquote {
    border: 0;
    color: #888;
    font-weight: 300;
    font-size: 26px;
    font-style: italic;
    font-family: Tahoma;
    line-height: 28px;
    padding: 0; }
  .quote h2 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0; }
  .quote h6 {
    color: #6e767e;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 10px;
    line-height: 10px;
    margin-top: 0;
    text-transform: uppercase; }
  .quote img {
    float: left;
    margin-right: 10px; }
  .quote span {
    font-size: 1.4em; }

.key-message p {
  text-transform: uppercase;
  font-size: 1.1em;
  color: #777 !important;
  line-height: 1.2em; }

.quote-card {
  padding: 20px 0 30px 50px !important;
  color: #444;
  font-family: 'Source Sans Pro', sans-serif;
  box-sizing: border-box;
  min-height: 160px;
  position: relative;
  overflow: hidden;
  font-weight: bold;
  height: auto; }
  .quote-card p {
    font-size: 22px;
    line-height: 1.5;
    margin: 0;
    max-width: 80%; }
  .quote-card cite {
    font-size: 16px;
    margin-top: 10px;
    display: block;
    font-weight: bold;
    opacity: 0.8;
    color: #222; }
  .quote-card:before {
    font-family: Georgia, serif;
    content: "\201C";
    position: absolute;
    top: -20px;
    left: 10px;
    font-size: 5em;
    color: rgba(238, 238, 238, 0.8);
    font-weight: normal; }
  .quote-card:after {
    visibility: visible;
    font-family: Georgia, serif;
    content: "\201D";
    position: absolute;
    bottom: 105px;
    line-height: 1em;
    right: 25px;
    font-size: 14em;
    color: rgba(238, 238, 238, 0.8);
    font-weight: normal; }
  @media (max-width: 640px) {
    .quote-card:after {
      font-size: 10em;
      right: 20px; } }

a.socialbox {
  font-weight: bold;
  display: block;
  text-decoration: none;
  color: white !important;
  padding: 8px;
  width: 100%;
  margin: 23px 0 0 0px;
  text-align: left;
  font-size: 14pt; }
  a.socialbox:hover {
    cursor: pointer;
    color: white;
    text-decoration: none; }

a.socialbox.facebook {
  background-color: #2980b9;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out; }

a.socialbox.twitter {
  background-color: #3498db;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out; }

a.socialbox.pinterest {
  background-color: #c0392b;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out; }

a.socialbox.linkedin {
  background-color: #34495e;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out; }

a.socialbox .social-icon i {
  color: white !important;
  vertical-align: text-bottom; }

a.socialbox .social-icon {
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  padding-right: 8px;
  width: 54px;
  height: 50px; }

a.socialbox .description {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 0.8em; }

a.socialbox .description span {
  display: block;
  line-height: 16px;
  font-size: 1.2em; }

.panel {
  border-radius: 0px;
  border-color: inherit; }

.shadow {
  -webkit-box-shadow: 0px 0px 23px -1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 23px -1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 23px -1px rgba(0, 0, 0, 0.5); }

.ani-delay-200ms {
  -webkit-transition-delay: 200ms !important;
  transition-delay: 200ms !important; }

.ani-delay-300ms {
  -webkit-transition-delay: 300ms !important;
  transition-delay: 300ms !important; }

.ani-delay-600ms {
  -webkit-transition-delay: 600ms !important;
  transition-delay: 600ms !important; }

.ani-delay-900ms {
  -webkit-transition-delay: 900ms !important;
  transition-delay: 900ms !important; }

.ani-delay-1s {
  -webkit-transition-delay: 1s !important;
  transition-delay: 1s !important; }

.ani-delay-2s {
  -webkit-transition-delay: 2s !important;
  transition-delay: 2s !important; }

.ani-delay-3s {
  -webkit-transition-delay: 3s !important;
  transition-delay: 3s !important; }

.themes hr {
  display: none; }

.themes #main-wrapper section img {
  width: 100%; }

#calculator {
  max-width: 750px;
  margin: 0 auto; }
  #calculator h2 {
    margin: 20px 20px 40px 20px;
    color: #444;
    font-size: 1.6em;
    font-family: Helvetica;
    font-weight: bold; }
  #calculator #calculator-submit {
    text-transform: uppercase; }
  #calculator .form-control {
    min-width: 116px !important; }
  #calculator .input-group-addon {
    width: 44px;
    font-size: 1.2em; }
  #calculator #benefit-amount-monthly {
    margin-top: -10px;
    color: #599209;
    font-size: 215%;
    display: inline-block; }
  #calculator #benefit-amount-annual {
    color: #599209; }
  #calculator .form-group {
    padding: 5px 0px; }
  #calculator .form-group:nth-of-type(4) {
    margin: 0; }
  #calculator .increment {
    width: 44px;
    background-color: #4A4A4A;
    border: 1px solid #4A4A4A;
    padding-top: 7px; }
    #calculator .increment:hover {
      cursor: pointer; }
  #calculator input {
    text-align: center; }
    #calculator input[type=number]::-webkit-inner-spin-button, #calculator input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
  #calculator .output-container {
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.4em;
    color: #666;
    text-align: center;
    font-size: 1.1em !important; }
    #calculator .output-container > div {
      margin: 15px auto 0 auto;
      padding: 22px;
      border: 1px solid #ccc;
      background-color: #fff;
      position: relative; }
    #calculator .output-container .close {
      position: absolute;
      right: 5px;
      top: 5px;
      color: #F72727 !important;
      opacity: 0.4;
      text-decoration: none;
      font-size: 1.4em; }
      #calculator .output-container .close:hover {
        opacity: 1; }
    #calculator .output-container .lead:last-child {
      margin-bottom: 0; }
    #calculator .output-container .lead {
      font-size: 1em; }
  #calculator #calculator-answer {
    text-align: center;
    width: 65%;
    margin: 0 auto 0.5em;
    padding: 0.4em 0;
    font-weight: bold;
    font-size: 1em !important; }
    #calculator #calculator-answer a[href="#caveat-assumption"] {
      color: #29799e;
      margin-left: -10px;
      text-decoration: none;
      position: relative;
      top: 10px;
      font-size: 3em; }
      #calculator #calculator-answer a[href="#caveat-assumption"]:visited {
        color: #29799e; }
  #calculator a.socialbox .social-icon {
    padding: 3px; }
  #calculator a.socialbox {
    font-weight: 300;
    display: inline-block;
    text-decoration: none;
    color: white;
    width: 49%;
    padding: 0px; }
  #calculator label {
    color: #666;
    font-size: 1em; }
  #calculator .btn-primary {
    background-color: #2572b4; }
  #calculator .btn-info {
    background-color: #f1674c;
    padding: 10px; }
  #calculator .btn-primary,
  #calculator .btn-info {
    color: #fff;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.33);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    #calculator .btn-primary:hover,
    #calculator .btn-info:hover {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
  #calculator sup {
    font-size: 0.6em;
    line-height: 0.5em;
    display: inline;
    position: relative;
    top: -17px;
    left: 8px;
    color: #29799e !important; }

@media (max-width: 991px) {
  #main-header h1 {
    width: 100%;
    margin-bottom: 50px; } }
@media (max-width: 767px) {
  #calculator .form-group {
    margin: 15px auto; }
  #calculator label {
    text-align: center;
    display: block;
    width: 100%; }
  #calculator .input-group {
    margin: 0 auto; }
  #calculator a.socialbox {
    text-align: center;
    height: 60px !important;
    width: 60px !important; }
  #calculator a.socialbox .social-icon {
    padding: 0;
    display: block;
    width: 100%;
    line-height: 32px;
    font-size: 30px;
    vertical-align: middle;
    border-right: 0;
    padding-right: 0;
    text-align: center;
    margin: 0;
    margin-top: 15px; }
  #calculator a.socialbox .description {
    display: none !important; }

  #main-header h1 {
    width: 100%;
    margin-bottom: 50px; }
    #main-header h1 small {
      width: 100%; }
  #main-header p {
    width: 100%; }

  .themes .header h2 {
    font-size: 2.8em; } }
@media (max-width: 600px) {
  .themes main.container .header h2 {
    font-size: 2.1em; } }
@media (max-width: 393px) {
  .themes main.container.header h2 {
    font-size: 1.8em; }

  .themes main.container h3 {
    font-size: 1.5em; } }
.star-sup {
  font-size: 2em;
  line-height: 0.5em;
  display: inline-block;
  position: relative;
  top: 0px;
  margin-right: 3px;
  color: #29799e; }

.fa-male {
  transform: scaleY(1.1);
  /* W3C */
  -webkit-transform: scaleY(1.1);
  /* Safari and Chrome */
  -moz-transform: scaleY(1.1);
  /* Firefox */
  -ms-transform: scaleY(1.1);
  /* IE 9 */
  -o-transform: scaleY(1.1);
  /* Opera */ }

.modal-content,
#calculator.well,
#calculator .btn-lg,
#calculator .form-control,
#calculator .input-group-addon,
#calculator details summary {
  border-radius: 0; }

#partial-toc {
  background-color: #fff; }
  #partial-toc > summary {
    background-color: #666;
    color: white;
    margin-bottom: 16px; }
  #partial-toc ul {
    margin-top: 11.5px; }

.themes table > tbody > tr > td, .e-fact table > tbody > tr > td {
  text-align: left;
  vertical-align: top; }
@media screen and (max-width: 767px) {
  .themes .table-responsive > .table > tbody > tr > td, .e-fact .table-responsive > .table > tbody > tr > td {
    white-space: normal; } }

/**
 *  Variables
 **/
/*******TABLE OF CONTENTS********/
/*******TABLE OF CONTENTS********/
/*******TABLE OF CONTENTS********/
.TOC_TDM {
  list-style: none;
  padding: 0; }

.TOC_TDM > li {
  padding: 1.5em 1em;
  border: 1px solid #dddddd;
  border-bottom: none;
  background: white; }

.TOC_TDM > li > a {
  font-weight: bold; }

.TOC_TDM > li > ul {
  list-style-type: disc; }

.TOC_TDM > li > ul > li {
  padding: 0.5em 0; }

.TOC_TDM > li > ul > li > ul {
  margin-bottom: 0.5em; }

.TOC_TDM > li > ul > li > ul > li {
  padding: 0.25em 0;
  font-size: 0.9em; }

.TOC_TDM > li > ul > li > ul > li:last-child {
  padding: 0; }

.TOC_TDM > li > ul > li > ul > li > ul {
  list-style-type: circle;
  margin-bottom: 0.5em; }

.TOC_TDM > li > ul > li > ul > li > ul > li {
  padding: 0.25em 0;
  font-size: 0.95em; }

.TOC_TDM > li > ul > li > ul > li > ul > li:last-child {
  padding: 0; }

/*******PDF NOTICE********/
/*******PDF NOTICE********/
/*******PDF NOTICE********/
.pdfContainer {
  background-color: #ECF1F6;
  border: 1px solid #c0c0c0;
  margin: 30px 15px;
  width: auto; }

.pdfContainer a[href].pdfDownload {
  display: block; }

.pdfContainer a[href].pdfDownload p {
  float: left;
  display: block; }

.pdfContainer a[href].pdfDownload img {
  width: 60px;
  float: left;
  margin-top: -15px;
  margin-left: -25px; }

.pdfContainer a[href].pdfDownload div {
  margin-top: 0px;
  padding: 20px 0;
  float: left;
  width: 80%;
  position: relative;
  float: right; }

.pdfContainer a[href].pdfDownload,
.pdfContainer a[href].pdfDownload:hover,
.pdfContainer a[href].pdfDownload:active,
.pdfContainer a[href].pdfDownload:focus,
.pdfContainer a[href].pdfDownload span {
  text-decoration: none;
  color: #15598f; }

.pdfContainer a[href].pdfDownload .pdfBigBlue {
  font-weight: bold;
  font-size: 1.5em;
  position: relative;
  line-height: 0.8em;
  top: 10px;
  z-index: 1; }

.pdfContainer a[href].pdfDownload .pdfGray {
  font-size: 1.5em;
  color: #444;
  position: relative;
  z-index: 1; }

.pdfContainer a[href].pdfDownload .pdfGray:first-child {
  line-height: 0.5em;
  width: 100%;
  display: block; }

.pdfContainer a[href].pdfDownload .pdfYear {
  font-size: 2.3em;
  position: absolute;
  top: 51px;
  left: 55px;
  font-weight: bold;
  z-index: 0;
  color: #ccc;
  text-shadow: none;
  letter-spacing: -0.06em;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7); }

.pdfContainer a[href].pdfDownload .pdfMediumBlue {
  font-weight: bold;
  color: #003366;
  font-size: 0.9em;
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 10px; }

.pdfContainer a[href].pdfDownload .pdfMediumBlue:last-child {
  line-height: 0.7em;
  margin-top: 10px; }

.disclaimer {
  border-left: 1px dashed #c0c0c0; }

.disclaimer p {
  padding: 10px; }

/*********MOBILE STYLES***********/
/*********MOBILE STYLES***********/
/*********MOBILE STYLES***********/
@media (max-width: 768px) {
  .disclaimer {
    border-left: 0;
    border-top: 1px dashed #c0c0c0; }

  .pdfContainer {
    padding: 0; }

  .pdfContainer a[href].pdfDownload img {
    margin-top: 12px;
    margin-left: 10px; }

  .pdfContainer a[href].pdfDownload div {
    margin-top: 0px;
    padding: 20px 0px 30px 20px;
    float: left;
    width: auto;
    /* float: right; */ }

  .pdfContainer a[href].pdfDownload .pdfYear {
    font-size: 2em;
    top: 53px;
    left: 75px; } }
/**
 *	General fin.gc.ca content styles
 **/
/**
 *	Tables
 **/
.rh {
  background-color: #ccc;
  border: 1px solid #ddd; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
  border: none;
  margin: 20px 0px; }

table hr {
  border-color: #666666; }
table caption.alignLeft {
  text-align: left; }
table tr th {
  background-color: #333333;
  color: #fff; }
table tbody tr > td:first-child {
  text-align: left; }
table tr.r1 th, table tr.r2 th {
  background-color: #666666; }
table tr:nth-child(odd) {
  background: #EBEBEB; }
table .text-topLeft {
  vertical-align: top !important;
  text-align: left !important; }
table .text-topRight {
  vertical-align: top !important;
  text-align: right !important; }
table .text-topCenter {
  vertical-align: top !important;
  text-align: center !important; }
table .text-bottomLeft {
  vertical-align: bottom !important;
  text-align: left !important; }
table .text-bottomRight {
  vertical-align: bottom !important;
  text-align: right !important; }
table .text-bottomCenter {
  vertical-align: bottom !important;
  text-align: center !important; }
table .text-centerLeft {
  vertical-align: middle !important;
  text-align: left !important; }
table .text-centerRight {
  vertical-align: middle !important;
  text-align: right !important; }
table .text-centerCenter {
  vertical-align: middle !important;
  text-align: center !important; }

.table th {
  font-weight: lighter; }

.table > tbody > tr > td {
  text-align: right;
  vertical-align: bottom; }
.table > tbody > tr > th.sub1, .table > tbody > tr td.sub1 {
  padding-left: 20px; }
.table > tbody > tr > th.sub2, .table > tbody > tr td.sub2 {
  padding-left: 30px; }
.table > tbody > tr > th.sub3, .table > tbody > tr td.sub3 {
  padding-left: 40px; }

.tableFooter {
  background-color: #eee;
  font-size: 16px;
  margin-top: -23px;
  padding: 10px; }

/**
 *  Arrows / Prev / Next
 **/
.fa-arrow-circle-left,
.fa-arrow-circle-right {
  color: #666; }

/**
 *	Boxes / "Panels"
 **/
.panel {
  margin: 24px 0;
  border: 2px solid #7A7A7A; }
  .panel header {
    font-weight: bold;
    color: #512929; }
  .panel img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }
  .panel p:last-of-type {
    margin-bottom: 0; }

/**
 *  Add no-gutter to any rows where spacing is to be removed
 **/
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
  margin-top: 40px; }

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0; }

/**
 *  Example Box
 **/
.bg-grey {
  background-color: #666 !important;
  -webkit-print-color-adjust: exact; }

.noMarginBottom {
  margin-bottom: 0px !important; }

/**
 *  Override WET styles
 *  No more blue
 **/
.panel-primary > .panel-heading {
  background-color: #666;
  border-color: #666; }

/**
 *  Override WET styles
 *  No more rounded corners
 **/
.panel-heading {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.endNotes {
  font-size: 14px;
  width: 100%;
  margin: 20px 0; }

.endNotes ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.endNotes sup {
  padding: 0 3px; }

.panel footer, .panel figcaption {
  background-color: #eee;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 10px;
  font-size: 16px; }

.panel figcaption,
.tableFooter {
  font-size: 0.75em; }

.panel-body figure {
  border: 1px solid #ddd;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
.panel-body figure header,
.panel-body figure img {
  padding: 10px; }
.panel-body figure img {
  padding: 10px 10px 20px;
  width: 100%;
  height: auto; }
.panel-body figure header {
  text-align: center; }
.panel-body .lead {
  margin-bottom: 0; }

@media (max-width: 991px) {
  .panel-body figure {
    margin-bottom: 15px; } }
@media (min-width: 992px) {
  .panel-body figure header {
    text-align: left; } }
.prev-next .fa {
  font-size: 40px; }
.prev-next a {
  text-decoration: none; }
.prev-next.prev {
  float: left; }
.prev-next.next {
  float: right; }

@media only screen and (max-width: 480px) {
  .prev-next.prev .text {
    position: absolute;
    top: 29px;
    right: 55px; }
  .prev-next.next .text {
    position: absolute;
    top: 29px;
    right: 15px; } }
.borderBox {
  border: 2px solid #C2C2C2;
  padding: 10px; }

blockquote:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

blockquote {
  font-style: italic;
  width: 80%;
  margin: 30px auto;
  border-width: 8px;
  border-color: #D6D6D6; }

blockquote .small, blockquote footer, blockquote small {
  display: block;
  font-size: 85%;
  line-height: 1.4375;
  color: #767676;
  float: right;
  max-width: 70%;
  font-style: normal;
  text-align: right; }

.italicBlock {
  font-style: italic;
  margin: 0px 29px 30px; }

.indent {
  padding-left: 14px; }

.indent1 {
  padding-left: 18px; }

.indent2 {
  padding-left: 36px; }

.indent3 {
  padding-left: 54px; }

.indent4 {
  padding-left: 72px; }

.indent5 {
  padding-left: 90px; }

@media screen and (max-width: 767px) {
  .table-responsive > .table {
    margin-bottom: 23px; } }
@media print {
  .panel, .table-responsive, .borderBox, blockquote {
    page-break-inside: avoid; }

  h3, h4 {
    page-break-after: avoid; }

  .panel-body figure header {
    text-align: left; }

  .prev-next a[href]:after {
    content: normal; }

  [role=main] {
    width: 100%;
    left: 0; }

  .pdfContainer {
    display: none !important; }

  .prev-next {
    display: none !important; }

  /*table of contents*/
  .col-xs-4 .text-center.center-block a {
    display: none !important; }

  .tableFooter {
    border: 1px solid #ddd;
    border-top: 0;
    font-size: smaller; } }
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?fk0md0");
  src: url("../fonts/icomoon.eot?fk0md0#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?fk0md0") format("truetype"), url("../fonts/icomoon.woff?fk0md0") format("woff"), url("../fonts/icomoon.svg?fk0md0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.h-thumbnail {
  display: inline-block;
  position: relative;
  border: none;
  margin-bottom: 30px;
  overflow: hidden;
  width: 100%; }
  .h-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .h-thumbnail .text-right {
    text-align: right;
    left: 0px;
    left: -3.5% !important; }
  .h-thumbnail .text-left {
    text-align: left;
    left: 0px;
    left: 2% !important;
    padding-left: 20px; }
  .h-thumbnail .caption {
    width: 100%;
    padding: 20px;
    position: absolute;
    top: -28px;
    left: 0;
    height: 100%; }
    @media (min-width: 0px) and (max-width: 479px) {
      .h-thumbnail .caption {
        position: initial;
        padding: 0px;
        top: 0px;
        width: 100%;
        margin-top: -38px;
        height: 84%;
        padding-left: 20px;
        padding-right: 20px; } }
    @media (min-width: 480px) and (max-width: 745px) {
      .h-thumbnail .caption {
        position: initial;
        padding: 0px;
        top: 0px;
        width: 100%;
        margin-top: -38px;
        height: 84%;
        padding-left: 20px;
        padding-right: 20px; } }
    @media (min-width: 480px) and (max-width: 1023px) {
      .h-thumbnail .caption {
        top: 0px; } }
    @media (min-width: 1024px) {
      .h-thumbnail .caption {
        top: 0px; } }
    .h-thumbnail .caption h2 {
      color: #fff;
      -webkit-font-smoothing: antialiased;
      font-family: Lato, sans-serif;
      display: inline-block;
      font-size: 19px !important;
      text-transform: uppercase;
      border-bottom: 2.5px solid white;
      border-top: 2.5px solid white;
      -webkit-transform: rotate(-4.62deg);
      transform: rotate(-4.62deg);
      font-style: italic;
      padding-top: 10px;
      padding-bottom: 10px;
      letter-spacing: -0.019em; }
      @media screen and (min-width: 480px) {
        .h-thumbnail .caption h2 {
          font-size: 25px !important; } }
      @media screen and (min-width: 640px) {
        .h-thumbnail .caption h2 {
          font-size: 30px !important; } }
      @media screen and (min-width: 1024px) {
        .h-thumbnail .caption h2 {
          font-size: 50px !important; } }
      @media (min-width: 0px) and (max-width: 479px) {
        .h-thumbnail .caption h2 {
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
          border-bottom: none;
          border-top: none;
          padding-top: 10px;
          padding-bottom: 0px;
          display: block;
          margin-top: 0; } }
      @media (min-width: 480px) and (max-width: 745px) {
        .h-thumbnail .caption h2 {
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
          border-bottom: none;
          border-top: none;
          padding-top: 10px;
          padding-bottom: 0px;
          display: block; } }
  @media (min-width: 0px) and (max-width: 479px) {
    .h-thumbnail .theme-purple {
      background-color: #8A789E; }
    .h-thumbnail .theme-green {
      background-color: #ACC46B; }
    .h-thumbnail .theme-red {
      background-color: #f1674c; }
    .h-thumbnail .theme-raspberry {
      background-color: #a5224a; }
    .h-thumbnail .theme-teel {
      background-color: #1c5f76; } }
  @media (min-width: 480px) and (max-width: 745px) {
    .h-thumbnail .theme-purple {
      background-color: #8A789E; }
    .h-thumbnail .theme-green {
      background-color: #ACC46B; }
    .h-thumbnail .theme-red {
      background-color: #f1674c; }
    .h-thumbnail .theme-raspberry {
      background-color: #a5224a; }
    .h-thumbnail .theme-teel {
      background-color: #1c5f76; } }
  .h-thumbnail .img-overlay {
    position: absolute;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+9,e5e5e5+100&0.68+19,0+75 */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.68) 9%, rgba(25, 25, 25, 0.68) 19%, rgba(166, 166, 166, 0) 75%, rgba(229, 229, 229, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.68) 9%, rgba(25, 25, 25, 0.68) 19%, rgba(166, 166, 166, 0) 75%, rgba(229, 229, 229, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.68) 9%, rgba(25, 25, 25, 0.68) 19%, rgba(166, 166, 166, 0) 75%, rgba(229, 229, 229, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff; }
  .h-thumbnail .rightOverlay {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+9,e5e5e5+100&0.68+19,0+75 */
    background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.68) 9%, rgba(25, 25, 25, 0.68) 19%, rgba(166, 166, 166, 0) 75%, rgba(229, 229, 229, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.68) 9%, rgba(25, 25, 25, 0.68) 19%, rgba(166, 166, 166, 0) 75%, rgba(229, 229, 229, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, rgba(0, 0, 0, 0.68) 9%, rgba(25, 25, 25, 0.68) 19%, rgba(166, 166, 166, 0) 75%, rgba(229, 229, 229, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.banner-img {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 50%; }
  @media (min-width: 0px) and (max-width: 479px) {
    .banner-img {
      height: 140px; } }
  @media (min-width: 480px) and (max-width: 1023px) {
    .banner-img {
      height: 220px; } }
  @media (min-width: 1024px) {
    .banner-img {
      height: 240px; } }

.MiddleClass {
  background-image: url("../img/hp-banners/MiddleClass.jpg");
  background-position: 0% 100%; }

.CleanEnvironment {
  background-image: url("../img/hp-banners/CleanEnvironment.jpg");
  background-position: 94% 0%; }

.Inclusive {
  background-image: url("../img/hp-banners/Inclusive.jpg");
  background-position: 0% 94%; }

.CanadianWorld {
  background-image: url("../img/hp-banners/CanadianWorld.jpg");
  background-position: 94% 0%; }

.OpenAndFair {
  background-image: url("../img/hp-banners/OpenAndFair.jpg");
  background-position: 0% 94%; }

.embed-responsive.embed-responsive-16by9 {
  margin-bottom: 23px; }

.nav-bg {
  background-color: #f5f5f5;
  width: 100%;
  height: 110px;
  position: relative;
  margin-bottom: -90px;
  margin-top: 0px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }

.content-page .nav-bg {
  /* margin-top: -39px; */
}

.content-page h1 {
  margin-bottom: 1em; }

.content-ajax {
  position: relative !important; }

#wb-bc {
  position: relative;
  background: #f5f5f5;
  top: 106px; }

#wb-sec {
  margin-top: 20px;
  padding-bottom: 2em;
  margin-top: 145px; }

.themes .nav-bg {
  margin-top: 0px; }

a.nav-link:visited {
  color: #335075; }

a.nav-link:focus,
a.nav-link:hover {
  color: #989898;
  text-decoration: none; }

.nav-group {
  width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  padding-left: 14px;
  padding-right: 14px;
  margin-left: 0px;
  padding-top: 6px; }
  .nav-group li {
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 480px) and (max-width: 1023px) {
      .nav-group li {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 1024px) {
      .nav-group li {
        padding-left: 16px;
        padding-right: 16px; } }

.fr .nav-group li {
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 480px) and (max-width: 1023px) {
    .fr .nav-group li {
      padding-left: 13px;
      padding-right: 13px; } }
  @media (min-width: 1024px) {
    .fr .nav-group li {
      padding-left: 13px;
      padding-right: 13px; } }
.fr span.share-label {
  position: relative;
  text-transform: none;
  top: 16px;
  color: white;
  font-size: 14pt !important;
  line-height: 16px;
  font-weight: bold;
  right: -15px;
  float: left; }
  @media screen and (min-width: 480px) {
    .fr span.share-label {
      font-size: 0pt !important; } }
  @media screen and (min-width: 516px) {
    .fr span.share-label {
      font-size: 8pt !important; } }
  @media screen and (min-width: 600px) {
    .fr span.share-label {
      font-size: 9pt !important; } }
  @media screen and (min-width: 640px) {
    .fr span.share-label {
      font-size: 11pt !important; } }
  @media screen and (min-width: 1024px) {
    .fr span.share-label {
      font-size: 12.5pt !important; } }

.nav-link {
  text-decoration: none;
  color: #335075;
  transition: all 0.3s linear; }
  .nav-link span {
    font-size: 0.9em;
    font-weight: 400; }
  .nav-link .font-icons {
    font-size: 44px;
    color: #335075; }

.icon-budget:before {
  content: "\10ffff"; }

.icon-BudgetBrief:before {
  content: "\e901"; }

.icon-calculator:before {
  content: "\e902"; }

.icon-home:before {
  content: "\e903"; }

.icon-newsrelease:before {
  content: "\e904"; }

.icon-pdf:before {
  content: "\e905"; }

.icon-speech:before {
  content: "\e906"; }

.icon-toc:before {
  content: "\e907"; }

.icon-video:before {
  content: "\e900"; }

button.scroll-btn {
  position: absolute;
  top: -8px;
  height: 90px;
  width: 45px;
  background: #f5f5f5;
  border: 0;
  outline: none; }
  button.scroll-btn span {
    color: #676363;
    font-size: 46px; }

#moveleft {
  left: -15px;
  -webkit-box-shadow: 4px 0px 5px -3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 0px 5px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 0px 5px -3px rgba(0, 0, 0, 0.3); }

#moveright {
  right: -15px;
  -webkit-box-shadow: -4px 0px 5px -3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -4px 0px 5px -3px rgba(0, 0, 0, 0.3);
  box-shadow: -4px 0px 5px -3px rgba(0, 0, 0, 0.3); }

.nav-group::-webkit-scrollbar {
  /* This is the magic bit */
  display: none; }

.nav-group::-webkit-scrollbar-track {
  display: none; }

.float-right {
  float: right; }

.fa {
  font-size: .8em;
  line-height: 22px !important; }

share-button {
  visibility: hidden !important;
  position: initial !important;
  padding: 0px !important; }

share-button .sb-social {
  position: relative !important;
  opacity: 1 !important;
  visibility: visible !important; }

share-button .sb-social.sb-center.sb-top {
  top: initial !important;
  /* top: initial; */
  left: 0px !important;
  -webkit-transform: translate(0%, 0%) !important;
  -ms-transform: translate(0%, 0%) !important;
  transform: translate(0%, 0%) !important; }

share-button .sb-social ul li {
  position: relative;
  height: 28px;
  width: 60px;
  padding: 10px 0 !important;
  margin: 0;
  text-align: center;
  font-size: 14pt !important;
  cursor: pointer;
  z-index: 2;
  box-sizing: content-box;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

share-button .sb-social ul li.enabled {
  display: inline-block !important;
  width: 100% !important;
  height: 46px !important; }

share-button .sb-social li[class*='twitter'] {
  /* background: #6cdfea; */
  background-color: #3498db !important; }

span.share-label {
  position: relative;
  text-transform: none;
  top: 16px;
  color: white;
  font-size: 0pt !important;
  line-height: 16px;
  font-weight: bold;
  right: -15px;
  float: left;
  top: 16px; }
  @media screen and (min-width: 480px) {
    span.share-label {
      font-size: 0pt !important; } }
  @media screen and (min-width: 610px) {
    span.share-label {
      font-size: 10.5pt !important; } }
  @media screen and (min-width: 670px) {
    span.share-label {
      font-size: 13.7pt !important; } }
  @media screen and (min-width: 1024px) {
    span.share-label {
      font-size: 14pt !important; } }

share-button .sb-social li[class*='facebook']:before {
  background-image: none !important; }

share-button .sb-social li[class*='twitter']:before {
  background-image: none !important; }

.socialbtn-icon {
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  padding-right: 58px;
  width: 50px;
  float: left;
  margin-left: 3px;
  color: white;
  margin-top: 0px; }

.socialbtn-icon .fa {
  padding: 13px;
  display: block;
  margin-right: 5px; }

@media (max-width: 610px) {
  span.share-label {
    position: relative;
    top: 16px;
    color: white;
    font-size: 13.5pt !important;
    line-height: 16px;
    font-weight: bold;
    right: -14px;
    float: left;
    display: none; }

  share-button .sb-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 0; }

  .socialbtn-icon {
    border-right: none;
    float: none;
    margin-left: 0px; } }
.ajaxDiv {
  height: 111px; }

.animate {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /* Chrome and Safari */
  -moz-backface-visibility: hidden;
  /* Firefox */
  -ms-backface-visibility: hidden;
  /* Internet Explorer */ }

share-button {
  position: relative;
  font-size: 16px;
  color: #333;
  background: #a29baa;
  padding: 5px 10px 5px 1.75em;
  border-radius: 5px;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-transform: uppercase; }

share-button:before {
  position: absolute;
  line-height: 1em;
  left: 0.6em;
  width: 1em;
  height: 1em;
  content: ' ';
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23000%3B%22%20height%3D%22%22%20width%3D%22%22%3E%20%3Cpath%20d%3D%22M15%2015H2V6h2.595s.69-.896%202.17-2H1c-.553%200-1%20.45-1%201v11c0%20.553.447%201%201%201h15c.553%200%201-.447%201-1v-3.746L15%2013.9V15zm-1.64-6.95v3.55L20%206.4l-6.64-5v3.132C5.3%204.532%205.3%2012.5%205.3%2012.5c2.282-3.748%203.686-4.45%208.06-4.45z%22%2F%3E%3C%2Fsvg%3E") no-repeat; }

share-button .sb-social {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

share-button .sb-social.sb-center {
  left: 50%; }

share-button .sb-social.sb-center.sb-top {
  top: 0;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%); }

share-button .sb-social.sb-center.sb-bottom {
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%); }

share-button .sb-social.sb-center.active.sb-top {
  top: -1em; }

share-button .sb-social.sb-center.active.sb-bottom {
  bottom: -1em; }

share-button .sb-social.sb-left {
  left: 50%; }

share-button .sb-social.sb-left.sb-top {
  top: 0;
  -webkit-transform: translate(calc(-100% + 30px), -100%);
  -ms-transform: translate(calc(-100% + 30px), -100%);
  transform: translate(calc(-100% + 30px), -100%); }

share-button .sb-social.sb-left.sb-middle {
  top: 50%;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%); }

share-button .sb-social.sb-left.sb-bottom {
  bottom: 0;
  -webkit-transform: translate(calc(-100% + 30px), 100%);
  -ms-transform: translate(calc(-100% + 30px), 100%);
  transform: translate(calc(-100% + 30px), 100%); }

share-button .sb-social.sb-left.active.sb-top {
  top: -1em; }

share-button .sb-social.sb-left.active.sb-middle {
  left: -1em; }

share-button .sb-social.sb-left.active.sb-bottom {
  bottom: -1em; }

share-button .sb-social.sb-right {
  left: 50%; }

share-button .sb-social.sb-right.sb-top {
  top: 0;
  -webkit-transform: translate(-30px, -100%);
  -ms-transform: translate(-30px, -100%);
  transform: translate(-30px, -100%); }

share-button .sb-social.sb-right.sb-middle {
  top: 50%;
  left: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

share-button .sb-social.sb-right.sb-bottom {
  bottom: 0;
  -webkit-transform: translate(-30px, 100%);
  -ms-transform: translate(-30px, 100%);
  transform: translate(-30px, 100%); }

share-button .sb-social.sb-right.active.sb-top {
  top: -1em; }

share-button .sb-social.sb-right.active.sb-middle {
  left: calc(100% + 1em); }

share-button .sb-social.sb-right.active.sb-bottom {
  bottom: -1em; }

share-button .sb-social.active {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: visible; }

share-button .sb-social.load {
  -webkit-transition: none !important;
  transition: none !important; }

@media screen and (max-width: 400px) {
  share-button .sb-social.networks-6.sb-center {
    white-space: initial;
    text-align: center;
    width: 300px; } }
@media screen and (max-width: 460px) {
  share-button .sb-social.networks-7.sb-center {
    white-space: initial;
    text-align: center;
    width: 360px; } }
@media screen and (max-width: 400px) {
  share-button .sb-social.networks-7.sb-center {
    white-space: initial;
    text-align: center;
    width: 300px; } }
@media screen and (max-width: 520px) {
  share-button .sb-social.networks-8.sb-center {
    white-space: initial;
    text-align: center;
    width: 420px; } }
@media screen and (max-width: 460px) {
  share-button .sb-social.networks-8.sb-center {
    white-space: initial;
    text-align: center;
    width: 360px; } }
@media screen and (max-width: 400px) {
  share-button .sb-social.networks-8.sb-center {
    white-space: initial;
    text-align: center;
    width: 300px; } }
share-button .sb-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 0; }

share-button .sb-social ul li {
  position: relative;
  height: 22px;
  width: 60px;
  padding: 12px 0;
  margin: 0;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  z-index: 2;
  box-sizing: content-box;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

share-button .sb-social ul li.enabled {
  display: inline-block; }

share-button .sb-social ul li.disabled {
  display: none; }

share-button .sb-social ul li:before {
  opacity: 1; }

share-button .sb-social ul li:after {
  opacity: 0; }

share-button .sb-social ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3; }

share-button .sb-social li[class*='email'] {
  background: #42c5b0; }

share-button .sb-social li[class*='facebook'] {
  background: #3b5998; }

share-button .sb-social li[class*='googlePlus'] {
  background: #e34429; }

share-button .sb-social li[class*='linkedin'] {
  background: #4875b4; }

share-button .sb-social li[class*='pinterest'] {
  background: #c5282f; }

share-button .sb-social li[class*='reddit'] {
  background: #a1caf2; }

share-button .sb-social li[class*='twitter'] {
  background: #6cdfea; }

share-button .sb-social li[class*='whatsapp'] {
  background: #4dc247; }
