/* ====================================================
CSS RESET
==================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, input, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, textarea, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
 	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* ====================================================
TRUSTPILOT DEFAULT FONT
==================================================== */
@font-face {
    font-family: TrustpilotDefaultFont;
    font-style: normal;
    font-weight: 300;
    src: url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-light.woff2") format("woff2"), url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-light.woff") format("woff")
}

@font-face {
    font-family: TrustpilotDefaultFont;
    font-style: normal;
    font-weight: 400;
    src: url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-regular.woff2") format("woff2"), url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-regular.woff") format("woff")
}

@font-face {
    font-family: TrustpilotDefaultFont;
  	font-style: normal;
    font-weight: 500;
    src: url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-medium.woff2") format("woff2"), url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-medium.woff") format("woff")
}

@font-face {
    font-family: TrustpilotDefaultFont;
  	font-style: normal;
    font-weight: 700;
    src: url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-bold.woff2") format("woff2"), url("//cdn.trustpilot.net/brand-assets/2.1.0/fonts/trustpilot-default-font-bold.woff") format("woff")
}

/* ====================================================
BASE STYLES | PRODUCTION
==================================================== */
html, body { 
  font-family: 'TrustpilotDefaultFont', Arial, sans-serif; 
}

html {
  background-color: #ffffff;
  font-size: 1em;
  line-height: 1.7;
}
@media only screen and (min-width: 1024px)  {
   html {
    font-size: 1.1em;
  }
}

body {
  color: #333333; /*Trustpilot text black*/
  margin: 0;
  overflow-x: hidden; /*due to responsible nav*/
  position: relative; /*enables artilce images to expand*/
}

/* TYPOGRAPHY
============== */
/* LINKS */
a {
  color: #1D71CC;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

a:hover {
  text-decoration: underline;
}

a:visited {
	color: #824991; 
}

/* HEADINGS */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

h1 {
  font-size: 1.8rem;
  line-height: 1.25;
  margin: 8px 0 8px 0;
}

h2 {
  font-size: 1.4rem;
  line-height: 1.25;
  margin: 40px 0 8px 0;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.25;
  margin: 40px 0 12px 0;
}

h4 {
  font-size: 1.1rem;
  line-height: 1.25;
  margin: 1em 0 0.375em 0;
}

/* OTHER TYPOGRAPHICE ELEMENTS — u, lists, strong */
u {
	text-decoration-skip: ink;
}

ul, ol {
  list-style: none;
}

strong, b {
  font-weight: bold;
}

em {
  color: rgba(111, 111, 135, 1);
  font-size: 0.85rem;
  font-weight: 300;
}

.search-result-description em {
  color: rgba(27, 27, 33, 1);
  font-size: 1rem;
  font-weight: 700;
}

/* IMAGES
========== */
img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}

figure > img {
  display: block;
}

/* TABLE
========= */
table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}

[dir="rtl"] table {
  text-align: right;
}

td, th {
  border-color: #eeeeee;
  border-style: solid;
  padding: 12px;
}

th {
  border-width: 1px 0;
  color: #333333;
  font-size: 11px;
  font-weight: normal;
  white-space: nowrap;
}

td {
  border-width: 0 0 1px 0;
}

/* OTHER ELEMENTS — button, input, lable, select, textarea
=========================================================== */
button, 
[role=button], 
[type=button], 
[type=submit] {
  -webikt-appearance: none;
  background: #00b67a;
  border: 2px solid transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: none;
  color: #191919;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8rem;
  line-height: 33px;
  padding: 4px 16px 4px 16px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}

button:active, 
[role=button]:active, 
[type=button]:active, 
[type=submit]:active {
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
}

/* PRIMARY BUTTON | ORANGE */
/* not on brand, needs to be updated*/
.btn-primary {
  background-color: #e78125;
  border: 1px solid #e78125;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
	box-shadow: 0 2px 0 0 #9b5700;
  color: #fff;
  display: inline-block;
  font-size: 0.9rem;
  height: auto;
  padding: 0.375em 0.75em 0.375em 0.75em;
}

.btn-primary:hover,
.btn-primary:focus {
	background-color: #d47800;
  color: #fff;
}

.btn-primary:active {
	background-color: #d47800;
  box-shadow: 0 1px 0 0 #9b5700;
}

/* BRAND TERTIARY BUTTON */
/*.o-button-tertiary {
  background: transparent;
	border: 2px solid #000032;
}

.o-button-tertiary:hover {
	background: #000032;
  border: 2px solid #000032;
  color: #fff;
}

.o-button-tertiary:focus {
	background: #000032;
  border: 2px solid #000032;
  box-shadow: 0 0 2px 0 #000032;
  color: #fff;
}

.o-button-tertiary:active {
	background: transparent;
  border: 2px solid #000032;
  box-shadow: 0 0 2px 0 #000032;
  color: #000032;
}*/

input[type="submit"],
.primary-button,
.article__body .primary-button,
.article__cta__copy a,
.article__body .article-tp_signin_btn {
  background: #00b67a;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  font-size: inherit;
  height: auto;
  margin: 1em 0 1em 0;
  padding: 8px 24px 8px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.article__body .primary-button,
.article__body .article-tp_signin_btn {
  font-size: 0.9rem;
}

.article__cta__container .article__cta__copy a {
  margin: 1em 0 0 0;
  text-decoration: none;
}

@media only screen and (min-width: 768px)  {
	input[type="submit"],
  .primary-button,
  .article__body .primary-button,
  .article__body .article-tp_signin_btn {
    width: auto;
  }
}

input[type="submit"]:hover,
.primary-button:hover,
.article__body .primary-button:hover,
.article__cta__copy a:hover,
.article__body .article-tp_signin_btn:hover {
	background: #009260;
  border: none;
  text-decoration: underline;
}

input[type="submit"]:focus,
.primary-button:focus,
.article__body .primary-button:focus,
.article__cta__copy a:focus,
.article__body .article-tp_signin_btn:focus {
	background: #00b67a;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  top: 0;
}

input[type="submit"]:active,
.primary-button:active,
.article__body .primary-button:active,
.article__cta__copy a:active,
.article__body .article-tp_signin_btn:active {
	background: #00b67a;
  border: none;
  text-decoration: none;
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
}

.primary-button:visited,
.article__body .primary-button:visited,
.article__cta__copy a:visited,
.article__body .article-tp_signin_btn:visited{
	border: none;
  color: #ffffff;
}

/* SECONDARY BUTTON */
/* DARK BLUE */
.button-secondary {
  background: #000032;
	border: 2px solid #000032;
  color: #ffffff;
}

.button-secondary:hover {
	background: transparent;
  color: #000032;
  text-decoration: underline;
}

.button-secondary:focus  {
	background: transparent;
  color: #000032;
  text-decoration: underline;
}

.button-secondary:active  {
	background: transparent;
  color: #000032;
}

.o-tertiary-button,
.c-article__subscribe [role=button] {
  background: transparent;
  border: 1px solid rgba(197, 197, 214, 1);
  border-radius: 2px;
  color: rgba(69, 69, 84, 1);
  display: inline-block;
  height: auto;
  margin: 0 0 0 0;
  padding: 1em 2em 1em 2em;
  position: relative;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
	.c-article__subscribe [role=button] {
    font-size: 0.75rem;
    padding: 0 12px 0 12px;
  }
}

.o-tertiary-button:hover,
.c-article__subscribe [role=button]:hover {
  background-color: rgba(242, 242, 245, 1);
  text-decoration: underline;
}

.o-tertiary-button:focus,
.c-article__subscribe [role=button]:focus {
  background-color: rgba(242, 242, 245, 1);
  box-shadow: none;
  text-decoration: underline;
}

.o-tertiary-button:active,
.c-article__subscribe [role=button]:active {
  box-shadow: none;
  text-decoration: underline;
  top: 0;
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
}

.o-tertiary-button:visited,
.c-article__subscribe [role=button]:visited {
  color: rgba(69, 69, 84, 1);
}


[role=button][aria-selected="true"],
.o-tertiary-button[aria-selected="true"]{
  background-color: rgba(242, 242, 245, 1);
  border: 1px solid rgba(111, 111, 135, 1);
}

[role=button][aria-selected="true"]:hover,
[role=button][aria-selected="true"]:focus,
.o-tertiary-button[aria-selected="true"]:hover,
.o-tertiary-button[aria-selected="true"]:focus {
  border: 1px solid rgba(197, 197, 214, 1);
}

a.btn-primary,
a.btn-primary:focus,
a.btn-primary:hover,
a.btn-primary:active,
a.btn-primary:visited {
	color: #FFFFFF;
  text-decoration: none;
}

a[role="button"]:hover {
  text-decoration: none;
}

/* DROPDOWN CARETS */
button,
[role=button],
[type=button],
[type=submit] {
  background: #e6e6e6;
}

.comment-form-controls input[type=submit]:hover,
button:hover,
[role=button]:hover,
[type=button]:hover,
[type=submit]:hover {
  background: #d2d2d2;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.comment-form-controls input[type=submit]:focus,
button:focus,
[role=button]:focus,
[type=button]:focus,
[type=submit]:focus,
.comment-form-controls input[type=submit]:active,
button:active,
[role=button]:active,
[type=button]:active,
[type=submit]:active {
  background: #d2d2d2;
  box-shadow: 0 2px 1px -1px #888;
  text-decoration: none;
}

/* INPUT
======================== */
input {
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(182,196,210,.3);
  display: inline-block;
  //height: 52px;
  outline: none;
  padding: 8px 12px 8px 12px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  vertical-align: middle;
}

input.text,
input[type="text"],
input[type="button"],
.input-checkbox {
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
	border-radius: 4px;
}

input[type="checkbox"] + label {
  display: inline-block;
  margin-left: 4px;
}

input[type=text] {
  width: 100%;
}

input:hover {
    border-color: #1D71CC;
}

input:focus {
    border-color: #1D71CC;
}

/* INPUT[TYPE="SUBMIT"] */
input[type="submit"] {
  -webkit-appearance: none;
  background-color: #00b67a;
  border: 0 solid transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: none;
  color: #fff;
  font-size: 0.9rem;
  height: auto;
  padding: 12px 32px 16px 32px;
	width: 100%;
}
@media only screen and (min-width: 768px)  {
	input[type="submit"] {
    width: auto;
  }
}

input[type="submit"]:hover {
	background-color: #009D69;
  border: 0px solid transparent;
}

input[type="submit"]:focus {
  background-color: #009D69;
	border: 0px solid transparent;
  box-shadow: 0 0 2px 0 #00b67a;
}
 
input[type="submit"]:active {
  background-color: #009D69;
  border: 0px solid transparent;
}

input[type="submit"][disabled] {
  background-color: #B0EAD7;
  border: 0px solid transparent;
}

/* INPUT BROWSER COMPATIBILITY */
input::-ms-clear {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

/* INPUT PLACEHOLDER */
::-webkit-input-placeholder {
  color: #cccccc;
}

:-ms-input-placeholder {
  color: #cccccc;
}

::-moz-placeholder {
  color: #cccccc;
}

input[type=checkbox] + label {
  display: inline-block;
  margin-left: 4px;
}

/* LABEL
======================== */
label {
  display: inline-block;
  vertical-align: middle;
}

/* SELECT
======================== */
select {
  color: #252525;
}

/* TEXTAREA
======================== */
textarea {
  -webkit-appearance: none;
  border: 1px solid rgba(197, 197, 214, 1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(182,196,210,.3);
  height: 104px;
  outline: none;
  padding: 8px 12px 8px 12px;
  resize: vertical;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  vertical-align: middle;
  width: 100%;
}

textarea:hover {
    border-color: #1D71CC;
}

textarea:focus {
    border-color: #1D71CC;
}

/* ====================================================
   CUSTOM ICONS
==================================================== */

/* MASTER SVG ICON SPRITESHEET
============================== */

/*Almost all custom icons are included on the following SVG spritesheet*/
/*search icon on CTA button not included though*/
[class*="icon-"]:before {
  content:"";
  display: block;
  background-image: url('//theme.zdassets.com/theme_assets/33641/61461dae63c33509302b73ccf47bf2e2b142e9ab.svg');
  background-repeat: no-repeat;
  background-size: 500px 150px;
  text-indent: 100%;
  overflow: hidden;
}

/* CUSTOM ICONS IN HEADER
============================== */
.icon-external-link:before {
  background-position: -50px 0;
  float: right;
  height: 24px;
  margin-top: 8px;
  width: 24px;
}

/* CUSTOM ICONS IN SEARCH
============================== */
.icon-search:before {
  background-position: 0 0;
  content: "";
  height: 16px;
  left: 16px;
  position: absolute;
  top: 28px;
  width: 16px;
}

/* SEARCH ICON ON CTA BUTTON
============================== */
.icon-search:after {
  background-image: url("//theme.zdassets.com/theme_assets/33641/41ab6bca64be43c4e104bed3bd8ee06bf19dfe69.svg");
  background-position: 0 0;
  content: "";
  height: 16px;
  right: 32px;
  position: absolute;
  top: 28px;
  width: 16px;
}
@media only screen and (min-width: 1024px) {
  .icon-search:after {
    display: none;
  }
}


/* CUSTOM ICONS IN FOOTER
============================== */
.icon-facebook:before {
  background-position: 0 -50px;
  height: 24px;
  width: 24px;
}

.icon-twitter:before {
	background-position: -50px -50px;
  height: 24px;
  width: 24px;
}

.icon-linkedin:before {
	background-position: -100px -50px;
  height: 24px;
  width: 24px;
}

.icon-google:before {
	background-position: -150px -50px;
  height: 24px;
  width: 24px;
}

/* 
   END CUSTOM ICONS
==================================================== */
/* ====================================================
   HEADER
==================================================== */
.brand-header {
  background-color: #000032;
  z-index: 9999;
}

.brand-header a {
  color: #ffffff;
  text-decoration: none;
}

.brand-header--fixed {
  height: 72px
}

.brand-header--actual {
  background-color: #000032;
  height: 72px;
  width: 100%;
  z-index: 9998;
}

.brand-header--fixed .brand-header--actual {
  position: fixed;
  top: 0;
  left: 0;
}

.brand-header__container {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 20px;
}

@media only screen and (min-width: 1024px) {
  .brand-header__container {
  	align-items: unset;
    display: block;
    flex: unset;
  	flex-direction: unset;
  	justify-content: unset;
	}
}

.brand-header__wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex: 1;
  height: 72px;
  justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
  .brand-header__wrapper {
    display: inline-block;
    vertical-align: top;
    width: 40%;
	}
}

/* LOGO AREA
======================== */
.brand-header__logo-container {
  margin-right: 32px;
}
@media only screen and (min-width: 1024px) {
  .brand-header__logo-container {
    display: inline-block;
    vertical-align: middle;
    width: auto;
	}
}

.logo__wrapper {
  align-items: flex-end;
  display: inline-flex;
  flex-direction: column;
}
@media only screen and (min-width: 660px) {
  .logo__wrapper {
    flex-direction: row;
    padding: 20px 0 20px 0;
	}
}

.logo__image {
  height: 24px;
  width: 97px;
}
@media only screen and (min-width: 660px) {
  .logo__image {
  	height: 32px;
  	width: 130px;
	}
}

.logo__text {
  font-size: 0.65rem;
  font-weight: 300;
}
@media only screen and (min-width: 660px) {
  .logo__text {
    font-size: 0.8rem;
    margin: 0 0 -2px 8px;
	}
}

/* SKIP LINK
======================== */
.brand-header__skip-link {
  display: inline-block;
  height: 32px;
  font-size: 0.85rem;
  left: 42%;
  line-height: 1;
  padding: 20px 0 20px 0;
  position: fixed;
  top: -200px;
  vertical-align: middle;
}

.brand-header__skip-link:active {
  text-decoration: underline;
  position: fixed;
  top: 0;
}

.brand-header__skip-link:focus {
  position: fixed;
  top: 0;
}


/* MOBILE HAMBURGER MENU
======================== */
/* restart [role=button] settings */
.brand-header__menu[role="button"] {
  background: transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  display: block;
  font-size: inherit;
  height: 16px;
  line-height: inherit;
  margin-left: 24px;
  padding: 0 0 0 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 0;
  width: 16px;
}
@media only screen and (min-width: 1024px) {
  .brand-header__menu[role="button"] {
  	display: none;
	}
}

.brand-header__menu[role="button"]:hover {
  background: transparent;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.brand-header__menu[role="button"]:focus {
  background: transparent;
  box-shadow: none;
  top: 0;
}

/* hamburger menu stylling */
.brand-header__menu-line {
  background: #00b67a;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: block;
  height: 2px;
  left: 0;
  opacity: 1;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  width: 100%;
}

.brand-header__menu-line_top {
  top: 0;
}

.brand-header__menu-line_middle {
  top: 6px;
}

.brand-header__menu-line_bottom {
  top: 12px;
}

/* hamburger icon turning to cross icons */
.js-brand-header__menu--open .brand-header__menu-line_top {
  left: 3px;
  top: 1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.js-brand-header__menu--open .brand-header__menu-line_middle {
 	opacity: 0;
  width: 0;
}

.js-brand-header__menu--open .brand-header__menu-line_bottom {
  left: 3px;
  top: 12px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* OVERLAY */
.brand-overlay {
  background-color: rgba(25,25,25,.3);
  height: 100%;
  position: fixed;
  top: 72px;
  width: 100%;
  z-index: 20;
}

.js-brand-overlay--hidden {
  display: none;
}

/* MAIN NAVIGATION
======================== */
.brand-nav {
  background: #000032;
  bottom: 0;
  display: flex;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
 	height: 100vh;
  padding: 32px 24px 160px 24px;
  position: fixed;
  right: calc(-100% + 50px);
  top: 72px;
  -webkit-transition: transform .3s ease-in-out;
  -moz-transition: transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  width: calc(100% - 50px);
}
@media only screen and (min-width: 1024px) {
  .brand-nav {
    bottom: auto;
    background-color: transparent;
    display: inline-block;
    height: auto;
    justify-content: unset;
    overflow: visible;
    padding: 0 0 0 0;
    position: relative;
    right: 0; 
    top: auto;
    vertical-align: top;
    width: 59%;
	}
}
@media only screen and (min-width: 1280px) {
  .brand-nav {
    right: auto;
  }
}

.js-brand-header__container--nav-on .brand-nav{
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.brand-nav__menu {
  align-items: center;
  color: #fff;
  display: flex;
	flex-direction: column-reverse;
	justify-content: flex-start;
  left: 50%;
  min-width: 200px;
  padding: 0 20px 0 20px;
  position: relative;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 1024px) {
  .brand-nav__menu {
    bottom: auto;
    display: inline-block;
    flex-direction: unset;
    float: right;
    height: 72px;
    justify-content: unset;
    left: auto;
    min-height: auto;
    padding: 0 20px 0 0;
    right: auto;
  	-webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    top: auto;
    width: auto;
	}
}

/* NAV MENU ITEMS */
.brand-nav__menu-item  {
  align-self: flex-start;
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 16px;
  padding: 0 20px 0 20px;
  position: relative;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .brand-nav__menu-item {
    display: inline-block;
    font-size: 0.85rem;
    height: 72px;
    margin-bottom: 0;
    padding: 0 0 0 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    vertical-align: top;
  	width: auto;
	}

  /* MENU NAV ITEMS UNDERLINE ON HOVER */
  .brand-nav__menu-item::after {
    content: "";
    display: block;
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 3px;
    position: absolute;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: opacity 0.5s ease-in-out 0s, transform 0.5s ease-in-out 0s;
    -moz-transition: opacity 0.5s ease-in-out 0s, transform 0.5s ease-in-out 0s;
    -o-transition: opacity 0.5s ease-in-out 0s, transform 0.5s ease-in-out 0s;
    transition: opacity 0.5s ease-in-out 0s, transform 0.5s ease-in-out 0s;
    opacity: 0;
  	bottom: 0;
  }

  .brand-nav__menu-item:hover::after, 
  .brand-nav__menu-item:focus::after,
  .brand-nav__menu-item:active::after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
  }

  .brand-nav__menu-item + .brand-nav__menu-item {
    margin: 0 0 0 32px;
  }
}

.brand-nav__menu-item .dropdown {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .brand-nav__menu-item .dropdown {
    display: inline-block;
    width: auto;
	}
}

.brand-nav__menu-item > a {
  display: block;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .brand-nav__menu-item > a {
  	padding: 20px 0 20px 0;
	}
}

.brand-nav__menu-item > a:hover,
.brand-nav__menu-item:hover > span {
  color: #00b67a;
}
@media only screen and (min-width: 1024px) {
  .brand-nav__menu-item > a:hover,
	.brand-nav__menu-item:hover > span {
  	color: #ffffff;
	}
}

.brand-nav__menu-item > a:focus,
.brand-nav__menu-item:focus > span {
  color: #00b67a;
}
@media only screen and (min-width: 1024px) {
  .brand-nav__menu-item > a:focus,
	.brand-nav__menu-item:focus > span {
  	color: #ffffff;
	}
}

.brand-nav__menu-item > a:active {
  color: #00b67a;
  text-decoration: underline;
}
@media only screen and (min-width: 1024px) {
  .brand-nav__menu-item > a:active {
  	color: #ffffff;
    text-decoration: none;
	}
}

.brand-nav__menu-item > ul li {
  border-bottom: 2px solid rgba(255,255,255,0.3);
}
.brand-nav__menu-item > ul li:first-child {
  border-top: 2px solid rgba(255,255,255,0.3);
}

.brand-nav__menu-item > ul li a {
  display: block;
  font-size: 1.1rem;
  padding: 12px 0 16px 0;
  width: 100%;
}

/* OVERWRITING ZENDESK CODE*/
#user #user-name {
  max-width: none;
}
@media only screen and (min-width: 1024px) {
  #user #user-name {
  	max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
	}
}

#user #user-dropdown {
  background: transparent;
  min-width: 0;
}
@media only screen and (min-width: 1024px) {
  #user #user-dropdown {
  	background: #1A1A36;
    min-width: 200px;
    margin-right: 24px;
	}
}

.brand-nav__menu-item .dropdown-toggle {
  background: transparent;
  border: none;
  box-shadow: none;
  color: #ffffff;
  font-size: 1.5rem;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .brand-nav__menu-item .dropdown-toggle {
  	font-size: 0.85rem;
    padding: 18px 0 18px 0;
	}
}

.brand-nav__menu-item .dropdown-toggle:hover {
  background: transparent;
  color: #00b67a;
}
@media only screen and (min-width: 1024px) {
  .brand-nav__menu-item .dropdown-toggle:hover {
  	color: #ffffff;
	}
}

.brand-nav__menu-item .dropdown-toggle:focus {
  background: transparent;
  color: #00b67a;
  top: 0;
}
@media only screen and (min-width: 1024px) {
  .brand-nav__menu-item .dropdown-toggle:focus {
  	color: #ffffff;
	}
}

.brand-nav__menu-item .dropdown-toggle:active {
  background: transparent;
  color: #00b67a;
  top: 0;
}
@media only screen and (min-width: 1024px) {
  .brand-nav__menu-item .dropdown-toggle:active {
  	color: #ffffff;
	}
}

.brand-nav__menu-item .dropdown-toggle:active span {
  text-decoration: underline;
}

.brand-nav__menu-item .dropdown-menu {
  background: #000032;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 0 0;
  position: relative;
  min-width: 200px;
}
@media only screen and (min-width: 1024px) {
  .brand-nav__menu-item .dropdown-menu {
    padding: 10px 0 1px 0;
    position: absolute;
	}

  .brand-nav__menu-item:last-child .dropdown-menu {
    right: -20px;
    top: 72px;
  }
}

.brand-nav__menu-item .dropdown-menu-caret::before,
.brand-nav__menu-item .dropdown-menu-caret::after {
  display: none;
}

.brand-nav__menu-item .dropdown-menu [role="menuitem"] {
  border-bottom: 2px solid rgba(255,255,255,0.3);
  color: #ffffff;
  font-size: 1.1rem;
  padding: 16px 0 16px 0;
  white-space: normal;
}
@media only screen and (min-width: 1024px) {
  .brand-nav__menu-item .dropdown-menu [role="menuitem"] {
    border-bottom: 2px solid rgba(255,255,255,0);
    font-size: 0.85rem;
    padding: 8px 16px 8px 16px;
    -webkit-transition: border 0.25s ease-in-out 0s,;
    -moz-transition: border 0.25s ease-in-out 0s,;
    -o-transition: border 0.25s ease-in-out 0s,;
    transition: border 0.25s ease-in-out 0s;
	}
}

.brand-nav__menu-item .dropdown-menu [role="menuitem"]:first-child {
  border-top: 2px solid rgba(255,255,255,0.3);
}
@media only screen and (min-width: 1024px) {
  .brand-nav__menu-item .dropdown-menu [role="menuitem"]:first-child {
  	border-top: none;
	}
}

.brand-nav__menu-item .dropdown-menu [role="menuitem"]:hover,
.brand-nav__menu-item .dropdown-menu [role="menuitem"]:focus {
  color: #00b67a;
  background: transparent;
}
@media only screen and (min-width: 1024px) {
	.brand-nav__menu-item .dropdown-menu [role="menuitem"]:hover,
	.brand-nav__menu-item .dropdown-menu [role="menuitem"]:focus {
    background-color: #0c244c;
    color: #ffffff;
	}
}

.brand-nav__menu-item .dropdown-menu [role="menuitem"]:active {
  color: #00b67a;
  text-decoration: underline;
}

/* DROPDOWN MENU OPEN */
.dropdown-toggle.js-nav-dropdown--open > span {
  color: #00b67a;
  text-decoration: underline;
}
@media only screen and (min-width: 1024px) {
  .dropdown-toggle.js-nav-dropdown--open > span {
  	color: #ffffff;
  	text-decoration: none;
	}
}

.dropdown-toggle.js-nav-dropdown--open::after {
  color: #00b67a;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: transform .3s ease-in-out;
  -moz-transition: transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
}

.brand-nav__menu-item .dropdown-menu[aria-expanded="true"],
.brand-nav__menu-item .dropdown-menu:hover.dropdown-menu{
  display: block;
}

.menu-dropdown-description {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
@media only screen and (min-width: 1024px) {
  .menu-dropdown-description {
  	font-size: 0.7rem;
	}
}

/* ARROW DOWN ICON */
.brand-nav__menu-item .dropdown-toggle::after {
  color: #ffffff;
  content: "\E764";
  display: inline-block;
  font-family: "entypo";
  margin: 0 0 0 8px;
}
@media only screen and (min-width: 1024px) {
  .brand-nav__menu-item .dropdown-toggle::after {
  	font-size: 0.6rem;
    margin: 2px 0 0 8px;
	}
}

.brand-nav__menu-item .dropdown-toggle:hover::after {
  color: #00b67a;
}

.brand-nav__menu-item .dropdown-toggle:focus::after {
  color: #00b67a;
}

.brand-nav__menu-item .dropdown-toggle:active::after {
  color: #00b67a;
}
@media only screen and (min-width: 1024px) {
  .brand-nav__menu-item .dropdown-toggle:hover::after,
  .brand-nav__menu-item .dropdown-toggle:focus::after,
  .brand-nav__menu-item .dropdown-toggle:active::after {
  	color: #ffffff;
	}
}

/* CONTACT SUPPORT IN HEADER */
.brand-nav__contact-support {
  white-space: nowrap
}

@media only screen and (min-width: 1024px) {
  .brand-nav__contact-support a {
  	padding: 21px 0 19px 0;
    height: 72px;
	}
}

/* LANGUAGE SELECTOR IN HEADER */
.brand-nav__language-selector .dropdown-toggle {
 	align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

@media only screen and (min-width: 1024px) {
  .brand-nav__language-selector .language-flag-sprite {
   margin: 0 8px 0 0;
	}
}

.brand-nav__language-selector .dropdown-toggle .language-flag-sprite {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .brand-nav__language-selector .dropdown-toggle .language-flag-sprite {
    display: inline-block;
	}
}

@media only screen and (min-width: 1024px) {
  .brand-nav__language-selector .language-selector-link__name {
    padding: 0 8px 0 0;
	}
}

@media only screen and (min-width: 1024px) {
  .brand-nav__language-selector .dropdown-menu {
  	margin-top: 1px;
	}
}

.language-dropdown-link__name {
  text-transform: capitalize;
}

/* LOGGED USER INFO */
/* always follow after the styling for regular .brand-nav__menu-item*/
.brand-nav__user-info {
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
  margin-bottom: 4px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .brand-nav__user-info {
    display: inline-block;
    flex-direction: unset;
  	justify-content: unset;
  	flex: unset;
    margin-bottom: 0;
    order: unset;
    width: auto;
	}
}

.brand-nav__user-info .dropdown {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .brand-nav__user-info .dropdown {
    display: inline-block;
    flex-direction: unset;
  	justify-content: unset;
  	flex: unset;
    order: unset;
    width: auto;
	}
}

.brand-nav__user-info .dropdown-toggle.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
@media only screen and (min-width: 1024px) {
  .brand-nav__user-info .dropdown-toggle.btn {
    display: inline-block;
    width: auto;
	}
}

.brand-nav__user-info .dropdown-toggle.btn span {
  font-size: 1rem;
}
@media only screen and (min-width: 1024px) {
  .brand-nav__user-info .dropdown-toggle.btn span {
    display: inline-block;
    font-size: 0.85rem;
	}
}
/*TOTO*/
.brand-nav__user-info .dropdown-toggle:hover span,
.brand-nav__user-info .dropdown-toggle:focus span {
  color: #ffffff;
  text-decoration: none;
}

.brand-nav__user-info .dropdown-toggle.btn.with-image {
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .brand-nav__user-info .dropdown-toggle.btn.with-image {
    flex-direction: row;
	}
}

.brand-nav__user-info .btn.with-image img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
	height: 64px;
  margin: 0 0 16px 0;
	width: 64px;
}
@media only screen and (min-width: 1024px) {
  .brand-nav__user-info .btn.with-image img {
    display: inline-block;
    height: 32px;
    margin: 0 8px 0 0;
    width: 32px;
	}
}

#user .dropdown-toggle::after {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #user .dropdown-toggle::after {
    display: inline-block;
	}
}

.brand-nav__user-info .dropdown-menu {
  display: block;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .brand-nav__user-info .dropdown-menu {
    display: none;
    position: absolute;
	}

  .brand-nav__user-info .dropdown-menu[aria-expanded="true"],
	.brand-nav__user-info:hover .dropdown-menu .dropdown{
  	display: block;
	}
}

.brand-nav__user-info .dropdown-menu [role="menuitem"] {
  border-bottom: none;
  font-size: 1.5rem;
  padding: 12px 0 0 0;
}
@media only screen and (min-width: 1024px) {
  .brand-nav__user-info .dropdown-menu [role="menuitem"] {
    font-size: 0.85rem;
    padding: 8px 16px 8px 16px;
	}
}

.brand-nav__user-info .dropdown-menu [role="menuitem"]:first-child {
  border-top: none;
}

@media only screen and (min-width: 1024px) {
  .brand-nav__user-info .dropdown-menu [role="menuitem"] {
    border-bottom: 2px solid rgba(255,255,255,0);
    -webkit-transition: border 0.25s ease-in-out 0s;
    -moz-transition: border 0.25s ease-in-out 0s;
    -o-transition: border 0.25s ease-in-out 0s;
    transition: border 0.25s ease-in-out 0s;
  }

  .brand-nav__user-info .dropdown-menu [role="menuitem"]:hover,
  .brand-nav__user-info .dropdown-menu [role="menuitem"]:focus{
    border-bottom: 2px solid rgba(255,255,255,0,5);
  }
}

/* 
   END HEADER
==================================================== */
/* =================================================
   HERO SECTION
==================================================== */
.hero {
  background-color: #000032;
  padding: 48px 24px 112px 24px;
}

.hero__container {
  max-width: 600px;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .hero__container {
    max-width: 1024px;
    text-align: center;
  }
}

.hero__title {
  color: #ffffff;
  font-size: 1.5rem;
  margin: 8px 0 24px 0;
}
@media only screen and (min-width: 1024px) {
  .hero__title {
  	font-size: 2rem;
	}
}

/* SEARCH INPUT FIELD SAFARI/IPHONE HACK */
input[type="search"] {
  -webkit-appearance: none;
}

/* HERO SECTION SEARCH
====================== */
.hero__search-form {
  margin: 0 auto;
  max-width: 600px;
  position: relative;
  width: 100%;
}

.hero__search-form input[type="search"] {
  background-color: #fff;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 1px 2px 5px -2px rgba(1,1,1,.1), 0 2px 7px 0 rgba(22,65,89,.03);
  box-sizing: border-box;
  font-size: 1rem;
  height: 72px;
  line-height: 1.5rem;
  max-width: 600px;
  outline: none;
  padding: 24px 72px 24px 48px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .hero__search-form input[type="search"] {
    padding: 24px 120px 24px 48px;
  }
}

.hero__search-form input[type="submit"] {
  color: transparent;
  height: 56px;
  margin: 8px 8px 8px 8px;
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
}
@media only screen and (min-width: 1024px) {
  .hero__search-form input[type="submit"] {
    color: #ffffff;
    width: auto;
  }
}

.hero__search-form input[type="submit"]:active {
  background: #00b67a;
  box-shadow: none;
}

.hero__search-form input[type="submit"]:focus {
  background: #00b67a;
  box-shadow: none;
}

/* AUTOCOMPLETE SUGGESTIONS SEARCH */
.ui-widget-content.ui-menu {
  color: #202020;
  background: #fff;
  border: none;
  border-top: 1px solid #d4d4d4;
  -webkit-border-radius: 2px 2px 4px 4px;
  -moz-border-radius: 2px 2px 4px 4px;
  border-radius: 2px 2px 4px 4px;
  box-shadow: 1px 2px 10px -2px rgba(1,1,1,.33),0 2px 7px 0 rgba(22,65,89,.05) ;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	max-width: 600px;
  overflow: hidden;
  padding: 8px 8px 10px 8px;
  width: calc(100% - 48px);
}

.ui-widget-content.ui-menu .ui-menu-item {
  align-items: center;
  border: 1px solid transparent;
  color: #202020;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 0.875rem;
  padding: 8px 48px 8px 16px;
  position: relative;
  width: 100%;
}

.ui-widget-content.ui-menu .ui-menu-item:hover,
.ui-widget-content.ui-menu .ui-menu-item:focus {
 	background: rgba(0,182,122,.1);
  border: 1px solid transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.ui-widget-content.ui-menu .ui-menu-item::after,
.ui-widget-content.ui-menu .ui-menu-item::after {
  background-image: url($assets-icon__arrow_23x18px-svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 8px;
 	content: "";
  display: block;
  height: 8px;
  opacity: 0;
  position: absolute;
  right: 16px;
  width: 11px
}

.ui-widget-content.ui-menu .ui-menu-item:hover::after,
.ui-widget-content.ui-menu .ui-menu-item:focus::after {
  opacity: 1;
}

.ui-widget-content.ui-menu a {
  color: #202020;
}

.ui-widget-content.ui-menu a strong {
  color: #00b67a;
}

.ui-widget-content.ui-menu .ui-state-hover,
.ui-widget-content.ui-menu .ui-state-focus {
 	background: rgba(0,182,122,.1);
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 0 0 0 0;
}
/*
   END HERO SECTION
==================================================== */
/* =================================================
   CONTENT FRAME
==================================================== */
main {
  display: block;
  margin: 0 auto;
}

/* container object — used in the main section on the page*/
.o-container {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 20px 0 20px;
  width: 100%;
}

.content-wrapper {
  min-height: 30px;
  padding: 0 1.25em 0 1.25em;
  width: 100%;
}
@media (min-width: 90em)  {
  .content-wrapper {
    margin: 0 auto;
    width: 97em;
  }
}

/*web form, profile page*/ 
.new-request-container, 
.new-request__container, 
.profile-container {
  padding: 0 10px 50px 10px;
  width: 100%;
}
@media (min-width: 724px) {
  .new-request-container,
  .new-request__container, 
  .profile-container {
    margin: 0 auto;
   	width: 724px;
  }
}
/*
	END CONTENT FRAME
==================================================== */

/* =================================================
   COMPONENTS
==================================================== */

/* INTERNAL CATEGORY/SECTION/ARTICLE MESSAGE 
===================== */
.c-internal-message {
  background-color: #CC295F;
  color: #ffffff;
  font-size: 0.8rem;
  padding: 24px 0 24px 0;
}

.c-internal-message__container {
	align-items: center;
  display: flex;  
  flex-direction: row;
}

.icon-internal-message:before {
  background-position: 0 -100px;
  display: inline-block;
  height: 24px;
  margin-right: 16px;
  width: 26px;
}

.internal-hide {
  display: none;
}

/* LABEL FOR INTERNAL ARTICLES/SECTIONS/CATEGORIES 
===================== */
.c-internal-label {
  background-color: #CC295F;
  border-radius: 3px;
  color: #ffffff;
  font-size: 0.8rem;
  margin: 0 0 0 4px;
  padding: 4px 8px 4px 8px;
}

/* STYLING FOR PROMOTED ARTICLES
===================== */
.c-article-promoted {
  font-weight: 700;
}

/*
   END COMPONENTS
==================================================== */

/* =================================================
  NEW REQUEST PAGE
==================================================== */
/* LINKS
===================== */
.new-request__container a {
  text-decoration: underline;
}

.new-request__container a:hover {
  text-decoration: none;
}

.new-request__container a:focus {
  text-decoration: none;
}

.new-request__container a:active {
  text-decoration: underline;
}

/* HEADLINES
===================== */

.new-request__container h1 {
  margin: 32px 0 16px 0;
}

.new-request__container p {
  margin: 0 0 32px 0;
}

/*
   END NEW REQUEST PAGE
==================================================== */

/* =================================================
   WEB FORMS
==================================================== */
.form {
  width: 100%;
}

.form div[role=toolbar] [role=button] {
	box-shadow: none;
}

.form-field + .form-field,
.suggestion-list + .form-field {
	margin-top: 24px;
}

.form-field > label[for=request_description] {
	margin-top: 24px;
}

.form-field label {
  display: block;
  font-weight: bold;
  margin-bottom: 4px;
}



.form-field input[type=checkbox] + label {
  margin: 0 0 0 10px;
}

.form-field.required > label:after {
  content: "*";
  margin-left: 2px;
}

.form-field p {
  color: #888888;
  font-size: 0.85rem;
  margin: 0 0 0 0;
}

.form-field input[type=number], 
.form-field input.datepicker {
  width: 100%;
}

.form form + form {
  margin-top: 24px;
}

.form-field input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    vertical-align: top;
    margin: 5px 4px 0 0;
}

.form-field input[type="checkbox"] + p {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 30px);
}

.form-field label[for='request-attachments'] {
  margin-top: 24px;
}

/* SUGGESTED ARTICLES
===================== */
.searchbox {
  background-color: rgba(0,0,32,0.05);
  margin: 24px 0 0 0;
  padding: 24px 16px 24px 16px;
}

.searchbox label {
  color: #000032;
	font-weight: bold;
}

.searchbox label:before {
	content: "\1f4c4";
  font-family: "Entypo";
  margin: 0 6px 0 0;
}

.searchbox-suggestions ul {
	margin: 12px 0 0 0;
}

.searchbox-suggestions li {
	 border-top: 1px solid rgba(133, 133, 133, 0.2);
}
.searchbox-suggestions li:last-child {
	 border-bottom: 1px solid rgba(133, 133, 133, 0.2);
}

.searchbox-suggestions ul a {
  display: inline-block;
  font-size: 0.85rem;
  padding: 12px 20px 12px 0;
  width: 100%;
}

.searchbox-suggestions ul a:after {
  color: #888888;
	content: "\e75e";
  display: inline-block;
  float: right;
  font-family: "entypo";
  font-weight: 400;
  height: 100%;
  opacity: 0.2;
  margin-right: -10px;
  text-decoration: none;
}

.searchbox-suggestions ul a:hover:after,
.searchbox-suggestions ul a:focus:after {
  -webkit-animation: slideForWebform 2s infinite;
  -moz-animation: slideForWebform 2s infinite;
  -o-animation: slideForWebform 2s infinite;
  animation: slideForWebform 2s infinite;
}

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url("//theme.zdassets.com/theme_assets/33641/6aae8ce36967837f706ac36deff4b753e43977a4.gif") 99% 50% no-repeat;
  background-size: 16px 16px;
}

.form footer {
  margin: 40px 0 32px 0;
  padding: 0;
}

.form footer a {
  color: #cccccc;
  cursor: pointer;
  margin-right: 15px;
}

/* FORM DROPDOWNS | HACKING ZENDESK
=================================== */
.nesty-input {
	border: 1px solid #d9d9d9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(182,196,210,.3);
  height: 52px;
  outline: none;
  padding: 11px 12px 8px 12px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.nesty-input:after {
  color: inherit;
	top: 33%;
}

.nesty-input:hover {
  border-color: #1D71CC;
}

.nesty-input:focus {
  border-color: #1D71CC;
}

.nesty-panel {
	-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.nesty-panel ul li {
  background: #f6f6f6;
  font-size: 1rem;
}

.nesty-panel ul li:hover {
	background: #4498FE;
  color: #FFFFFF;
}

.request-description {
	margin-bottom: 20px;
}

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url("//theme.zdassets.com/theme_assets/33641/6aae8ce36967837f706ac36deff4b753e43977a4.gif") 99% 50% no-repeat;
  background-size: 16px 16px;
}

/* FORM ATTACHMENT DROPDOWN ZONE
================================ */
.upload-dropzone {
  align-items: center;
	border: 1px solid #d9d9d9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(182,196,210,.3);
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
  height: 200px;
  justify-content: center;
  outline: none;
  padding: 8px 12px 8px 12px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: 100%;
}

.upload-dropzone:hover {
	border: 1px dashed #1D71CC;
}

.upload-dropzone:focus {
	border: 1px dashed #1D71CC;
}

.upload-dropzone[data-hc-focus="true"] {
	border-color: #1D71CC;
}

.upload-dropzone a {
  font-size: inherit;
}

.upload-dropzone span {
  color: rgba(111, 111, 135, 1);
  font-size: 0.8rem;
	padding: 0;
  position: relative;
}

.upload-dropzone span:before {
  background-image: url('//theme.zdassets.com/theme_assets/33641/c52a2a42934dee17e422c5349ac8f6d3b97643bb.svg');
  content: "";
	display: block;
  height: 56px;
  left: 20%;
  position: relative;
  top: -8px;
  width: 96px;
}

.upload-dropzone p {
  color: rgba(111, 111, 135, 1);
  font-size: 0.8rem;
	margin-top: -4px;
}

.upload-item {
	font-size: 0.9rem;
}
/* 
   WEB FORMS
==================================================== */
/* =================================================
   HOME PAGE
==================================================== */

/* HOMEPAGE CATEGORY LIST
======================== */
.homepage__category-list {
  align-items: center;
  display: flex;
  flex-direction: row;
}

.homepage__category-list__item + .homepage__category-list__item {
  padding-left: 32px;
}

.homepage__category-link {
  color: #1B1B21;
  display: block;
  font-size: 0.85rem;
  height: 72px;
  opacity: 1;
  padding: 24px 0 16px 0;
  position: relative;
  width: auto;
}

.homepage__category-link:hover,
.homepage__category-link:focus {
  opacity: 0.75;
  text-decoration: none;
}
.homepage__category-link:visited {
  color: #1B1B21;
}

.homepage__category-link::after {
  background-color: #1B1B21;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  opacity: 0;
  position: absolute;
  width: 100%;
}

.homepage__category-list__item.js-homepage-category--is-selected .homepage__category-link::after {
  opacity: 1;
}

/* HOMEPAGE CATEGORY LIST DIVIDER */
.homepage__category-divider {
  background-color: #DAE1EB;
  box-shadow: 0 2px 0 0 rgba(243,245,248,0.5);
  height: 2px;
  margin: 0 -20px 0 -20px;
  position: absolute;
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .homepage__category-divider {
    margin: 0 0 0 calc(-50vw + 50%);
  	position: static;
    width: 100vw;
  }
}

/* HOMEPAGE CONTENT
=================== */
.homepage__container h2 {
  font-weight: 700;
}

.homepage__container h3 {
  font-size: 1.2rem;
}

.homepage-content__container a {
  color: #32323d; /*???*/
}

.homepage-content__wrapper {
  display: none;
}

.homepage-content__wrapper.js-homepage-content--is-visible {
  display: block;
}

/* HOMEPAGE RECOMMANDED READING */
.homepage__recommanded-wrapper {
  padding: 0 0 20px 0;
}
@media only screen and (min-width: 1024px) {
  .homepage__recommanded-wrapper {
  	padding: 20px 0 40px 0;
	}
}

@media only screen and (min-width: 1024px) {
  .homepage__recommanded-list  {
    align-items: stretch;
  	display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
	}
  
  .homepage__recommanded-list__item {
    width: 30%;
  }
  
  .homepage__recommanded-list__item + .homepage__recommanded-list__item {
    margin: 0 0 0 32px;
  }
}

.homepage__recommanded-list ul {
  margin: 20px 0 40px 0;
}

.homepage__recommanded-list li ul li a {
  border-top: 1px solid #C5C5D6;
  display: inline-block;
  line-height: 1.375;
  padding: 20px 24px 20px 0;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .homepage__recommanded-list li ul li a {
    align-items: center;
    display: flex;
    height: 96px;
  }
}

.homepage__recommanded-list li ul li:last-child a {
  border-bottom: 1px solid #C5C5D6;
}

.homepage__recommanded-list li ul li a:hover
.homepage__recommanded-list li ul li a:focus {
  text-decoration: underline;
}

.homepage__recommanded-list li ul li a:active {
  background-color: #F2F2F5;
}

.homepage__recommanded-list li ul li a::after {
  color: #C5C5D6;
  content: "\E766";
  display: inline-block;
  float: right;
  font-family: "entypo";
  position: absolute;
  right: 8px;
  top: calc(50% - 11px);
}

.homepage__recommanded-list li ul li a:hover::after,
.homepage__recommanded-list li ul li a:focus::after {
  text-decoration: none;
}

/* HOMEPAGE TOPICS */
.homepage__topics-container {
  background-color: #EFEFF7;
  margin: 0 -20px 0 -20px;
  padding: 20px 20px 40px 20px;
  
}
@media only screen and (min-width: 1280px) {
  .homepage__topics-container { 
    width: 100vw;
  	margin-left: calc(-50vw + 50%);
  }
}

.homepage__topics-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .homepage__topics-wrapper {
    padding: 0 20px 0 20px;
  }
}

.homepage__topic-list {
  display: block;
  margin: 32px 0 0 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .homepage__topic-list {
    align-items: stretch;
  	display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
  }
}

.homepage__topic-list__item {
  position: relative;
}
@media only screen and (min-width: 768px) {
	.homepage__topic-list__item {
    margin: 0 0 64px 0;
    width: 44%;
  }
}
@media only screen and (min-width: 1024px) {
	.homepage__topic-list__item {
    width: 30%;
  }
}

.homepage__topic-list__item + .homepage__topic-list__item {
  margin: 16px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .homepage__topic-list__item + .homepage__topic-list__item {
    margin: 0 0 0 0;
  }
  .homepage__topic-list__item:nth-child(2n) {
    margin: 0 0 64px 48px;
  }
  .homepage__topic-list__item:nth-child(2n+1) {
    margin: 0 0 64px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .homepage__topic-list__item:nth-child(2n),
  .homepage__topic-list__item:nth-child(2n+1) {
    margin: 0 0 0 0;
  }
  .homepage__topic-list__item:nth-child(3n),
  .homepage__topic-list__item:nth-child(3n+1) {
     margin: 0 0 64px 0;
  }
  .homepage__topic-list__item:nth-child(3n+2){
     margin: 0 48px 64px 48px;
  }
}

.homepage__topic-list__item::after {
  color: #C5C5D6;
  content: "\E766";
  display: inline-block;
  float: right;
  font-family: "entypo";
  position: absolute;
  right: 24px;
  top: calc(60% - 27px);
}
@media only screen and (min-width: 768px) {
  .homepage__topic-list__item::after {
  	display: none;
  }
}

.homepage__topic-link {
  background-color: #ffffff;
  border: 1px solid #C5C5D6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  padding: 24px 40px 24px 24px;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .homepage__topic-link {
    background-color: transparent;
    border: none;
    padding: 0 0 0 0;
  }
  .homepage__topic-link:hover {
    text-decoration: none;
  }
  .homepage__topic-link:focus {
    text-decoration: none;
  }
}

.homepage__topic-link h3 {
  font-size: 1rem;
  margin: 0 0 12px 0;
}
@media only screen and (min-width: 768px) {
  .homepage__topic-link h3 {
    font-size: 1.375rem;
  }
}

.homepage__topic-description {
  display: none;
}
@media only screen and (min-width: 768px) {
  .homepage__topic-description {
    display: block;
    line-height: 1.375;
    padding: 12px 0 16px 0;
  }
}

.homepage__topic-article-count {
  font-size: 0.9rem;
}
@media only screen and (min-width: 768px) {
  .homepage__topic-article-count {
    font-weight: 500;
  	text-decoration: underline;
  }
  .homepage__topic-link:hover .homepage__topic-article-count {
    text-decoration: none;
  }
  .homepage__topic-link:focus .homepage__topic-article-count {
    text-decoration: none;
  }
}

.homepage__topics__button {
  margin: 0 auto;
}

/* SUPPORT AGENTS SECTION
========================== */ 
.support-agents__wrapper {
  position: relative;
}

.support-agents__cards {
	display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto;
  padding: 32px 0 64px 0;
  width: 100%;
}

/* SUPPORT AGENT CARD */
.support-agent__card {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid rgba(0,0,0,0);
  box-shadow: 0 0 8px 0 rgba(242,244,245, 0);
  display: flex;
  flex-direction: column;
  height: 160px;
  justify-content: flex-start;
  margin: 0 4px 0 4px;
  max-width: 160px;
  min-width: 90px;
  overflow: hidden;
  position: relative;
  width: 46%;
}
@media only screen and (min-width: 344px) {
  .support-agent__card {
    width: 31%;
	}
}
@media only screen and (min-width: 560px) {
  .support-agent__card {
    width: 23%;
	}
}
@media only screen and (min-width: 768px) {
  .support-agent__card {
   width: 18%;
	}
}
@media only screen and (min-width: 960px) {
  .support-agent__card {
   width:  15%;
	}
}
@media only screen and (min-width: 1024px) {
  .support-agent__card {
   width:  13%;
	}
}

.support-agent__thumbnail {
	background-color: #ffffff;
  background-image: url("//theme.zdassets.com/theme_assets/33641/50a3f2bfe863e401c7e05242a308b012ed2f083a.jpg");
  background-repeat: no-repeat;
  background-size: 1035px 691px;
  display: block;
  height: 160px;
  overflow: hidden;
  position: relative;
  width: 160px;
}

.support-agent__thumbnail::after,
.support-agent__thumbnail:after {
	-webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 0px 2000px rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 0px 2000px rgba(255, 255, 255, 1);
  content:"";
  display: inline-block;
  height: 88px;
  left: 36px;
  position: absolute;
  top: 24px;
  width: 88px; 
}

#sandra .support-agent__thumbnail {
	background-position: 0 0;
}
#tonni .support-agent__thumbnail {
	background-position: -175px 0;
}
#jacob .support-agent__thumbnail {
	background-position: -350px 0;
}
#ethan .support-agent__thumbnail {
	background-position: -525px 0;
}
#sara .support-agent__thumbnail {
	background-position: -700px 0;
}
#robert .support-agent__thumbnail {
	background-position: -875px 0;
}
/*
#ipek .support-agent__thumbnail {
	background-position: 0 -175px;
}*/
#anton .support-agent__thumbnail {
	background-position: -175px -175px;
}
#marina .support-agent__thumbnail {
	background-position: -350px -175px;
}
#merima .support-agent__thumbnail {
	background-position: -525px -175px;
}
#william .support-agent__thumbnail {
	background-position: -700px -175px;
}
#emmanuelle .support-agent__thumbnail {
	background-position: -875px -175px;
}
#grant .support-agent__thumbnail {
	background-position: 0 -350px;
}
#miri .support-agent__thumbnail {
	background-position: -175px -350px;
}
#mireille .support-agent__thumbnail {
	background-position: -350px -350px;
}
#hayley .support-agent__thumbnail {
	background-position: -525px -350px;
}
#shahrokh .support-agent__thumbnail {
	background-position: -700px -350px;
}
/*#kristine .support-agent__thumbnail {
	background-position: -875px -350px;
}*/
#susana .support-agent__thumbnail {
	background-position: 0 -525px;
}
#trevor .support-agent__thumbnail {
	background-position: -175px -525px;
}
#yassin .support-agent__thumbnail {
	background-position: -350px -525px;
}

.support-agent__name {
	font-size: 0.85rem;
  font-weight: bold;
  left: 0;
  letter-spacing: 0.5px;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 5px rgba(255,255,255,1);
  top: 116px;
  width: 100%;
}

.support-agent__details {
  align-items: center;
  background-color: #fff;
  display: none;
  flex-direction: column;
  height: 48px;
  justify-content: center;
  padding: 8px;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
  z-index: -10;
}

.support-agent__card--has-video .support-agent__details {
  height: 120px;
  justify-content: flex-start;
}

/* SUPPORT AGENT CARDS ON HOVER */
/*desktop*/
/*touch devices*/
.no-touch .js-support-agent__card:hover,
.js-support-agent__card-on-click {
	border: 1px solid rgba(0,0,0,0.1);
 	box-shadow: 0 0 8px 0 rgba(242,244,245, 1);
  height: 200px;
  margin: 0 4px -132px 4px;
  z-index: 100;
}

.no-touch .support-agent__card--has-video.js-support-agent__card:hover,
.support-agent__card--has-video.js-support-agent__card-on-click {
  height: 280px;
}

.support-agent__card:last-child:hover {
  margin: 0 4px -40px 4px;
}

.no-touch .js-support-agent__card:hover .support-agent__thumbnail::after,
.js-support-agent__card-on-click .support-agent__thumbnail::after{
  content: "";
  transform: scale(6);
}

.no-touch .js-support-agent__card:hover .support-agent__name,
.js-support-agent__card-on-click .support-agent__name{
  color: white;
 
}
.no-touch .js-support-agent__card:hover .support-agent__name p,
.js-support-agent__card-on-click .support-agent__name p {
	 text-shadow: 0 0 5px rgba(0,0,0,0.8);
}

.no-touch .js-support-agent__card:hover .support-agent__details,
.js-support-agent__card-on-click .support-agent__details {
  display: flex;
  -webkit-transform: translate(0, 0%);
  -moz-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  -o-transform: translate(0, 0%);
  transform: translate(0, 0%);
}

/* SUPPORT AGENT FLAGS */
.support-agent__flags {
  align-items: center;
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}
@media only screen and (min-width: 560px) {
  .support-agent__flags {
    display: block;
    text-align: center;
	}
}

.support-agent__flag {
  background-image: url(//theme.zdassets.com/theme_assets/33641/8fad24650f4f3bfe91d43ffa5aca0e0ab721eb54.png);
  background-image: url(//theme.zdassets.com/theme_assets/33641/1ff214213be884b5d61039be52f8f44d53e0d053.svg);
  background-size: 134px 90px;
  border: 1px solid #f2f2f2;
  display: inline-block;
  height: 17px;
  overflow: hidden;
  width: 22px;
}

.support-agent__flag + .support-agent__flag {
  margin-left: 4px;
}

.flag-br {
 	background-position: -112px 0;
}

.flag-de {
	background-position: 0 0;
}

.flag-dk {
  background-position: 0 -38px;
}

.flag-es {
  background-position: 0 -74px;
}

.flag-fr {
  background-position: -39px 0;
}

.flag-gb {
  background-position: -39px -38px;
}

.flag-it {
  background-position: -39px -74px;
}

.flag-nl {
  background-position: -74px 0;
}

.flag-se {
  background-position: -74px -38px;
}

.flag-us {
  background-position: -74px -72px;
}

/* SUPPORT AGENT VIDEO BUTTON */
.support-agent__video-button {
  background: #fff;
  border: 2px solid #00b67a;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: none;
  color: #00b67a;
  font-size: 0.7rem;
  height: auto;
  line-height: 1.3;
  margin: 8px 0 0 0;
  min-height: 54px;
  padding: 12px 16px 12px 16px;
	white-space: normal;
  width: 100%;
}

.support-agent__video-button:hover {
	background-color: #EFFDF8;
}

.support-agent__video-button:focus {
	background-color: #fff;
	box-shadow: 0 0 2px 0 #00b67a;
}

.support-agent__video-button:active {
	background-color: #EFFDF8;
  box-shadow: none;
}
  
/* SUPPORT AGENT POP-UP MODAL */
.support-agents__modal {
	background-color: rgba(0, 0, 0, 0.65);
  bottom: -72px;
  display: none;
  height: calc(100% + 112px);
  left: -20px;
  position: absolute;
  right: -20px;
  top: -40px;
  width: calc(100% + 40px);
  z-index: 20;
}
@media only screen and (min-width: 1280px) {
  .support-agents__modal {
    left: 0;
    margin-left: calc(-50vw + 50%);
    right: 0;
    width: 100vw;
  }
}

.js-support-agents__modal--is-visible {
  display: block;
  z-index: 200;
}

.support-agent__modal-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}

.support-agent__video-wrapper {
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.6);
	display: none;
  background-color: #000;
  height: auto;
  max-height: 80%;  
  width: 80%;
}

.js-support-agent__video--is-visible {
  display: block;
}

.support-agent__button-closing {
  cursor: pointer;
  height: 24px;
  position: relative;
  width: 100%;
  z-index: 400;
}
.support-agent__button-closing::after,
.support-agent__button-closing::before {
  background: #fff;
  content: "";
  height: 4px;
  position: absolute;
  right: 24px;
  top: 0;
  width: 24px;
}
@media only screen and (min-width: 768px) {
  .support-agent__button-closing::after,
	.support-agent__button-closing::before {
    right: 48px;
	}
}
@media only screen and (min-width: 1024px) {
  .support-agent__button-closing::after,
	.support-agent__button-closing::before {
    right: 64px;
	}
}
.support-agent__button-closing::after {
  transform: rotate(45deg)
}
.support-agent__button-closing::before {
  transform: rotate(-45deg)
}

.js-support-agent__video--is-visible .embed-container {
  border: 1px solid #000;
  box-shadow: none;
  margin: 0;
}

.js-support-agent__video--is-visible .embed-container iframe {
	border: none;
}
    
    
/* CIRCLE LOADER */ 
@keyframes spinner {
  to {transform: rotate(360deg);}
}
 
.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255, 1);
  border-top-color: #333;
  animation: spinner 0.9s linear infinite;
}
/*
   END HOMEPAGE
==================================================== */
/* =================================================
   NAVIGATION ELEMENTS, METADATA, PAGINATION, LABELS
==================================================== */
/* BREADCRUMBS 
================== */
.c-brand-breadcrumbs {
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0,0,50,.04);
  padding: 1em 0 1em 0;
}
@media only screen and (min-width: 1024px) {
  .c-brand-breadcrumbs {
    padding: 1.2em 0 1em 0;
  }
}

.breadcrumbs {
  font-size: 0.8rem;
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs li::after {
  background: transparent;
  border-right: 2px solid rgba(197, 197, 214, 1);
  border-bottom: 2px solid rgba(197, 197, 214, 1);
  content: "";
  display: inline-block;
  height: 4px;
  margin: 0 2px 2px 2px;
  transform: rotate(-45deg);
  width: 4px;
}

.breadcrumbs li:last-child::after {
  display: none;
}

.breadcrumbs a {
  color: rgba(111, 111, 135, 1);
  line-height: 1.6;
}
.breadcrumbss a:visited {
  color: rgba(111, 111, 135, 1);
} 

/* Labels */
.label, .request-status {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
  font-size: 10px;
  padding: 3px 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

/* METADATA 
================== */
/*old version, will be sunset*/
.meta, .meta-group {
  color: #8E8E8E;
  display: inline-block;
  font-size: 0.9rem;
  line-height: 1;
}

/*NEW version, in a use from April 2019*/
.o-metadata {
  color: rgba(111, 111, 135, 1);
  font-size: 0.8rem;
}
@media only screen and (min-width: 1200px) {
  .o-metadata {
    font-size: 0.75rem;
  }
}


/* Helper classes */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* PAGINATION 
============== */
.pagination {
	margin: 2em 0 0 0;
  text-align: center;
}

.pagination * {
  display: inline-block;
}

.pagination li {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
	border-radius: 5px;
}

.pagination a, .pagination span {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
	border-radius: 5px;
  color: inherit;
  padding: 4px 16px 4px 16px;
  vertical-align: middle;
}

.pagination a:hover {
	background-color: #e6e6e6;
}

.pagination a:focus,
.pagination a:active {
	background-color: #c8c8c8;
}

.pagination-current {
  background-color: #e6e6e6;
}

/* Navigation menus | my activity page and such
=================== */
.nav li, .nav-bordered li, .nav-spaced li {
  display: inline-block;
  font-weight: bold;
}

.nav li a, .nav-bordered li a, .nav-spaced li a {
  font-weight: normal;
}

.nav-bordered li + li {
  border-color: #eeeeee;
  border-style: solid;
  border-width: 0 0 0 1px;
  margin: 0 0 0 30px;
  padding: 0 0 0 30px;
}

[dir="rtl"] .nav-bordered li + li {
  border-width: 0 1px 0 0;
  margin: 0 30px 0 0;
  padding: 0 30px 0 0;
}

.nav-spaced li + li {
  margin: 0 0 0 40px;
}

[dir=rtl] .nav-spaced li + li {
  margin: 0 40px 0 0;
}

/* ====================================================
Category & section page
==================================================== */

/* Wrappers
============ */

/*Do not delet .category-section-wrapper yet. It is used by other pages
Hopefully we can delete/rename this class one day...*/
.category-section-wrapper {
  width: 100%;
}
@media (min-width: 980px)  {
  .category-section-wrapper {
    margin: 20px auto 0 auto;
    width: 980px;
  }
}
.category-section-wrapper h1 {
	padding: 0 0 0 20px;
}

.category-section-wrapper > p {
  border-bottom: 2px solid #888888;
  padding: 5px 0 5px 0;
}

.category-section-wrapper ol li {
  list-style-type: decimal !important;
}

.category-section-wrapper ol li ul li {
  list-style-type: square !important;
}
/* end .category-section-wrapper*/

.category-wrapper,
.section-wrapper {
  margin: 24px auto 64px auto;
  padding: 0 1em 0 1em;
  width: 100%;
}

@media (min-width: 980px)  {
  .category-wrapper,
  .section-wrapper {
    width: 980px;
  }
}

/* Category and section description
========================= */
.category-description,
.section-description {
	margin: 0 0 24px 0;
}

@media (min-width: 750px)  {
  .category-area {
    display: flex;
   	justify-content: space-between;
  }
  
  .section-area {
    display: flex;
    flex-direction: row-reverse;
   	justify-content: space-between;
  }
}

.section-area + #trial-signup {
 margin-top: 56px;
}

/* Category sidebar
==================== */
.category-sidebar-wrapper {
	display: none;
  height: 0;
  width: 0;
}
@media (min-width: 750px)  {
  .category-sidebar-wrapper {
   	display: inline-block;
    height: auto;
    margin: 0 20px 0 0;
    width: 200px;
  }
}
@media (min-width: 980px)  {
  .category-sidebar-wrapper {
    width: 300px;
  }
}

.sidebar-nav-block {
  display: none;
  height: 0;
  width: 0;
}
@media (min-width: 750px)  {
	.sidebar-nav-block {
    display: block;
    height: auto;
    width: auto;
  }
}

/*makeing the category sidebar sticky*/
.sidebar-catcher {
	height: 0px;
	width: 0px;
}

#sticky-phantom,
.category-sidebar {
  display: none;
  height: 0;
  width: 0;
}
@media (min-width: 750px)  {
  #sticky-phantom,
	.category-sidebar {
  	display: block;
    height: auto;
    vertical-align: top;
		width: 200px;
  }
}
@media (min-width: 980px)  {
  #sticky-phantom,
	.category-sidebar {
		width: 300px;
  }
}

.category-sidebar ul {
	width: 100%;
}

.category-sidebar a {
  display: block;
  font-size: .9rem;
  padding: 0.5em 1em 0.5em 1em;
  text-decoration: none;
  -webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  -o-transition: background .5s ease;
  transition: background .5s ease;
}

.category-sidebar a:focus,
.category-sidebar a:hover {
	text-decoration: underline;
}

.category-sidebar a:active {
	background: #d6d6d6;
  text-decoration: underline;
}

.category-sidebar .selected-item {
	background: #F2F2F2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.category-sidebar .selected-item:hover {
	background: #F2F2F2;
}

/* Article list
================ */
.category-article-list {
	display: none;
}
@media (min-width: 750px) {
  .category-article-list {
   	display: block;
  }
}

@media (min-width: 750px)  {
  .section-tree {
    width: calc(100% - 200px);
  }
}
@media (min-width: 980px)  {
  .section-tree {
    width: calc(100% - 300px);
    max-width: 550px;
  }
}

@media (min-width: 750px)  {
   .section-tree section + section  {
  	margin-top: 56px;
  }
}

.section-tree h2 {
  font-size: 1.2rem;
  margin: 0 -1em 0 -1em;
}
@media (min-width: 750px)  {
   .section-tree h2 {
  	font-size: 1.5rem;
    margin: 0 0 1em 0;
  }
}

.section-tree h2 a {
  background: #F2F2F2;
  border-top: 1px solid #d6d6d6;
  color: inherit;
  display: block;
	padding: 1em 3em 1em 1.2em;
  position: relative;
  text-decoration: none;
  -webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  -o-transition: background .5s ease;
  transition: background .5s ease;
}
@media (min-width: 750px)  {
  .section-tree h2 a {
   	background: transparent;
    border-top: none;
    color: #505050;
    padding: 0 3em 0 0;
    display: flex;
    align-items: center;
  }
}

.section-tree h2 a:hover,
.section-tree h2 a:focus {
	background: #d6d6d6;
}
@media (min-width: 750px)  {
	.section-tree h2 a:hover,
	.section-tree h2 a:focus {
    background: transparent;
  }
}

.section-tree h2 a:active {
	background: #b6b6b6;
  text-decoration: underline;
}
@media (min-width: 750px)  {
   .section-tree h2 a:active {
   	background: transparent;
  	text-decoration: none;
  }
}

.section-tree h2 a:visited {
	color: #824991;
}
@media (min-width: 750px)  {
   .section-tree h2 a:visited {
     color: #333333;
  }
}

.section-tree section:last-child h2 a {
	border-bottom: 1px solid #d6d6d6;
}
@media (min-width: 750px) {
  .section-tree section:last-child h2 a {
   	border-bottom: none;
  }
}

.article-list li {
  border-top: 1px solid rgba(133, 133, 133, 0.2);
}

.article-list li:last-child {
	border-bottom: 1px solid rgba(133, 133, 133, 0.2);
}

.article-list li a {
  display: block;
  padding: 20px 45px 20px 20px;
}
@media (min-width: 750px)  {
  .article-list li a {
   	padding: 1em 3em 1em 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.article-list .article-promoted {
	font-weight: bold;
}

/* article list navigation arrows
// displayed on Category page and Section page
=============================================== */
.go-to-article:after,
.go-to-section:after {
  content: "\e75e";
  display: inline-block; /*to make the text-decoration work*/
  font-family: "entypo";
  font-weight: 400;
  text-decoration: none;
}

.go-to-section {
  cursor: pointer;
  color: #888888;
  height: 100%;
  opacity: 1;
  position: absolute;
  right: 30px;
  top: 33%;
}
@media (min-width: 750px)  {
  .go-to-section {
   	opacity: 0.2;
    right: 15px;
    top: 8%;
  }
}

.section-tree h2 a:active .go-to-section,
.section-tree h2 a:hover .go-to-section {
  -webkit-animation: slideForSection 2s infinite;
  -moz-animation: slideForSection 2s infinite;
  -o-animation: slideForSection 2s infinite;
  animation: slideForSection 2s infinite;
}

.go-to-article {
  cursor: pointer;
  color: #888888;
  height: 100%;
  margin-right: -38px;
  opacity: 1;
  right: 30px;
}
@media (min-width: 750px)  {
  .go-to-article {
   	opacity: 0.2
  }
}

.article-list a:active .go-to-article,
.article-list a:hover .go-to-article {
  -webkit-animation: slideForArticle 2s infinite;
  -moz-animation: slideForArticle 2s infinite;
  -o-animation: slideForArticle 2s infinite;
  animation: slideForArticle 2s infinite;
}

/* CATEGORY PAGE FIX :)
======================== */
@media (min-width: 750px) {
  .category__sections__list .section-tree__headline {
    margin: 0 0 0 0;
  }
}

@media (min-width: 750px) {
  .category__sections__list .section-tree__headline .go-to-section {
    display: none;
  }
}

.category__sections__list .article_list__item {
  border: none;
  padding: 0 0 0 0;
}
@media (min-width: 750px) {
  .category__sections__list .article_list__item {
    padding: 6px 0 6px 0;
    border: none;
  }
  .category__sections__list .article_list__item:last-child {
    border: none;
  }
}

.category__sections__list .article_list__item__link {
  display: none;
}
@media (min-width: 750px) {
  .category__sections__list .article_list__item__link {
  	display: block;
    padding: 0;
  }
}

@media (min-width: 750px) {
  .category__sections__list li .show-all-articles {
    display: block;
    padding: 0;
  }
}

@media (min-width: 750px)  {
  .category__sections__list li .go-to-article {
  	display: none;
  }
}


/* ====================================================
   SECTION PAGE TEMPLATE
==================================================== */
.section-text-wrapper {
	display: block;
  width: 100%;
}

.section-illustration-block {
	display: none;  
}
@media (min-width: 980px)  {
  .section-illustration-block {
    display: inline-block;
    margin: 0 1em 0 0; 
    width: 350px;
    background: no-repeat;
    background-position: center center;
  }
}

@media (min-width: 980px)  {
  .section-illustration-block +  .section-text-wrapper {
    display: inline-block;
    width: 550px;
  }
}

/* Getting started guide 
======================== */
#illustration-getting-started {
	background-image: url("//theme.zdassets.com/theme_assets/33641/bd8f5cc1eca45b424971fcc8a64c8dd07feb4d7f.svg")
}

/* SECTION PAGE 2.0 :)
======================== */
.s-section-page {
	padding-top: 32px;
  padding-bottom: 40px;
}

 .section__primary-column {
  max-width: 720px;
}

/* SECTION HEADER
======================== */
.section__header__section-description {
  font-weight: 700;
}

/* LIST OF SUBSECTIONS AND ARTICLES 
=================================== */
.section__articles__article-list {
  margin-top: 14px;
}

.article_list__item {
  border-top: 1px solid rgba(197, 197, 214, 1);
}
@media only screen and (min-width: 768px) {
	.article_list__item {
    border-top: none;
    padding: 6px 0 6px 0;
  }
}

.article_list__item:last-child {
  border-bottom: 1px solid rgba(197, 197, 214, 1);
}
@media only screen and (min-width: 768px) {
	.article_list__item:last-child {
    border-bottom: none;
  }
}

.article_list__item a {
  display: block;
  padding: 1em 3em 1em 0;
}
@media only screen and (min-width: 768px) {
	.article_list__item a {
    padding: 0 0 0 0;
  }
}

.section__subsection-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 32px 0 0 0;
}
@media only screen and (min-width: 768px) {
	.section__subsection-list {
    align-items: stretch;
    flex-direction: row;
    margin: 48px 0 0 0;
	}
}

.section__subsection-list__item {
  align-items: stretch;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 768px) {
	.section__subsection-list__item {
    width: 30%;
	}
}

.section__subsection-list__item + .section__subsection-list__item {
  margin: 32px 0 0 0;
}
@media only screen and (min-width: 768px) {
	.section__subsection-list__item + .section__subsection-list__item {
    margin: 0 0 0 0;
	}
}

.section__subsection-list__link {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: rgba(27, 27, 33, 1);
  padding: 24px 16px 24px 16px;
  width: 100%;
}

.section__subsection-list__link:visited {
  color: rgba(27, 27, 33, 1);
}

.section__subsection-list__link:focus {
  color: #ffffff;
}

.section__subsection-list__link:hover {
  color: #ffffff;
}

.section__subsection-list__link:active {
  color: #ffffff;
}

.section__all-articles-link {
  display: block;
  padding: 1em 3em 1em 0;
}
@media only screen and (min-width: 768px) {
	.section__all-articles-link {
    padding: 4px 0 6px 0;
  }
}

.section__subsection-list__name {
  font-size: 0.95rem;
}

/* 
   END SECTION PAGE TEMPLATE
==================================================== */
/* =================================================
   ARTICLE PAGE TEMPLATE
==================================================== */

/* ARTICLE CONTAINER
======================== */
.article-page__container {
  padding-top: 32px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .article-page__container {
  	align-items: flex-end;
    align-items: center;
    display: flex;
    flex-direction: column;    
  }
}

.brand-article {
	margin: 0 auto;
  max-width: 640px;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .brand-article.js-brand-article {
    margin: 0 360px 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .brand-article.js-brand-article {
    margin: 0 480px 0 0;
  }
}

/* ARTICLE HEADER
================== */
.article__header h1 {
  margin: 8px 0 32px 0;
}
@media only screen and (min-width: 1024px) {
  .article__header h1 {
    margin: 8px 0 16px 0;
  }
}

.article__header__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 1200px) {
  .article__header__container {
    align-items: flex-end;
  	flex-direction: row;
    margin: 0 0 32px 0;
    position: relative;
  }
}

/* ARTICLE COMMENT COUNT LINK */
.c-article__comment-count {
  font-size: 0.8rem;
  margin: 0 0 24px 0;
}
@media only screen and (min-width: 1200px) {
  .c-article__comment-count {
    bottom: -4px;
    display: block;
    font-size: 0.75rem;
  	margin: 0 0 0 0;
    position: absolute;
    right: 0;
  }
}

.article__comment-count__link {
  display: flex;
  flex-direction: row;
}

.icon-article-comment-count:before {
  background-position: -50px -100px;
  display: inline-block;
  height: 16px;
  margin: 5px 8px 0 0;
  width: 19px;
}

/* ARTICLE SHARE */
.article__share__container {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
	.article__share_top {
    display: none;
  }
}

.c-article__share .share {
  display: flex;
  text-align: center;
}

.c-article__share .share li {
  display: block;
  margin: 0 20px 0 0;
}
@media only screen and (min-width: 1024px) {
  .c-article__share .share li {
   	margin: 0 0 0 0;
  }
}

/* article share icons */
[class*="share-"] {
  display: block;
  height: 30px;
  overflow: hidden;
  padding: 24px 24px 24px 24px;
  position: relative;
  text-align: center;
  width: 30px;
}
@media only screen and (min-width: 1024px) {
	[class*="share-"] {
    height: 24px;
    padding: 12px 24px 24px 24px;
    width: 24px;
  }
}

[class*="share-"]:active {
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
}

[class*="share-"]::before {
  background-image: url('//theme.zdassets.com/theme_assets/33641/35a657a519ba70e5742a95713080140d45e693ea.svg');
  background-repeat: no-repeat;
  background-size: 200px 50px;
  content:"";
  display: inline-block;
  height: 24px;
  overflow: hidden;
  
  text-indent: 100%;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  width: 24px;
}

[class*="share-"]:hover::before {
  height: 56px;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 56px;
}

[class*="share-"]:focus::before {
  height: 56px;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform-origin: 25% 50%;
  -moz-transform-origin: 25% 50%;
  -ms-transform-origin: 25% 50%;
  -o-transform-origin: 25% 50%;
  transform-origin: 25% 50%;
  width: 56px;
}

.share-facebook:before {
  background-position: 0 0;
}

.share-twitter:before {
  background-position: -50px 0;
}

.share-linkedin:before {
 background-position: -100px 0;
}

/* END article share  */
/* END ARTICLE HEADER */

/* ARTICLE BODY
======================== */
.article__body {
  word-wrap: break-word;
}

/* ARTICLE LINKS */
.article__body a {
  text-decoration: underline;
}

.article__body a:hover {
  text-decoration: none;
}

.article__body a:focus {
  text-decoration: none;
}

.article__body a:active {
  text-decoration: underline;
}

/* ARTICLE HEADLINE ANCHORS */
#article-page .js-article-anchor {
  color: rgba(197, 197, 214, 1);
  font-size: 0.8em;
  font-weight: normal;
  padding: 0 0.2em 0 0;
  position: relative;
  text-decoration: none;
}

#article-page .js-article-anchor:hover {
  color: #1D71CC;
  text-decoration: underline;
}

#article-page .js-article-anchor:focus {
  color: #1D71CC;
  text-decoration: underline;
}

#article-page .js-article-anchor:active {
  color: rgba(197, 197, 214, 1);
}

#article-page .js-article-anchor:visited {
  color: rgba(197, 197, 214, 1);
}

/* ARTICLE PARAGRAPH */
.article__body p {
  margin: 0 0 0.5em 0;
}

/* ARTICLE LISTS */
.article__body ul,
.article__body ol,
.article__body dl {
  list-style-position: outside;
  margin: 1.25em 0 0.5em 1.25em;
}

.article__body ul {
  list-style-type: disc;
}

.article__body ul ul {
  list-style-type: circle;
}

.article__body ol {
  list-style-type: decimal;
}

.article__body h2 + ul,
.article__body h3 + ul,
.article__body h4 + ul,
.article__body h2 + ol,
.article__body h3 + ol,
.article__body h4 + ol,
.article__body h2 + dl,
.article__body h3 + dl,
.article__body h4 + dl {
  margin: 0 0 1.25em 1.25em;
}

.article__body dl dt {
  font-weight: bold;
  padding: 0 0.5em 0 0.5em;
}

.article__body ul li,
.article__body ol li,
.article__body dl dd {
	padding: 0 0.5em 0.7em 0.7em;
}

.article__body ul li:last-child,
.article__body ol li:last-child,
.article__body dl dd:last-child {
	padding: 0 0.5em 0.5em 0.7em;
}

.article__body li > ul,
.article__body li > ol {
  margin: 0 0 0 1.25em;
}

/* ARTICLE IMAGES */
.article__body img {
  border: 1px solid #f2f2f5;
  display: block;
  height: auto;
  margin: 0 auto;
}

.article__body p img,
.article__body ul img,
.article__body ol img,
.article__body dl img {
	margin: 16px 0 24px 0;
}

/*Responsive video*/
.embed-container,
.article__body p.embed-container {
  border: 1px solid #f2f2f5;
  height: 0;
  margin: 16px 0 24px 0;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
}

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

.wistia_responsive_padding {
  margin: 12px 0 20px 0;
}

/* HORIZONTAL DIVIDER */
.article__body hr {
  background-color: rgba(197, 197, 214, 1);
  border: 0;
  height: 1px;
}

/* PREFORMATED TEXT, CODE */
.article__body pre {
  background-color: rgba(242, 242, 245, 1);
  border: 1px solid rgba(197, 197, 214, 1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: rgba(27, 27, 33, 1);
  font-family: Consolas,"Courier New", "Lucida Console", monospace;
  font-size: 0.85rem;
  margin: 1em 0 1em 0;
  padding: 1em 1em 1em 1em;
  white-space: pre-wrap;
}

.article__body code {
  background-color: rgba(242, 242, 245, 1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-radius: 3px;
  color: rgba(27, 27, 33, 1);
  font-family: Consolas,"Courier New", "Lucida Console", monospace;
  padding: 3px 4px 1px 4px;
}

/* ARTICLE NOTE */
.article__body .note {
  background-color: #F5E9F7;
  border-left: 6px solid #AA68BD;
  color: #550F62;
  font-size: 0.85rem;
  margin: 24px 0 24px 0;
  padding: 1em 1em 1em 1em;
}

/* ARTICLE BLOCKQUOTE */
/*.article__body blockquote {
  color: rgba(111, 111, 135, 1);
  font-size: 0.85rem;
  padding: 2em 1em 2em 1em;
}*/
/* ARTICLE NOTE */
.article__body blockquote {
  background-color: #F5E9F7;
  border-left: 6px solid #AA68BD;
  color: #550F62;
  font-size: 0.85rem;
  margin: 24px 0 24px 0;
  padding: 1em 1em 1em 1em;
}

/* ARTICLE TABLE */
.table-wrapper {
	overflow-x: auto;
  width: 100%;
}

.article__body table {
  font-size: 0.75rem;
  margin: 24px 0 24px 0;
  table-layout: fixed;
}

.article__body tbody {
  	background-color: rgba(0, 0, 0, 0.02);
}

.article__body tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.04);
}

.table-wrapper + p,
.article__body table + p {
	margin: 1em 0 0.6em 0
}

/*STEPS in ARTICLES | getting started guide */
.article__body .article-steps {
  display: block;
  margin: 3em 0 3em 0;
	font-size: 0.9rem;
  width: 49%;
}

.article__body .article-steps strong {
  display: block;
	text-transform: uppercase;
}

.article__body .article-steps a {
  display: inline-block;
  text-decoration: none;
}

.article__body .article-steps a:hover,
.article__body .article-steps a:focus,
.article__body .article-steps a:active {
	text-decoration: underline;
}

.article__body .article-previous {
	float: left;
}

.article__body .article-previous a:before {
	content: "\e75d";
  display: inline-block;
  font-family: "entypo";
  padding-right: 0.2em
}

.article__body .article-next {
	float: right;
  text-align: right;
}

.article__body .article-next a:after {
	content: "\e75e";
  display: inline-block;
  font-family: "entypo";
  padding-left: 0.2em
}

/* ARTICLE ATTACHMENTS */
.article__attachment-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.article__attachment__link {
  display: flex;
  flex-direction: row;
  font-size: 0.85rem;
  margin: 1em 0 1em 0;
  width: 100%;
}

.icon-article-attachment::before {
  background-position: -250px -100px;
  height: 18px;
  width: 24px;
}

.article__attachment__name {
  margin: 0 1em 0 1em;
}
/* END ARTICLE BODY */

/* PRICING PLANES 
================== */

/*ARTICLE PRICING PLANS BANNER*/
.article__pricing-plans {
  //display: none;
  background-color: #E3EFFB;
  font-size: 0.8rem;
  padding: 24px 0 24px 0;
}

.article__pricing-plans_article-body {
  margin: 24px 0 24px 0;
}

.article__pricing-plans_article-body .article__pricing-plan__container  {
  padding: 0 20px 0 20px;
}

.article__pricing-plan__wrapper {
	display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
	.article__pricing-plan__wrapper {
    align-items: center;
    flex-direction: row;
	}
}

.article__pricing-plan__message { 
}
@media only screen and (min-width: 768px) {
	.article__pricing-plan__message p {
    margin: 0 0 0 0;
    padding: 0 16px 0 0;
	}
}
.article__pricing-plan__cta a {
	-webikt-appearance: none;
  background: #1a66ff;
  border: 2px solid transparent;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  box-shadow: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1;
  margin: 12px 0 0 0;
  padding: 8px 16px 8px 16px;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
	.article__pricing-plan__cta a {
    margin: 0 0 0 0;
	}
}
.article__pricing-plan__cta a:hover {
  background: #1c52bd;
}

.article__pricing-plan__cta a:focus {
  background: #1c52bd;
}

.article__pricing-plan__cta a:active {
  background: #1c52bd;
}

/* BIZ AD BOTTOM */
.article__cta__container {
  background-color: rgba(242, 242, 245, 1);
  display: inline-block;
  font-size: 0.8rem;
}

@media only screen and (min-width: 1024px) {
  .article__cta__container {
    font-size: 0.75rem;
  }
}

.article__biz-ad_bottom {
  padding: 32px 24px 36px 24px; 
}

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

.article__biz-ad__copy {
  font-size: 1rem;
  font-weight: bold;
}

.article__biz-ad_bottom a {
  margin-top: 1.5em;
}
@media only screen and (min-width: 600px) {
	.article__biz-ad_bottom a {
    width: auto;
	}
}
@media only screen and (min-width: 768px) {
	.article__biz-ad_bottom a {
    display: inline-block;
  }
}
/* END PRICING PLANES */

/* TABLE OF CONTENTS 
=================== */
.c-article__table-of-contents {
  float: none;
  left: 0;
  position: static;
  top: 0;
  width: auto;
}
@media only screen and (min-width: 1024px) {
	.c-article__table-of-contents {
  	float: right;
    left: 720px;
    position: absolute;
    top: 0;
    width: 260px;
	}
}
@media only screen and (min-width: 1200px) {
	.c-article__table-of-contents {
    left: 800px;
    width: 360px;
	}
}

.article__table-of-contents__container {
  border-top: 1px solid rgba(197, 197, 214, 1);
  border-bottom: 1px solid rgba(197, 197, 214, 1);
	margin: 0 0 24px 0;
  padding: 12px 0 12px 0;
}
@media only screen and (min-width: 1024px) {
	.article__table-of-contents__container {
    border: none;
    padding: 0 10px 0 10px;
	}
}

.article__table-of-contents__container button {
  background: #ffffff;
  border: none;
  color: rgba(111, 111, 135, 1);
  padding: 0 0 0 0;
  text-align: left;
  width: 100%;
}

.article__table-of-contents__container button:hover {
  background: transparent;
}

.article__table-of-contents__container button:focus {
  background: transparent;
  box-shadow: none;
  top: 0;
}

.article__table-of-contents__container button:active {
  background: transparent;
  box-shadow: none;
  top: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.article__table-of-contents__container button::after {
  background: transparent;
  border-right: 2px solid rgba(197, 197, 214, 1);
  border-bottom: 2px solid rgba(197, 197, 214, 1);
  content: "";
  display: inline-block;
  float: right;
  height: 6px;
  margin: 0 2px 0 2px;
  position: absolute;
  right: 8px;
  top: 40%;
  transform: rotate(45deg);
  transform-origin: center center;
  -webkit-transition: transform 300ms ease;
  -moz-transition: transform 300ms ease;
  -o-transition: transform 300ms ease;
  transition: transform 300ms ease;
  width: 6px;
}

.article__table-of-contents__container button[aria-expanded="true"]::after {
  transform: rotate(-135deg);
}

.article__table-of-contents__panel {
  display: none;
}
@media only screen and (min-width: 1024px) {
	.article__table-of-contents__panel {
    display: block;
  }
}

.article__table-of-contents__container button[aria-selected="true"] + .article__table-of-contents__panel[aria-hidden="false"] {
    display: block;
  }

.article__table-of-contents__container h3 {
  margin: 16px 0 12px 0;
}

.article__table-of-contents__container ol {
  font-size: 0.8rem;
}

.article__table-of-contents__container ol a {
  display: inline-block;
  padding: 12px 24px 12px 0;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
	.article__table-of-contents__container ol a {
    color: rgba(27, 27, 33, 1);
    margin: 0 -10px 0 -10px;
    padding: 4px 10px 4px 10px;
	} 
}

@media only screen and (min-width: 1024px) {
  .article__table-of-contents__container ol a:visited {
    color: rgba(27, 27, 33, 1);
  }
}

.article__table-of-contents__container ol ol {
  padding-left: 2em;
}


@media only screen and (min-width: 1024px) {
	.js-table-of-contents-selected {
  	background: rgba(29, 113, 204, 0.15);
	}
}

@media only screen and (min-width: 1024px) {
	.js-table-of-contents_too-high {
    border-top: 1px solid rgba(242, 242, 245, 1);
    border-bottom: 1px solid rgba(242, 242, 245, 1);
    border-left: 1px solid rgba(242, 242, 245, 1);
  	height: calc(100vh - 72px);
    overflow-y: auto;
	}
}

/* ARTICLE FOOTER
======================== */
.article__footer {
  clear: both;
  margin: 48px 0 48px 0;
}

@media only screen and (min-width: 768px) {
	.article__footer__container {
    align-items: baseline;
    display:flex;
    flex-direction: row-reverse;
    //justify-content: flex-end;
    justify-content: space-between;
    
  }
}

/* FOLLOW/SUBSCRIBE ARTICLE */
.c-article__subscribe {
  display: block;
  margin: 40px 0 16px 0;
}
@media only screen and (min-width: 768px) {
	.c-article__subscribe {
    margin: 0 0 0 0;
  }
}

/* ARTICLE VOTE */
.c-article__vote {
 	border-top: 1px solid rgba(197, 197, 214, 1);
 	border-bottom: 1px solid rgba(197, 197, 214, 1);
  margin: 48px 0 48px 0;
  padding: 40px 0 40px 0;
}

.article__vote__container {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
	.article__vote__container {
    justify-content: normal;
  }
}

.c-article__vote h4 {
  margin: 0 0 0 0;
}

.article__vote__controls {
  display: flex;
  flex-direction: row;
  margin: 0 0 0 24px;
}

.article__vote__button {
  padding: 4px 16px 4px 16px;
  padding: 0 12px 0 12px;
}

.article__vote__button + .article__vote__button {
  margin-left: 8px;
}

.article__vote__button::after {
  content: attr(title);
  font-size: 0.8rem;
}

.article__vote-feedback {
  font-size: 0.8rem;
  padding: 16px 0 0 0;
}

/* ARTICLE COMMENTS
======================== */
/* ARTICLE COMMENTS HEADER */
.article__comments__header {
  margin: 0 0 32px 0;
}

.article__comments__header__container {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* ARTICLE COMMENT SORTER */
/* TODO HOVER FOCUS STATES */
.article__comment__sorter.dropdown {
  border: 1px solid rgba(197, 197, 214, 1);
  border-radius: 2px;
  font-size: 0.85rem;
  padding: 8px 12px 8px 12px;
}

.article__comment__sorter .dropdown-toggle {
  color: rgba(69, 69, 84, 1) ;
}

.article__comment__sorter .dropdown-toggle::after {
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0.3em solid rgba(69, 69, 84, 1);
  content: "";
  height: 0;
  margin-left: 8px;
  width: 0;
}

.comment-sorter [aria-selected=true] {
  font-weight: bold;
}

/* ARTICLE COMMENT */
.article__comment {
  display: flex;
  flex-direction: row;
  font-size: 0.95rem;
  width: 100%;
}

.article__comment + .article__comment {
  margin: 48px 0 0 0;
}

.article__comment__container {
  width: 100%;
}

/* ARTICLE COMMENT HEADER */
.article__comment__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

/* ARTICLE COMMENT AUTHOR */
.article__comment__author {
  font-weight: bold;
  line-height: 1.2;
}

.article__comment__author-divider::before {
  content: "|";
  margin: 0 4px 0 4px;
}

.article__comment__author-agent-role {
  font-weight: normal;
}

/* ARTICLE COMMENT DATE */
.article__comment__date {
  color: rgba(111, 111, 135, 1);
  font-size: 0.75rem;
  margin: 4px 0 0 0;
}

/* ARTICLE COMMENT ACTIONS */
.article__comment__actions .dropdown-toggle {
  display: inline-block;
  height: 48px;
  width: 48px;
}

.article__comment__actions .dropdown-toggle::after {
  background-image: url("//theme.zdassets.com/theme_assets/33641/7f146f3f3a7d99b6454ae7670e494ef8df36bc6d.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200px 50px;
  content:"";
  display: block;
  height: 24px;
  overflow: hidden;
  width: 24px;
}

.article__comment__actions .dropdown-toggle:hover::after {
  background-position: -50px 0;
}

.article__comment__actions .dropdown-toggle:focus::after {
  background-position: -50px 0;
}

/* ARTICLE COMMENT LABELS */
.comment-labels {
   margin: 4px 0 0 0;
}

.status-label {
	font-size: 0.75rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 4px 12px 4px 12px;
}

.status-label + .status-label  {
	margin: 0 0 0 1em;
}

.comment-pending {
  background-color: #59BBE0;
  color: #FFFFFF;
}

.escalation-badge {
  background-color: #AA68BD; 
  color: #FFFFFF;
}

/* ARTICLE COMMENT BODY */
.article__comment__body {
  margin: 8px 0 0 0;
}

.article__comment__body a {
  text-decoration: underline;
  word-break: break-all;
}

.article__comment__body a:hover {
  text-decoration: none;
}

.article__comment__body a:focus {
  text-decoration: none;
}

.article__comment__body a:active {
  text-decoration: underline;
}

.article__comment__body p + p {
  margin: 0.5em 0 0 0;
}

.article__comment__body img {
  border: 1px solid rgba(197, 197, 214, 1);
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.article__comment_edited {
  color: rgba(111, 111, 135, 1);
  font-size: 0.75rem;
}

/* ARTICLE COMMENT FORM */
.article__comment__form {
  margin: 48px 0 0 0;
}
.article__comment__form__container {
  display: flex;
  flex-direction: row;
}

.article__comment__form__controls {
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
	.article__comment__form__controls {
    text-align: right;
  }
}

/* ARTICLE COMMENT CALLOUT */
.article__comment__callout {
	margin: 24px 0 32px 0;
}

.article__comment__callout a {
  text-decoration: underline;
}

.article__comment__callout a:hover {
  text-decoration: none;
}

.article__comment__callout a:focus {
  text-decoration: none;
}

.article__comment__callout a:active {
  text-decoration: underline;
}

/* ARTICLE SIDEBAR 
=================== */
.brand-article__sidebar {
  margin: 80px 0 0 0;
}

.brand-article__sidebar section + section {
  margin: 56px 0 0 0; 
}

.brand-article__sidebar h3 {
  margin: 0 0 16px 0;
}

.brand-article__sidebar ul li a {
  border-top: 1px solid rgba(197, 197, 214, 1);
  color: rgba(27, 27, 33, 1);
  display: inline-block;
  line-height: 1.375;
  padding: 20px 32px 20px 0;
  position: relative;
  width: 100%;
}

.brand-article__sidebar ul li a:visited {
  color: #824991;
}

.brand-article__sidebar ul li:last-child a {
  border-bottom: 1px solid rgba(197, 197, 214, 1);
}

.brand-article__sidebar ul li a:hover,
.brand-article__sidebar ul li a:focus {
  text-decoration: underline;
}

.brand-article__sidebar ul li a::after {
  background: transparent;
  border-right: 2px solid rgba(197, 197, 214, 1);
  border-bottom: 2px solid rgba(197, 197, 214, 1);
  content: "";
  display: inline-block;
  float: right;
  height: 6px;
  margin: 0 2px 2px 2px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: rotate(-45deg);
  width: 6px;
}

.brand-article__sidebar ul li a:hover::after,
.brand-article__sidebar ul li a:focus::after {
  text-decoration: none;
}

/* 
  END ARTICLE PAGE TEMPLATE
==================================================== */

/* Column size */
.main-column {
  color: #535353;
  padding: 0 20px 0 20px;
  text-align: left;
  width: 100%;
}

.side-column {
  float: right;
  width: 100%;
}

.visibility-internal-icon:before {
  content: "\1F512";
  display: inline-block;
  font-family: "entypo";
  text-align: center;
  width: 13px;
}

.article-promoted {
  position: relative;
}

.visibility-internal {
 	cursor: default;
  margin-left: 5px;
  position: relative;
}

.visibility-internal:before,
.visibility-internal:after {
  display: none;
  font-size: 13px;
  font-weight: normal;
  position: absolute;
}

.attachment-list, .screencast-list {
  font-size: 11px;
  margin-top: 25px;
}
.attachment-list span, .screencast-list span {
  color: #999999;
}
.attachment-list li, .screencast-list li {
  margin-bottom: 10px;
}
.attachment-list li:before, .screencast-list li:before {
  background: #f9f9f9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #bbb;
  font-family: "entypo";
  margin-right: 5px;
  padding: 5px;
}

.attachment-list li:before {
  content: "\1F4CE";
}

.screencast-list li:before {
  content: "\1F4BB";
}

.my-activities-header {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 25px;
  padding: 25px 0;
}
.my-activities-header .breadcrumbs li {
  color: black;
  font-size: 20px;
  font-weight: normal;
}
.my-activities-header .breadcrumbs li:first-child, .my-activities-header .breadcrumbs li:before {
  display: none;
}

.my-activities-nav {
  margin-bottom: 100px;
}

.my-activities-sub-nav {
  margin-bottom: 15px;
}

/*adding some space befor the footer*/
.empty-box-margins {
  height: 100px;
  width: 100%;
}

.request-table th{
  color: #333333 !important;
}

.request-table-toolbar {
  background: #f9f9f9;
  display: table;
  padding: 8px;
  width: 100%;
}
@media (min-width: 980px)  {
  .request-table-toolbar {
    margin: 0 -10px 0 -10px;
  }
}

.request-table-filters {
  display: table-cell;
  text-align: right;
}

[dir="rtl"] .request-table-filters {
  text-align: left;
}

.request-table-filters label:before {
  content: " ";
  width: 25px;
  display: inline-block;
}

.requests-search {
  outline: none;
  padding: 6px 15px;
}

input.requests-search {
	-webkit-appearance: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.request-id {
  color: #bebebe;
}

.request-details {
  background: #f9f9f9;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  margin: 0 0 30px;
  padding: 15px 20px;
}

.request-details dt ~ dt {
  font-weight: bold;
  margin-top: 15px;
}

.request-details dd {
  margin: 2px 0 0;
  word-wrap: break-word;
}

.request-details dd ul {
  margin: 10px 0;
}

.request-details dd li {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0 0 3px 0;
}

.request-details .nested-field-tag:before {
  content: " > ";
}
.request-details .nested-field-tag:first-child:before {
  content: "";
}

.request-status {
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.request-open {
  background: #59BBE0;
}

.request-answered {
  background: #F5CA00;
}

.request-solved {
  background: #828282;
}

/* ====================================================
COMMUNITY
==================================================== */
.community-heading {
  font-size: 18px;
  margin: 0;
  width: 100%;
}

/* Accept */
.answer-accept {
  color: #BBB;
  font-size: 15px;
  max-width: 15px;
  overflow: hidden;
  padding-top: 7px;
  position: absolute;
  white-space: nowrap;
}

.answer-accept:hover {
  text-decoration: none;
}

.answer-accept:before {
  content: "\2713";
  font-family: "entypo";
  margin-right: 5px;
}

.answer-accepted .answer-accept, .answer-accepted .vote-sum {
  color: green;
}

/* Admin controls */
.topic-controls, .question-controls, .answer-controls {
  float: right;
  font-size: 11px;
}

.topic-edit:before, .question-delete:before, .question-mark-as-spam:before, .answer-delete:before, .answer-mark-as-spam:before {
  color: #cccccc;
  content: "\2022";
  font-size: 10px;
  margin-left: -16px;
  margin: 0 8px;
  position: relative;
  display: inline-block;
}

/* Share questions and answers */
.share-label {
  cursor: pointer;
}

.share-label + .share {
  background: #FFF;
  border: 1px solid #dddddd;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  left: 50%;
  line-height: 70px;
  margin: 10px 0 0 -75px;
  position: absolute;
  text-align: center;
  top: 100%;
  white-space: nowrap;
  width: 175px;
  z-index: 1;
}

.share-label + .share:before, .share-label + .share:after {
  content: "";
  display: inline-block;
  left: 50%;
  position: absolute;
}

.share-label + .share:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-left: 7px solid transparent;
  margin-left: -6px;
}

.share-label + .share:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFF;
  border-left: 6px solid transparent;
  margin-left: -5px;
}

.share-label[aria-selected="true"] {
  color: #111;
}

.share-label[aria-selected="true"] + .share {
  display: block;
}

.share-label[aria-selected="false"] + .share {
  display: none;
}

body.community-enabled .search-results-column {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

body.community-enabled .search-results-column + .search-results-column {
  margin-left: 35px;
}

[dir=rtl] body.community-enabled .search-results-column + .search-results-column {
  margin-left: 0;
  margin-right: 35px;
}

.search-results {
	margin: 0px 0 50px 0;
}
@media (min-width: 750px) {
  .search-results {
    margin: 30px 0 50px 0;
  }
}

.search-results-subheading {
  padding-bottom: 10px;
  margin-bottom: 0;
}

.search-results-subheading-link {
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
}

.search-results-list {
  margin-bottom: 25px;
  margin-top: 25px;
}

.search-results-list > * {
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0;
}

.search-results-list > *:first-child {
  border-top: 1px solid #eeeeee;
}

.search-result-link {
  font-weight: bold;
}

.search-result .breadcrumbs {
  display: block;
}

.search-result .breadcrumbs a {
	color: #888888;
}

.search-result .breadcrumbs a:visited {
	color: #888888;
}

.search-result-description em {
	font-style: normal;
  font-weight: bold;
}

.search-result-meta-name, .search-result-meta-time, .search-result-meta-count {
  font-size: 12px;
  color: #bebebe;
}

.search-result-meta-time:before, .search-result-meta-count:before {
  display: inline-block;
  padding-right: 5px;
  content: '\2022';
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.search-result-votes {
  background: #A8D119;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #FFF;
  display: inline-block;
  line-height: 1;
  margin-left: 5px;
  padding: 4px 5px;
  position: relative;
  top: -2px;
}
.search-result-votes:before {
  content: "\1F44D";
  font-family: "entypo";
  margin-right: 3px;
}

/* ====================================================
User profile page
==================================================== */
.profile-header {
  padding: 30px 0;
}

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}

[dir="rtl"] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-avatar .user-avatar {
  width: 65px;
  height: 65px;
}

.profile-avatar .icon-agent::before {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  word-break: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  min-width: 0;
}

.profile-header .basic-info .name {
  margin: 0;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir="rtl"] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir="rtl"] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.profile-header .options [data-action="edit-profile"] {
  background-color: #F2F2F2;
  border: 0;
  color: #252525;
  line-height: normal;
  padding: 8px 20px;
}

.profile-header .description {
  flex-basis: 100%;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  margin: 15px 0;
  word-break: break-word;
}

.profile-stats {
  font-size: 13px;
  display: flex;
  flex-direction: row;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: #bbb;
  font-weight: 300;
  flex: 0 0 100px;
  margin-right: 10px;
}

[dir="rtl"] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
  [dir="rtl"] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}

.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}

@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-top: 20px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 0;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px #F2F2F2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #F2F2F2;
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

.profile-private-badge::after {
  content: "\1f512";
  margin-left: 5px;
  font-family: "copenhagen-icons";
  vertical-align: middle;
  line-height: 15px;
}

@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

.profile-nav {
  border: 0;
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
}

@media (min-width: 1024px) {
  .profile-section {
    width: calc(100% - 330px);
  }
}

.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}

.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: #bbb;
  font-weight: 300;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 13px;
}

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}

[dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}

@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir="rtl"] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

.profile-contribution {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  padding: 20px 0;
  position: relative;
  word-break: break-word;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 1em;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
  font-size: 0.9rem;
}

.profile-contribution-meta {
 font-size: 12px;
  color: #888888;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}

@media (min-width: 768px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }
  [dir="rtl"] .profile-contribution-list > .profile-contribution {
    padding-right: 30px;
    padding-left: 0;
  }
}

.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-contribution-list > .profile-contribution::before {
  left: 0;
  position: absolute;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
  line-height: 25px;
}

[dir="rtl"] .profile-contribution-list > .profile-contribution::before {
  right: 0;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}

[dir="rtl"] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-contribution-list .profile-contribution-header {
    padding-right: 0;
  }
}

.profile-contribution-breadcrumbs {
	font-size: 0.9rem;
}

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  [dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }
}

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.profile-section .private-activity::before {
  content: "\1f512";
  font-family: "copenhagen-icons";
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 10px;
}

[dir="rtl"] .profile-section .private-activity::before {
  margin-right: 0;
  margin-left: 10px;
}

.profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir="rtl"] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
  }
  [dir="rtl"] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
  }
}

.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}

[dir="rtl"] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}

@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-activity-header {
    margin-right: 0;
  }
}

.profile-activity-header .avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}

[dir="rtl"] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-activity-description {
  font-size: 0.9rem;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}

.profile-activity-contribution {
  padding: 10px 20px 20px 20px;
  margin-top: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir="rtl"] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}

.profile-activity::before {
  position: absolute;
  left: 0;
  width: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
}

[dir="rtl"] .profile-activity::before {
  right: 0;
}

@media (min-width: 768px) {
  .profile-activity::before {
    left: -14px;
  }
  [dir="rtl"] .profile-activity::before {
    right: -14px;
  }
}

.profile-articles > .profile-contribution::before,
.profile-activity-list > li[class$="-article"]::before {
  content: "\1f4c4";
}

.profile-posts > .profile-contribution::before,
.profile-activity-list > li[class$="-post"]::before {
  content: "\1f4d4";
}

.profile-comments > .profile-contribution::before,
.profile-activity-list > li[class$="-comment"]::before {
  content: "\1f4ac";
  line-height: 35px;
}

/* ====================================================
  COMMUNITY FORUM
  ==================================================== */
@media (min-width: 46.875em) {
	.community-page-wrapper {
		margin: 0 auto 4em auto;
    max-width: 61.25em;
	}
}

p + .post-to-community a {
  margin: 2em 0 0 0;
  text-align: center;
  width: 100%;
}
@media (min-width: 35em)  {
  p + .post-to-community a {
    width: auto;
  }
}

.post-to-community {
	text-align: right;
}

.post-to-community a:before {
	content: "\270E";
  font-family: "entypo";
  font-size: 14px;
  margin-right: 10px;
  vertical-align: middle;
}

.post-to-community a:visited {
  color: #252525;
}

.topics-list {
	margin: 3em  0 0 0;
}

.topics-item {
	border-top: 1px solid #d6d6d6;
  margin: 0 -1.25em 0 -1.25em;
}
@media (min-width: 750px)  {
  .topics-item {
   	margin: 0 0 0 0;
  }
}

.topics-item a:link {
	color: #252525;
}
@media (min-width: 750px)  {
  .topics-item a:link h3 {
   	color: #1D71CC;
  }
  .topics-item a:visited h3 {
  	color: #824991;
  }
}

.topics-item a:hover {
	text-decoration: none;
}

.topics-item a h3 {
  background: #F2F2F2;
  color: inherit;
  display: block;
  font-weight: normal;
  margin: 0 0 0 0;
  padding: 20px 2em 20px 1.25em;
  position: relative;
  text-decoration: none;
  -webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  -o-transition: background .5s ease;
  transition: background .5s ease;
}
@media (min-width: 750px)  {
  .topics-item a h3 {
   	background: transparent;
    color: #505050;
    display: inline-block;
    font-weight: normal;
    margin: 1.5em 0 0 0;
    padding: 0 0 0 0;
  }
}

.topics-item a:active h3 {
	background: #b6b6b6;
  text-decoration: underline;
}
@media (min-width: 750px)  {
   .topics-item a:active h3 {
   	background: transparent;
  	text-decoration: none;
  }
}

.topics-item a h3:after {
	color: #888888;
  content: "\e75e";
  cursor: pointer;
  font-family: "entypo";
  font-weight: 400;
  height: 100%;
  padding: 0 0 0 1em;
  opacity: 1;
  position: absolute;
  right: 30px;
  top: 33%;
}
@media (min-width: 750px)  {
  .topics-item a h3:after {
    display: none;
  }
}

.topics-item a:hover h3:after
.topics-item a:active h3:after {
  -webkit-animation: slideMobile 2s infinite;
  -moz-animation: slideMobile 2s infinite;
  -o-animation: slideMobile 2s infinite;
  animation: slideMobile 2s infinite;
}

.topics-item .meta-group {
	display: none;
}
@media (min-width: 750px)  {
  .topics-item .meta-group {
  	display: inline-block;
    margin: 0 0 0 0.5em;
  }
}

.topics-item-description {
  color: #252525;
  display: none;
	font-size: 0.9rem;
  margin: 0 0 2em 0;
}
@media (min-width: 750px)  {
  .topics-item-description {
  	display: block;
    max-width: 80%;
  }
}

.page-header-description {
	margin: 0 0 2em 0;
}

.topic-header {
	margin: 2.5em 0 0 0;
}

@media (min-width: 46.875em) {
  .topic-header {
    border-top: 1px solid #eeeeee;

    padding-top: 1em;
    width: 100%;
  }
}

.topic-header .topic-follow-wrapper {
	display: none;
}
@media (min-width: 46.875em) {
  .topic-header .topic-follow-wrapper {
    display: inline-block;
    float: right;
  }
}

.topic-filters {
	color: #1D71CC;
}
@media (min-width: 46.875em) {
  .topic-filters {
  	display: inline-block;
  }
}

.topic-meta {
  color: #8E8E8E;
	font-size: 0.9rem;
}
@media (min-width: 46.875em) {
  .topic-meta {
    margin-right: 0.5em;
  }
}

.posts-list > li {
  border-top: 1px solid #eeeeee;
	margin: 1em 0 1em 0;
  padding: 1em 1em 0 1em;
}

.striped-list-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 60em) {
  .striped-list-item {
		align-items: center;
    flex-direction: row;
	}
}

@media (min-width: 60em) {
  .striped-list-info {
		flex: 2;
	}
}

.striped-list-info .meta-group {
	display: block;
  margin: 0.5em 0 0 0;
}

.striped-list-info .meta-data:first-child {
	display: none;
}

@media (min-width: 46.875em)  {
  .striped-list-info .meta-data:first-child {
    display: inline-block;
  }

  .striped-list-info .meta-data + .meta-data:before {
    content: ", ";
    margin-left: -3px;
  }
}

.post-overview-count {
  font-size: 0.9rem;
	margin: 0.5em 0 0 0;
}

@media (min-width: 60em) {
  .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: space-around;
	}
}

@media (min-width: 60em) {
  .striped-list-number {
    display: block;
		text-align: center;
	}
}

.topic-footer .topic-follow-wrapper {
	margin: 2em 0 2em 0;
  width: 100%;
}
@media (min-width: 46.875em) {
  .topic-footer .topic-follow-wrapper {
    display: none;
  }
}

.topic-footer .topic-subscribe {
	display: block;
}

.topic-footer .dropdown-toggle {
  margin: 1em 0 1em 0;
  text-align: center;
  width: 100%;
}

@media (min-width: 46.875em)  {
  .post,
  .post-comments {
    margin: 0 auto;
    width: 700px;
  }
}

@media (min-width: 46.875em)  {
  .post {
    border-bottom: 1px solid #c8c8c8;
  }
}

/* Post content
============== */
.post-avatar {
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 46.875em)  {
	.comment-info .comment-avatar {
  	vertical-align: middle;
	}
}

.post-avatar a:hover {
	border-bottom: 1px solid transparent; /*redundant soon*/
  height: 100%;
  width: 100%;
}

.post-avatar img {
  border: 1px solid #d9ddde;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
	height: 48px;
  width: 48px;
}

.post-meta {
	display: inline-block;
  font-size: 0.813em;
  vertical-align: top;
}
@media (min-width: 46.875em)  {
	.post-meta {
  	vertical-align: middle;
	}
}

.post-author {
	margin: 0 0 -4px 0;
}

.post-date {
	display: none;
}
@media (min-width: 46.875em)  {
	.post-date {
  	display: block;
    margin-top: 0.5em;
	}
}

.post-follow {
	margin-top: 1.5em;
}

@media (min-width: 46.875em)  {
	.post-follow {
  	display: inline-block;
    margin: 0 0 0 1em;
    float: right;
	}
}

.post-body {
	margin: 20px 0 0 0;
}

.post-body p {
	margin: 20px 0 0 0;
}

.post-body p:first-child {
	margin: 0 0 0 0;
}

.post-body img {
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
  height: auto;
  max-width: 100%;
  margin: 12px 4px 12px 4px;
}

.post-body a {
	word-wrap: break-word;
}

/*post FOOTER*/
.post-footer {
 	margin: 2.5em 0 2em 0;
}

@media (min-width: 46.875em)  {
  .post-footer {
    text-align: right;
  }
}

@media (min-width: 46.875em)  {
  .post-actions {
    text-align: right;
  }
}

.post-actions-container {
	margin: 12px 0 0 0;
}

.post-vote {
	display: inline-block;
  margin: 0 0 0 0;
}
@media (min-width: 46.875em)  {
  .post-vote {
    float: left;
  }
}

.post-vote a {
  background: transparent;
  border: 1px solid #c8c8c8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #c8c8c8;
  display: inline-block;
  font-family: "entypo";
  font-size: 20px;
  height: 32px;
  line-height: 27px;
  position: relative;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  vertical-align: middle;
  width: 32px;
}

.post-vote a:before {
  position: absolute;
  left: 26.5%;
}

.post-vote a:hover {
  background: #c8c8c8;
	color: #FFFFFF;
}

.post-vote a:focus,
.post-vote a:active {
  background: #d9ddde;
  border-color: #d9ddde;
  color: #FFFFFF;
}

.post-vote a:visited {
	color: #c8c8c8;
}

.post-vote a.vote-voted {
  background-color: #d9ddde;
  border: 1px solid #c8c8c8;
  color: #8E8E8E;
}


.post-actions-container {
  display: inline-block;
  float: right;
  margin-top: 0;
}
@media (min-width: 46.875em)  {
  .post-actions-container {
    float: none;
  }
}

.post-actions .dropdown-toggle {
	font-size: 12px;
  line-height: 32px;
}

/*Community post comments*/
.post-comments .comment-sorter {
	float: none;
}

@media (min-width: 46.875em)  {
  .post-comments .comment-overview {
    display: inline-block;
    padding: 0 0 1em 0;
    width: 100%;

  }

  .post-comments .comment-overview,
  .post-comments .comment-sorter {
    vertical-align: baseline;
  }
}

/* ====================================================
New Commmunity post page
==================================================== */
.new-community-post-container {
	padding: 2em 0 2em 0;
}

@media (min-width: 46.875em)  {
  .new-community-post-container {
    margin: 0 auto;
    padding: 0 0 2em 0;
    width: 700px;
  }
}

.new_community_post h1 {
	margin: 1.7em 0 .5em 0;
}

@media (min-width: 46.875em)  {
  .form-container {
    margin-bottom: 4em;
  }
}

/* ====================================================
Error pages
==================================================== */
.error-page {
  padding: 10px 10px 50px 10px;
  width: 100%;
}
@media (min-width: 980px)  {
  .error-page {
    margin: 0 auto;
    width: 980px;
  }
}

.error-page h1 {
  font-size: 56px;
  font-size: 3.5em;
}

.error-page h2 {
  font-size: 24px;
  font-size: 1.5em;
  margin-bottom: 5px;
  margin-bottom: 0.5em;
}

.error-page > a {
  display: block;
  margin-top: 25px;
}

.recent-activity {
  background: #f9f9f9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 25px 20px;
  width: 100%;
}

.recent-activity-header {
  margin-top: 0;
  font-size: 15px;
}

.recent-activity-item ~ .recent-activity-item {
  margin-top: 15px;
}

.recent-activity-item-parent {
  color: #252525;
  font-size: 12px;
  text-decoration: none;
  display: block;
}
.recent-activity-item-parent:hover {
  text-decoration: underline;
}

.recent-activity-item-link {
  display: block;
}

.recent-activity-item-meta {
  font-size: 12px;
  color: #999999;
}

.recent-activity-item-time {
  display: inline-block;
}

.recent-activity-item-comment {
  display: none;
}
.recent-activity-item-comment:before {
  display: inline-block;
  content: "\2022";
}
.recent-activity-item-comment span:before {
  font-family: "entypo";
  content: "\00a0\00a0\e718";
  display: inline-block;
  vertical-align: middle;
  padding-right: 3px;
}

[data-recent-activity-action="article_comment_added"] .recent-activity-item-comment,
[data-recent-activity-action="post_comment_added"] .recent-activity-item-comment,
[data-recent-activity-action="answer_added"] .recent-activity-item-comment {
  display: inline-block;
}

.recent-activity-controls,
.recent-activity-loader {
  padding-top: 20px;
  font-size: 12px;
}

.recent-activity-loader {
  display: inline-block;
  position: relative;
}
.recent-activity-loader:before {
  display: block;
  position: absolute;
  content: "\0020";
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f9f9f9 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-animation: recent-activity-loader 0.5s infinite;
  animation: recent-activity-loader 0.5s infinite;
}

@-webkit-keyframes recent-activity-loader {
  0% {left: 0;}
  100% {left: 100%;}
}
@keyframes recent-activity-loader {
  0% { left: 0;}
  100% { left: 100%;}
}

/* ====================================================
   Chat
   ==================================================== */
.chat {
  background: #f6f6f6;
  border: 1px solid #E0E0E0;
  border-bottom: 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  bottom: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 13px;
  line-height: 35px;
  padding: 0 15px;
  position: fixed;
  right: 85px;
  -webkit-transition: bottom .5s ease-in, color .5s ease-in;
  -moz-transition: bottom .5s ease-in, color .5s ease-in;
  -o-transition: bottom .5s ease-in, color .5s ease-in;
  transition: bottom .5s ease-in, color .5s ease-in;
}

.chat:before {
  content: "\E720";
  font-family: "entypo";
  font-size: 16px;
  margin-right: 10px;
  vertical-align: middle;
}

.chat:hover {
  text-decoration: none;
}

.chat-available {
  bottom: 0;
}

.chat-unavailable {
  color: gray;
  cursor: default !important;
  bottom: -50px;
}

/* ====================================================
   Wrapper CSS
   ==================================================== */
.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* ====================================================
   DROP-DOWN QUESTIONS | HTML5 details shim
   ==================================================== */
details, summary {
  display: block;
}

details.details_shim_closed > * {
  display: none;
}

details.details_shim_closed > summary {
  display: block;
}

details.details_shim_open   > summary {
  display: block;
}

details.details_shim_closed > summary:before {
  display: inline-block;
  content: "\25b6";
  padding: 0 0.1em;
  margin-right: 0.4em;
  font-size: 0.9em;
}

details.details_shim_open   > summary:before {
  display: inline-block;
  content: "\25bc";
  padding: 0;
  margin-right: 0.35em;
}

summary {
  cursor: pointer;
  color: #1a74b0;
}

summary:hover {
  text-decoration: underline;
}

/*Container for drop-down questions*/
.FAQ details {
  margin: 20px 0;
}

/*Secondary button*/
/*Used as a toggle button for drop-down questions*/
.btn-secondary {
	background-color: #e6e6e6;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 3px 0 -1px #999;
  color: #292929;
  cursor: pointer;
  display: inline-block;
  padding: 6px 12px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-secondary:hover,
.btn-secondary:focus {
	background-color: #d2d2d2;
  border-color: #bbb;
  color: #292929;
}

.btn-secondary:active {
	background-color: #d2d2d2;
  border-color: #bbb;
  box-shadow: 0 2px 1px -1px #999;
  color: #292929;
  top: 1px;
}

/* ====================================================
  CUSTOM ELEMENTS ON CATEGORY AND SECTION PAGE
==================================================== */
.sidebar-nav-block {
  display: none;
  height: 0;
  width: 0;
}
@media (min-width: 750px)  {
  .sidebar-nav-block {
    display: block;
    height: auto;
    width: auto;
  }
}

/* MAKING THE SIDEBAR STICKY
======================== */
.sidebar-catcher {
	height: 0px;
	width: 0px;
}

#sticky-phantom,
.category-sidebar {
  display: none;
  height: 0;
  width: 0;
}
@media (min-width: 750px)  {
  #sticky-phantom,
	.category-sidebar {
  	display: block;
    height: auto;
    vertical-align: top;
		width: 200px;
  }
}
@media (min-width: 980px)  {
  #sticky-phantom,
	.category-sidebar {
		width: 300px;
  }
}

#sticky-phantom {
	display: none;
}

.category-sidebar ul li a {
  background: #f2f2f2;
	color: #333333;
  display: block;
  padding: 1em 1em 1em 0.5em;
  text-decoration: none;
  -webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  -o-transition: background .5s ease;
  transition: background .5s ease;
}
@media (min-width: 46.875em)  {
  .category-sidebar ul li a {
    background: transparent;
    color: #1D71CC;
    font-size: .9rem;
    padding: 0.5em 1em 0.5em 1em;
  }
}

.category-sidebar ul li a:hover,
.category-sidebar ul li a:focus {
	background: #e4e4e4;
}

.category-sidebar ul li a:active {
	background: #d6d6d6;
}

@media (min-width: 46.875em)  {
  .category-sidebar ul li a:hover,
  .category-sidebar ul li a:focus,
  .category-sidebar ul li a:active {
    background: transparent;
    text-decoration: underline;
  }
}

@media (min-width: 750px)  {
  .category-sidebar .selected-item {
    background: #F2F2F2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  .category-sidebar .selected-item:hover {
  	background: #F2F2F2;
  }
}

/* WEB FORM NOTIFICATIONS
======================== */
.notification {
	font-size: 0.8rem;
  position: relative;
  z-index: 1;
}

.notification-inline {
  margin-top: 4px;
}

.new-request-container .notification-error {
	background: transparent;
  border: none;
  color: #FC4C5D;
}

.new-request-container .notification-error:before {
	border: none;
  content:"";
  display: none;
  height: 0;
  margin: 0;
  width: 0;
}
/* 
   END CUSTOM ELEMENTS ON CATEGORY AND SECTION PAGE
==================================================== */
/* =================================================
   BRAND FOOTER
==================================================== */
.brand-footer {
	background-color: #000032;
  color: #FFFFFF;
  font-size: 14px;
  width: 100%
}

.brand-footer__container {
	display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 64px 24px;
}

.brand-footer a {
	color: hsla(0,0%,100%,.6);
}

.brand-footer a:hover {
	color: #FFFFFF;
  text-decoration: none;
}

.brand-footer a:focus {
	color: #FFFFFF;
}

.brand-footer a:active {
	color: #FFFFFF;
  text-decoration: underline;
}

.brand-footer h3 {
	font-size: 18px;
	font-weight: 500;
  margin: 0 0 24px 0;
}

.brand-footer li {
	margin-bottom: 24px;
  padding-right: 24px;
}

/* BRAND FOOTER LOGO
======================== */
.brand-footer__logo-wrapper {
 align-items: start;
 display: flex;
 flex-direction: row;
 height: 104px;
 width: 100%;
}

@media (min-width: 768px)  {
  .brand-footer__logo-wrapper {
    height: 144px;
  }
}
@media (min-width: 768px)  {
  .brand-footer__logo-wrapper {
    height: 160px;
  }
}

.brand-footer__logo {
  height: 32px;
  margin: auto 0;
  width: 130px;
}

/* BRAND FOOTER LANGUAGE SELECTOR
======================== */
.brand-footer__language-selector-section {
	margin-bottom: 24px;
	width: 100%;
}
@media only screen and (min-width: 1248px)  {
  .brand-footer__language-selector-section {
    order: 1;
		width: 224px;
  }
}

.brand-footer__language-selector-section__wrapper {
  margin: 16px 0 16px 0; 
  max-width: 336px;
}

.brand-footer .language-selector {
	background-color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
}

.brand-footer .brand-footer__language-selector-section a {
  align-items: center;
  display: flex;
  flex-direction: row;
  line-height: 24px;
  padding: 16px 24px;
}

.brand-footer .brand-footer__language-selector-section a:hover {
	background-color: #f4f4ff;
}

.brand-footer .brand-footer__language-selector-section a:focus {
	background-color: #f4f4ff;
  color: #000032;
}

.brand-footer .brand-footer__language-selector-section a:active {
	background-color: #f4f4ff;
  color: #000032;
}

/*LANGUAGE SELECTOR FLAGS*/
.brand-footer .language-flag-sprite {
  background-image: url(//theme.zdassets.com/theme_assets/33641/8fad24650f4f3bfe91d43ffa5aca0e0ab721eb54.png);
  background-image: url(//theme.zdassets.com/theme_assets/33641/1ff214213be884b5d61039be52f8f44d53e0d053.svg);
  background-repeat: no-repeat;
  background-size: 134px 90px;
  border: 1px solid #f2f2f2;
  height: 17px;
  margin-right: 8px;
  overflow: hidden;
  width: 22px;
}

.brand-footer span[class*="flag--Dansk"],
.brand-footer span[class*="flag--dansk"]{
  background-position: -2px -38px;
}

.brand-footer span[class*="flag--Deutsch"],
.brand-footer span[class*="flag--deutsch"]{
  background-position: 0 0;
}

.brand-footer span[class*="flag--English"],
.brand-footer span[class*="flag--english"]{
  background-position: -74px -72px;
}

.brand-footer span[class*="flag--Espa"],
.brand-footer span[class*="flag--espa"]{
  background-position: 0 -74px;
}

.brand-footer span[class*="flag--Fran"],
.brand-footer span[class*="flag--fran"]{
  background-position: -39px 0;
}

.brand-footer span[class*="flag--Italiano"],
.brand-footer span[class*="flag--italiano"]{
  background-position: -39px -74px;
}

.brand-footer span[class*="flag--Nederlands"],
.brand-footer span[class*="flag--nederlands"]{
  background-position: -74px 0;
}

.brand-footer span[class*="flag--Svenska"],
.brand-footer span[class*="flag--svenska"]{
  background-position: -74px -38px;
}
/* END LANGUAGE SELECTOR FLAGS */

.brand-footer .language-selector-link__name {
 	color: #000032;
  flex: 1;
}

.brand-footer .language-selector-link__arrow {
	border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0.3em solid #000032;
  content: "";
  height: 0;
  width: 0;
}

.brand-footer .dropdown-toggle:after {
  /* Zendesk hack */
	display: none;
}

/*LANGUAGE DROPDOWN*/
.brand-footer .language-dropdown {
  background: #ffffff;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  box-shadow: none;
  height: 224px;
  margin-top: -2px;
  overflow-y: scroll;
  width: 100%;
}

.brand-footer .language-dropdown a:last-child {
	-webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}

/* BRAND FOOTER COLUMNS
======================== */
.brand-footer__section {
  margin-bottom: 24px;
	order: 0;
  width: 224px;
}

/* BRAND FOOTER SOCIAL
======================== */
@media only screen and (min-width: 720px) and (max-width: 943px) {
  .brand-footer__social ul {
  	display: flex;
    flex-direction: row;
  }
}

.brand-footer__social a {
  display: inline-block;
  visibility: hidden;
}

.brand-footer__social a::before {
  display: inline-block;
  opacity: 0.6;
  visibility: visible;
}

.brand-footer__social a:hover::before {
  opacity: 1;
}

.brand-footer__social a:focus::before {
  opacity: 1;
}

.brand-footer__social a:active::before {
  border-bottom: #fff solid 1px;
  opacity: 1;
}

/* BRAND FOOTER LEGAL
======================== */
.brand-footer__legal {
  width: 100%;
  order: 2;
}
@media only screen and (min-width: 1024px)  {
  .brand-footer__legal {
   	display: flex;
    flex-direction: row;
  }
}

.brand-footer__legal ul {
	display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px)  {
  .brand-footer__legal ul {
    flex-direction: row;
  }
  
  .brand-footer__legal li {
    margin-right: 24px;
  }
}

.brand-footer__legal__copyright-text {
   color: hsla(0,0%,100%,.4);
}
@media only screen and (min-width: 768px) {
	.brand-footer__legal__copyright-text {
    flex: 1;
    text-align: right;
  }
}
/* 
   END BRAND FOOTER
==================================================== */
/* =================================================
  CSS ANIMATIONS
==================================================== */
@-webkit-keyframes slideForSection {
  0% { right: 30px; opacity: 1; }
  75% { right: 2px; opacity: 0; }
  100% { right: 30px; opacity: 0; }
}
@keyframes slideForSection {
  0% { right: 30px; opacity: 1; }
  75% { right: 2px; opacity: 0; }
  100% { right: 30px; opacity: 0; }
}

@-webkit-keyframes slideForArticle {
  0% { margin-right: -38px; opacity: 1; }
  75% { margin-right: -50px; opacity: 0; }
  100% { margin-right: -38px; opacity: 0; }
}

@keyframes slideForArticle {
  0% { margin-right: -38px; opacity: 1; }
  75% { margin-right: -50px; opacity: 0; }
  100% { margin-right: -38px; opacity: 0; }
}

@-webkit-keyframes slideForWebform {
  0% { margin-right: 0px; opacity: 1; }
  75% { margin-right: -15px; opacity: 0; }
  100% { margin-right: -5px; opacity: 0; }
}

@keyframes slideForWebform {
  0% { margin-right: 0px; opacity: 1; }
  75% { margin-right: -15px; opacity: 0; }
  100% { margin-right: -5px; opacity: 0; }
}
/* 
   END CSS ANIMATIONS
==================================================== */
/* =================================================
 GLOBAL JAVASCRIPT CLASSES
==================================================== */
.js-hide {
	display: none !important;
}

/*Hiding the web form list for example on Kicstarter form*/
.js-hide_request_ticket_form_id {
	display: none;
}

.js-nav-heighlight {
	background: #F2F2F2;
}

.js-recaptcha__error-empty {
	border: 1px solid #FC4C5D;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/*Highligting requiered web from input fields that are left empty*/
.js-requierd__error-empty {
  border: 1px solid #FC4C5D;
}

.js-show-dropdown-content {
  display: block
}

.js-visible-to-end-user {
  display: none;
}

/* JAVASCRIPT ACCORDION */
.js-accordion__panel[aria-hidden=true] {
  display: none;
}

.js-accordion__panel[role="tabpanel"] .js-accordion__header {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .js-accordion__panel[role="tabpanel"] .js-accordion__header {
    display: block;
  }
}

button.js-accordion__header {
  display: block;
}
@media only screen and (min-width: 1024px) {
  button.js-accordion__header.js-hide {
  display: none !important;
	}
}

/* 
  END JAVASCRIPT CLASSES
==================================================== */
/* =================================================
LANGUAGE SELECTOR FLAGS
==================================================== */
.language-flag-sprite {
  /*TODO export flags in correct sizes*/
  background-image: url(//theme.zdassets.com/theme_assets/33641/8fad24650f4f3bfe91d43ffa5aca0e0ab721eb54.png);
  background-image: url(//theme.zdassets.com/theme_assets/33641/1ff214213be884b5d61039be52f8f44d53e0d053.svg);
  background-repeat: no-repeat;
  background-size: 134px 90px;
  border: 1px solid #f2f2f2;
  display: inline-block;
  height: 17px;
  margin-right: 8px;
  overflow: hidden;
  width: 22px; 
}

.language-flag-sprite[class*="flag--Dansk"],
.language-flag-sprite[class*="flag--dansk"]{
  background-position: -2px -38px;
}

.language-flag-sprite[class*="flag--Deutsch"],
.language-flag-sprite[class*="flag--deutsch"] {
  background-position: 0 0;
}

.language-flag-sprite[class*="flag--English"],
.language-flag-sprite[class*="flag--english"]{
  background-position: -74px -72px;
}

.language-flag-sprite[class*="flag--Espa"],
.language-flag-sprite[class*="flag--espa"]{
  background-position: 0 -74px;
}

.language-flag-sprite[class*="flag--Fran"],
.language-flag-sprite[class*="flag--fran"]{
  background-position: -39px 0;
}

.language-flag-sprite[class*="flag--Italiano"],
.language-flag-sprite[class*="flag--italiano"]{
  background-position: -39px -74px;
}

.language-flag-sprite[class*="flag--Nederlands"],
.language-flag-sprite[class*="flag--nederlands"]{
  background-position: -74px 0;
}

.language-flag-sprite[class*="flag--Svenska"],
.language-flag-sprite[class*="flag--svenska"]{
  background-position: -74px -38px;
}
/*
   END PAGE TEMPLATE/MAIN SECTION
==================================================== */


/* =================================================
   LENKA TESTING AREA
==================================================== */
.o-button-tertiary {
  background: transparent;
	border: 2px solid #000032;
}

.o-button-tertiary:hover {
	background: #000032;
  color: #fff;
}

.o-button-tertiary:focus {
	background: #000032;
  color: #fff;
}

.o-button-tertiary:active {
	background: #000032;
  color: #fff;
}


/* ====================================================
   ACCESSIBILITY CLASSES AND STYLLING
==================================================== */
/*TOD rename*/
.a11y-visible-for-screenreaders {
	position: absolute;
  top: -9999px;
}

.a11y-for-screenreaders-clip {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}


@media only screen and (min-width: 1200px) {
	.brand-header__search {
    width: 200px;
    height: 72px;
    margin: 0;
    
  }
}




.js-brand-header--search-on ~ main .brand-header__search {
  background: #000032;
  height: 72px;
  position: absolute;
  	top: 0;
  	right: 0;
  	left: 0;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
	.js-brand-header--search-on ~ main .brand-header__search {
    width: auto;
  }
}

.brand-header__search-icon {
  cursor: pointer;
  height: 62px;
  padding: 24px 24px 24px 0;
	position: absolute;
  //right: 24px;
  //top: 4px;
  right: 32px;
  top: 10px;
  width: 38px; 
  z-index: 1000;
}
@media only screen and (min-width: 1024px) {
	.brand-header__search-icon {
    display: none;
  }
}

.js-brand-header--search-on ~ main .brand-header__search-icon {
  cursor: none;
}

.js-brand-header--search-on ~ main .brand-header__search-icon {
  left: 0;
  z-index: 1000;
}

.brand-header__search-form #query {
	background-color: transparent;
  border: none;
	border-radius: 2px;
  box-shadow: none;
  color: #fff;
  display: none;
  font-size: 0.9rem;
  height: 24px;
  line-height: 1.5rem;
  left: 0;
  padding: 12px 64px 12px 32px;
  position: absolute;
  outline: none;
  right: 140px;
  top: 12px;
  z-index: 999;
  width: 200px;
}
@media only screen and (min-width: 1024px) {
	.brand-header__search-form #query {
    border: 2px solid hsla(0,0%,100%,.4);
    display: block;
    padding: 12px 64px 12px 40px;
    position: absolute;
    right: 40px;
    left: auto;
  }
  
  .brand-header__search-form #query:focus {
    background-color: #fff;
    color: #191919;
  }
}

@media only screen and (min-width: 1024px) {
  .header__search-field-icon--dark {
    display: none;
  }
  .header__search-field-icon--dark::before {
      content:"";
      display: block;
      //background-image: url('$assets-svg-spritesheet-20190126-svg');
      background-repeat: no-repeat;
      background-size: 320px 69px;
      text-indent: 100%;
      overflow: hidden;

      background-position: -250px 0;
      display: block;
      height: 14px;
      margin-top: -5px;
      position: absolute;
      right: 320px;
      width: 14px;
    z-index: 1001;
    }
}

.brand-header__search-form #query::placeholder {
  color: rgba(255, 255, 255, 0.65);
}

.js-brand-header--search-on ~ main  .brand-header__search-icon + form #query {
  display: block;
}


/*.js-brand-header__menu--open .brand-header__menu-line_top*/
.js-brand-header--search-on .brand-header__menu-line_top,
.js-brand-header__container--nav-on .brand-header__menu-line_top {
  left: 3px;
  top: 1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*.js-brand-header__menu--open .brand-header__menu-line_middle*/
.js-brand-header--search-on .brand-header__menu-line_middle, 
.js-brand-header__container--nav-on .brand-header__menu-line_middle {
 	opacity: 0;
  width: 0;
}

/*.js-brand-header__menu--open .brand-header__menu-line_bottom*/
.js-brand-header--search-on .brand-header__menu-line_bottom,
.js-brand-header__container--nav-on .brand-header__menu-line_bottom {
  left: 3px;
  top: 12px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*=================
March 2019
==================*/




.o-secondary-link {
  color: rgba(27, 27, 33, 1);
  //text-decoration: none;
  text-decoration: underline;
}

.o-secondary-link:hover {
  //text-decoration: underline;
  text-decoration: none;
}

.o-secondary-link:focus {
  //text-decoration: none;
  text-decoration: underline;
}

.o-secondary-link:active {
  //text-decoration: underline;
  text-decoration: none;
}

.o-secondary-link:visited {
  color: #824991;
}


.o-tertiary-link {
  color: rgba(111, 111, 135, 1);
  text-decoration: none;
}

.o-tertiary-link:hover {
  //color: #1D71CC;
  text-decoration: underline;
}

.o-tertiary-link:focus {
  //color: #1D71CC;
  text-decoration: none;
}

.o-tertiary-link:active {
  text-decoration: underline;
}

.o-tertiary-link:visited {
  color: rgba(111, 111, 135, 1);  
}



/* PAGINATION */
.pagination {
    margin: 48px 0 0 0;
}

/* AVATAR USERS */
.avatar_user {
  border: 1px solid rgba(197, 197, 214, 1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 48px;
  margin-right: 12px;
  width: 48px;
}

hidden {
  display: none !important;
}

/*CTA button for business support articles*/
.js-trial-signup {
  background: rgba(242, 242, 245, 1);
  display: none;
  margin: 0 -1.25em 0 -1.25em;
  padding: 0.2em 1.5em 2.5em 1.5em;
  text-align: center;
}
@media (min-width: 46.875em) {
  .js-trial-signup {
    margin: 3em auto 3em auto;
    padding: 1em 1.5em 2.5em 1.5em;
  }
}

.js-trial-signup h3 {
  color: #505050;
  line-height: 1.5em;
  font-weight: normal;
  margin: 1.5em 0 1em 0;
}



/* EXPAND IMAGE FEATURE */
.article__body p .js-expand-image,
.article__body li .js-expand-image {
  margin-bottom: 0;
}

.js-expand-image_button {
  background: #ffffff;
  border: 1px solid transparent;
  color: rgba(69, 69, 84, 1);
  display: block;
  font-size: 0.75rem;
  margin-bottom: 24px;
  padding: 4px 8px 4px 8px;
}

.js-expand-image_button:hover,
.js-expand-image_button:focus {
  background: rgba(242, 242, 245, 1);
  border: 1px solid rgba(197, 197, 214, 1);
  text-decoration: underline;
}

.icon-expand-image:before {
  background-position: -300px -100px;
  display: inline-block;
  height: 14px;
  padding: 0 0 0 8px;
  vertical-align: middle;
  width: 14px;
}




/* GLOBAL MODAL
======================== */
/* GLOBAL PAGE OVERLAY */
.global-page-overlay {
  background-color: rgba(25, 25, 25, 0.6);
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10001;
}

.js-global-page-overlay_is-visible {
    align-items: center;
    display: flex;
    justify-content: center;
}

.global-modal {
  align-items: center;
  display: none;
  height: 100%;
  justify-content: center;
  padding: 24px 24px 24px 24px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.js-showing-modal {
  overflow: hidden;
}

.js-global-modal_is-visible {
  display: flex;
  overflow-y: auto;
}

.global-modal__wrapper {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  max-width: 100%;
  padding: 24px 12px 24px 0;
  position: fixed;
}

.global-modal__wrapper img {
  margin: 0 0 24px 0;
}

.global-modal__close-button {
  align-self: flex-end;
  background: #1A66FF;
  border: 1px solid transparent;
  color: #ffffff;
  display: inline-block;
  flex-shrink: 0;
  font-size: 0.75rem;
  margin-bottom: 4px;
  position: relative;
  padding: 4px 8px 4px 8px;
  vertical-align: middle;
  width: auto; 
}
.global-modal__close-button:hover,
.global-modal__close-button:focus {
  background: #1A66FF;
  text-decoration: underline;
}

.icon-global-modal-close:before {
  background-position: -350px -100px;
  display: inline-block;
  height: 14px;
  padding: 0 0 0 8px;
  vertical-align: middle;
  width: 14px;
}

/* 
   END LENKA TESTING AREA
==================================================== */

/* 
  ELEMENTS TO ARCHIVE ASAP
==================================================== */

/* .article-body .info needs to be delated once we stop using it*/
.article-body .info {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.95rem;
  margin: 1em 0.25em 1em 0.25em;
  padding: 1em 2em 1em 2em;
  position: relative;
}
@media (min-width: 46.875em)  {
  .article-body .info {
		font-size: 1rem;
  }
}

.article-body .info {
  background-color: #cae9f7;
  border: 1px solid #b4def1;
  color: #004067;
}

.article-body .info a {
  color: #004067;
}

/* Trustpilot Sign in button for articles */
.article-body .article-tp_signin_btn,
.article-body .article-tp_signin_btn:link,
.article-body .article-tp_signin_btn:visited {
  background: #2192de;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 3px 0 -1px #145885;
  color: #fff;
  display: inline-block;
  margin: 1.25em 0 1.25em 0;
  padding: 0.5em 1.25em 0.5em 1.25em;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  vertical-align: middle;
  white-space: nowrap;
}

.article-body .article-tp_signin_btn:hover {
  background: #2678c0;
  color: #fff;
  text-decoration: none;
}

.article-body .article-tp_signin_btn:active {
  background: #2678c0;
  box-shadow: 0 2px 1px -1px #145885;
  color: #fff;
  text-decoration: none;
  top: 1px;
}

/* Aside */
aside {
	margin: 1em 0 1em 0;
}

@media (min-width: 46.875em)  {
  aside {
    margin: 0 auto;
    width: 700px;
  }
}
@media (min-width: 75em)  {
  aside {
    display: inline-block;
    margin: 0 0 0 3em;
    vertical-align: top;
    width: 31%;
  }
}
@media (min-width: 75em)  {
  aside section:first-child {
    margin: 58px 0 0 0;
  }
}
/* 
  END ELEMENTS TO ARCHIVE ASAP
==================================================== */

.video-unavailable__message {
  font-size: 0.85rem;
  margin: 40px;
  position: absolute;
  text-align: center;
  top: 33%;
}

/* MEDIA QUERY PRINT LAYOUT
======================== */
@media print {
  body { 
    margin: 0px;
    padding: 0px;
    width: 90%;
  }
  
  #preview-bar-container{
    display: none;
  }
  
	.brand-header,
  .hero,
  .c-brand-breadcrumbs {
		display: none;
	}
  
  .s-article-page {
    margin: 0px;
    padding: 0px;
  }
  
  .s-article-page * {
    color: #000033;
  }
  
  .s-article-page a::after {
    content: " <"attr(href)">";
    color: #6F6F87;
    font-size: 0.85rem;
    font-weight: normal;
	}
  
  .s-article-page h2 a::after,
  .s-article-page h3 a::after {
    content: none;
	}
  
 .article__body blockquote,
  .article__body .note {
    background-color: transparent;
    border-left: 6px solid #6F6F87;
    color: #6F6F87;
  }
  
  .article__header__container,
  .c-article__table-of-contents,
  .article__pricing-plans,
  .embed-container,
  .wistia_responsive_padding, 
  .article__footer,
  .s-article__comments,
  .brand-article__sidebar {
    display: none;
  }
  
  .brand-footer {
    display: none;
  }
  
  #launcher {
    display: none;
  }
}