/* RESETS */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

a:active,
a:focus {
  outline: none;
}
/* -------------------------------------------------

  VARIABLES

---------------------------------------------------*/
/* RESPONSIVE */
/* COLORS */
/* FONTS */
/* MIXINS */
.hover-transition {
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
.box-model {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.hide-text {
  text-indent: -9999px;
}

.text-right p,
.text-right {
  text-align: right;
}
/* -------------------------------------------------

  SITE-WIDE STYLING

---------------------------------------------------*/
body {
  font-family: 'Open Sans';
  font-weight: 300;
  color: #5e5e5e;
  background: #3f3f3f;
}
body a:link,
body a:visited,
body a:hover,
body a:active {
  text-decoration: none;
}
body .bullets li {
  font-size: 13px;
  line-height: 1.5;
  position: relative;
  padding-left: 18px;
  color: #5e5e5e;
}
body .bullets li:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #5e5e5e;
  font-size: 13px;
}
.content-wrapper {
  background: white;
}
.content h2 {
  font: 'Open Sans';
  font-weight: 700;
  text-transform: uppercase;
  font-size: 26px;
  margin: 25px 0;
  color: #3f3f3f;
}
.content h3 {
  font: 'Open Sans';
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 0 10px;
  color: #272727;
  border-left: 3px solid #EF4A43;
  padding: 0 0 0 8px;
  line-height: .8;
}
.content p {
  font-size: 15px;
  line-height: 1.4;
  margin: 0 0 20px;
}

.content h5 { 
  margin: 0 0 5px 0;
  line-height: 1.6; 
}

.content h5,
.content p b,
.content p strong {
  font-weight: 600; 
}
.alert {
  font-size: 14px;
}
.alert h4 {
  font: bold 20px 'Open Sans';
  margin: 0 0 15px !important;
  text-transform: uppercase;
}
.alert p {
  font-weight: bold;
  margin: 10px 0 !important;
  font-size: 14px !important;
}
.alert ul li {
  list-style: disc;
  margin: 0 0 0 2em;
  padding: 0 0 0 1em;
  line-height: 1.5;
}
.alert.alert-danger {
  color: #EF4A43 !important;
}
.alert.alert-danger h4 {
  color: #EF4A43 !important;
  margin: 0 0 5px !important;
}
.alert.alert-success h4 {
  color: #468847 !important;
  margin: 0 0 5px !important;
}
/* -------------------------------------------------

  HEADER AND FOOTER

---------------------------------------------------*/
.body-header {
  background: white;
  padding-top: 25px;
}
.body-header .menu-toggle {
  padding: 10px 0 25px;
  font-size: 20px;
  text-align: center;
}
.body-header .menu-toggle a {
  color: #5e5e5e;
  text-decoration: none;
}
.body-header .social-links {
  display: block;
  text-align: center;
}
.body-header .social-links li {
  display: inline-block;
  font-size: 14px;
  padding-top: 5px;
}
.body-header .social-links li a:link,
.body-header .social-links li a:visited,
.body-header .social-links li a:hover {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  padding: 8px 15px;
  overflow: hidden;
  color: #5e5e5e;
  border-right: 1px solid #dedede;
  display: inline-block;
  text-align: center;
}
.body-header .social-links li a:link span,
.body-header .social-links li a:visited span,
.body-header .social-links li a:hover span {
  display: none;
}
.body-header .social-links li.phone > div {
  display: block;
  padding-right: 10px;
  overflow: hidden;
  color: #5e5e5e;
  display: inline-block;
  text-align: center;
  text-align: right;
  position: relative;
  top: 2px;
}
.body-header .social-links li.phone > div div {
  margin-bottom: 5px;
}
.body-header .social-links li.phone > div div:last-child {
  margin: 0;
}
.body-header .social-links li.phone > div span {
  margin-left: 7px;
  display: inline-block;
}
.body-header .social-links li.twitter a:hover {
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  color: #47ccfd;
}
.body-header .social-links li.facebook a:hover {
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  color: #3B559F;
}
.body-header .social-links li:last-child a {
  border-right: 0;
}
.body-header nav {
  display: none;
  margin-top: 0;
  margin-bottom: 10px;
  background: #636466;
}
.body-header nav li {
  display: block;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #A3A3A3;
}
.body-header nav li a:link,
.body-header nav li a:visited {
  display: block;
  padding: 20px;
  color: white;
  font-size: 14px;
  margin: 0;
}
.body-header nav li.has-children {
  position: relative;
}
.body-header nav li.has-children ul {
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  background: white;
  text-align: left;
  visibility: visible;
  opacity: 1;
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9;
}
.body-header nav li.has-children ul li {
  display: block;
}
.body-header nav li.has-children ul li a:link,
.body-header nav li.has-children ul li a:visited {
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  width: 12em;
  display: block;
  padding: 14px 20px;
  color: white;
  font-size: 14px;
  margin: 0;
  background: #636466;
  border-top: 1px solid #A3A3A3;
}
@media (max-width: 1199px) {
  .body-header nav li.has-children ul li a:link,
  .body-header nav li.has-children ul li a:visited {
    font-size: 12px;
  }
}
.body-header nav li.has-children ul li a:hover,
.body-header nav li.has-children ul li a:active {
  background: #EF4A43;
}
.body-header nav li.has-children ul li:last-child a {
  border-bottom: 1px solid #A3A3A3;
}
.body-header nav li.has-children ul :first-child {
  border-top: none;
}
.body-header nav li.has-children:hover ul {
  opacity: 1;
  visibility: visible;
  display: block;
}
.body-header h1 a:link,
.body-header h1 a:visited,
.body-header h1 a:hover {
  display: block;
  background-image: url(/images/logo.png);
  background-position: top center;
  background-repeat: no-repeat;
  text-indent: -99999px;
  width: 232px;
  height: 65px;
  margin: 20px auto 15px;
  background-size: contain;
}
footer {
  padding: 20px 0;
  background: #3f3f3f;
  margin-top: 10px;
}
footer a:link,
footer a:visited {
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  color: #cccccc;
}
footer a:hover {
  color: white;
}
footer .container {
  line-height: 1.4;
}
footer .container h3 {
  font-weight: 700;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 1px solid #4c4c4c;
}
footer .container h3 span {
  color: #EF4A43;
}
footer .container .logo p {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 15px;
  color: #919191;
}
footer .container .latest-lines .row {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  color: #999;
}
footer .container .latest-lines p {
  margin: 0 0 10px;
}
footer .container .latest-lines .upcoming-event {
  color: #999;
}
footer .container .latest-lines .upcoming-event h5 {
  font: bold 14px 'Open Sans';
  text-transform: uppercase;
  margin: 10px 0 4px;
  color: #e5e5e5;
}
footer .container .latest-lines .upcoming-event p {
  font-size: 13px;
  margin: 0 0 10px;
  /*
          a:link, a:visited {
            color: white;
          }
          a:hover {
            color: white;
          }*/
}
footer .container .latest-lines .upcoming-event p b {
  font-weight: bold;
}
footer .container .latest-tweets {
  margin-top: 20px;
}
footer .container .latest-tweets li {
  padding: 10px 0;
  font-size: 12px;
  color: #999;
  border-bottom: 1px solid #4c4c4c;
}
footer .container .latest-tweets li .info {
  display: block;
  margin: 3px 0 0;
  font-size: 11px;
}
footer .container .latest-tweets li:last-child {
  border-bottom: 0;
}
footer .container .snakebird {
  border-top: 1px solid #4c4c4c;
  margin-top: 0;
  padding-top: 25px;
  color: #919191;
  font-size: 12px;
}
footer .container .snakebird a {
  color: white;
}
/* -------------------------------------------------

  HOMEPAGE

---------------------------------------------------*/
.home .announcement {
  border: 1px solid #d6d6d6;
  padding: 15px;
  background: url(/images/homepage-announcement/background.jpg) center center no-repeat;
  background-size: cover;
}
.home .announcement .text {
  padding-right: 100px;
}
@media (max-width: 1199px) {
  .home .announcement .text {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .home .announcement .text {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .home .announcement .text {
    padding-right: 10px;
  }
}
.home .announcement h4 {
  font: 700 26px 'Open Sans';
  margin: 0 0 20px;
}
.home .announcement h4 span {
  display: block;
  font: 100 20px 'Open Sans';
  text-transform: uppercase;
}
.home .announcement p {
  font-size: 16px;
  line-height: 1.6;
}
.home .announcement ul.bullets {
  margin: 0 0 30px;
}
.home .announcement ul.bullets li {
  font-size: 16px;
  line-height: 1.6;
}
.home .announcement a.link-pdf {
  color: #21792f;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
.home .announcement a.link-pdf:hover {
  color: #16511f;
}
.home .company-highlights {
  margin: 10px 0;
}
.home .company-highlights > div {
  padding: 0;
}
.home .company-highlights > div .emphasis {
  margin: 0 0 10px;
}
.home .company-highlights > div .content {
  display: block;
  padding: 35px 30px;
  background: #EF4A43;
  color: white;
  min-height: 130px;
  position: relative;
}
.home .company-highlights > div .content h3 {
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 10px;
  z-index: 2;
  position: relative;
  border: 0;
  padding: 0;
}
.home .company-highlights > div .content p {
  font-size: 12px;
  line-height: 1.6;
  z-index: 2;
  position: relative;
}
.home .company-highlights > div .content.emphasis {
  background: #3f3f3f;
}
.home .company-highlights > div .content.emphasis h3 {
  text-transform: none;
  font-size: 20px;
  color: white;
}
.home .company-highlights > div .content.emphasis p {
  margin-top: 10px;
  font-weight: 300;
  line-height: 1.6;
  font-size: 14px;
}
.home .company-highlights > div .content.emphasis a:link,
.home .company-highlights > div .content.emphasis a:visited,
.home .company-highlights > div .content.emphasis a:hover {
  color: white;
}
.home .company-highlights > div .product-images {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -8px;
}
.home .company-highlights > div .product-images > div {
  padding: 0 5px;
}
.home .company-highlights > div .content-image img {
  border: 1px solid #A3A3A3;
}
.slider-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.slider-container .home-slider {
  width: 100%;
  position: relative;
}
.slider-container .home-slider .caption {
  padding: 0 15px;
  margin: 0;
  width: 100%;
  left: 0 !important;
}
.slider-container .home-slider .caption .width-container {
  display: block;
  padding: 0 15px;
  width: 1170px;
  margin: 0 auto;
}
.slider-container .home-slider .caption .width-container .text-container {
  display: inline-block;
  background: black;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  line-height: 1em;
}
.slider-container .home-slider .caption .width-container .caption1 {
  font-weight: 700;
  font-size: 14px;
  color: white;
  margin-left: -30px;
}
/* -------------------------------------------------

  GALLERY

---------------------------------------------------*/
.gallery .photo-gallery {
  margin-bottom: 40px;
}
.gallery .photo-gallery .row {
  margin: 0;
}
.gallery .photo-gallery .row > div {
  padding: 0;
}
.gallery .photo-gallery .row > div .gallery-image {
  padding: 1px;
}
/* -------------------------------------------------

  VIDEOS

---------------------------------------------------*/
.videos .video-gallery .row {
  margin-bottom: 30px;
}
.videos .video-gallery .row h5 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 4px 0 0;
}
.videos .video-gallery .row .video {
  margin: 0 0 30px;
}
/* -------------------------------------------------

  ABOUT US

---------------------------------------------------*/
.about .about-text {
  margin-bottom: 20px;
}
.about .team {
  margin-top: 15px;
}
.about .team .row {
  margin-bottom: 30px;
}
.about .team .row > div .member {
  border-top: 2px solid #d6d6d6;
  padding-top: 15px;
  margin-bottom: 30px;
}
.about .team .row > div .member .photo {
  margin: 0 0 15px;
}
.about .team .row > div .member .photo img {
  margin: 0 auto;
}
.about .team .row > div .member h4 {
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin: 0 0 15px;
}
.about .team .row > div .member h4 span {
  display: block;
  font-size: 10px;
  font-weight: 800;
  margin: 6px 0;
  text-transform: uppercase;
}
.about .team .row > div .member .bio p {
  font-size: 13px;
  font-weight: 400;
}

.about .line-card-list {
  text-align: center;
  margin: 20px 0 30px 0;
}

.about .line-card-list h2 {
  font-size: 18px;
}

/* -------------------------------------------------

  LINECARD

---------------------------------------------------*/
.line-card h4 {
  margin-top: 2em;
  text-align: center;
  font: 'Open Sans';
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 10px;
  color: #272727;
}
.line-card .line-card-list > div {
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
}
.line-card .line-card-list > div img {
  display: block;
  margin-bottom: .75em;
}
.line-card .line-card-list > div a {
  font-weight: bold;
  text-transform: uppercase;
}
.line-card .line-card-list > div p {
  margin-top: 1em;
  font-size: 12px !important;
}
.line-card .line-card-list > div p strong {
  font-weight: 400;
}
@media (max-width: 767px) {
  .line-card .line-card-list > div {
    padding-top: .75em;
    padding-bottom: 1.5em;
  }
}
@media (max-width: 767px) {
  .line-card .line-card-list {
    margin-top: 1em;
    padding-bottom: 2em;
  }
}
.line-card .message {
  background: rgba(33, 121, 47, 0.9);
  padding: 20px;
  text-align: center;
  color: white;
  margin: 0 0 20px;
  font: 400 18px 'Open Sans';
}
.line-card .row {
  margin-bottom: 0px;
}
.line-card .line {
  padding: 0 20px;
  text-align: center;
}
.line-card .line h5 {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.line-card .line p {
  font-size: 14px !important;
}
.line-card .line p.types {
  font-size: 12px !important;
  font-weight: 400;
  font-style: italic;
  color: #ababab;
}
.line-card .line-big {
  padding: 0 100px;
}
.line-card .download {
  margin: 20px 0;
  text-align: center;
  font-weight: 700;
  font-style: italic;
}
/* -------------------------------------------------

  CONTACT

---------------------------------------------------*/
.contact h3 {
  margin-bottom: 15px;
  line-height: 1.2em;
}
.contact .row {
  padding-bottom: 30px;
}
.contact a:link,
.contact a:visited {
  color: #EF4A43;
}
.contact a:hover {
  color: #bc1710;
}
.contact label {
  display: none;
}
.contact input,
.contact textarea {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  border: 2px solid #A3A3A3;
  padding: 10px;
  font-size: 16px;
  color: #5e5e5e;
  margin: 0 0 30px;
}
.contact textarea {
  height: 255px;
}
.contact input.submit {
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  width: auto;
  background: #EF4A43;
  color: white;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  border: 0;
  padding: 10px 15px;
}
.contact input.submit:hover {
  background: #ed332b;
}
.contact .recaptcha {
  margin: -10px 0 15px -3px;
}
.contact .recaptcha input {
  text-transform: none;
}
.contact .contact-form-column h5 {
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 10px;
  padding: 0 0 10px;
}
.contact .contact-form-column h5 span {
  color: #EF4A43;
}
.contact .contact-info-column {
  padding-right: 30px;
  margin: 0 0 30px;
}
.contact .direct-info {
  margin: -7px 0 0;
  border-top: 1px solid #d6d6d6;
  padding-top: 10px;
}
.contact .direct-info p {
  font-size: 13px;
  margin: 0 0 15px;
  color: #6b6b6b;
}
.contact .direct-info p span {
  display: block;
}
.contact .direct-info p .name {
  font-weight: 700;
}
.contact .direct-info p .title {
  font-style: italic;
}
.contact .direct-info p .address {
  margin-top: 5px;
}
/* -----------------------------------------------

/* RESPONSIVE */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* ---------------------------------------

Small devices (tablets, 768px and up) 

----------------------------------------- */
@media (min-width: 768px) {
  .menu-toggle {
    display: none !important;
  }
  .body-header {
    padding-top: 25px;
  }
  .body-header .social-links {
    width: 50%;
    float: right;
    text-align: right !important;
  }
  .body-header .social-links li {
    display: inline-block;
    font-size: 14px;
    padding-top: 5px;
  }
  .body-header .social-links li a:link,
  .body-header .social-links li a:visited,
  .body-header .social-links li a:hover {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
    padding: 8px 15px;
    overflow: hidden;
    color: #5e5e5e;
    border-right: 1px solid #dedede;
    display: inline-block;
    text-align: center;
  }
  .body-header .social-links li a:link span,
  .body-header .social-links li a:visited span,
  .body-header .social-links li a:hover span {
    display: none;
  }
  .body-header .social-links li.phone > div {
    overflow: hidden;
    color: #5e5e5e;
    display: inline-block;
    text-align: right;
  }
  .body-header .social-links li.phone > div span {
    margin-left: 7px;
    display: inline-block;
  }
  .body-header .social-links li.twitter a:hover {
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
    color: #47ccfd;
  }
  .body-header .social-links li.facebook a:hover {
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
    color: #47ccfd;
  }
  .body-header .social-links li:last-child a {
    border-right: 0;
  }
  .body-header nav {
    margin-top: 25px;
    margin-bottom: 10px;
    display: block;
    background: #636466;
  }
  .body-header nav li {
    display: inline-block;
    padding: 0;
    margin: 0;
    border-right: 1px solid #A3A3A3;
  }
  .body-header nav li a:link,
  .body-header nav li a:visited {
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
    display: inline-block;
    padding: 27px 20px;
    color: white;
    font-size: 14px;
    margin: 0;
  }
  .body-header nav li.selected a,
  .body-header nav li a:hover {
    background: #EF4A43;
    padding-top: 37px;
    margin-top: -10px;
    text-decoration: none;
  }
  .body-header h1 a:link,
  .body-header h1 a:visited,
  .body-header h1 a:hover {
    display: block;
   background-image: url(/images/logo.png);
  background-position: top center;
  background-repeat: no-repeat;
    text-indent: -99999px;
    width: 232px;
    height: 65px;
    margin: 0;
  }
  footer .container .latest-tweets {
    margin-top: 0;
  }
  .home .company-highlights > div {
    margin: 0;
  }
  .about .team .row > div .member {
    margin-bottom: 0;
  }
  .about .team .row > div .member .bio p {
    font-size: 12px;
  }
  .videos .video-gallery .row .video {
    margin: 0;
  }
  .videos .video-gallery .row .video a:link,
  .videos .video-gallery .row .video a:visited {
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
    color: #EF4A43;
  }
  .videos .video-gallery .row .video a:hover {
    color: #bc1710;
  }
  .contact .contact-form-column {
    border-left: 1px solid #ededed;
    padding-left: 30px;
  }
}
/* ---------------------------------------

Medium devices (desktops, 992px and up) 

----------------------------------------- */
@media (min-width: 992px) {
  .body-header {
    padding-top: 10px;
  }
  .body-header h1 {
    float: left;
    width: 232px;
    height: 65px;
  }
  .body-header nav {
    margin: 0 0 10px 251px;
  }
  .body-header nav li {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    max-height: 65px;
    border-bottom: 0;
  }
  .body-header nav li a:link,
  .body-header nav li a:visited,
  .body-header nav li a:hover {
    display: block;
    max-height: 65px;
    font-size: 12px;
  }
  .body-header nav li.selected a,
  .body-header nav li a:hover {
    background: #EF4A43;
    padding-top: 27px;
    margin-top: 0;
    text-decoration: none;
  }
  .body-header .container {
    position: relative;
  }
  .body-header .social-links {
    display: block;
    position: absolute;
    width: auto !important;
    right: 25px;
    top: 14px;
  }
  .body-header .social-links li {
    font-size: 12px;
  }
  .body-header .social-links li a:link,
  .body-header .social-links li a:visited {
    border: 0;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
    color: #d9d9d9;
    padding: 8px 5px;
  }
  .body-header .social-links li a:hover {
    color: white;
  }
  .body-header .social-links li.phone {
    padding-top: 0;
  }
  .body-header .social-links li.phone div {
    border: 0;
    color: #d9d9d9;
    margin: 0 0 5px;
    padding: 0;
    display: block;
    text-align: right;
  }
  .body-header .social-links li.phone div:last-child {
    margin: 0;
  }
  .body-header .social-links li.phone > div {
    position: relative;
    top: 0;
    padding: 0 10px 0 0;
  }
  .body-header .social-links li.twitter a:hover {
    color: white !important;
  }
  .body-header .social-links li.facebook a:hover {
    color: white !important;
  }
  .home .company-highlights > div {
    padding: 0 0 0 10px;
    margin: 0 0 -10px;
  }
  .home .company-highlights > div:first-child {
    padding: 0;
  }
  .home .company-highlights > div .emphasis.content {
    min-height: 147px !important;
    padding: 25px;
  }
  .home .company-highlights > div .emphasis.content p {
    font-size: 12px;
    margin: 10px 0 0;
  }
  .home .company-highlights > div .content-image {
    max-height: none;
  }
  .home .company-highlights > div .content-image {
    padding: 0;
    max-height: none;
    overflow: hidden;
  }
  .home .company-highlights > div .content-image.col-1 {
    margin-left: 0;
  }
  .home .company-highlights > div .content-image.col-3 {
    margin-right: 0;
  }
}
/* ---------------------------------------

Large devices (large desktops, 1200px and up)

----------------------------------------- */
@media (min-width: 1200px) {
  .body-header nav li a:link,
  .body-header nav li a:visited,
  .body-header nav li a:hover {
    font-size: 14px;
  }
  .body-header .social-links li {
    font-size: 14px;
  }
  .body-header .social-links li a:link,
  .body-header .social-links li a:visited {
    padding: 8px;
  }
  footer .container .latest-lines .row {
    font-size: 14px;
  }
  footer .container .latest-tweets li {
    font-size: 14px;
  }
  footer .container .snakebird {
    font-size: 13px;
  }
  .home .company-highlights > div .emphasis.content {
    min-height: 180px !important;
  }
  .home .company-highlights > div .content p {
    font-size: 14px !important;
  }
  .about .team .row > div .member {
    margin-bottom: 0;
  }
  .about .team .row > div .member .bio p {
    font-size: 13px;
  }
}
/* ---------------------------------------

RETINA IMAGES

----------------------------------------- */


.services-list {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .services-list {
    column-count: 3;
  }
}
.services-list li {
  background-image: url(/images/bullet.png);
  background-position: top left;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  padding-left: 26px;
  min-height: 16px;
  margin-bottom: 1em;
}

