html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
    background: rgb(136, 136, 136);
    font-family: Helvetica,sans-serif !important;
    margin: 0;
    padding: 0;
    font-weight: 400;
  }

  .container {
      max-width: 1120px;
      width: 100%;
      background: #fff;
      margin: 20px auto;
      padding:20px 50px;
      box-sizing: border-box;
			border-radius: 4px;
  }

  .grbox{
    /* background-color: rgb(234, 233, 233); */
    text-align: center;
    padding: 5px;
		color: #000;
		text-transform: uppercase;
  }
  .grbox h2{
		color: #000;

    font-size: 1.61em;
    font-weight: 700;
  }
  .grbox h3{
    font-size:1.51em;
    padding: 10px;
    margin-top: 15px;
    font-weight: bold;
  }

h5{
  text-align: left;
  color: rgb(96, 96, 96);
  font-size: 14px;
  margin-left: 40px;
}
  .logoimg{
		display: block;
		margin: 10px auto 30px;
		width: 100%;
		max-width: 400px;
  }

  p{
    text-align: center;
    color: rgb(96, 96, 96);
    font-size: 16px;
    margin: 10px;
  }

    p span{
      font-weight: 700;
    }

  .imgp{
    margin: 30px auto;
    display: block;
  }

  h4{
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    margin: 25px 0;
  }

  a.button{
    color: rgb(255, 255, 255);
    background-color: rgb(255, 106, 0);
    font-size: 32px;
    display: block;
    padding: 16px 10px;
    text-decoration: none;
    border-radius: 8px;
    max-width: 480px;
    text-align: center;
    margin: 20px auto;
    box-shadow:  inset 0 2px 2px 0 rgba(255,255,255,0.22),0 233px 233px 0 rgba(255,255,255,0.12) inset;
    box-shadow: 0 0 25px rgba(0,0,0,0.4),0 0 15px rgba(255,255,255,0.2),0 0 3px rgba(255,255,255,0.4);
  }

  footer{
    margin-top: 30px;
    color: #000;
    max-width: 1140px;
    margin: 10px auto;
  }

    footer p{
      color: #333;
    }

  footer a{
    color: #111;
  }

	iframe{
		width: 100%;
		min-height: 450px;
		margin: 40px auto;
		display: block;
		border-radius: 6px;
		max-width: 750px;
	}
@media only screen and (max-width:860px){
  .container {
    padding: 10px;
  }
}
