*, h1, h2, h3, h4, h5, h6, p {
  font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color:#BC6123;
}

a, a:hover, a:active, a:visited {
  color:#BC6123;
}

p, li {
  font-size: 14px;
  line-height: 1.8;
}

.top-bar {
  background: none;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  float: none;
    display: flex;
  justify-content: center;
}

.top-bar .left {
  display: flex;
  justify-content: center;
}

.top-bar.expanded .title-area {
  background:none;
}

.top-bar .toggle-topbar.menu-icon a {
  color:black;
}

.top-bar .toggle-topbar a {
  font-size:15px;
}

.top-bar .toggle-topbar.menu-icon a {
  color:#BC6123;
}

.top-bar .toggle-topbar.menu-icon a span::after {
  box-shadow: 0 0px 0 1px grey, 0 7px 0 1px grey, 0 14px 0 1px grey;
}

.top-bar-section {
  width: auto
}

.top-bar-section li:not(.has-form) a:not(.button) {
  background: none;
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
  background: none;
}

.top-bar-section ul li {
  background:none;
}

.top-bar-section ul li > a {
  color:#BC6123;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
}

.top-bar-section ul li > a:hover {
  color:#BC6123;
}

.top-bar-section ul li:hover:not(.has-form) > a {
  color:#BC6123;
  font-family: 'Open Sans', sans-serif;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


footer {
  margin-top: 30px ;
}

footer p {
  color:white;
  margin-top:30px;
}

footer {
  background:#BC6123;
  height:120px;
}

footer a {
  color:white;
  font-weight:bold;
}

.social-icons {
  margin-top: 20px;
  padding-bottom: 20px;
  background:#BC6123;
  display:block;
}

.pressLinks{

  font-size: 16px;
font-family: tahoma, geneva, sans-serif;
}

.hvrbox * {
    box-sizing: border-box;
}

.hvrbox {
    position: relative;
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

    .hvrbox img {
        max-width: 100%;
    }

    .hvrbox .hvrbox-layer_bottom {
        display: block;
    }

    .hvrbox .hvrbox-layer_top {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(32,32,32, 0.5);
        color: #fff;
        padding: 15px;
        -moz-transition: all 0.4s ease-in-out 0s;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
    }

    .hvrbox:hover .hvrbox-layer_top,
    .hvrbox.active .hvrbox-layer_top {
        opacity: 1;
    }

    .hvrbox .hvrbox-text {
        text-align: justify;
        text-justify: inter-word;
        font-size: 15px;
        display: inline-block;
        position: relative;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        line-height: normal;
        font-family: Helvetica, Sans-Serif;

    }

    .hvrbox .hvrbox-text_mobile {
        font-size: 8px;
        border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
        border-top: 1px solid rgba(179, 179, 179, 0.7);
        margin-top: 5px;
        padding-top: 2px;
        display: none;
    }

    .hvrbox.active .hvrbox-text_mobile {
        display: block;
    }

.sideContent {
    margin-bottom: 10px;
    height: 240px;
    background-color: silver;
    text-align: center; 
}
    .mainContent {
    margin-bottom: 10px;
    height: 320px;
    background-color: white;
   
    }

.imgHolder {
    position: absolute;
    right: 10px;
    top: 85%;
    color: black;
    font-weight: bold;
    left: 1%;
    font-size: 1vw;
    font-family: tahoma, geneva, sans-serif;
    color: #BC6123;
    background-color: rgba(255, 255, 255, 0.9);
}