/* ADDED CSS */

p {
  font-family: 'Open Sans', sans-serif;
  color: #2d3e50;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}

a {
  color: #2d3e50;
  text-decoration: none;
}

li {
    font-family: 'Open Sans', sans-serif;
    color: #2d3e50;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
}

br {
    display: none;
}

.singlepostheader {
  margin-bottom: 30px;
}

.singleblogcopy {
  margin-top: 40px;
}

.singleblogpostdate {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #91a0b1;
  font-style: italic;
  font-weight: 300;
}

.singleblogpostimage {
  overflow: hidden;
  height: 400px;
}

.singleblogpostimg {
  position: relative;
  top: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.navigation {
  position: fixed;
  top: 0px;
  z-index: 1000;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 50px;
  float: left;
}

.safewayiconnav {
  position: relative;
  width: 50px;
  height: 50px;
  float: left;
  background-color: #e2383f;
}

.image {
  width: 100%;
  height: 100%;
}

.safewaynamenav {
  position: relative;
  width: 250px;
  height: 50px;
  float: left;
  text-decoration: none;
}

.safewaynametext {
  font-family: 'Geometric 415 lite bt', sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.safewaynamespan {
  font-family: 'Geometric 415 bt', sans-serif;
  color: #e2383f;
}

.navigationmenu {
  position: relative;
  width: 100px;
  height: 50px;
  float: right;
  background-color: #e2383f;
  text-decoration: none;
}

.safewaymenunav {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
}

.safewaymenunav:hover {
  background-color: #cf252c;
}

.navlink {
  position: relative;
  overflow: hidden;
  width: 20%;
  height: 75px;
  float: left;
  text-decoration: none;
}

.navlink.whitebg {
  background-color: #fff;
}

.navlinktext {
  position: absolute;
  z-index: 100;
  display: block;
  width: 100%;
  height: 75px;
  float: left;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #2d3e50;
  font-size: 14px;
  line-height: 75px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.navlinktext:hover {
  border-top: 3px solid #e2383f;
}

.body {
  border-top: 1px solid #edebf0;
}

.menudropdown {
  position: relative;
  display: block;
  overflow: visible;
  width: 100%;
  height: auto;
  float: left;
  border-top: 1px solid #dedce2;
}

.arrowspan {
  position: relative;
  top: -2px;
  color: #91a0b1;
  font-size: 8px;
  line-height: 50px;
}

.arrowspan.arrowspanrollover {
  color: #fff;
}

.navsectiondropdown {
  position: relative;
  top: 75px;
  display: block;
  overflow: visible;
  margin-top: 15px;
  padding-right: 15px;
}

.dropdownmenulink {
  display: block;
  padding-left: 15px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #2d3e50;
  line-height: 40px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none;
}

.dropdownmenulink:hover {
  background-color: #e2383f;
  color: #fff;
}

.navwhitebg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #dedce2;
  background-color: #fff;
}

.navlinktextrollover {
  position: absolute;
  display: block;
  width: 100%;
  background-color: #e2383f;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 75px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.menudropdownmobile {
  display: none;
}

.mobilehotspot {
  display: none;
}

.heroimage {
  position: relative;
  width: 100%;
  height: 650px;
  margin-top: -1px;
  float: left;
  background-image: linear-gradient(180deg, rgba(145, 160, 177, .2), rgba(45, 62, 80, .8)), url('../images/IMG_9884.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: 50px;
}

.herorow {
  position: relative;
  top: 50%;
  display: block;
  width: 80%;
  height: 400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.herotagline {
  margin-top: auto;
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 50px;
}

.whitebutton {
  margin-right: 20px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  border: 2px solid #fff;
  border-radius: 20px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.whitebutton:hover {
  background-color: #2d3e50;
  color: #fff;
  font-weight: 300;
}

.herocolumn {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.heromailchimpsubscribe {
    position: absolute;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

.herosubscribetitle {
  font-family: 'Open Sans', sans-serif;
  color: #e2383f;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.herosubscribeform {
  margin-top: 30px;
}

.formentry {
  height: 40px;
  margin-bottom: 20px;
  border: 1px solid #91a0b1;
  border-radius: 5px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #2d3e50;
  font-size: 16px;
  font-weight: 300;
}

.herosubmitebutton {
  width: 100%;
  height: 40px;
  margin-top: 10px;
  border-radius: 20px;
  background-color: #e2383f;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.herosubmitebutton:hover {
  background-color: #c7131a;
}

.heroheader {
  position: absolute;
  left: 50%;
  display: block;
  width: 95%;
  height: 100px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.heroheaderlogo {
  position: relative;
  top: 50%;
  width: 225px;
  float: left;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.heroheaderbottonright {
  position: relative;
  top: 50%;
  float: right;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: right;
}

.arrowdown {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 25px;
  margin-bottom: 31px;
  opacity: 0.6;
}

.arrowdown:hover {
  opacity: 1;
}

.heroarrowdown {
  display: block;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.heroverticalmobile {
  position: relative;
}

.blogsection {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  float: left;
}

.employeeupdates {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.employeeupdatestitle {
  margin-bottom: 25px;
  padding-left: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #e2383f;
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
}

.homepagepost {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #dedce2;
  text-decoration: none;
}

.blogpostimage {
  position: relative;
  overflow: hidden;
  height: 150px;
}

.blogpostimagehold {
  position: relative;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.blogentryhome {
  margin-bottom: 30px;
  padding: 10px 10px 25px;
}

.text-block {
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #2d3e50;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.homeblogpara .p {
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #2d3e50;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}

.row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blogpostdate {
  font-family: 'Open Sans', sans-serif;
  color: #5d6f83;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
}

.div-block-2 {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 30px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.blogarrowimage {
  height: 90%;
}

.readmoreblog {
  display: inline-block;
  padding-left: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #e2383f;
}

.weanswersection {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  background-color: #e2383f;
}

.weanswerleft {
  padding: 40px;
}

.row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.weanswerright {
  background-image: url('../images/_MG_4230.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.questions {
  margin-top: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .6);
}

.question {
  position: relative;
  width: 100%;
  min-height: 50px;
  padding: 20px 10px;
  float: left;
  border-top: 1px solid hsla(0, 0%, 100%, .6);
  color: #fff;
  text-decoration: none;
}

.question:hover {
  background-color: #d12a31;
}

.questionarrow {
  position: relative;
  width: 90%;
  float: left;
  opacity: 0.58;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-align: right;
  text-decoration: none;
}

.div-block-3 {
  display: inline-block;
  width: 10%;
  float: left;
}

.questioncopy {
  width: 90%;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.messagefromceovideo {
  position: relative;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  float: left;
}

.div-block-4 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.amessagewhitebg {
    position: absolute;
    display: inline-block;
    /* margin-top: -80px; */
    padding: 5px 10px 10px;
    background-color: #fff;
    z-index: 100;
    margin-left: 20px;
    margin-top: 15px;
}

.text-block-2 {
  font-family: 'Open Sans', sans-serif;
  color: #2d3e50;
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
}

.video {
  display: block;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}

.messagecopy {
  display: block;
  width: 95%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.messageceopara {
  width: 85%;
  font-family: 'Open Sans', sans-serif;
  color: #5d6f83;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}

.thechallenge {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  float: left;
}

.challengecenter {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.challengephoto {
  height: 400px;
  background-image: url('../images/_MG_4220.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.challengewhitebg {
  position: absolute;
  width: 50%;
  margin-top: -10px;
  padding-right: 5px;
  padding-bottom: 10px;
  background-color: #fff;
}

.icon {
  width: 80px;
  margin-bottom: 10px;
}

.challengesubheader {
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #2d3e50;
  font-size: 25px;
  line-height: 40px;
  font-weight: 400;
}

.challengepara {
  font-family: 'Open Sans', sans-serif;
  color: #5d6f83;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}

.challengerow {
  display: block;
  margin-top: -41px;
}

.socialshare {
  position: relative;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  float: left;
  background-color: #91a0b1;
}

.socialsharerow {
  position: relative;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.socialpara {
  margin-bottom: 31px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}

.fcaebookbox {
  padding: 10px 10px 15px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 6px 6px 12px -2px #5d6f83;
}

.facebookphoto {
  height: 200px;
  background-image: url('../images/_MG_4249.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
}

.facebooktitle {
  margin-top: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #2d3e50;
  font-size: 20px;
  font-weight: 600;
}

.facebookcopy {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #5d6f83;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}

.safewayurl {
  font-family: 'Open Sans', sans-serif;
  color: #5d6f83;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.mailchimpfooter {
  position: relative;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 40px;
  float: left;
  background-color: #2d3e50;
}

.mailchimpfooterrow {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.mailchimpfootertitle {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.mailchimpfooterpara {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 0px;
}

.footermenu {
  width: 65%;
  height: 100%;
  padding-left: 20px;
  float: right;
  border-left: 1px solid hsla(0, 0%, 100%, .6);
}

.footermenulink {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footermenulist {
  margin-bottom: 40px;
}

.footermenutitle {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.safewayfooterlogo {
  position: absolute;
  bottom: 0px;
  width: 150px;
}

.copyright {
  display: block;
  width: 80%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 10px;
  font-weight: 300;
  text-align: center;
}

.redbutton {
  margin-top: 25px;
  padding-right: 20px;
  padding-left: 20px;
  border: 2px solid #e2383f;
  border-radius: 20px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #e2383f;
  font-weight: 300;
  letter-spacing: 2px;
}

.redbutton:hover {
  background-color: #e2383f;
  color: #fff;
}

.menudropdowntrigger {
  position: absolute;
  width: 100%;
  height: 300px;
}

.weanswerheader {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 100px;
  float: left;
}

.pageheader {
  display: block;
  width: 95%;
  height: 100px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  margin-top: 50px;
}

.pagebutton {
  padding-right: 20px;
  padding-left: 20px;
  border: 2px solid #e2383f;
  border-radius: 20px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #e2383f;
  font-weight: 300;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.pagebutton:hover {
  background-color: #e2383f;
  color: #fff;
}

.weanswerblog {
  position: relative;
  width: 100%;
  padding-bottom: 100px;
  float: left;
}

.anwersblog {
  position: relative;
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.answerpost {
  position: relative;
  width: 100%;
  margin-top: -1px;
  border-bottom: 1px solid #dedce2;
}

.answerpost:hover {
  background-color: #fafafa;
}

.questionpost {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #dedce2;
}

.questionpostcopy {
  position: relative;
  top: 50%;
  width: 95%;
  float: left;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-family: 'Open Sans', sans-serif;
  color: #e2383f;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

.arrowrollover {
  position: relative;
  top: 50%;
  width: 5%;
  height: 20px;
  float: left;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.arrowone {
  position: absolute;
  width: 100%;
  padding-right: 15px;
  opacity: 0.6;
  font-family: 'Open Sans', sans-serif;
  color: #e2383f;
  font-size: 10px;
  font-weight: 800;
  text-align: right;
}

.arrowtwo {
  position: absolute;
  width: 100%;
  padding-right: 15px;
  opacity: 0;
  font-family: 'Open Sans', sans-serif;
  color: #e2383f;
  font-size: 10px;
  font-weight: 800;
  text-align: right;
}

.answercopy {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.answerpostcopy {
  width: 90%;
  margin-top: 30px;
  margin-bottom: 40px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #5d6f83;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}

.answerfooter {
  position: static;
  margin-bottom: 20px;
}

.answerreadmore {
  width: 50%;
  height: 20px;
}

.answershare {
  display: block;
  height: 20px;
  float: right;
}

.cellipse {
  color: #e2383f;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2px;
}

.shareicon {
  width: 20px;
  margin-left: 5px;
}

.quaicon {
  position: relative;
  width: 5%;
  height: 100%;
  float: left;
}

.questioncentrebox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.quaimage {
  padding-right: 10px;
}

.div-block-5 {
  position: relative;
  width: 95%;
  float: left;
}

.questionform {
  position: relative;
  width: 100%;
  padding-bottom: 100px;
  float: left;
}

.yourquestioncenter {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  border-top: 1px solid #dedce2;
}

.yourquestions {
  margin-top: 40px;
}

.formentryquestion {
  width: 100%;
  margin-bottom: 20px;
/*  float: left;*/
  border: 1px solid #91a0b1;
  border-radius: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #2d3e50;
  font-size: 16px;
  font-weight: 300;
}

.formentryquestion.right {
  width: 100%;
/*  margin-left: 2%;*/
}

.questionprovince {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #2d3e50;
  font-size: 16px;
  font-weight: 300;
}

.textarea {
  width: 100%;
  min-height: 150px;
  border: 1px solid #91a0b1;
  border-radius: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #2d3e50;
  font-weight: 300;
}

.discalimerquestion {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #5d6f83;
  font-weight: 300;
  text-align: center;
}

.communitiesheadercopy {
  margin-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.communitiesphoto {
  height: 400px;
  background-image: url('../images/_MG_4218.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.blogcentre {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.featurestory {
  width: 100%;
  height: 350px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
  text-decoration: none;
}

.communitiesblog {
  position: relative;
  width: 100%;
  padding-bottom: 100px;
  float: left;
}

.leftcolumnfeature {
  position: relative;
  width: 35%;
  height: 100%;
  float: left;
  background-color: #dedce2;
}

.rightcolumnfeature {
  overflow: hidden;
  width: 65%;
  height: 100%;
  float: left;
}

.image-2 {
  position: relative;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.blogposts {
  margin-top: 20px;
}

.postthird {
  position: relative;
  width: 33.33%;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}

.post {
  position: relative;
  width: 100%;
  height: 425px;
  background-color: #dedce2;
  text-decoration: none;
}

.blogtiered {
  position: relative;
  display: block;
  width: 80%;
  height: 50px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.updates {
  position: relative;
  width: 16.6%;
  height: 100%;
  float: left;
  border-bottom: 2px solid #e2383f;
}

.updatesheader {
  position: relative;
  top: 50%;
  display: inline-block;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-family: 'Open Sans', sans-serif;
  color: #e2383f;
  font-size: 16px;
  line-height: 30px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.blogtierlink {
  width: 16.6%;
  height: 100%;
  float: left;
  border-bottom: 2px solid #e2383f;
  font-family: 'Open Sans', sans-serif;
  color: #2d3e50;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.blogtierlink:hover {
  background-color: #e2383f;
  color: #fff;
}

.text-block-4 {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.paginationfooter {
  width: 100%;
  height: 50px;
  padding-right: 10px;
  padding-left: 10px;
      float: left;
}

.leftpage {
  position: relative;
  width: 50%;
  height: 100%;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #e2383f;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 2px;
  text-decoration: none;
}

.leftpage:hover {
  color: #c7131a;
}

.rightpage {
  position: relative;
  width: 50%;
  height: 100%;
  float: right;
  font-family: 'Open Sans', sans-serif;
  color: #e2383f;
  font-size: 16px;
  line-height: 50px;
  font-weight: 800;
  text-align: right;
  letter-spacing: 2px;
  text-decoration: none;
}

.rightpage:hover {
  color: #c7131a;
}

.paginationtext {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.qusection {
  position: relative;
  width: 100%;
  padding-bottom: 75px;
  float: left;
}

.container {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.qupost {
  position: relative;
  width: 100%;
  height: 380px;
  padding: 15px;
  border-radius: 5px;
  background-color: #ffefeb;
  text-decoration: none;
}

.qupost:hover {
  background-color: #ffe2dd;
}

.quicon {
  position: relative;
  width: 100%;
  height: 40px;
  float: left;
}

.quiconimg {
  height: 100%;
}

.quposttitle {
  position: relative;
  margin-top: 10px;
  padding-bottom: 10px;
  float: left;
  border-bottom: 1px solid #e2383f;
  font-family: 'Open Sans', sans-serif;
  color: #e2383f;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  width: 100%;
}

.qucopy {
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #5d6f83;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

.qufooter {
  position: absolute;
  bottom: 10px;
  width: 50%;
  height: 20px;
  float: left;
}

.qushare {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 50%;
  height: 20px;
  float: right;
  text-align: right;
}

.contactphoto {
  position: relative;
  height: 200px;
  background-image: url('../images/IMG_4202.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.contactocmnleft {
  background-image: url('../images/_MG_4329.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.contactinfo {
  padding-right: 10px;
  padding-left: 10px;
}

.contactheaders {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #2d3e50;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contactcopy {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #5d6f83;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

.contactspace {
  height: 20px;
}

.contactdetails {
  font-family: 'Open Sans', sans-serif;
  color: #2d3e50;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.weanswerheadercopy {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #5d6f83;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

.blogdropdownmenu {
  display: none;
}

.blogtitle {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

html.w-mod-js *[data-ix="new-hidemenu"] {
  -webkit-transform: translate(0px, 0%) !important;
  -ms-transform: translate(0px, 0%) !important;
  transform: translate(0px, 0%) !important;
}
footer form p {
  color: #fff;
}

@media (max-width: 991px) {
  .navigation {
    top: 0px;
  }
  .dropdownmenulink {
    font-size: 12px;
  }
  .heroimage {
    height: 550px;
  }
  .herorow {
    width: 90%;
  }
  .herotagline {
    font-size: 38px;
    line-height: 45px;
  }
  .heromailchimpsubscribe {
    width: 95%;
    padding: 30px 30px 20px;
  }
  .herosubscribeform {
    margin-top: 20px;
  }
  .herosubmitebutton {
    margin-top: 0px;
  }
  .arrowdown {
    margin-bottom: 25px;
  }
  .blogsection {
    padding-top: 25px;
    padding-bottom: 35px;
  }
  .employeeupdates {
    width: 100%;
  }
  .blogpostimage {
    height: 125px;
  }
  .weanswerleft {
    padding: 20px;
  }
  .questions {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .question {
    padding: 15px 5px;
    font-size: 12px;
  }
  .questioncopy {
    font-size: 12px;
  }
  .messagefromceovideo {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .div-block-4 {
    width: 95%;
  }
  .text-block-2 {
    font-size: 38px;
    line-height: 45px;
  }
  .thechallenge {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .challengecenter {
    width: 95%;
  }
  .challengesubheader {
    font-size: 20px;
    line-height: 35px;
  }
  .socialshare {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .socialsharerow {
    width: 95%;
  }
  .mailchimpfooter {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .mailchimpfooterrow {
    width: 95%;
  }
  .redbutton {
    margin-top: 20px;
  }
  .weanswerheader {
    padding-bottom: 40px;
  }
  .weanswerblog {
    padding-bottom: 40px;
  }
  .anwersblog {
    width: 95%;
  }
  .arrowone {
    padding-right: 0px;
  }
  .arrowtwo {
    padding-right: 0px;
  }
  .questionform {
    padding-bottom: 40px;
  }
  .yourquestioncenter {
    width: 95%;
  }
  .blogcentre {
    width: 95%;
  }
  .featurestory {
    height: 300px;
  }
  .communitiesblog {
    padding-bottom: 30px;
  }
  .blogtiered {
    width: 95%;
  }
  .blogtierlink {
    position: relative;
    float: left;
  }
  .text-block-4 {
    font-size: 12px;
  }
  .qusection {
    padding-bottom: 20px;
  }
  .container {
    width: 95%;
  }
  .qupost {
    padding: 10px;
  }
  .blogdropdownmenu {
    display: none;
  }
  .blogtitle {
    width: 95%;
  }
    .singlepostheader {
    margin-bottom: 20px;
  }
  .singleblogcopy {
    margin-top: 20px;
  }
  .singleblogpostdate {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .singleblogpostimage {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .navigation {
    top: 0px;
    height: 40px;
  }
  .safewayiconnav {
    width: 40px;
    height: 40px;
  }
  .safewaynamenav {
    height: 40px;
  }
  .safewaynametext {
    line-height: 40px;
  }
  .navigationmenu {
    height: 40px;
  }
  .safewaymenunav {
    line-height: 40px;
  }
  .navlink {
    width: 100%;
    height: 50px;
  }
  .navlinktext {
    position: relative;
    height: 50px;
    line-height: 50px;
  }
  .menudropdown {
    display: none;
  }
  .navsectiondropdown {
    top: 0px;
    width: 100%;
    margin-top: 0px;
    padding-right: 0px;
    border-top: 2px solid #dedce2;
    border-bottom: 2px solid #dedce2;
  }
  .dropdownmenulink {
    position: relative;
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
  }
  .navwhitebg {
    height: 40px;
  }
  .navlinktextrollover {
    line-height: 50px;
  }
  .menudropdownmobile {
    position: relative;
    display: block;
    overflow: visible;
    width: 100%;
    height: auto;
    float: left;
  }
  .mobilehotspot {
    position: absolute;
    left: 60%;
    z-index: 1000;
    display: block;
    width: 40%;
    height: 40px;
    float: right;
  }
  .heroimage {
    height: 350px;
  }
  .herorow {
    position: relative;
    top: 0%;
    width: 100%;
    height: auto;
    margin-top: 59px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .herotagline {
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 40px;
  }
  .herocolumn {
    top: 0%;
    display: block;
    height: 300px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .heromailchimpsubscribe {
    width: 100%;
  }
  .heroheaderlogo {
    width: 40%;
  }
  .arrowdown {
    margin-bottom: 15px;
  }
  .heroverticalmobile {
    margin-top: 65px;
    margin-bottom: 30px;
    float: left;
  }
  .blogsection {
    left: 2.5%;
    width: 95%;
    margin-top: 350px;
    padding-bottom: 20px;
    float: left;
  }
  .blogcolumn {
    margin-bottom: 20px;
  }
  .blogpostimage {
    height: 150px;
  }
  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-2 {
    right: 0px;
  }
  .row-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .weanswerright {
    display: none;
  }
  .text-block-2 {
    line-height: 40px;
  }
  .challengephoto {
    height: 300px;
  }
  .challengepara {
    margin-bottom: 25px;
  }
  .mailchimpfooterrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footermenu {
    width: 100%;
    padding-left: 0px;
    border-style: none;
  }
  .column {
    margin-bottom: 30px;
  }
  .column-2 {
    height: 350px;
  }
  .sharecoworkers {
    margin-bottom: 30px;
  }
  .menudropdowntrigger {
    height: 350px;
  }
  .weanswerheader {
    padding-bottom: 30px;
  }
  .questionpostcopy {
    font-size: 16px;
    line-height: 25px;
  }
  .quaicon {
    display: none;
  }
  .communitiesheadercopy {
    padding-right: 0px;
    padding-left: 0px;
  }
  .blogcentre {
    position: relative;
    width: 95%;
    float: none;
  }
  .featurestory {
    height: auto;
  }
  .communitiesblog {
    padding-bottom: 20px;
  }
  .leftcolumnfeature {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 200px;
    clear: none;
  }
  .rightcolumnfeature {
    position: absolute;
    width: 100%;
    height: 200px;
    padding-right: 20px;
  }
  .blogposts {
    position: relative;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .postthird {
    width: 100%;
  }
  .post {
    height: auto;
  }
  .blogtiered {
    overflow: hidden;
    height: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .updates {
    display: none;
  }
  .blogtierlink {
    width: 100%;
    height: 40px;
    border-bottom-width: 1px;
    border-bottom-color: #dedce2;
    font-size: 14px;
  }
  .text-block-4 {
    font-size: 12px;
    line-height: 15px;
  }
  .qusection {
    padding-bottom: 20px;
  }
  .qupost {
    height: auto;
   padding-bottom: 50px;

  }
  .qucopy {
    margin-bottom: 40px;
  }
  .contact {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contactocmnleft {
    height: 250px;
  }
  .column-4 {
    margin-top: 25px;
    padding-left: 0px;
  }
  .blogdropdownmenu {
    display: block;
    width: 100%;
    height: 40px;
    padding-right: 10px;
    padding-left: 10px;
    border: 1px solid #dedce2;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #2d3e50;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .text-block-6 {
    width: 95%;
    float: left;
    line-height: 40px;
  }
  .arrowprovince {
    position: absolute;
    right: 10px;
    width: 5%;
    float: left;
    color: #91a0b1;
    line-height: 40px;
    text-align: right;
  }
  .arrowprovincerollover {
    position: absolute;
    right: 10px;
    width: 5%;
    float: right;
    opacity: 0;
    line-height: 40px;
    text-align: right;
  }
}

@media (max-width: 479px) {
  .navigation {
    height: 40px;
  }
  .safewayiconnav {
    width: 40px;
    height: 40px;
  }
  .safewaynamenav {
    width: 200px;
    height: 40px;
  }
  .safewaynametext {
    font-size: 20px;
    line-height: 40px;
  }
  .navigationmenu {
    width: 75px;
    height: 40px;
  }
  .safewaymenunav {
    line-height: 40px;
  }
  .navlink {
    width: 100%;
    height: 50px;
  }
  .navlinktext {
    display: block;
    height: 50px;
    line-height: 50px;
  }
  .menudropdown {
    display: none;
  }
  .navwhitebg {
    height: 40px;
  }
  .navlinktextrollover {
    display: block;
    line-height: 50px;
  }
  .menudropdownmobile {
    position: relative;
    width: 100%;
    float: left;
    border-top: 2px solid #dedce2;
  }
  .mobilehotspot {
    z-index: 1050;
  }
  .heroimage {
    height: 400px;
    background-attachment: scroll, scroll;
  }
  .herorow {
    height: auto;
    margin-top: 40px;
  }
  .herotagline {
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 40px;
  }
  .whitebutton {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 12px;
    line-height: 15px;
  }
  .herocolumn {
    height: 350px;
  }
  .heromailchimpsubscribe {
    position: relative;
    top: 50%;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
  .herosubscribetitle {
    font-size: 16px;
  }
  .heroheader {
    height: 75px;
  }
  .heroheaderlogo {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .heroheaderbottonright {
    display: none;
  }
  .arrowdown {
    display: block;
    height: 20px;
    margin-bottom: 20px;
  }
  .heroverticalmobile {
    margin-top: 92px;
  }
  .blogsection {
    margin-top: 325px;
  }
  .employeeupdatestitle {
    padding-left: 0px;
  }
  .div-block-2 {
    right: 0px;
  }
  .weanswerleft {
    padding-right: 14px;
    padding-left: 15px;
  }
  .questionarrow {
    font-size: 15px;
  }
  .questioncopy {
    font-size: 11px;
  }
  .amessagewhitebg {
    position: relative;
    margin-top: 0px;
  }
  .text-block-2 {
    font-size: 35px;
  }
  .messagecopy {
    margin-top: 11px;
  }
  .messageceopara {
    width: 100%;
  }
  .challengephoto {
    height: 250px;
  }
  .challengewhitebg {
    position: relative;
    width: 100%;
  }
  .facebookphoto {
    height: 150px;
  }
  .facebooktitle {
    line-height: 25px;
  }
  .footermenu {
    border-style: none;
  }
  .redbutton {
    margin-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 12px;
    line-height: 15px;
  }
  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .menudropdowntrigger {
    height: 400px;
  }
  .questionpost {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .questionpostcopy {
    width: 90%;
  }
  .arrowrollover {
    float: right;
  }
  .quaicon {
    display: none;
  }
  .div-block-5 {
    width: 100%;
  }
  .questionform {
    padding-bottom: 20px;
  }
  .yourquestions {
    margin-top: 20px;
  }
  .formentryquestion {
    width: 100%;
  }
  .formentryquestion.right {
    width: 100%;
    margin-left: 0%;
  }
  .communitiesheadercopy {
    padding-right: 0px;
    padding-left: 0px;
  }
  .communitiesphoto {
    height: 300px;
  }
  .featurestory {
    padding-right: 0px;
    padding-left: 0px;
  }
  .communitiesblog {
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }
  .leftcolumnfeature {
    margin-top: 150px;
  }
  .rightcolumnfeature {
    position: absolute;
    height: 150px;
    padding-right: 0px;
  }
  .blogposts {
    margin-top: 10px;
  }
  .postthird {
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .post {
    height: auto;
  }
  .blogtiered {
    height: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .blogtierlink {
    width: 100%;
    height: 40px;
    border-bottom-width: 1px;
  }
  .leftpage {
    font-size: 14px;
  }
  .rightpage {
    font-size: 14px;
  }
  .qusection {
    padding-bottom: 20px;
  }
  .contactocmnleft {
    height: 200px;
  }
  .contactinfo {
    padding-left: 10px;
  }
  .column-4 {
    margin-top: 15px;
    padding-left: 0px;
  }
  .column-5 {
    margin-top: 20px;
  }
  .blogtitle {
    width: 100%;
  }
   .singleblogpostimage {
    height: 200px;
  }
}

@font-face {
  font-family: 'Geometric 415 bt 1';
  src: url('../fonts/Geometric-415-Medium-BT-1.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Geometric 415 lite bt';
  src: url('../fonts/Geometric-415-Lite-BT.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Geometric 415 bt';
  src: url('../fonts/Geometric-415-Black-BT.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}