.row{max-width:1544px}

@font-face {
    font-family:'Roboto';
    src: url('fonts/Roboto.eot');
	src: url('fonts/Roboto.eot?#iefix') format('embedded-opentype'),
		url('fonts/Roboto.woff2') format('woff2'),
		url('fonts/Roboto.woff') format('woff'),
		url('fonts/Roboto.svg#Roboto') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2044;
}
@font-face {
    font-family:'Roboto';
    src: url('fonts/Roboto_Bold.eot');
	src: url('fonts/Roboto_Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Roboto_Bold.woff2') format('woff2'),
		url('fonts/Roboto_Bold.woff') format('woff'),
		url('fonts/Roboto_Bold.svg#Roboto Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2044;
}
@font-face {
    font-family:'Roboto';
    src: url('fonts/Roboto_Medium.eot');
	src: url('fonts/Roboto_Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/Roboto_Medium.woff2') format('woff2'),
		url('fonts/Roboto_Medium.woff') format('woff'),
		url('fonts/Roboto_Medium.svg#Roboto Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2044;
}

@font-face {
    font-family:'Roboto';
    src: url('fonts/Roboto_Light.eot');
	src: url('fonts/Roboto_Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/Roboto_Light.woff2') format('woff2'),
		url('fonts/Roboto_Light.woff') format('woff'),
		url('fonts/Roboto_Light.svg#Roboto Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2044;
}
body{font-family:"Roboto";}
.yellow{color:#f4b73d}

.btn1{display:inline-block;width:168px;height:50px;background:#f4b73d;text-align:center;padding:13px 0;color:#15253b;font-family:"Roboto";font-weight:700;text-transform:uppercase;}
.btn1:hover{color:#fff!important;background:#ff5a00!important}


.sec{float:left;width:100%;clear:both}


.nbox{border:4px solid #f4b73d;padding:20px 0 0px;width:100%;display:block;max-width:1240px;margin:0px auto 0px;text-align:center}
.nbox h3{color:#e39a07;font-weight:700;font-size:28px;text-transform:uppercase;letter-spacing:5px;margin-bottom:11px}
.nbox p{color:#232323;font-weight:400;font-size:20px;margin-bottom:20px}
.nbox input[type="text"]{color:#000;font-size:20px;border:1px solid #252525;height:64px;padding:0 30px;border-radius:0;box-shadow:none!important}
.nbox ::-webkit-input-placeholder { 
  color: #5e5d5d;opacity:1;
}
.nbox  ::-moz-placeholder { 
  color: #5e5d5d;opacity:1;
}
.nbox :-ms-input-placeholder { 
  color: #5e5d5d;opacity:1;
}
.nbox :-moz-placeholder {
  color: #5e5d5d;opacity:1;
}
.nbox .form-field{max-width:550px;display:inline-block;width:100%}
.nbox input[type="submit"]{margin:0px 0 0 15px;vertical-align:top;max-width:435px;height:64px;background:#21334c;color:#fff;font-size:25px;font-weight:700;text-transform:uppercase;width:100%;border:none;cursor: pointer;border-radius:0;}
.nbox input[type="submit"]:hover{background:#f4b73d}

.button1{display: none;}
.g-recaptcha{max-width: 300px;margin:-40px auto 0;display: block;}
@media screen and (max-width: 918px){
    .nbox .form-field{width:100%;max-width:100%}
    .nbox{padding-left:20px;padding-right:20px}
    .nbox input[type="submit"]{margin-left:0px;height:auto;padding:15px;font-size:18px}
}

@media screen and (max-width:1060px){
  .nbox input[type="submit"]{max-width: 550px;margin:-20px auto 20px}
}

@media screen and (max-width: 639px){
    .nbox h3{font-size:17px}
    .nbox p{font-size:16px}
    #press_release_form{height:520px}
    .nbox input[type="text"]{font-size:14px;padding:0 10px}
    .nbox input[type="submit"]{font-size:14px}
    

}