@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,600,700,800");
@font-face {
  font-family: 'Gotham Black';
  src: url("/2017/fonts/GOTHAM-BLACK.TTF"); }
@font-face {
  font-family: 'Open Sans';
  src: url("/2017/fonts/OpenSans-Regular.ttf"); }
main {
  font-family: "Open Sans", sans-serif !important; }

@media (max-width: 1200px) {
  .home #wb-bnr.container, .themes #wb-bnr.container, .mini-themes #wb-bnr.container {
    width: 100% !important; } }
.home main.container, .themes main.container, .mini-themes main.container {
  padding: 0 !important; }
  @media (max-width: 1200px) {
    .home main.container, .themes main.container, .mini-themes main.container {
      padding: 0 !important;
      width: 100% !important; } }
  .home main.container .row, .themes main.container .row, .mini-themes main.container .row {
    margin-left: 0px !important;
    margin-right: 0px !important; }

#hp-background {
  margin: 0 20px;
  background-image: url(/2017/img/home/BG_ZigZag.png);
  background-repeat: repeat-y;
  background-position-x: right;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (max-width: 1200px) {
    #hp-background {
      background-image: none;
      background-size: contain; } }

.pattern {
  -webkit-box-shadow: 0px 20px 79px 0px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 0px 20px 79px 0px rgba(0, 0, 0, 0.42);
  box-shadow: 0px 20px 79px 0px rgba(0, 0, 0, 0.42);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.info {
  color: white;
  position: relative;
  z-index: 20; }
  .info h2 {
    text-transform: uppercase;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    font-weight: 800;
    letter-spacing: 0.05em;
    z-index: 20;
    text-align: left; }
    @media (max-width: 767px) {
      .info h2 {
        margin-top: -20px;
        text-align: center;
        width: 100%;
        margin: 0 auto; } }
  .info h3 {
    font-family: "Open Sans", sans-serif !important;
    font-weight: normal; }
    @media (max-width: 1000px) {
      .info h3 {
        font-size: 2rem !important; } }
  .info .content {
    font-family: "Open Sans", sans-serif !important;
    padding: 20px;
    position: absolute;
    margin-top: 30%;
    height: 100%;
    padding: 40px; }
    @media (max-width: 767px) {
      .info .content {
        position: relative;
        margin-top: -30px;
        padding: 40px 35px 20px 35px; } }

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

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

.photo {
  overflow: hidden;
  -webkit-box-shadow: 0px 20px 79px 0px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 0px 20px 79px 0px rgba(0, 0, 0, 0.42);
  box-shadow: 0px 20px 79px 0px rgba(0, 0, 0, 0.42);
  width: 90%;
  margin-top: 8%;
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 767px) {
    .photo {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      width: 100% !important;
      margin-left: 0 !important;
      position: relative;
      z-index: 999;
      margin-top: 0px;
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
      clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%); } }

.blue a {
  display: inline-block;
  outline: none;
  overflow: hidden;
  position: relative;
  font-weight: 400;
  width: 100%;
  border: 2px solid white;
  /*default*/
  padding: 15px 13px 13px 13px;
  width: 200px;
  margin: 20px 0px 0 0px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: color .6s ease-in;
  color: white; }
  @media (max-width: 767px) {
    .blue a {
      margin: 50px 0px 30px 0px; } }
  @media (max-width: 767px) {
    .blue a {
      font-size: 0.9em;
      font-weight: bold; } }
  @media (max-width: 344px) {
    .blue a {
      width: 180px;
      font-size: 0.7em; } }
  .blue a span {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    text-transform: uppercase; }
  .blue a:visited {
    color: white; }
  .blue a:after {
    color: white;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 490%;
    width: 140%;
    background: white;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
    -ms-transform: translateX(-98%) translateY(-25%) rotate(45deg);
    transform: translateX(-98%) translateY(-25%) rotate(45deg); }
  .blue a:hover {
    color: #11c9cb; }
  .blue a:hover:after {
    -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
    -ms-transform: translateX(-9%) translateY(-25%) rotate(45deg);
    transform: translateX(-9%) translateY(-25%) rotate(45deg); }

.green a {
  display: inline-block;
  outline: none;
  overflow: hidden;
  position: relative;
  font-weight: 400;
  width: 100%;
  border: 2px solid white;
  /*default*/
  padding: 15px 13px 13px 13px;
  width: 200px;
  margin: 20px 0px 0 0px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: color .6s ease-in;
  color: white; }
  @media (max-width: 767px) {
    .green a {
      margin: 50px 0px 30px 0px; } }
  @media (max-width: 767px) {
    .green a {
      font-size: 0.9em;
      font-weight: bold; } }
  @media (max-width: 344px) {
    .green a {
      width: 180px;
      font-size: 0.7em; } }
  .green a span {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    text-transform: uppercase; }
  .green a:visited {
    color: white; }
  .green a:after {
    color: white;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 490%;
    width: 140%;
    background: white;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
    -ms-transform: translateX(-98%) translateY(-25%) rotate(45deg);
    transform: translateX(-98%) translateY(-25%) rotate(45deg); }
  .green a:hover {
    color: #6b812f; }
  .green a:hover:after {
    -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
    -ms-transform: translateX(-9%) translateY(-25%) rotate(45deg);
    transform: translateX(-9%) translateY(-25%) rotate(45deg); }

.yellow a {
  display: inline-block;
  outline: none;
  overflow: hidden;
  position: relative;
  font-weight: 400;
  width: 100%;
  border: 2px solid white;
  /*default*/
  padding: 15px 13px 13px 13px;
  width: 200px;
  margin: 20px 0px 0 0px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: color .6s ease-in;
  color: white; }
  @media (max-width: 767px) {
    .yellow a {
      margin: 50px 0px 30px 0px; } }
  @media (max-width: 767px) {
    .yellow a {
      font-size: 0.9em;
      font-weight: bold; } }
  @media (max-width: 344px) {
    .yellow a {
      width: 180px;
      font-size: 0.7em; } }
  .yellow a span {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    text-transform: uppercase; }
  .yellow a:visited {
    color: white; }
  .yellow a:after {
    color: white;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 490%;
    width: 140%;
    background: white;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
    -ms-transform: translateX(-98%) translateY(-25%) rotate(45deg);
    transform: translateX(-98%) translateY(-25%) rotate(45deg); }
  .yellow a:hover {
    color: #f8b83d; }
  .yellow a:hover:after {
    -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
    -ms-transform: translateX(-9%) translateY(-25%) rotate(45deg);
    transform: translateX(-9%) translateY(-25%) rotate(45deg); }

.orange a {
  display: inline-block;
  outline: none;
  overflow: hidden;
  position: relative;
  font-weight: 400;
  width: 100%;
  border: 2px solid white;
  /*default*/
  padding: 15px 13px 13px 13px;
  width: 200px;
  margin: 20px 0px 0 0px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: color .6s ease-in;
  color: white; }
  @media (max-width: 767px) {
    .orange a {
      margin: 50px 0px 30px 0px; } }
  @media (max-width: 767px) {
    .orange a {
      font-size: 0.9em;
      font-weight: bold; } }
  @media (max-width: 344px) {
    .orange a {
      width: 180px;
      font-size: 0.7em; } }
  .orange a span {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    text-transform: uppercase; }
  .orange a:visited {
    color: white; }
  .orange a:after {
    color: white;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 490%;
    width: 140%;
    background: white;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
    -ms-transform: translateX(-98%) translateY(-25%) rotate(45deg);
    transform: translateX(-98%) translateY(-25%) rotate(45deg); }
  .orange a:hover {
    color: #f59268; }
  .orange a:hover:after {
    -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
    -ms-transform: translateX(-9%) translateY(-25%) rotate(45deg);
    transform: translateX(-9%) translateY(-25%) rotate(45deg); }

@media (max-width: 767px) {
  .home-themes {
    -webkit-box-shadow: 0px 20px 79px 0px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 0px 20px 79px 0px rgba(0, 0, 0, 0.42);
    box-shadow: 0px 20px 79px 0px rgba(0, 0, 0, 0.42);
    background-size: 100% 100%; }
    .home-themes .pattern {
      display: none !important; } }

@media (max-width: 767px) {
  #theme1 {
    background-image: url(/2017/img/home/C_Yellow.jpg); } }

#theme2 .photo {
  margin-left: 66px; }
@media (max-width: 767px) {
  #theme2 {
    background-image: url(/2017/img/home/C_Blue.jpg); } }

@media (max-width: 767px) {
  #theme3 {
    background-image: url(/2017/img/home/C_Red.jpg); } }

#theme4 .photo {
  margin-left: 66px; }
@media (max-width: 767px) {
  #theme4 {
    background-image: url(/2017/img/home/C_Green.jpg); } }

video {
  margin-top: 0px;
  margin-bottom: 40px;
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0px 20px 79px 0px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 0px 20px 79px 0px rgba(0, 0, 0, 0.42);
  box-shadow: 0px 20px 79px 0px rgba(0, 0, 0, 0.42); }
  @media (max-width: 767px) {
    video {
      margin-top: 40px; } }

.videoWrapper {
  margin-top: 40px;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

.videoWrapper iframe {
  -webkit-box-shadow: 0px 20px 79px 0px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 0px 20px 79px 0px rgba(0, 0, 0, 0.42);
  box-shadow: 0px 20px 79px 0px rgba(0, 0, 0, 0.42);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/**
 *  General Classes
 **/
.mrgn-tp-xl {
  margin-top: 80px; }

.mrgn-tp-xxl {
  margin-top: 120px; }

.mrgn-bttm-xxl {
  margin-bottom: 185px; }
  @media (max-width: 767px) {
    .mrgn-bttm-xxl {
      margin-bottom: 80px; } }

.mrgn-tp-xxxl {
  margin-top: 105px; }

.mrgn-bttm-xxxl {
  margin-bottom: 185px; }

.nopadding {
  padding: 0 !important;
  margin: 0 !important; }

.mini-themes h3 {
  padding: 0 15px;
  margin-top: 0; }
.mini-themes .link-box {
  padding: 20px 0px; }
.mini-themes hr {
  margin: 10px 0; }

.themes h1, .mini-themes h1 {
  padding: 20px;
  border-bottom: none;
  font-weight: bolder;
  font-size: 4em;
  text-align: center;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.7);
  margin: 75px auto 20px;
  text-transform: uppercase;
  font-family: Helvetica;
  color: #444; }
  .themes h1 span, .mini-themes h1 span {
    display: block;
    font-size: 1.6em;
    line-height: 0.9em; }
  @media (max-width: 840px) {
    .themes h1, .mini-themes h1 {
      font-size: 3.3em; } }
  @media (max-width: 780px) {
    .themes h1, .mini-themes h1 {
      font-size: 3.0em; } }
  @media (max-width: 640px) {
    .themes h1, .mini-themes h1 {
      font-size: 2.6em; } }
  @media (max-width: 640px) {
    .themes h1, .mini-themes h1 {
      font-size: 2em; } }
  @media (max-width: 440px) {
    .themes h1, .mini-themes h1 {
      font-size: 1.5em; } }
  @media (max-width: 360px) {
    .themes h1, .mini-themes h1 {
      font-size: 1.3em; } }
.themes h2, .mini-themes h2 {
  -webkit-box-shadow: 0px 20px 79px 0px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 0px 20px 79px 0px rgba(0, 0, 0, 0.42);
  box-shadow: 0px 20px 79px 0px rgba(0, 0, 0, 0.42);
  color: #fff;
  font-size: 3.5em;
  font-family: Helvetica, sans-serif !important;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  padding: 20px 20px 17px; }

#cpp {
  outline-color: #6b812f;
  border-color: #6b812f; }
  #cpp h2 {
    float: left;
    background-color: #6b812f;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    background: #6b812f url("/2017/img/home/C_Green-large.jpg") no-repeat center right;
    background-size: cover; }
  #cpp .link-box {
    border-left: 6px solid #6b812f; }

#ccb {
  outline-color: #f59268;
  border-color: #f59268; }
  #ccb h2 {
    float: left;
    background-color: #f59268;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    background: #f59268 url("/2017/img/home/C_red-large.jpg") no-repeat center right;
    background-size: cover; }
  #ccb .link-box {
    border-left: 6px solid #f59268; }

.shareButton {
  width: 56%;
  height: 40px;
  background-color: #f59268;
  color: white;
  text-align: center;
  margin: 10px auto;
  line-height: 40px; }

.custom-container {
  float: left;
  display: block;
  padding: 20px;
  margin-bottom: 40px; }

.affix {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999 !important;
  -webkit-box-shadow: 0px 9px 9px -5px rgba(0, 0, 0, 0.56);
  -moz-box-shadow: 0px 9px 9px -5px rgba(0, 0, 0, 0.56);
  box-shadow: 0px 9px 9px -5px rgba(0, 0, 0, 0.56);
  background-color: #3d3d3d; }
  .affix a.active {
    color: purple !important; }

.themes.fact-sheet h3 {
  font-family: "Open Sans", sans-serif !important;
  text-transform: uppercase;
  font-size: 1.8em;
  color: #ffffff;
  line-height: 1.1em;
  text-align: left;
  padding: 23px 20px 18px 20px;
  background: #ccc;
  letter-spacing: 1px;
  margin-top: 2em; }
  @media (max-width: 767px) {
    .themes.fact-sheet h3 {
      text-align: center; } }

.themes h1 {
  font-family: "Gotham Black", sans-serif !important;
  font-size: 6em; }
  @media (max-width: 767px) {
    .themes h1 {
      font-size: 4em; } }
.themes h2 {
  font-family: Helvetica, sans-serif !important;
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    .themes h2 {
      width: 115%; } }
  @media (max-width: 992px) {
    .themes h2 {
      width: 120%; } }
  @media (max-width: 767px) {
    .themes h2 {
      width: 100%;
      text-align: center; } }
.themes .shadow {
  -webkit-box-shadow: 10px 10px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 10px 10px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 10px 10px 4px rgba(0, 0, 0, 0.3); }
.themes h3 {
  font-family: "Open Sans", sans-serif !important;
  text-transform: uppercase;
  font-size: 2em;
  color: #ffffff;
  line-height: 1em;
  text-align: center;
  padding: 23px 0 18px 0;
  background: #ccc;
  letter-spacing: 1px;
  margin-top: 2em; }
  @media (max-width: 767px) {
    .themes h3 {
      font-size: 1.8em; } }
.themes h4 {
  font-size: 1.7em;
  font-weight: 600; }
  @media (max-width: 767px) {
    .themes h4 {
      text-align: left;
      margin-top: 20px;
      font-size: 1.5em; } }
.themes p {
  color: #5f5f5f;
  margin-bottom: 1.250em; }
.themes .key-message {
  padding: 60px 0px 0 40px; }
  .themes .key-message p {
    font-size: 1.3em;
    color: #666 !important;
    font-weight: bold; }
    @media (max-width: 992px) {
      .themes .key-message p {
        font-size: 1.1em;
        line-height: 25px; } }
  @media (max-width: 767px) {
    .themes .key-message {
      padding: 50px 0px 0 0px; } }
.themes .navbar {
  border-radius: 0;
  margin-bottom: 0px;
  background-color: #3d3d3d; }
  .themes .navbar li {
    width: 25%;
    height: 97px;
    text-align: center;
    border-right: 1px solid rgba(114, 124, 135, 0.4); }
    .themes .navbar li:last-of-type {
      border-right: none; }
    .themes .navbar li.active {
      background-color: #2b2b2b; }
  .themes .navbar a,
  .themes .navbar a:visited {
    float: left;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    -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;
    color: #f8f8f8;
    font-size: 12.8px;
    letter-spacing: 1px; }
  .themes .navbar a:hover {
    color: #f8f8f8 !important;
    background-color: #3d3d3d; }
.themes .affix ~ .container-fluid {
  position: relative;
  top: 50px; }
.themes [id^="section"] {
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    .themes [id^="section"] {
      padding-top: 0px;
      padding-bottom: 0px; } }
.themes .headerphoto {
  width: 100%;
  height: 350px; }
  .themes .headerphoto img {
    width: 100%;
    clear: both;
    display: block;
    float: left; }
    @media (max-width: 767px) {
      .themes .headerphoto img {
        margin-top: 20px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; } }
  @media print {
    .themes .headerphoto {
      page-break-before: auto;
      /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
      page-break-after: auto;
      /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
      page-break-inside: avoid;
      /* or 'auto' */
      width: 350px; } }
.themes #section1 {
  outline-color: #f8b83d;
  border-color: #f8b83d; }
  .themes #section1 h2 {
    background: #f8b83d url("/2017/img/home/C_Yellow-large.jpg") no-repeat center;
    background-size: cover; }
  .themes #section1 h3 {
    background-color: #f8b83d; }
  .themes #section1 h4 {
    color: #f8b83d; }
.themes #section2 {
  outline-color: #11c9cb;
  border-color: #11c9cb; }
  .themes #section2 h2 {
    background: #11c9cb url("/2017/img/home/C_Blue-large.jpg") no-repeat center;
    background-size: cover; }
  .themes #section2 h3 {
    background: #11c9cb; }
  .themes #section2 h4 {
    color: #11c9cb; }
.themes #section3 {
  outline-color: #f59268;
  border-color: #f59268; }
  .themes #section3 h2 {
    background: #f59268 url("/2017/img/home/C_red-large.jpg") no-repeat center;
    background-size: cover; }
  .themes #section3 h3 {
    background: #f59268; }
  .themes #section3 h4 {
    color: #f59268; }
.themes #section4 {
  outline-color: #6b812f;
  border-color: #6b812f; }
  .themes #section4 h2 {
    background: #6b812f url("/2017/img/home/C_Green-large.jpg") no-repeat center;
    background-size: cover; }
  .themes #section4 h3 {
    background: #6b812f; }
  .themes #section4 h4 {
    color: #6b812f; }

.active > .yellow-active,
a.yellow-active:hover {
  color: #ffcc33 !important; }

.active > .peach-active,
a.peach-active:hover {
  color: #fc9968 !important; }

.active > .blue-active,
a.blue-active:hover {
  color: #09bdbd !important; }

.active > .green-active,
a.green-active:hover {
  color: #779137 !important; }

/**
 *  General Classes
 */
/*
 *  Responsive video
 */
/*
 * Social buttons
 */
.share-button {
  margin-top: 20px;
  display: block;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease; }
  @media print {
    .share-button {
      display: none; } }
  .share-button:hover, .share-button:focus {
    text-decoration: none; }
    .share-button:hover i,
    .share-button:hover .share-text, .share-button:focus i,
    .share-button:focus .share-text {
      -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.7);
      -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.7);
      box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.7); }
  .share-button i {
    background: #c5c5c5;
    color: #eaeaea;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto 10px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%; }
    .share-button i:active {
      -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.57), 0 1px rgba(255, 255, 255, 0.68);
      -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.57), 0 1px rgba(255, 255, 255, 0.68);
      box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.57), 0 1px rgba(255, 255, 255, 0.68); }
  .share-button .share-text {
    display: block;
    color: #656565;
    text-transform: uppercase;
    padding: 15px;
    letter-spacing: 1px;
    background-color: #d8d8d8;
    -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.7);
    box-shadow: 0 1px rgba(255, 255, 255, 0.7);
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0)); }
    .share-button .share-text:active {
      -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.57), 0 1px rgba(255, 255, 255, 0.68);
      -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.57), 0 1px rgba(255, 255, 255, 0.68);
      box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.57), 0 1px rgba(255, 255, 255, 0.68); }

.share-yellow i,
.share-yellow .share-text {
  color: white;
  background-color: rgba(248, 184, 61, 0.99); }

.share-blue i,
.share-blue .share-text {
  color: white;
  background-color: rgba(17, 201, 203, 0.99); }

.share-orange i,
.share-orange .share-text {
  color: white;
  background-color: rgba(245, 146, 104, 0.99); }

.share-green i,
.share-green .share-text {
  color: white;
  background-color: rgba(107, 129, 47, 0.99); }

.share-twitter i,
.share-twitter .share-text {
  color: white;
  background-color: rgba(7, 160, 221, 0.99); }

.share-facebook i,
.share-facebook .share-text {
  color: white;
  background-color: rgba(59, 89, 152, 0.99); }

.nav:after, .nav:before {
  content: none; }

.fact-sheet.tax h3 {
  background-color: #f59268; }
.fact-sheet.tax h1 {
  border-bottom: 8px solid #f59268; }
.fact-sheet.tax blockquote {
  border-color: #f59268; }

.fact-sheet.innovation h3 {
  background-color: #f8b83d; }
.fact-sheet.innovation h1 {
  border-bottom: 8px solid #f8b83d; }
.fact-sheet.innovation blockquote {
  border-color: #f8b83d; }

.fact-sheet.strong h3 {
  background-color: #6b812f; }
.fact-sheet.strong h1 {
  border-bottom: 8px solid #6b812f; }
.fact-sheet.strong blockquote {
  border-color: #6b812f; }

.fact-sheet.infrastructure h3 {
  background-color: #11c9cb; }
.fact-sheet.infrastructure h1 {
  border-bottom: 8px solid #11c9cb; }
.fact-sheet.infrastructure blockquote {
  border-color: #11c9cb; }

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

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

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

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

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

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

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

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

.scroll {
  user-select: none;
  white-space: nowrap;
  overflow-x: auto;
  overflow: -moz-scrollbars-none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .scroll.secondary {
    background-color: #333; }
  .scroll::-webkit-scrollbar, .scroll::-webkit-scrollbar-track {
    display: none; }

nav::-webkit-scrollbar {
  display: none !important; }

header.two-header {
  user-select: none;
  overflow: none;
  height: 165px;
  background: #3d3d3d;
  pointer-events: all; }
  header.two-header:before, header.two-header:after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 165px;
    width: 70px;
    z-index: 999;
    pointer-events: none; }
  header.two-header:before {
    top: 0px;
    left: 0px;
    background: -moz-linear-gradient(left, black -100%, transparent 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, black -100%, transparent 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, black -100%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#00eeeeee', GradientType=1);
    /* IE6-9 */ }
    @media (min-width: 992px) {
      header.two-header:before {
        left: 235px; } }
  header.two-header:after {
    top: 0px;
    right: 0px;
    background: -moz-linear-gradient(left, black -100%, transparent 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, black -100%, transparent 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, black -100%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#00eeeeee', GradientType=1);
    /* IE6-9 */
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  @media (min-width: 720px) {
    header.two-header:before, header.two-header:after {
      content: none; } }
  header.two-header .navLinks {
    width: 100%;
    height: 100%;
    float: left;
    text-align: center; }
    @media (min-width: 992px) {
      header.two-header .navLinks {
        width: 75%;
        float: right; } }
  header.two-header span {
    user-select: none;
    font-size: 40px;
    display: block;
    margin-bottom: 10px;
    margin-top: -6px; }
  header.two-header a {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    text-decoration: none; }
  header.two-header nav {
    overflow: none; }

.logo {
  min-height: 1px;
  color: #cccccc;
  padding: 25px;
  width: 100%;
  text-align: center; }
  @media (min-width: 992px) {
    .logo {
      border-right: 1px solid rgba(114, 124, 135, 0.4);
      text-decoration: none;
      text-align: left;
      width: 25%;
      height: 165px;
      float: left;
      z-index: 1;
      position: relative; } }
  .logo a {
    text-decoration: none;
    color: #f8f8f8; }
  .logo .title-top {
    font-family: 'Roboto';
    font-size: 1.2em;
    font-weight: 100;
    border-bottom: none;
    margin-top: 0; }
  .logo .title-bottom {
    font-family: 'Roboto';
    font-size: 2em;
    line-height: 1.2em;
    margin: 0;
    text-transform: uppercase; }
  @media (min-width: 1200px) {
    .logo .title-bottom {
      font-size: 2em; } }
  @media (max-width: 991px) {
    .logo a {
      color: #333 !important; } }

@media (max-width: 991px) {
  body:not(.home) .logo {
    display: none; } }
.primary {
  width: 100%; }
  .primary .nav-link {
    transition: color 0.2s;
    transition-timing-function: ease;
    text-align: center;
    font-weight: 100;
    padding: 29px 1.9% 22px;
    color: #f8f8f8; }
    @media (min-width: 1200px) {
      .primary .nav-link {
        padding-left: 2.8%;
        padding-right: 2.8%; } }
    @media (max-width: 720px) {
      .primary .nav-link {
        padding: 35px 3% 22px; }
        .primary .nav-link:first-of-type {
          padding-left: 4%; }
        .primary .nav-link:last-of-type {
          padding-right: 4%; } }
    .primary .nav-link:hover {
      color: #bbb; }

@media (max-width: 720px) {
  .secondary {
    -webkit-box-shadow: inset 0px 0px 31px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 31px 1px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 31px 1px rgba(0, 0, 0, 0.75); } }
.secondary.scroll:before, .secondary.scroll:after {
  top: 90px;
  height: 75px; }
.secondary li {
  display: inline-block;
  padding: 0 1.54%; }
.secondary li.active a {
  color: white !important; }
.secondary .nav-link {
  text-align: center;
  padding: 15px 2%;
  text-transform: uppercase;
  transition: color 0.2s;
  transition-timing-function: ease; }
  @media (min-width: 1200px) {
    .secondary .nav-link {
      padding-left: 4%;
      padding-right: 4%; } }
  .secondary .nav-link:hover {
    color: white !important;
    background-color: transparent; }

/**
 *  Shouldn't be using !important, but specificity isn't working
 **/
.yellow,
.yellow:visited {
  color: #ffcc33 !important; }

.peach,
.peach:visited {
  color: #fc9968 !important; }

.blue,
.blue:visited {
  color: #09bdbd !important; }

.green,
.green:visited {
  color: #819637 !important; }

.affix .yellow,
.affix .peach,
.affix .blue,
.affix .green {
  color: white !important; }
.affix .active .yellow {
  color: #ffcc33 !important; }
.affix .active .peach {
  color: #fc9968 !important; }
.affix .active .blue {
  color: #09bdbd !important; }
.affix .active .green {
  color: #819637 !important; }

header.two-header {
  font-size: 0; }
  header.two-header nav {
    font-size: 0; }

.logo,
.nav-link {
  font-size: 14px; }

.logo,
.nav-link,
.vertical-align-middle {
  display: inline-block;
  vertical-align: middle; }

.title {
  margin: 24px 0 6px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #999; }

/**
 *  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: 18px; }

.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 {
  margin-top: 40px;
  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; }

  .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; }

  i, em {
    font-style: italic !important; }

  strong, b {
    font-weight: bold !important; } }
.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; } }
.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 {
  background: #f5f5f5;
  top: 106px; }

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

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

.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; } }
@media print {
  .col-md-1, .col-sm-1 {
    width: 8.33333%; }

  .col-md-2, .col-sm-2 {
    width: 16.66667%; }

  .col-md-3, .col-sm-3 {
    width: 25%; }

  .col-md-4, .col-sm-4 {
    width: 33.33333%; }

  .col-md-5, .col-sm-5 {
    width: 41.66667%; }

  .col-md-6, .col-sm-6 {
    width: 50%; }

  .col-md-7, .col-sm-7 {
    width: 58.33333%; }

  .col-md-8, .col-sm-8 {
    width: 66.66667%; }

  .col-md-9, .col-sm-9 {
    width: 75%; }

  .col-md-10, .col-sm-10 {
    width: 83.33333%; }

  .col-md-11, .col-sm-11 {
    width: 91.66667%; }

  .col-md-12, .col-sm-12 {
    width: 100%; }

  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left; } }

/*# sourceMappingURL=custom.css.map */
