/****
Navigation Links
****/

.mce-tinymce,
.field-item-input .highlighter {
  z-index: 0 !important;
}
.navigation-list.links a {
  font-size: 0.9em;
  display: block;
  margin-bottom: 6px;
  padding: 4px;
  text-align: center;
  border: 1px solid #0099ff;
  color: #0099ff;
  background-color: white;
  border-radius: 3px;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
.navigation-list.links .inline a {
  padding: 4px;
}
.navigation-list.links .inline .ui-moderate a {
  position: relative;
  text-align: center;
}
.navigation-list.links .inline .ui-moderate a span {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -4px;
}
/****
EVERYTHING ABOVE THIS WILL NEED TO BE CLEANED UP
****/

/*Root Base 16px*/

html {
  font-size: 16px;
}
body {
  color: #666666;
  font-family: "aktiv-grotesk", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header,
footer,
div,
span,
input,
textarea,
select,
option,
button,
time,
p,
ul,
ol,
li,
dl,
dd,
dt {
  font-family: "aktiv-grotesk", "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
pre {
  overflow: auto;
  white-space: pre;
}
.single-column.content-fragment-page {
  background: whitesmoke;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  width: 100%;
}
.content-fragment-page.user-userprofile,
.content-fragment-page.user-edituser,
.content-fragment-page.notifications-list,
.content-fragment-page.forums-createeditpost,
.content-fragment-page.search-searchresultlist {
  background: white;
}
fieldset h3,
fieldset .field-list .field-item .field-item-header,
fieldset .field-list .field-item .field-item-name,
fieldset .field-list .field-item .field-item-description,
fieldset .field-list .field-item .field-item-input,
fieldset .field-list .field-item .field-item-validation {
  font-family: "aktiv-grotesk", "Open Sans", sans-serif;
  font-weight: 400;
}
/*  */

/****
Headlines
****/

h1,
h2,
h3,
h4,
h5,
h6,
.text--h1,
.text--h2,
.text--h3,
.text--h4,
.text--h5,
.text--h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: normal;
  text-transform: none;
}
.text--h1,
.text--h2,
.text--h3,
.text--h4,
.text--h5,
.text--h6 {
  display: block;
}
h1,
.text--h1,
fieldset h1 {
  color: #333333;
  font-family: "aktiv-grotesk-thin", sans-serif;
  font-weight: 200;
  font-size: 3.438rem;
  line-height: 1.25em;
}
/*Base 16px = 55px*/

h2,
.text--h2,
fieldset h2 {
  color: #333333;
  font-family: "aktiv-grotesk-thin", "Open Sans Light", sans-serif;
  font-size: 2.8125rem;
  font-weight: 200;
  line-height: 1.25em;
}
/*Base 16px = 45px*/

h3,
.text--h3,
fieldset h3 {
  color: #333333;
  font-family: "aktiv-grotesk", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 1.25em;
}
/*Base 16px = 30px*/

h4,
.text--h4 {
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.25em;
}
/*Base 16px = 24px*/

h5,
.text--h5 {
  color: #333333;
  font-size: 1.25rem;
}
/*Base 16px = 20px*/

h6,
.text--h6 {
  color: #333333;
  font-size: 1rem;
}
/*Base 16px = 16px*/

/****Headline Modifiers****/

.bg--light h1,
.bg--light h2,
.bg--light h4,
.bg--light h3,
.bg--light h5,
.bg--light h6,
.bg--light .text--h1,
.bg--light .text--h2,
.bg--light .text--h3,
.bg--light .text--h4,
.bg--light .text--h5,
.bg--light .text--h6 {
  color: #333333;
}
.bg--dark h1,
.bg--dark h2,
.bg--dark h3,
.bg--dark h4,
.bg--dark h5,
.bg--dark h6,
.bg--dark .text--h1,
.bg--dark .text--h2,
.bg--dark .text--h3,
.bg--dark .text--h4,
.bg--dark .text--h5,
.bg--dark .text--h6 {
  color: #f7f7f7;
}
.bg--light .sub-headline {
  color: #666666;
}
.bg--dark .sub-headline {
  color: #b4b4b4;
}
.bg--light .sub-headline--normal {
  color: #333333;
}
.bg--dark .sub-headline--normal {
  color: #f7f7f7;
}
/****
Base Elements
****/

/*Paragraphs*/

p {
  color: #666666;
  font-size: 1em;
}
.bg--light p {
  color: #666666;
}
.bg--dark p {
  color: #b4b4b4;
}
sup {
  position: relative;
  top: -0.5em;
  font-size: 0.75em;
}
/*HRs*/

hr {
  background: transparent;
  border-top: 1px solid #e3e3e3;
  margin: 0;
}
.hr--igblue {
  border-top: 1px solid #0099ff;
}
/****
Links
****/

.ui-link--secondary,
.ui-link--secondary:visited {
  color: #666666;
}
.ui-link--secondary:hover,
.ui-link--secondary:focus {
  color: #0099ff;
}
a img {
  border: none;
}
/****
Emphasize/Demphasize
****/

.emphasize {
  font-weight: bold;
}
.deemphasize {
  font-weight: normal;
}
.bg--light h1 .emphasize,
.bg--light h2 .emphasize,
.bg--light h3 .emphasize,
.bg--light h4 .emphasize,
.bg--light h5 .emphasize,
.bg--light h6 .emphasize,
.bg--light text--h1 .emphasize,
.bg--light text--h2 .emphasize,
.bg--light text--h3 .emphasize,
.bg--light text--h4 .emphasize,
.bg--light text--h5 .emphasize,
.bg--light text--h6 .emphasize,
.bg--light .sub-headline--normal .emphasize {
  color: black;
  font-size: inherit;
  font-weight: bold;
}
.bg--dark h1 .emphasize,
.bg--dark h2 .emphasize,
.bg--dark h3 .emphasize,
.bg--dark h4 .emphasize,
.bg--dark h5 .emphasize,
.bg--dark h6 .emphasize,
.bg--dark text--h1 .emphasize,
.bg--dark text--h2 .emphasize,
.bg--dark text--h3 .emphasize,
.bg--dark text--h4 .emphasize,
.bg--dark text--h5 .emphasize,
.bg--dark text--h6 .emphasize,
.bg--dark .sub-headline--normal .emphasize {
  color: white;
  font-size: inherit;
  font-weight: bold;
}
.bg--light .emphasize,
.bg--light .sub-headline .emphasize {
  color: #333333;
}
.bg--dark .emphasize,
.bg--dark .sub-headline .emphasize {
  color: #f7f7f7;
}
/****
Icons
****/

.fa-icon--lg {
  font-size: 2em;
}
.fa-icon--lg {
  font-size: 1.5em;
}
.fa-icon--md {
  font-size: 1.25em;
}
.fa-icon--sm {
  font-size: 0.75em;
}
.fa-icon--xs {
  font-size: 0.55em;
}
.fa-icon--margin-lg {
  margin: 1.5em;
}
.fa-icon--margin-md {
  margin: 1.25em;
}
.fa-icon--margin-sm {
  margin: 0.75em;
}
.fa-icon--margin-xs {
  margin: 0.5em;
}
.fa-icon--margin-none {
  margin: 0;
}
.fa-icon--left {
  margin-right: 1em;
}
.fa-icon--left.fa-icon--left-lg {
  margin-right: 2em;
}
.fa-icon--left.fa-icon--left-md {
  margin-right: 1.5em;
}
.fa-icon--left.fa-icon--left-sm {
  margin-right: 0.5em;
}
.fa-icon--left.fa-icon--left-xs {
  margin-right: 0.25em;
}
.fa-icon--right {
  margin-left: 1em;
}
.fa-icon--right.fa-icon--right-lg {
  margin-left: 2em;
}
.fa-icon--right.fa-icon--right-md {
  margin-left: 1.5em;
}
.fa-icon--right.fa-icon--right-sm {
  margin-left: 0.5em;
}
.fa-icon--right.fa-icon--right-xs {
  margin-left: 0.25em;
}
/****
Alerts
****/

.ui-alert {
  background: whitesmoke;
  border: 1px solid #dddddd;
  margin: 10px auto;
  padding: 10px;
}
.ui-alert__headline {
  margin-bottom: 15px;
}
.ui-alert--error {
  background: #f3dcdc;
  border: 1px solid #f39292;
  color: #ff4545;
}
.ui-alert-blk {
  position: relative;
  background-color: white;
  border: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.26), 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 2px 1px -1px rgba(0, 0, 0, 0.08);
  border-radius: 0;
  padding: 1.5em 1.5em 1.5em 5.5em;
  margin: 2em 0;
  max-width: 1160px;
  width: 100%;
}
.ui-alert-blk > *:last-child {
  margin-bottom: 0;
}
.ui-alert-blk::before {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
  font-size: 24px;
  font-weight: bold;
  width: 72px;
  height: 100%;
  z-index: 1;
}
.ui-alert-blk--info::before {
  content: "\f05a";
  color: white;
  background-color: #49a7e0;
}
.ui-alert-blk--info .ui-alert__headline {
  color: #49a7e0;
}
.ui-alert-blk.ui-alert-blk--mar-lg {
  margin: 2em;
}
.ui-alert-blk.ui-alert-blk--mar-md {
  margin: 1.5em;
}
.ui-alert-blk.ui-alert-blk--mar-sm {
  margin: 1em;
}
.ui-alert-blk.ui-alert-blk--mar-xs {
  margin: 0.5em;
}
/****
Images
****/

.img--round-edges {
  border-radius: 4px;
}
.img--circle {
  border-radius: 50%;
}
.img--bordered {
  border: 1px solid #dddddd;
}
.img--mar-bottom {
  margin-bottom: 30px;
}
/****
Containers
i.e., Video
****/

.container--video {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 62.5%;
}
.container--video iframe,
.container--video embed,
.container--video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container--video-max70 {
  max-width: 70%;
  padding-bottom: 39.5%;
}
/*******
*******
Helpers
*******
******/

/****
Background Colors
****/

/*
Color Names taken from:
https://www.w3schools.com/colors/colors_names.asp
http://www.color-hex.com/color-names.html
http://chir.ag/projects/name-that-color/
*/

/*Blacks, Grays, and Whites*/

.bgColor--cod-gray {
  background: #111111;
}
.bgColor--mine-shaft-dark {
  background: #282828;
}
.bgColor--mine-shaft {
  background: #333333;
}
.bgColor--dove-gray {
  background: #666666;
}
.bgColor--gallery {
  background: whitesmoke;
}
.bgColor--white-smoke {
  background: whitesmoke;
}
.bgColor--alabaster {
  background: #f7f7f7;
}
.bgColor--white {
  background: white;
}
/*Blues*/

.bgColor--regal-blue {
  background: #004776;
}
.bgColor--azure-radiance {
  background: #0099ff;
}
.bgColor--denim {
  background: #1074bd;
}
.bgColor--daintree {
  background: #002a3d;
}
/*Indigos*/

.bgColor--san-marino {
  background: #3f51b5;
}
/****
Text Colors
****/

.color--white {
  color: white;
}
.color--azure-radiance {
  color: #0099ff;
}
.color--nobel {
  color: #b4b4b4;
}
/****
Border Colors
****/

.borderColor--azure-radiance {
  color: #0099ff;
}
/****
Text Modifiers
****/

.text--align-left {
  text-align: left;
}
.text--align-right {
  text-align: right;
}
.text--align-center {
  text-align: center;
}
.text-transform--none {
  text-transform: none;
}
.text-transform--uppercase {
  text-transform: uppercase;
}
.text-transform--lowercase {
  text-transform: lowercase;
}
.line-height--normal {
  line-height: normal;
}
/****
Width Modifiers
****/

.font-size--lg {
  font-size: 1.5em;
}
.font-size--md {
  font-size: 1.25em;
}
.font-size--sm {
  font-size: 0.75em;
}
.font-size--xs {
  font-size: 0.55em;
}
/****
Margin Modifiers
****/

.mar-top--lg {
  margin-top: 1.5em;
}
.mar-top--md {
  margin-top: 1.25em;
}
.mar-top--sm {
  margin-top: 0.75em;
}
.mar-top--xs {
  margin-top: 0.5em;
}
.mar-top--zero {
  margin-top: 0;
}
.mar-bottom--lg {
  margin-bottom: 1.5em;
}
.mar-bottom--md {
  margin-bottom: 1.25em;
}
.mar-bottom--sm {
  margin-bottom: 0.75em;
}
.mar-bottom--xs {
  margin-bottom: 0.5em;
}
.mar-bottom--zero {
  margin-bottom: 0;
}
.zero-margin-bottom {
  margin-bottom: 0;
}
.zero-margin {
  margin: 0;
}
.vmar--xl {
  margin-top: 2em;
  margin-bottom: 2em;
}
.vmar--lg {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.vmar--md {
  margin-top: 1.5em;
  margin-bottom: 1.25em;
}
.vmar--sm {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.vmar--xs {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.pad--lg {
  padding: 1.5em;
}
.pad--md {
  padding: 1.25em;
}
.pad--sm {
  padding: 0.75em;
}
.pad--xs {
  padding: 0.5em;
}
.vpad--lg {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.vpad--md {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}
.vpad--sm {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
.vpad--xs {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.hpad--lg {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.hpad--md {
  padding-left: 1.25em;
  padding-right: 1.25em;
}
.hpad--sm {
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.hpad--xs {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
/****
Display Modifiers
****/

.hidden,
.hidden-lg .visible-lg,
.visible-md,
.visible-sm,
.visible-xs,
.visible-xxs {
  display: none !important;
}
.hidden--visual {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.overflow--hidden {
  overflow: hidden;
}
.overflow--visible {
  overflow: visible;
}
.p-relative {
  position: relative;
}
.p-absolute {
  position: absolute;
}
.p-fixed {
  position: fixed;
}
.p-static {
  position: static;
}
.p-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.p-sticky:before,
.p-sticky:after {
  content: '';
  display: table;
}
.opacity--90 {
  opacity: 0.9;
}
.opacity--80 {
  opacity: 0.8;
}
.opacity--50 {
  opacity: 0.5;
}
.opacity--20 {
  opacity: 0.2;
}
.opacity--10 {
  opacity: 0.1;
}
.opacity--none {
  opacity: 0;
}
.display--block {
  display: block;
}
.display--inline-block {
  display: inline-block;
}
.display--inline {
  display: inline;
}
/*******
*******
End Helpers
*******
******/

/*******
Error Message
*******/

.isa_info,
.isa_success,
.isa_warning,
.isa_error {
  margin: 10px 0px;
  padding: 12px;
}
.isa_info {
  color: #00529b;
  background-color: #bde5f8;
}
.isa_success {
  color: #4f8a10;
  background-color: #dff2bf;
}
.isa_warning {
  color: #9f6000;
  background-color: #feefb3;
}
.isa_error {
  color: #d8000c;
  background-color: #ffd2d2;
}
.isa_info i,
.isa_success i,
.isa_warning i,
.isa_error i {
  margin: 10px 22px;
  font-size: 2em;
  vertical-align: middle;
}
/****
LOADERS
****/

.loader__container {
  position: relative;
}
.loader__container--fullscreen {
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 99999;
}
.loader__container .loader {
  position: absolute;
  margin-left: -15px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.loader--bar {
  border: 5px solid #555555;
  border-top: 5px solid #0099ff;
  border-radius: 50%;
  color: white !important;
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.loader--ig-load-posts.loader__container {
  background: rgba(255, 255, 255, 0);
  height: 75px;
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  z-index: 10;
}
.loader--ig-load-posts .loader--bar {
  top: auto;
  position: relative;
}
.loader__label {
  font-weight: bold;
  font-size: 0.875rem;
}
/*******
*******
Layout
*******
******/

/*.layout .layout-content.header-top-content-left-sidebar-right .layout-region.content,
.layout-content.content-left-sidebar-right .layout-region.content,
.layout .layout-content .layout-region.content {
  margin-left: 0; padding: 0 !important;
  width: 65% !important;
}
.layout .layout-content.header-top-content-left-sidebar-right .layout-region.right-sidebar,
.layout-content.content-left-sidebar-right .layout-region.right-sidebar,
.layout .layout-content .layout-region.right-sidebar {
  margin-left: 5%; padding: 0 !important;
  width: 30% !important;
}*/

.layout .layout-content.header-top-content-left-sidebar-right .layout-region.content,
.layout-content.content-left-sidebar-right .layout-region.content {
  margin-left: 0;
  padding: 0 !important;
  width: 67% !important;
}
.layout .layout-content.header-top-content-left-sidebar-right .layout-region.right-sidebar,
.layout-content.content-left-sidebar-right .layout-region.right-sidebar {
  margin-left: 2%;
  padding: 0 !important;
  width: 31% !important;
}
.layout-region-inner.right-sidebar {
  margin-left: 0;
}
.content-fragment-page > .layout,
.header-fragments .layout .layout-content,
.header-fragments .layout .layout-content .layout-region.header,
.header-fragments .layout .layout-content .layout-region.header .layout-region-inner,
.footer-fragments > .layout {
  min-width: 0 !important;
}
#ctl02_ctl02_page {
  padding-bottom: 40px;
}
@media only screen and (max-width: 960px) {
  .layout .layout-content.header-top-content-left-sidebar-right .layout-region.content,
  .layout-content.content-left-sidebar-right .layout-region.content,
  .layout .layout-content .layout-region.content,
  .layout .layout-content.header-top-content-left-sidebar-right .layout-region.right-sidebar,
  .layout-content.content-left-sidebar-right .layout-region.right-sidebar,
  .layout .layout-content .layout-region.right-sidebar {
    margin-left: 0;
    width: 100% !important;
  }
  .layout .layout-region.right-sidebar .layout-region-inner.right-sidebar {
    position: relative !important;
    top: 0 !important;
    width: 100% !important;
    height: auto !important;
  }
}
/*******
*******
End Layout
*******
******/

/****
Forms
****/

/* Sidebar */

.create-edit-post__how-to-sidebar {
  background: #f7f7f7;
  font-size: 0.875rem;
  margin-bottom: 20px;
  padding: 20px;
}
.create-edit-post__how-to-sidebar .fa {
  color: #0099ff;
  padding: 0 5px 0 1px;
}
/**/
.field-list .field-item .field-item-input .highlighter {
  height: auto !important;
  width: 100% !important;
}
.field-list .field-item .field-item-input .highlighter textarea {
  background-color: white !important;
  position: relative !important;
  width: 100% !important;
  height: auto !important;
}
.composer-suggestion-selector .content-list.suggestions .content-item.suggestion {
  min-height: 100px;
}
.content-fragment .content.abbreviated .status,
.popup-list .content.abbreviated .status {
  display: inline-block;
}
/*Forum Input Suggestion Highlighter*/

.composer-suggestion-selector .content-list.suggestions .content-item.suggestion:hover *,
.composer-suggestion-selector .content-list.suggestions .content-item.suggestion:hover,
.composer-suggestion-selector .content-list.suggestions .content-item.suggestion.highlight:hover,
.composer-suggestion-selector .content-list.suggestions .content-item.suggestion.highlight {
  background: #4aa3df;
  color: white;
}
/**/
.field-list .field-item .field-item-input .glow-lookuptextbox > div {
  box-sizing: border-box;
  display: block;
  height: auto;
  margin: 0;
  width: 98%;
}
fieldset a.submit-form,
fieldset input[type="button"],
fieldset a.save-form,
fieldset .button {
  background-image: none;
  border: 1px solid #0099ff;
  border-radius: 0;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  /*500*/
  height: auto;
  /*line-height: 1.3em;*/
  line-height: 1em;
  margin: 5px 0;
  padding: 0.75em 1.25em;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #0099ff;
  color: white;
}
fieldset a.submit-form:hover,
fieldset input[type="button"]:hover,
fieldset a.save-form:hover,
fieldset .button:hover,
fieldset a.submit-form:focus,
fieldset input[type="button"]:focus,
fieldset .button:focus {
  background: transparent;
  border-color: #0099ff;
  color: #0099ff;
}
/*******
*******
UI COMPONENTS
*******
******/

/*Reset*/

.content-fragment.with-header.top-border .content-fragment-header {
  background-color: transparent;
  border-bottom: none;
  padding: inherit !important;
  margin-bottom: 0;
}
/****
GDPR Messaging
****/

/*GDPR styles - start*/

.gdpr-wrap.content-fragment,
.gdpr-wrap.content-fragment.top-border {
  overflow: visible;
  margin: 0;
  padding: 0 !important;
}
.gdpr-wrap.content-fragment.with-header.top-border .content-fragment-header {
  padding: 0 !important;
}
.gdpr-block {
  display: none;
  position: fixed;
  top: auto;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 2147483640;
}
.gdpr-block a:hover {
  text-decoration: none;
}
.gdpr-block .gdpr__message-container {
  max-width: 1170px;
  margin: 0 auto;
}
.gdpr__message-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 300px 0 0;
}
.gdpr__message-container * {
  box-sizing: border-box;
}
.gdpr__message {
  width: 74.75%;
}
.gdpr__cta {
  width: 21.25%;
}
.gdpr-btn,
.gdpr-btn:hover {
  text-decoration: none;
}
@media only screen and (max-width: 960px) {
  .gdpr-block {
    top: 0;
    left: 0;
    bottom: auto;
    z-index: 9;
  }
  .gdpr-block-sticky {
    position: relative;
  }
  .gdpr-block .gdpr__message-container {
    display: block;
    font-size: 14px;
    width: 100% !important;
    padding: 15px 0 0 0;
  }
  .gdpr-block .gdpr__message-container > div {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 15px 0 0 0;
    text-align: left;
  }
}
/*GDPR styles - end

/****
Tags Widget
****/

.tags__label {
  background: #e5f3fd;
  color: #999999;
  display: inline-block;
  font-size: 0.875rem;
  margin: 0;
  padding: 10px;
}
.tags__label:hover,
.tags__label:focus {
  background: #dceffd;
  color: #999999;
}
.tags__label .fa {
  font-size: 0.75rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tags__label .fa.fa--left {
  margin-right: 4px;
}
/* Tags: Tag List */

.tags__list.tags--list {
  display: inline;
  font-size: 14px;
  margin-bottom: 30px;
  width: 100%;
}
.tags__list.tags--list .tags__item {
  color: #009cff;
  display: inline-block;
  font-size: 14px;
}
.tags__list.tags--list .tags__item a {
  display: inline-block;
}
.tags__list.tags--list .tags__item a::after {
  color: #666666;
  content: ",";
  display: inline;
  width: 0.75em;
  height: 1em;
  font-size: 0.875rem;
  line-height: 0.875rem;
  position: relative;
  top: 1px;
}
.tags__list.tags--list .tags__item:last-child a::after {
  opacity: 0;
}
/* Tags: Tag Block List */

.tags__list.tags--list-blocks .tags__item {
  color: #999999;
  display: inline-block;
  margin: 4px;
}
/* Tags: Tag Cloud */

.tags__list.tags--cloud {
  background-color: white;
  border: 1px solid #ededed;
  padding: 30px;
}
.tags__list.tags--cloud .tags__item {
  display: inline-block;
  line-height: 1.3em;
  margin: 0;
  padding: 3px;
}
.tags__list.tags--cloud .tags__item.level-1 {
  font-size: 28px;
}
.tags__list.tags--cloud .tags__item.level-2 {
  font-size: 25.2px;
}
.tags__list.tags--cloud .tags__item.level-3 {
  font-size: 22.4px;
}
.tags__list.tags--cloud .tags__item.level-4 {
  font-size: 19.6px;
}
.tags__list.tags--cloud .tags__item.level-5 {
  font-size: 16.8px;
}
.tags__list.tags--cloud .tags__item.level-6 {
  font-size: 14px;
}
.tags__list.tags--cloud .tags__item a {
  color: #b4b4b4;
  cursor: pointer;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
.tags__list.tags--cloud .tags__item a:hover,
.tags__list.tags--cloud .tags__item a:focus {
  background: #ebebeb;
}
/****
Footer
****/

.footer-fragments .layout {
  margin: 0;
  padding: 0 !important;
  width: 100%;
  max-width: 100% !important;
}
.footer-fragments .layout .layout-region.content {
  width: 100% !important;
}
.footer-fragments .layout .layout-region.content .content-fragment {
  padding: 0;
}
#footer-85,
.footer-fragments .free-attribution {
  display: none;
}
#footer-91 {
  padding: 0;
}
.ui-footer {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0 !important;
}
/****
Heading Grouping
****/

.h-group {
  margin-bottom: 50px;
}
.h-group > *:first-child {
  margin-bottom: 5px;
}
.h-group > *:last-child {
  margin-bottom: 0;
}
.h-group--mar-bottom-lg {
  margin-bottom: 100px;
}
.h-group--mar-bottom-md {
  margin-bottom: 75px;
}
.h-group--mar-bottom-sm {
  margin-bottom: 25px;
}
.h-group--mar-bottom-xs {
  margin-bottom: 5px;
}
.h-group--mar-bottom-none {
  margin-bottom: 0;
}
.h-group--content-collapse > *:first-child,
.h-group--content-collapse > * {
  margin-bottom: 0;
}
/****
Buttons
****/

.ui-btn-group {
  margin: 0;
  padding: 0;
}
.ui-btn-group-mar--lg .ui-btn {
  margin: 1em;
}
.ui-btn-group-mar--md .ui-btn {
  margin: 0.75em;
}
.ui-btn-group-mar--sm .ui-btn {
  margin: 0.5em;
}
.ui-btn-group-mar--xs .ui-btn {
  margin: 0.25em;
}
.ui-btn {
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  /*500*/
  /*line-height: 1.3em;*/
  line-height: 1em;
  margin: 5px 0;
  padding: 0.75em 1.25em;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.ui-btn__label {
  display: block;
  font-size: 0.857em;
  font-weight: 400;
  text-transform: none;
}
/*Button: Options*/

.ui-btn.ui-btn--default,
.ui-btn.ui-btn--default:visited {
  background: #0099ff;
  border-color: #0099ff;
  color: white;
}
.ui-btn.ui-btn--default:hover,
.ui-btn.ui-btn--default:focus {
  background: transparent;
  border-color: #0099ff;
  color: #0099ff;
}
.ui-btn.ui-btn--default.ui-btn--default-white-hvr:hover,
.ui-btn.ui-btn--default.ui-btn--default-white-hvr:focus {
  background: white;
}
.ui-btn.ui-btn--secondary,
.ui-btn.ui-btn--secondary:visited {
  background: white;
  border-color: white;
  color: #0099ff;
}
.ui-btn.ui-btn--secondary:hover,
.ui-btn.ui-btn--secondary:focus {
  background: transparent;
  border-color: white;
  color: white;
}
.ui-btn.ui-btn--link {
  border-radius: 0;
}
.ui-btn.ui-btn--link:hover,
.ui-btn.ui-btn--link:focus {
  text-decoration: underline;
}
.ui-btn.ui-btn--invert,
.ui-btn.ui-btn--invert:hover,
.ui-btn.ui-btn--invert:focus {
  background: transparent;
}
.ui-btn.ui-btn--invert.ui-btn--default {
  color: #0099ff;
}
.ui-btn.ui-btn--invert.ui-btn--default:hover,
.ui-btn.ui-btn--invert.ui-btn--default:focus {
  background: #0099ff;
  color: white;
}
.ui-btn.ui-btn--invert.ui-btn--secondary {
  color: white;
}
.ui-btn.ui-btn--invert.ui-btn--secondary:hover,
.ui-btn.ui-btn--invert.ui-btn--secondary:focus {
  background: white;
  color: #0099ff;
}
/*Buttons: Modifiers*/

.ui-btn--lg {
  font-size: 1.25rem;
}
/*Base 16px, size 20px = 1.25rem, Base 14px, size 18px = 1.286rem */

.ui-btn--md {
  font-size: 1.125rem;
}
/*Base 16px, size 18px = 1.125rem, Base 14px, size 16px = 1.143rem */

.ui-btn--sm {
  font-size: 0.875rem;
}
/*Base 16px, size 14px = 0.875em, Base 14px, size 12px = 0.857rem */

.ui-btn--xs {
  font-size: 0.75rem;
}
/*Base 16px, size 12px = 0.75em, Base 14px, size 10px = 0.714rem */

/**/
.ui-btn--pad-lg {
  padding: 1.5em 2em;
}
.ui-btn--pad-md {
  padding: 1em 1.5em;
}
/**/
.ui-btn--mar-lg {
  margin: 1em;
}
.ui-btn--mar-md {
  margin: 0.75em;
}
.ui-btn--mar-sm {
  margin: 0.5em;
}
.ui-btn--mar-xs {
  margin: 0.25em;
}
/**/
.ui-btn--stacked .ui-btn {
  display: block;
}
.ui-btn--block {
  display: block;
}
.ui-btn.ui-btn[disabled],
.ui-btn.ui-btn.disabled,
.ui-btn.ui-btn[disabled]:hover,
.ui-btn.ui-btn.disabled:hover,
.ui-btn.ui-btn[disabled]:focus,
.ui-btn.ui-btn.disabled:focus {
  cursor: default;
  opacity: 0.65;
  text-decoration: none;
}
.ui-btn.ui-btn.ui-btn--default[disabled]:hover,
.ui-btn.ui-btn.ui-btn--default.disabled:hover,
.ui-btn.ui-btn.ui-btn--default[disabled]:focus,
.ui-btn.ui-btn.ui-btn--default.disabled:focus {
  background: #0099ff;
  border-color: #0099ff;
  color: white;
}
.ui-btn.ui-btn.ui-btn--link[disabled]:hover,
.ui-btn.ui-btn.ui-btn--link.disabled:hover {
  color: #0099ff;
}
.ui-btn.ui-btn.ui-btn--link[disabled]:focus,
.ui-btn.ui-btn.ui-btn--link.disabled:focus,
.ui-btn.ui-btn--invert[disabled]:hover,
.ui-btn.ui-btn--invert.disabled:hover,
.ui-btn.ui-btn--invert[disabled]:focus,
.ui-btn.ui-btn--invert.disabled:focus {
  background: transparent;
}
/****
Back To Top
****/

.btn--back-to-top {
  position: fixed;
  bottom: 100px;
  right: 20px;
  background: black;
  color: white;
  display: block;
  border-radius: 50%;
  font-size: 17px;
  z-index: 5;
  display: none;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
}
/****
Cards
****/

.ui-card {
  background: white;
  border: 1px solid #ededed;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 25px;
}
.ui-card:focus {
  outline: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
/*Modifiers*/

.ui-card--zero-border {
  border: none;
}
.ui-card--nostyle,
[data-card-style="false"] {
  border: none;
  padding: 0;
}
.ui-card--noborder,
[data-card-border="false"] {
  border: none;
}
.ui-card--zero-padding,
[data-card-padding="false"] {
  padding: 0;
}
.ui-card--zero-margin,
[data-card-margin="false"] {
  margin: 0;
}
.ui-card--nostyle .ui-card__content,
[data-card-style="false"] .ui-card__content {
  border: 1px solid #ededed;
  padding: 25px;
}
.ui-card--noborder .ui-card__content,
[data-card-border="false"] .ui-card__content {
  border: 1px solid #ededed;
}
.ui-card--zero-padding .ui-card__content,
[data-card-padding="false"] .ui-card__content {
  padding: 25px;
}
/*Cards Flexbox Layout*/

.ui-card--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.ui-card--flex .ui-card {
  box-sizing: border-box;
  display: inline-block;
  line-height: 1.3em;
  margin: 0 0 2.5em;
  -webkit-transition: all 150ms;
  transition: all 150ms;
}
.ui-card--flex.ui-card--collapse .ui-card {
  margin: 0;
}
.ui-card--flex.ui-card--flex-third .ui-card {
  margin-left: 1%;
  margin-right: 1%;
  width: 31.3%;
  max-width: 31.3%;
}
.ui-card--flex.ui-card--flex-third.ui-card--collapse .ui-card {
  margin-left: 0;
  margin-right: 0;
  width: 33.3%;
  max-width: 33.3%;
}
.no-flexbox .ui-card--flex .ui-card {
  vertical-align: top;
}
.no-flexbox .ui-card--flex.ui-card--flex-third .ui-card {
  margin-left: 0.8%;
  margin-right: 0.8%;
}
.no-flexbox .ui-card--flex.ui-card--flex-third.ui-card--collapse .ui-card {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
  .ui-card--flex.ui-card--flex-third .ui-card {
    margin-left: 1%;
    margin-right: 1%;
    width: 47.75%;
    max-width: 47.75%;
  }
  .ui-card--flex.ui-card--flex-third.ui-card--collapse .ui-card {
    margin-left: 0;
    margin-right: 0;
    width: 50%;
    max-width: 50%;
  }
  .no-flexbox .ui-card--flex.ui-card--flex-third .ui-card {
    margin-left: 0.8%;
    margin-right: 0.8%;
  }
  .pillars.ui-card--flex.ui-card--flex-third.ui-card--collapse .ui-card {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .no-flexbox .pillars.ui-card--flex.ui-card--flex-third .ui-card {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .ui-card--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .ui-card.ui-card--featured .ui-card__featured-body,
  .ui-card--flex.ui-card--flex-third.ui-card--collapse .ui-card {
    display: inline-block;
    width: 100%;
    max-width: 100%;
  }
  .ui-card--flex.ui-card--flex-third .ui-card {
    width: 100%;
    max-width: 100%;
  }
  .pillars.ui-card--flex.ui-card--flex-third.ui-card--collapse .ui-card {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .no-flexbox .pillars.ui-card--flex.ui-card--flex-third .ui-card {
    margin: 0;
  }
}
/****
Navigation
****/

body {
  padding-top: 0 !important;
}
/*#ctl02_ctl01_page.header-fragments {height: 132px;}*/

#ctl02_ctl01_layout,
#ctl02_ctl01_header > .layout-region-inner.header {
  overflow: visible;
  /*position: fixed !important;*/
  z-index: 999;
}
#ctl02_ctl01_header > .layout-region-inner.header {
  max-width: 100%;
  padding: 0;
}
/*.site-banner {display:none;}*/

/****
Blog Nav
****/

.globalnav__menu-toggle {
  margin: 15px 15px 14px !important;
}
.blogNav__wrapper {
  overflow: visible;
  padding: 10px 0;
}
/*.blogNav__wrapper {overflow: hidden; padding: 15px;}*/

.blogNav__left {
  color: #333333;
  display: inline-block;
  /*float: left;*/
  font-size: 1.25rem;
  font-weight: bold;
}
.blogNav__title,
.blogNav__title:active,
.blogNav__title:visited {
  color: #333333;
}
.blogNav__title:hover,
.blogNav__title:focus {
  color: #0099ff;
}
.blogNav__left .blogNav__rss-icon {
  top: -0.5em;
  color: #333333;
  position: relative;
}
.blogNav__right {
  display: inline-block;
  float: right;
  font-size: 0.875rem;
}
.blogNav__link-list-container {
  display: inline-block;
}
.blogNav__link-list {
  display: inline-block;
  padding-left: 24px;
}
.blogNav__link-list:first-child {
  padding-left: 0;
}
.blogNav__link-list a,
.blogNav__link-list a:active,
.blogNav__link-list a:visited {
  color: #666666;
}
.blogNav__link-list a:hover,
.blogNav__link-list a:focus {
  color: #0099ff;
}
.blogNav__label::before {
  content: '|';
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
/* Blog Nav Dark */

.blogNav__bg--dark {
  background-color: black;
}
.blogNav__bg--dark .blogNav__left {
  color: white;
}
.blogNav__bg--dark .blogNav__title,
.blogNav__bg--dark .blogNav__title:active,
.blogNav__bg--dark .blogNav__title:visited {
  color: white;
}
.blogNav__bg--dark .blogNav__title:hover,
.blogNav__bg--dark .blogNav__title:focus {
  color: #0099ff;
}
.blogNav__bg--dark .blogNav__left sup {
  color: #eeeeee;
}
.blogNav__bg--dark .blogNav__label a,
.blogNav__bg--dark .blogNav__label a:active,
.blogNav__bg--dark .blogNav__label a:visited {
  color: white;
}
.blogNav__bg--dark .blogNav__label a:hover,
.blogNav__bg--dark .blogNav__label a:focus {
  color: #0099ff;
}
.blogNav__bg--dark .blogNav__link-list a,
.blogNav__bg--dark .blogNav__link-list a:active,
.blogNav__bg--dark .blogNav__link-list a:visited {
  color: white;
}
.blogNav__bg--dark .blogNav__link-list a:hover,
.blogNav__bg--dark .blogNav__link-list a:focus {
  color: #0099ff;
}
/* Blog Nav Light */

.blogNav__bg--light {
  background-color: white;
}
.blogNav__bg--light .sub-nav-link-list a {
  color: black;
}
.blogNav__bg--light .sub-nav-link-list a:hover {
  color: #0099ff;
}
/* Linkl Highlight */

.blogNav__currentPage {
  color: #0099ff !important;
}
/*Nav Dropdown*/

.nav__dropbtn {
  display: inline-block;
  margin-right: 10px;
  margin-top: -1px;
  position: relative;
  height: 26px;
  vertical-align: middle;
}
.nav__dropdown--icon {
  color: white;
  background-color: #666666;
  padding: 3px 6px;
  font-size: 20px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.nav__dropdown--icon:hover,
.nav__dropdown--icon:focus {
  background: #999999;
}
.nav__dropdown {
  position: absolute;
  background-color: transparent;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  /*transform: none;*/
  /*margin-left: 20px;*/
  margin-left: 10px;
  width: 150px;
  /*right: 0;*/
  z-index: 1;
}
.nav__dropdown-content {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid #999999;
  margin-top: 8px;
}
.nav__dropdown-content::after,
.nav__dropdown-content::before {
  content: "";
  border-right: 10px solid transparent;
  border-bottom: 10px solid #999999;
  border-left: 10px solid transparent;
  position: absolute;
  top: -1px;
  margin-left: -6px;
  left: 50%;
}
.nav__dropdown-content::after {
  border-bottom: 8px solid black;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: 1px;
  margin-left: -4px;
}
.nav__dropdown.nav__dropdown--right {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  right: 0;
}
.nav__dropdown--right .nav__dropdown-content::after,
.nav__dropdown--right .nav__dropdown-content::before {
  right: 3px;
  left: auto;
}
.nav__dropdown--right .nav__dropdown-content::after {
  right: 5px;
}
.nav__dropdown-content > a {
  display: inherit;
  padding: 7px 25px;
  color: #eeeeee;
  font-size: 0.875rem;
}
.nav__dropdown-content > a:hover {
  background: #555555;
  color: white;
}
@media only screen and (max-width: 1024px) {
  /*.nav__dropdown {
        width: 150px;
    }
    .nav__dropdown-content::after, .nav__dropdown-content::before {left: auto; right: 23.5%;}
    .nav__dropdown-content::after {left: auto; right: 25%;}
  
    .nav__dropdown.nav__dropdown--right {
      transform: none;
      right: 0;
    }
    .nav__dropdown--right .nav__dropdown-content::after, .nav__dropdown--right .nav__dropdown-content::before {
      left: auto; right: 3px;
    }
    .nav__dropdown--right .nav__dropdown-content::after {
      right: 5px;
    }*/
}
@media only screen and (max-width: 960px) {
  .blogNav__label {
    display: none;
  }
  .blogNav__rss-icon {
    display: none;
  }
  .blogNav__left .blogNav__rss-icon:first-child {
    display: inline-block;
  }
}
@media only screen and (max-width: 670px) {
  .header-fragments.single-column {
    overflow: visible;
  }
}
@media only screen and (max-width: 600px) {
  .blogNav__left {
    display: block;
    position: relative;
    text-align: center;
  }
  .blogNav__right {
    display: block;
    float: none;
    margin-top: 10px;
    text-align: center;
  }
  .blogNav__title {
    display: inline-block;
  }
  .blogNav__rss-icon {
    display: none;
  }
  .blogNav__left .blogNav__rss-icon:first-child {
    display: inline-block;
  }
  .nav__dropbtn {
    position: absolute;
    top: 0;
    left: 5%;
  }
  .nav__dropdown {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-left: 0;
    left: 0;
    right: auto;
  }
  .nav__dropdown-content::before {
    /*left: 0;*/
    left: 2px;
    right: auto;
    margin-left: 0;
  }
  .nav__dropdown-content::after {
    /*left: 2px;*/
    left: 4px;
    right: auto;
    margin-left: 0;
  }
}
/****
Community Nav
****/

.community-nav {
  background-color: black;
  overflow: visible;
  padding: 10px;
}
.community-nav__left {
  color: white;
  display: inline-block;
  font-weight: bold;
}
.community-nav__left-dropdown {
  display: inline-block;
  font-size: 1.25rem;
  vertical-align: middle;
}
.community-nav__left-dropdown-toggle {
  cursor: pointer;
}
ul.community-nav__left-dropdown-menu {
  position: absolute;
  background: black;
  display: block;
  z-index: 10;
  margin-top: 8px;
  border: 1px solid #999999;
  line-height: 1.5rem;
}
.community-nav__left-dropdown-menu::before {
  content: "";
  border-right: 10px solid transparent;
  border-bottom: 10px solid #999999;
  border-left: 10px solid transparent;
  position: absolute;
  top: -10px;
  left: -2px;
}
.community-nav__left-dropdown-menu::after {
  content: "";
  border-right: 8px solid transparent;
  border-bottom: 8px solid black;
  border-left: 8px solid transparent;
  position: absolute;
  top: -7px;
  left: 0;
}
.community-nav__left-dropdown-menu a {
  display: block;
  padding: 7px 25px;
  color: #eeeeee;
  font-size: 0.875rem;
}
.community-nav__left-dropdown-menu a:hover,
.community-nav__left-dropdown-menu a:focus {
  background: #333333;
  color: white;
}
.community-nav__title {
  display: inline-block;
  margin-left: 15px;
  font-size: 1.25rem;
  vertical-align: middle;
}
.community-nav__right {
  display: inline-block;
  float: right;
  font-size: 0.875rem;
}
.community-nav__right ul li:first-child {
  padding-left: 0;
}
.community-nav__right ul li {
  display: inline-block;
  padding-left: 24px;
}
.community-nav__right ul li a {
  color: white;
}
.community-nav__right ul li a:hover,
.community-nav__right ul li a:focus {
  color: #0099ff;
}
@media only screen and (max-width: 600px) {
  .community-nav__left {
    display: block;
    text-align: center;
  }
  .community-nav__left-dropdown {
    text-align: left;
  }
  .community-nav__right {
    display: block;
    float: none;
    margin: 10px 0 0;
    text-align: center;
  }
}
/****
Follow Us
****/

.social-media__list-item {
  display: inline-block;
}
.social-media__list-item a,
.social-media__list-item a:link,
.social-media__list-item a:visited {
  color: #b4b4b4;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
.social-media__list-item a:hover,
.social-media__list-item a:focus {
  color: #0099ff;
}
/****
Pillars
****/

.pillar__header a,
.pillar__header a:visited {
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
.pillar__header a:hover,
.pillar__header a:focus {
  color: #0099ff !important;
}
.pillar__subheader {
  margin-top: 0;
}
.pillar__subheader,
.pillar__excerpt,
.pillar__footer {
  font-size: 0.875rem;
  line-height: 1.3em;
}
/****
Product List
****/

.product-list {
  width: 100%;
}
.product-list__product {
  background: #0099ff;
  border-bottom: solid 1px rgba(51, 51, 51, 0.16);
  padding: 0;
  -webkit-transition: background 250ms linear;
  transition: background 250ms linear;
}
.product-list__product:hover,
.product-list__product:focus {
  background: #028dea;
}
.product-list__product a {
  display: block;
  padding: 25px;
}
.product-list__product a:hover,
.product-list__product a:focus {
  background: #028dea;
}
.product__title {
  color: #f7f7f7;
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5em;
  text-align: left;
}
.product__description {
  color: #cfe8f8;
  display: block;
  font-size: 0.875rem;
  line-height: 1.3em;
  text-align: left;
}
/****
Post List
****/

/*.ig-blog-post-list .content-fragment-header,
.blog-post .content-fragment-header {padding-bottom: 0 !important;}*/

.post-list {
  width: 100%;
}
.post-list__post-content--no-image {
  width: 100%;
  background-color: white;
  padding: 25px;
}
.post-list__post-content--image {
  width: 100%;
  background-color: white;
  padding: 25px;
}
.post-list__post-header {
  margin-bottom: 10px;
}
.post-list__post-header a {
  color: #333333 !important;
  overflow: hidden;
  font-size: 1.25rem;
  line-height: 1.25em;
}
.post-list__post-header a,
.post-list__post-header a:visited {
  -webkit-transition: color 250ms linear;
  transition: color 250ms linear;
}
.post-list__post-header a:hover,
.post-list__post-header a:focus {
  color: #0099ff !important;
}
.post-list__post-header .post-list__post-subheader .post-list__post-author {
  color: #0099ff !important;
  font-size: 1rem !important;
}
.post-list__post-header .post-list__post-subheader .post-list__post-author:hover,
.post-list__post-header .post-list__post-subheader .post-list__post-author:focus {
  color: #75b9e7 !important;
}
.post-list__post-image img {
  width: 100%;
  height: auto;
  max-width: 100% !important;
  max-height: 100% !important;
}
.post-list__post-subheader {
  margin-top: 5px;
  margin-bottom: 5px;
}
.post-list__post-author {
  font-size: 0.875rem;
  line-height: 1.3em;
  color: #0099ff;
}
.post-list__post-pubdate {
  font-size: 0.875rem;
  line-height: 1.3em;
  color: #999999;
}
.post-list__post-excerpt {
  font-size: 0.875rem;
  line-height: 1.5em;
  color: #666666;
  padding-top: 0;
}
.post-list__post-footer {
  position: relative;
}
.post-list__post-footer a {
  color: #009cff;
}
.post-list__post-tag-list-container {
  width: 80%;
}
.post-list__post-tag-list a {
  display: inline;
  width: 80%;
  font-size: 0.875rem;
  color: #0099ff;
  margin-bottom: 0;
  -webkit-transition: color 250ms linear;
  transition: color 250ms linear;
}
.post-list__post-tag-list a:hover,
.post-list__post-tag-list a:focus {
  color: #75b9e7;
}
.post-list__post-tag {
  font-size: 0.875rem;
  display: inline-block;
  color: #009cff;
  margin-right: 0;
}
.post-list__post-tag a::after {
  width: 0.75em;
  height: 1em;
  color: #666666;
  display: inline;
  content: ",";
  /*font-family: Entypo;*/
  font-size: 0.875rem;
  line-height: 0.875em;
  position: relative;
  top: 1px;
}
.post-list__post-tag a::before,
.post-list__post-tag:last-child a::after {
  display: none;
}
.post-list__post-likes {
  display: inline;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
  /*float: right;*/
  text-align: right;
  font-size: 0.875rem;
  /*line-height: 24px;*/
  color: #999999;
}
.post-list__no-data {
  padding: 25px;
}
/*Post List: Featured*/

.post--feature {
  margin-bottom: 30px;
  background-color: white;
}
.post--feature .post__image {
  border: solid 1px rgba(204, 204, 204, 0.23);
  border-bottom: none;
}
.post--feature .post__image img {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
}
.post--feature .post__content {
  margin: 0;
  padding: 25px;
}
.post--feature .post__header {
  margin-bottom: 10px;
}
.post--feature .post__header h3 {
  margin-top: 0;
  line-height: inherit;
}
.post--feature .post__header a {
  font-size: 1.25rem;
  line-height: 1.25em;
  color: #333333 !important;
  -webkit-transition: color 250ms linear;
  transition: color 250ms linear;
}
.post--feature .post__header a:hover,
.post--feature .post__header a:focus {
  color: #0099ff !important;
}
.post--feature .post__header .post__subheader {
  display: block;
  font-size: 0.875rem !important;
  line-height: inherit;
}
.post--feature .post__header .post__subheader .post__author {
  color: #0099ff !important;
  font-size: 0.875rem;
}
.post--feature .post__header .post__subheader .post__author:hover,
.post--feature .post__header .post__subheader .post__author:focus {
  color: #4aa3df !important;
}
.post__pubdate {
  color: #999999;
}
.post--feature .post__footer {
  position: relative;
}
/*Post List: Compact*/

.post-list--compact {
  background-color: white;
  border: solid 1px #ededed;
  width: 100%;
}
.post-list__post--compact {
  background-color: white;
  padding: 25px;
  border-bottom: solid 1px #ededed;
  width: 100%;
}
.post-list__post--compact .post-list__post-subheader {
  position: relative;
}
.post-list__post--compact .post-list__no-data {
  padding: 25px;
}
/*Post List: Link*/

.post-list--link {
  background: transparent;
  border: none;
  width: 100%;
}
.post-list__post--link {
  background: white;
  border: 1px solid #ededed;
  padding: 0;
}
.post-list__post--link a,
.post-list__post--link a:visited {
  color: #0099ff;
  display: block;
  font-size: 1em;
  line-height: 1.3em;
  padding: 25px;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
.post-list__post--link a:hover,
.post-list__post--link a:focus {
  background: #ededed;
}
.post-list--link .post-list__no-data {
  background: white;
  border: 1px solid #ededed;
  color: #666666;
  font-size: 1rem;
  line-height: 1.3em;
  width: 100%;
}
/*Post List: Tiles*/

.post-list.post-list--tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.post-list__post--tile {
  width: 48.5%;
  max-width: 48.5%;
  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-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  float: none;
  height: auto;
  margin-left: 3%;
  margin-bottom: 2em;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: white;
  border: solid 1px rgba(204, 204, 204, 0.23);
}
.post-list__post--tile:nth-child(2n+0) {
  margin-left: 0;
}
.post-list__post--tile .post-list__post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /*min-height: 100%;*/
  width: 100%;
}
.post-list__post--tile .post-list__post-content *:last-child {
  margin-top: auto;
}
.post-list__post--tile .post-list__post-image {
  background-color: white;
  border: solid 1px rgba(204, 204, 204, 0.23);
  border-bottom: none;
  height: auto;
}
/*.post-list__post--tile .post-list__post-image img {
  height: auto;
  width: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
}*/

.post-list__post--tile .post-list__post-header h3 {
  line-height: inherit;
  margin-top: 0;
}
.post-list__post--tile .post-list__post-header a {
  overflow: hidden;
  font-size: 1.25rem;
  line-height: 1.25em;
}
.post-list__post--tile .post-list__post-header .post-list__post-subheader .post-list__post-author {
  font-size: 0.875rem !important;
}
@media only screen and (max-width: 767px) {
  .post-list.post-list--tile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .post-list__post--tile {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }
}
/****
Thread List
****/

/* Form Thread List Popups */

/*Popup Menus*/

.content-moderation li a:hover {
  background: whitesmoke;
  color: #0099ff;
}
.links-popup-panel ul > li > span > a:hover,
.links-popup-panel ul a:hover,
.links-popup-panel ul a:focus {
  background: whitesmoke !important;
  color: #0099ff;
}
.links-popup-panel ul > li > .ui-moderate > a {
  position: relative;
}
.links-popup-panel ul > li > .ui-moderate > a span {
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -4px;
}
.links-popup-panel ul > li > .ui-moderate > a.open,
.links-popup-panel ul > li > .ui-moderate > a.open:visited {
  background-color: white;
}
.links-popup-panel ul > li > span > a:hover,
.links-popup-panel ul a:hover,
.links-popup-panel ul > li > .ui-moderate > a.open:hover,
.links-popup-panel ul > li > .ui-moderate > a:hover,
.links-popup-panel ul > li > span > a:focus,
.links-popup-panel ul a:focus,
.links-popup-panel ul > li > .ui-moderate > a.open:focus,
.links-popup-panel ul > li > .ui-moderate > a:focus {
  background-color: #03a9f4;
}
/*top*/

.thread-list {
  table-layout: fixed;
}
.thread-list__thread {
  display: table-row;
}
.thread-list__details .details-count {
  font-size: 12px;
  color: #999999;
  margin-bottom: 20px;
}
.thread__header {
  display: table;
  border-collapse: collapse;
  margin-bottom: 15px;
}
.thread__avatar,
.thread__title-container {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.thread__title-container .thread__user-name {
  color: #b4b4b4;
  font-size: 0.75rem;
  line-height: 1.5em;
}
/*Filters: Drop Down Menus*/

.thread-list__filters {
  border-bottom-color: #e4e4e4;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 15px;
  padding-top: 25px;
}
.thread-list__filters select,
.thread-list__filter-select {
  background-color: white;
  border-width: 0;
  color: #666666;
  cursor: pointer;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 20px 5px 5px;
  line-height: 16px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-image: url("/community/cfs-filesystemfile/__key/themefiles/s-3fc3f82483d14ec485ef92e206116d49-files/downtriangle.svg?_=636518749864736025");
  background-position: center right;
}
.thread-list__filters select::-ms-expand,
.thread-list__filter-select::-ms-expand {
  display: none;
}
.filter-select--by {
  float: right;
  margin-right: 25px;
}
.filter-select--order {
  float: right;
}
/***sidebar***/

.thread-list .thread-list__sidebar .content-item {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 5px;
}
.thread-list .thread-list__sidebar .content-item .author > a {
  display: block;
}
.thread-list .thread-list__sidebar .avatar,
.thread-list .thread-list__sidebar .avatar img {
  border-radius: 0;
}
.thread-list .thread-list__sidebar .avatar {
  top: 5px;
}
/***Left Side***/

.thread__left-sidebar {
  border-bottom-style: solid;
  border-bottom-color: #e4e4e4;
  border-bottom-width: 1px;
  display: table-cell;
  text-align: center;
  padding: 20px;
  position: relative;
  width: 125px;
}
.thread__left-sidebar .thread__status {
  display: block;
}
.thread__left-sidebar .thread__status .attribute-value .fa {
  font-size: 1.75rem;
}
.thread__left-sidebar .attribute-value.unanswered {
  color: #f13a47;
}
.thread__left-sidebar .attribute-value .suggested {
  color: #b4b4b4;
}
.thread__left-sidebar .attribute-value .verified {
  color: #35933c;
}
.thread__left-sidebar .thread__views,
.thread__left-sidebar .thread__replies {
  color: #b4b4b4;
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
.thread__left-sidebar .thread__attr-count {
  color: black;
  display: block;
  font-size: 1.25rem;
  line-height: 1.3em;
}
.thread__left-sidebar .thread__attr-label {
  display: block;
  line-height: 1em;
}
/***Thread Content***/

.thread__content {
  display: table-cell;
  border-bottom-style: solid;
  border-bottom-color: #e4e4e4;
  border-bottom-width: 1px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.thread__content.thread__content--block {
  display: block;
}
.thread__content .thread__title .view-post {
  color: #333333;
  font-size: 20px;
}
.thread__content .thread__title a.view-post:hover {
  color: #0099ff;
}
.thread__content .thread__attributes {
  font-size: 14px;
}
.thread__content .thread__attributes .thread__status [class*="thread__status-"] {
  font-weight: bold;
  margin-right: 0.75em;
}
.thread__content .thread__attributes .thread__status .thread__status-underreview {
  color: #b4b4b4;
}
/*New*/

.thread__content .thread__attributes .thread__status .thread__status-comingsoon {
  color: #b4b4b4;
}
/*Coming Soon*/

.thread__content .thread__attributes .thread__status .thread__status-notplanned {
  color: #f13a47;
}
.thread__content .thread__attributes .thread__status .thread__status-already_in_product {
  color: black;
}
.thread__content .thread__attributes .thread__status .thread__status-complete {
  color: #35933c;
}
.thread__content .thread__body {
  color: #999999;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.thread__author {
  font-size: 14px;
  color: #999999;
  line-height: 1.3em;
}
.thread__avatar img {
  max-width: 64px;
  max-height: 64px;
}
.thread__avatar .author__points {
  background: #0099ff;
  color: white;
  font-size: 0.7rem;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
}
.author__employee_icon {
  height: 16px;
  width: 17px;
  display: block;
  float: left;
}
.thread__avatar .author__points.author__points--ig {
  background: black;
  font-size: 0.7rem;
}
/* Content: Footer */

.thread__content .thread__footer .thread__tags {
  float: left;
  width: 70%;
}
.thread__content .thread__footer .thread__author {
  float: right;
  width: 30%;
}
.thread__footer .thread__author .internal-link.view-user-profile {
  color: #0099ff;
}
.thread__footer .thread__author .internal-link.view-user-profile:hover,
.thread__footer .thread__author .internal-link.view-user-profile:focus {
  color: #75b9e7;
}
/* Author Details */

.thread__author--details {
  margin: 1em 0;
}
.thread__author--details .thread__author--detail {
  display: table-cell;
  vertical-align: top;
  padding: 0 0.5em 0 0;
}
/* Thread Start */

.thread-start .actions.footer .navigation-list-item {
  font-size: 0.875rem;
  line-height: 1.5em;
}
.thread-start .actions.footer .navigation-list-item.compose.primary a,
.thread-start .actions.footer .navigation-list-item.compose.primary a:visited,
.thread-start .actions.footer .navigation-list-item.cancel a,
.thread-start .actions.footer .navigation-list-item.cancel a:visited {
  font-size: 0.875rem;
  font-weight: bold;
  border: 1px solid #0099ff;
  background: #0099ff;
  color: white;
  border-radius: 0;
  line-height: 1.5em;
}
.thread-start .actions.footer .navigation-list-item.compose.primary a:hover,
.thread-start .actions.footer .navigation-list-item.compose.primary a:focus {
  background: transparent;
  color: #0099ff;
}
.thread-start .actions.footer .navigation-list-item.cancel a,
.thread-start .actions.footer .navigation-list-item.cancel a:visited {
  background: white;
  border-color: #0099ff;
  color: #0099ff;
}
.thread-start .actions.footer .navigation-list-item.cancel a:hover,
.thread-start .actions.footer .navigation-list-item.cancel a:focus {
  background: #0099ff;
  color: white;
}
.thread-start .actions.footer .navigation-list-item .ui-like.fa.fa-thumbs-up {
  line-height: 1.5em;
}
.thread-start .actions.footer .navigation-list-item .ui-like.fa.fa-thumbs-up .like-toggle a {
  margin-left: 5px;
}
.threaded-thread .thread-start .content.full .actions.footer .navigation-list-item .ui-moderate a {
  position: relative;
  padding-left: 16px !important;
  width: auto;
}
.thread-start .actions.footer .navigation-list-item .ui-moderate a.open {
  background-color: whitesmoke;
}
.thread-start .actions.footer .navigation-list-item .ui-moderate a:hover,
.thread-start .actions.footer .navigation-list-item .ui-moderate a:focus {
  background-color: whitesmoke;
}
.thread-start .actions.footer .navigation-list-item .ui-moderate a span {
  position: absolute;
  left: 4px;
  top: 50%;
  float: none;
  margin-top: -4px;
}
.threaded-thread .content blockquote {
  border: 1px solid #ebeff2;
  border-left-width: 10px !important;
}
.threaded-thread .content blockquote pre {
  background: transparent !important;
}
/*ig - Forum - Thread: Compose Reply*/

.thread-start .mce-editor-submittable .mce-btn button,
.thread-start .mce-editor-submittable .mce-container *,
.thread-start .mce-editor-submittable .mce-widget *,
.thread-start .mce-container,
.thread-start .mce-container *,
.thread-start .mce-widget,
.thread-start .mce-widget *,
.mce-reset {
  font-family: "aktiv-grotesk", "Open Sans", sans-serif;
  /*font-size:0.875rem;
  line-height: 1.3em;*/

}
.thread-start .mce-ico {
  font-family: 'tinymce', Arial !important;
}
.thread-start .field-list .field-item.post-body select {
  margin-top: 3px;
}
.thread-start .field-list .field-item.post-body .mce-widget.mce-btn.mce-primary.mce-btn-has-text.mce-submitpanel-button {
  background-color: #0099ff;
  border-radius: 0 !important;
  border: 1px solid #0099ff;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
.thread-start .field-list .field-item.post-body .mce-widget.mce-btn.mce-primary.mce-btn-has-text.mce-submitpanel-button button {
  border-radius: 0 !important;
}
.thread-start .field-list .field-item.post-body .mce-widget.mce-btn.mce-primary.mce-btn-has-text.mce-submitpanel-button button .mce-txt {
  font-weight: bold;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
.thread-start .field-list .field-item.post-body .mce-widget.mce-btn.mce-primary.mce-btn-has-text.mce-submitpanel-button:hover,
.thread-start .field-list .field-item.post-body .mce-widget.mce-btn.mce-primary.mce-btn-has-text.mce-submitpanel-button:focus {
  background: white !important;
}
.thread-start .field-list .field-item.post-body .mce-widget.mce-btn.mce-primary.mce-btn-has-text.mce-submitpanel-button:hover button .mce-txt,
/*.thread-start .field-list .field-item.post-body .mce-widget.mce-btn.mce-primary.mce-btn-has-text.mce-submitpanel-button:focus button .mce-txt {color: #0099ff;}*/ .threaded-thread .content-list.threaded .content-item .content-item:last-child > .newreply:not(:empty) {
  padding-top: 0;
}
.threaded-thread .threaded.content-list .threaded.content-item .newreply .reply-form.create {
  margin-bottom: 30px;
  padding-bottom: 0;
}
/*ig - Forum - Thread: Top Replies*/

.threaded-thread .best-replies-wrapper .threaded.content-list .threaded.content-item {
  border-bottom: 1px solid #eeeeee;
  padding: 0 0 10px;
}
.threaded-thread .best-replies-wrapper .threaded.content-list .threaded.content-item .thread__header {
  margin-bottom: 0;
}
.threaded-thread .best-replies-wrapper .threaded.content-list .threaded.content-item .thread__header .votes.ui-tip {
  color: #666666;
  font-weight: bold;
  margin: 0 5px;
}
.threaded-thread .best-replies-wrapper .threaded.content-list .threaded.content-item .thread__header .content--abbreviated {
  color: #666666;
}
.threaded-thread .best-replies-wrapper .threaded.content-list .threaded.content-item .thread__header .thread__user-name .status.verified .fa {
  color: #35933c;
}
.threaded-thread .best-replies-wrapper .threaded.content-list .threaded.content-item .thread__header .thread__user-name .status.suggested .fa {
  color: #b4b4b4;
}
.threaded-thread .best-replies-wrapper .threaded.content-list .threaded.content-item .threaded.content-list .threaded.content-item .newreply {
  margin-bottom: 30px;
}
/*ig - Forum - Thread: Reply List*/

.threaded-thread .reply-header .threaded-filter .filter.order .filter-option {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: inline-block;
  width: auto;
}
.threaded-thread .threaded.content-list .threaded.content-item .rendered-content.ui-card {
  border-left-width: 5px;
  padding: 0;
}
.threaded-thread .threaded.content-list .threaded.content-item .rendered-content.ui-card {
  padding: 15px !important;
}
.threaded-thread .threaded.content-list .threaded.content-item .rendered-content.ui-card .content.full {
  margin-bottom: 20px;
}
.threaded-thread .threaded.content-list .threaded.content-item .thread__avatar .avatar,
.threaded-thread .threaded.content-list .threaded.content-item .thread__avatar .avatar img {
  border: 0;
  border-radius: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 64px;
  height: 64px;
  max-width: 64px !important;
  max-height: 64px !important;
}
.threaded-thread .threaded.content-list .content-item .content-item {
  border-left-with: 5px;
  margin-left: 25px;
}
.threaded-thread .threaded.content-list .content-item .content-item .rendered-content,
.threaded-thread .threaded.content-list .content-item .content-item .threaded.content-list,
.threaded-thread .threaded.content-list .content-item .content-item .newreply {
  border-left-width: 0;
}
.threaded-thread .threaded.content-list .content-item .newreply .reply-form select {
  margin-top: 3px;
}
.threaded-thread .threaded.content-list .content-item .newreply .reply-form .mce-widget.mce-btn.mce-primary.mce-btn-has-text.mce-submitpanel-button {
  background: #0099ff;
  border-radius: 0 !important;
  border: 1px solid #0099ff;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
.threaded-thread .threaded.content-list .content-item .newreply .reply-form .mce-widget.mce-btn.mce-primary.mce-btn-has-text.mce-submitpanel-button button {
  border-radius: 0 !important;
}
.threaded-thread .threaded.content-list .content-item .newreply .reply-form .mce-widget.mce-btn.mce-primary.mce-btn-has-text.mce-submitpanel-button button .mce-txt {
  font-weight: bold;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
.threaded-thread .threaded.content-list .content-item .newreply .reply-form .mce-widget.mce-btn.mce-primary.mce-btn-has-text.mce-submitpanel-button:hover,
.threaded-thread .threaded.content-list .content-item .newreply .reply-form .mce-widget.mce-btn.mce-primary.mce-btn-has-text.mce-submitpanel-button:focus {
  background: white !important;
}
.threaded-thread .threaded.content-list .content-item .newreply .reply-form .mce-widget.mce-btn.mce-primary.mce-btn-has-text.mce-submitpanel-button:hover button .mce-txt,
.threaded-thread .threaded.content-list .content-item .newreply .reply-form .mce-widget.mce-btn.mce-primary.mce-btn-has-text.mce-submitpanel-button:focus button .mce-txt {
  color: #0099ff;
}
/*Answer Statuses*/

.threaded-thread .content-list.threaded {
  padding-top: 0 !important;
}
.content-list.threaded .load-more .content-item .rendered-content.suggested,
.content-list.threaded .content-item .content-item .rendered-content.suggested,
.content-list.threaded .load-more .content-item .rendered-content.verified,
.content-list.threaded .content-item .content-item .rendered-content.verified {
  margin-top: 0;
  margin-bottom: 30px;
}
.threaded-thread .threaded.content-list .threaded.content-item .rendered-content.ui-card .thread__reply-status .fa {
  position: relative;
  top: 2px;
  font-size: 1.5em;
}
.threaded-thread .threaded.content-list .threaded.content-item .rendered-content.ui-card.verified::after,
.threaded-thread .threaded.content-list .threaded.content-item .rendered-content.ui-card.suggested::after {
  display: none;
}
/*Answered*/

.threaded-thread .threaded.content-list .threaded.content-item .rendered-content.ui-card.verified {
  border: 1px solid #35933c !important;
  border-left-width: 5px !important;
  border-radius: 0;
}
.threaded-thread .threaded.content-list .threaded.content-item .rendered-content.ui-card.verified .thread__reply-status {
  color: #35933c;
  font-size: 1.25rem;
}
/*Suggested Answer*/

.threaded-thread .threaded.content-list .threaded.content-item .rendered-content.ui-card.suggested {
  border: 1px solid #b4b4b4 !important;
  border-left-width: 5px !important;
  border-radius: 0;
}
.threaded-thread .threaded.content-list .threaded.content-item .rendered-content.ui-card.suggested .thread__reply-status {
  color: #b4b4b4;
  font-size: 1.25rem;
}
/*Not Answered*/

/*Reply List Actions*/

.threaded-thread .threaded.content-list .threaded.content-item .actions.meta .navigation-list {
  margin-bottom: 0;
  height: auto !important;
}
.threaded-thread .threaded.content-list .threaded.content-item .actions.meta .navigation-list > .container,
.threaded-thread .threaded.content-list .threaded.content-item .actions.meta .navigation-list > .container > ul {
  height: auto !important;
}
.threaded-thread .threaded.content-list .threaded.content-item .actions.meta .navigation-list .navigation-list-item {
  font-size: 0.875rem;
  line-height: 1.3em;
}
.threaded-thread .threaded.content-list .threaded.content-item .actions.meta .navigation-list .navigation-list-item a {
  border: 1px solid transparent;
  display: inline-block;
  line-height: 1.3em;
  padding: 5px 12px;
  border-radius: 0;
}
.threaded-thread .threaded.content-list .threaded.content-item .actions.meta .navigation-list .navigation-list-item a.new-reply {
  background: white;
  border: 1px solid black;
  color: black;
}
.threaded-thread .threaded.content-list .threaded.content-item .rendered-content:hover .actions.meta .navigation-list .navigation-list-item a.new-reply {
  background: white;
  border: 1px solid #0099ff;
  color: #0099ff;
}
.threaded-thread .threaded.content-list .threaded.content-item .rendered-content:hover .actions.meta .navigation-list .navigation-list-item a.new-reply:hover,
.threaded-thread .threaded.content-list .threaded.content-item .actions.meta .navigation-list .navigation-list-item a.new-reply:hover {
  background: #0099ff;
  border: 1px solid #0099ff;
  color: white;
}
/*Votes Up/Down*/

.threaded-thread .threaded.content-list .threaded.content-item .navigation-list .navigation-list-item .votes {
  display: inline-block;
  font-size: 1rem;
  position: absolute;
  top: 15px;
  right: 15px;
}
.threaded-thread .threaded.content-list .threaded.content-item .navigation-list .navigation-list-item .votes .up {
  display: inline-block;
  width: 25px;
  height: 20px;
  padding: 0 !important;
  margin: 0;
}
.threaded-thread .threaded.content-list .threaded.content-item .navigation-list .navigation-list-item .votes .down {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0 !important;
  margin: 0;
}
.threaded-thread .threaded.content-list .threaded.content-item .navigation-list .navigation-list-item .votes .up::before {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.threaded-thread .threaded.content-list .threaded.content-item .navigation-list .navigation-list-item .votes .down::before {
  top: 0;
  left: 0;
  width: 25px;
  height: 20px;
  font-size: 20px;
}
/*ig - Forum - Thread Details*/

.thread-details .content-details.minimal .attribute-list .attribute-item {
  font-size: 1rem;
}
.thread-details .content-details.minimal .attribute-list .attribute-item.state .attribute-value,
.thread-details .content-details.minimal .attribute-list .attribute-item.state .attribute-value a {
  font-size: 1.25rem !important;
  font-family: "aktiv-grotesk-thin", sans-serif;
}
.thread-details .content-details.minimal .attribute-list .attribute-item .attribute-name,
.thread-details .content-details.minimal .attribute-list .attribute-item .attribute-value {
  color: #666666;
}
.thread-details .content-details .attribute-list .attribute-item.state.verified .attribute-value a::after,
.thread-details .content-details .attribute-list .attribute-item.state.suggested .attribute-value a::after {
  display: none !important;
}
.thread-details .content-details.minimal .attribute-list .attribute-item.state.verified .attribute-value a {
  color: #35933c;
}
.thread-details .content-details.minimal .attribute-list .attribute-item.state.suggested .attribute-value a {
  color: #b4b4b4;
}
.thread-details .content-details.minimal .attribute-list .attribute-item.state.not-answered .attribute-value .fa {
  color: #f13a47;
}
.thread-details .content-tags {
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .thread__content .thread__footer .thread__tags,
  .thread__content .thread__footer .thread__author {
    float: none;
    width: auto;
  }
  .thread__footer .thread__content .thread__author {
    margin-top: 10px;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 699px) {
  .thread-list__filters select,
  .thread-list__filter-select {
    float: none;
    margin: 5px 0;
    padding: 5px;
  }
}
@media only screen and (570px) {
  .thread-list__filters select {
    float: none;
    margin: 5px 0;
    padding: 5px;
  }
  .thread__footer .thread__tags,
  .thread__footer .thread__author {
    float: none;
    margin-bottom: 5px;
    margin-top: 5px;
  }
}
/****
Navigation | Forum
****/

.forum-nav {
  background: black;
  overflow: visible;
  padding: 10px 0;
}
.forum-nav__title {
  display: inline-block;
  font-size: 1.125rem;
  color: white;
}
.forum-nav__title a {
  color: white;
  -webkit-transition: color 250ms linear;
  transition: color 250ms linear;
}
.forum-nav__title > span.forum-nav__label a {
  font-weight: bold;
}
.forum-nav__title a:hover,
.forum-nav__title a:focus {
  color: #0099ff;
}
.forum-nav__title .fa-rss {
  color: #999999;
}
.forum-nav__child-label {
  display: inline-block;
}
.forum-nav__child-label::before {
  content: "|";
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.forum-nav__functions {
  display: inline-block;
  float: right;
  /**/
  height: 26px;
}
.forum-nav__functions--col {
  display: inline-block;
  height: 26px;
  /**/
  vertical-align: top;
}
.forum-nav__functions .nav__dropbtn {
  margin-top: 0;
  vertical-align: top;
}
.forum-nav__functions .nav__dropdown {
  width: 150px;
}
.forum-nav__functions .forum-nav__search {
  position: relative;
}
.forum-nav__search .fa.fa-search {
  color: #b4b4b4;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
}
.forum-nav__functions .forum-banner__search-input {
  font-size: 0.875rem;
  line-height: 1rem;
  padding-left: 1.4rem;
  text-align: left;
  width: auto;
  height: auto;
}
.forum-nav__askQuestion-container.forum-nav__functions--col {
  margin-left: 15px;
}
.forum-nav__askQuestion a {
  box-sizing: border-box;
  border: 1px solid transparent;
  padding: 4px 8px;
  background: #0099ff;
  color: white;
  font-size: 0.875rem;
  line-height: 1rem;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
.forum-nav__askQuestion a:hover,
.forum-nav__askQuestion a:focus {
  border: 1px solid #0099ff;
  background: transparent;
  color: #0099ff;
}
.forum-nav__createCase a {
  margin: 0 5px;
}
@media only screen and (max-width: 1024px) {
  .forum-nav__createCase a {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 960px) {
  .forum-nav__title > .forum-nav__child-label {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .forum-nav__title {
    display: block;
    float: none;
    text-align: center;
  }
  .forum-nav__title > .forum-nav__child-label {
    display: none;
  }
  .forum-nav__functions {
    display: block;
    float: none;
    height: auto;
    margin-top: 10px;
  }
  .forum-nav__functions > .forum-nav__functions--col.forum-nav__search-container {
    margin-right: 5%;
    margin-left: 5%;
    width: 90%;
  }
  .forum-nav__functions .forum-banner__search-input {
    width: 100%;
  }
  .forum-nav__functions > .forum-nav__functions--col.forum-nav__askQuestion-container {
    display: block;
    margin: 10px auto 0;
    width: 90%;
  }
  .forum-nav__askQuestion a {
    display: block;
    text-align: center;
  }
  .forum-nav__functions > .forum-nav__functions--col.forum-nav__createCase-container {
    display: block;
    margin: 10px 5%;
  }
  .forum-nav__createCase {
    margin: 0;
  }
  .forum-nav__createCase a {
    display: block;
    font-size: 1rem;
    text-align: center;
  }
}
/****
Popup Search
> Forums and Ideas
****/

.popup-list.search .content-list.content.popup-list--search {
  width: 100% !important;
}
.popup-list.search .content-list.content .content-item .content.forum.forum-thread,
.popup-list.search .content-list.content .content-item .content.forum.forum-reply,
.popup-list.search .content-list.content .content-item.ideas > .content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 10px;
}
.popup-list.search .content-list.content .content-item .content.forum.forum-thread .content,
.popup-list.search .content-list.content .content-item .content.forum.forum-reply .content .popup-list.search .content-list.content .content-item.ideas > .content .content {
  margin-right: 0;
  width: 100%;
}
.popup-list.search .content-list.content .attributes {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  text-align: left;
}
.popup-list.search .content-list.content .attributes .attribute-list {
  color: #b4b4b4;
  display: block;
  font-size: 12px;
  width: 100%;
}
.popup-list.search .content-list.content .attributes .attribute-list .attribute-item {
  display: inline-block;
  margin: 0;
}
.popup-list.search .content-list.content .attributes .attribute-list .attribute-item a {
  color: #b4b4b4 !important;
}
.popup-list.search .content-list.content .attributes .attribute-list .attribute-item.date + li::before {
  border-right: 0.1em solid currentColor;
  content: '';
  display: inline-block;
  height: 0.8em;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}
.popup-list.search .attribute-list .attribute-item.date + li + li::before {
  content: '>';
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.popup-list.search .summary .author .username a {
  color: #b4b4b4 !important;
  font-size: 0.75rem;
}
.popup-list.search .summary .status .attribute-list .attribute-item.answered a {
  color: #35933c;
}
.popup-list.search .content-list.content .content-item:hover,
.popup-list.search .content-list.content .content-item:focus {
  background: whitesmoke !important;
}
.popup-list.search .content-list.content .content-item:hover .summary .name a,
.popup-list.search .content-list.content .content-item:focus .summary .name a {
  color: #333333;
}
.popup-list.search .multiple-column-list .content-list.content .content-item:hover a,
.popup-list.search .multiple-column-list .content-list.content .content-item.selected a,
.popup-list.search .multiple-column-list .content-list.content .content-item:hover .content.abbreviated > .attributes a,
.popup-list.search .multiple-column-list .content-list.content .content-item.selected .content.abbreviated > .attributes a {
  color: #0099ff;
}
.popup-list.search .multiple-column-list .content-list.content .content-item:hover a:hover,
.popup-list.search .multiple-column-list .content-list.content .content-item.selected a:hover,
.popup-list.search .multiple-column-list .content-list.content .content-item:hover .content.abbreviated > .attributes a:hover,
.popup-list.search .multiple-column-list .content-list.content .content-item.selected .content.abbreviated > .attributes a:hover {
  color: #0099ff;
  text-decoration: underline;
}
/****
Search
****/

.search__container {
  box-sizing: border-box;
  position: relative;
}
.search__input,
.search__input[type="search"] {
  background: whitesmoke;
  border: 1px solid #dddddd;
  box-sizing: border-box !important;
  color: #aaaaaa;
  display: block;
  padding: 5px;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
  width: 100%;
  -webkit-appearance: none;
}
.search__input:focus,
.search__input[type="search"]:focus {
  background: white;
  color: #666666;
}
.search__icon--inline .search__icon {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search__icon--inline .search__input,
.search__icon--inline .search__input[type="search"] {
  padding: 5px 5px 5px 40px;
}
/****
Forum Banner
****/

.forum-banner__inner-container,
.forum-tabs {
  display: block !important;
  max-width: 1178px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.forum-banner {
  background: #0099ff;
  color: white;
  margin-top: -30px;
  padding: 60px 25px;
  text-align: center;
}
.forum-banner__inner-container {
  width: 100%;
  color: white;
  margin: 0 auto;
}
.forum-banner__header {
  margin-bottom: 0.5rem;
  color: white;
}
.forum-banner__subheader {
  margin-top: 0;
  color: white;
}
.forum-banner__search {
  width: 100%;
}
input.forum-banner__search-input {
  background: whitesmoke;
  border: none;
  box-sizing: border-box;
  color: #666666;
  display: block;
  font-size: 1.125rem;
  /* line-height: 1.75rem; */
  height: 2.5rem;
  margin: 0 auto;
  padding: 5px;
  text-align: center;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input.forum-banner__search-input:focus {
  background: white;
  color: #333333;
  text-align: left;
}
.forum-banner__stats {
  color: #eeeeee;
}
.forum-banner__stat {
  margin-right: 8px;
}
.forum-banner__stat-value {
  font-weight: bold;
  color: white;
}
/****
Forum: Home Forums Lists
****/

.forum-tabs {
  display: inline-block;
  width: 100%;
  margin-top: 50px;
}
/*Forum Tabs*/

.forum-tabs__content {
  overflow: hidden;
  padding: 15px;
}
.forum-tabs__content .forum-tabs__tab {
  display: none;
}
.forum-tabs__content .forum-tabs__tab.tab--active {
  display: block;
}
/*Forums List*/

.forum-tabs__forum {
  width: 47.5%;
  float: left;
  height: auto;
  display: inline-block;
  margin-left: 5%;
  margin-bottom: 50px;
}
.forum-tabs__forum:nth-child(2n+1) {
  margin-left: 0;
  clear: both;
}
.forum-tabs__forum a {
  padding: 8px 0;
  display: inline-block;
  float: right;
}
.forum-tabs__forum a::after {
  content: ">";
  font-size: 0.75rem;
  margin-left: 8px;
}
.forum-tabs__forum .forum__title {
  display: block !important;
  padding: 8px 0;
  font-weight: bold;
  float: none !important;
}
.forum__tag {
  display: table;
  padding: 8px 0;
  border-top: 1px solid #cccccc;
  width: 100%;
}
.forum__tag:last-child {
  border-bottom: 1px solid #cccccc;
}
.forum__tag > span {
  display: table-cell;
  vertical-align: middle;
}
.forum__tag-::after {
  display: none;
}
.forum-tabs__forum .forum__tag-name {
  display: table-cell;
  float: none;
  padding: 0;
  vertical-align: middle;
}
.forum-tabs__forum .forum__tag-name::after {
  display: none;
}
.forum-tabs__forum .forum__tag-name .tag-label:hover,
.forum-tabs__forum .forum__tag-name .tag-label:focus {
  background: #dceffd;
}
.forum__tag-thread-count {
  width: 100px;
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.25em;
}
.forum__tag-thread-count > span {
  display: block;
  font-size: 0.875rem;
}
.forum__tag-thread-count-num {
  font-weight: bold;
}
.forum__tag-thread-count > span {
  display: block;
}
.forum-tabs__links {
  display: table;
  margin: 0 0 30px;
  padding: 0;
  position: relative;
  width: 100%;
  text-align: center;
}
.forum-tabs__link {
  display: inline-block;
  margin: 0;
  float: none;
  background: white;
  vertical-align: bottom;
  bottom: 0;
  margin: 0 5px;
  z-index: 1;
  position: relative;
  text-align: center;
}
.forum-tabs__links a {
  background: white;
  border: 1px solid #dedede;
  border-width: 1px 1px 1px 1px;
  border-bottom: 1px solid #0099ff;
  color: #999999;
  display: inline-block;
  margin: 0;
  padding: 10px 20px;
}
.forum-tabs__link.link--active a {
  border: 1px solid #0099ff;
  border-width: 1px 1px 1px 1px;
  border-bottom: 1px solid transparent;
  color: #0099ff;
  cursor: pointer;
}
.forum-tabs__link:first-child a {
  border-left: 1px solid #dedede;
}
.forum-tabs__link.link--active:first-child a {
  border-left: 1px solid #0099ff;
}
.forum-tabs__links a:hover,
.forum-tabs__links a:focus {
  border-color: #eeeeee #eeeeee #0099ff #eeeeee;
  color: #666666;
}
.forum-tabs__link.link--active a:hover,
.forum-tabs__link.link--active a:focus {
  border-color: #0099ff #0099ff transparent #0099ff;
  color: #0099ff;
}
.forum-tabs__links::after {
  border-bottom: 1px solid #0099ff;
  content: '';
  display: block;
  height: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .forum-banner__stats > span {
    display: block;
  }
  .forum-tabs__forum {
    display: block;
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .forum-tabs__link {
    display: block;
    margin: 0;
  }
  .forum-tabs__link a {
    border: 2px solid #dedede;
    display: block;
  }
  .forum-tabs__link.link--active a {
    border: 2px solid #0099ff;
  }
  .forum-tabs__link a:hover,
  .forum-tabs__link a:focus {
    border: 2px solid #eeeeee;
  }
  .forum-tabs__link.link--active a:hover,
  .forum-tabs__link.link--active a:focus {
    border: 2px solid #0099ff;
  }
}
/****
Search Results
****/

.content-fragment-page.search-searchresultlist .content-fragment .content.abbreviated .content {
  width: 100%;
  margin: 0;
}
.content-fragment-page.search-searchresultlist .filter-selector {
  width: 100%;
}
/****
Newsletter Signup Popup
****/

/* .newsletter-popup {
  background: rgba(0,0,0,0.85);
  position: fixed; bottom: -500px; left: 0; right: 0;
  z-index: 9999;
  transition: bottom 1s ease-out;
}
.newsletter-popup.newsletter-popup--reveal {bottom: 0; -webkit-transition: bottom 2s ease-out; transition: bottom 2s ease-out;}
.newsletter-popup__wrapper {box-sizing: border-box; max-width: 1024px; width: 100%; margin: 0 auto; padding: 0 30px;}
.newsletter-popup .newsletter__form-container {box-sizing: border-box; padding: 10px;}
.newsletter-popup .newsletter__form-container > div,
.newsletter-popup__header > div { display: inline-block; vertical-align: middle; }
.newsletter-popup__header { width: 40%; }
.newsletter-popup__form { width: 55%; }

.newsletter-popup .close {
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 40px;
  font-weight: bold;
  opacity: 0.5;
  position: absolute; top: 50%; right: 10px;
  line-height: normal;
  overflow: hidden;
  padding: 0;
  transform: translateY(-50%);
}
.newsletter-popup .close:hover, .newsletter-popup .close:focus { opacity: 1; }
@media only screen and (max-width: 768px) {
  .newsletter-popup__wrapper { padding: 0 20px; }
  .newsletter-popup__header { padding: 0 10px; margin-bottom: 10px; width: 100%; }
  .newsletter-popup__form { width: 100%; }
  .newsletter-popup .close { top: 10px; right: 10px;}
}
@media only screen and (max-width: 480px) {
  .newsletter-popup__wrapper { padding: 0 10px; }
  .newsletter-popup__header { margin-bottom: 0; }
  .newsletter-popup__header > div:first-child { display:none; }
} */

/*******
*******
End UI Components
*******
******/

/*******
*******
SLIDESHOW
*******
******/

.featured-content-slider {
  max-width: 1180px !important;
}
.content-fragment.featured-content-slider.with-spacing {
  padding-top: 0;
  padding-bottom: 0;
}
.content-fragment.featured-content-slider .content-fragment-content {
  background-color: #ededed;
}
.content-fragment.featured-content-slider .featured-content-slider .content-list-wrapper .content-list .content-item > .avatar-container > .avatar-wrapper > .avatar img {
  width: 100%;
}
.content-fragment.featured-content-slider .featured-content-slider .content-list-wrapper .content-list .content-item > .avatar-container > .avatar-wrapper {
  float: none;
  left: 0;
}
.content-fragment.featured-content-slider .featured-content-slider .content-list-wrapper .content-list .content-item > .avatar-container > .avatar-wrapper > .avatar {
  left: 0;
  width: auto;
}
.content-fragment.featured-content-slider .featured-content-slider .content-list-wrapper .content-list .content-item > .avatar-container > .avatar-wrapper > .avatar.shadowed:after {
  background-color: rgba(0, 0, 0, 0.35);
}
.content-fragment.featured-content-slider,
.content-fragment.featured-content-slider .featured-content-slider .content-list-wrapper,
.content-fragment.featured-content-slider .featured-content-slider .content-list-wrapper .content-list .content-item > .avatar-container > .avatar-wrapper > .avatar.shadowed:after {
  width: 100%;
}
/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */

/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/

@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/

.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/

.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/

.flexslider {
  margin: 0 0 60px;
  background: white;
  /*border: 4px solid #fff;*/
  border: 0;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  /*font-family: "flexslider-icon";*/
  font-family: "FontAwesome";
  font-size: 40px;
  display: inline-block;
  /*content: '\f001';*/
  content: '\f053';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  /*content: '\f002';*/
  content: '\f054';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: black;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: black;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
* FEATURED THEME
* ====================================================================================================================*/

/*Adjustment to slide container*/

#ctl02_ctl02_page.content-fragment-page.evolution-reflow-container {
  overflow: hidden;
}
#ctl02_ctl02_layout,
#ctl02_ctl02_header .layout-region-inner.header {
  overflow: visible;
}
.featured-content-slider {
  height: auto !important;
}
.featured-content-slider .content-fragment-content {
  position: relative !important;
}
/*end adjustment to slide container*/

/*.flexslider--featured.flexslider__container {max-width:1180px; padding: 0;}*/

.flexslider--featured.flexslider__container {
  padding: 0;
}
.flexslider--featured.flexslider__container .flexslider {
  margin: 0;
}
.flexslider--featured.flexslider__container .flex-viewport {
  overflow: visible !important;
}
.flexslider--featured.flexslider__container .slides {
  background: white;
}
.flexslider--featured.flexslider__container .slide-item {
  background-color: transparent !important;
  cursor: default !important;
  position: relative;
}
.flexslider--featured__image.shadowed {
  margin: 0 2px;
  position: relative;
}
.flexslider--featured__image.shadowed::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.flexslider--featured__content {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.flexslider--featured__content .flexslider__details a {
  color: white;
}
.flexslider--featured__content .flexslider__details a:hover {
  color: white;
  text-decoration: underline;
}
.flexslider--featured__content .flexslider--featured__title {
  margin: 0;
}
.flexslider--featured__content .flexslider--featured__title a:hover {
  text-decoration: underline;
}
.flexslider--featured__content .content {
  color: white;
  font-size: 0.875rem;
  margin: 15px 0;
}
.flexslider--featured__content .ui-btn.ui-btn--default:hover,
.flexslider--featured__content .ui-btn.ui-btn--default:focus {
  color: white;
  border-color: white;
}
.flexslider--featured.flexslider__container .flex-control-paging {
  bottom: 0;
}
.flexslider--featured.flexslider__container .flex-control-paging a {
  background: #b4b4b4;
  background: rgba(255, 255, 255, 0.6);
}
.flexslider--featured.flexslider__container .flex-control-paging a.flex-active {
  background: white;
  background: rgba(255, 255, 255, 0.9);
}
.flexslider--featured.flexslider__container .flex-direction-nav a {
  line-height: 40px;
}
@media only screen and (max-width: 1180px) {
  .flexslider--featured.flexslider__container .flexslider,
  .flexslider--featured.flexslider__container .flex-viewport {
    overflow: hidden !important;
  }
  .flexslider--featured__image.shadowed {
    margin: 0;
  }
}
@media only screen and (max-width: 960px) {
  .flexslider--featured__content header {
    margin-bottom: 15px;
  }
  .flexslider--featured__content .content {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .flexslider--featured__content header {
    margin-bottom: inherit;
  }
  .flexslider--featured__image.shadowed {
    margin: 0;
  }
  .flexslider--featured__content {
    position: relative;
    left: auto;
    right: auto;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: #333333;
    padding: 20px 20px 40px;
    box-sizing: border-box;
    margin: 0;
  }
  .flexslider--featured__content .content {
    display: block;
  }
  .flex-direction-nav a:before {
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  }
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .single-column.content-fragment-page,
  .single-column.content-fragment-page.home,
  .single-column.content-fragment-page.post {
    overflow: hidden;
  }
}
