html,
body {
    height: 100%;
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'IBM Plex Sans', sans-serif !important;
}

body a {
    text-decoration: none;
}

#topper {
    width: 100%;
    height: 25px;
    background: #000;
}

#headercont {
    width: 100%;
    height: 70%;
    border-bottom: 10px solid #c6311e;
    background: #000;
    z-index: -1000;
}

#logonav {
    width: 100%;
    height: 100px;
    background: #fff;
}

#innerheader {
    width: 80%;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}

#headertop {
    width: 80%;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#headerleft {
    width: 30%;
    height: auto;
}

#headerleft img {
    height: 60px;
}

#headernav {
    flex-grow: 1;
    height: 100px;
    line-height: 60px;
    text-align: right;
}

#companiesbutton {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    height: 65px;
    text-align: center;
    line-height: 65px;
    background: #c6311e;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}

a #companiesbutton {
    text-decoration: none;
}

a:hover #companiesbutton {
    background: #000;
    text-decoration: none;
}

#midinner {
    width: 80%;
    padding-top: 70px;
}

#videocont {
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: auto;
    overflow: hidden;
    padding-top: 40px;
    align-items: center;
}

#homevideo {
    width: auto;
    height: 80px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    background-color: #f8c29f;
    display: inline-block;
}

#homevideo img:hover {
    opacity: 0.8;
}

#videocaption {
    width: 45%;
    height: auto;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

#pages {
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
    height: auto;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 60px;
}

#pagesheading {
    color: #04579b;
    font-size: 40px;
    letter-spacing: -0.03em;
    font-weight: 900;
    padding-bottom: 15px;
}

#pagesheading2 {
    color: #04579b;
    font-size: 28px;
    letter-spacing: -0.03em;
    font-weight: 900;
    padding-bottom: 25px;
}

#pagesbody {
    color: #000;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
}

label {
    display: block;
    font-size: 1.6rem;
    cursor: pointer;
    color: rgb(47, 47, 121);
}

input[type="checkbox"] {
    display: none;
}

input:checked+.peoplebody {
    height: 100%;
    overflow: visible;
}

#what {
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: auto;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
    align-items: top;
    background: #f5f5f5;
    border-bottom: 10px solid #04579b;
}

#whatborder {
    width: 100%;
    height: 30px;
    background: rgb(4, 87, 155);
    background: linear-gradient(90deg, rgba(4, 87, 155, 1) 0%, rgba(1, 141, 255, 1) 100%);
}

#inpage {
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: auto;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 110px;
    align-items: top;
}

#whatleft {
    width: 35%;
    padding-right: 5%;
    color: #04579b;
    font-size: 45px;
    letter-spacing: -0.03em;
    font-weight: 500;
}

#whatsmall {
    color: #c6311e;
    font-size: 20px;
    letter-spacing: normal;
    font-weight: 500;
    margin-top: 5px;
}

#whatsmall a {
    color: #04579b;
}

#whatright {
    width: 60%;
    text-align: left;
    color: #000;
    font-size: 25px;
    line-height: 39px;
    font-weight: 300;
}

#whatheading {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 10px;
    padding-top: 10px
}

#profilequote {
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: auto;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 110px;
    align-items: center;
    background: url('../img/motif.png') no-repeat top center;
    background-color: #f5f8fc;
}

#profilepic {
    width: 190px;
    text-align: right;
}

#profiletext {
    width: 55%;
    text-align: left;
}

#footer {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding-top: 80px;
}

#footercont {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: auto;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 60px;
    align-items: center;
    border-top: 1px solid #ccc;
    font-size: 13px;
    font-weight: 400;
    color: #555;
}

#footerleft {
    width: 60%;
    text-align: left;
}

#footerright {
    width: 40%;
    text-align: right;
}

#footerright img {
    width: 25px;
}

.profileheading {
    font-size: 40px;
    font-weight: 800;
    color: #000;
    padding-bottom: 10px;
    letter-spacing: -0.02em;
}

.profiledetails {
    font-size: 22px;
    color: #000;
    padding-bottom: 15px;
}

#quotebutton {
    width: 190px;
    height: 47px;
    text-align: center;
    line-height: 47px;
    background: #04477f;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

#goalscont {
    height: auto;
    width: 100%;
    background-color: #d8dee7;
}

#goalsinner {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#bulb {
    width: 100%;
    padding-top: 30px;
    text-align: center;
}

#goalsheading {
    width: 100%;
    padding-top: 20px;
    text-align: center;
    color: #fff;
    font-size: 44px;
}

#thegoalscont {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 130px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#thegoalscont2 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#thegoal {
    width: 30%;
    height: auto;
    overflow: hidden;
    margin-bottom: 60px;
}

#thegoal2 {
    width: 23%;
    height: auto;
    overflow: hidden;
    margin-bottom: 60px;
    background-color: #fff !important;
}

#goalnumber {
    color: #000;
    font-size: 26px;
    padding-bottom: 15px;
    font-weight: 700;
}

#goalbody {
    color: #000;
    font-size: 18px;
    line-height: 26px;
    padding-top: 10px;
    font-weight: 300;
}

#goalbody2 {
    color: #04579b;
    font-size: 23px;
    line-height: 27px;
    padding-top: 10px;
    font-weight: 400;
}

#goalwhite {
    width: 80%;
    padding: 10%;
    height: 200px;
    background: #fff;
}

#goalwhite2 {
    width: 80%;
    padding: 10%;
    height: 130px;
}

#goalwhite2:hover {
    border: 1px solid #a3d2ff;
}

#goalicon {
    width: 100%;
    height: 70px;
    padding-bottom: 15px;
    padding-left: 3px;
    overflow: hidden;
}

#goalimg {
    overflow: hidden;
    height: 250px;
}

#goalbg {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    transition: all 0.5s ease;
}

#goalbg:hover {
    transform: scale(1.2);
}

.learnmore {
    color: #c6311e;
    font-size: 16px;
    font-weight: 300;
}

.learnmore a {
    color: #c6311e;
}

#columbuscont {
    width: 100%;
    height: 450px;
    background: url('../img/columbus.jpg') no-repeat top center;
    background-size: cover;
}

#columbuscont2 {
    width: 100%;
    height: 450px;
    background: url('../img/ctapic.jpg') no-repeat top center;
    background-size: cover;
}

#hackdate {
    width: 100%;
    padding-top: 200px;
    color: #fff;
    font-size: 45px;
    letter-spacing: 0.02em;
    padding-bottom: 15px;
    text-align: center;
}

#hackvenue {
    width: 100%;
    color: #fff;
    font-size: 58px;
    letter-spacing: 0.02em;
    text-align: center;
}

#differencecont {
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#diff {
    width: 25%;
    height: 500px;
}

#diffinnerhead {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 30px;
    letter-spacing: -0.02em;
    font-weight: 700;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 20px;
}

#diffinnerbody {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-size: 17px;
    line-height: 27px;
    color: #fff;
}

#diffbuttoncont {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}

#diffbutton {
    width: 150px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    border: 1px solid #f4f7fc;
    border-radius: 7px;
}

#diffbutton:hover {
    background: #ff6f00;
}

#socialmedia {
    width: 100%;
    background: #545456;
    height: 500px;
}

#socialinner {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#ig {
    width: 65%;
    padding-right: 5%;
}

#twitter {
    width: 30%;
}

#partners {
    width: 80%;
    height: 250px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
}

#partnershead {
    width: 100%;
    text-align: center;
    font-size: 35px;
    letter-spacing: 0.02em;
    color: #ff6f00;
    padding-bottom: 50px;
}

#partnerlogos {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#partnerlogo {}

#updateshead {
    font-size: 32px;
    letter-spacing: 0.02em;
    color: #fff;
    padding-bottom: 15px;
}

#formcont {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.forminput {
    width: 62%;
    border: 1px solid #fff;
    background: #8181be;
    font-size: 13px;
    height: 40px;
    color: #fff;
    padding-left: 2%;
}

.formbutton {
    width: 30%;
    background: #ff6f00;
    border: 0px;
    color: #fff;
    font-size: 14px;
}

#emailaddress {
    width: 100%;
    color: #fff;
    font-size: 16px;
    padding-top: 20px;
}

#gallerycont {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
}

#galleryitem {
    width: 10%;
    padding: 0.5%;
    height: 120px;
    overflow: hidden;
    margin-bottom: 20px;
}

#galleryitem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#subpageheadcont {
    width: 100%;
    height: 130px;
    padding-top: 40px;
}

#subpagehead {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#subheaderleft {
    width: 20%;
    height: 100px;
    float: left;
    display: inline;
}

#subheadernav {
    width: 80%;
    height: 100px;
    line-height: 100px;
    float: left;
    display: inline;
    text-align: right;
}

#submidcont {
    width: 100%;
    height: 300px;
    border-bottom: 10px solid #c6311e;
}

#submidinner {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
}

#subbodycontwhite {
    width: 100%;
    background: #fff;
}

#subbodycontgrey {
    width: 100%;
    background: #eee;
}

#subbodyinner {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#columnscont {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 70px;
    padding-bottom: 70px;
}

#columnsleft {
    width: 55%;
    padding-right: 5%;
}

#columnsright {
    width: 40%;
}

#centercolumn {
    width: 45%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

#ctacont {
    width: 30%;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#thecta {
    width: 200px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    background: #ff6f00;
    font-size: 16px;
    border: 0px;
}

#thecta:hover {
    background: #8181be;
}

#focushead {
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 80px;
    color: #ff6f00;
    font-size: 45px;
    letter-spacing: 0.02em;
}

#focuscont {
    width: 80%;
    height: auto;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#focusarea {
    width: 47%;
    height: 450px;
    padding-bottom: 60px;
}

#focusimage {
    width: 35%;
    height: auto;
    float: left;
    display: inline;
    padding-right: 4%;
}

#focustext {
    width: 60%;
    height: auto;
    float: left;
    display: inline;
}

#keysolutions {
    width: 100%;
    color: #000;
    font-size: 40px;
    letter-spacing: -0.02em;
    font-weight: 500;
    padding-top: 30px;
    height: auto;
    overflow: hidden;
    text-align: left;
}

#keysub {
    color: #000;
    font-size: 22px;
    width: 100%;
    text-align: left;
    padding-top: 10px;
}

#lowermidcont {
    width: 100%;
    height: 450px;
    overflow: hidden;
}

#lowermid {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    transition: all 1.3s ease;
}

#lowermid:hover {
    transform: scale(1.05);
}

#downloadscont {
    width: 80%;
    height: auto;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

#downloads {
    width: 100%;
    color: #fff;
    font-size: 40px;
    letter-spacing: -0.02em;
    font-weight: 500;
    padding-top: 60px;
    height: auto;
    overflow: hidden;
    text-align: left;
}

#downloadssub {
    color: #fff;
    font-size: 22px;
    width: 40%;
    text-align: left;
    padding-top: 21px;
    font-weight: 300;
    line-height: 35px;
}

#dlearn {
    color: #eee;
    font-size: 16px;
    padding-top: 10px;
}

#inmid {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    font-size: 45px;
    letter-spacing: -0.03em;
    font-weight: 500;
    color: #fff;
}

#biginner {
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 80px;
    font-size: 30px;
    line-height: 42px;
    color: #000;
    font-weight: 300;
    padding-bottom: 70px;
}

#smallinner {
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 70px;
    padding-bottom: 80px;
    color: #444;
    font-size: 20px;
    line-height: 34px;
    text-align: justify;
}

#twocolumncont {
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 30px;
}

#csrcolumncont {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#csrcolumns {
    width: 48%;
    height: 480px;
}

#singlecolumncont {
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 30px;
}

#number {
    font-size: 20px;
    color: #c6311e;
    font-weight: 500;
}

#leftcolumn,
#rightcolumn {
    width: 48%;
    height: auto;
    font-weight: 300;
}

.newbodytext {
    color: #000;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
}

.sustaintext {
    color: #04579b;
    font-size: 20px;
    line-height: 30px;
}

#inpiccont {
    width: 100%;
    height: auto;
    background: url('../img/aboutrig.jpg') no-repeat center top;
    background-size: cover;
    margin-top: 70px;
    padding-top: 50px;
    padding-bottom: 70px;
}

#sustain {
    width: 100%;
    height: auto;
    background: url('../img/greenfarm.jpg') no-repeat bottom center;
    background-size: cover;
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
}

#sustaincont {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#sustaininner {
    width: 35%;
    height: auto;
    padding: 5%;
    background-color: rgba(255, 255, 255, 0.9);
}

#coloredcolumn {
    width: 40%;
    height: 400px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 3.5%;
}

#columnitemcont {
    overflow: hidden;
    width: 30%;
    height: 300px;
}

#threecolumnitem {
    background-color: rgba(255, 255, 255, 0.9);
    padding-top: 150px;
    height: 100%;
    padding-left: 10%;
    padding-right: 10%;
    width: 80%;
    transition: all 0.5s ease;
}

#threecolumnitem:hover {
    transform: scale(1.06);
}

.boldhead {
    font-size: 45px;
    letter-spacing: -0.03em;
    font-weight: 500;
    color: #000;
}

.boldbody {
    font-size: 28px;
    font-weight: 300;
    color: #000;
    padding-top: 10px;
}

.smallhead {
    font-size: 25px;
    letter-spacing: -0.03em;
    font-weight: 500;
    color: #fff;
}

.smallbody {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding-top: 5px;
}

.customer-logos {
    height: 180px;
}

.myhero {
    font-size: 75px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 80px;
}

.navlinks {
    font-size: 17px;
    color: #04477f;
    font-weight: 500;
}

.navlinks a {
    color: #04477f;
}

.navlinks a:hover {
    color: #c6311e;
}

.activelink {
    color: #c6311e !important;
}

.navlinks2 {
    font-size: 28px;
    color: #545456;
    letter-spacing: 0.07em;
    text-transform: lowercase;
    font-weight: 100;
}

.navlinks2 a {
    color: #545456;
}

.navlinks2 a:hover {
    color: #ff6f00;
}

.activelink {
    color: #ff6f00;
}

.innerbodyhead {
    color: #8081be;
    font-size: 45px;
    letter-spacing: 0.02em;
    padding-bottom: 20px;
}

.innerbodytext {
    text-align: left;
    color: #545456;
    font-size: 18px;
    line-height: 32px;
}

ul.howdoes {
    padding-top: 20px;
    padding-left: 20px;
    list-style: none;
}

ul.subhowdoes {
    list-style: none;
}

.howdoes li {
    padding-bottom: 20px;
}

ul.howdoes li::before {
    content: "\2022";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #ff6f00;
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    /* Also needed for space (tweak if needed) */
    font-size: 30px;
}

.bignumbers {
    font-size: 35px;
    letter-spacing: 0.02em;
    color: #ff6f00;
    padding-bottom: 10px;
    padding-top: 20px;
}

.focushead {
    color: #8081be;
    font-size: 35px;
    letter-spacing: 0.02em;
    padding-bottom: 12px;
}

.focustext {
    text-align: left;
    color: #545456;
    font-size: 13px;
    line-height: 22px;
}

.contactheading {
    color: #8081be;
    font-size: 35px;
    letter-spacing: 0.02em;
    padding-bottom: 12px;
    padding-top: 50px;
}

.contactheading2 {
    color: #ff6f00;
    font-size: 30px;
    letter-spacing: 0.02em;
    padding-bottom: 12px;
}

#teamcont {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 130px;
}

#theteam {
    width: 23%;
    height: auto;
    overflow: hidden;
}

#teamwhite {
    width: 80%;
    padding: 10%;
    height: 100px;
    background: #ddd;
    margin-top: -10px;
}

#teamname {
    color: #000;
    font-size: 26px;
    padding-bottom: 1px;
    font-weight: 700;
}

#teamdes {
    color: #000;
    font-size: 16px;
    line-height: 27px;
}

ul#slideshow {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 0px;
    width: 100%;
    height: 100%;
}

ul#slideshow li {
    width: 100%;
    height: 100%;
}

#fssList li {
    display: none;
}

#newfootercont {
    width: 100%;
    background: #ccc;
}

#newfooter {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    padding-bottom: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 70px;
}

#newfooteritem {
    width: 23%;
    height: auto;
    overflow: hidden;
}

.newfooterheading {
    color: #DDD;
    font-size: 18px;
    padding-bottom: 30px;
}

.newfooterbody {
    color: #444;
    font-size: 14px;
    line-height: 22px;
}

.newfooterbody a {
    text-decoration: none;
    color: #666;
}

.newfooterbody a:hover {
    color: #000;
}

ul.nav {
    height: 100px;
    margin: 0;
    padding-left: 0;
    float: right;
}

ul#mobilenav {
    display: none;
}

ul.nav li.page_item {
    position: relative;
    display: block;
    float: left;
    list-style: none;
    height: 100px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 100px;
}

ul.children li.page_item {
    height: auto;
    padding: 0px;
    line-height: 40px;
}

ul.nav li {
    display: block;
    transition-duration: 0.5s;
}

ul.nav li:hover {
    cursor: pointer;
}

ul.nav li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    display: none;
    background: #2b6ab8;
    left: 0px;
    top: 91px;
    min-width: 240px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 30px;
    margin-top: 0px;
    margin-left: 20px;
    margin-top: 10px;
    line-height: 35px;
    text-align: left;
    z-index: 10;
}

ul.nav li:hover>ul,
ul.nav li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
}

ul.nav li ul li {
    clear: both;
    width: 100%;
}

.current_page_item a {
    color: #0051B7 !important;
}

.current_page_parent a {
    color: #0051B7 !important;
}

.children a {
    color: #fff !important;
}

ul.nav li ul li a {
    clear: both;
    width: 100%;
    color: #fff !important;
    font-size: 15px;
}

ul.nav li ul li a:hover {
    color: #6fd2e1 !important;
}

.peoplename {
    font-size: 23px;
    line-height: 42px;
    color: #04579b;
    font-weight: 600;
    text-transform: capitalize;
}

.peopledesc {
    font-size: 17px;
    color: #c6311e;
    font-weight: 300;
    margin-top: -10px;
}

.peoplebody {
    font-weight: 300;
    margin-top: 20px;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 50px;
}

#tombstonecont {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
}

#tombstone {
    width: 22%;
    height: 480px;
    margin-right: 2%;
    margin-bottom: 40px;
    background: #f6f6f6;
    border: 1px solid #ccc;
}

#tombstone2 {
    width: 22%;
    height: 560px;
    margin-right: 2%;
    margin-bottom: 40px;
    background: #f6f6f6;
    border: 1px solid #ccc;
}

#tombcompany {
    width: 100%;
    height: 150px;
    background: #fff;
    text-align: center;
    line-height: 150px;
}

#tombcompany img {
    width: 50%;
    vertical-align: middle;
}

#tomb-companyname {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    text-align: center;
    font-size: 18px;
    margin-top: 15px;
    color: #04477f;
}

#tomb-project {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 15px;
    color: #666;
    font-size: 14px;
}

#tomb-logo {
    width: 100%;
    height: auto;
    margin-top: 30px;
    text-align: center;
}

#tomb-logo img {
    width: 50%;
}

#tomb-year {
    width: 100%;
    height: auto;
    margin-top: 20px;
    text-align: center;
    font-size: 13px;
}

.address {
    font-size: 18px;
    line-height: 27px;
}

@media all and (max-width: 736px) {
    #galleryitem {
        width: 30%;
        padding: 0.5%;
        height: 120px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    #headernav {
        display: none;
    }
    #headertop {
        width: 90%;
    }
    #headerleft img {
        height: 40px;
    }
    #header-right {
        float: right;
        width: 10%;
    }
    #headercont {
        height: 40%;
        border-bottom: 10px solid #c6311e;
    }
    #innerheader {
        width: 90%;
    }
    #midinner {
        width: 90%;
    }
    .myhero {
        font-size: 30px;
        line-height: 46px;
    }
    #companiesbutton {
        width: 150px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        font-weight: 500;
    }
    #what {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        display: block;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #whatleft {
        width: 100%;
        padding-right: 0%;
        font-size: 25px;
        letter-spacing: normal;
        font-weight: 500;
    }
    #whatsmall {
        color: #c6311e;
        font-size: 10px;
        margin-top: 0px;
    }
    #whatright {
        width: 100%;
        font-size: 20px;
        line-height: 26px;
        padding-top: 20px;
    }
    #keysolutions {
        font-size: 25px;
    }
    #goalsinner {
        width: 90%;
    }
    #thegoalscont {
        padding-top: 20px;
        padding-bottom: 20px;
        display: block;
    }
    #thegoal {
        width: 100%;
        margin-bottom: 30px;
    }
    #goalimg {
        height: 180px;
    }
    #goalwhite {
        height: 140px;
    }
    #goalbody {
        font-size: 16px;
        line-height: 21px;
        padding-top: 0px;
    }
    #lowermidcont {
        height: 250px;
    }
    #lowermid {
        height: 250px;
        background-position: left top !important;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    #downloadscont {
        width: 90%;
    }
    #downloads {
        font-size: 25px;
        padding-top: 30px;
    }
    #downloadssub {
        font-size: 14px;
        line-height: 21px;
        width: 80%;
        padding-top: 5px;
    }
    .customer-logos {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        height: 100px;
    }
    #newfooter {
        width: 90%;
        padding-bottom: 20px;
        display: block;
        padding-top: 20px;
    }
    #footerleft,
    #footerright {
        width: 100%;
        text-align: center;
    }
    #submidcont {
        height: 180px;
    }
    #inmid {
        font-size: 25px;
        padding-top: 60px;
        width: 90%;
    }
    #biginner {
        font-size: 20px;
        line-height: 26px;
        padding-top: 30px;
        padding-bottom: 15px;
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .newbodytext {
        font-size: 16px;
        text-align: left;
    }
    .smallhead {
        font-size: 20px;
    }
    .sustaintext {
        font-size: 16px;
        line-height: 22px;
    }
    #twocolumncont {
        width: 90%;
        display: block;
        padding-left: 5%;
        padding-right: 5%;
    }
    #leftcolumn,
    #rightcolumn {
        width: 100%;
    }
    #inpiccont {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #columnitemcont {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        height: 200px;
        margin-bottom: 20px;
    }
    #threecolumnitem {
        padding-top: 40px;
    }
    .boldhead {
        font-size: 25px;
    }
    #thegoal2 {
        width: 48%;
        margin-bottom: 15px;
    }
    #goalbody2 {
        font-size: 20px;
    }
    #sustaininner {
        width: 90%;
    }
    #pagesheading {
        font-size: 25px;
    }
    #pagesheading2 {
        font-size: 20px;
        padding-bottom: 10px;
    }
    #smallinner {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 16px;
        line-height: 24px;
        text-align: left;
    }
    ul#mobilenav {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        height: 50px;
        text-align: center;
        border-top: 1px solid #b2d9da;
        font-size: 12px;
        color: #aaa;
        float: none;
    }
    ul#mobilenav li.page_item {
        height: 50px;
        line-height: 50px;
        padding-left: 4px;
        padding-right: 4px;
    }
    ul#mobilenav li ul {
        left: -15px;
        top: 40px;
        min-width: 140px;
        padding-left: 10px;
        padding-top: 1px;
        padding-bottom: 10px;
        margin-top: 0px;
        margin-left: 20px;
        margin-top: 10px;
        line-height: 15px;
        text-align: left;
        z-index: 10;
    }
    ul#mobilenav li a {
        color: #04579b;
    }
    ul.nav li ul li a {
        clear: both;
        width: 100%;
        color: #fff !important;
        font-size: 12px;
    }
    #tombstonecont {
        justify-content: space-between;
    }
    #tombstone {
        width: 48%;
        height: 540px;
        margin-right: 0px;
    }
    #tombstone2 {
        width: 48%;
        height: 660px;
        margin-right: 0px;
    }
    #tomb-companyname {
        font-size: 15px;
    }
    #csrcolumncont {
        height: auto;
        display: block;
    }
    #csrcolumns {
        width: 100%;
        height: 400px;
        padding-top: 15px;
    }
}