
/*** FONTS ******/

@font-face {
    font-family: 'MuktaRegular';
    src: url('//theme.zdassets.com/theme_assets/2482987/b482152c76cb0cd74b5689fcbddae5d775b9f734.woff')  format('woff'),
    url('//theme.zdassets.com/theme_assets/2482987/9ccfacfd2870dc564ac4e113387fe79c1af5689d.woff2') format('woff2'),
    url('//theme.zdassets.com/theme_assets/2482987/8e01cd206359d59f8a3fdb8faa655e2626858318.ttf ') format('truetype');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'MuktaBold';
    src: url('//theme.zdassets.com/theme_assets/2482987/13502c437237f9386032483fa3e8522fe3612a85.woff')  format('woff'),
    url('//theme.zdassets.com/theme_assets/2482987/4bb75f1f94c707513d3c9084294f12dfa18fd78b.eot') format('eot'),
    url('//theme.zdassets.com/theme_assets/2482987/5fa4ca367782e5c093d1b20fadb6acb521c6cef7.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/***** Fonts Variables *****/
Futura, 'Century Gothic', AppleGothic, sans-serif: MuktaRegular;
Futura, 'Century Gothic', AppleGothic, sans-serif: MuktaRegular;


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

html {
  overflow-y: scroll;
}

body .wysiwyg-font-size-small {
    font-size: small;
}

body .wysiwyg-color-black10 {
    color: rgba(237, 70, 44, 1);
}


.zd-autocomplete {
    border-radius: 0;
}

body {
    font-family: MuktaRegular !important;
    background-color: white !important;
    color: rgba(61, 55, 55, 1);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

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

body h1,body h2,body h3,body h4,body h5,body h6 {
    font-family: Futura, 'Century Gothic', AppleGothic, sans-serif;
    font-weight: 400;
    margin-top: 0;
    color: rgba(61, 55, 55, 1);
}

body h1, body h2 {
    font-size: 2rem;
    position: relative;
    padding-left: 20px;
    font-family: MuktaBold;
}

body h1::before, body h2::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 6px;
    height: 24px;
    background-color: rgba(237, 70, 44, 1);
}

body h2.secondary:before {
    background-color: #cfc9c9;
}

body h2, body h1 {
    margin-top: 40px;
    margin-bottom: 10px;
}


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

body h4 {
    font-size: 16px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

body a {
    color: rgba(237, 70, 44, 1);
    text-decoration: none;
}

body a:hover {
    color: rgba(237, 70, 44, 1);
    text-decoration: none;
}

body ul {
  margin :0;
}

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

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

input:focus {
    border: 1px solid rgba(237, 70, 44, 1);
}

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

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('appapa.jpg') no-repeat #fff;
    background-position: right 10px center;
    border: 1px solid #ddd;
    padding: 8px 30px 8px 10px;
    outline: none;
    color: #555;
    width: 100%;
}


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

textarea:focus {
    border: 1px solid rgba(237, 70, 44, 1);
}

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

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


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

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

.error-page .picto-404 {
  max-width: 100px;
  margin-top: 20px;
}

.error-page h1, .error-page h2 {
  margin-bottom: 30px;
  margin-top: 10px;
  padding-left: 0;
}

.error-page .btn-bg {
  	max-width: none;
}

.error-page .btn-bg a {
  font-size: 1rem;
  padding: 10px 20px;
}

body .error-page h1::before, body .error-page h2::before{
    top: 40px;
    left: 49%;
    width: 24px;
    height: 6px;
}

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

.article-share {
  margin-top: 15px;
}

/***** Override *****/

body .dropdown-menu a:hover {
  color: rgba(237, 70, 44, 1) !important;
}

body .dropdown-menu {
  right: 0;
}

body .recent-articles h3, .related-articles h3 {
  display: none;
}

/***** END Override *****/

.language-selector .dropdown-menu {
  flex-direction: column;
  min-width: 4rem;
  padding: 15px;
}

.language-selector .dropdown-menu a {
  text-align: right;
  padding: 5px 0px;
  margin: 10px 0px;
  display: block;
}

.language-selector img {
  width: 30px;
}

.dropdown-toggle {
    background: none;
    border: 0;
    padding: 0;
    text-align: initial;
}

.dropdown-toggle:focus {
    outline: 0;
    text-decoration: underline;
}


/***** Buttons *****/
.button, [role="button"] {
    border: 1px solid rgba(237, 70, 44, 1);
    color: rgba(237, 70, 44, 1);
    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;
    width: 100%;
    -webkit-touch-callout: none;
}

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

.button::after, [role="button"]::after {
    color: rgba(237, 70, 44, 1);
}

.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: rgba(237, 70, 44, 1);
    color: rgba(255, 195, 43, 1);
    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: #a5220e;
    border-color: #a5220e;
}

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

.button-large, input[type="submit"] {
    background-color: rgba(237, 70, 44, 1);
    border: 0;
    color: white;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.72;
    min-width: 190px;
    padding: 0 1.9286em;
    width: 100%;
 	 border-radius: 5px;
}

@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: #a5220e;
}

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

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

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
    color: rgba(61, 55, 55, 1);
    border: 1px solid #ddd;
    background-color: #eaeaea;
}

/***** Tables *****/
.table {
    width: 100%;
    table-layout: fixed;
}

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

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

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

body .table th {
  border-top: none;
}

body .table td {
  border: none;
}

.table tr {
    display: block;
    padding: 20px 0;
}

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

.table td {
    display: block;
}

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

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

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

/***** Forms *****/
.form {
    max-width: 650px;
  	padding: 20px;
  	background-color: rgba(242, 242, 242, 1);
}

.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;
    padding: 10px;
    width: 100%;
}

.form-field input:focus {
    border: 1px solid rgba(237, 70, 44, 1);
}

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

.form-field input[type="text"]:focus {
    border: 1px solid rgba(237, 70, 44, 1);
}

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

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

.form-field .nesty-input:focus {
    border: 1px solid rgba(237, 70, 44, 1);
    text-decoration: none;
}

.form-field .hc-multiselect-toggle:focus {
    outline: none;
    border: 1px solid rgba(237, 70, 44, 1);
    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 .optional {
    color: #736767;
    margin-left: 4px;
}

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

[data-loading="true"] input,
[data-loading="true"] textarea {
    background: transparent url('loader-gif.gif') 99% 50% no-repeat;
    background-size: 16px 16px;
}

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

.form footer a {
    color: #736767;
    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: #a5220e;
}

/***** Header *****/

header {
    background-color: white;
    padding: 10px 15px;
}

@media (max-width: 767px) {
  header {
  	text-align: center;
    padding: 0;
  }
  
  header nav {
    background-color: rgba(242, 242, 242, 1);
  }
  
}

@media (min-width: 768px) {
  header {
      max-width: 1140px;
      margin: 0 auto;
      position: relative;
      align-items: center;
      display: flex !important;
      height: 60px;
      justify-content: space-between;
  }
}

header .logo {
  	margin: 20px 0;
}

header nav .login {
    border-right: 1px solid #cfc9c9;
  	border-left: 0;
  	border-top: 0;
  	border-bottom: 0;
    width: max-content;
    font-size: 1rem;
    line-height: 24px;
    color: rgba(61, 55, 55, 1);
  	padding-right: 10px;
}

header nav .login:hover {
  background-color: inherit;
  color: rgba(237, 70, 44, 1);
}

header nav {
  display: flex;
  margin: auto 0;
  font-family: MuktaBold;
  padding: 10px;
  justify-content: center
}

header nav a {
  color: rgba(61, 55, 55, 1);
}

header nav>div {
  padding: 0 10px;
}

header nav>div:not(:last-child) {
  border-right: 1px solid #cfc9c9;
}

.logo img {
    max-height: 37px;
}

.user-nav {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
}

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

.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: rgba(237, 70, 44, 1);
    display: none;
    font-size: 14px;
    padding: 0 20px 0 0;
    width: auto;
}

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

[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: rgba(237, 70, 44, 1);
    text-decoration: underline;
}

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

.nav-wrapper .icon-menu {
    border: 0;
    color: rgba(237, 70, 44, 1);
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    padding: 0;
    width: auto;
}

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

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

.nav-wrapper .icon-menu:hover, .nav-wrapper .icon-menu:focus, .nav-wrapper .icon-menu:active {
    background-color: transparent;
    color: rgba(237, 70, 44, 1);
}

/***** 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: rgba(237, 70, 44, 1);
    min-width: 0;
    padding: 0;
    white-space: nowrap;
}

.user-info > [role="button"]:hover, .user-info > [role="button"]:focus {
    color: rgba(237, 70, 44, 1);
    background-color: transparent;
}

.user-info > [role="button"]::after {
    color: rgba(237, 70, 44, 1);
}

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

#user #user-name {
    display: none;
  	color: rgba(61, 55, 55, 1);
  	font-family: MuktaBold;
}

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

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

@media (max-width: 767px){
  .user-avatar {
     box-shadow: 0px 0 0px 1px grey;
  }
}

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

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

.avatar .icon-agent::before {
    background-color: rgba(237, 70, 44, 1);
    border: 2px solid #fff;
    border-radius: 50%;
    bottom: -4px;
    color: rgba(255, 195, 43, 1);
    content: "\1F464";
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    position: absolute;
    right: -2px;
    text-align: center;
    width: 14px;
}

/***** Footer *****/
footer {
    margin-top: 40px;
    background-color: #cfc9c9;
    text-align: center;
    padding: 20px 0;
  	color: #5d5958;
  	font-size: 0.9rem;
}

footer p {
    padding-top: 20px;
}

footer a {
  	color: #5d5958;
}

footer a:hover {
  	color: rgba(237, 70, 44, 1);
}

footer img {
  width: 80px;
}

/***** END Footer *****/


/***** Breadcrumbs *****/
.breadcrumbs {
    padding-top: 1rem;
  	padding-left: 0px;
    width: 100%;
    font-family: MuktaBold;
}

.breadcrumbs li {
    color: rgba(255, 195, 43, 1);
    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 {
    color: white;
  	text-decoration: none;
}

/***** Search field *****/
.search {
    position: relative;
    font-family: Futura, 'Century Gothic', AppleGothic, sans-serif;
}

.search-mini {
  	width: max-content;
}

.search input[type="search"] {
    border: 2px solid #999999;
    background-color: #211e1e;
    box-sizing: border-box;
    color: #a6a6a6;
    height: 40px;
    padding-left: 40px;
    padding-right: 20px;
    -webkit-appearance: none;
    width: 100%;
}

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

.search input[type="search"]:focus {
    border: 2px solid #999999;
}

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

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

header .search {
    width: 360px;
}

header .search input[type="search"]{
  border: 0;
  background-color: rgb(226, 226, 226);
}

.search-full {
  margin: -25px auto 60px;
  width: 60%;
}

@media (max-width: 991px) {
  header .search {
    display: none;
  }
  
}

@media (min-width: 992px) {
  .search-mini, .search-full {
    display: none;
  }
    
}

.search-container {
  padding-top: 15px;
  padding-left: 15px;
}

.search-container.search-mini {
  padding-left: 0px;
}


/***** Hero component *****/
.hero {
    background-image: url(//theme.zdassets.com/theme_assets/303472/7b6d7352e701068c1ac10e1b582112790e4935aa.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    width: 100%;
    position: relative;
}


.hero.mini {
  	text-align: left;
  	height: 100%;
    background-image: url(//theme.zdassets.com/theme_assets/303472/708a09302505b0dc913165b1a420bef247680165.jpg);
  	-ms-padding-bottom: 10px;
    padding-bottom: 0px;
}

.hero-inner {
    position: relative;
    max-width: 610px;
    margin: 0 auto;
}

.hero-inner h1 {
  margin-top: 0;
  font-size: 2.4rem;
  color: white;
  text-shadow: black 1px 1px 5px;
  padding-top: 10px;
}

.hero-inner h1::before {
  content: none;
}


.hero .hero-menu a {
    font-family: MuktaBold;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
 		padding: 10px;
}

.hero .hero-menu a svg {
  fill: white;
  width: 60px;
  height: 60px;
}


.hero .hero-menu a:hover {
    color: rgba(255, 195, 43, 1);
}

.hero .hero-menu a:hover svg {
  fill: rgba(255, 195, 43, 1);
}

@media (min-width: 992px) {

    .hero {
        height: 300px;
    }
  
  .hero-inner h1 {
   	 transform: translateY(150%);
 	 }

    .hero .hero-menu {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
  
    .hero .hero-menu ul li::before {
        content : '';
        background-color: white;
        width: 2px;
        height: 30px;
        position: absolute;
        left: 0;
        top: 30%;
    }

    .hero .hero-menu ul li:last-child::after {
        content : '';
        background-color: white;
        width: 2px;
        height: 30px;
        position: absolute;
        right: 0px;
        top: 30%;
    }

}



@media (min-width: 992px) {
    .hero .hero-menu {
        background-color: rgba(33,30,30,0.8);
    }
}


@media (max-width: 991px) {
  
    .hero .hero-menu {
      padding-bottom: 10px;
    }
  
    .hero .hero-menu li a {
        background-color: rgba(33,30,30,0.85);
    }
}

@media (max-width: 575px) {
  .hero {
    background-image: url(//theme.zdassets.com/theme_assets/303472/d6161319917e4a773a5be5b0c2b243c144b36b1b.jpg);
  }
}


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


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

.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: 30px;
    min-height: 50px;
    padding-bottom: 15px;
}

@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: flex-start;
    list-style: none;
    padding: 0;
}

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

.blocks-item {
    box-sizing: border-box;
    background-color: rgba(61, 55, 55, 1);
    display: flex;
    flex: 1 0 340px;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 30px;
    max-width: 100%;
    text-align: center;
}

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

.categories .blocks-item {
    position: relative;
}

.categories .blocks-item:before {
    content: '';
    position: absolute;
    left: -21px;
    top: 15px;
    width: 40px;
    height: 40px;
    transform: rotate(45deg);
    background-color: rgba(61, 55, 55, 1);
    border: 5px solid rgba(242, 242, 242, 1);
}

.categories .blocks-item:hover {
    transition: all 1s;
    background-color: rgba(237, 70, 44, 1);
}

.categories .blocks-item:hover:before {
    transform: translate(10px) rotate(45deg);
    transition: all 1s;
    background-color: rgba(237, 70, 44, 1);
}

/*.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  background-color: rgba(237, 70, 44, 1);
}*/

.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
    color: white;
    text-decoration: none;
}

.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: rgba(61, 55, 55, 1);
}

.blocks-item-link {
    color: white;
    padding: 20px 30px;
}

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

.blocks-item-title {
    margin-bottom: 0;
}

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

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


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

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

.promoted-articles-item {
    flex: 1 0 auto;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

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

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

.promoted-articles-item a, .article-list a{
    color: rgba(61, 55, 55, 1);
}

.promoted-articles-item .icon-lock::before {
    vertical-align: baseline;
}

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

@media (min-width: 1024px) {
    .promoted-articles-item:last-child {
        border-bottom: 1px solid #ddd;
    }
}
*/
/***** Community section in homepage *****/
.community {
    text-align: center;
}

.community-image {
    min-height: 300px;
    background-image: url(//theme.zdassets.com/theme_assets/303472/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: rgba(61, 55, 55, 1);
    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: #736767;
    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: rgba(237, 70, 44, 1);
    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;
    justify-content: flex-end;
}

.category-content {
    flex: 0 0 100%;
    margin-bottom: 25px;
    text-align: center;
}

.section-tree {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: white;
    padding: 15px 25px;
}

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

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

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

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

.section-tree-title a {
    color: rgba(61, 55, 55, 1);
}

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

.article-list-item {
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    padding: 15px 0;
}

.article-list-item a {
    color: rgba(61, 55, 55, 1);
}

.article-list-item .icon-lock::before {
    vertical-align: baseline;
}

.icon-star::before {
    color: rgba(237, 70, 44, 1);
    font-size: 18px;
}

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

.section-content {
    flex: 1;
}

@media (min-width: 1024px) {
    .section-content {
        flex: 0 0 80%;
    }
}

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

/***** Article *****/

.article-content .article-author ul {
  padding-left: 0;
}

body .article-content {
    padding: 50px;
    background-color: rgba(242, 242, 242, 1);
}

body .article-content * {
    font-family: MuktaRegular;
}

.article-content h1, article-content h2, article-content h3, article-content h4 {
  font-family: MuktaBold;
}

.article-content h1 {
  margin-top: 0;
  font-size: 2rem;
  padding-left: 0;
}

.article-content h2 {
  font-size: 1.4rem;
	padding-left: 0;
  margin-top: 0;
}

.article-content h4 {
  margin-block-end: 1em;
  margin-left: 10px;
}

.article-content h4 a{
  color: #212529;
}

.article-content h1::before, .article-content h2::before {
	display: none;
}

body .article-content a {
  font-family: MuktaRegular;
}

body .article-content a:hover {
  text-decoration: underline;
}

body .article-content p {
  margin-top: 1em;
  word-wrap: break-word;
}

.article-content .wysiwyg-indent1 {
  padding-left: 40px;
}

.article-content ul {
  padding-left: 40px;
  list-style: disc;
}

.article-content ul li {
  
}

.article-content ul li ul {
  list-style: circle;
}

.article-content img {
  vertical-align: inherit;
  max-width: 100%;
  height: inherit;
}

/***** 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: rgba(61, 55, 55, 1);
    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: #736767;
}

/***** 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: #736767;
    display: block;
    font-size: 23px;
    text-align: center;
    width: 100%;
}

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

.share a:hover::before {
    color: rgba(237, 70, 44, 1);
}

.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: #736767;
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0;
}

.comment-callout a {
  color: rgba(237, 70, 44, 1);
}

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

.comment-sorter .dropdown-toggle {
  color: #736767;
  font-weight: 300;
  font-size: 13px;
}

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

.comment-wrapper {
  display: flex;
  position: relative;
}

.comment-wrapper.comment-official {
  border: 1px solid rgba(237, 70, 44, 1);
  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: rgba(237, 70, 44, 1);
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  font-family: Futura, 'Century Gothic', AppleGothic, 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;
}

[dir="rtl"] .comment-body ul, [dir="rtl"] .comment-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

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

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

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

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

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

.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: #736767;
  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: #736767;
  display: block;
  margin: 3px 0;
}

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

.vote-up:hover::before,
.vote-down:hover::before {
  color: rgba(237, 70, 44, 1);
}

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

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

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

.vote-voted::before {
  color: rgba(237, 70, 44, 1);
}

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



/***** My activities *****/
.my-activities-nav {
    background-color: #e5e5e5;
    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: rgba(237, 70, 44, 1);
}

.my-activities-table .striped-list-title {
    /* My activities tables */
    display: block;
    margin-bottom: 10px;
    max-width: 350px;
    white-space: normal;
  	font-family: MuktaBold;
  	color: rgba(61, 55, 55, 1);
}

.my-activities-table .striped-list-title:hover {
  color: rgba(237, 70, 44, 1);
}

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

.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 {
  background-color: rgba(242, 242, 242, 1);
  padding: 20px;
}

.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: rgba(237, 70, 44, 1);
    color: rgba(255, 195, 43, 1);
}

.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: rgba(237, 70, 44, 1);
    border-radius: 4px;
    color: rgba(255, 195, 43, 1);
    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: #a5220e;
    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;
}


/***** 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-submit-comment input[type="submit"] {
    color: white;
    border-radius: 5px;
    font-family: MuktaBold;
    font-size: 1rem;
}

.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;
    color: #736767;
    text-align: inherit;
    padding: 8px 25px;
    width: 100%;
}

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

.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 rgba(237, 70, 44, 1);
}

.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 rgba(237, 70, 44, 1);
}

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

.request-title {
    width: 100%;
}


.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: #eaeaea;
        border: 0;
        font-size: 13px;
        flex: 0 0 auto;
        padding: 0 30px;
        width: 30%;
    }
}

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

@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: #736767;
    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;
}

/***** 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: rgba(61, 55, 55, 1);
    text-decoration: none;
}

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

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

.pagination-current {
    background-color: rgba(237, 70, 44, 1);
}

.pagination-current a, .pagination-current span {
    color: rgba(255, 195, 43, 1);
}

.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: #736767;
    font-size: 13px;
    font-weight: 300;
}


/***** 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 0 0;
    background-color: rgba(242, 242, 242, 1);
}

.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 0 0 15px;
}

.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"] {
    border: 1px solid rgba(237, 70, 44, 1);
    color: rgba(255, 195, 43, 1);
    line-height: normal;
    padding: 8px 20px;
    outline-color: rgba(237, 70, 44, 1);
}

.profile-header .options [data-action="edit-profile"]:hover {
    background-color: rgba(237, 70, 44, 1);
    color: white;
    border: 1px solid rgba(237, 70, 44, 1);
}

.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%;
    margin-bottom: 0;
}

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

.profile-stats .stat-label {
    color: #736767;
    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 rgba(237, 70, 44, 1);
    border-radius: 4px;
    color: rgba(237, 70, 44, 1);
    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: #e5e5e5;
    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: #736767;
    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: #eaeaea;
}

@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: rgba(242, 242, 242, 1);
    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;
}

/***** 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 > a  {
  color: #212529;
  font-family: MuktaBold;
}

.search-results-list > li > a:hover  {
  color: rgba(237, 70, 44, 1);
}

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

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

.search-result-votes::before, .search-result-meta-count::before {
    color: rgba(237, 70, 44, 1);
}

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

.demi-column
{
    float: left;
    width: 340px;
}

.demi-column + .demi-column
{
    margin-left: 20px;
}



/*--------------
    List *
    ------------*/

ul.article-list {
    font-family: MuktaBold;
    background-color: rgba(242, 242, 242, 1);
    padding: 10px 0;
}

ul.article-list li, .recent-articles li, .related-articles li {
    position: relative;
    padding: 10px 20px;
}

.article-list a {
    color: rgba(61, 55, 55, 1);
}

ul.article-list li a:hover
{
    text-decoration: none;
    color: rgba(237, 70, 44, 1);
}


/*--------------
    List Toggled *
    ------------*/

.article-toggled-list {
    font-family: MuktaBold;
}

.article-toggled-list>li {
    position: relative;
    margin: 5px 0;
}

.article-toggled-list>li:hover>a {
   color: rgba(237, 70, 44, 1);
}

.article-toggled-list>li::after {
    content: '>';
    position: absolute;
    right: 10px;
    top: 10px;
}


.article-toggled-list .active>a{
    color: rgba(237, 70, 44, 1);
}


.article-toggled-list .active::after{
    color: rgba(237, 70, 44, 1);
    transition: all 0.5s;
    transform: rotate(90deg);
}

.article-toggled-list>li>a {
    display: flex;
    background-color: rgba(242, 242, 242, 1);
    padding: 10px 20px;
}


.article-toggled-list a {
    color: rgba(61, 55, 55, 1);
    text-decoration: none;
}

.article-toggled-list .sub-list {
    display: none;
    margin: 20px 0 20px 40px;
}

.article-toggled-list .sub-list li {
    padding: 10px 0;
  	list-style: disc;
}

.article-toggled-list .sub-list li a{
    font-family: MuktaRegular;
}

/*--------------
    Tools *
    ------------*/

.tools {
    font-family: MuktaBold;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.tools h2 {
    text-transform: none;
}

.tools img {
    max-height: 50px;
}

.tools img.filaire {
    display: none;
}

.tools img.hover {
    display: block;
}

.tools ul li {
  padding: .25rem;
}

.tools ul li a {
    color: rgba(61, 55, 55, 1);
    text-decoration: none;
    background-color: rgba(242, 242, 242, 1);
    width: 100%;
    padding: 15px;
    line-height: 1.2;
}

.tools ul li a img {
    max-width: 40px;
}

@media (min-width: 992px) {
    .tools ul li a img, .tools ul li a span {
        margin: auto 0;
    }
  
  .tools ul {
    margin-top: -0.25rem;
  }

    .tools ul li a span {
        margin-left: 10px;
    }
  
   .tools.aside li:nth-child(2) {
      padding-right: 0;
    }

    .tools.aside li:nth-child(3) {
      padding-left: 0;
    }
  
    .tools img.hover {
      display: none;
    }
  
 	 	.tools img.filaire {
      display: block;
    }
  
  	.tools li:hover img.hover {
      display: block;
    }

    .tools li:hover img.filaire {
      display: none; 
    }
}


/*--------------
    Grid 4 *
    ------------*/

.grid-block {
    width: 100%;
}

.grid-block li {
    position: relative;
}

.grid-block a {
    display: flex;
}


.grid-block a img, .grid-block a span {
    margin: auto 10px;
}




@media (min-width: 992px) {

    .grid-block li{
        position: relative;
        display: flex;
    }

    .grid-block a {
        margin: 0 auto;
    }

    .grid-block a img, .grid-block a span {
        margin: auto;
    }

    .grid-block a span {
        margin-left: 10px;
    }
  
  .grid-block li:first-child {
    padding-left: 0;
  }
  

  .grid-block li:last-child {
    padding-right: 0;
  }

}

@media (max-width: 991px) {
    .grid-block li a {
        padding: 10px;
    }
}



/*--------------
    Separator *
    ------------*/

.separator {
    margin: 40px 0 20px 0;
    width: 100%;
}

.separator>div {
    width: 150px;
    height: 2px;
    margin: auto;
    background-color: #cfc9c9;
}

.btn-bg {
  	-ms-max-width: 300px;
    max-width: max-content;
    margin: 30px 0;
}

.btn-bg a {
    text-transform: uppercase;
    color: white;
    font-family: MuktaBold;
    padding: 10px 40px;
    background: url('//theme.zdassets.com/theme_assets/303472/708a09302505b0dc913165b1a420bef247680165.jpg');
    font-size: 1.4rem;
  	border-radius: 3px;
}

.btn-bg a:hover {
  color: rgba(255, 195, 43, 1);
}

.msg-info {
    font-style: italic;
    font-size: 0.8rem;
    text-align: left;
}

/*--------------
    Security Block *
    ------------*/

.security-block {
  color: rgba(61, 55, 55, 1);
  position: relative;
}

.security-block:hover {
  color: rgba(61, 55, 55, 1);
}

.security-block:hover .security-hover {
  opacity: 0.1;
  transition: all 0.5s;
}

.security-hover {
  position: absolute;
  width: calc(100% - 10px);
  height: 100%;
	background-color: rgba(237, 70, 44, 1);
  opacity: 0;
}

.security-block>img {
  width: 100%;
  border-radius: 3px;
}

.security-block .security-name {
  text-align: center;
}

.security-block .security-name p {
  font-family: MuktaBold;
  padding: 0.5rem;
  background-color: rgba(237, 70, 44, 1);
  width: 70%;
  margin: auto;
  margin-top: -20px;
  z-index: 10;
  position: relative;
  color: white;
  border-radius: 3px;
}

.security-block .security-values {
   text-align: center;
   background-color: rgba(242, 242, 242, 1);
 	 margin-top: -18px;
   padding: 40px 0 20px 0;
   border-radius: 3px;
}

.security-block .security-values p {
  position: relative;
  margin: auto;
  width: max-content;  
  margin-bottom: 0.5rem;
  font-family: MuktaRegular;
  font-size: 0.9rem;
}

.security-block .security-values p::before {
  content: '';
  position: absolute;
  background-color: #212526;
  left: -10px;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 11px;
}

.security-block .security-values p::after {
  content: '';
  position: absolute;
  background-color: #212526;
  right: -10px;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 11px;
}

@media (min-width: 992px ) {
  
  .security-block:first-child {
    padding-left: 0 !important;
    padding-right: 10px !important;
  }

  .security-block:last-child {
    padding-right: 0 !important;
    padding-left: 10px !important;
  }
  
}

@media (max-width: 991px ) {
  
  .security-block:first-child {
    margin-bottom: 20px;
  }
  
}

/*--------------
    Link Forum Block *
    ------------*/	

.link-forum ul li {
  display: flex;
}


.link-forum.tools ul li a img {
  max-width: 100%;
  margin: auto;
}

.link-forum ul li a{
  position: relative;
  overflow: hidden;
}

.link-forum ul li a:hover {
  box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.21);
}

.link-forum ul li:hover a:after {
  content: "";
  background-color: rgba(237, 70, 44, 1);
  position: absolute;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  right: -15px;
  bottom: -15px;
}


/*--------------
    Replace Tag *
    ------------*/	
.replace-tag img {
  max-height: 26px;
  margin-right: 8px;
}


/*--------------
    Aside Bg *
    ------------*/	

.aside-image {
  overflow: hidden;
}

.aside-image .bg{
  background-image: url(//theme.zdassets.com/theme_assets/303472/4caaa2e119afdcda628de86576c371a84e5df01d.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  margin-top: 20px;
}

@media (max-width: 767px ) {
  .aside-image .bg {
    display: none;
  }
}


/*--------------
    Status Label *
    ------------*/	

.status-label {
  color: white;
  padding: 3px 5px;
  border-radius: 4px;
}

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

.status-label-answered {
  background-color: #7c4349;
}

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

/*--------------
   Notification *
   -------------*/

.api-notifications {
    width: 100%;
    margin-top: 10px;
}

.api-notifications .api-notification {
    text-align: left;
    background: rgba(242, 242, 242, 1);
    padding: 0;
    margin-top: 4px;
}

.api-notifications .api-notification .message{
    line-height:1.1em;
    color: rgba(61, 55, 55, 1);
    padding: 5px 0;
    padding-right:10px;
    font-size: 14px;
    position: relative;
    max-height: 45px;
    overflow: hidden;
}

.api-notifications .api-notification .message::before {
    content: " ";
    display: block;
    width: 100%;
    height: 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2f2f2+0,f2f2f2+100&0+15,1+100 */
    background: -moz-linear-gradient(top, rgba(242,242,242,0) 0%, rgba(242,242,242,0) 15%, rgba(242,242,242,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(242,242,242,0) 0%,rgba(242,242,242,0) 15%,rgba(242,242,242,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(242,242,242,0) 0%,rgba(242,242,242,0) 15%,rgba(242,242,242,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f2f2f2', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}

.api-notifications .api-notification .message.open{
    max-height: none;
}
.api-notifications .api-notification .message.open::before{
    display: none;
}

.api-notifications .api-notification .icon{
    background: red;
    height: 100%;
    width: 35px;
    margin-right:10px;
    background-position: center center;
    background-repeat: no-repeat;
}

.api-notifications .api-notification.red .icon {
    background-color : rgba(237, 70, 44, 1);
    background-image: url(//theme.zdassets.com/theme_assets/303472/f01341eb15e692525765b9ba69f7feab2c60f495.png);
}
.api-notifications .api-notification.orange .icon{
    background-color : #ffc107;
    background-image: url(//theme.zdassets.com/theme_assets/303472/f01341eb15e692525765b9ba69f7feab2c60f495.png);
}
.api-notifications .api-notification.green .icon{
    background-color : #28a745;
    background-image: url(//theme.zdassets.com/theme_assets/303472/a95e69030e7f7fd96003ea3fde6bcb71be82cf77.png);
}
.api-notifications .api-notification.blue .icon{
    background-color : #17a2b8;
    background-image: url(//theme.zdassets.com/theme_assets/303472/adc66d2cf3bc4fcbd3c71d224bbe20526306258c.png);
}

.api-notifications .api-notification  .notification-button {
    position: relative;
    height: 100%;
    margin-left: 20px;
}

.api-notifications .api-notification .notification-button::before {
    content: " ";
    display: block;
    width: 6px;
    height: 100%;
    position:absolute;
    top:0;
    left:0;
    transition-property: width;
    transition-duration: .5s;
    z-index: 0
}

.api-notifications .api-notification.red .notification-button::before {
    background-color : rgba(237, 70, 44, 1);
}
.api-notifications .api-notification.orange .notification-button::before{
    background-color : #ffc107;
}
.api-notifications .api-notification.green .notification-button::before{
    background-color : #28a745;
}
.api-notifications .api-notification.blue .notification-button::before{
    background-color : #17a2b8;
}

.api-notifications .api-notification .notification-button a {
    position: relative;
    z-index: 1;
    color: rgba(61, 55, 55, 1);
    text-transform: uppercase;
    font-size: 12px;
    padding: 3px 20px;
    font-weight: bold;
    letter-spacing: 1px;
}

.api-notifications .api-notification .notification-button:hover a {
    color : rgba(237, 70, 44, 1);
}

@media (min-width: 1024px) {
    .api-notifications .api-notification .message{
        height: auto;
    }
}