@charset "UTF-8";
/***** Base *****/
* {
  box-sizing: border-box;
}

body {
  background-color: #ffffff;
  color: #4a4a4a;
  font-family: 'Roboto', 'Lato';
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1024px) {
  body > main {
    min-height: 65vh;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans;
  font-weight: 600;
  margin-top: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  margin: 30px auto 15px;
  font-size: 22px;
  
}

h3 {
  font-size: 18px;
  font-weight: 600;
}

h4 {
  font-size: 16px;
}

a {
  color: #4f58a8;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

input,
textarea {
  color: #000;
  font-size: 16px;
}

input {
  font-weight: 300;
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: border .12s ease-in-out;
}

input:focus {
  border: 1px solid #4f58a8;
}

input[disabled] {
  background-color: #ddd;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("//theme.zdassets.com/theme_assets/1323838/27f536d448438fdd88b4004a3223bcc153fb621d.svg") no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}

select:focus {
  border: 1px solid #4f58a8;
}

select::-ms-expand {
  display: none;
}

textarea {
  border: 1px solid #ddd;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}

textarea:focus {
  border: 1px solid #4f58a8;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}

@media (min-width: 1160px) {
  .container {
    padding: 0;
    width: 90%;
  }
}

.container-divider {
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
}

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

.error-page {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}

@media (min-width: 1160px) {
  .error-page {
    padding: 0;
    width: 90%;
  }
}

.dropdown-toggle::after {
  color: inherit;
}

/***** Buttons *****/
.button, [role="button"] {
  border: 1px solid #4f58a8;
  color: #4f58a8;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}

.CTA-generic {
	text-align: center;
  margin: 50px auto 40px ;
}

.CTA-generic a {
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  background-color: #4f58a8;
  padding: 10px 20px;
}

@media (min-width: 768px) {
  .button, [role="button"] {
    width: auto;
  }
}

.button::after, [role="button"]::after {
  color: #4f58a8;
}

.button:hover, .button:active, .button:focus, .button[aria-selected="true"], [role="button"]:hover, [role="button"]:active, [role="button"]:focus, [role="button"][aria-selected="true"] {
  background-color: #4f58a8;
  color: #ffffff;
  text-decoration: none;
}

.button[aria-selected="true"]:hover, .button[aria-selected="true"]:focus, .button[aria-selected="true"]:active, [role="button"][aria-selected="true"]:hover, [role="button"][aria-selected="true"]:focus, [role="button"][aria-selected="true"]:active {
  background-color: #2e3463;
  border-color: #2e3463;
}

.button[data-disabled], [role="button"][data-disabled] {
  cursor: default;
}

.button-large, input[type="submit"] {
  background-color: #4f58a8;
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  width: 100%;
}

@media (min-width: 768px) {
  .button-large, input[type="submit"] {
    width: auto;
  }
}

.button-large:hover, .button-large:active, .button-large:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  background-color: #2e3463;
}

.button-large[disabled], input[type="submit"][disabled] {
  background-color: #ddd;
}

.button-secondary {
  color: #7d7d7d;
  border: 1px solid #ddd;
  background-color: transparent;
}

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: #4a4a4a;
  border: 1px solid #ddd;
  background-color: #f7f7f7;
}

/***** Tables *****/
.table {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .table {
    table-layout: auto;
  }
}

.table th,
.table th a {
  color: #7d7d7d;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}

[dir="rtl"] .table th, [dir="rtl"]
.table th a {
  text-align: right;
}

.table tr {
  padding: 20px 0;
}

@media (min-width: 768px) {
  .table tr {
    display: table-row;
  }
}

@media (min-width: 768px) {
  .table td {
    display: table-cell;
  }
}

@media (min-width: 1024px) {
  .table td, .table th {
    padding: 6px 30px;
  }
}

@media (min-width: 768px) {
  .table td, .table th {
    padding: 6px 20px;
    height: 60px;
  }
}

/***** Forms *****/
.form {
  max-width: 650px;
}

.form-field ~ .form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}

.form-field input {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}

.form-field input:focus {
  border: 1px solid #4f58a8;
}

.form-field input[type="text"] {
  border: 1px solid #ddd;
  border-radius: 4px;
}

.form-field input[type="text"]:focus {
  border: 1px solid #4f58a8;
}

.form-field input[type="checkbox"] {
  width: auto;
}

.form-field .nesty-input {
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}

.form-field .nesty-input:focus {
  border: 1px solid #4f58a8;
  text-decoration: none;
}

.form-field textarea {
  vertical-align: middle;
}

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

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

.form-field p {
  color: #7d7d7d;
  font-size: 12px;
  margin: 5px 0;
}

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

.form footer {
  margin-top: 40px;
  padding-top: 30px;
}

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

.form .suggestion-list {
  font-size: 13px;
  margin-top: 30px;
}

.form .suggestion-list label {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 5px;
}

.form .suggestion-list li {
  padding: 10px 0;
}

.form .suggestion-list li a:visited {
  color: #b0b0b0;
}

/***** Header *****/
.header {
  margin: 5px auto;
  padding: 0 5%;
  position: relative;
  align-items: center;
  display: flex;
  height: 71px;
  justify-content: space-between;
}

@media (min-width: 1160px) {
  .header {
    padding: 0;
    width: 98%;
  }
}

.logo {
	height: 100%;
  width: auto;
}

.logo img {
  max-height: 98%;
  margin-top: 22px;
  width: 100%
}

.user-nav {
  display: inline-block;
  white-space: nowrap;
  font-family: 'Open Sans';
  margin-left: 6px;
}

@media (min-width: 768px) {
  .user-nav {
    position: relative;
  }
}

.user-nav a {
	font-size: 14px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px !important;
  padding-left: 20px !important;
  text-transform: none;
  letter-spacing: -0.3px;
  color: #222;
}

.user-nav a:nth-of-type(2) {
  
	border: 1px solid #4a4a4a;
}

.user-nav[aria-expanded="true"] {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 1;
}

.user-nav[aria-expanded="true"] > a {
  display: block;
  margin: 20px;
}

.nav-wrapper a {
  border: 0;
  color: #e3e3e3;
  display: none;
  font-size: 14px;
  padding: 0 20px 0 0;
  width: auto;
}

@media (min-width: 768px) {
  .nav-wrapper a {
    display: inline-block;
  }
}

@media (max-width: 630px) {
  .user-nav a:first-of-type {
    display: none;
  }
}


[dir="rtl"] .nav-wrapper a {
  padding: 0 0 0 20px;
}

.nav-wrapper a:hover, .nav-wrapper a:focus, .nav-wrapper a:active {
  background-color: transparent;
  color: #e3e3e3;
  text-decoration: underline;
}

.nav-wrapper a.login {
  display: inline-block;
}

.nav-wrapper .icon-menu {
  display: inline-block;
  margin-right: 10px;
  color: #e3e3e3;
}

@media (min-width: 768px) {
  .nav-wrapper .icon-menu {
    display: none;
  }
}

[dir="rtl"] .nav-wrapper .icon-menu {
  margin-left: 10px;
  margin-right: 0;
}

/***** User info in header *****/
.user-info {
  display: inline-block;
}

.user-info .dropdown-toggle::after {
  display: none;
}

@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}

.user-info > [role="button"] {
  border: 0;
  color: #e3e3e3;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > [role="button"]:hover {
  color: #e3e3e3;
  background-color: transparent;
}

.user-info > [role="button"]::after {
  color: #e3e3e3;
  padding-right: 15px;
}

[dir="rtl"] .user-info > [role="button"]::after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  display: none;
  font-size: 14px;
}

@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}

#user #user-name:hover {
  text-decoration: underline;
}

/***** User avatar *****/
.user-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.avatar {
  display: inline-block;
  position: relative;
}

.avatar img {
  height: 40px;
  width: 40px;
}

.avatar .icon-agent::before {
  background-color: #4f58a8;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  color: #ffffff;
  content: "\1F464";
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 14px;
}

/***** Footer *****/
.contact-us {
	position: fixed;
  bottom: 0px;
  right: 0px;
  width: 100px;
  height: 80px;
  overflow: hidden;
  visibility: visible;

}

.footer {
  border-top: 1px solid #ddd;
  margin-top: 60px;
  padding: 30px 0;
}

.footer a {
  color: #7d7d7d;
}

.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 20px 5%;
  justify-content: space-between;
}

@media (min-width: 1160px) {
  .footer-inner {
    padding: 0;
    width: 90%;
  }
}

.footer-text {
	color: #a9a9a9;
  font-size: 12px;
  max-width: 300px;
  margin-bottom: 120px;
}

.footer-text img {
	max-height: 60px;
}

.footer-language-selector {
  color: #7d7d7d;
  display: inline-block;
  font-weight: 300;
}

.footer-menu .column {
	float: left;
  min-height: 1px;
}

.col-1-2 {
	width: 50%;
}

.col-1-3 {
	width: 33%;
}

@media (max-width: 630px) {
  .footer-menu .column {
    float: none;
    text-align: center;
    width: 100%;
  }
  .footer-text {
    max-width: 100%;
  }
}

.menu-title {
  margin-bottom: 10px;
	font-weight: 600;
  color: #4a4a4a;
}

.menu li {
	color: #4a4a4a;
  padding: 2px 0;
}


/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 0 0 15px 0;
  padding: 0;
}

@media (min-width: 768px) {
  .breadcrumbs {
    margin: 0;
  }
}

.breadcrumbs li {
	color: #2f2f2f;
  display: inline;
  font-weight: 300;
  font-size: 13px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs li + li::before {
  content: ">";
  margin: 0 4px;
}

.breadcrumbs li a:visited {
  color: #4f58a8;
}

/***** Search field *****/
.search {
  position: relative;
}

.search input[type="search"] {
  border: 1px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
  color: #494949;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.21);
	border: solid 1px #e0e0e0;
  height: 60px;
  padding-left: 40px;
  padding-right: 20px;
  -webkit-appearance: none;
  width: 100%;
}

.search.small {
	text-align: center;
}


.search.small input[type="search"] {
	width: 45%;
  margin: 30px auto;
  height: 45px;
  box-shadow: none;
}

.search.small::before {
	position: inherit;
  left: 30px;
}

[dir="rtl"] .search input[type="search"] {
  padding-right: 40px;
  padding-left: 20px;
}

.search input[type="search"]:focus {
  border: 1px solid #4f58a8;
  color: #555;
}

.search::before {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #ddd;
  content: "\1F50D";
  font-size: 18px;
  position: absolute;
  left: 15px;
}

[dir="rtl"] .search::before {
  right: 15px;
  left: auto;
}

.search-full input[type="search"] {
  border: 1px solid #fff;
}

.search::before {
	color: #4f58a8;
}

/***** Hero component *****/

.hero {
  background-image: url(//theme.zdassets.com/theme_assets/1323838/b44c5daf0f9e325bb37b26483b3296981cb10a17.png);
  background-position: center;
  background-color: #4f58a8;
  color: #ffffff;
  height: 300px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

.hero h1 {
  margin: 0 !important;
  font-family: Roboto;
	font-size: 50px;
	font-weight: 100;
}

.hero h2 {
  margin: 10px !important;
	font-family: Roboto;
	font-size: 30px;
	font-weight: bold;
}

.hero-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 610px;
  margin: 0 auto;
}

.hero-inner h2 {
  text-align: center !important;
}

.cat-hero {
  text-align: left;
  padding: 0;
  height: 200px !important;
  margin: 0 auto;
}

.cat-hero .hero-inner {
	margin: 0 auto;
  max-width: 1160px;
  padding: 0 5%;
}

@media (min-width: 1160px) {
  .cat-hero .hero-inner {
    padding: 0;
    width: 90%;
  }
}

.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .page-header {
    align-items: baseline;
    flex-direction: row;
    margin: 0;
  }
}

.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-header .section-subscribe {
    margin-bottom: 0;
  }
}

.page-header h1 {
  flex-grow: 1;
  margin-bottom: 10px;
}

.page-header-description {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 30px 0;
  word-break: break-word;
}

@media (min-width: 1024px) {
  .page-header-description {
    flex-basis: 100%;
  }
  .hero {
  height: 45vh;
	}
}

.page-header .icon-lock::before {
  content: "\1F512";
  font-size: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0 auto 30px auto;
  min-height: 50px;
  padding: 15px 5% 0 5%;
  max-width: 1160px;
  margin: 0 auto;
}

.nav-background {
	background-color: #f6f6f6;	
}

@media (min-width: 1160px) {
  .sub-nav {
    padding: 15px 0;
    width: 90%;
  }
}

@media (min-width: 768px) {
  .sub-nav {
    align-items: baseline;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .sub-nav input[type="search"] {
    min-width: 300px;
  }
}

.sub-nav input[type="search"]::after {
  font-size: 15px;
}

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
}

@media (min-width: 768px) {
  .blocks-list {
    margin: 0 -15px;
  }
}

.blocks-item {
  box-sizing: border-box;
  color: #4f58a8;
  display: flex;
  flex: 1 0 45%;
  flex-direction: column;
  margin: 0 0px 40px;
  max-width: 100%;
  text-align: center;
}


.blocks-item img {
	max-height: 140px;
}

@media (min-width: 1024px) {
  .blocks-item {
    margin: 0 0px 30px;
    flex: 1 0 20%;
  }
 
  .blocks-item:last-child {
  border: none;
	}
  
  .blocks-item {
  border-right: 1px solid #e3e3e3;
  }


}

@media (min-width: 768px) {
  .blocks-item {
    margin: 0 0px 30px;
  }
}


.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}

.blocks-item-internal .icon-lock::before {
  content: "\1F512";
  font-size: 15px;
  bottom: 5px;
  position: relative;
}

.blocks-item-internal a {
  color: #4a4a4a;
}

.blocks-item-link {
  color: #4f58a8;
}

.blocks-item-link:hover, .blocks-item-link:focus, .blocks-item-link:active {
  text-decoration: none;
}

.blocks-item-title {
  margin: 40px auto 30px auto;
  color: #616161;
  font-weight: bold;
  
}

.blocks-item-description {
  font-weight: 300;
  margin: 0;
}

.blocks-item-description:not(:empty) {
  margin-top: 10px;
}

.learn-more-cta {
  border: solid 1px #4f58a8;
  border-radius: 5px;
  margin: 0 10px;
  padding: 5px 5px;
}

@media (min-width: 768px) {
	.learn-more-cta {
  margin: 0 35px;
  padding: 5px 0;
}


}



/***** Homepage *****/
.section {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .section {
    margin-bottom: 60px;
  }
}

.section h2 {
  margin-bottom: 10px;
  text-align: left;
}

.articles h3 {
	text-align: center;
  margin: 15px 0 35px 0;
}

/***** Promoted articles *****/
.promoted-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  .promoted-articles {
    flex-direction: row;
  }
  .promoted-articles-item {
  border-left: 1px solid #ddd;
  }
  
 .promoted-articles-item:nth-of-type(odd) {
	border: none;
	}
  
.promoted-articles-item:nth-of-type(even) {
  padding-left: 25px;
  margin-left: 12px;
	}
}

.promoted-articles-item {
  flex: 1 0 auto;
  height: 80px;
}



@media (min-width: 1024px) {
  .promoted-articles-item {
    align-self: flex-end;
    flex: 0 0 49%;
    padding-right: 10px;
    width: 49%;
    /* Two columns on desktop */
  }
  [dir="rtl"] .promoted-articles-item {
    padding: 0 0 0 30px;
  }
}

.promoted-articles-item:nth-child(3n) {
  padding-right: 0;
}

.promoted-articles-item a {

    color: #4f58a8;
  	font-weight: bold;
  	font-size: 14px;
    display: table-cell;
    padding: 0px 0 15px 10px;
    max-width: 85%;
}

.promoted-articles-item div {
		display: table-cell;
    height: 100%;
    width: 20px;
    margin-left: -5px;
    position: relative;		
}

.promoted-articles-item div img {
  	width: 15px;
  	display: block;
    top: 0px;
    position: absolute;
}

.promoted-articles-item:last-child a {
  border: 0;
}

@media (min-width: 1024px) {
  .promoted-articles-item:last-child a {

  }
}

/***** Community section in homepage *****/
.community {
  text-align: center;
}

.community-image {
  min-height: 300px;
  background-image: url(//theme.zdassets.com/theme_assets/1323838/e58c5e8c3ebf94cbbc4d3669def0adbd7d0ff479.svg);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}

.community,
.activity {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}

/***** Recent activity *****/
.recent-activity-header {
  margin-bottom: 10px;
  text-align: center;
}

.recent-activity-list {
  padding: 0;
}

.recent-activity-item {
  border-bottom: 1px solid #ddd;
  overflow: auto;
  padding: 20px 0;
}

.recent-activity-item-parent {
  font-size: 16px;
}

.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  color: #4a4a4a;
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {
  .recent-activity-item-parent, .recent-activity-item-link {
    width: 70%;
    margin: 0;
  }
}

.recent-activity-item-link {
  font-size: 14px;
  font-weight: 300;
}

.recent-activity-item-meta {
  margin: 15px 0 0 0;
  float: none;
}

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

.recent-activity-item-time, .recent-activity-item-comment {
  color: #7d7d7d;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

.recent-activity-item-comment {
  padding-left: 5px;
}

[dir="rtl"] .recent-activity-item-comment {
  padding: 0 5px 0 0;
}

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

.recent-activity-item-comment span::before {
  color: #4f58a8;
  content: "\1F4AC";
  display: inline-block;
  font-size: 15px;
  padding-right: 3px;
  vertical-align: middle;
}

[dir="rtl"] .recent-activity-item-comment span::before {
  padding-left: 3px;
}

.recent-activity-controls {
  padding-top: 15px;
}

/***** Category pages *****/
.category-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.category-content {
  flex: 1;

  
}

@media (min-width: 1024px) {
  .category-content {
    flex: 0 0 80%;
    margin-left: 35px;
  }
  
  .category-container {
  flex-direction: initial;
  }
}

.section-tree {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .section-tree {
    flex-direction: row;
  }
}

.section-tree .section {
  flex: initial;
}

@media (min-width: 768px) {
  .section-tree .section {
    flex: 0 0 95%;
    /* Two columns for tablet and desktop. Leaving 5% separation between columns */
  }
}

.section-tree .icon-lock::before {
  vertical-align: baseline;
}

.section-tree-title {
  margin-bottom: 0;
  font-weight: bold;
}

.section-tree-title a {
  color: #4a4a4a;
}

.section-tree .see-all-articles {
  display: block;
  padding: 15px 0;
}

.article-list {
/*   display: flex;
  flex-wrap: wrap; */
}

.article-list-item {
  font-size: 16px;
  padding: 0;
  flex: 0 0 100%;
  margin-left: 20px;
}

.article-list-item::before {
	display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -20px;
  top: -23px;
  font-size: 45px;
	content: '\2022';
	color: #d8d8d8;
}

.article-list-item a {
  color: #4f58a8;
}

.icon-star::before {
  color: #4f58a8;
  font-size: 18px;
}

.section-tree-with-article .section .article-list, .section_page .section .article-list {
    margin: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

@media (max-width: 610px) {
.section-tree-with-article .section .article-list, .section_page .section .article-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
}

.section-tree-with-article .section .article-list li, .section_page .section .article-list li {
    line-height: 21px;
    padding-bottom: 12px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin-left: 28px;
    list-style: disc;
}

/***** Section pages *****/
.section-container {
  display: flex;
  justify-content: flex-end;
}

.section-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .section-content {
    flex: 0 0 80%;
    margin-left: 35px;
  }
  .article-list-item {
  font-size: 14px;
  flex: 0 0 46%;
  padding: 0px 10px 10px 0px;
}
}

.section-subscribe .dropdown-toggle::after {
  display: none;
}

/***** Article *****/
.article {
  /*
  * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 17%     | 66%     | 17%
  */
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .article {
    flex: 1 0 66%;
    max-width: 62%;
    min-width: 640px;
    padding: 0 10px 0 50px;
  }
}

.article-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .article-container {
    flex-direction: row;
  }
}

.article-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0px;
  margin-top: 20px;
}

.article-header h1 {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .article-header {
    flex-direction: row;
  }
}

.article-author {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .article-title {
    flex-basis: 100%;
    /* Take entire row */
  }
}

.article-title .icon-lock::before {
  content: "\1F512";
  font-size: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.article [role="button"] {
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
  width: 100%;
}

@media (min-width: 768px) {
  .article [role="button"] {
    width: auto;
  }
}

.article-info {
  max-width: 100%;
}

.article-meta {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.article-body img {
  height: auto;
  max-width: 100%;
}

.article-body ul, .article-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 0px;
}

.article-body ul > ul, .article-body ol > ol, .article-body ol > ul, .article-body ul > ol {
  margin: 0;
}

.article-body ol.steps {
    counter-reset: list;
    list-style-type: none;
    padding-left: 0px;
}

.article-body ol.steps li {
    text-indent: -40px;
    margin-left: 40px;
    counter-increment: list;
  	margin-bottom: 10px;
}

.article-body ol.steps li:before {
    background-color: #4f58a8;
    width: 26px;
    text-indent: 8px;
    padding-left: 0px;
    height: 26px;
    line-height: 26px;
    vertical-align: top;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #FFFFFF;
    display: inline-block;
    font-weight: 700;
    content: counter(list);
    margin-right: 15px;
    font-size: 17px;
}

.article-body ul {
  list-style-type: disc;
}

.article-body ul.shopping {
    list-style-type: none;
    padding-left: 0px;
}

.article-body ul.shopping li {
    text-indent: -40px;
    margin-left: 40px;
  	margin-bottom: 15px;
  	line-height: 28px;
}

.article-body ul.shopping li:before {
    font-family: 'EE';
    font-style: normal;
    font-weight: normal;
    color: #4f58a8;
    text-indent: -1px;
    content: '\e814';
    vertical-align: bottom;
    padding-left: 0px;
    padding-bottom: 0px;
    height: 28px;
    display: inline-block;
    margin-right: 16px;
    font-size: 47px;

}

.article-body ul.shopping a {
  text-decoration: none;
}

/* .article-body a {
  text-decoration: underline;
} */

.article-body a:visited {
  color: #5d66b3;
}

.article-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.article-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.article-body blockquote {
  border-left: 1px solid #ddd;
  color: #7d7d7d;
  font-style: italic;
  padding: 0 15px;
}

.article-body p {
  margin-bottom: 15px;
  margin-top: 0;
}

.article-body p:first-of-type {
  margin-top: 20px;
}

.article-body > p:last-child {
  margin-bottom: 0;
}

.article-content {
  line-height: 1.6;
  margin: 40px 0;
  word-wrap: break-word;
}

.article-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.article-comment-count {
  color: #7d7d7d;
  font-weight: 300;
}

.article-comment-count:hover {
  text-decoration: none;
}

.article-comment-count .icon-comments {
  color: #4f58a8;
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.article-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}

@media (min-width: 1024px) {
  .article-sidebar {
    border: 0;
    flex: 0 0 19%;
    height: auto;
  }
}

.article-relatives {
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .article-relatives {
    flex-direction: row;
  }
}

.article-relatives > * {
  flex: 1 0 45%;
  margin-right: 0;
}

.article-relatives > *:last-child {
  margin: 0;
}

.article-relatives a {
 	color: #4a4a4a;
}

@media (min-width: 768px) {
  .article-relatives > * {
    margin-right: 20px;
  }
}

.article-votes {
  border-top: 1px solid #ddd;
  padding: 30px 0;
  text-align: center;
}

.article-vote {
  background: transparent;
  border: 1px solid #4f58a8;
  color: #4f58a8;
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
}

.article-vote::before {
  font-size: 8px;
  margin-right: 10px;
}

.article-vote::after {
  content: attr(title);
  /* Yes/No label*/
}

.article-vote:focus, .article-vote:active {
  background-color: transparent;
  color: #4f58a8;
}

.article-vote:hover {
  background-color: #4f58a8;
}

.article-vote:hover::before, .article-vote:hover::after, .article-vote[aria-selected="true"]::before, .article-vote[aria-selected="true"]::after {
  color: #ffffff;
}

.article-vote-up::before {
  content: "\2713";
}

.article-vote-down::before {
  content: "\2715";
}

.article-more-questions {
  margin: 10px 0 20px;
  text-align: center;
}

.article-return-to-top {
  border-top: 1px solid #ddd;
}

@media (min-width: 1024px) {
  .article-return-to-top {
    display: none;
  }
}

.article-return-to-top a {
  color: #4a4a4a;
  display: block;
  padding: 20px 0;
}

.article-return-to-top a:hover, .article-return-to-top a:focus {
  text-decoration: none;
}

.article-return-to-top .icon-arrow-up::before {
  font-size: 16px;
  margin-left: 5px;
}

[dir="rtl"] .article-return-to-top .icon-arrow-up::before {
  margin-right: 10px;
}

.article-unsubscribe {
  background-color: #4f58a8;
  color: #ffffff;
  text-decoration: none;
}

.article-unsubscribe:hover {
  background-color: #2e3463;
  border-color: #2e3463;
}

.sidenav-title {
  font-size: 14px;
  color: #bababa;
  text-transform: uppercase;
  position: relative;
  
}

.sidenav-item, .sidenav-item:hover {
  color: #4a4a4a;
  display: block;
  font-weight: 300;
  margin-bottom: 10px;
  padding-right: 10px;
}

.sidenav-item.current-article {
	color: #4f58a8;
  font-weight: bold;
  text-decoration: none;
}

.sidenav-item.sidebar-category, .sidenav-item.sidebar-category:hover {
	color: #4a4a4a !important;
  font-weight: normal !important;
  margin-bottom: 20px;
}

.recent-articles h3,
.related-articles h3 {
  font-size: 15px;
  margin: 20px 0;
}

.recent-articles li,
.related-articles li {
  margin-bottom: 15px;
}

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.attachments .attachment-item:last-child {
  margin-bottom: 0;
}

.attachments .attachment-item::before {
  color: #4a4a4a;
  content: "\1F4CE";
  font-size: 15px;
  left: 0;
  position: absolute;
  top: 5px;
}

[dir="rtl"] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}

[dir="rtl"] .attachments .attachment-item::before {
  left: auto;
  right: 0;
}

.upload-dropzone span {
  color: #7d7d7d;
}

/* Style the buttons inside the tab */
div.tab {
  border-bottom: solid 1px #e5e5e5;
  height: 30px;
  line-height: 22px;
}

div.tab button, div.tab div {
    background-color: inherit;
  	font-size: 14px;
	  font-weight: bold;
  	display: inline-block;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 4px 20px;
    transition: 0.1s;
  	border: solid 1px rgba(0,0,0,0);
  	line-height: 22px;
  	height: 30px;
}

div.tab div {
  color: #bbbbbb;
  font-weight: normal;
  cursor: normal;
  
}

div.tab div:first-of-type {
  cursor: default;
  color: #4f58a8;
}

/* Change background color of buttons on hover */
div.tab button:hover {
   border-bottom: solid 1px #4f58a8;
}

/* Create an active/current tablink class */
div.tab button.active {
  	color: #4f58a8;
  	border-top: solid 1px #e5e5e5;
  	border-left: solid 1px #e5e5e5;
  	border-right: solid 1px #e5e5e5;
  	border-bottom: solid 1px #ffffff;
}

/* Style the tab content */
.tabcontent {
    display: none;
    border-top: none;
  	padding: 4px 20px;
}

.tabcontent.active {
	display: block;
}

/***** Social share links *****/
.share {
  padding: 0;
  white-space: nowrap;
}

.share li, .share a {
  display: inline-block;
}

.share a {
  border-radius: 50%;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  width: 25px;
}

.share a::before {
  color: #7d7d7d;
  display: block;
  font-size: 23px;
  text-align: center;
  width: 100%;
}

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

.share a:hover::before {
  color: #4f58a8;
}

.share-twitter::before {
  content: "\e901";
}

.share-facebook::before {
  content: "\e903";
}

.share-linkedin::before {
  content: "\e900";
}

.share-googleplus::before {
  content: "\e902";
}

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.comment-heading {
  margin-bottom: 5px;
  margin-top: 0;
}

.comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.comment-overview p {
  margin-top: 0;
}

.comment-callout {
  color: #7d7d7d;
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0;
}

.comment-callout a {
  color: #4f58a8;
}

.comment-sorter {
  display: inline-block;
  float: right;
}

.comment-sorter a {
  color: #7d7d7d;
  font-weight: 300;
  font-size: 13px;
  text-decoration: none;
}

[dir="rtl"] .comment-sorter {
  float: left;
}

.comment-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.comment-wrapper.comment-official {
  border: 1px solid #4f58a8;
  padding: 40px 20px 20px;
}

@media (min-width: 768px) {
  .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}

.comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .comment-info {
  padding-right: 0;
  padding-left: 20px;
}

.comment-author {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .comment-author {
    justify-content: space-between;
  }
}

.comment-avatar {
  margin-right: 10px;
}

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

.comment-meta {
  flex: 1 0 auto;
}

.comment-labels {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .comment-labels {
    flex-basis: auto;
  }
}

.comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }
}

.comment-form {
  display: flex;
  padding-top: 30px;
  word-wrap: break-word;
}

.comment-container {
  width: 100%;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: left;
}

@media (min-width: 768px) {
  [dir="ltr"] .comment-form-controls {
    text-align: right;
  }
}

.comment-form-controls input[type="submit"] {
  margin-top: 15px;
}

@media (min-width: 1024px) {
  .comment-form-controls input[type="submit"] {
    margin-left: 15px;
  }
  [dir="rtl"] .comment-form-controls input[type="submit"] {
    margin-left: 0;
    margin-right: 15px;
  }
}

.comment-form-controls input[type="checkbox"] {
  margin-right: 5px;
}

.comment-form-controls input[type="checkbox"] [dir="rtl"] {
  margin-left: 5px;
}

.comment-ccs {
  display: none;
}

.comment-ccs + textarea {
  margin-top: 10px;
}

.comment-attachments {
  margin-top: 10px;
}

.comment-attachments a {
  color: #4f58a8;
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
}

.comment-body img {
  height: auto;
  max-width: 100%;
}

.comment-body ul, .comment-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

.comment-body ul > ul, .comment-body ol > ol, .comment-body ol > ul, .comment-body ul > ol {
  margin: 0;
}

.comment-body ul {
  list-style-type: disc;
}

.comment-body a:visited {
  color: #b0b0b0;
}

.comment-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.comment-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: #7d7d7d;
  font-style: italic;
  padding: 0 15px;
}

.comment-mark-as-solved {
  display: inline-block;
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: inline-block;
  text-align: center;
  width: 35px;
}

.vote a {
  outline: none;
}

.vote a:active, .vote a:hover, .vote a:focus {
  text-decoration: none;
}

.vote-sum {
  color: #7d7d7d;
  display: block;
  margin: 3px 0;
}

[dir="rtl"] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up:hover::before,
.vote-down:hover::before {
  color: #4f58a8;
}

.vote-up::before, .vote-down::before {
  color: #7d7d7d;
  font-size: 24px;
}

.vote-up::before {
  content: "\2B06";
}

.vote-down::before {
  content: "\2B07";
}

.vote-voted::before {
  color: #4f58a8;
}

.vote-voted:hover::before {
  color: #2e3463;
}

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  text-align: center;
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/
}

.actions .dropdown-toggle {
  font-size: 0;
  margin: 15px 0;
}

.actions .dropdown-toggle:hover::before, .actions .dropdown-toggle:focus::before, .actions .dropdown-toggle:active::before {
  background-color: #f7f7f7;
}

.actions .dropdown-toggle::before {
  background-color: transparent;
  border-radius: 50%;
  color: #7d7d7d;
  content: "\2699";
  display: block;
  font-size: 13px;
  margin: auto;
  padding: 5px;
}

/***** Community *****/
.community-hero {
  background-image: url(//theme.zdassets.com/theme_assets/1323838/ea0fc49e94c74884940bd530924916ea87035a5f.svg);
  margin-bottom: 10px;
}

.community-footer {
  padding-top: 50px;
  text-align: center;
}

.community-featured-posts, .community-activity {
  padding-top: 40px;
  width: 100%;
}

.community-header {
  margin-bottom: 30px;
}

.community-header h4 {
  margin-bottom: 0;
}

.post-to-community {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .post-to-community {
    margin: 0;
  }
}

/* Community topics grid */
.topics {
  max-width: none;
  width: 100%;
}

.topics-item .meta-group {
  justify-content: center;
  margin-top: 20px;
}

/* Community topic page */
.topic-header {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
}

@media (min-width: 768px) {
  .topic-header {
    padding-bottom: 10px;
  }
}

.topic-header .dropdown {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}

.no-posts-with-filter {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Topic, post and user follow button */
.community-follow {
  margin-bottom: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}

.community-follow .dropdown {
  width: 100%;
}

.community-follow [role="button"] {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow [role="button"] {
    width: auto;
  }
}

.community-follow [role="button"]:hover {
  background-color: #4f58a8;
}

.community-follow [role="button"]:hover::after, .community-follow [role="button"]:focus::after {
  border-color: #ffffff;
  color: #ffffff;
}

.community-follow [role="button"][aria-selected="true"] {
  background-color: #4f58a8;
  color: #ffffff;
}

.community-follow [role="button"][aria-selected="true"]::after {
  border-left: 1px solid #ffffff;
  color: #ffffff;
}

.community-follow [role="button"][aria-selected="true"]:hover {
  background-color: #2e3463;
  border-color: #2e3463;
}

.community-follow [role="button"]::after {
  border-left: 1px solid #4f58a8;
  content: attr(data-follower-count);
  color: #4f58a8;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

@media (min-width: 768px) {
  .community-follow [role="button"]::after {
    position: static;
  }
}

[dir="rtl"] .community-follow [role="button"]::after {
  border-left: 0;
  border-right: 1px solid #4f58a8;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0;
}

.striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}

.striped-list-info {
  flex: 2;
}

.striped-list-title {
  color: #e3e3e3;
  margin-bottom: 10px;
  margin-right: 5px;
}

.striped-list-title:hover, .striped-list-title:focus, .striped-list-title:active {
  text-decoration: underline;
}

.striped-list-title:visited {
  color: #b0b0b0;
}

.striped-list .meta-group {
  margin: 5px 0;
}

.striped-list-count {
  color: #7d7d7d;
  font-weight: 300;
  font-size: 13px;
  justify-content: flex-start;
  text-transform: capitalize;
}

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

.striped-list-count-item::after {
  content: "·";
  display: inline-block;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .striped-list-count-item::after {
    display: none;
  }
}

.striped-list-count-item:last-child::after {
  display: none;
}

.striped-list-number {
  font-weight: 300;
  text-align: center;
}

@media (min-width: 768px) {
  .striped-list-number {
    color: #4a4a4a;
    display: block;
    font-weight: 400;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #1eb848;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}

.status-label:hover, .status-label:active, .status-label:focus {
  text-decoration: none;
}

.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: #4f58a8;
}

.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}

[dir="rtl"] .status-label-official {
  left: 30px;
  right: auto;
}

.status-label-pending, .status-label-not-planned {
  background-color: #eee;
  color: #7d7d7d;
}

.status-label-pending {
  text-align: center;
}

.status-label-open {
  background-color: #e03b30;
}

.status-label-closed {
  background-color: #ddd;
}

.status-label-solved {
  background-color: #999;
}

.status-label-new {
  background-color: #ffd12a;
}

.status-label-hold {
  background-color: #000;
}

.status-label-open, .status-label-closed, .status-label-solved, .status-label-new, .status-label-hold {
  text-transform: lowercase;
}

/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/
.post {
  flex: 1;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}

.post-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .post-container {
    flex-direction: row;
  }
}

.post-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .post-header {
    align-items: baseline;
    flex-direction: row;
  }
}

.post-header .status-label {
  vertical-align: super;
}

.post-title {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}

.post-title h1 {
  display: inline;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .post-title h1 {
    margin-right: 5px;
  }
}

.post-author {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.post-avatar {
  margin-bottom: 30px;
}

.post-content {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.post-info {
  flex: 1;
}

@media (min-width: 1024px) {
  .post-info {
    padding-right: 20px;
  }
}

[dir="rtl"] .post-info {
  padding-left: 45px;
  padding-right: 0;
}

.post-meta {
  display: inline-block;
  flex: 1;
  margin-left: 10px;
  vertical-align: middle;
}

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

.post-body img {
  height: auto;
  max-width: 100%;
}

.post-body ul, .post-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

.post-body ul > ul, .post-body ol > ol, .post-body ol > ul, .post-body ul > ol {
  margin: 0;
}

.post-body ul {
  list-style-type: disc;
}

.post-body a:visited {
  color: #5d66b3;
}

.post-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.post-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.post-body blockquote {
  border-left: 1px solid #ddd;
  color: #7d7d7d;
  font-style: italic;
  padding: 0 15px;
}

.post-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.post-comment-count {
  color: #7d7d7d;
  font-weight: 300;
}

.post-comment-count:hover {
  text-decoration: none;
}

.post-comment-count .icon-comments {
  color: #4f58a8;
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.post-sidebar {
  border-top: 1px solid #ddd;
  flex: 1;
  padding: 30px 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .post-sidebar {
    border: 0;
    flex: 1 0 30%;
    padding: 0 0 0 50px;
    text-align: initial;
  }
  [dir="rtl"] .post-sidebar {
    padding: 0 50px 0 0;
  }
}

.post-sidebar h5 {
  font-weight: 600;
}

@media (min-width: 1024px) {
  .post-sidebar h5 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }
}

.post-comments {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .post-comments {
    margin-bottom: 0;
  }
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex-direction: column;
  max-height: 45px;
  overflow: hidden;
  font-size: 14px;
}

@media (min-width: 768px) {
  .collapsible-nav {
    border: 0;
    height: auto;
    flex-direction: row;
    max-height: none;
  }
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}

.collapsible-nav-list li {
  color: #4a4a4a;
  line-height: 45px;
  order: 1;
}

@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }
  [dir="rtl"] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }
  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }
}

.collapsible-nav-list li a {
  color: #4a4a4a;
  display: block;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}

.collapsible-nav-list li[aria-selected="true"] {
  order: 0;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"] {
    border-bottom: 4px solid #4f58a8;
    order: 1;
    padding: 15px 0 11px 0;
  }
}

.collapsible-nav-list li[aria-selected="true"] a {
  color: #4a4a4a;
}

.collapsible-nav-list li[aria-selected="true"]::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 0;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"]::after {
    display: none;
  }
}

[dir="rtl"] .collapsible-nav-list li[aria-selected="true"]::after {
  left: 0;
  right: auto;
}

.collapsible-nav[aria-expanded="true"] {
  max-height: none;
}

.collapsible-nav[aria-expanded="true"] li[aria-selected="true"]::after {
  content: "\2715";
}

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  flex: 1;
  max-height: 45px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

@media (min-width: 1024px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 0;
  }
}

.collapsible-sidebar[aria-expanded="true"] {
  max-height: none;
}

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
  content: "\2715";
}

@media (min-width: 1024px) {
  .collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
    display: none;
  }
}

.collapsible-sidebar-title {
  margin-top: 0;
}

.collapsible-sidebar-title::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 10px;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-title::after {
    display: none;
  }
}

[dir="rtl"] .collapsible-sidebar-title::after {
  left: 10px;
  right: auto;
}

/***** My activities *****/
.my-activities-nav {
  background-color: #f2f2f2;
  border: 0;
  margin-bottom: 20px;
}

.my-activities-sub-nav {
  background-color: transparent;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .my-activities-sub-nav li:hover {
    border-bottom: 4px solid #ddd;
  }
}

.my-activities-sub-nav li[aria-selected="true"] {
  border-color: #4f58a8;
}

.my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal;
}

@media (min-width: 1024px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.my-activities-table thead {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}

.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}

@media (min-width: 1024px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: 500px;
  }
}

.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}

.my-activities-table td:not(:first-child) {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}

/* Requests table */
.requests-search {
  width: 100%;
}

.requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}

.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}

.requests-table-toolbar .request-table-filter {
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}

.requests-table-toolbar .request-filter {
  display: block;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
  [dir="rtl"] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}

.requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}

.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}

.requests-table-toolbar .organization-subscribe,
.requests-table-toolbar .organization-unsubscribe {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe,
  .requests-table-toolbar .organization-unsubscribe {
    margin-left: 10px;
  }
  [dir="rtl"] .requests-table-toolbar .organization-subscribe, [dir="rtl"]
  .requests-table-toolbar .organization-unsubscribe {
    margin: 0 10px 0 0;
  }
}

.requests-table-toolbar .organization-unsubscribe {
  background-color: #4f58a8;
  color: #ffffff;
}

.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}

.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}

.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}

.requests-table-toolbar + .requests {
  margin-top: 40px;
}

.requests .requests-table-meta {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}

.requests .requests-table thead {
  display: none;
}

@media (min-width: 768px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}

.requests .requests-table-info {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}

.requests .requests-table .requests-link {
  position: relative;
}

.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 10px;
}

/* Following table */
.subscriptions-unsubscribe a {
  background: #4f58a8;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .subscriptions-unsubscribe a {
    width: auto;
  }
}

.subscriptions-unsubscribe a:hover {
  background-color: #2e3463;
  text-decoration: none;
}

.subscriptions-table td:last-child {
  display: block;
}

@media (min-width: 768px) {
  .subscriptions-table td:last-child {
    display: table-cell;
  }
}

.subscriptions-table td:first-child {
  display: flex;
  align-items: center;
}

.subscriptions-table .user-avatar {
  margin-right: 10px;
}

.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}

/* Contributions table */
.contributions-table td:last-child {
  color: #7d7d7d;
  font-size: 13px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: #7d7d7d;
}

/***** Request *****/
.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}

.request-container .comment-container {
  min-width: 0;
}

.request-breadcrumbs {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}

.request-main {
  flex: 1 0 auto;
  order: 1;
}

.request-main .comment-fields, .request-main .request-submit-comment {
  display: none;
}

.request-main .comment-fields.shown {
  display: block;
}

.request-main .request-submit-comment.shown {
  display: inline;
}

@media (min-width: 1024px) {
  .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}

.request-main .comment-form-controls {
  display: block;
}

.request-main .comment-ccs {
  display: block;
}

.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  cursor: pointer;
  display: flex;
  padding: 8px 15px;
  width: 100%;
}

.request-main .comment-show-container.hidden {
  display: none;
}

.request-main .comment-show-container-content {
  align-self: center;
  color: #7d7d7d;
  margin-left: 10px;
}

.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .form-field.comment-ccs > ul[data-hc-focus="true"] {
  border: 1px solid #4f58a8;
}

.request-main .form-field.comment-ccs > input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid #4f58a8;
}

.request-main input#mark_as_solved {
  display: none;
}

.request-title {
  width: 100%;
}

@media (min-width: 1024px) {
  .request-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}

.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0;
}

@media (min-width: 1024px) {
  .request-sidebar {
    background-color: #f7f7f7;
    border: 0;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}

.request-sidebar h5 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

@media (min-width: 1024px) {
  .request-sidebar h5 {
    display: none;
  }
}

.request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}

.request-details:last-child {
  border: 0;
}

.request-details dt, .request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 0 0 0;
}

.request-details dd {
  padding: 0 10px;
  width: 60%;
}

.request-details dd::after {
  content: "\A";
  white-space: pre;
}

.request-details dt {
  color: #7d7d7d;
  font-weight: 300;
  width: 40%;
}

.request-details .request-collaborators {
  display: inline-block;
}

.request-attachments dt, .request-attachments dd {
  width: 100%;
}

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

.request-form textarea {
  min-height: 120px;
}

.request-follow-up {
  padding-top: 20px;
}

/***** Search results *****/
.search-results {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .search-results {
    flex-direction: row;
  }
}

.search-results-column {
  flex: 1;
}

@media (min-width: 1024px) {
  .search-results-column {
    flex: 0 0 45%;
  }
}

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

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

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

.search-result-description {
  margin-top: 15px;
}

.search-result-votes, .search-result-meta-count {
  color: #7d7d7d;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  padding: 4px 5px;
  position: relative;
}

.search-result-votes::before, .search-result-meta-count::before {
  color: #4f58a8;
}

[dir="ltr"] .search-result-votes, [dir="ltr"] .search-result-meta-count {
  margin-left: 5px;
}

[dir="ltr"] .search-result-votes::before, [dir="ltr"] .search-result-meta-count::before {
  margin-right: 3px;
}

[dir="rtl"] .search-result-votes, [dir="rtl"] .search-result-meta-count {
  margin-right: 5px;
}

[dir="rtl"] .search-result-votes::before, [dir="rtl"] .search-result-meta-count::before {
  margin-left: 3px;
}

.search-result-votes::before {
  content: "\1F44D";
}

.search-result-meta-count::before {
  content: "\1F4AC";
}

.search-result .meta-group {
  align-items: center;
}

.search-result-breadcrumbs {
  margin: 0;
}

.search-result-breadcrumbs li:last-child::after {
  content: "·";
  display: inline-block;
  margin: 0 5px;
}

/***** Pagination *****/
.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination * {
  display: inline-block;
}

.pagination li {
  border-radius: 50%;
  height: 40px;
  float: left;
  margin-left: 5px;
  width: 40px;
}

@media (min-width: 768px) {
  .pagination li {
    height: 30px;
    width: 30px;
  }
}

[dir="rtl"] .pagination li {
  float: right;
}

.pagination li:hover:not(.pagination-current) {
  background-color: #f3f3f3;
}

.pagination li:hover:not(.pagination-current) span, .pagination li:hover:not(.pagination-current) a {
  color: #4a4a4a;
  text-decoration: none;
}

.pagination a, .pagination span {
  font-size: 15px;
  color: #7d7d7d;
  padding: 10px 12px;
}

@media (min-width: 768px) {
  .pagination a, .pagination span {
    font-size: 13px;
    padding: 5px 12px;
  }
}

.pagination-current {
  background-color: #4f58a8;
}

.pagination-current a, .pagination-current span {
  color: #ffffff;
}

.pagination-first {
  border-radius: 3px 0 0 3px;
}

[dir="rtl"] .pagination-first {
  border-radius: 0 3px 3px 0;
}

.pagination-last {
  border-radius: 0 3px 3px 0;
}

[dir="rtl"] .pagination-last {
  border-radius: 3px 0 0 3px;
}

/***** Metadata *****/
.meta-group {
  display: block;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: #7d7d7d;
  font-size: 13px;
  font-weight: 300;
}

.meta-data:not(:last-child)::after {
  content: "\00B7";
  margin: 0 5px;
}

/***** Icons *****/
[class^="icon-"]::before,
[class*=" icon-"]::before,
.icon,
.search::before,
.recent-activity-item-comment span::before,
.article-vote::before,
.attachments .attachment-item::before,
.share a::before,
.vote-up::before,
.vote-down::before,
.actions .dropdown-toggle::before,
.collapsible-nav-list li[aria-selected="true"]::after,
.collapsible-sidebar-title::after,
.search-result-votes::before,
.search-result-meta-count::before {
  font-family: "copenhagen-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

.icon-lock::before {
  content: "\1F512";
}

/* .icon-star::before {
  content: "\2605";
} */

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

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

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

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

.icon-agent::before {
  content: "\1F464";
}

.icon-close::before {
  content: "\2715";
}

.icon-arrow-up::before {
  content: "\2B06";
}

.icon-arrow-down::before {
  content: "\2B07";
}

.icon-attachments::before {
  content: "\1F4CE";
}

.icon-comments::before {
  content: "\1F4AC";
}

.icon-search::before {
  content: "\1F50D";
}

.icon-vote::before {
  content: "\1F44D";
}

.icon-handle::before {
  content: "\25BE";
}

.icon-check::before {
  content: "\2713";
}

.icon-gear::before {
  content: "\2699";
}

.icon-menu::before {
  content: "\2630";
}

.icon-article::before {
  content: "\1F4C4";
}

.icon-post::before {
  content: "\1F4D4";
}

.icon-notification-alert::before {
  content: "\26A0";
}

.icon-notification-error::before {
  content: "\00D7";
}

.icon-notification-info::before {
  content: "\2139";
}

.icon-notification-success::before {
  content: "\2714";
}

/* User Profiles */
.profile-header {
  padding: 30px 0;
  background-color: #f7f7f7;
}

.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 {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  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: #4f58a8;
  border: 0;
  color: #ffffff;
  line-height: normal;
  padding: 8px 20px;
}

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

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

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

.profile-stats .stat-label {
  color: #7d7d7d;
  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-left: 40px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}

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

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

@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 100px;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px #4f58a8;
  border-radius: 4px;
  color: #4f58a8;
  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 {
  background-color: #f2f2f2;
  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: #7d7d7d;
  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 {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  padding: 20px 0;
  position: relative;
}

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

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

.profile-contribution-body {
  margin: 10px 0;
}

.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-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 .user-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 {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-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: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: #f7f7f7;
}

@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;
  border-radius: 50%;
  content: "";
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #ffffff;
  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;
}

div.icon-container {
  display: flex;
  align-items: center;
}

.help-icon {
    flex-shrink: 0;
    background-size: 410px;
    background-image: url('http://explaineverything.com/wp-content/explain-everything-resources/help/icons%402x.png');
    background-repeat: no-repeat;
    margin: 0px 5px 0px 5px;
    min-height: 50px;
    width: 50px;
}


.homeHome
{
    background-position: -86px -1737px;
}

.homeNewproject
{
    background-position: -207px -1675px;
}

.homeInviteAndCollaborate
{
    background-position: -145px -1675px;
}

.homeJoinWithCODE
{
    background-position: -86px -1675px;
}

.homeShareAndInspire
{
    background-position: -25px -1675px;
}

.homeLibrary
{
    background-position: -25px -1737px;
}

.homeLearn
{
    background-position: -25px -1737px;
}

.homeSearch
{
    background-position: -268px -1677px;
}

.menuNearbyCollaborations 
{
    background-position: -268px -1677px;   
}

.menuSettings
{
    background-position: -331px -52px;   
}

.menuHelp
{
    background-position: -270px -573px;   
}

.menuAbout
{
    background-position: -270px -573px;
}

.toolsHand {
    background-position: -212px -53px;
}

.toolsAddMedia {
    background-position: -331px -250px;
}

.mediaNewPicture {
    background-position: -209px -1130px;   
}

.mediaNewVideo {
    background-position: -29px -1066px;
}

.mediaNewBrowser {
    background-position: -149px -1068px;
}

.mediaNewEquation {
    background-position: -268px -1068px;
}

.mediaNewAudio {
    background-position: -329px -1130px;
}

.mediaExistingImageVideo {
    background-position: -149px -1130px;
}

.mediaFile {
    background-position: -29px -1130px;
}

.mediaClipart {
    background-position:-209px -1066px;
}

.mediaImageFromWeb {
    background-position: -89px -1130px;
}

.mediaExistingSound {
    background-position: -328px -1065px;
}

.mediaPlaceholder {
    background-position: -269px -1131px;
}

.mediaVideoOverlay {
    background-position: -89px -1069px;
}


.toolsDrawTool 
{
    background-position: -331px -184px;
}

.toolOptionsWidth
{
    background-position: -331px -184px;
}

.toolOptionsStyle
{
    background-position: -151px -506px;
}

.toolOptionsDrawFill
{
    background-position: -333px -506px;
}

.toolOptionsCompleteDrawing
{
    background-position: -210px -376px;
}

.toolHighlighter
{
    background-position: -151px -182px;
}

.toolEraser
{
    background-position: -149px -249px;
}

.toolEraserActive
{
    background-position: -30px -245px;
}

.toolEraserDrawing
{
    background-position: -211px -248px;
}

.toolEraserWithImages
{
    background-position: -91px -248px;
}

.toolBucketFill
{
    background-position: -89px -832px;
}

.toolShapeTool
{
    background-position: -272px -53px;
}

.toolShapeFreeform
{
    background-position: -30px -572px;
}

.toolOptionShadow
{
    background-position: -272px -506px;
}

.toolOptionBorder
{
    background-position: -90px -572px;
}

.toolText
{
    background-position: -150px -52px;
}

.toolCutout
{
    background-position: -149px -573px;
}

.toolCutoutLasso
{
    background-position: -30px -184px;
}

.toolCutoutPrecise
{
    background-position: -90px -184px;
}

.toolDelete
{
    background-position: -271px -248px;
}

.toolLaserPointer
{
    background-position: -90px -51px;
}

.toolInspector
{
    background-position: -31px -119px;
}

.inspectorBringToFront
{
    background-position: -28px -1489px;
}

.inspectorBringForward
{
    background-position: -149px -1484px;
}

.inspectorSendBackward
{
    background-position: -209px -1485px;
}

.inspectorSendToBack
{
    background-position: -89px -1486px;
}

.inspectorAlignLeft
{
    background-position: -88px -1550px;
}

.inspectorAlignCenter
{
    background-position: -149px -1550px;
}

.inspectorAlignRight
{
    background-position: -26px -1550px;
}

.inspectorAlignTop
{
    background-position: -330px -1486px;
}

.inspectorAlignMiddle
{
    background-position: -270px -1486px;
}

.inspectorAlignBottom
{
    background-position: -210px -1550px;
}

.inspectorGroup
{
    background-position: -29px -1354px;
}

.inspectorUngroup
{
    background-position: -29px -1289px;
}

.inspectorDuplicate
{
    background-position: -209px -1357px;
}

.inspectorCopy
{
    background-position: -331px -1292px;
}

.inspectorPaste
{
    background-position: -209px -1292px;
}

.inspectorDeselect
{
    background-position: -269px -1354px;
}

.inspectorFlipUpDown
{
    background-position: -90px -1354px;
}

.inspectorFlipLeftRight
{
    background-position: -149px -1354px;
}

.inspectorSetRotation
{
    background-position: -89px -1289px;
}

.inspectorSetAsBackground
{
    background-position: -149px -1289px;
}

.inspectorAddAsClipart
{
    background-position: -330px -1357px;
}

.inspectorInfiniteScroll
{
    background-position: -271px -1290px;
}

.inspectorLock
{
    background-position: -88px -1420px;
}

.inspectorLockRotation
{
    background-position: -271px -1420px;
}

.inspectorLockScale
{
    background-position: -209px -1420px;
}

.inspectorLockHorizontal
{
    background-position: -149px -1420px;
}

.inspectorLockVertical
{
    background-position: -331px -1420px;
}

.inspectorSnapRotation
{
    background-position: -30px -1420px;
}

.toolUndo {
    background-position: -331px -118px;
}

.toolRedo {
    background-position: -272px -118px;    
}

.toolZoomAndPan
{
    background-position: -31px -53px;
}

.zoomStealthMode
{
    background-position: -211px -116px;
}

.zoomReset
{
    background-position: -31px -53px;
}

.controlSlideSorter
{
    background-position: -152px -770px;
}

.slidesorterPreviousSlide
{
    background-position: -211px -703px;
}

.slidesorterNextSlide
{
    background-position: -272px -703px;
}

.slidesorterAddSlide
{
    background-position: -331px -380px;
}

.controlRecord
{
    background-position: -89px -313px;
}

.recordMix
{
    background-position: -91px -313px;
}

.recordOverwrite
{
    background-position: -91px -313px;
}

.controlMicMute
{
    background-position: -89px -117px;
}

.controlPlay
{
    background-position: -151px -313px;
}

.controlPlayFullscreen
{
    background-position: -210px -313px;
}

.controlRewind
{
    background-position: -29px -378px;
}

.controlFastForward
{
    background-position: -331px -313px;
}

.controlExportAsVideo
{
    background-position: -90px -1190px;
}

.controlExportAsGIF
{
    background-position: -148px -1190px;
}

.controlStartSelection
{
    background-position: -211px -1190px;
}

.controlDelete
{
    background-position: -273px -1190px;
}

.controlDeleteFromHere
{
    background-position: -332px -1190px;
}

.controlDeleteAndCompact
{
    background-position: -90px -1236px;
}

.controlSplit
{
    background-position: -28px -1236px;
}

.controlSmooth
{
    background-position: -148px -1236px;
}

.controlSpeedUp
{
    background-position: -210px -1236px;
}

.controlFadeInAudio
{
    background-position: -272px -1233px;
}

.shareWebVideoLink {
    background-position: -263px -1981px;
}

.shareCollaborateSession {
    background-position: -203px -1981px;
}

.shareExplainDrive {
    background-position: -84px -1981px;
}

.shareExport {
    background-position: -24px -1981px;
}

.libraryShareLink {
    background-position: -23px -1857px;
}

.libraryWhoHasAccess {
    background-position: -325px -1798px;
}

.libraryDownload {
    background-position: -205px -1798px;   
}

.libraryActivity {
    background-position: -84px -1798px;
}

.libraryRename {
    background-position: -146px -1798px;  
}

.libraryDetails {
    background-position: -84px -1798px;
}

.libraryDelete {
    background-position: -23px -1798px;
}

.sharingLinkView {
    background-position: -144px -1920px;
}

.sharingLinkDownload {
    background-position: -82px -1920px;
}

.sharingLinkEdit {
    background-position: -21px -1920px;
}

.sharingSpecified {
    background-position: -326px -1860px;
}

.sharingPublic {
    background-position: -264px -1860px;
}

.sharingPrivate {
    background-position: -204px -1920px;
}


.newblankproject
{
    background-position: -27px -50px;
}

.empty
{
    padding-left: 0px;
    width: 680px;
    min-height: 0px;
}

.CloseList {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding-bottom: 40px;
}

.exporFlow
{
    background-size:22px 22px; padding-left:150px; padding-right: 150px; width: 700px;
    text-align: center;
}

.collaborationJoin
{
    background-size:0px 0px;
    margin: 0 auto;
    min-height: 0px;
    padding-left: 0px;
    width: 680px;
}


/*
 * Explain Icon Fonts
 *
*/

@font-face {
  font-family: 'EE';
  src: url('//theme.zdassets.com/theme_assets/1323838/37b44e56cc996a76e94f43761acabee381c32140.woff') format('woff2'), url('//theme.zdassets.com/theme_assets/1323838/37b44e56cc996a76e94f43761acabee381c32140.woff') format('woff');
  font-style: normal;
  font-weight: 400;
}

.font_icon {
  text-indent: 0px;
}
.font_icon:before {
  font-family: 'EE';
  font-size: 200% !important;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  vertical-align:bottom;
	margin: 0 2px;
	color: #4F58A8;
}
.font_icon.font_icon_inherit:before {
  /* Add the class font_icon_inherit to any icons that you want to inherit the font-size of their parent */
  font-size: inherit;
}
.font_icon.sm_icon:before {
  font-size: 10px;
}
.font_icon.padded {
  padding-right: 6px;
  padding-left: 4px;
}
.font_icon.top {
  vertical-align: text-top;
}
.font_icon.middle {
  vertical-align: middle;
}
.font_icon.sub {
  vertical-align: sub;
}

font-icon {
  text-indent: 0px;
}
font-icon:before {
  font-family: 'EE';
  font-size: 26px;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
}
font-icon.font_icon_inherit:before {
  /* Add the class font_icon_inherit to any icons that you want to inherit the font-size of their parent */
  font-size: inherit;
}
font-icon.sm_icon:before {
  font-size: 10px;
}
font-icon.padded {
  padding-right: 6px;
  padding-left: 4px;
}
font-icon.top {
  vertical-align: text-top;
}
font-icon.middle {
  vertical-align: middle;
}
font-icon.sub {
  vertical-align: sub;
}

.ee-icon {
  font-size: 8px;
}

.ee-icon:before {
  font-family: 'EE';
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  display: inline;
  line-height: 18px;
  position: relative;
  bottom: -3px;
}

h1 .font_icon:not(.font_icon_base_size):before,
h2 .font_icon:not(.font_icon_base_size):before,
h3 .font_icon:not(.font_icon_base_size):before {
  font-size: inherit;
}

.ee_icon_ee_icon_add_media:before { content: '\e800'; } /* '' */
.ee_icon_new_picture:before { content: '\e801'; color: #3191F1; } /* '' */
.ee_icon_new_video:before { content: '\e802'; color: #56C84E } /* '' */
.ee_icon_new_browser:before { content: '\e803'; color:#6891B2 } /* '' */
.ee_icon_browser_quicksnap:before { content: '\e801'; } /* '' */
.ee_icon_new_equation:before { content: '\e804'; } /* '' */
.ee_icon_new_audio:before { content: '\e805'; color: #F46262;} /* '' */
.ee_icon_existing_image:before { content: '\e806'; color: #ED1734; } /* '' */
.ee_icon_file:before { content: '\e807'; color: #F6AF51 } /* '' */
.ee_icon_clipart:before { content: '\e808'; color:#38A164; } /* '' */
.ee_icon_image_from_web:before { content: '\e809'; } /* '' */
.ee_icon_existing_audio:before { content: '\e80a'; color: #E35AB9;} /* '' */
.ee_icon_placeholder:before { content: '\e80b'; } /* '' */
.ee_icon_hand_tool:before { content: '\e80c'; } /* '' */
.ee_icon_draw_tool:before { content: '\e80d'; } /* '' */
.ee_icon_draw_tool_pen:before { content: '\e80e'; } /* '' */
.ee_icon_draw_tool_pencil:before { content: '\e80f'; } /* '' */
.ee_icon_draw_tool_pen_select:before { content: '\e810'; } /* '' */
.ee_icon_draw_tool_pencil_select:before { content: '\e811'; } /* '' */
.ee_icon_draw_tool_ruler_select:before { content: '\e812'; } /* '' */
.ee_icon_auto_fill:before { content: '\e813'; } /* '' */
.ee_icon_confirm:before { content: '\e814'; } /* '' */
.ee_icon_color_picker:before { content: '\e815'; } /* '' */
.ee_icon_highlighter:before { content: '\e816'; } /* '' */
.ee_icon_eraser:before { content: '\e817'; } /* '' */
.ee_icon_erase_active_drawings:before { content: '\e818'; } /* '' */
.ee_icon_erase_all_drawings:before { content: '\e819'; } /* '' */
.ee_icon_erase_with_images:before { content: '\e81a'; } /* '' */
.ee_icon_paint_bucket:before { content: '\e81b'; } /* '' */
.ee_icon_shape_tool:before { content: '\e81c'; } /* '' */
.ee_icon_square_shape:before { content: '\e81d'; } /* '' */
.ee_icon_rounded_square_shape:before { content: '\e81e'; } /* '' */
.ee_icon_star_shape:before { content: '\e81f'; } /* '' */
.ee_icon_circle_shape:before { content: '\e820'; } /* '' */
.ee_icon_line_shape:before { content: '\e821'; } /* '' */
.ee_icon_arrow_shape:before { content: '\e822'; } /* '' */
.ee_icon_shape_recognition:before { content: '\e823'; } /* '' */
.ee_icon_add_shadow:before { content: '\e824'; } /* '' */
.ee_icon_border_width:before { content: '\e825'; } /* '' */
.ee_icon_text_tool:before { content: '\e826'; } /* '' */
.ee_icon_cutout_tool:before { content: '\e827'; } /* '' */
.ee_icon_freeform_cutout:before { content: '\e828'; } /* '' */
.ee_icon_precise_cutout:before { content: '\e829'; } /* '' */
.ee_icon_precise_cutout_left:before { content: '\e82a'; } /* '' */
.ee_icon_precise_cutout_right:before { content: '\e82b'; } /* '' */
.ee_icon_start_precise_cutout:before { content: '\e82c'; } /* '' */
.ee_icon_confirm-1:before { content: '\e82d'; } /* '' */
.ee_icon_change_sides_precise_cutout:before { content: '\e82e'; } /* '' */
.ee_icon_close_delete:before { content: '\e82f'; } /* '' */
.ee_icon_laser_pointer:before { content: '\e830'; } /* '' */
.ee_icon_inspector:before { content: '\e831'; } /* '' */
.ee_icon_arrange_bring_to_front:before { content: '\e832'; } /* '' */
.ee_icon_arrange_bring_forward:before { content: '\e833'; } /* '' */
.ee_icon_arrange_send_to_back:before { content: '\e834'; } /* '' */
.ee_icon_arrange_send_backward:before { content: '\e835'; } /* '' */
.ee_icon_arrange_align_center:before { content: '\e836'; } /* '' */
.ee_icon_arrange_align_left:before { content: '\e837'; } /* '' */
.ee_icon_arrange_align_right:before { content: '\e838'; } /* '' */
.ee_icon_arrange_align_top:before { content: '\e839'; } /* '' */
.ee_icon_arrange_align_middle:before { content: '\e83a'; } /* '' */
.ee_icon_arrange_align_bottom:before { content: '\e83b'; } /* '' */
.ee_icon_edit_group:before { content: '\e83c'; } /* '' */
.ee_icon_edit_ungroup:before { content: '\e83d'; } /* '' */
.ee_icon_edit_duplicate:before { content: '\e83e'; } /* '' */
.ee_icon_edit_copy:before { content: '\e83f'; } /* '' */
.ee_icon_edit_paste:before { content: '\e840'; } /* '' */
.ee_icon_edit_deselect:before { content: '\e841'; } /* '' */
.ee_icon_edit_flip_left_right:before { content: '\e842'; } /* '' */
.ee_icon_edit_flip_up_down:before { content: '\e843'; } /* '' */
.ee_icon_edit_set_auto_rotation:before { content: '\e844'; } /* '' */
.ee_icon_edit_set_as_background:before { content: '\e845'; } /* '' */
.ee_icon_edit_add_as_clipart:before { content: '\e846';color:#38A164; } /* '' */
.ee_icon_edit_infinite_scroll:before { content: '\e847'; } /* '' */
.ee_icon_lock_lock:before { content: '\e848'; color:#FD2F21; } /* '' */
.ee_icon_lock_rotation:before { content: '\e849'; color:#FD2F21;} /* '' */
.ee_icon_lock_scale:before { content: '\e84a'; color:#FD2F21;} /* '' */
.ee_icon_lock_horizontal:before { content: '\e84b'; color:#FD2F21;} /* '' */
.ee_icon_lock_vertical:before { content: '\e84c'; color:#FD2F21;} /* '' */
.ee_icon_lock_snap_rotation:before { content: '\e84d'; color:#FD2F21;} /* '' */
.ee_icon_undo:before { content: '\e84e'; } /* '' */
.ee_icon_redo:before { content: '\e84f'; } /* '' */
.ee_icon_zoom:before { content: '\e850'; } /* '' */
.ee_icon_zoom_stealth_mode:before { content: '\e851'; } /* '' */
.ee_icon_zoom_locked:before { content: '\e852'; } /* '' */
.ee_icon_zoom_unlocked:before { content: '\e853'; } /* '' */
.ee_icon_zoom_global:before { content: '\e854'; } /* '' */
.ee_icon_record:before { content: '\e855'; color: #F46262;} /* '' */
.ee_icon_stop:before { content: '\e856'; color: #F46262; } /* '' */
.ee_icon_microphone:before { content: '\e857'; } /* '' */
.ee_icon_microphone_muted:before { content: '\e858'; } /* '' */
.ee_icon_play:before { content: '\e859'; } /* '' */
.ee_icon_rewind:before { content: '\e85a'; } /* '' */
.ee_icon_fast_forward:before { content: '\e85b'; } /* '' */
.ee_icon_pause:before { content: '\e85c'; } /* '' */
.ee_icon_timeline_unlocked:before { content: '\e85d'; } /* '' */
.ee_icon_timeline_locked:before { content: '\e85e'; } /* '' */
.ee_icon_timeline_web_video_link:before { content: '\e85f'; } /* '' */
.ee_icon_timeline_share_as_gif:before { content: '\e860'; } /* '' */
.ee_icon_timeline_start_selection:before { content: '\e861'; } /* '' */
.ee_icon_timeline_delete:before { content: '\e862'; color:#F46262 } /* '' */
.ee_icon_timeline_delete_all:before { content: '\e863'; color:#F46262 } /* '' */
.ee_icon_timeline_delete_and_compact:before { content: '\e864'; color:#F46262 } /* '' */
.ee_icon_timeline_split:before { content: '\e865'; } /* '' */
.ee_icon_timeline_smooth:before { content: '\e866'; } /* '' */
.ee_icon_timeline_speed_up:before { content: '\e867'; } /* '' */
.ee_icon_timeline_fade_audio:before { content: '\e868'; } /* '' */
.ee_icon_timeline_help:before { content: '\e869'; } /* '' */
.ee_icon_slide_sorter:before { content: '\e86a'; } /* '' */
.ee_icon_slide_sorter_duplicate:before { content: '\e86b'; } /* '' */
.ee_icon_slide_sorter_new:before { content: '\e86c'; } /* '' */
.ee_icon_slide_sorter_change_background:before { content: '\e86d'; } /* '' */
.ee_icon_slide_sorter_remove_audio:before { content: '\e86e'; } /* '' */
.ee_icon_slide_sorter_previous:before { content: '\e86f'; } /* '' */
.ee_icon_slide_sorter_next:before { content: '\e870'; } /* '' */
.ee_icon_navigation_hide:before { content: '\e871'; } /* '' */
.ee_icon_navigation_open:before { content: '\e872'; } /* '' */
.ee_icon_navigation_show:before { content: '\e873'; } /* '' */
.ee_icon_navigation_conceal:before { content: '\e874'; } /* '' */
.ee_icon_main_nav_home:before { content: '\e875'; } /* '' */
.ee_icon_main_nav_learn:before { content: '\e876'; } /* '' */
.ee_icon_main_nav_library:before { content: '\e877'; } /* '' */
.ee_icon_main_nav_search:before { content: '\e878'; } /* '' */
.ee_icon_project_invite:before { content: '\e879'; } /* '' */
.ee_icon_home_invite:before { content: '\e87a'; } /* '' */
.ee_icon_permissions_download:before { content: '\e87b'; } /* '' */
.ee_icon_permissions_download_org:before { content: '\e87c'; } /* '' */
.ee_icon_permissions_edit:before { content: '\e87d'; } /* '' */
.ee_icon_permissions_edit_org:before { content: '\e87e'; } /* '' */
.ee_icon_permissions_view:before { content: '\e87f'; } /* '' */
.ee_icon_permissions_view_org:before { content: '\e880'; } /* '' */
.ee_icon_permissions_specified:before { content: '\e881'; } /* '' */
.ee_icon_permissions_public:before { content: '\e882'; } /* '' */
.ee_icon_permissions_private:before { content: '\e883'; } /* '' */
.ee_icon_project_share:before { content: '\e884'; color:#2d3c92; } /* '' */
.ee_icon_home_share:before { content: '\e885'; } /* '' */
.ee_icon_share_web_video_link:before { content: '\e886'; color:#2d3c92; } /* '' */
.ee_icon_share_export:before { content: '\e887'; color:#2d3c92} /* '' */
.ee_icon_export_video:before { content: '\e888'; color:#EA4E5D } /* '' */
.ee_icon_export_image:before { content: '\e889'; } /* '' */
.ee_icon_export_document:before { content: '\e88a'; } /* '' */
.ee_icon_export_project:before { content: '\e88b'; } /* '' */
.ee_icon_more_menu:before { content: '\e88c'; } /* '' */
.ee_icon_settings:before { content: '\e88d'; } /* '' */
.ee_icon_help:before { content: '\e88e'; } /* '' */
.ee_icon_manual:before { content: '\e88f'; } /* '' */
.ee_icon_about:before { content: '\e890'; } /* '' */
.ee_icon_send_feedback:before { content: '\e891'; } /* '' */
.ee_icon_newsletter:before { content: '\e892'; } /* '' */
.ee_icon_our_website:before { content: '\e893'; } /* '' */
.ee_icon_twitter:before { content: '\e894'; } /* '' */
.ee_icon_rate_ee:before { content: '\e895'; color: #FCCC00 } /* '' */
.ee_icon_browser_favorites:before { content: '\e895'; } /* '' */
.ee_icon_project_quick_save:before { content: '\e896'; } /* '' */
.ee_icon_project_duplicate:before { content: '\e897'; } /* '' */
.ee_icon_project_change_orientation:before { content: '\e898'; } /* '' */
.ee_icon_project_save_as_template:before { content: '\e899'; } /* '' */
.ee_icon_close_without_saving:before { content: '\e89a'; } /* '' */
.ee_icon_u_edit:before { content: '\e89b'; } /* '' */
.ee_icon_save_and_close:before { content: '\e89c'; } /* '' */
.ee_icon_video_play:before { content: '\e89d'; color: #47519A; } /* '' */
.ee_icon_toggle_camera:before { content: '\e89e'; } /* '' */
.ee_icon_volume:before { content: '\e89f'; } /* '' */
.ee_icon_media_volume_off:before { content: '\e8a0'; } /* '' */
.ee_icon_media_loop:before { content: '\e8a1'; } /* '' */
.ee_icon_media_record:before { content: '\e8a2'; color: #F46262; } /* '' */
.ee_icon_home_new_project:before { content: '\e8a3'; } /* '' */
.ee_icon_home_join_with_CODE:before { content: '\e8a4'; } /* '' */
.ee_icon_library_new_folder:before { content: '\e8a5'; } /* '' */
.ee_icon_library_sort:before { content: '\e8a6'; } /* '' */
.ee_icon_library_view_thumbnail:before { content: '\e8a7'; } /* '' */
.ee_icon_library_view_list:before { content: '\e8a8'; } /* '' */
.ee_icon_library_merge:before { content: '\e8a9'; } /* '' */
.ee_icon_library_move:before { content: '\e8aa'; } /* '' */
.ee_icon_library_folder:before { content: '\e8ab'; } /* '' */
.ee_icon_library_details:before { content: '\e8ac'; } /* '' */
.ee_icon_library_rename:before { content: '\e8ad'; } /* '' */
.ee_icon_logo:before { content: '\e8ae'; } /* '' */
.ee_icon_u_move:before { content: '\e8af'; } /* '' */
.ee_icon_text_resize:before { content: '\e8b0'; color:#47519A;} /* '' */
.ee_icon_eeiconset178:before { content: '\e8b1'; } /* '' */
.ee_icon_auto_rotation_move:before { content: '\e8b2'; } /* '' */
.ee_icon_auto_rotation_rotate:before { content: '\e8b3'; } /* '' */

/* Message emphasis: notes, tips, warnings */

.article-content p.emphasis {
  padding: 20px 30px 20px 20px;
  margin: 30px 0;
}

.article-content p.emphasis strong:first-of-type {
  display: block;
  margin-bottom: 10px;
}

.article-content p.emphasis b {
    color: black;
}

.article-content p.tip {
    background-color: rgba(77,200,219,0.2);
    border: 1px rgba(77,200,219,1) solid;
}

.article-content p.note {
    background-color: rgba(255,185,148,0.2);
    border: 1px rgba(255,185,148,1) solid;
}

/* Iframe wrapper */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  margin-bottom: 15px
}

.videoWrapper iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute
}

.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; overflow: 
    hidden; max-width: 100%; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}

/* Change Plan */

.change-plan-instruction {
 display: none;
}