a {
  color: #00733e;
}
a:hover,
a:focus,
a:active {
  color: #005a30;
  border-color: #005a30;
}
img,
textarea {
  max-width: 100%;
}
p,
span,
ul,
li {
  line-height: 25px;
  font-weight: 300;
}
.table tbody tr td {
  border: none;
  padding: 0 15px;
  padding-bottom: 30px;
}
.table tbody tr td:first-child {
  padding-left: 0;
}
.table tbody tr td:last-child {
  padding-right: 0;
}
.table tbody tr:last-child td {
  padding-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 19px;
  margin: 0;
  padding: 0;
  line-height: 24px;
  letter-spacing: .05em;
  color: #000000;
  text-transform: uppercase;
  font-weight: 400;
}
.form-control::-webkit-input-placeholder {
  color: #00733e;
}
.form-control:-moz-placeholder {
  color: #00733e;
}
.form-control::-moz-placeholder {
  color: #00733e;
}
.form-control:-ms-input-placeholder {
  color: #00733e;
}
form .form-control {
  background-color: #f1f2f2;
  color: #00733e;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
p.help-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
p.help-block ul li {
  color: #c00700;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
}
p.help-block ul li:before {
  content: "\e107";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 5px;
}
.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  line-height: 1.8;
  letter-spacing: .15em;
  font-weight: 100;
  padding-left: 20px;
  padding-right: 20px;
}
.btn.btn-primary {
  background: #00733e;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  background: #005a30;
}
.alert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  color: #ffffff;
}
.alert a,
.alert button {
  color: #ffffff;
}
.alert a:hover,
.alert button:hover,
.alert a:active,
.alert button:active,
.alert a:focus,
.alert button:focus {
  color: #ffffff;
}
.alert span:before {
  content: "\e014";
  position: relative;
  top: 2px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 5px;
}
.alert.alert-danger {
  background-color: #a60600;
}
.alert.alert-success {
  background-color: #00733e;
}
img {
  vertical-align: middle;
}
span {
  display: inline-block;
  vertical-align: middle;
}
/* for visual purposes */
#column-content {
  border: 1px solid red;
  position: relative;
}
.projectboxes {
  margin-top: 30px;
}
.projectbox {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.projectbox .overbox {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.6);
  background-image: url(../img/arrow/arrow.png);
  background-size: 25px 25px;
  background-position: center 80%;
  background-repeat: no-repeat;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 100%;
  height: 100%;
  z-index: 100;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  -ms-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}
.projectbox:hover .overbox {
  top: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  -ms-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}
.projectbox .overtext {
  position: absolute;
  top: 50%;
  height: 30%;
  width: 100%;
  margin-top: -17%;
  text-align: center;
  padding: 30px;
  color: #000000;
}
.projectbox .overtext h1 {
  font-size: 19px;
  font-weight: 500;
}
.projectbox .overtext h2 {
  font-size: 12px;
  font-weight: 700;
}
.projectbox .overtext p:last-child {
  margin-bottom: 0;
}
.ie8 {
  display: none;
}
.ie9 {
  display: none;
}
/* fullscreen setup */
html,
body {
  height: 100%;
}
body {
  padding: 0;
  margin: 0;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 17px;
  color: #000000;
  letter-spacing: .02em;
}
.container {
  max-width: 1030px;
}
header {
  width: 100%;
  background: #ffffff;
  max-height: 120px;
  overflow-y: visible;
  position: absolute;
  top: 0;
}
header nav h1 {
  margin: 0;
  padding: 0;
  border: none;
  float: left;
  text-indent: -999999px;
  width: 120px;
  height: 160px;
  background-image: url(../img/logo/logo.png);
  background-color: #00733e;
  background-size: 120px 160px;
}
header nav h1 a {
  width: 120px;
  height: 160px;
  display: block;
}
header nav ul.menu {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
header nav ul.menu li {
  display: inline-block;
}
header nav ul.menu li.active a {
  font-weight: 500;
  color: #00733e;
}
header nav ul.menu li.active a:hover,
header nav ul.menu li.active a:focus,
header nav ul.menu li.active a:active {
  color: #00733e;
  text-decoration: none;
}
header nav ul.menu li a {
  text-transform: uppercase;
  padding: 0 15px;
  line-height: 120px;
  font-size: 14px;
  font-weight: 400;
  display: block;
  text-decoration: none;
  color: #000000;
  -webkit-transition: color .5s;
  transition: color .5s;
}
header nav ul.menu li a:hover,
header nav ul.menu li a:focus,
header nav ul.menu li a:active {
  background: none;
  color: #00733e;
  text-decoration: none;
  -webkit-transition: color .5s;
  transition: color .5s;
}
header nav .mobmenu-second-trigger {
  position: relative;
  -webkit-transition: top 1s;
  transition: top 1s;
  top: 32.5px;
  float: right;
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: none;
  padding: none;
  margin: none;
  background: none;
  outline: none;
  z-index: 10000001;
  display: none;
}
header nav .mobmenu-second-trigger span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 8%;
  margin-top: -2px;
  background-color: #00733e;
  font-size: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
header nav .mobmenu-second-trigger span:before,
header nav .mobmenu-second-trigger span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00733e;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
header nav .mobmenu-second-trigger span:before {
  -webkit-transform: translateY(-250%);
  transform: translateY(-250%);
}
header nav .mobmenu-second-trigger span:after {
  -webkit-transform: translateY(250%);
  transform: translateY(250%);
}
header nav .mobmenu-second-trigger.open span {
  background-color: transparent;
}
header nav .mobmenu-second-trigger.open span:before {
  background-color: #ffffff;
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
  transition: background-color 0.3s, transform 0.3s;
}
header nav .mobmenu-second-trigger.open span:after {
  background-color: #ffffff;
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
  transition: background-color 0.3s, transform 0.3s;
}
section.slider {
  margin-top: 120px;
}
section.slider img {
  width: 100%;
}
section.content {
  background: #ffffff;
}
section.content .arrow {
  position: relative;
  background: #00733e;
}
section.content .arrow:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #00733e;
  border-width: 20px;
  margin-left: -20px;
}
section.content .contentheading {
  padding: 15px 0;
  max-height: 60px;
  overflow: hidden;
}
section.content .contentheading h1 {
  color: #ffffff;
  font-weight: 400;
  line-height: 30px;
}
section.content .contentwrap {
  padding: 60px 0;
  padding-bottom: 50px;
}
section.content .aboutwrap {
  color: #ffffff;
}
section.content .aboutwrap h1 {
  color: #ffffff;
  padding-bottom: 20px;
}
section.content .aboutwrap p {
  font-weight: 100;
}
section.content .contentheading,
section.content .aboutwrap {
  background: #00733e;
  background-image: url(../img/heading-bg/heading-bg.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 370px 465px;
}
section.content .contact-form label {
  color: #00733e;
  text-transform: uppercase;
  font-size: 14px;
}
section.boxes {
  padding: 80px 0;
  font-size: 15px;
}
section.boxes h2 {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 5px;
}
section.boxes p {
  line-height: 22px;
}
section.boxes a {
  color: #000000;
}
section.boxes a:hover,
section.boxes a:focus,
section.boxes a:active {
  color: #000000;
  text-decoration: none;
}
footer {
  padding: 60px 0;
  background: #000000;
  color: #ffffff;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  color: #ffffff;
  text-transform: none;
  font-size: 20px;
  border: none;
}
footer a {
  color: #ffffff;
}
footer a:hover,
footer a:focus,
footer a:active {
  color: #ffffff;
  text-decoration: underline;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  line-height: 25px;
}
footer ul.social {
  float: right;
}
footer ul.social li {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url(../img/social.png);
  background-size: 28px 28px;
  margin-right: 5px;
  background-position: 0 0;
}
footer ul.social li:last-child {
  margin-right: 0;
}
footer ul.social li.twitter {
  background-position: 0 -28px;
}
footer ul.social li.contact {
  background-position: 0 -56px;
}
footer ul.social li a {
  display: block;
  width: 28px;
  height: 28px;
  text-indent: -999999px;
}
footer ul.copyright {
  text-align: right;
  width: 100%;
  display: block;
  float: none;
  clear: both;
}
footer ul.copyright li {
  display: inline-block;
  color: #bcbcbc;
  line-height: 22px;
  font-size: 14px;
}
.mobmenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-width: 0px;
  border-style: solid;
  border-color: #00733e;
  background-color: rgba(0, 0, 0, 0);
  transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
  z-index: 10000000;
  border-bottom: 0;
}
.mobmenu .mobmenu-overlay {
  position: absolute;
  width: 100%;
}
.mobmenu .mobmenu-trigger {
  position: fixed;
  -webkit-transition: top 1s;
  transition: top 1s;
  top: 32.5px;
  right: 60px;
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: none;
  padding: none;
  margin: none;
  background: none;
  outline: none;
  display: none !important;
}
.mobmenu .mobmenu-trigger span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 8%;
  margin-top: -2px;
  background-color: #00733e;
  font-size: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.mobmenu .mobmenu-trigger span:before,
.mobmenu .mobmenu-trigger span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00733e;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.mobmenu .mobmenu-trigger span:before {
  -webkit-transform: translateY(-250%);
  transform: translateY(-250%);
}
.mobmenu .mobmenu-trigger span:after {
  -webkit-transform: translateY(250%);
  transform: translateY(250%);
}
.mobmenu ul {
  position: fixed;
  margin: 0;
  margin-left: -150px;
  padding: 0;
  list-style: none;
}
.mobmenu ul li,
.mobmenu ul li a {
  display: block;
}
.mobmenu ul li {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s, visibility 0s 0.3s;
  transition: transform 0.3s, opacity 0.2s, visibility 0s 0.3s;
}
.mobmenu ul li:first-child {
  transform: translate3d(-100%, 200%, 0);
}
.mobmenu ul li:nth-child(2) {
  transform: translate3d(-100%, 100%, 0);
}
.mobmenu ul li:nth-child(3) {
  transform: translate3d(-100%, 0, 0);
}
.mobmenu ul li:nth-child(4) {
  transform: translate3d(-100%, -100%, 0);
}
.mobmenu ul li:nth-child(5) {
  transform: translate3d(-100%, -200%, 0);
}
.mobmenu ul li a {
  display: block;
  outline: none;
  text-decoration: none;
  background: transparent;
  text-shadow: none;
  font-size: 14px;
  font-weight: 400;
}
.mobmenu ul li a:before {
  color: #fff;
  font-size: 24px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.mobmenu ul li a:hover:before,
.mobmenu ul li a:focus:before {
  color: #fff;
}
.mobmenu ul:first-of-type li,
.mobmenu ul:nth-of-type(2) li {
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s 0.1s;
  transition: transform 0.3s, opacity 0.3s;
}
.mobmenu ul:first-of-type {
  top: 20px;
  left: 0;
}
.mobmenu ul:first-of-type li {
  width: 150px;
  height: 40px;
  line-height: 40px;
  -webkit-transform: translate3d(-100%, 50%, 0);
  transform: translate3d(-100%, 50%, 0);
}
.mobmenu ul:first-of-type li a {
  padding: 0 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.mobmenu ul:first-of-type li a:hover,
.mobmenu ul:first-of-type li a:focus {
  background: #00a659;
}
.mobmenu ul:first-of-type li a:hover:before,
.mobmenu ul:first-of-type li a:focus:before {
  color: #1abc9c;
}
.mobmenu ul:first-of-type li.active a {
  background: #00a659;
}
.mobmenu ul:nth-of-type(2) {
  left: 0;
  bottom: 0;
  width: 150px;
}
.mobmenu ul:nth-of-type(2) li {
  float: left;
  font-size: 0px;
  width: 35px;
  height: 50px;
  line-height: 50px;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.mobmenu ul:nth-of-type(2) li:first-child {
  width: 55px;
  padding-left: 20px;
}
.mobmenu ul:nth-of-type(2) li:last-child {
  width: 55px;
  padding-right: 20px;
}
.mobmenu ul:nth-of-type(2) li a {
  color: transparent;
  text-align: center;
  font-size: 0px;
}
.mobmenu ul:nth-of-type(2) li a:before {
  font-size: 35px;
  line-height: 50px;
}
.mobmenu ul:nth-of-type(2) li a.glyphicon {
  line-height: 49px;
  margin-left: -4px;
}
.mobmenu ul:nth-of-type(2) li a.glyphicon:before {
  font-size: 18px;
}
.mobmenu.mobmenu-open {
  height: 100%;
  border-width: 0px 0px 50px 150px;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: border-width 0.3s, background-color 0.3s;
  transition: border-width 0.3s, background-color 0.3s;
}
.mobmenu.mobmenu-open .mobmenu-overlay {
  height: 100%;
}
.mobmenu.mobmenu-open .mobmenu-trigger span {
  background-color: transparent;
}
.mobmenu.mobmenu-open .mobmenu-trigger span:before {
  background-color: #ffffff;
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
  transition: background-color 0.3s, transform 0.3s;
}
.mobmenu.mobmenu-open .mobmenu-trigger span:after {
  background-color: #ffffff;
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
  transition: background-color 0.3s, transform 0.3s;
}
.mobmenu.mobmenu-open ul {
  margin-left: 0;
}
.mobmenu.mobmenu-open ul li {
  visibility: visible;
  opacity: 1;
  transition: transform 0.3s, opacity 0.3s;
  transform: translate3d(0, 0, 0);
}
.mobmenu.mobmenu-open ul:first-of-type li {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mobmenu.mobmenu-open ul:nth-of-type(2) li {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.mobmenu.mobmenu-open ul:nth-of-type(2) li a {
  color: #ffffff;
  font-size: 12px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .projectbox .overtext {
    padding: 18px;
    color: #ffffff;
    line-height: 18px;
    font-size: 12px;
  }
  .projectbox .overtext p {
    margin: 0 0 10px;
  }
  .projectbox .overtext p:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  html:not([data-useragent*='MSIE 9.0']) header nav ul,
  html:not([data-useragent*='MSIE 8.0']) header nav ul {
    display: none;
  }
  html:not([data-useragent*='MSIE 9.0']) .mobmenu,
  html:not([data-useragent*='MSIE 8.0']) .mobmenu {
    display: block;
  }
  html:not([data-useragent*='MSIE 9.0']) .mobmenu-second-trigger,
  html:not([data-useragent*='MSIE 8.0']) .mobmenu-second-trigger {
    display: block;
  }
  html:not([data-useragent*='MSIE 9.0']) .contact-form,
  html:not([data-useragent*='MSIE 8.0']) .contact-form {
    margin-top: 30px;
  }
  html:not([data-useragent*='MSIE 9.0']) footer .copyright li,
  html:not([data-useragent*='MSIE 8.0']) footer .copyright li {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  html:not([data-useragent*='MSIE 9.0']) section.boxes .row div[class*='col-'],
  html:not([data-useragent*='MSIE 8.0']) section.boxes .row div[class*='col-'] {
    max-width: 360px;
    margin: 0 auto;
    float: none;
    margin-bottom: 30px;
  }
  html:not([data-useragent*='MSIE 9.0']) section.boxes .row div[class*='col-']:last-child,
  html:not([data-useragent*='MSIE 8.0']) section.boxes .row div[class*='col-']:last-child {
    margin-bottom: 0;
  }
  html:not([data-useragent*='MSIE 9.0']) footer .row div[class*='col-'],
  html:not([data-useragent*='MSIE 8.0']) footer .row div[class*='col-'] {
    width: 50%;
    float: left;
  }
  html:not([data-useragent*='MSIE 9.0']) footer ul.social,
  html:not([data-useragent*='MSIE 8.0']) footer ul.social {
    float: none;
    margin-top: 25px;
  }
  html:not([data-useragent*='MSIE 9.0']) footer .copyright,
  html:not([data-useragent*='MSIE 8.0']) footer .copyright {
    float: none;
    margin-top: 25px;
    text-align: left;
  }
  html:not([data-useragent*='MSIE 9.0']) footer .copyright li,
  html:not([data-useragent*='MSIE 8.0']) footer .copyright li {
    display: inline-block;
  }
  html:not([data-useragent*='MSIE 9.0']) .projectbox,
  html:not([data-useragent*='MSIE 8.0']) .projectbox {
    max-width: 360px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  html:not([data-useragent*='MSIE 9.0']) footer,
  html:not([data-useragent*='MSIE 8.0']) footer {
    text-align: center;
  }
  html:not([data-useragent*='MSIE 9.0']) footer .row div[class*='col-'],
  html:not([data-useragent*='MSIE 8.0']) footer .row div[class*='col-'] {
    width: 100%;
    float: none;
  }
  html:not([data-useragent*='MSIE 9.0']) footer .copyright,
  html:not([data-useragent*='MSIE 8.0']) footer .copyright {
    text-align: center;
  }
  html:not([data-useragent*='MSIE 9.0']) footer .copyright li,
  html:not([data-useragent*='MSIE 8.0']) footer .copyright li {
    display: inline-block;
  }
}
html[data-useragent*='MSIE 9.0'] html,
html[data-useragent*='MSIE 9.0'] body,
html[data-useragent*='MSIE 9.0'] header,
html[data-useragent*='MSIE 9.0'] section,
html[data-useragent*='MSIE 9.0'] footer,
html[data-useragent*='MSIE 9.0'] .container {
  min-width: 991px;
}
html[data-useragent*='MSIE 9.0'] .ie9 {
  display: block;
}
html[data-useragent*='MSIE 8.0'] html,
html[data-useragent*='MSIE 8.0'] body,
html[data-useragent*='MSIE 8.0'] header,
html[data-useragent*='MSIE 8.0'] section,
html[data-useragent*='MSIE 8.0'] footer,
html[data-useragent*='MSIE 8.0'] .container {
  min-width: 991px;
  width: 100%;
}
html[data-useragent*='MSIE 8.0'] .ie8 {
  display: block;
}
html[data-useragent*='MSIE 8.0'] header nav h1 {
  background-image: url(../img/logo/logo-ie8.png);
}
html[data-useragent*='MSIE 8.0'] .contactpage div[class*='col-'] {
  float: none;
  width: 100%;
  display: block;
}
html[data-useragent*='MSIE 8.0'] .projectbox {
  max-width: 360px;
}
html[data-useragent*='MSIE 8.0'] .projectbox .overbox {
  display: none;
  max-width: 360px;
  background-image: url(../img/arrow/arrow-ie8.png);
}
html[data-useragent*='MSIE 8.0'] .projectbox:hover .overbox {
  display: block;
  background-color: #ffffff;
}
html[data-useragent*='MSIE 8.0'] .container {
  display: table;
  width: 991px;
}
html[data-useragent*='MSIE 8.0'] .row {
  height: 100%;
  display: table-row;
}
html[data-useragent*='MSIE 8.0'] div[class*='col-'] {
  display: table-cell;
}
html[data-useragent*='MSIE 8.0'] footer .container {
  display: block;
  width: 991px;
}
html[data-useragent*='MSIE 8.0'] footer .row {
  height: 100%;
  display: block;
}
html[data-useragent*='MSIE 8.0'] footer div[class*='col-'] {
  display: block;
  width: 100%;
}
.issafari .btn {
  font-weight: 400;
}
.issafari section.content .aboutwrap p {
  font-weight: 400;
}
