/* Init Styles
----------------------------------------*/
::placeholder {
  color: #7d7d7d;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder {
  color: #7d7d7d;
}
::-ms-input-placeholder {
  color: #7d7d7d;
}
html, body {
  height: 100%;
}
body.cke_editable {
  height: unset;
}
body {
  font-family: 'Prompt', sans-serif;
  font-size: 15px;
  color: #666666;
  overflow-x: hidden;
}
hr {
  margin: 0 auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid #000000;
  border-left: 0;
}
.hr-wrapper {
  padding: 20px 0;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #000000;
  text-decoration: underline;
  outline: 0;
}
a:link {
  color: #000000;
  text-decoration: underline;
}
a:visited {
  color: #000000;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}
a:active {
  color: #000000;
  text-decoration: underline;
}
.e_obf {
  unicode-bidi: bidi-override;
  direction: rtl;
}
.e_obf::before {
  content: attr(data-d) "\0040" attr(data-u);
}

.wysiwyg-heading1 {
  font-weight: bold;
  font-size: 23px;
  vertical-align: sub;
}
.wysiwyg-heading2 {
  font-weight: bold;
  font-size: 21px;
  vertical-align: sub;
}
.wysiwyg-heading3 {
  font-weight: bold;
  font-size: 19px;
  vertical-align: sub;
}
ul[data-list-style-type=arrow] {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul[data-list-style-type=arrow] li {
  background-image: url('/assets/theme/images/ularrow.png');
  background-repeat: no-repeat;
  padding: 12px 0 25px 59px;
  min-height: 44px;
}
ul[data-list-style-type=arrow] li:last-child {
  padding-bottom: 0;
}


.youtube-embed-wrapper {
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  padding-bottom: 52.5%;
  height: 0;
  overflow: hidden; 
}


/*.heavy {
  font-weight: 900;
}*/
/*.wysiwyg-heading {
  font-weight: bold;
  font-size: 22px;
  color: #ed1b24;
}*/
/*#highlight-section .wysiwyg-heading {
  color: #ffffff;
}*/
/*.wysiwyg-sub-heading {
  font-weight: bold;
}*/
/*.wysiwyg-image-margin {
  padding: 10px;
}*/
/*.timeline-Header {
  display: none;
}*/

/*#twitter-widget-0 {
  min-height: unset !important;
  max-height: 127px !important;
}*/