@charset "UTF-8";
.color-primary-1 {
  background-color: #009BC9;
  color: #FFFFFF;
}

.color-primary-2 {
  background-color: #025C76;
  color: #FFFFFF;
}

.color-secondary-1 {
  background-color: #BC2279;
  color: #FFFFFF;
}

.color-secondary-2 {
  background-color: #E0004D;
  color: #FFFFFF;
}

.color-secondary-3 {
  background-color: #D64309;
  color: #FFFFFF;
}

.color-secondary-4 {
  background-color: #ED2768;
  color: #FFFFFF;
}

.color-secondary-5 {
  background-color: #FFB001;
  color: #FFFFFF;
}

.color-gray-1 {
  background-color: #101215;
  color: #FFFFFF;
}

.color-gray-2 {
  background-color: #E4DFDB;
}

.color-gray-3 {
  background-color: #D7D7D7;
}

.color-gray-4 {
  background-color: #E4E4E4;
}

.color-gray-5 {
  background-color: #F2F2F2;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.modal-dialog .sf-Media--info button.btn-default {
  color: #333 !important;
}

.atImgBox_pinterest_share .atPinHdr {
  height: 32px;
}

.atImgBox_pinterest_share .atPinMn {
  width: 100%;
}

.print-only {
  display: none;
}

.hub-content h1, .hub-content h2, .hub-content h3, .hub-content h4, .hub-content h5, .hub-content h6, .hub-content p, .hub-content li {
  font-family: 'FFDINWeb';
  line-height: 1.33;
}

.hub-content h1 {
  font-size: 26px;
}

.hub-content h2 {
  font-family: 'FFDINWebMedium';
  font-size: 22px;
  line-height: 1.2;
}

.hub-content a:hover {
  cursor: pointer;
}

.hub-content p, .hub-content li {
  font-size: 14px;
}

.hub-content p.small, .hub-content li.small {
  font-size: 14px;
}

.hub-content .container {
  max-width: 1440px !important;
}

.hub-content .colored p.intro {
  font-family: 'FFDINWebMedium';
}

.hub-content .background-grey {
  background: #f7f7f7;
}

.hub-content .sponsored {
  padding: 7px 15px 6px;
  border-radius: 15px;
  background-color: rgba(170, 228, 240, 0.25);
  border: solid 1px #3b6e8f;
  font-size: 14px;
  color: #3b6e8f;
  font-family: 'FFDINWebMedium';
  display: inline-block;
  text-transform: capitalize;
  margin-bottom: 20px;
}

@-webkit-keyframes bounceLeftRight {
  0% {
    right: 15px;
  }
  49% {
    right: 5px;
  }
  50% {
    right: 0px;
    opacity: 0;
  }
  51% {
    right: 25px;
    opacity: 0;
  }
  52% {
    right: 25px;
    opacity: 1;
  }
  100% {
    right: 15px;
  }
}

@keyframes bounceLeftRight {
  0% {
    right: 15px;
  }
  49% {
    right: 5px;
  }
  50% {
    right: 0px;
    opacity: 0;
  }
  51% {
    right: 25px;
    opacity: 0;
  }
  52% {
    right: 25px;
    opacity: 1;
  }
  100% {
    right: 15px;
  }
}

.bread {
  margin: 28px auto;
}

.bread li {
  display: inline-block;
}

.bread li a {
  font-size: 14px;
  line-height: 1.33;
  color: #666;
  text-decoration: none;
}

.bread li a:hover {
  font-family: 'FFDINWebBold';
}

.bread li:after {
  content: "/";
  display: inline-block;
  padding-left: 5px;
}

.bread li:last-child:after {
  display: none;
}

@media only screen {
  article {
    max-width: 750px;
    margin: 0 auto;
    position: relative;
  }
  .hub-content .button-holder {
    position: relative;
  }
  .hub-content .button-holder .button {
    display: inline-block;
    vertical-align: middle;
    padding: 12px 20px 11px;
    text-transform: uppercase;
  }
  .hub-content .button-holder:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 100%;
    width: 45px;
    height: 45px;
    margin-left: 2px;
  }
  .hub-content .button-holder:before {
    font-family: FontAwesome;
    content: "";
    font-size: 18px;
    width: 15px;
    height: 19px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .hub-content .button-holder .button, .hub-content .button-holder:after {
    border: 2px solid #fff;
    background-color: #fff;
  }
  .hub-content .button-holder .button, .hub-content .button-holder:after, .hub-content .button-holder:before {
    color: #009ac7 !important;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .hub-content .button-holder:hover {
    cursor: pointer;
  }
  .hub-content .button-holder:hover:before {
    color: #fff !important;
    -webkit-animation: bounceLeftRight 1s;
            animation: bounceLeftRight 1s;
  }
  .hub-content .button-holder:hover .button, .hub-content .button-holder:hover:after {
    color: #fff !important;
    background-color: #009ac7;
    opacity: 1;
  }
}

article .tag {
  padding: 4px 15px;
  border-radius: 15px;
  background-color: rgba(170, 228, 240, 0.25);
  border: solid 1px #3b6e8f;
  font-size: 14px;
  color: #3b6e8f;
  font-family: 'FFDINWebMedium';
  display: inline-block;
}

article .article-content h2 {
  font-size: 18px;
  line-height: 1.44;
  font-weight: 300;
  margin-top: 26px;
  margin-bottom: 45px;
}

article .article-content h3, article .article-content h4, article .article-content h5, article .article-content h6 {
  font-family: 'FFDINWebMedium';
  margin-bottom: 20px;
  margin-top: 30px;
}

article .article-content h3 {
  font-size: 21px;
}

article .article-content h4 {
  font-size: 18px;
}

article .article-content h5 {
  font-family: 'FFDINWebBold';
  font-size: 16px;
}

article .article-content h6 {
  font-size: 16px;
}

article .article-content a {
  text-decoration: none;
}

article .article-content a:hover {
  text-decoration: underline;
}

article .article-content p a {
  text-decoration: underline;
}

article .article-content img {
  margin: 40px 0px;
  width: 100%;
}

article .article-content p, article .article-content li {
  line-height: 1.75;
}

article .article-content > ul, article .article-content > ol {
  margin-top: 15px;
  margin-bottom: 15px;
}

article .article-content ul li {
  margin-left: 10px;
}

article .article-content ol li {
  margin-left: 25px;
  list-style-type: decimal;
}

article .article-content ol li[type="a"] {
  list-style-type: lower-alpha;
}

article .article-content blockquote {
  position: relative;
  margin-top: 40px;
  font-weight: 300;
  font-size: 16px;
  width: 90%;
  display: inline-block;
}

article .article-content small {
  font-size: 14px;
}

article .related {
  margin: 57px 0;
  font-family: 'FFDINWebBold';
  font-size: 16px;
}

article .related a {
  color: #3b6e8f;
  font-family: 'FFDINWeb';
  display: block;
  line-height: 1.38;
}

article .article-useful {
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding-top: 25px;
  margin-top: 33px;
  margin-bottom: 40px;
}

article .article-useful .txt-holder {
  display: inline-block;
  margin-right: 24px;
}

article .article-useful .txt-holder p {
  margin: 0;
  line-height: 1.25;
}

article .article-useful .txt-holder p.large-txt {
  font-size: 18px;
}

article .article-useful .txt-holder p.small-txt {
  font-size: 14px;
  color: #666;
}

article .article-useful .btn-holder {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  width: 100%;
}

article .article-useful .btn-holder .btn {
  padding: 11px 24px 9px;
  background: #025C76;
  margin-right: 2px;
  font-size: 13px;
  width: 49%;
}

article .article-useful.disabled a.btn {
  cursor: not-allowed;
  pointer-events: none;
  background: #ccc;
}

.video-holder {
  position: relative;
  width: 100%;
  height: 0px;
  padding-bottom: 60%;
  margin: 40px -0;
}

.video-holder iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

.video-holder + blockquote {
  margin-top: 0 !important;
}

.hub-menu {
  background-color: #025C76;
}

.hub-menu .holder {
  max-width: 1200px;
  margin: 0 auto;
}

.hub-menu ul {
  width: 100%;
  display: table;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.hub-menu ul li {
  display: table-cell;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  vertical-align: bottom;
}

.hub-menu a {
  color: #fff;
  text-decoration: none;
  padding: 15px 10px;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  line-height: 1.27;
  font-weight: bold;
  height: 56px;
  text-align: center;
}

.hub-menu a img {
  height: 26px;
  width: 26px;
  margin-right: 8px;
}

.hub-menu a:after {
  margin: auto;
  content: "";
  display: block;
  width: 0%;
  height: 5px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: width .5s ease, opacity .5s ease;
  transition: width .5s ease, opacity .5s ease;
}

.hub-menu a:hover, .hub-menu a.active {
  position: relative;
}

.hub-menu a:hover:after, .hub-menu a.active:after {
  width: 100%;
  opacity: 1;
}

.hub-menu a span {
  display: inline-block;
  text-align: left;
}

@media (min-width: 335px) {
  .hub-menu a {
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .hub-menu li {
    width: 25%;
  }
}

@media (min-width: 768px) {
  .hub-menu li {
    margin: 0 15px;
  }
  .hub-menu a {
    font-size: 18px;
    height: 80px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hub-menu a {
    padding: 18px 25px;
  }
  .hub-menu a span {
    width: 90px;
  }
}

@media (max-width: 991px) {
  .hub-menu a img {
    display: none;
  }
}

@media (min-width: 992px) {
  .hub-menu a {
    padding-left: 0;
    padding-right: 0;
    height: 56px;
  }
  .hub-menu a span {
    text-align: center;
    width: auto;
  }
  .menu-fixed .banner {
    margin-top: 56px;
  }
  .menu-fixed .hub-menu {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
  }
}

.banner {
  margin: 0 -15px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.banner-details {
  width: 100%;
  padding: 30px 15px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: left;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner-details .bannerContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner-details .bannerContent h1 {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
}

.banner-details .hub-share {
  margin-left: -30px;
}

.banner-details select {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #7f3f98;
  font-family: 'FFDINWebBold';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 11px 40px 9px 15px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  border: 0 none;
  background: url(/App_Themes/reskin/images/icons/arrow-down.png) 95% 48% no-repeat #fff;
  background-size: 8%;
  width: 77%;
}

.banner-details select option {
  font-size: 16px;
}

.banner-details p {
  font-size: 18px;
}

.banner .hub-share button, .banner .hub-share a {
  color: #fff;
}

.banner .hub-share button {
  font-family: 'FFDINWebMedium';
}

.banner-static p {
  display: none;
}

.banner-listing .banner-details {
  background-color: rgba(51, 51, 51, 0.5);
}

@media (min-width: 768px) {
  .banner {
    height: 537px;
    position: relative;
  }
  .banner-details {
    position: absolute;
    padding: 50px 96px 76px 96px;
    height: 100%;
    max-width: 60%;
  }
  .banner-details h1 {
    padding-bottom: 25px;
    margin-bottom: 35px;
  }
  .banner-details h1:after {
    content: "";
    display: block;
    background: #fff;
    width: 30%;
    height: 3px;
    top: 25px;
    position: relative;
  }
  .banner-details p {
    display: block;
  }
  .banner-details.center {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: auto;
    margin: 80px auto;
    padding: 75px;
    padding-top: 20px;
    max-width: 75%;
    text-align: center;
  }
  .banner-details.center h1:after {
    margin: 0 auto;
  }
  .banner-details.right {
    right: 0;
    padding-right: 7%;
  }
  .banner-details.left {
    padding-left: 7%;
  }
  .banner-listing .center {
    padding-top: 50px;
  }
}

@media (min-width: 1440px) {
  .banner-details {
    max-width: 50%;
  }
  .banner-details.left {
    padding-left: 135px;
  }
  .banner-details.right {
    padding-right: 135px;
  }
}

.banner-dynamic .center {
  text-align: center;
}

.banner-dynamic .center h1:after {
  left: 0;
  right: 0;
  margin: auto;
}

.banner-dynamic .pillar {
  display: inline-block;
  padding: 12px 14px 10px;
  border: 2px solid #fff;
  color: #fff;
  font-family: 'FFDINWebBold';
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 21px;
  vertical-align: middle;
}

.banner-dynamic .pillar img {
  width: 21px;
  height: 21px;
  margin-right: 8px;
}

.banner-dynamic h1 {
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.banner-dynamic h1:after {
  height: 2px;
  top: 10px;
  width: 80%;
  margin: auto;
  content: "";
  display: block;
  background: #fff;
  position: relative;
}

.banner-dynamic span + h1 {
  padding-bottom: 25px;
  margin-bottom: 35px;
}

.banner-dynamic span + h1:after {
  top: 25px;
  width: 40%;
}

.banner-dynamic .date,
.banner-dynamic .author {
  font-size: 13px;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  .banner-dynamic .banner-details {
    height: 100%;
    padding: 40px;
  }
  .banner-dynamic span + h1:after {
    width: 60%;
  }
  .banner-listing .banner-details {
    padding-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .banner-dynamic {
    height: 514px;
  }
  .banner-dynamic .banner-details h1 {
    /* max-width: 60%; */
    margin-left: auto;
    margin-right: auto;
  }
  .banner-dynamic .pillar {
    position: absolute;
    top: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .banner-dynamic span + h1 {
    margin-top: 50px;
  }
}

@media print {
  * {
    -webkit-print-color-adjust: exact;
    color-adjust: exact !important;
  }
  .banner {
    margin-top: 1.5em;
  }
  .bannerContent {
    /* background-color: rgba(0, 0, 0, 0.5); */
    padding: 80px 180px;
  }
  .pillar {
    position: absolute;
    top: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (min-width: 1440px) {
  .banner-dynamic p {
    max-width: 560px;
    margin: 0 auto;
  }
}

.filter-holder {
  max-width: 1140px;
  margin-left: -15px;
  margin-right: -15px;
  color: #fff;
}

.filter-holder .button-holder:before {
  content: "";
  font-size: 27px;
  width: 16px;
  height: 25px;
  font-weight: 700;
}

.filter-holder .button-holder:hover:before {
  -webkit-animation: bounceDownUp 1s;
          animation: bounceDownUp 1s;
}

.filter-holder .filters {
  background: #fff;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
  z-index: 1001;
  display: none;
  opacity: 1;
}

.filter-holder .filters h4 {
  font-size: 16px;
  color: #333;
  padding-top: 20px;
  padding-left: 20px;
  margin-bottom: 10px;
}

.filter-holder .filters li a {
  position: relative;
  color: #333;
  font-size: 16px;
  text-decoration: none;
  padding: 15px 0px;
  display: block;
}

.filter-holder .filters li a:hover, .filter-holder .filters li a.ticked {
  color: #025C76;
  font-family: 'FFDINWebBold';
}

.filter-holder .filters li a:hover:after, .filter-holder .filters li a.ticked:after {
  font-family: FontAwesome;
  content: "";
  display: inline-block;
  position: absolute;
  right: 0px;
  width: 24px;
  height: 24px;
  font-weight: 400;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 16px;
  border-radius: 2px;
}

.filter-holder .filters a.clear {
  color: #333;
  font-size: 16px;
  position: absolute;
  right: 20px;
  margin-top: -30px;
  text-decoration: underline;
}

.filter-holder .filters ul {
  margin: 0 20px 30px;
}

.filter-holder .filters ul.topic-filters {
  -webkit-column-count: 3;
          column-count: 3;
}

.filter-holder .filters ul.topic-filters a:after, .filter-holder .filters ul.pillar-filters a:after {
  content: "";
  border: 1px solid rgba(51, 51, 51, 0.2);
  display: inline-block;
  position: absolute;
  right: 0px;
  width: 24px;
  height: 24px;
  border-radius: 2px;
}

.filter-holder .filters ul.topic-filters a:hover:after, .filter-holder .filters ul.pillar-filters a:hover:after {
  border: 1px solid #3b6e8f;
}

.filter-holder .filters ul.topic-filters a.ticked:after, .filter-holder .filters ul.pillar-filters a.ticked:after {
  background-color: #025C76;
  color: #fff;
  font-family: FontAwesome;
  content: "";
}

.filter-holder .filters li {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

@-webkit-keyframes bounceDownUp {
  0% {
    bottom: 10px;
    top: auto;
  }
  49% {
    bottom: -12px;
    top: auto;
  }
  50% {
    bottom: -15px;
    top: auto;
    opacity: 0;
  }
  51% {
    bottom: 28px;
    top: auto;
    opacity: 0;
  }
  52% {
    bottom: 24px;
    top: auto;
    opacity: 1;
  }
  100% {
    bottom: 10px;
    top: auto;
  }
}

@keyframes bounceDownUp {
  0% {
    bottom: 10px;
    top: auto;
  }
  49% {
    bottom: -12px;
    top: auto;
  }
  50% {
    bottom: -15px;
    top: auto;
    opacity: 0;
  }
  51% {
    bottom: 28px;
    top: auto;
    opacity: 0;
  }
  52% {
    bottom: 24px;
    top: auto;
    opacity: 1;
  }
  100% {
    bottom: 10px;
    top: auto;
  }
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 1023px) {
  .filter-holder {
    padding: 15px;
    text-align: center;
  }
  .filter-holder .num_article {
    font-size: 24px;
    line-height: 1.33;
    text-align: center;
    margin-bottom: 17px;
    display: block;
  }
  .filter-holder .button-holder .button {
    max-width: 240px;
    width: 85.5%;
    text-align: left;
  }
  .filter-holder .filters {
    text-align: left;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100vh;
    overflow: scroll;
  }
  .filter-holder .filters a.button {
    opacity: 0;
    -webkit-transition: opacity .5s ease .5s;
    transition: opacity .5s ease .5s;
  }
  .filter-holder.is-open .filters .button {
    opacity: 1;
  }
  .filter-holder .mobile-only {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 20px;
    background-color: #f7f7f7;
    z-index: 1;
  }
  .filter-holder .mobile-only span {
    color: #333;
    font-family: 'FFDINWebBold';
    display: inline-block;
  }
  .filter-holder .mobile-only a.close {
    color: #333;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 0;
    text-decoration: underline;
  }
  .filter-holder ul.topic-filters, .filter-holder ul.pillar-filters {
    margin-bottom: 115px;
  }
  .filter-holder a.button {
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.8);
  }
  .filter-holder a.button span {
    background: #025C76;
    display: block;
    padding: 15px 15px 13px 5px;
    text-transform: uppercase;
    font-family: 'FFDINWebBold';
    font-size: 13px;
    line-height: 1.85;
    letter-spacing: 1.5px;
  }
}

@media (min-width: 1024px) {
  .filter-holder {
    position: relative;
    padding: 34px 0;
    margin: 0 auto;
  }
  .filter-holder .num_article {
    font-size: 24px;
  }
  .filter-holder .button-holder {
    position: absolute;
    right: 0;
    top: 22px;
  }
  .filter-holder .mobile-only {
    display: none;
  }
  .filter-holder .filters {
    position: absolute;
    top: 69px;
    right: 0;
    padding-bottom: 40px;
  }
  .filter-holder .filters.topics {
    width: 940px;
  }
  .filter-holder .filters.topics .article-sort li {
    width: -webkit-calc(33% - 20px);
    width: calc(33% - 20px);
  }
  .filter-holder .filters.topics li {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    margin-right: 30px;
    display: inline-block;
  }
  .filter-holder .filters.pillars {
    width: 320px;
  }
  .filter-holder .filters:before {
    content: "";
    height: 2px;
    position: absolute;
    top: -2px;
    width: 45px;
    display: block;
    background: #fff;
    right: 0;
  }
  .filter-holder .filters a:after {
    right: 0px !important;
  }
  .filter-holder .filters a.button {
    width: 280px;
    padding: 15px 15px 13px 5px;
    background-color: #025c76;
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
  }
}

.featured-carousel {
  position: relative;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 25px;
}

.featured-carousel img {
  width: 100%;
}

.featured-carousel li {
  text-align: left;
}

.featured-carousel li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  height: 100%;
}

.featured-carousel li a:hover {
  background-color: #37b2d6;
}

.featured-carousel li {
  position: relative;
}

.featured-carousel .fc_details {
  padding: 20px;
  display: block;
}

.featured-carousel h2 {
  line-height: 1;
  font-family: 'FFDINWeb';
  margin-bottom: 20px;
}

.featured-carousel p {
  line-height: 1.5;
  margin-bottom: 20px;
}

.featured-carousel .read-more {
  text-transform: uppercase;
  font-family: 'FFDINWebBold';
}

.featured-carousel .flex-direction-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 70px;
  width: 100%;
}

.featured-carousel .flex-direction-nav .flex-prev, .featured-carousel .flex-direction-nav .flex-next {
  position: absolute;
  display: inline-block;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
}

.featured-carousel .flex-direction-nav .flex-prev i, .featured-carousel .flex-direction-nav .flex-next i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 15px;
  width: 15px;
}

.featured-carousel .flex-direction-nav .flex-prev:hover, .featured-carousel .flex-direction-nav .flex-next:hover {
  background: #37b2d6;
}

.featured-carousel .flex-direction-nav .flex-prev {
  left: -90px;
}

.featured-carousel .flex-direction-nav .flex-next {
  right: -90px;
}

.featured-carousel .flex-control-nav li {
  display: inline-block;
  margin: 5px;
}

.featured-carousel .flex-control-nav a {
  display: inline-block;
  border: 2px solid #fff;
  color: transparent;
  width: 12px;
  height: 12px;
  cursor: pointer;
  padding: 0;
}

.featured-carousel .flex-control-nav a:hover, .featured-carousel .flex-control-nav a.flex-active {
  background-color: #fff;
}

.featured-carousel .flex-pauseplay {
  position: relative;
}

.featured-carousel .flex-pauseplay .flex-play, .featured-carousel .flex-pauseplay .flex-pause {
  display: block;
  position: absolute;
  padding: 10px;
  cursor: pointer;
  top: -33px;
  left: 38%;
}

.featured-carousel .flex-pauseplay .flex-play {
  content: url("./images/icons/play-icon.svg");
}

.featured-carousel .flex-pauseplay .flex-pause {
  content: url("./images/icons/pause-icon.svg");
}

@media (max-width: 767px) {
  .featured-carousel .fc_details {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }
  .featured-carousel .flex-control-nav {
    position: absolute;
    top: 56%;
    left: 0;
    right: 0;
  }
  .featured-carousel .flex-control-nav a {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 375px) {
  .featured-carousel .flex-control-nav {
    top: 54%;
  }
}

@media (max-width: 320px) {
  .featured-carousel .flex-control-nav {
    top: 50%;
  }
}

@media (min-width: 768px) {
  .featured-carousel {
    margin-left: 7%;
    margin-right: 7%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .featured-carousel .slides li {
    max-width: 33%;
    display: inline-block;
    vertical-align: top;
  }
  .featured-carousel .flex-control-nav {
    margin-top: 20px;
  }
  .featured-carousel .fc_details {
    padding-bottom: 50px;
  }
  .featured-carousel .read-more {
    display: inline-block;
    text-transform: uppercase;
    position: absolute;
    bottom: 20px;
  }
}

@media (min-width: 1440px) {
  .featured-carousel {
    margin-left: 135px;
    margin-right: 135px;
  }
}

.feature-promotion {
  margin-top: 10px;
  background-repeat: no-repeat;
  width: 100%;
}

.feature-promotion img {
  width: 100%;
}

.feature-promotion .fp-details {
  color: #fff;
  padding-top: 24px;
  padding-bottom: 35px;
}

.feature-promotion h2 {
  font-size: 26px;
  font-family: 'FFDINWeb';
  padding-bottom: 50px;
  position: relative;
  width: 85%;
  display: inline-block;
}

.feature-promotion h2:after {
  content: "";
  display: block;
  background: #fff;
  width: 80%;
  height: 2px;
  position: absolute;
  bottom: 30px;
}

.feature-promotion .button-holder {
  margin: 0 auto;
  margin-top: 20px;
  display: inline-block;
}

@media (min-width: 768px) {
  .feature-promotion {
    padding-right: 7%;
    padding-left: 7%;
  }
  .feature-promotion .img-holder {
    margin-left: -10%;
    width: 49%;
    display: inline-block;
  }
  .feature-promotion .fp-details {
    display: inline-block;
    width: 60%;
    vertical-align: bottom;
  }
  .feature-promotion.left .fp-details {
    padding-left: 50px;
  }
  .feature-promotion.right h2:after {
    right: 0;
  }
  .feature-promotion.right .fp-details {
    text-align: right;
  }
  .feature-promotion.right .img-holder {
    float: right;
  }
  .feature-promotion.right .fp-details {
    padding-right: 50px;
  }
}

@media (min-width: 1440px) {
  .feature-promotion {
    margin-top: 50px;
  }
  .feature-promotion .img-holder {
    margin-left: 0;
    width: 39%;
    display: inline-block;
  }
  .feature-promotion .fp-details {
    padding-top: 50px;
    width: 50%;
    vertical-align: top;
  }
  .feature-promotion .fp-details h2 {
    max-width: 70%;
  }
  .feature-promotion.left {
    padding-right: 135px;
  }
  .feature-promotion.right {
    text-align: right;
    padding-left: 135px;
  }
  .feature-promotion h2 {
    font-size: 36px;
  }
  .feature-promotion h2:after {
    width: 30%;
  }
}

.hub-content .sfimageWrp img {
  width: 100%;
}

@media (min-width: 768px) {
  .hub-content .sfimageWrp {
    overflow: hidden;
    height: 325px;
    position: relative;
  }
  .hub-content .sfimageWrp img {
    position: absolute;
    bottom: 0;
  }
}

@media (min-width: 1024px) {
  .hub-content .sfimageWrp {
    height: 450px;
  }
}

#body .hub-content .sfNewsletter {
  background-color: #7f3f98;
}

#body .hub-content .sfNewsletter .form-field-checkbox label:before {
  background-color: transparent;
}

#body .hub-content .sfNewsletter .form-submit button {
  background-color: #fff;
}

#body .hub-content .sfNewsletter .form-submit button span {
  color: #7f3f98;
}

#body .hub-content .sfNewsletter .form-submit button:before {
  border-left: 1px solid #7f3f98;
}

#body .hub-content .sfNewsletter .form-submit button:after {
  color: #7f3f98;
}

@media (min-width: 1024px) {
  #body .hub-content .sfNewsletter .container {
    padding-left: 7%;
    padding-right: 7%;
  }
}

@media (min-width: 1440px) {
  #body .hub-content .sfNewsletter .container {
    padding-left: 135px;
    padding-right: 135px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  #body .hub-content .sfNewsletter .form-field {
    width: 26.4%;
  }
  #body .hub-content .sfNewsletter .form-submit {
    width: 21%;
  }
}

.promo-grid {
  margin-bottom: 40px;
}

.promo-grid .header {
  border-bottom: 2px solid rgba(51, 51, 51, 0.1);
  margin-top: 30px;
  padding-bottom: 20px;
}

.promo-grid .header h3 {
  color: #7f3f98;
  font-size: 26px;
}

.promo-grid li a {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 16px;
}

.promo-grid img {
  display: none;
}

@media only screen {
  .promo-grid .holder {
    text-align: center;
    padding-top: 30px;
  }
  .promo-grid .holder .button-holder .button, .promo-grid .holder .button-holder:after {
    background-color: #7f3f98 !important;
    color: #fff !important;
    border: 2px solid #7f3f98;
    font-size: 13px;
  }
  .promo-grid .holder .button-holder:before {
    color: #fff !important;
  }
  .promo-grid .holder .button-holder:hover .button, .promo-grid .holder .button-holder:hover:after {
    color: #7f3f98 !important;
    background-color: #fff !important;
  }
  .promo-grid .holder .button-holder:hover:before {
    color: #7f3f98 !important;
  }
}

@media (max-width: 1024px) {
  .promo-grid li {
    border-bottom: 2px solid rgba(51, 51, 51, 0.1);
  }
  .promo-grid li a {
    padding: 15px 0;
    color: #7f3f98;
    font-family: 'FFDINWebMedium';
  }
}

@media only screen and (max-width: 1024px) {
  .promo-grid li a:after {
    content: "";
    -webkit-mask: url(./images/icons/arrow-right.svg);
            mask: url(./images/icons/arrow-right.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 13px;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #7f3f98;
  }
}

@media (min-width: 1024px) {
  .promo-grid {
    position: relative;
    padding-top: 50px;
    padding-left: 7%;
    padding-right: 7%;
  }
  .promo-grid .header {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .promo-grid h3 {
    font-size: 36px;
  }
  .promo-grid .topics-grid {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -15px;
  }
  .promo-grid .topics-grid li {
    position: relative;
    overflow: hidden;
    width: -webkit-calc(33.33% - 30px);
    width: calc(33.33% - 30px);
    margin: 15px;
  }
  .promo-grid .topics-grid li a {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .promo-grid .topics-grid li a::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 96.6666666667%;
  }
  .promo-grid .topics-grid li a > :first-child {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 0;
  }
  .promo-grid .topics-grid li a:hover span {
    border: 2px solid #7f3f98;
    background: #fff;
    color: #7f3f98;
  }
  .promo-grid .topics-grid span {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border: 2px solid #fff;
    background-color: #7f3f98;
    color: #fff;
    text-transform: uppercase;
    font-family: 'FFDINWebBold';
    font-size: 13px;
    line-height: 1.85;
    letter-spacing: 1.5px;
    padding: 11px 20px 9px;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
  }
  .promo-grid .topics-grid img {
    height: 100%;
    width: 100%;
    display: block;
  }
  .promo-grid .button-holder {
    position: absolute;
    top: 70px;
    right: 7%;
  }
}

@media (min-width: 1440px) {
  .promo-grid {
    padding-left: 135px;
    padding-right: 135px;
  }
  .promo-grid .button-holder {
    right: 135px;
  }
}

.hub-share {
  height: 41px;
  margin-top: 28px;
  margin-bottom: 28px;
}

.hub-share button {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
  color: #025C76;
  font-size: 13px;
  border: 0 none;
  background: transparent;
  font-family: 'FFDINWebBold';
  height: 33px;
  text-align: left;
  white-space: nowrap;
  position: absolute;
  z-index: 10;
  outline: none;
  text-transform: uppercase;
}

.hub-share button:before {
  margin-right: 10px;
  font-family: FontAwesome;
}

.hub-share .close-share {
  position: relative;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  color: #025C76;
  font-size: 21px;
  vertical-align: middle;
  padding: 5px;
  opacity: 0;
  text-decoration: none;
}

.hub-share .close-share:hover {
  color: #f47d30;
  text-decoration: none;
}

.hub-share span {
  visibility: hidden;
  font-size: 0;
}

.hub-share ul {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background: #025C76;
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  height: 34px;
  margin-bottom: 0;
  position: relative;
}

.hub-share ul li {
  display: inline-block;
  vertical-align: top;
}

.hub-share ul li a {
  color: #fff;
  opacity: 0;
  font-size: 0;
  margin-right: 7px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  text-decoration: none;
}

.hub-share ul li a:hover {
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
  color: #fff !important;
  opacity: .85;
  text-decoration: none;
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
  -webkit-transition: 300ms;
  transition: 300ms;
}

.hub-share.expand button {
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  font: 0;
  opacity: 0;
  padding: 0;
  z-index: 0;
}

.hub-share.expand .close-share {
  opacity: 1;
  z-index: 10;
}

.hub-share.expand ul {
  padding: 8px;
  padding-right: 0;
  opacity: 1;
  z-index: 10;
}

.hub-share.expand li:nth-child(1) a {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hub-share.expand li:nth-child(2) a {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.hub-share.expand li:nth-child(3) a {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.hub-share.expand li:nth-child(4) a {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.hub-share.expand li:nth-child(5) a {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.hub-share.expand li:nth-child(6) a {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.hub-share.expand li:nth-child(7) a {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.hub-share.expand li:nth-child(8) a {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

.hub-share.expand li a {
  opacity: 1;
  font-size: 18px;
}

.hub-share.expand li a.link, .hub-share.expand li a.print {
  font-size: 16px;
}

.bread + .hub-share {
  margin-top: 15px;
  margin-bottom: 15px;
}

.sponsored {
  margin-top: 28px;
}

.sponsored + .hub-share {
  position: absolute;
  right: 0;
  margin-top: -50px;
}

.sponsored + .hub-share button,
.sponsored + .hub-share .close-share {
  position: absolute;
  right: 0;
}

.sponsored + .hub-share li {
  float: right;
}

.sponsored + .hub-share li a {
  margin-right: 10px;
}

.sponsored + .hub-share.expand ul {
  margin-right: 35px;
}

.sponsored + .hub-share + .author-bio .img-holder {
  margin-top: 39px;
}

.hub-share + .author-bio .img-holder {
  margin-top: 0;
}

@media (max-width: 768px) {
  .hub-share {
    width: 100%;
  }
  .hub-share ul {
    width: 90%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: auto;
    margin-top: -6px;
  }
  .hub-share ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .hub-share ul li a {
    font-size: 26px !important;
  }
}

@media (min-width: 1024px) {
  .hub-share {
    margin-bottom: 50px;
  }
}

.author-bio {
  margin-bottom: 40px;
}

.author-bio .img-holder {
  border-radius: 50%;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 31px;
  overflow: hidden;
  width: 100px;
  vertical-align: middle;
}

.author-bio img {
  width: 100%;
  margin: 0 !important;
}

.author-bio .name {
  position: relative;
  font-family: 'FFDINWebBold';
  font-size: 13px;
  line-height: 1.23;
  letter-spacing: 1.5px;
  color: rgba(51, 51, 51, 0.3);
  display: inline-block;
  text-transform: uppercase;
  padding-top: 16px;
  border-top: 1px solid rgba(51, 51, 51, 0.3);
  vertical-align: middle;
}

.author-bio .name span {
  display: block;
}

.author-bio .intro {
  font-size: 18px;
  line-height: 1.44;
  font-weight: 300;
  margin-top: 26px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .author-bio {
    margin-bottom: 45px;
  }
  .author-bio .author {
    width: 100px;
    display: inline-block;
    margin-right: 34px;
  }
  .author-bio .author img, .author-bio .author .name {
    display: block;
  }
  .author-bio .intro {
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
    margin-top: 39px;
  }
}

article .article-content ul li {
  margin-left: 0;
  margin-bottom: 2px;
}

article .article-content ul li h4 {
  background: #009BC9;
  position: relative;
  color: #fff;
  padding: 15px;
  display: block;
  font-size: 18px;
  margin: 0;
}

article .article-content ul li h4:after {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  display: block;
  font-family: FontAwesome;
  content: "\f054";
  position: absolute;
  width: 10px;
  height: 20px;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

article .article-content ul li h4:hover {
  opacity: .7;
  text-decoration: none;
}

article .article-content ul li h4:hover a {
  text-decoration: none;
}

article .article-content ul li.open h4:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

article .article-content ul li.accordion-head h4 a {
  color: #fff !important;
}

article .article-content ul li.accordion-content {
  padding: 15px;
}

@media only screen {
  article .article-content ul li.accordion-content {
    background: rgba(204, 204, 204, 0.1);
    display: none;
  }
}

@media print {
  ul {
    page-break-inside: avoid;
  }
  li.accordion-head {
    page-break-after: avoid;
  }
  li.accordion-content {
    page-break-before: avoid;
    page-break-inside: avoid;
  }
}

.related-articles img {
  width: 100%;
}

.related-articles ul li {
  text-align: left;
  vertical-align: top;
  margin: 5px;
}

.related-articles ul li a {
  position: relative;
  display: block;
  color: #333;
  text-decoration: none;
  height: 100%;
  -webkit-transition: background .5s ease,  opacity .5s ease;
  transition: background .5s ease,  opacity .5s ease;
}

.related-articles ul li a:hover {
  opacity: .7;
  background-color: #fff;
}

.related-articles ul li a .fc_deatils h2 {
  min-height: 110px;
  margin-bottom: 0;
}

@media only screen {
  .related-articles .read-more, .related-articles .sponsored {
    display: inline-block;
    position: absolute;
    bottom: 20px;
  }
  .related-articles .read-more {
    font-family: 'FFDINWebBold';
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.85;
    letter-spacing: 1.5px;
    left: 10px;
  }
  .related-articles .sponsored {
    right: 17px;
  }
}

.related-articles .fc_deatils {
  padding: 17px 10px;
  padding-bottom: 50px;
  display: block;
}

.related-articles h2 {
  margin-bottom: 17px;
}

.related-articles h2.title {
  font-size: 22px;
  margin-top: 34px;
}

.related-articles h2.title:after {
  content: "";
  height: 1px;
  width: 100%;
  background: rgba(51, 51, 51, 0.1);
  margin-top: 14px;
  margin-bottom: 20px;
  display: block;
}

.related-articles p {
  line-height: 1.57;
  margin-bottom: 17px;
}

.related-articles .sponsored {
  margin-top: 15px;
}

.related-articles.article-list {
  background: #fff;
}

.related-articles.article-list ul li {
  padding-bottom: 0;
}

.related-articles.article-list ul li a:hover {
  background-color: #f7f7f7;
}

.pagination {
  border-top: 2px solid rgba(51, 51, 51, 0.1);
  margin-top: 30px;
  padding-top: 30px;
  text-align: center;
  margin-bottom: 90px;
}

.pagination .pageNum {
  display: inline-block;
  vertical-align: top;
}

.pagination .prev,
.pagination .next,
.pagination .pageNum a,
.pagination .eclipse {
  border: 2px solid #009ac7;
  background: #009ac7;
  color: #fff;
  display: inline-block;
  height: 45px;
  width: 45px;
  text-decoration: none;
  text-align: center;
  padding: 14px 5px;
  text-align: center;
}

.pagination .prev.active, .pagination .prev:hover,
.pagination .next.active,
.pagination .next:hover,
.pagination .pageNum a.active,
.pagination .pageNum a:hover,
.pagination .eclipse.active,
.pagination .eclipse:hover {
  background-color: #fff;
  color: #009ac7;
}

.pagination .prev.disabled,
.pagination .next.disabled,
.pagination .pageNum a.disabled,
.pagination .eclipse.disabled {
  border: 2px solid #ccc;
  background: #ccc;
  cursor: not-allowed;
  pointer-events: none;
}

.pagination .pageNum a {
  margin-right: 2px;
}

.pagination .eclipse {
  width: 30px;
  border: 2px solid #fff;
  background: transparent;
  color: #009ac7;
  cursor: not-allowed;
  pointer-events: none;
}

.pagination a.prev, .pagination a.next {
  padding-top: 11px;
}

.pagination a.prev:before, .pagination a.next:before {
  display: block;
  font-family: FontAwesome;
}

.pagination a.prev {
  margin-right: 4px;
}

.pagination a.prev:before {
  content: "";
}

.pagination a.next {
  margin-left: 4px;
}

.pagination a.next:before {
  content: "";
}

@media (max-width: 768px) {
  .pagination .pageNum a {
    display: none;
  }
  .pagination .pageNum a.active,
  .pagination .pageNum a.active + a,
  .pagination .pageNum a.eclipse + a, .pagination .pageNum a.last-page {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .related-articles ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px 20px;
  }
  .related-articles ul li {
    max-width: 48.6%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

@media (min-width: 1024px) {
  .related-articles ul li {
    max-width: 32.33%;
    padding-bottom: 70px;
  }
  .related-articles ul li a {
    padding: 10px;
  }
  .related-articles h2.title {
    font-size: 36px;
  }
  .related-articles h2.title:after {
    margin-bottom: 38px;
  }
  .related-articles .read-more {
    left: 22px;
  }
  .pagination {
    margin-top: 60px;
    padding-top: 60px;
  }
  .pagination a.prev {
    margin-right: 20px;
  }
  .pagination a.next {
    margin-left: 20px;
  }
}

@media (min-width: 1440px) {
  .related-articles {
    margin-left: 135px;
    margin-right: 135px;
  }
  .related-articles ul {
    margin: 0 -10px;
  }
  .related-articles h2.title {
    font-size: 36px;
    margin-top: 92px;
  }
}

.hub-content .orange .pillar, .hub-content .orange .background {
  background-color: #f47d30;
}

.hub-content .orange .button-holder .button, .hub-content .orange .button-holder:after, .hub-content .orange .button-holder:before {
  color: #f47d30 !important;
}

.hub-content .orange .button-holder:hover:before {
  color: #fff !important;
}

.hub-content .orange .button-holder:hover .button, .hub-content .orange .button-holder:hover:after {
  color: #fff !important;
  background-color: #f47d30;
}

.hub-content .orange .filter-holder.is-open .filters {
  display: block;
}

.hub-content .orange .filter-holder.is-open .button-holder:hover:before {
  color: #f47d30 !important;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation: none;
          animation: none;
}

.hub-content .orange .filter-holder.is-open .button-holder:hover .button, .hub-content .orange .filter-holder.is-open .button-holder:hover:after {
  color: #f47d30 !important;
  background-color: #fff;
  opacity: 1;
}

.hub-content .orange .related,
.hub-content .orange .related-articles .title,
.hub-content .orange .read-more {
  color: #f47d30;
}

.hub-content .orange .bread li {
  margin-left: 0;
}

.hub-content .orange .bread li:before {
  display: none;
}

.hub-content .orange .bread li a {
  color: #666;
  text-decoration: none;
  font-family: 'FFDINWebMedium';
}

.hub-content .orange .bread li a:hover {
  color: #f47d30;
  text-decoration: underline;
}

.hub-content .orange article .article-content ul li:before {
  content: "";
  display: inline-block;
  background: #f47d30;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 3px;
}

.hub-content .orange article .article-content a {
  color: #3b6e8f;
  font-family: 'FFDINWebMedium';
}

.hub-content .orange article .article-content blockquote:before, .hub-content .orange article .article-content blockquote:after {
  font-size: 50px;
  color: #f47d30;
  display: inline-block;
  position: absolute;
}

.hub-content .orange article .article-content blockquote:before {
  left: -20px;
}

.hub-content .orange article .article-content blockquote:after {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.hub-content .orange article .article-content blockquote small {
  margin-left: 30px;
  font-size: 14px;
  display: block;
  color: #e5610c;
}

.hub-content .orange article .article-content li[class^="accordion"] {
  margin-left: 0;
}

.hub-content .orange article .article-content li[class^="accordion"]:before {
  display: none;
}

.hub-content .orange article .article-content li a h6 {
  border-top: 2px solid #fff;
  background: #f47d30;
  color: #fff;
}

.hub-content .background-orange {
  background-color: #f47d30;
}

.hub-content .background-orange .button-holder .button, .hub-content .background-orange .button-holder:after, .hub-content .background-orange .button-holder:before {
  color: #f47d30 !important;
}

.hub-content .background-orange .button-holder:hover .button, .hub-content .background-orange .button-holder:hover:after {
  background-color: #f47d30;
}

.hub-content .aqua .pillar, .hub-content .aqua .background {
  background-color: #00aaa6;
}

.hub-content .aqua .button-holder .button, .hub-content .aqua .button-holder:after, .hub-content .aqua .button-holder:before {
  color: #00aaa6 !important;
}

.hub-content .aqua .button-holder:hover:before {
  color: #fff !important;
}

.hub-content .aqua .button-holder:hover .button, .hub-content .aqua .button-holder:hover:after {
  color: #fff !important;
  background-color: #00aaa6;
}

.hub-content .aqua .filter-holder.is-open .filters {
  display: block;
}

.hub-content .aqua .filter-holder.is-open .button-holder:hover:before {
  color: #00aaa6 !important;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation: none;
          animation: none;
}

.hub-content .aqua .filter-holder.is-open .button-holder:hover .button, .hub-content .aqua .filter-holder.is-open .button-holder:hover:after {
  color: #00aaa6 !important;
  background-color: #fff;
  opacity: 1;
}

.hub-content .aqua .related,
.hub-content .aqua .related-articles .title,
.hub-content .aqua .read-more {
  color: #00aaa6;
}

.hub-content .aqua .bread li {
  margin-left: 0;
}

.hub-content .aqua .bread li:before {
  display: none;
}

.hub-content .aqua .bread li a {
  color: #666;
  text-decoration: none;
  font-family: 'FFDINWebMedium';
}

.hub-content .aqua .bread li a:hover {
  color: #00aaa6;
  text-decoration: underline;
}

.hub-content .aqua article .article-content ul li:before {
  content: "";
  display: inline-block;
  background: #00aaa6;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 3px;
}

.hub-content .aqua article .article-content a {
  color: #3b6e8f;
  font-family: 'FFDINWebMedium';
}

.hub-content .aqua article .article-content blockquote:before, .hub-content .aqua article .article-content blockquote:after {
  font-size: 50px;
  color: #00aaa6;
  display: inline-block;
  position: absolute;
}

.hub-content .aqua article .article-content blockquote:before {
  left: -20px;
}

.hub-content .aqua article .article-content blockquote:after {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.hub-content .aqua article .article-content blockquote small {
  margin-left: 30px;
  font-size: 14px;
  display: block;
  color: #007774;
}

.hub-content .aqua article .article-content li[class^="accordion"] {
  margin-left: 0;
}

.hub-content .aqua article .article-content li[class^="accordion"]:before {
  display: none;
}

.hub-content .aqua article .article-content li a h6 {
  border-top: 2px solid #fff;
  background: #00aaa6;
  color: #fff;
}

.hub-content .background-aqua {
  background-color: #00aaa6;
}

.hub-content .background-aqua .button-holder .button, .hub-content .background-aqua .button-holder:after, .hub-content .background-aqua .button-holder:before {
  color: #00aaa6 !important;
}

.hub-content .background-aqua .button-holder:hover .button, .hub-content .background-aqua .button-holder:hover:after {
  background-color: #00aaa6;
}

.hub-content .denim .pillar, .hub-content .denim .background {
  background-color: #3b6e8f;
}

.hub-content .denim .button-holder .button, .hub-content .denim .button-holder:after, .hub-content .denim .button-holder:before {
  color: #3b6e8f !important;
}

.hub-content .denim .button-holder:hover:before {
  color: #fff !important;
}

.hub-content .denim .button-holder:hover .button, .hub-content .denim .button-holder:hover:after {
  color: #fff !important;
  background-color: #3b6e8f;
}

.hub-content .denim .filter-holder.is-open .filters {
  display: block;
}

.hub-content .denim .filter-holder.is-open .button-holder:hover:before {
  color: #3b6e8f !important;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation: none;
          animation: none;
}

.hub-content .denim .filter-holder.is-open .button-holder:hover .button, .hub-content .denim .filter-holder.is-open .button-holder:hover:after {
  color: #3b6e8f !important;
  background-color: #fff;
  opacity: 1;
}

.hub-content .denim .related,
.hub-content .denim .related-articles .title,
.hub-content .denim .read-more {
  color: #3b6e8f;
}

.hub-content .denim .bread li {
  margin-left: 0;
}

.hub-content .denim .bread li:before {
  display: none;
}

.hub-content .denim .bread li a {
  color: #666;
  text-decoration: none;
  font-family: 'FFDINWebMedium';
}

.hub-content .denim .bread li a:hover {
  color: #3b6e8f;
  text-decoration: underline;
}

.hub-content .denim article .article-content ul li:before {
  content: "";
  display: inline-block;
  background: #3b6e8f;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 3px;
}

.hub-content .denim article .article-content a {
  color: #3b6e8f;
  font-family: 'FFDINWebMedium';
}

.hub-content .denim article .article-content blockquote:before, .hub-content .denim article .article-content blockquote:after {
  font-size: 50px;
  color: #3b6e8f;
  display: inline-block;
  position: absolute;
}

.hub-content .denim article .article-content blockquote:before {
  left: -20px;
}

.hub-content .denim article .article-content blockquote:after {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.hub-content .denim article .article-content blockquote small {
  margin-left: 30px;
  font-size: 14px;
  display: block;
  color: #2c526b;
}

.hub-content .denim article .article-content li[class^="accordion"] {
  margin-left: 0;
}

.hub-content .denim article .article-content li[class^="accordion"]:before {
  display: none;
}

.hub-content .denim article .article-content li a h6 {
  border-top: 2px solid #fff;
  background: #3b6e8f;
  color: #fff;
}

.hub-content .background-denim {
  background-color: #3b6e8f;
}

.hub-content .background-denim .button-holder .button, .hub-content .background-denim .button-holder:after, .hub-content .background-denim .button-holder:before {
  color: #3b6e8f !important;
}

.hub-content .background-denim .button-holder:hover .button, .hub-content .background-denim .button-holder:hover:after {
  background-color: #3b6e8f;
}

.hub-content .pink .pillar, .hub-content .pink .background {
  background-color: #ed1361;
}

.hub-content .pink .button-holder .button, .hub-content .pink .button-holder:after, .hub-content .pink .button-holder:before {
  color: #ed1361 !important;
}

.hub-content .pink .button-holder:hover:before {
  color: #fff !important;
}

.hub-content .pink .button-holder:hover .button, .hub-content .pink .button-holder:hover:after {
  color: #fff !important;
  background-color: #ed1361;
}

.hub-content .pink .filter-holder.is-open .filters {
  display: block;
}

.hub-content .pink .filter-holder.is-open .button-holder:hover:before {
  color: #ed1361 !important;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation: none;
          animation: none;
}

.hub-content .pink .filter-holder.is-open .button-holder:hover .button, .hub-content .pink .filter-holder.is-open .button-holder:hover:after {
  color: #ed1361 !important;
  background-color: #fff;
  opacity: 1;
}

.hub-content .pink .related,
.hub-content .pink .related-articles .title,
.hub-content .pink .read-more {
  color: #ed1361;
}

.hub-content .pink .bread li {
  margin-left: 0;
}

.hub-content .pink .bread li:before {
  display: none;
}

.hub-content .pink .bread li a {
  color: #666;
  text-decoration: none;
  font-family: 'FFDINWebMedium';
}

.hub-content .pink .bread li a:hover {
  color: #ed1361;
  text-decoration: underline;
}

.hub-content .pink article .article-content ul li:before {
  content: "";
  display: inline-block;
  background: #ed1361;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 3px;
}

.hub-content .pink article .article-content a {
  color: #3b6e8f;
  font-family: 'FFDINWebMedium';
}

.hub-content .pink article .article-content blockquote:before, .hub-content .pink article .article-content blockquote:after {
  font-size: 50px;
  color: #ed1361;
  display: inline-block;
  position: absolute;
}

.hub-content .pink article .article-content blockquote:before {
  left: -20px;
}

.hub-content .pink article .article-content blockquote:after {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.hub-content .pink article .article-content blockquote small {
  margin-left: 30px;
  font-size: 14px;
  display: block;
  color: #be0f4d;
}

.hub-content .pink article .article-content li[class^="accordion"] {
  margin-left: 0;
}

.hub-content .pink article .article-content li[class^="accordion"]:before {
  display: none;
}

.hub-content .pink article .article-content li a h6 {
  border-top: 2px solid #fff;
  background: #ed1361;
  color: #fff;
}

.hub-content .background-pink {
  background-color: #ed1361;
}

.hub-content .background-pink .button-holder .button, .hub-content .background-pink .button-holder:after, .hub-content .background-pink .button-holder:before {
  color: #ed1361 !important;
}

.hub-content .background-pink .button-holder:hover .button, .hub-content .background-pink .button-holder:hover:after {
  background-color: #ed1361;
}

.hub-content .purple .pillar, .hub-content .purple .background {
  background-color: #7f3f98;
}

.hub-content .purple .button-holder .button, .hub-content .purple .button-holder:after, .hub-content .purple .button-holder:before {
  color: #7f3f98 !important;
}

.hub-content .purple .button-holder:hover:before {
  color: #fff !important;
}

.hub-content .purple .button-holder:hover .button, .hub-content .purple .button-holder:hover:after {
  color: #fff !important;
  background-color: #7f3f98;
}

.hub-content .purple .filter-holder.is-open .filters {
  display: block;
}

.hub-content .purple .filter-holder.is-open .button-holder:hover:before {
  color: #7f3f98 !important;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation: none;
          animation: none;
}

.hub-content .purple .filter-holder.is-open .button-holder:hover .button, .hub-content .purple .filter-holder.is-open .button-holder:hover:after {
  color: #7f3f98 !important;
  background-color: #fff;
  opacity: 1;
}

.hub-content .purple .related,
.hub-content .purple .related-articles .title,
.hub-content .purple .read-more {
  color: #7f3f98;
}

.hub-content .purple .bread li {
  margin-left: 0;
}

.hub-content .purple .bread li:before {
  display: none;
}

.hub-content .purple .bread li a {
  color: #666;
  text-decoration: none;
  font-family: 'FFDINWebMedium';
}

.hub-content .purple .bread li a:hover {
  color: #7f3f98;
  text-decoration: underline;
}

.hub-content .purple article .article-content ul li:before {
  content: "";
  display: inline-block;
  background: #7f3f98;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 3px;
}

.hub-content .purple article .article-content a {
  color: #3b6e8f;
  font-family: 'FFDINWebMedium';
}

.hub-content .purple article .article-content blockquote:before, .hub-content .purple article .article-content blockquote:after {
  font-size: 50px;
  color: #7f3f98;
  display: inline-block;
  position: absolute;
}

.hub-content .purple article .article-content blockquote:before {
  left: -20px;
}

.hub-content .purple article .article-content blockquote:after {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.hub-content .purple article .article-content blockquote small {
  margin-left: 30px;
  font-size: 14px;
  display: block;
  color: #613074;
}

.hub-content .purple article .article-content li[class^="accordion"] {
  margin-left: 0;
}

.hub-content .purple article .article-content li[class^="accordion"]:before {
  display: none;
}

.hub-content .purple article .article-content li a h6 {
  border-top: 2px solid #fff;
  background: #7f3f98;
  color: #fff;
}

.hub-content .background-purple {
  background-color: #7f3f98;
}

.hub-content .background-purple .button-holder .button, .hub-content .background-purple .button-holder:after, .hub-content .background-purple .button-holder:before {
  color: #7f3f98 !important;
}

.hub-content .background-purple .button-holder:hover .button, .hub-content .background-purple .button-holder:hover:after {
  background-color: #7f3f98;
}

.hub-content .blue .pillar, .hub-content .blue .background {
  background-color: #009ac7;
}

.hub-content .blue .button-holder .button, .hub-content .blue .button-holder:after, .hub-content .blue .button-holder:before {
  color: #009ac7 !important;
}

.hub-content .blue .button-holder:hover:before {
  color: #fff !important;
}

.hub-content .blue .button-holder:hover .button, .hub-content .blue .button-holder:hover:after {
  color: #fff !important;
  background-color: #009ac7;
}

.hub-content .blue .filter-holder.is-open .filters {
  display: block;
}

.hub-content .blue .filter-holder.is-open .button-holder:hover:before {
  color: #009ac7 !important;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation: none;
          animation: none;
}

.hub-content .blue .filter-holder.is-open .button-holder:hover .button, .hub-content .blue .filter-holder.is-open .button-holder:hover:after {
  color: #009ac7 !important;
  background-color: #fff;
  opacity: 1;
}

.hub-content .blue .related,
.hub-content .blue .related-articles .title,
.hub-content .blue .read-more {
  color: #009ac7;
}

.hub-content .blue .bread li {
  margin-left: 0;
}

.hub-content .blue .bread li:before {
  display: none;
}

.hub-content .blue .bread li a {
  color: #666;
  text-decoration: none;
  font-family: 'FFDINWebMedium';
}

.hub-content .blue .bread li a:hover {
  color: #009ac7;
  text-decoration: underline;
}

.hub-content .blue article .article-content ul li:before {
  content: "";
  display: inline-block;
  background: #009ac7;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 3px;
}

.hub-content .blue article .article-content a {
  color: #3b6e8f;
  font-family: 'FFDINWebMedium';
}

.hub-content .blue article .article-content blockquote:before, .hub-content .blue article .article-content blockquote:after {
  font-size: 50px;
  color: #009ac7;
  display: inline-block;
  position: absolute;
}

.hub-content .blue article .article-content blockquote:before {
  left: -20px;
}

.hub-content .blue article .article-content blockquote:after {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.hub-content .blue article .article-content blockquote small {
  margin-left: 30px;
  font-size: 14px;
  display: block;
  color: #007394;
}

.hub-content .blue article .article-content li[class^="accordion"] {
  margin-left: 0;
}

.hub-content .blue article .article-content li[class^="accordion"]:before {
  display: none;
}

.hub-content .blue article .article-content li a h6 {
  border-top: 2px solid #fff;
  background: #009ac7;
  color: #fff;
}

.hub-content .background-blue {
  background-color: #009ac7;
}

.hub-content .background-blue .button-holder .button, .hub-content .background-blue .button-holder:after, .hub-content .background-blue .button-holder:before {
  color: #009ac7 !important;
}

.hub-content .background-blue .button-holder:hover .button, .hub-content .background-blue .button-holder:hover:after {
  background-color: #009ac7;
}

.hub-content .teal .pillar, .hub-content .teal .background {
  background-color: #03a19e;
}

.hub-content .teal .button-holder .button, .hub-content .teal .button-holder:after, .hub-content .teal .button-holder:before {
  color: #03a19e !important;
}

.hub-content .teal .button-holder:hover:before {
  color: #fff !important;
}

.hub-content .teal .button-holder:hover .button, .hub-content .teal .button-holder:hover:after {
  color: #fff !important;
  background-color: #03a19e;
}

.hub-content .teal .filter-holder.is-open .filters {
  display: block;
}

.hub-content .teal .filter-holder.is-open .button-holder:hover:before {
  color: #03a19e !important;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation: none;
          animation: none;
}

.hub-content .teal .filter-holder.is-open .button-holder:hover .button, .hub-content .teal .filter-holder.is-open .button-holder:hover:after {
  color: #03a19e !important;
  background-color: #fff;
  opacity: 1;
}

.hub-content .teal .related,
.hub-content .teal .related-articles .title,
.hub-content .teal .read-more {
  color: #03a19e;
}

.hub-content .teal .bread li {
  margin-left: 0;
}

.hub-content .teal .bread li:before {
  display: none;
}

.hub-content .teal .bread li a {
  color: #666;
  text-decoration: none;
  font-family: 'FFDINWebMedium';
}

.hub-content .teal .bread li a:hover {
  color: #03a19e;
  text-decoration: underline;
}

.hub-content .teal article .article-content ul li:before {
  content: "";
  display: inline-block;
  background: #03a19e;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 3px;
}

.hub-content .teal article .article-content a {
  color: #3b6e8f;
  font-family: 'FFDINWebMedium';
}

.hub-content .teal article .article-content blockquote:before, .hub-content .teal article .article-content blockquote:after {
  font-size: 50px;
  color: #03a19e;
  display: inline-block;
  position: absolute;
}

.hub-content .teal article .article-content blockquote:before {
  left: -20px;
}

.hub-content .teal article .article-content blockquote:after {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.hub-content .teal article .article-content blockquote small {
  margin-left: 30px;
  font-size: 14px;
  display: block;
  color: #026f6d;
}

.hub-content .teal article .article-content li[class^="accordion"] {
  margin-left: 0;
}

.hub-content .teal article .article-content li[class^="accordion"]:before {
  display: none;
}

.hub-content .teal article .article-content li a h6 {
  border-top: 2px solid #fff;
  background: #03a19e;
  color: #fff;
}

.hub-content .background-teal {
  background-color: #03a19e;
}

.hub-content .background-teal .button-holder .button, .hub-content .background-teal .button-holder:after, .hub-content .background-teal .button-holder:before {
  color: #03a19e !important;
}

.hub-content .background-teal .button-holder:hover .button, .hub-content .background-teal .button-holder:hover:after {
  background-color: #03a19e;
}

@media (min-width: 768px) {
  article .article-content h1 {
    font-size: 32px;
  }
  article .article-content p.intro, article .article-content h2 {
    font-size: 24px;
  }
  article .article-content p, article .article-content li {
    font-weight: 300;
    font-size: 16px;
  }
  article .article-content blockquote {
    position: relative;
    width: 80%;
  }
}

@media (min-width: 992px) {
  .hub-content h1 {
    font-size: 36px;
  }
  .hub-content h2 {
    font-size: 26px;
  }
  .hub-content p {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  article .article-content img {
    width: auto;
    margin: 80px -98px;
  }
  article .related a {
    display: inline-block;
  }
  article .article-useful {
    margin-top: 55px;
    margin-bottom: 70px;
  }
  article .article-useful .txt-holder p.large-txt {
    font-size: 24px;
  }
  article .article-useful .btn-holder {
    margin-top: 0;
    width: auto;
  }
  article .article-useful .btn-holder .btn {
    width: auto;
  }
  .video-holder {
    margin: 80px -98px;
  }
  .video-holder iframe {
    width: -webkit-calc(100% + 98px + 98px);
    width: calc(100% + 98px + 98px);
  }
}

@media (min-width: 1440px) {
  .bread {
    margin-left: 135px;
    margin-right: 135px;
  }
  article .bread {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .hub-content h2 {
    font-size: 30px;
  }
}

.browsehappy {
  text-align: center;
  margin: 0;
  background: #fff8e2;
  color: #000;
  padding: 0.5em 0;
}

@media print {
  * {
    font-family: arial;
  }
  .hub-content .sponsored {
    font-family: arial !important;
  }
  .hub-content h1, .hub-content h2, .hub-content h3, .hub-content h4, .hub-content h5, .hub-content h6, .hub-content p, .hub-content li {
    font-family: arial;
  }
}

/*# sourceMappingURL=main-hub.css.map */
