body {
  background-color: #f9f9f9;
    font-family: "Open Sans";
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1 {
	font-size: 60px;
	color: #000;
    text-align: left;
    font-family: 'Open Sans',sans-serif;
    margin-top: 30px;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 30px;
}
h2 { text-transform: uppercase;
font-size: 30px; font-weight: bold;}
#header .container_x{
    color: #333;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 80px 0;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.container_x p { text-align: left; }
.d_l { float: left; width: 50%; text-align: center;}
.d_r { float: left; width: 50%; text-align: center;}
a { color: #ff8e0b;}
a:hover { color: #ccc;}
.rtl-logo { background: url('images/rtl-logo.png') center center no-repeat; display:block; height: 40px;
background-position:center; text-indent:-9999px; width: 187px;  float: left;}
.oht-logo { background: url('images/oht-logo.png') center center no-repeat; display:block; height: 74px;
background-position:center; text-indent:-9999px; width: 187px; float: right;}
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.form-container { max-width: 1300px; width: 100%;}
.form-container iframe {

    overflow: auto;
    border: none; height: 5300px;
    left: 0;
    width: 100%;
}
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }
.frame:after {
  content: "";
  display: table;
  }