.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-47255 .elementor-element.elementor-element-05bb085{text-align:center;}/* Start custom CSS *//* Add this CSS to the SRG website page containing the iframes.
   CSS inside the supplied Placement Partner files cannot control iframe height. */

.srg-placement-frame {
	display: block;
	width: 100%;
	max-width: 100%;
	border: 0;
	background: #fff;
	overflow: hidden;
}

/* Available Positions */
.srg-placement-frame--positions {
	min-height: 1400px;
}

/* Submit CV forms are generally longer */
.srg-placement-frame--cv {
	min-height: 1900px;
}

/* Hotlist */
.srg-placement-frame--hotlist {
	min-height: 1400px;
}

@media (max-width: 767px) {
	.srg-placement-frame--positions {
		min-height: 1800px;
	}

	.srg-placement-frame--cv {
		min-height: 2300px;
	}

	.srg-placement-frame--hotlist {
		min-height: 1800px;
	}
}/* End custom CSS */