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

html {
  overflow-x:hidden;
}


body {
  background-color: #0B43A0 
  color: rgba(20, 20, 20, 1);
  font-family: Karla, Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  letter-spacing:-0.35px;
}

b, strong {
  font-weight:600!important;
}

small {
  display: inline-block;
  font-size: 0.875rem;
}

@media (min-width: 1024px) {
  body > main {
    min-height: 65vh;
    position: relative;
  }
}
 
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Karla, Lato, sans-serif;
  font-weight: 700;
  margin-top: 0;
}
lh {
	font-family: Lato,Karla, sans-serif;
	font-weight: 600;
  line-height: 1.2;}

h1 {
  font-size: 32px;
  line-height:34px;
}

h2 {
  font-size: 22px;
  line-height:24px;
}

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

h4 {
  font-size: 16px;
  line-height:18px;
}



 a {
  color:#0645AD;
  text-decoration:none; 
  
}



a:hover,
a:active,
a:focus {
  text-decoration: underline;
  color:#0645AD;
  
}

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

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

input:focus {
  border: 1px solid rgba(255, 80, 80, 1);
}

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(//theme.zdassets.com/theme_assets/9101739/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 rgba(255, 80, 80, 1);
}

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 rgba(255, 80, 80, 1);
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 8%;
}

.community-container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 15px;
}

.show {
  max-height:none!important;
}

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

.container-divider {
  border-top: 1px solid #fff;
  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 {
  background: none;
  border: 0;
  padding: 0;
  text-align: initial;
  letter-spacing:-0.35px;
}

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

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

.contactus{
  background-color:#0B43A0;
  border-radius: 20px;
}

@media(max-width:550px){
.contactus{
  width:80%;
  margin: 0 8%;
}
}

.contactustexth3{
  justify-content: center;
  font-size:18px;
    padding-bottom:10px;
  line-height:30px;
    text-align:center;
margin-bottom:15px;
    font-weight: 400;
   color: #FFFFFF;
  opacity: 100%;
}
  
.contactustexth4{
  font-size: 30px;
  letter-spacing: 1.5;
  line-height:50px;
  font-weight: 500;
  color: #FFFFFF;
  padding-top: 30px;
  margin-bottom:;
}
  
@media (max-width: 550px){
  .contactustexth3{
  justify-content: center;
  font-size:12px;
margin: 0 10% 0 10%;
    padding-bottom:10px;
  line-height:20px;
    text-align:center;
    font-weight: 300;
   color: #FFFFFF;
  opacity: 100%;
    padding-bottom:5%;
}
  
.contactustexth4{
  font-size: 30px;
  line-height:25px;
  font-weight: 400;
  color: #FFFFFF;
  padding-top: 40px;
  margin: 0 5% 0 5%;
  padding-bottom:20px;
  line-height:35px;
}
  
  
}

/***** Buttons *****/



@media (min-width: 768px) {
  .button-large {
    width: auto;
    font-size:13px;
  }
  .button{
    font-size:13px;
  }
}


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

/* .article-vote-up {
  background-color: ##0B43A0;
} */




.button::after,
[role="button"]::after {
  color: rgba(255, 80, 80, 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"] {
-webkit-box-shadow: 2px 10px 59px -17px rgba(56,42,42,0.38);
-moz-box-shadow: 2px 10px 59px -17px rgba(56,42,42,0.38);
box-shadow: 2px 10px 59px -17px rgba(56,42,42,0.38);
  background-color: #fff;
}

.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: #808080 ;
  border-color: #808080 ;
}

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

.button-large,
input[type="submit"] {
  background-color: #FFFFFF;
  border: 0;
  border-radius: 8px;
  color: #10ACFC;
  font-size: 98%;
  font-weight: 600;
  min-width: 150px;
  width: 20%;
  box-shadow: 0px 15px 20px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 15px 20px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 15px 20px rgba(0,0,0,0.15);
}





 #zd-edit-post .button,
 #zd-edit-post [role="button"] {
  padding:0px;
}

._0fbb26fb3d38a2dd38c8924df177e0b5-css {
  padding:0px;
}




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

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

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

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

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

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

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

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

.table tr {
  border-bottom: 1px solid #ddd;
  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;
}

.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 rgba(255, 80, 80, 1);
}

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

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

.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 rgba(255, 80, 80, 1);
  text-decoration: none;
}

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid rgba(255, 80, 80, 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: 1%;
}

.form-field .optional {
  color: #474747;
  margin-left: 4px;
}

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

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

label[for="request_anonymous_requester_email"]{
    visibility: hidden;
    position: relative;
}
label[for="request_anonymous_requester_email"]:before{
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    content:'User Email Address';
}
label[for="request_anonymous_requester_email"]:after{
    visibility: visible;
    position: absolute;
    left: 145px;
}

.form-field label {
  font-size:18px;
}

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

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

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

.bannerimg{
	background-image: url(/hc/theming_assets/01HZP8J8PCPYK0XN14VXWAQAR2);
	background-repeat: no-repeat;
  background-position: center top;
  width:1800px;
  height: 800px;
}

.nav-bar {
  width: 100%;
  position: scroll;
  z-index: 99;
  background:#FFF;
  top: 0;
  transition: top 0.5s ease-in-out;
}

.header {
  /*  position: relative;
	width: 100%;
  max-width: 1160px;
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: flex;
	height: 70px;
	-webkit-box-pack: justify;
	justify-content: space-between;
	z-index: 3;
	padding: 0 5%;*/
      
    margin: 0 auto;
    padding: 0 3%;
    position: relative;
    align-items: center;
    display: flex;
    height: 72px;
    justify-content: space-between;
    z-index: 999;
	background-color:#0B43A0;
}

@media(max-width:768px){
  .header{
    justify-content: center;
  }
}

.contactuspadding{
    margin-right:px;
  }



.header a {
	font-weight: 600;
	color: #fff;
}

.header a:hover,
.header a:focus,
.header a:active {
	background-color: transparent;
	color: #e0e0e0;
	fill: #021431;
	stroke:#021431;
	text-decoration: none
}

.headerbuttons{
  display:flex;
  align-items: center;
  width:100%;
  max-width:1300px;
  margin: 0 auto;
  
}

.headerright{
  display:flex;
  width:100%;
  justify-content: flex-end;
  align-items:center;
}

.header-logo-wrapper {
	display: flex;
	align-items: center;
  width:100%;
  
}

.header-logo-image {
	display: flex;
}

.evoko-logo-fav {
	display: none
}

@media(max-width: 768px) {
	.evoko-logo-fav {
		display: inline;
		max-height: 30px;
		max-width: 30px
	}
}

.evoko-logo-full {
	display: inline
}

.imghover:hover{
   opacity: .75;
}


@media(max-width: 550px) {
	.evoko-logo-full {
		display:none;
	}
  .headerright{
    justify-content:center;
  }
}

.header-logo-title {
	display: inline-block;
	font-size: 20px;
	border-left: 1px solid #fff;
	padding-left: 10px;
	margin-left: 10px
}

.headerlogo{
 padding-right:12px;
 padding-top:5px;
  
}
  
  
#Prizeoutlogo{
  margin-right:%;
}
#Home{
  margin-right:4%;padding-top:3px;
  
}

#Contactus{
  margin-right:4%;
}

#Login{
  margin-right:%;
}

  
@media(max-width: 550px) {
#Prizeoutlogo{
}
#Home{
  margin-right:35%;padding-top:3px;
}
#Contactus{
  margin-right:5%;
}
#Login{
  margin-right:%;
}
}
  
.user-nav {
	display: inline-block;
	/*position: absolute;*/
	white-space: nowrap
}

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

.user-nav a {
	margin: 0 20px 0 0
}

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

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

.submit-a-request::before,
.login::before,
.community-link::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right: 4px
}

.submit-a-request::before {
	content: 
}

.login::before {
	content: ""
}

.community-link::before {
	content: ""
}

.nav-wrapper {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center
}

.nav-wrapper a {
	border: 0;
	color: #fff;
	/*display: none;*/
	width: auto
}

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

[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: #0645AD;
	text-decoration: none
}

.nav-wrapper a.login {
	display: inline-block;
	font-size: 16px;
	padding: 0px
}

.nav-wrapper .icon-menu {
	border: 0;
	color: #1eb1fa;
	cursor: pointer;
	display: none;
	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: #1eb1fa
}

.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: #fff;
	min-width: 0;
	padding: 0;
	white-space: nowrap;
	-webkit-transition: none;
	transition: none
}

.user-info>[role=button]::after {
	color: #fff;
	margin-top: 4px;
	margin-left: -2px;
	font-weight: 600
}

.user-info>[role=button]:hover,
.user-info>[role=button]:focus,
.user-info>[role=button]:hover::after,
.user-info>[role=button]:focus::after {
	color: #1eb1fa;
	background-color: transparent
}

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

.dropdown-menu a {
	font-weight: 400
}

#user #user-name {
	display: none;
	font-size: 16px;
	font-weight: 600
}

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

#user #user-name:hover {
	text-decoration: none
}

.user-avatar {
	height: 30px;
	width: 30px;
	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: #1eb1fa;
	border: 2px solid #fff;
	border-radius: 50%;
	bottom: -4px;
	color: #fff;
	content: "👤";
	font-size: 14px;
	height: 14px;
	line-height: 14px;
	position: absolute;
	right: -2px;
	text-align: center;
	width: 14px
}

/***** Footer *****/







.footer_header{
      font-weight: 600;
    margin-bottom: 0.75rem;
    display: inline-block;
}

.footer_item{
  list-style-type: none;
    font-size: 0.6rem;
    line-height: 1.3;
    margin-bottom: 0.5rem;
  
}

.footer-text-small{
  font-size: 0.82rem;
  font-weight:600;
  line-height:2px;
  
}
.inner.--small {
  padding: 1rem 2rem;}



.divider {
    background-color: #E5E7EA;
    width: 100%;
    height: 1px;
    margin: 0;
  border: 0;}

.inner.--small {
    padding: 1rem 2rem;
}



small {
    display: inline-block;
    font-size: 0.75rem;
  letter-spacing:.3px;
}


.inner {
    width: 100%;
    max-width: 1220px;
    padding: 4rem 2rem;
    margin: 0 auto;
}



.grid {
    display: grid;
    align-items: center;
    justify-items: stretch;
    width: 98%;
    gap: 0;
}


.grid__item {
  position: relative;
  height: auto;
}

.grid.--footer {
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease-out;
    grid-template-columns: 1fr 63% 1fr;
    gap: 1.5rem;
  align-items: start;}

.grid.--footer .grid.--threeCol {
    align-items: start;
  justify-items: left;}

.grid.--threeCol {
  grid-template-columns: repeat(3, 1fr);}
  
  .grid__item.--justifyEnd {
    justify-self: end;}





.footer {
	background-color: #021431;
  color: #FFFFFF;
  margin-top: 5rem;
  
}

.innerfootersmall {
    padding: .55rem 2rem;
  margin: 0 24%;
}

.footer .inner {
  padding:2rem;
  ;
}
@media only screen and (max-width: 960px) {
  .footer .inner {
    max-width: 100%;
  }
}
.footer__list * {
  color: #FFFFFF;
}
.footer__header {
  font-weight: 600;
  margin-bottom: 0.75rem;
  display: inline-block;
}
.footer__item a {
  color: #FFFFFF;
}
.footer__item a:hover {
  color: #FFFFFF;
}
.footer__icon-wrapper {
  display: inline-flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-left: 0.25rem;
}
.footer__icon-wrapper > a {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease-out;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  border: 2px solid #021431;
  border-radius: 50%;
}
.footer__icon-wrapper > a:hover {
  background-color: #021431;
  border-color: #FFFFFF;
  text-decoration: none;
}
.footer__icon-wrapper > a:hover .footer__icon {
  color: #FFFFFF;
}
.footer__icon {
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: color;
  transition-timing-function: ease-out;
  font-size: 0.875rem;
  margin-top: 2px;
  color: #021431;
}
.footer__icon.fa-instagram {
}
.footer__logo-wrapper {
  display: block;
}
.footer__logo {
  max-width: 125px;
  width: 100%;
  height: auto;
}
.form {
  width: 100%;}


/******Footer Small*******/
@media(max-width:960px){
  .grid.--footer {
    gap: 1.5rem;
    grid-template-columns:1fr;
  }
  .grid.--footer .grid.--threeCol {
    grid-template-columns:1fr;
    align-items: start;
  gap: 1.5rem;}
  .grid__item.--justifyEnd {
    justify-self: start;}
  
  .innerfootersmall {
    padding: .55rem 2rem;
    margin: 0 24% 0 0;
  }}














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

.breadcrumbs a {
  color: #141414;
  border-bottom: 1px solid black;
}

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

.breadcrumbs li {
  color: #141414;
  display: inline;
  font-weight: 400;
  font-size: 18px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs li a:hover {
  color: #0645AD!important;
  text-decoration:none;
  border-bottom: 1px solid #0645AD;
}

.breadcrumbs li a:active {
  color: #ff5050!important;
  text-decoration:none;
  border-bottom: 1px solid #ff5050;
}


.breadcrumbs li a {
  color: #141414!important;
  text-decoration:none;
  border-bottom: 1px solid #141414;
  
}


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

.breadcrumbs li a:visited {
  color: #141414;
}

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

.search {
  position: relative;
  
}

.search input[type="search"] {
  border-top:1px solid #FFF;
  border-left:1px solid #FFF;
  border-right:1px solid #FFF;
  border-radius:0px;
  border-bottom: 1px solid #141414;
  box-sizing: border-box;
  color: #999;
  height: 35px;
  padding-left: 25px;
  padding-right: 20px;
  -webkit-appearance: none;
  width: 60%;
  font-weight: 200;
  font-size: 16px;
  background: #FFF!important;
    justify-content: center;
  margin-left:20%;

}

.search1 input[type="search"] {
  border-top:1px solid #FFF;
  border-left:1px solid #FFF;
  border-right:1px solid #FFF;
  border-radius:8px;
  border-bottom: 2px solid #ffffff;
  box-sizing: border-box;
  color: #999;
  height: 35px;
  padding-left: 30px;
  padding-right: 20px;
  -webkit-appearance: none;
  width: 100%;
  font-weight: 200;
  font-size: 16px;
  background: #FFF!important;
}
  
.community-sub-nav .search input[type="search"] {
  border-radius:50px;
  border-bottom: 0px;
  box-sizing: border-box;
  color: #999;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-appearance: none;
  width: 60%;
  font-weight: 400;
  font-size: 22px;
  background: #FFF!important;
  padding-bottom:20px;
}

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

.search1 input[type="search"]:focus {
  color: #555;
}

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

.search input[type="search"]:focus {
  color: #555;
}

.search::before {
  position: relative;
  transform: translateY(+80%);
  color: #9c9c9c;
  content: "\1F50D";
  font-size: 15px;
  font-weight:100;
  position: absolute;
  padding-left:1%;
  margin-left:20%;
  
}

.search1::before {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: #9c9c9c;
  content: "\1F50D";
  font-size: 15px;
  font-weight:100;
  position: absolute;
  padding-left:1%;
}

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

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



/***** Hero component *****/
.hero { 
  background-position: center;
  background-size: cover;
  height: auto;
  padding: 0 0;
  width: 100%;
  max-height: 400px;
background: #0B43A0;
  display:flex;
  justify-content: space-between;
    align-items: flex-end;
    text-align:center;
}

.inner-header{
text-align: center;
}

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

.hero-inner-right {
  padding-top: 230px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 1300px;
  margin: 0 21% 0 0;
} 

@media (min-width: 1700px){
  .hero-inner-right{
    margin:  0 30% 0 0;
  }
}
@media (max-width: 1000px){
  .hero-inner-right{
    padding-right:0px;
     padding-top:100px;
    margin-top: 20%  
  }
}

.hero-inner-img {
 max-height:499px;
} 

@media (max-width: 1090px){
.hero-inner-img {
  display: none;
  }
.hero{
  justify-content: center; 
  }
  .hero-inner-right{
    margin:0;
  }
}


    


.hero-inner-search {
	max-width: 1000px;
	margin: 0 auto;
  text-align: center;
border-radius:8px;
  width:30%;}

  .hero_banner_img{
  
    max-height: 500px;
    background-size: contain;
    padding-top:100px;
  }
  
  


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

.hero-inner-community {
  padding-top: 200px;
  position: relative;
  top: 30%;
  transform: translateY(-50%);
  max-width: 1145px;
  margin: 0 auto 25px auto;
}

.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;
  }
  .hero-inner {
    transform: translateY(-30%);
  }
  
}

@media (max-width: 768px) {
  .logo img {
  max-height: 30px;
}
  
  .nav-wrapper a {
   font-size:16px;
   font-weight:600;
   color:#FFFFFF; 
   margin-right:10px; 
    font-family: Lato, Karla, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  }

  
  
  .hero-inner {
    transform: translateY(-30%);
  }
}

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

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

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

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

@media (min-width: 1024px) {
  .page-header-description {
    flex-basis: 100%;
  }
}
}
.custom_h3_head {
  font-size:30px;
  padding-top:80px;
  line-height:40px;
  text-decoration: none;
  text-align:left;
  
}
.page-header .icon-lock::before {
  content: "\1F512";
  font-size: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.sub-nav {
  flex-direction: column;
  justify-content: space-between;
  padding-top:3%;
/*  margin-bottom: 30px;
   display: flex;
  min-height: 50px;
  padding-bottom: 15px;*/
}



.community-sub-nav-background {
  background:#212121;
  padding: 20px 0px;
  margin-bottom: 50px;
}

.community-sub-nav-container {
  max-width:1325px; 
  margin:auto;
  padding: 0 5%;
}

.community-sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 50px;
  background:#212121;
}

.community-sub-nav .breadcrumbs {
      margin: 0px 0 18px 0;
}

.community-sub-nav .breadcrumbs li {
  color:#fff;
}

.community-sub-nav .breadcrumbs li a {
  color:#fff!important;
  border-bottom: 1px solid #fff;
}

.community-sub-nav .breadcrumbs li a:hover {
  color:#ff5050!important;
  border-bottom: 1px solid #ff5050;
}

@media (min-width: 768px) {
  .sub-nav {
    align-items: baseline;
    flex-direction: row;
    padding-top:3%;
    padding-bottom:2%;
  }
  
  }

.blocks-item:hover,
.blocks-item:focus,
.blocks-item:active {
-webkit-box-shadow: 2px 10px 59px -17px rgba(56,42,42,0.38);
-moz-box-shadow: 2px 10px 59px -17px rgba(56,42,42,0.38);
box-shadow: 2px 10px 59px -17px rgba(56,42,42,0.38);
  background-color: #fff;
}
  
   .community-sub-nav  {
    align-items: baseline;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .sub-nav input[type="search"] {
    min-width: 300px;
  }
    .community-sub-nav input[type="search"] {
    min-width: 300px;
    border-radius: 50px;
    border-bottom: 0px;
    padding-left: 20px;
  }
}

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

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

.community-header {
  margin: 40px 0;
}


.custom_h1_head {
  color: #141414;
  font-size: 3em;
  line-height:110%;
  font-weight: 700;
  margin-bottom:0px;
  letter-spacing:-1px;
}



.category_h1_head {
  color: #141414;
  font-size: 72px;
  line-height:74px;
  font-weight: 700;
  margin-bottom:50px;
  letter-spacing:-2.5px;
}
.custom_h3_head {
  font-size:30px;
  padding-top:30px;
  line-height:40px;
  text-align: left;
  text-decoration: none;
  padding-left:0;

  
}

.custom_h5_head {
  font-size:30px;
  padding-top:80px;
  line-height:40px;
  text-align: center;
  text-decoration: none;

}



/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */

.community-cta-wrapper {
  margin: 15px 40px;
  padding:2%;
  background:#f9dfd0;
  border: solid 1px black;

}

.community-cta-row {
  width:100%;
  background:#f9dfd0;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

 .c-graphic {
   max-width:200px; 
   margin:auto; 
    text-align:center;
  }


.community-c-column {
  width:20%;
  float:left;
  text-align:center;
  background:#f9dfd0;
}

.vert-text-container {
  vertical-align: middle;
  max-width: 90%;
  line-height: 26px;
  padding-top: 22px;
  color: rgb(80, 80, 80);
}

  .vert-text-container p{
      font-size: 20px;
  }
.community-cta-column  {
  width:80%;
  float:left;
  background:#f9dfd0;
}


.blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  list-style: none;
  padding-bottom:100px;
  padding-left:0;
  width:100%;
  
}

@media(max-width:768px){
  .blocks-list{
    justify-content:left;
    
  }
}

.blocks {
	/*max-width: 850px;
  margin: 0 auto;*/
	width: 100%;
  justify-content: center;
}



.blocks-item {
 /*  
  
flex: 1 0 28%;
margin: 20px 5px;
max-width: 28%;
border-radius: 4px;
border: 1px solid #021431;
box-sizing: border-box;
color: #fff;
background-color: #fff;
display: -webkit-box;
display: flex;
flex-direction: column;
justify-content: center;
margin: 2%;
   padding: 5px 10px;
    max-width: 28%;
    text-align: center;
}

flex: 1 0 28%;
    flex-direction: column;
    justify-content: center;
    margin: 2%;
    max-width: 28%;
    text-align: center;


*/

   box-sizing: border-box;
    color: #fbfbfb;
    display: flex;
    flex: 1 0 28%;
    flex-direction: column;
    justify-content: center;
    margin: 2% 2%;
    max-width: 33%;
    text-align: center;
    background-color: #FFF;
    border: 2px solid #e1e1e1;
    border-radius: 10px;

}

@media (max-width: 768px) {
  .blocks-item {
   flex: 1 0 350px;
    margin: 20px 0;
    max-width: 80%;
}
.hero-inner-right{
padding-top:100px;
  }
}
.blocks-item:hover,
.blocks-item:focus,
.blocks-item:active {
-webkit-box-shadow: 2px 10px 59px -17px rgba(56,42,42,0.38);
-moz-box-shadow: 2px 10px 59px -17px rgba(56,42,42,0.38);
box-shadow: 2px 10px 59px -17px rgba(56,42,42,0.38);
  background-color: #fff;
}

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

.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}<hr style="border:1px solid #000000;opacity:.5">

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

.blocks-item-internal a {
  color: rgba(20, 20, 20, 1);
}

.blocks-img{
  display:flex;
   height: 15%;
  width:15%;
  margin: 10px 0;
  text-align: left;
  
}

.blocks-item-link {
  color: #0645AD;
 
}

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

.img-block-align{
  display:flex;
  align-items: center;
  text-align:left;
  padding: 10px 0 10px 22px;
}

.blocks-item-title {
/*  margin-bottom: 18px;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.35px;
  margin-left: 20%;
  margin-right:20%;*/
  display:flex;
    margin:auto 0;
    font-size: 18px;
    font-weight: 600;
    color: #141414;
    letter-spacing: -0.35px;
  text-align: left;
  padding-left: 15px;
  font-family: Karla,Lato,Arial, sans-serif;
  
}

.blocks-item-description {
  font-family:Lato, Karla,sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #141414;
  margin: 0;
  display:none;
}

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

.block-item-image {
  position: relative;
  background-color: white;
  margin: auto;
}

.read-more-btn {
  width: 90%;
  height: 50px;
  font-weight: 700;
  font-size: 18px;
  border-radius: 25px;
  color: white;
  background: #fe6c61;
  border: none;
  outline: none;
}

/***** Homepage *****/


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

@media (min-width: 768px) {
  /*.categories {
  padding-top: 40px!important;
}
  
  .section {
    margin-bottom: 40px;
  }*/
}

.section h2 {
  margin-bottom: 0;
  
  text-align: center;
}

/***** Promoted articles *****/

.articles {
    /*display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  margin-top: 8%;
}*/
    display: flex;
  padding-bottom: 20px;

    
}

.brief-article-intro{
  
  width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 2z
  /*  padding-top: 25px;
    margin-top: 60px;*/
}

.brief-intro-title{
  
  text-align: center;
    margin: 0 auto 0 auto;
    width: 100%;
}

.brief-article-container{
    columns: 300px 2;
  padding-left:2% ;
}


.promoted-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;

}

@media (min-width: 400px) {
  .promoted-articles {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;    
  }
}

@media (min-width: 1024px) {
.promoted-article-category{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #0B43A0;
    letter-spacing: 1px;
  	padding-left: 25px;
  }}

.promoted-article-title{
    text-transform: none;
    font-size: 20px;
    padding-top: 5px;
    font-weight: 600;
    color: #194DA5;
    letter-spacing: -0.35px;
  
  
   
}

.promoted-article-title a:hover, .promoted-article-title a:active, .promoted-article-title a:focus {
text-decoration:underline;
}

.promoted-article-body{

  text-decoration: none;
  padding-top: 10px;
  padding-bottom:10px;
}


  .promoted-articles-item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    flex: 2;
    /* flex: 1 0 auto;
      width: 50%
    padding-right: 30px;
     align-self: flex-end;
     margin-bottom:30px;
    width: 50%;*/
    /* Three columns on desktop */
  }
  [dir="rtl"] .promoted-articles-item {
    padding: 0 0 0 30px;
  }



.promoted-articles-item a {
  display: flex;
  display: block;
  padding-top: 0px; 
  padding-left: 25px; 
  padding-right: 25px; 
  padding-bottom: 20px; 
  color: rgba(20, 20, 20, 1);
  font-size:17px;
  width: 100%;
  white-space: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.promoted-articles-item a:hover, .promoted-articles-item a:active, .promoted-articles-item a:focus {
text-decoration:none;
}


.promoted-articles-item:nth-child(1) a {
 background: #ffffff;
}

.promoted-articles-item:nth-child(1) a:hover, .promoted-articles-item:nth-child(1) a:active, .promoted-articles-item:nth-child(1) a:focus  {
 background: #ffffff;
}

.promoted-articles-item:nth-child(2) a{
 background: #ffffff;
}

.promoted-articles-item:nth-child(2) a:hover,.promoted-articles-item:nth-child(2) a:active, .promoted-articles-item:nth-child(2) a:focus{
 background: #ffffff;
}


.promoted-articles-item:nth-child(3) a {
 background: #ffffff;
}

.promoted-articles-item:nth-child(3) a:hover, .promoted-articles-item:nth-child(3) a:active, .promoted-articles-item:nth-child(3) a:focus {
 background: #ffffff;
}

.promoted-articles-item:nth-child(4) a {
 background: #ffffff;
}

.promoted-articles-item:nth-child(4) a:hover, .promoted-articles-item:nth-child(4) a:active, .promoted-articles-item:nth-child(4) a:focus {
 background: #ffffff;
  
}

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

.promoted-articles-item:last-child a {
  border: none!important;
}
/*
@media (min-width: 1024px) {
  .promoted-articles-item:last-child a {
    border-bottom: 1px solid #ddd;
  }
}*/









@media (max-width: 768px) {
  
.community-cta-wrapper {
  margin: 15px 0px;
  background:#f9dfd0;
  border: solid 1px black;
  padding:25px 15px 35px 15px;
}

  .promoted-article-category{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #0B43A0;
    letter-spacing: 1px;
}
}


.promoted-article-body{
  text-decoration: none;
}
}
  
  
.community-cta-row {
  width:100%;
  background:#f9dfd0;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
  
  .c-graphic {
   max-width:200px; 
   margin:auto; 
   text-align:center;
  }

.community-c-column {
  width:100%;
  text-align:center;
  background:#f9dfd0;
}

.vert-text-container {
  vertical-align: middle;
  height:auto;
  max-width: 90%;
  line-height: 22px;
  font-size:17px;
  padding-top: 0px;
  text-align:center;
  margin:auto;
}
  
  .vert-text-container p {
      font-size:17px;
    line-height: 24px;
  }

.community-cta-column  {
  width:100%;
  background:#f9dfd0;
}
  
  

  @media (max-width: 768px) {
  
.promoted-article-title{
    text-transform: none;
    font-size: 20px;
    font-weight: 500;
    color: #194DA5;
    letter-spacing: -0.35px;
  padding-left:2%
    width:90%;
  ;}
    
    .articles{
      padding-bottom:20px;
    }
    
    .brief-article-intro {
      width: 100%;}
    .hero-inner-search{
    width:70%;
  }
    
    .breadcrumbs li{
      font-size:15px;
    }
}

  
  .hero-inner {
    transform: translateY(-30%);
  }
  
  .custom_h1_head {
  color: #141414;
  font-size: 48px;
  line-height:62px;
  font-weight: 700;
  margin-bottom:0px;
  letter-spacing:-0.5px;

    

}
  
  .category_h1_head {
  color: #141414;
  font-size: 46px;
  line-height:46px;
  font-weight: 700;
  margin-bottom:50px;
  letter-spacing:-0.5px;
}
  
  .custom_h3_head {
  justify-content: center;
  font-size:26px;
  padding-top:30px;
    padding-bottom:5px;
  line-height:40px;
    text-align:left;
    font-weight: 600;
    padding-left:2%;
  
}
  


  .custom_h4_head {
  font-size: 35px;
  line-height:20px;
  font-weight: 400;
  color: #FFFFFF;
}

@media (max-width: 768px){
  .custom_h4_head {
    font-size:25px;}
  .custom_h3_head{
    padding-left:0;
  }
  
  
  .categories {
  padding-left:8%;
}
  
 
}
  
  .submit-a-request {
  border: 0;
  color: #ffffff;
  font-size: 17px;
  padding: 8px 16px 7px 16px;
  width: auto;
/*  background-color: #141414;*/
  border-radius:50px;
  margin-right:5px;
}
  

  
  
  
  .hero-inner {
       padding-top: 150px; 
    display: flex;
  }
  
 

  
}

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

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



.community,
.activity {
  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(20, 20, 20, 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: 20px;
  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: #474747;
  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(255, 80, 80, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 15px;
  padding-right: 3px;
  vertical-align: middle;
  font-family: 'DIN NEXT LT PRO'!important;
}

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

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

.recent-activity-controls a {
  font-size:20px;
}


/***** Category pages *****/
.side-nav {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.side-nav-item {
  font-weight: 600;
  line-height: 24px;
  padding: 1px 0;
  margin-bottom: 12px;
  border-radius: 4px;
  text-transform: lowercase;
}

.side-nav-item a {
  padding: 11px 0 8px 20px;
  line-height: 1.2;
  font-size: 22px;
  color: #141414;
  display: inline-block;
  text-transform: lowercase;
  letter-spacing:-0.4px;
}

.side-nav-item a:first-letter {
   text-transform: uppercase; 
  
}

.side-nav-item a:hover {
  text-decoration: none;
  text-transform: lowercase;
  color:#141414;
  text-decoration:underline;
}

.category-container {
  ;
  display: flex;
  justify-content: space-between;
}

.light-logo {
  display:none;
}



@media (max-width: 768px) {
  .category-side-nav {
    min-height: 1050px !important;
  }

}

.category-content {
  flex: 2;
}

.category-side-nav {
  flex: 1;
  min-height: 1300px;
}

@media (min-width: 1024px) {
}

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

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

.section-tree .section {
  flex: initial;
  width: 90%;
}

@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;
  font-size: 28px;
  letter-spacing: -0.35px;
  margin-bottom: 15px;
  padding: 0px
  letter-spacing: -0.5px;
}

.section-tree-title a {
  color: rgba(20, 20, 20, 1);
  font-weight: 700;
  /*background-image: linear-gradient( to bottom, transparent, transparent 55%, #f599ff 55%, #f181ff 86%, transparent 86%, transparent )*/
}

.section-tree .see-all-articles {
  display: block;
  padding: 15px 0;
  font-size:18px; 
  font-weight: 600;
  letter-spacing:-0.35px;
}

/* .article-list-item a::before {
  content: "\f0eb";
} */
.separator {
  background-color: #fff;
  height: 2px;
  position: relative;
  display: block;
  margin: 4px 0 15px;
  text-align: left;
  border-top:none;
}

.article-list-item {
  font-size: 14px;
  padding: 25px 0;
  font-weight: 500;
  display: block;
  border-bottom: 1px solid #141414;
    margin-bottom: 40px;
    padding-bottom: 35px;
}

.article-list-item a {
  color: #141414;
  width: 100%;
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: -0.25px;
}

.article-list-excerpt {
  color: #141414;
}

.article-list-excerpt:hover {
  color: #141414;
}

.article-list-excerpt a:hover {
  color: #0645AD;
}

.article-list-item a:hover {
  text-decoration: none;
  color: #0645AD;
  text-decoration: underline;
}

.article-list-item:hover {
  color: #0645AD;
}

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

.icon-star::before {
  color: rgba(255, 80, 80, 1);
  font-size: 18px;
  display:none;
}

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

.section-content {
  flex: 1;
}

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

.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: 768px) {
  .article {
    flex: 1 0 66%;
    max-width: 66%;
    padding-left: 15px;
  }
}

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

@media (min-width: 768px){
  .article-container {
  display: flex;
  flex-direction: column;}
}
@media (min-width: 830px) {
  .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: 20px;
  margin-top: 20px;
}

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

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

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

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

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

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

.article-body a:visited {
  color: #0645AD;
}

.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: #474747;
  font-style: italic;
  padding: 0 15px;
}

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

.article-content {
  line-height: 1.6;
  margin: 0 0;
  word-wrap: break-word;
  font-size: 1 em;
}

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

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

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

.article-comment-count .icon-comments {
  color: rgba(255, 80, 80, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

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

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

.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 50%;
  min-width: 50%;
  overflow-wrap: break-word;
  margin-right: 0;
}

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

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

.article-votes {
  border: none !important;
  padding: 30px 0;
  text-align: center;
}

.article-vote {
  font-size: 14px;
  font-weight: 400;
  border: none;
  /* color: rgba(255, 80, 80, 1); */
  margin: 20px 5px;
  min-width: 90px;
  width: auto;
}
.article-vote-up {
  background:#FFFFFF;
  border: 2px solid #00A7FF;
  color: #000000 !important;
}

.article-vote-up::after {
  color: #000000 !important;
}
.article-vote-down {
  background: #FFFFFF;
  border: 2px solid #F2675B;
  color: #000000 !important;
}
.article-vote-down::after {
  color: #000000 !important;
}

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

[dir="rtl"] .article-vote::before {
  margin-right: 0;
  margin-left: 10px;
}

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

.article-vote:focus,
.article-vote:active {
  background-color: transparent;
  color: rgba(255, 80, 80, 1);
}

.article-vote-up:hover {
  background-color: #AAD9FD;
}

.article-vote-down:hover {
  background-color: #ffd4d1;
}

/* .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: rgba(20, 20, 20, 1);
  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: rgba(255, 80, 80, 1);
  color: #FFFFFF;
  text-decoration: none;
}

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

.sidenav-title {
  font-size: 15px;
  position: relative;
}

.sidenav-item {
  border-radius: 4px;
  color: rgba(20, 20, 20, 1);
  display: block;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 5px;
  margin-right: 20px;
  max-width:200px;
}

.sidenav-item.current-article,
.sidenav-item:hover {
  background-color: #344a561f;
  color: #000;
  text-decoration: none;
  width: 90%;
}

.recent-articles {
  margin-top:10%;
}

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

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

.recent-articles ul li a,
.related-articles ul li a {
  font-size:18px;
  color:#141414;
}

.recent-articles ul li a:hover,
.related-articles ul li a:hover {
  font-size:18px;
  color:#141414;
}



/***** 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(20, 20, 20, 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: #474747;
}

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

.share li,
.share a {
  display: inline-block;
  width: 40px;
  height: 40px;
}

.share li {
  margin-left: 14px;
  transform: translateX(-25%);
}

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

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

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

.share a:hover::before {
  color: rgba(255, 80, 80, 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: #474747;
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0;
}

.comment-callout a {
  color: rgba(255, 80, 80, 1);
}

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

.comment-sorter .dropdown-toggle {
  color: #474747;
  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 rgb(255 233 233);
    padding: 40px 20px 20px;
    background: #fff1f1;
}

@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 {
  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(255, 80, 80, 1);
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  font-family: "DIN Next LT Pro";
  line-height: 1.6;
  overflow-x: auto;
  font-size:18px;
}

.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: #e90000;
}

.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: #474747;
  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: #474747;
  display: block;
  margin: 10px 0 3px 0;
}

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

.vote-up:hover::before,
.vote-down:hover::before {
  opacity:0.7;
}

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

.vote-up::before {
  content: "👍🏼";
}

.vote-down::before {
  content: "👎🏼";
}

.vote-voted::before {
  color: rgba(255, 80, 80, 1);
}

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

/***** 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: #474747;
  content: "\2699";
  display: block;
  font-size: 13px;
  margin: auto;
  padding: 5px;
}

/***** Community *****/
.community-follow [role="button"] {
    border: none;
    background: #cf0eff;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px;
    border-radius: 50px;
    height: 40px;
    padding: 0px 25px;
    line-height: 41px;
}
  
  .community-follow [role="button"]:hover {
    opacity:0.75;
    color: #fff;
    background: #cf0eff;
}
  
    .community-follow [role="button"]:focus {
    opacity:0.85;
    color: #fff;
    background: #cf0eff;
}
  
.community-follow [role="button"]::after {
    color: #fff;
 
}
  
  .community-follow [role="button"]:hover::after {
    color: #fff!important;
   
}

  .community-follow [role="button"]:active::after {
    color: #fff!important;
     
}

  .community-follow [role="button"]:focus::after {
    color: #fff!important;
    
}
 


.recent-activity-header {
  display:none;
}


.comm_section_title {
  margin-top:10px;
  font-size:42px;
  letter-spacing:-1px;
}

.comm_hero_row {
  display: flex;
  align-items: center
}

/* Create two equal columns that sits next to each other */
.comm_hero_img_column {
  flex: 40%;
  padding: 10px;
  align-items: center
}

.comm_hero_content_column {
  flex: 60%;
  padding: 10px;
  align-items: center
}

.comm_hero_content_column .search input[type="search"] {
    padding-left: 22px;
    border-radius: 50px;
    border-bottom:none;
}


.community-hero {
  background: #f9dfd0;
  margin-bottom: 10px;
  height: 550px;
}

.community-hero-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

.community_h1_head {
  color: #121212;
  font-size: 72px;
  line-height:74px;
  font-weight: 700;
  margin-bottom:10px;
  letter-spacing:-1px;
}

.community_h4_head {
  font-size: 20px;
   line-height:26px;
  font-weight: 300;
  color: #444444;
   margin-bottom:50px;
}

.community_sub{
  font-size: 28px;
  line-height:26px;
  font-weight: 600;
  color: #ff5050;
   margin-bottom:10px;
}

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

.community-footer h4 {
 font-size:20px;
 font-weight:600;
}

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


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

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

.mock-btn-container {
  width:200px;
  height:65px;
  margin: auto;
}

.mock-btn-container:hover > .mock-login-btn  {
  background:rgba(227, 0, 0, 1);
}

.mock-btn-container-comment {
  width:200px;
  height:65px;
}

.follow-btn-container {
  width:200px;
  height:75px;
  position:relative;
}

.mock-btn-container .dropdown {
  display:block!important;
}

.follow-as-login .topic-subscribe .dropdown-toggle {
  width:200px;
  height:45px;
  position:absolute!important;
  right:0px;
  margin-top:-48px;
  opacity:0;
}


.follow-as-login .post-subscribe {
  width: 200px;
  height:45px;
  position:absolute!important;
  right:0px;
  margin-top:-48px;
  opacity:0;
}

.mock-login-btn {
  background-color: rgba(255, 80, 80, 1);
  border: 0;
  text-align:center;
  border-radius: 50px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  width: 200px;
  box-shadow: 0px 15px 20px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 15px 20px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 15px 20px rgba(0,0,0,0.15);  
}

.mock-btn-container:hover ~ .mock-login-btn {
    background-color: #ccc!important;
}


.post-meta a {
  font-size:18px;
  color:#212121;
  border-bottom:1px solid black;
  padding-bottom:2px;
}

.post-meta a:hover {
  font-size:18px;
  color:#ff5050;
  border-bottom:1px solid #ff5050;
  padding-bottom:2px;
  text-decoration:none;
}

.post-meta a:focus {
  text-decoration:none;
}

.post-meta a:active {
  text-decoration:none;
}

@media (min-width: 768px) {
  .show-desktop {
    display:block;
  }
  
    .show-mobile {
    display:none;
  }
  
  .community-featured-posts, .community-activity {
  
  }
  
  .post-to-community {
    margin: 0;
  }

  
}

@media (max-width: 768px) {  
  
.community-footer h4 {
 font-size:18px;
 font-weight:600;
}
  
  .post-to-community {
    margin-top: 0px;
  }
  
  .scroll-wrapper {
    margin-top:25px;
    overflow-x: scroll;
    width: 110%;
    margin: -5%;
  }
  
  .scroll-wrapper::-webkit-scrollbar {
  display: none;
}
  
  .topics {
    width:975px!important;
  }
  
  .topics-list {
    display:block;
  }
  
  .topics-item {
    display:block;
    color: #fbfbfb;
    margin: 0.3%;
    max-width: 125px!important;
    width:125px!important;
    text-align: center;
    border: none;
    float:left;
  }
  
   .topics-item:nth-child(1) {
    margin-left:20px; 
  }
  
  .community-follow [role="button"] {
    border: none;
    background: #cf0eff;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 18px;
    border-radius: 50px;
    height: 50px;
    padding: 0px 25px;
    line-height: 51px;
}

    .show-desktop {
    display:none;
  }
  
    .show-mobile {
    display:block;
  }
  
  .comm_section_title {
  font-size:32px;
  letter-spacing:-0.75px;
}
  
  .post-sidebar {
    display:none!important;
  }
  
  .mock-btn-container {
  width:100%;
  height:75px;
  margin: 0px auto -40px 0px;
}

.mock-btn-container-comment {
  width:100%;
  height:75px;
}

.follow-btn-container {
  width:100%;
  height:75px;
  position:relative;
}

.mock-btn-container .dropdown {
  display:block!important;
}

.follow-as-login .topic-subscribe .dropdown-toggle {
  width:100%;
  height:48px;
  position:absolute!important;
  right:0px;
  margin-top:-23px;
  opacity:0;
}


.follow-as-login .post-subscribe {
  width: 100%;
  height:48px;
  position:absolute!important;
  right:0px;
  margin-top:-23px;
  opacity:0;
}

.mock-login-btn {
  background-color: rgba(255, 80, 80, 1);
  border: 0;
  text-align:center;
  border-radius: 50px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 2.72;
  min-width: 100%;
  margin-bottom:-25px;
  padding: 0 1.9286em;
  width: 200px;
  box-shadow: 0px 15px 20px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 15px 20px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 15px 20px rgba(0,0,0,0.15);  
}

  

  
  
.community-hero {
  background: #f9dfd0;
  margin-bottom: 10px;
  height: 565px;
}

.comm_hero_row {
 flex-direction: column;
}
  
.comm_hero_img_column img {
  height:275px;
}
  
.community_h1_head {
  text-align:center;
  font-size: 36px;
  line-height:38px;
  font-weight: 700;
  margin-bottom:10px;
  letter-spacing:-1px;
}  

.community_h4_head {
  font-size: 17px;
  text-align:center;
  line-height:24px;
  font-weight: 300;
  margin-bottom:30px;
}
  
  .community_sub{
  font-size: 23px;
  line-height:26px;
  font-weight: 600;
  color: #ff5050;
  margin-bottom:10px;
  margin-top:-30px;
  text-align:center;
}
  
}


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

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

.topics-item {
  box-sizing: border-box;
  color: #fbfbfb;
  display: flex;
  flex: 1 0 10%;
  flex-direction: column;
  justify-content: center;
  margin: 0.3%;
  max-width: 15%;
  text-align: center;
  background-color: none;
  border:none;
}

.topics-item:hover {
box-shadow:none;
opacity:0.7;
}

.topics-item:active {
box-shadow:none;
opacity:0.85;
}

.topics-item .blocks-item-title {
    margin-bottom: 18px;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #141414;
    letter-spacing: -0.35px;
}

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

@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;
    font-weight: 600;
    font-size: 18px;

  }
}

.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: 100%;

  }
  
 .post-header .community-follow {
  
  }
}

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



@media (min-width: 768px) {

}


@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 rgba(255, 80, 80, 1);
  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: #212121;
  margin-bottom: 10px;
  margin-right: 5px;
  font-size:20px;
}

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

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

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

.striped-list-count {
  color: #474747;
  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: rgba(20, 20, 20, 1);
    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-official {
  background-color: rgba(255, 80, 80, 1);
  font-size: 16px;
}

.status-label-featured {
    background-color: #fff3e8;
    color: #ff8300;
    font-size: 16px;
    border: 1px solid #ffe4de;
}

.status-label-pinned {
    background-color: #eaffe8;
    color: #22b96d;
    font-size: 16px;
    border: 1px solid #cef3d6;
}

.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  background-color: rgb(23 23 23);
}

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

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

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

.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,
.status-label-answered {
  text-transform: lowercase;
}

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

[dir="ltr"] .dropdown-menu [role="menuitem"] {
  letter-spacing: -0.25px!important;
}

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

.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: 10px;
    padding-right: 10px;
  }
}

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

@media (min-width: 768px) {
  .post-title h1 {
    margin-right: 5px;
    font-size:42px;
    line-height: 44px;
    letter-spacing: -1px;
  }
}

@media (max-width: 768px) {
  .post-header {
    margin-top:30px;
  }
  
  .post-title h1 {
    font-size:32px;
    letter-spacing: -0.9px;
    line-height: 33px;
  }
}

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

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

.post-content {
  font-family: 'DIN Next Lt Pro';
  line-height: 1.6;
  word-break: break-word;
  font-size:20px;
}

.post-content h2 {
  font-family: 'DIN Next Lt Pro';
  line-height: 40px;
  word-break: break-word;
  font-size:36px;
  margin:15px 0;
}

.post-content h3 {
  font-family: 'DIN Next Lt Pro';
  line-height: 32px;
  word-break: break-word;
  font-size:28px;
  margin:50px 0 15px 0;
}

.post-content h4 {
  font-family: 'DIN Next Lt Pro';
  line-height: 26px;
  word-break: break-word;
  font-size:23px;
  margin:15px 0;
}

.post-info-container {
  display: flex;
  margin-bottom: 40px;
}

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

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

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

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

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

.post-body ul {
  list-style-type: disc;
  margin-left:0px;
}

.post-body ul li {
  list-style-type: disc;
  margin-bottom:20px;
}

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

.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: #474747;
  font-style: italic;
  padding: 0 15px;
}

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

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

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

.post-comment-count .icon-comments {
  color: rgba(255, 80, 80, 1);
  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: rgba(20, 20, 20, 1);
  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: rgba(20, 20, 20, 1);
  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 rgba(255, 80, 80, 1);
    order: 1;
    padding: 15px 0 11px 0;
  }
}

.collapsible-nav-list li[aria-selected="true"] a {
  color: rgba(20, 20, 20, 1);
}

.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: #fff2f2;
  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(255, 80, 80, 1);
}

.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: rgba(255, 80, 80, 1);
  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: rgba(255, 80, 80, 1);
  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: #e90000;
  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: #474747;
  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: #474747;
}

/***** 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;
  color: #474747;
  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(255, 80, 80, 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(255, 80, 80, 1);
}

.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: #474747;
  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(20, 20, 20, 1);
  text-decoration: none;
}

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

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

.pagination-current {
  background-color: rgba(255, 80, 80, 1);
}

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

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

/***** Icons *****/
[class^="icon-"]::before,
[class*=" icon-"]::before,
.icon,
.search::before,
.search1::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";
  font-family:'DIN Next LT Pro';
}

.post-footer .icon-comments::before {
  font-size:24px;
}

.post-footer .icon-comments:hover::before {
  opacity:0.7;
}

.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";
  display:none;
}

.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: #212121;
}

.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;
  word-wrap: 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;
  color:#fff;
}

.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: rgba(255, 80, 80, 1);
  border: 0;
  color: #FFFFFF;
  line-height: normal;
  padding: 8px 20px;
  outline-color: rgba(255, 80, 80, 1);
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: 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: #b5b5b5;
  font-weight: 300;
  flex: 0 0 100px;
  margin-right: 10px;
}

.profile-stats .stat-value {
  color: #fff;
}

[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(255, 80, 80, 1);
  border-radius: 4px;
  color: rgba(255, 80, 80, 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: #ffeeee;
  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: #474747;
  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;
  word-wrap: 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;
  word-wrap: 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: #fff;
  border: 1px solid #e0e0e0;

}

@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(255, 255, 255, 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;
}

.search-result {
  color:#141414;
  font-size:22px;
  font-weight:600;
}

.search-result a {
  color:#141414;
  font-size:22px;
  font-weight:600;
}

.search-result a:hover {
  color:#0645AD;
  font-size:22px;
  font-weight:600;
  text-decoration:underline;
}

.search-result-breadcrumbs li a {
  font-size:15px;
}

.search-result-breadcrumbs li a:hover {
  font-size:15px;
}
  


@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;
  font-size:18px;
  font-weight:400;
}

.search-result-votes,
.search-result-meta-count {
  color: #474747;
  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(255, 80, 80, 1);
}

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

[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;
  display:none;
}

.brief-intro-container {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 2;
  padding-top: 25px;
  margin-top:60px;
}

.brief-intro {
/* display: flex; */
}

.brief-intro h1 {
  font-size: 24px;
  font-weight: 600;
  margin-top: -15px;
  letter-spacing:-0.25px;
  color:#fff;
}

.brief-intro p {
  line-height: 28px;
  font-size: 20px;
  color: #a9a9a9;
}

.brief-intro-title {
  text-align:center;
  margin:0 auto 0 auto;
  width:100%;
}



.faq-head {
  font-size: 46px;
  font-weight: 700;
  letter-spacing:-0.25px;
  color:#fff;
}

.overview-item {
 margin-bottom: 80px;
padding-right: 20px;
padding-left: 20px;
padding-bottom: 60px;
width: 100%;
border-bottom: 1px solid #444444;;
}

.intro {
  display: flex;
  padding: 4% 8% 4% 8%;
  border: 1px solid black;
  background: #131313;
  margin-top:8%;
}

.side-contact h1 {
  font-size: 21px;
  font-weight: 700;
}

.side-contact a {
  text-decoration: none;
  color: black;
}
.side-contact-container {
  flex: 1;
}

.side-contact-item {
     border: 1px solid #e0e2e3;
    border-radius: 4px;
    display: block;
    position: relative;
    margin-top: 20px;
    transition: all 0.25s ease-in-out;
    font-size: 16px;
    list-style: none;
    line-height: 15px;
    padding: 10px 0px;
    background: #121212;
}

.side-contact-item:hover {
  cursor: pointer;
  opacity:0.9;
  
}

.block {
  margin-left: 20px;
  padding-left: 60px;
  box-sizing: border-box;
  display: block;
  padding:25px 0;
}

.contacth {
  font-weight: 600;
  color:#fff;
}

.contactn {
  font-weight: 500;
  color: #ff5050;
}

.contactm {
  font-weight: 500;
  color:#fff;
}

.contacti {
    width: 25px;
    height: 20px;
    margin-left: 8%;
    margin-top: 25px;
}

.contacti svg {
  width: 100% !important;
  height: auto;
  color:#fff;
}

.read-more-btn {
  font-size: 15px;
  font-weight: 800;
}
/* @font-face {
  font-family: 'Regular';
  src: local ("Regular"), 
  src: url('//company.zendesk.com/hc/assetslink.eot');
  src: url('//company.zendesk.com/hc/assetslink.eot?#iefix') format('eot'),
  url('//company.zendesk.com/hc/assetslink.woff') format('woff'), 
  url('//company.zendesk.com/hc/assetslink.ttf') format('truetype'),
  url('//company.zendesk.com/hc/assetslink.svg#webfont') format('svg');
  font-weight: 400;
  font-style: normal; 
  } */

@media (max-width: 780px) {
  .intro {
    flex-direction: column;
  }
  .brief-intro-container {
    width: 100%;
  }

  .footer-banner {
    height: auto;
    
  }
  .footer-banner p {
    font-size: 17px;
  }
}

@media (max-width: 500px) {
  .brief-intro {
    width: 100%;
    flex-direction: column;
  }
  .overview-item {
    margin-bottom: 10px;
  }
}

.article-list-item svg {
  height: 28px;
  width: 25px !important;
}

.back-to-top {
  position: fixed;
  bottom: 10px;
  right: 0px;
  width: 40px;
  height: 40px;
  z-index: 999;
}

.back-to-top:hover {
  cursor: pointer;
}
.back-to-top svg {
  height: 20px;
  width: 20px !important;
  color: #121212;
}
.article-share {
  margin: auto;
}

.category-side-nav {
  width: 300px;
  max-width: 350px;
  margin-left: 5%;
  position: relative;
}

.category-side-nav-container {
  position: absolute;
  width: inherit;
  max-width: inherit;
}

.fixed-mid {
  position: fixed;
  top: 2%;
  /* width: 26.2% !important; */
}

.scroll-btm {
  bottom: 0px;
}

.category-side-nav-container-article {
  width: 109%;
}

@media (max-width: 1024px) {
  .category-side-nav {
    width: 100%;
    max-width: 250px;
    margin-left: 5%;
    position: relative;
  }
}

@media (max-width: 870px) {
  .category-side-nav {
    width: 100%;
    max-width: 200px;
    margin-left: 0%;
    position: relative;
  }
}

@media (max-width: 768px) {
  .category-container {
    flex-direction: column;
  }
  .category-side-nav {
    height: 950px;
    margin: 0 auto;
    max-width: 700px;
  }
  
    .brief-intro h1 {
  font-size: 20px;
  font-weight: 600;
  margin-top: -15px;
  letter-spacing:-0.25px;
  color:#fff;
}

.brief-intro p {
  line-height: 30px;
  font-size: 17px;
  color: #a9a9a9;
}

.brief-intro-title {
   text-align:center;
  margin:0 auto 0 auto;
  width:100%;
    padding-left:8%;
}
  
  .brief-article-container {
    padding-left:8%;
  }

.faq-head {
  font-size: 30px;
  line-height:32px;
  font-weight: 700;
  letter-spacing:-0.25px;
  color:#fff;
}

.overview-item {
 margin-bottom: 80px;
padding-right: 20px;
padding-left: 20px;
padding-bottom: 60px;
width: 100%;
border-bottom: 1px solid #444444;;
}

.intro {
  display: flex;
  padding: 35px 15px 15px 15px ;
  border: 1px solid black;
  background: #131313;
}
}

/* 
.category-side-nav-container {
  position: relative;
  top: 0%;
}


.scroll-btm {
  top: 32%;
} */

/* #footer-widgets .container .row {
  display: flex;
  justify-content: space-around;
} */

.footer-container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}

.footer-container h1 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  font-family: "DIN Next LT Pro";
  padding-bottom: 10px;
  letter-spacing: 1px;
}
.footer-container a {
    text-decoration: none;
    font-weight: 400;
    font-family: "DIN Next LT Pro";
    font-size: 17px;
    color: #141414;
    line-height: 32px;
}

.footer-container a:hover {
    opacity:0.7;
}

.footer-item {
  display: flex;
  flex-direction: column;
  flex: 2;
  padding-left: 20px;
}

.footer-logo img {
  width: 100px;
  transform: translate(50px, 0px);
}

.footer-logo {
  flex: 1;
  padding-left:24%;
}

.footer-company {
  margin-left: 50px;
}
.getapp-logo {
  display: flex;
  flex-direction: row;
}

.getapp-logo a .fa-apple {
  font-size: 45px;
  color: #808080;
}

.getapp-logo a .fa-android {
  font-size: 45px;
  position: relative;
  top: 0px;
  margin-left: 25px;
  color: #808080;
}

.footer-getapp {
  flex: 3;
}

.copyright-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

#social {
  display: flex;
  flex-direction: row;
  font-size: 17px;
  color: black;
}

#social li {
  margin-right: 5px;
  height: 34px;
  width: 34px;
  text-align: center;
  line-height: 35px;
  border: solid 1px;
  border-radius: 25px;
  border-color: #dedddd;
}

#social li:hover a {
  color: #fe4f4b;
  transition: color 1s;
}

.footer-container-collapse {
  display: none;
  padding: 20px 35px 20px 35px;
  color: #9d9d9d;
  letter-spacing: 1.6px;
}

.footer-collapse-item {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
}

.footer-collapse-item h1 {
  font-size: 15px;
  color:#212121;
}
.footer-nav-header1 {
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer-nav-header2 {
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer-nav-header3 {
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}


.footer-nav-header h1 {
  font-weight: 700;
  color: #212121;
}

.footer-nav-header:hover {
  cursor: pointer;
}

.footer-link {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.footer-link a {
  padding-top: 5px;
  text-decoration: none;
  font-weight: 400;
  font-family: "DIN Next Lt Pro";
  color: #212121;
  font-size:17px;
  letter-spacing: -0.25px;
}

.hide1 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

.hide2 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

.hide3 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

/* .show {
  display: flex;
}  */

@media (max-width: 1000px) {
  .footer-container {
    display: none;
  }
  .footer-container-collapse {
    display: flex;
    flex-direction: column;
  }
}

.side-nav-item:hover {

}

@media (max-width: 768px) {
  .copyright-container {
    flex-direction: column;
    text-align: center;
  }
  #social {
    justify-content: center;
  }
}

.video-container {
  display: flex;
  flex-direction: row;
}

.video-item {
  margin-right: 30px;
  margin-top: 30px;
  text-align: center;
}
.video-item h3 {
  padding-top: 25px;
}
@media (max-width: 768px) {
  .video-container {
    flex-direction: column;
  }
  .video-item {
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .video-item iframe {
    width: 100%;
    height: 450px;
  }
}

@media (max-width: 375px) {
  .video-item iframe {
    width: 100%;
    height: 300px;
  }
}

.form {
  max-width: 90%;
  margin: 0 auto;
}
/* #new_request {
  width: 90%;
  margin: 0 auto;
} */

.form footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form footer input {
  border-radius: 22px;
  width: 300px;
  height: 45px;
}
#fluzso {
  padding-top: 12px;
}


@font-face {
  font-family: "DIN Next LT Pro";
  src: url("//theme.zdassets.com/theme_assets/9101739/8cfb5c30ea8cf9b7bf1e479ff5dbac96d1213d49.woff"),
       url("//theme.zdassets.com/theme_assets/9101739/07d46fe068ca4755284941e528a886a6ff1ad3d3.eot"),
       url("//theme.zdassets.com/theme_assets/9101739/7906d17a5cb7dc247393310ed17bef404762fa1e.svg"),
       url("//theme.zdassets.com/theme_assets/9101739/2258fa383e263cd91022ace31f2635a2f581fbb2.woff2"),
       url("//theme.zdassets.com/theme_assets/9101739/9be0098d6d45b8dc8461a3ea9afafc82c074dfca.ttf");
  font-weight: 400;
  font-style: normal; 
}

@font-face {
  font-family: "DIN Next LT Pro";
  src: url("//theme.zdassets.com/theme_assets/9101739/b2c645b28bc424a9d3cf81fc3a36e054d7367642.woff"),
       url("//theme.zdassets.com/theme_assets/9101739/4db2cb80e097eb06d89ff1ae764a31dda228fc92.eot"),
       url("//theme.zdassets.com/theme_assets/9101739/ec7357530604bfbe1bb6f8aa473a4107ca084882.svg"),
       url("//theme.zdassets.com/theme_assets/9101739/0c98b321e0c0ad91b9f38f7ed3539aa5621e1bbe.woff2"),
       url("//theme.zdassets.com/theme_assets/9101739/b857e4f7efa079b3dc725a97521ab09219d6c516.ttf");
  font-weight: 400;
  font-style: italic; 
}

@font-face {
  font-family: "DIN Next LT Pro";
  src: url("//theme.zdassets.com/theme_assets/9101739/e3c6309c09e9a8d45bfab5cdf6418b6eff60ba8d.woff"),
       url("//theme.zdassets.com/theme_assets/9101739/2e7a5e38018207b391f2eef36e5d88be6146c4e9.eot"),
       url("//theme.zdassets.com/theme_assets/9101739/9a76e9d71419bc0df79006e120ab395a81b41fa7.svg"),
       url("//theme.zdassets.com/theme_assets/9101739/3ad47bedc5b40183e0c77d94adc2ea4e57fae8a2.woff2"),
       url("//theme.zdassets.com/theme_assets/9101739/bd2559d7eff4236153cc36314b1c6aa7746cb0b1.ttf");
  font-weight: 600;
  font-style: normal; 
}

@font-face {
  font-family: "DIN Next LT Pro";
  src: url("//theme.zdassets.com/theme_assets/9101739/6d6866bfb8cce58b1c53d8f4ffc8241c4eae12d7.woff"),
       url("//theme.zdassets.com/theme_assets/9101739/9536b111ab74d498e86773463d282118736f74c9.eot"),
       url("//theme.zdassets.com/theme_assets/9101739/918b4af3c25b60afa57d449ee78123510fbe4f1e.svg"),
       url("//theme.zdassets.com/theme_assets/9101739/b7f07c8ba7d3d2a653f6e474dfec38436b0189ec.woff2"),
       url("//theme.zdassets.com/theme_assets/9101739/f9cf7b578bd0dd91aa85bf743d1dcdc615d1502f.ttf");
  font-weight: 700;
  font-style: normal; 
}

@font-face {
  font-family: "DINPro";
  src: url("//theme.zdassets.com/theme_assets/9101739/f97b00fe5700b2a5b7d72129d56b4599c9e3b154.woff");
}

@font-face {
  font-family: "DINProBold";
  src: url("//theme.zdassets.com/theme_assets/9101739/6d1d20fb8443642598e0112286e09e144bdc921a.woff");
}

@font-face {
  font-family: "DINProBlack";
  src: url("//theme.zdassets.com/theme_assets/9101739/bf67a66fb84db1171f65c4f727b41bff5f1044a2.woff");
}

.side-nav-item a {
  width:100%;
}

.overview-item-content{
  font-family:"DIN Next LT Pro";
  font-weight:400;
  font-size:16px;
  letter-spacing:-0.15px;
}

.article-list-item a{
  font-family:"DIN Next LT Pro";
  font-weight:600;
}

.article-body{
  font-family:Lato, Karla, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";;
  font-weight:400;
}

.request-container{
  display:flex;
}

.request-container .form {
  flex:2;
}

.request-container .category-side-nav{
  flex:1;
}







}
details {
  font: 18px "Open Sans", Calibri, sans-serif;
  width: 100%;
}

details > summary {
	padding: 15px 18px;
  width: 100%;
  float:center;
  text-align: left;
  outline: none;
  background-color: ;
  border: none;
  border-bottom: 2px solid #d9d9d9;
  cursor: pointer;
  list-style: none;
  border-radius: 5px
}

@media screen and (min-width: 1000px) {
  summary:hover {
  border-bottom: 4px solid #333333
}
}

}
details[open] summary ~ * {
  animation: sweep .5s ease-in-out;
}

@keyframes mymove {
   
}
details > summary::-webkit-details-marker {
  display: none;
}

summary:after {
  content: "+";
  color: #808080;
  float: right;
  font-size: 1.5em;
  font-weight: bold;
  margin: -5px 10px 0 0;
  padding: 0;
  text-align: center;
  
}
details[open] summary:after {
  content: "-";
}

details > p {
  padding: 0 18px;
  background-color: white;
   	transition:height 3s ease-in;
}



.details2 {
    font:Lato, Karla, "Open Sans", Calibri, sans-serif;
  width: 100%;
  Font-size: 1 em;
}

.details2 > summary {
	padding: 10px 18px;
  width: 100%;
  float:center;
  font-size: 17px;
  text-align: left;
  outline: none;
  background-color: ;
  border: none;
  border-bottom: 2px solid #d9d9d9;
  cursor: pointer;
  list-style: none;
  border-radius: 5px
}

@media screen and (min-width: 1000px) {
  summary:hover {
  border-bottom: 4px solid #333333
}
}

}
.details2[open]summary ~ * {
  animation: sweep .5s ease-in-out;
      font; 18px;
}

@keyframes mymove {
  
}

.details2 > summary::-webkit-details-marker {
  display: none;
        border-bottom: 4px solid #333333

}

.details2 > summary:after {
  content: "+";
  color: #808080;
  float: right;
  font-size: 1.5em;
  margin: -5px -5px 0 0;
  padding: 0;
  text-align: right;
}

.details2[open] summary:after {
  content: "-";
}

.details2 > p {
  padding: 0 18px;
  background-color: white;
   	transition:height 3s ease-in;
  width: 85%;
}







.details3 {
    font: 14px "Open Sans", Calibri, sans-serif;
  width: 92%;
}

.details3 > summary {
	padding: 8px 12px;
  width: 90%;
  float:center;
  font-size: 20px;
  text-align: left;
  outline: none;
  background-color: ;
  border: none;
  border-bottom: 2px solid #d9d9d9;
  cursor: pointer;
  list-style: none;
  border-radius: 5px
}

@media screen and (min-width: 1000px) {
  summary:hover {
  border-bottom: 4px solid #333333
}
}

}
.details3[open]summary ~ * {
  animation: sweep .5s ease-in-out;
      font; 18px;
}

@keyframes mymove {
  
}

.details3 > summary::-webkit-details-marker {
  display: none;
        border-bottom: 4px solid #333333

}

.details3 > summary:after {
  content: "+";
  color: #808080;
  float: right;
  font-size: 1.5em;
  margin: -5px -5px 0 0;
  padding: 0;
  text-align: right;
}

.details3[open] summary:after {
  content: "-";
}

.details3 > p {
  padding: 0 18px;
  background-color: white;
   	transition:height 3s ease-in;
}















.center {
  float: center;
}
 .tab {
   margin-left: 40px;
}

.note,
.important,
.success,
.tip,
.callout-note,
.callout-important,
.callout-success,
.callout-tip {
	display: block;
	position: relative;
	width: 100%;
	padding: 16px 16px 16px 48px;
	border-radius: 4px;
	border: 1px solid;
	margin-bottom: 16px
}

.note:before,
.important:before,
.success:before,
.tip:before,
.callout-note:before,
.callout-important:before,
.callout-success:before,
.callout-tip:before {
	position: absolute;
	left: 14px;
	top: 13px;
	vertical-align: middle;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 22px;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto
}

.note,
.callout-note {
	border-color: #007a5a;
	background-color: #f8f8f8
}

.note::before,
.callout-note::before {
	content: "";
	color: #007a5a
}
.tip,
.callout-tip {
	border-color: #51c2e1;
	background-color: #e9f7fb
}

.tip::before,
.callout-tip::before {
	content: "";
	color: #51c2e1
}