@font-face {
    font-family: Georgia;
    src: url('fonts/Georgia.TTF');
}
@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,600';
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
  -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}

body{
    font-family: Arial;
}
.top-section {
  background-position: center top;
  background-repeat: no-repeat;
  display: table;
  height: 428px;
  width: 100%;
  background-color: #ffe200;
  position: relative;
  margin-bottom: 60px;
}
.border-top {
  background: #000 none repeat scroll 0 0;
  height: 68px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.logo {
  background-color: rgba(0, 0, 0, 0.7);
  display: table;
  margin: 25px auto 0;
  position: relative;
  -webkit-box-shadow: 0px 14px 39px 22px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 14px 39px 22px rgba(0,0,0,0.75);
box-shadow: 0px 14px 39px 22px rgba(0,0,0,0.75);
}
.border-green {
  background: rgba(128, 191, 80, 0.9) none repeat scroll 0 0;
  bottom: -28px;
  height: 40px;
  position: absolute;
  width: 100%;
}
.four-boxes {
  display: table;
  margin: -252px auto 0;
  width: 1020px;
}
.each-box {
  display: table;
  float: left;
  position: relative;
  text-align: center;
  width: 24%;
  z-index: 9;
}
.each-box:nth-child(2) {
    margin: 0 1.33%;
}
.each-box:nth-child(3) {
    margin-right: 1.33%;
}
.image-box {
  background-position: center center;
  background-size: cover;
  border-bottom: 9px solid #1d1d1d;
  height: 193px;
  width: 100%;
}
.title-box {
  background: #1d1d1d none repeat scroll 0 0;
  color: #ffe200;
  display: table;
  font-family: "Open Sans",sans-serif;
  font-size: 17px;
  height: 50px;
  padding: 0 10px;
  text-transform: uppercase;
  width: 100%;
  line-height: 18px;
}
.title-box span{
  display:table-cell;
  vertical-align:middle;
}
.text-content {
  display: table;
  margin: 0 auto;
  text-align: center;
  width: 815px;
  padding: 40px 0 20px;
}
p {
  color: #333333;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 20px;
}
h2 {
  font-family: Georgia;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 20px;
  color:#333333;
}
footer {
  background: #1d1d1d none repeat scroll 0 0;
  display: table;
  padding: 30px 0 70px;
  width: 100%;
}
h3 {
  color: #ffe200;
  display: table;
  font-size: 19px;
  font-weight: normal;
  margin: 0 auto 30px;
}
footer ul {
  display: table;
  margin: 0 auto;
}
footer li {
  color: #fff;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 23px;
  padding: 0 7px;
  position:relative;
}
footer li::before {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  display: table;
  height: 5px;
  left: -2px;
  position: absolute;
  top: 10px;
  width: 5px;
}
footer li:first-child::before {
  display:none;
}
footer li a{
    color:#fff;
    text-decoration:underline;
}

@media (max-width:1100px){
    .four-boxes {width: 95%;}
    .title-box {font-size: 14px;}
}
@media (max-width:960px){
    .logo img {height: auto;max-width: 170px;}
    .top-section {background-size: 106% auto;}
    .image-box {height: 145px;}
    .top-section {height: 300px;}
    .four-boxes {margin: -195px auto 0;}
    .text-content {width: 90%;}
    footer {padding: 30px 0 40px;}
}
@media (max-width:768px){
    .top-section {height: 250px;}
    .logo img {max-width: 140px;}
    .image-box {height: 115px;}
    .title-box {font-size: 12px;}
    .four-boxes {margin: -160px auto 0;}    
}
@media (max-width:640px){
    .each-box {margin: 0 1% 10px !important;width: 48%;} 
    .image-box {height: 160px;}  
    .top-section {height: 200px;}
    .four-boxes {margin: -115px auto 0;}
}
@media (max-width:480px){
    .each-box {width: 98%;}
    .top-section {background-size: auto 85%;}
    .title-box {font-size: 14px;}
    footer li {display: table;float: none;margin: 0 auto;}
    footer li:first-child::before {display: block;}
}