.image-responsive-400 img {
  width: 100%;
  height: auto;
}


.image-responsive-300 img {
  width: 100%;
  height: auto;
}

.cta1 a {
    color: white;
    text-decoration: none;
}

.cta2 a {
    color: white;
    text-decoration: none;
}

/**umb_name:Header 1*/
h1 {
}

/**umb_name:Header 2*/
h2 {
}

/**umb_name:Header 3*/
h3 {
}

/**umb_name:Header 4*/
h4 {
}

/**umb_name:Header 5*/
h5 {
}

/**umb_name:CTA 1*/
.cta1 {
    background-color: #ef8d31;
	background: linear-gradient(to bottom, #fac695 0%, #f5ab66 47%, #ef8d31 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fac695',endColorstr='#ef8d31',GradientType=0);
	border: 1px solid #f5ab66;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding: 7px 14px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	min-width: 200px;
}

/**umb_name:CTA 2*/
.cta2 {
    background-color: #835aa3;
	background: linear-gradient(to bottom, #b4a7bd 0%, #835aa3 47%, #835aa3 100%);
	border: 1px solid #835aa3;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding: 7px 14px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	min-width: 200px;
}

/**umb_name:Image responsive 400*/
.image-responsive-400 {
	display: inline-block;
	width: 100%;
	max-width: 400px;
	height: auto;
}

/**umb_name:Image responsive 300*/
.image-responsive-300 {
	display: inline-block;
	width: 100%;
	max-width: 300px;
	height: auto;
}

/**umb_name:Margin bottom 2*/
.mb-2 {
	dummy: 0;
}

/**umb_name:Margin bottom 4*/
.mb-4 {
	dummy: 0;
}

/**umb_name:Margin right 2*/
.me-2 {
	dummy: 0;
}

/**umb_name:Margin right 4*/
.me-4 {
	dummy: 0;
}
