.list_content_insert img, .mce-content-body img {
    display: inline-block;
    width: initial;
    min-width: initial;
    max-width: 100%;
}
.responsive-video {
max-width: 100%;
height: auto;
}
/*
html.w-mod-touch * {
  background-attachment: fixed !important;
}
*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

ul
{
/*	direction: rtl;*/
	margin: 0px;
    padding-right: 20px;	    
}
ul.bullet_black_1
{
    list-style-image: url(../bullets/bullet_black_1.png);
    background-color: transparent;
}
ul.bullet_black_2
{
    list-style-image: url(../bullets/bullet_black_2.png);
    background-color: transparent;
}
ul.bullet_green_1
{
    list-style-image: url(../bullets/bullet_green_1.png);
    background-color: transparent;
}
ul.bullet_green_2
{
    list-style-image: url(../bullets/bullet_green_2.png);
    background-color: transparent;
}
ul.bullet_grey_1
{
    list-style-image: url(../bullets/bullet_grey_1.png);
    background-color: transparent;
}
ul.bullet_grey_2
{
    list-style-image: url(../bullets/bullet_grey_2.png);
    background-color: transparent;
}
ul.bullet_orange_1
{
    list-style-image: url(../bullets/bullet_orange_1.png);
    background-color: transparent;
}
ul.bullet_orange_2
{
    list-style-image: url(../bullets/bullet_orange_2.png);
    background-color: transparent;
}

/*Added by Mila*/
h2 {
  line-height: auto;
}

h3 {
  line-height: auto;
}
a.anchor {
    visibility: hidden;
}