@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700,900);
/*
Theme Name: WHRoddy
Theme URI: http://whroddy.2one5dev.com
Description: WH Roddy Site
Author: [ 2 one 5 ] Creative
Author URI: 2one5.com
version: 1.0
*/
/* line 13, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
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, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 34, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 38, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
body {
  line-height: 1;
}

/* line 41, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
ol, ul {
  list-style: none;
}

/* line 44, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
blockquote, q {
  quotes: none;
}

/* line 47, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 52, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/****************************************************************************  SET UP
****************************************************************************/
/*---------------------------------------------------------------------------  colors  */
/*---------------------------------------------------------------------------  font family  */
/*---------------------------------------------------------------------------  font style  */
/*---------------------------------------------------------------------------  mixins  */
/****************************************************************************  GENERAL
****************************************************************************/
/*---------------------------------------------------------------------------  body  */
/* line 101, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
body {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*---------------------------------------------------------------------------  grid  */
/* line 112, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  display: inline-block;
}

/* line 114, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.col-1 {
  width: 8.333333%;
}

/* line 115, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.col-2 {
  width: 16.666666%;
}

/* line 116, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.col-3 {
  width: 25%;
}

/* line 117, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.col-4 {
  width: 33.333333%;
}

/* line 118, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.col-5 {
  width: 41.666666%;
}

/* line 119, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.col-6 {
  width: 50%;
}

/* line 120, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.col-7 {
  width: 58.333333%;
}

/* line 121, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.col-8 {
  width: 66.666666%;
}

/* line 122, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.col-9 {
  width: 75%;
}

/* line 123, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.col-10 {
  width: 83.333333%;
}

/* line 124, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.col-11 {
  width: 91.666666%;
}

/* line 125, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.col-12 {
  width: 100%;
}

/* line 126, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.col-12.product-feat {
  width: 100%;
}

/*---------------------------------------------------------------------------  links  */
/* line 131, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
a {
  color: inherit;
}

/* line 134, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
a.current {
  color: white;
}

/*---------------------------------------------------------------------------  headings  */
/* line 141, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
h1 {
  font-family: "Playfair Display", serif;
  font-size: 3em;
  font-weight: 700;
}

/* line 146, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
h2 {
  font-size: 2.5em;
}

/* line 147, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
h3 {
  font-size: 2em;
}

/* line 148, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
h4 {
  font-size: 1.5em;
}

/* line 149, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
h5 {
  font-size: 1.25em;
}

/* line 150, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
h6 {
  font-size: 1em;
}

/*---------------------------------------------------------------------------  paragraph  */
/* line 155, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
b {
  font-weight: 700;
}

/*---------------------------------------------------------------------------  forms  */
/* line 162, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
textarea:focus, input:focus {
  outline: transparent;
}

/*---------------------------------------------------------------------------  misc  */
/* line 169, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.white {
  color: #ffffff;
}

/* line 172, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.blue {
  color: #2674b3;
}

/* line 175, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.darkblue {
  color: #142135;
}

/* line 178, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.serif {
  font-family: "Playfair Display", serif;
}

/* line 181, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.learn {
  margin-top: 25px;
  color: #2674b3;
}

/* line 185, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.learn a {
  display: block;
  width: 150px;
  border: solid 3px;
  background-color: transparent;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  padding: 5px 0px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  background-image: url("img/button-hover-blue.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0%;
}

/* line 203, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.learn a:hover {
  color: white;
  border: solid 3px transparent;
  background-size: 1000%;
}

/* line 208, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.learn a.darkblue:hover {
  color: #2674b3;
  background-image: url("img/button-hover-white.png");
}

/* line 215, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.home-life-container .learn a:hover {
  color: white;
}

/****************************************************************************  HEADER
****************************************************************************/
/* line 225, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
header {
  position: absolute;
  width: 100%;
  background-color: transparent;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

/* line 231, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
header .site-logo {
  padding: 15px 25px;
  height: 95px;
}

/* line 236, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
header .site-logo a img {
  height: 95px;
}

/* line 241, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
header .quick_links {
  position: absolute;
  z-index: 15;
  top: 40px;
  right: 71px;
}

/* line 247, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
header .quick_links li {
  display: inline-block;
  padding-right: 25px;
}

/* line 251, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
header .quick_links li img {
  width: auto;
  height: 30px;
  margin-top: 5px;
}

/* line 258, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
header .nav_button {
  width: 30px;
  height: 35px;
  cursor: pointer;
  position: absolute;
  z-index: 15;
  top: 38px;
  right: 35px;
  color: white;
}

/* line 269, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
header .nav_button .nav-icon:after,
header .nav_button .nav-icon:before,
header .nav_button .nav-icon div {
  background-color: #fff;
  -o-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  content: '';
  display: block;
  height: 4px;
  margin: 8px 0;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

/* line 284, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
header .nav_button.open .nav-icon:before {
  transform: translateY(13px) rotate(135deg) scale(1.2, 1);
  -moz-transform: translateY(13px) rotate(135deg) scale(1.2, 1);
  -webkit-transform: translateY(13px) rotate(135deg) scale(1.2, 1);
}

/* line 289, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
header .nav_button.open .nav-icon:after {
  transform: translateY(-11px) rotate(-135deg) scale(1.2, 1);
  -moz-transform: translateY(-11px) rotate(-135deg) scale(1.2, 1);
  -webkit-transform: translateY(-11px) rotate(-135deg) scale(1.2, 1);
}

/* line 294, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
header .nav_button.open .nav-icon div {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* line 300, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
header .nav-icon {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

/* line 304, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
header .nav-icon:hover {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 311, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
header.hidden {
  position: fixed;
  background-color: #2674b3;
  z-index: 11;
}

/* line 317, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
nav#main_nav {
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.85);
  width: 100%;
  color: #2674b3;
  text-align: center;
}

/* line 327, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
nav#main_nav a {
  text-decoration: none;
  font-family: "Playfair Display", serif;
  font-size: 3em;
  font-weight: 700;
}

/* line 334, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
nav#main_nav ul.menu {
  margin-top: 150px;
}

/* line 337, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
nav#main_nav ul.menu li {
  width: 100%;
  font-size: 75%;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

/* line 342, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
nav#main_nav ul.menu li a {
  display: inline-block;
  padding: 10px 0px;
  width: 100%;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

/* line 349, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
nav#main_nav ul.menu li:hover {
  background-color: #2674b3;
}

/* line 352, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
nav#main_nav ul.menu li:hover a {
  color: #ffffff;
}

/* line 358, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
nav#main_nav.hidden {
  display: none;
}

/* line 361, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
nav#main_nav.sticky {
  position: fixed;
}

/****************************************************************************  HOME
****************************************************************************/
/*---------------------------------------------------------------------------  a spot  */
/* line 373, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
video#aspotVideo {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url("../../uploads/2015/10/home_aspot.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}

/* line 390, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.video-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

/* line 402, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.home-aspot-container .home-aspot {
  text-align: center;
  color: white;
  padding-top: 15%;
  padding-bottom: 5%;
}

/* line 408, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.home-aspot-container .home-aspot h1 {
  width: 70%;
  margin: 0 auto 7%;
  border: solid 5px white;
  padding: 50px;
  padding-bottom: 60px;
  line-height: 125%;
}

/* line 416, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.home-aspot-container .home-aspot a {
  width: 75px;
  height: 75px;
  display: block;
  margin: auto;
  padding: 10px;
}

/* line 423, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.home-aspot-container .home-aspot a img {
  height: auto;
  width: 90%;
  padding: 5%;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

/* line 431, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.home-aspot-container .home-aspot a:hover img {
  width: 100%;
  padding: 0px;
}

/*---------------------------------------------------------------------------  about  */
/* line 441, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.home-about-container {
  background-color: #eeeeee;
  overflow: auto;
  background-image: url("../../uploads/2016/10/home-about2.jpg");
  background-size: cover;
  background-position: center center;
}

/* line 448, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.home-about-container .home-about {
  text-align: center;
  float: right;
  width: 40%;
  margin-right: 10%;
  padding: 10% 0;
}

/* line 455, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.home-about-container .home-about h1 {
  padding-bottom: 50px;
  color: #2674b3;
}

/* line 459, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.home-about-container .home-about img {
  margin-top: 25px;
  margin-bottom: 10px;
}

/* line 463, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.home-about-container .home-about p {
  line-height: 150%;
}

/* line 467, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.home-about-container .home-about .learn a {
  margin: 0 auto;
}

/*---------------------------------------------------------------------------  personal  */
/* line 475, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.home-personal-container {
  background-color: #2674b3;
  background-image: url("../../uploads/2016/10/home-personal4.jpg");
  background-size: cover;
  background-position: center left;
}

/* line 481, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.home-personal-container .home-personal {
  color: #ffffff;
  width: 35%;
  margin-left: 10%;
  padding: 7% 0px;
}

/* line 487, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.home-personal-container .home-personal h1 {
  color: #142135;
  padding-bottom: 50px;
}

/* line 491, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.home-personal-container .home-personal p {
  line-height: 150%;
}

/* line 494, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.home-personal-container .home-personal p:nth-child(3) {
  padding-top: 25px;
}

/* line 497, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.home-personal-container .home-personal ul {
  text-transform: uppercase;
  padding-top: 10px;
}

/* line 501, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.home-personal-container .home-personal ul li {
  border-top: solid 1px #142135;
  padding: 10px 0;
}

/* line 505, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.home-personal-container .home-personal ul li:nth-child(3) {
  border-bottom: solid 1px #142135;
}

/*---------------------------------------------------------------------------  business  */
/* line 514, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.home-business {
  background-color: #eeeeee;
  padding: 12% 0;
  overflow: auto;
  background-image: url("../../uploads/2016/10/home-business4.jpg");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

/* line 523, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.home-business .left {
  width: 375px;
  margin-left: 10%;
  display: inline-block;
}

/* line 528, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.home-business .left h1 {
  color: #2674b3;
  padding-bottom: 50px;
}

/* line 532, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.home-business .left p {
  line-height: 150%;
}

/* line 536, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.home-business .right {
  width: 375px;
  margin-right: 10%;
  display: inline-block;
  float: right;
}

/* line 542, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.home-business .right p {
  line-height: 150%;
}

/* line 545, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.home-business .right ul {
  text-transform: uppercase;
  padding-top: 10px;
}

/* line 549, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.home-business .right ul li {
  border-top: solid 1px #142135;
  padding: 10px 0;
}

/* line 553, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.home-business .right ul li:nth-child(4) {
  border-bottom: solid 1px #142135;
}

/*---------------------------------------------------------------------------  life/health  */
/* line 562, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.home-life-container {
  background-color: #142135;
  overflow: auto;
  background-image: url("../../uploads/2015/08/home-group-benefits.jpg");
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
}

/* line 570, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.home-life-container .home-life {
  background-color: #142135;
  color: #ffffff;
  padding: 7%;
  width: 40%;
  float: right;
}

/* line 577, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.home-life-container .home-life h1 {
  color: #2674b3;
  padding-bottom: 50px;
}

/* line 581, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.home-life-container .home-life p {
  line-height: 150%;
}

/* line 584, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.home-life-container .home-life p:nth-child(3) {
  padding-top: 25px;
}

/* line 587, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.home-life-container .home-life ul {
  text-transform: uppercase;
  padding-top: 10px;
}

/* line 591, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.home-life-container .home-life ul li {
  border-top: solid 1px #2674b3;
  padding: 10px 0;
}

/* line 595, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.home-life-container .home-life ul li:nth-child(3) {
  border-bottom: solid 1px #2674b3;
}

/*---------------------------------------------------------------------------  group benefits  */
/* line 604, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.home-benefits-container {
  background-color: white;
  overflow: auto;
  background-image: url("../../uploads/2016/08/home-group-benefits2.jpg");
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}

/* line 612, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.home-benefits-container .home-benefits {
  background-color: #ffffff;
  padding: 7%;
  width: 40%;
}

/* line 617, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.home-benefits-container .home-benefits h1 {
  color: #2674b3;
  padding-bottom: 50px;
}

/* line 621, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.home-benefits-container .home-benefits p {
  line-height: 150%;
}

/* line 624, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.home-benefits-container .home-benefits p:nth-child(3) {
  padding-top: 25px;
}

/* line 627, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.home-benefits-container .home-benefits ul {
  text-transform: uppercase;
  padding-top: 10px;
}

/* line 631, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.home-benefits-container .home-benefits ul li {
  border-top: solid 1px #2674b3;
  padding: 10px 0;
}

/* line 635, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.home-benefits-container .home-benefits ul li:nth-child(3) {
  border-bottom: solid 1px #2674b3;
}

/****************************************************************************  A SPOTS
****************************************************************************/
/* line 647, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.aspot {
  background-color: #2674b3;
  text-align: center;
  padding: 150px 10% 7%;
}

/* line 652, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.aspot h1 {
  color: #ffffff;
}

/* line 655, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.aspot hr {
  width: 150px;
  border: solid 2px #142135;
  margin: 50px auto;
}

/* line 660, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.aspot p {
  line-height: 150%;
}

/* line 663, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.aspot ul {
  color: #ffffff;
  text-transform: uppercase;
}

/* line 667, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.aspot ul li {
  display: inline-block;
  padding: 2px 25px;
  border-right: solid 1px #142135;
}

/* line 672, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.aspot ul li:last-child {
  border-right: none;
}

/****************************************************************************  INTROS
****************************************************************************/
/* line 683, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.intro {
  display: flex;
}

/* line 686, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.intro .col-6:nth-child(1) {
  background-color: #eeeeee;
}

/* line 689, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.intro .col-6:nth-child(2) {
  padding: 100px 0;
}

/* line 692, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.intro .col-6:nth-child(2) p {
  line-height: 150%;
  padding: 0 10%;
}

/* line 699, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.personal.intro .col-6:nth-child(1) {
  background-image: url("../../uploads/2016/07/personal.jpg");
  background-size: cover;
  background-position: center center;
}

/* line 706, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.business.intro .col-6:nth-child(1) {
  background-image: url("../../uploads/2016/07/business.jpg");
  background-size: cover;
  background-position: center center;
}

/* line 713, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.groupBenefits.intro .col-6:nth-child(1) {
  background-image: url("../../uploads/2015/08/life-health.jpg");
  background-size: cover;
  background-position: center center;
}

/* line 720, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.lifeHealth.intro .col-6:nth-child(1) {
  background-image: url("../../uploads/2016/08/life-health2.jpg");
  background-size: cover;
  background-position: center center;
}

/****************************************************************************  HOW WE SERVE YOU
****************************************************************************/
/* line 732, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.serve {
  background-color: #2674b3;
  color: #ffffff;
}

/* line 736, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.serve .col-12 {
  text-align: center;
  color: #142135;
  border-bottom: 1px solid;
}

/* line 741, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.serve .col-12 h1 {
  padding: 50px 0px;
}

/* line 746, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.serve table {
  width: 100%;
  border-collapse: collapse;
}

/* line 750, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.serve table td, .serve table th {
  padding: 50px;
  text-align: left;
  width: 50%;
  vertical-align: middle;
}

/* line 756, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.serve table td img, .serve table th img {
  float: left;
  padding-top: 5px;
  max-width: 50px;
}

/* line 762, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.serve table td h5, .serve table th h5 {
  text-transform: uppercase;
  margin-top: -10px;
  padding-bottom: 10px;
  padding-left: 75px;
  line-height: 130%;
}

/* line 769, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.serve table td p, .serve table th p {
  line-height: 130%;
  padding-left: 75px;
}

/* line 775, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.serve table tr:nth-child(odd) td:nth-child(2) {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 780, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.serve table tr:nth-child(even) td:nth-child(1) {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 790, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.business.serve table td h5, .business.serve table th h5,
.groupBenefits.serve table td h5,
.groupBenefits.serve table th h5 {
  margin-top: 2px;
}

/****************************************************************************  TAILORED FOR YOU
****************************************************************************/
/* line 802, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.tailor {
  background-color: #142135;
  color: #ffffff;
}

/* line 806, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.tailor .col-12 {
  text-align: center;
  color: #2674b3;
  border-bottom: 1px solid;
}

/* line 811, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.tailor .col-12 h1 {
  padding: 50px 0px;
}

/* line 816, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.tailor table {
  width: 100%;
  border-collapse: collapse;
}

/* line 820, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.tailor table td, .tailor table th {
  padding: 50px;
  text-align: left;
  width: 50%;
}

/* line 825, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.tailor table td img, .tailor table th img {
  float: left;
  padding-top: 5px;
  max-width: 50px;
}

/* line 831, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.tailor table td h5, .tailor table th h5 {
  text-transform: uppercase;
  margin-top: -10px;
  padding-bottom: 10px;
  padding-left: 75px;
  line-height: 130%;
}

/* line 838, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.tailor table td p, .tailor table th p {
  line-height: 130%;
  padding-left: 75px;
}

/* line 844, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.tailor table tr:nth-child(odd) td:nth-child(2) {
  background-color: rgba(38, 116, 179, 0.2);
}

/* line 849, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.tailor table tr:nth-child(even) td:nth-child(1) {
  background-color: rgba(38, 116, 179, 0.2);
}

/****************************************************************************  PROVIDERS
****************************************************************************/
/* line 861, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.providers {
  text-align: center;
  padding: 50px 0px;
}

/* line 865, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.providers h1 {
  padding-bottom: 25px;
}

/* line 869, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.providers .unslider {
  overflow: hidden;
}

/* line 873, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.providers #providers-wrap {
  overflow: visible !important;
  position: relative;
  width: 33.333%;
  margin: auto;
  height: 100px;
}

/* line 881, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.providers ul {
  position: relative;
}

/* line 884, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.providers ul li {
  float: left;
}

/* line 887, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.providers ul li img {
  width: 90%;
  max-width: 250px;
}

/****************************************************************************  ABOUT
****************************************************************************/
/* line 900, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.about {
  line-height: 150%;
  padding: 7% 0;
  display: flex;
  width: 90%;
  margin: auto;
}

/* line 907, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.about .col-6 {
  width: 46%;
  padding: 0 2%;
}

/* line 911, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.about .col-6 p {
  padding-bottom: 30px;
}

/* line 914, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.about .col-6 p:last-child {
  padding-bottom: 0px;
}

/*---------------------------------------------------------------------------  Team Page  */
/* line 921, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.team {
  background-color: #142135;
  overflow: auto;
}

/* line 925, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.team .team-member {
  text-align: center;
  font-size: 0px;
  width: 90%;
  margin: auto;
  padding-top: 7%;
}

/* line 932, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.team .team-member .member {
  width: 18.5%;
  color: #ffffff;
  padding: 0px 1% 75px;
  background-image: url("img/triangle.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position: center bottom -40px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  min-height: 300px;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

/* line 948, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.team .team-member .member .portrait {
  width: 225px;
  height: 225px;
  border-radius: 50%;
  background-color: white;
  margin: 0 auto 25px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: solid 2px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

/* line 961, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.team .team-member .member h5 {
  font-family: "Playfair Display", serif;
  color: #2674b3;
  font-weight: 700;
  line-height: 150%;
}

/* line 967, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.team .team-member .member .arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
}

/* line 975, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.team .team-member .member.active {
  background-position: bottom center;
}

/* line 979, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.team .description-mobile {
  font-size: initial;
  background-color: white;
  margin-bottom: 7%;
  padding: 2% 7% 7%;
  display: none;
}

/* line 986, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.team .description-mobile h3 {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  line-height: 150%;
  color: #142135;
}

/* line 992, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.team .description-mobile h5 {
  margin-bottom: 20px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  color: #2674b3;
}

/* line 999, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.team .description-mobile:last-child {
  margin-bottom: 0;
}

/* line 1002, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.team .bio {
  width: 86%;
  margin: auto;
  margin-bottom: 7%;
  background-color: #ffffff;
  text-align: left;
  color: #000000;
  font-size: 20px;
  line-height: 150%;
  opacity: 0;
  display: none;
  margin-top: -10px;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
}

/* line 1016, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.team .bio .description {
  text-align: center;
  padding: 50px;
}

/* line 1020, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.team .bio .description h3 {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  line-height: 150%;
  color: #142135;
}

/* line 1026, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.team .bio .description h5 {
  margin-bottom: 20px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  color: #2674b3;
}

/****************************************************************************  CONTACT
****************************************************************************/
/*---------------------------------------------------------------------------  contact form  */
/* line 1041, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.contact-form {
  width: 100%;
  margin: auto;
  padding: 7% 0;
  overflow: auto;
  background-color: #142135;
  color: #ffffff;
}

/* line 1049, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.contact-form p {
  text-transform: uppercase;
  margin-top: 25px;
}

/* line 1053, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.contact-form div.wpcf7 {
  max-width: 60%;
  margin: auto;
}

/* line 1057, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.contact-form .wpcf7 input, .contact-form .wpcf7-textarea, .contact-form .wpcf7-text {
  width: 100%;
  margin: 10px 0;
  padding: 10px 2%;
  font-size: 16px;
  letter-spacing: 1px;
  box-sizing: border-box;
  border-bottom: solid 1px #2674b3;
  border-left: solid 1px #2674b3;
  border-top: none;
  border-right: none;
  background-color: #142135;
  color: #ffffff;
}

/* line 1071, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.contact-form .wpcf7-textarea {
  height: 247px;
  resize: none;
  border: solid 1px #2674b3;
}

/* line 1076, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.contact-form input[type="submit"] {
  width: 100px;
  float: right;
  border: solid 3px #2674b3;
  background-color: transparent;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1px;
  color: #2674b3;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

/* line 1087, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.contact-form input[type="submit"]:hover {
  border: solid 3px #ffffff;
  background-color: #ffffff;
}

/* line 1092, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.contact-form textarea:focus, .contact-form input[type="text"]:focus, .contact-form input[type="email"]:focus, .contact-form input[type="phone"]:focus {
  background-color: #2674b3;
  color: white;
}

/* line 1097, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.contact-form .left {
  width: 48%;
  display: inline-block;
  padding-right: 2%;
}

/* line 1102, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.contact-form .right {
  width: 48%;
  display: inline-block;
  float: right;
  padding-left: 2%;
}

/* line 1109, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.contact-form .wpcf7-not-valid-tip {
  padding-bottom: 10px;
  text-transform: initial;
  color: #2674b3;
  font-weight: bold;
}

/* line 1115, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.contact-form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  margin: 4em 0 1.5em;
  background-color: #2674b3;
  color: white;
  padding: 25px;
  border: none;
}

/* line 1123, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.contact-form .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
  margin: 7em 0 1.5em;
  background-color: #142135;
  color: white;
  padding: 25px;
  border: none;
}

/*---------------------------------------------------------------------------  additional contacts  */
/* line 1134, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.add-contacts {
  padding: 7% 2%;
}

/* line 1137, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.add-contacts h1 {
  text-align: center;
  color: #142135;
}

/* line 1141, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.add-contacts .contacts {
  padding: 50px 50px 0;
}

/* line 1144, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.add-contacts .contacts table {
  max-width: 1400px;
  margin: auto;
  border-collapse: collapse;
}

/* line 1149, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.add-contacts .contacts table thead {
  text-align: left;
  text-transform: uppercase;
}

/* line 1153, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.add-contacts .contacts table th, .add-contacts .contacts table td {
  padding: 13px 5px 15px;
  vertical-align: middle;
}

/* line 1157, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.add-contacts .contacts table td {
  border-top: solid 1px #142135;
}

/* line 1160, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.add-contacts .contacts table th:nth-child(1), .add-contacts .contacts table td:nth-child(1) {
  width: 22%;
}

/* line 1163, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.add-contacts .contacts table th:nth-child(2), .add-contacts .contacts table td:nth-child(2) {
  width: 22%;
}

/* line 1166, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.add-contacts .contacts table th:nth-child(3), .add-contacts .contacts table td:nth-child(3) {
  width: 22%;
}

/* line 1169, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.add-contacts .contacts table th:nth-child(4), .add-contacts .contacts table td:nth-child(4) {
  width: 13%;
}

/* line 1172, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.add-contacts .contacts table th:nth-child(5), .add-contacts .contacts table td:nth-child(5) {
  width: 11%;
}

/* line 1175, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.add-contacts .contacts table tr {
  border-bottom: solid 1px #142135;
}

/*---------------------------------------------------------------------------  map  */
/* line 1185, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
#map-canvas {
  width: 100%;
  height: 650px;
}

/* line 1189, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.gm-style .gm-style-iw {
  font-family: "Roboto", sans-serif;
}

/* line 1193, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
.map .content {
  margin-left: 14%;
  margin-top: -84px;
  position: relative;
}

/****************************************************************************  FOOTER
****************************************************************************/
/*---------------------------------------------------------------------------  testimonials  */
/* line 1206, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
section#testimonial {
  background-color: #2674b3;
  text-align: center;
  padding: 50px 0px;
}

/* line 1211, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
section#testimonial #testimonial-wrap {
  position: relative;
}

/* line 1215, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
section#testimonial .unslider-arrow {
  position: absolute;
  font-size: 100px;
  z-index: 5;
  cursor: pointer;
  font-weight: 300;
  color: #142135;
  margin-top: -200px;
  background: no-repeat 50% 50%;
}

/* line 1226, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
section#testimonial .unslider-arrow.prev {
  left: 0;
  padding-left: 25px;
}

/* line 1230, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
section#testimonial .unslider-arrow.next {
  right: 0;
  padding-right: 25px;
}

/* line 1235, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
section#testimonial h1 {
  padding-bottom: 50px;
  color: #142135;
}

/* line 1240, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
section#testimonial ul {
  font-size: 0px;
  position: relative;
}

/* line 1244, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
section#testimonial ul li {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  display: inline-block;
  line-height: 150%;
  float: left;
}

/* line 1252, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
section#testimonial ul li p {
  width: 60%;
  margin: auto;
  letter-spacing: 1.5px;
  padding-bottom: 20px;
}

/* line 1258, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
section#testimonial ul li .test-name {
  width: 60%;
  margin: auto;
  font-family: "Playfair Display", serif;
  font-weight: 700;
}

/*---------------------------------------------------------------------------  footer  */
/* line 1270, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
footer {
  background-color: #142135;
  text-align: center;
  color: #2674b3;
  font-size: 16px;
  padding: 0px 10%;
}

/* line 1277, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
footer hgroup {
  margin: 25px 0px;
}

/* line 1280, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
footer a {
  color: #2674b3;
  text-decoration: none;
}

/* line 1284, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
footer a:hover {
  color: #ffffff;
}

/* line 1287, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
footer ul {
  font-weight: 700;
}

/* line 1289, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
footer ul li {
  display: inline-block;
  padding: 10px;
}

/* line 1294, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
footer .social {
  margin: 25px 0;
}

/* line 1299, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
footer .social ul li {
  display: inline-block;
  padding: 0px 5px;
  text-indent: -9999px;
  /*a.in{ background-position: -140px 0px; }
  				a.yt{ background-position: -210px 0px; }*/
}

/* line 1304, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
footer .social ul li a {
  background-image: url("../../uploads/2015/10/social.png");
  background-repeat: no-repeat;
  background-size: initial;
  background-color: transparent;
  display: block;
  width: 50px;
  height: 50px;
  padding: 5px;
  border-radius: 40px;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}

/* line 1319, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
footer .social ul li a.fb {
  background-position: 0px 0px;
}

/* line 1320, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
footer .social ul li a.tw {
  background-position: -70px 0px;
}

/* line 1321, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
footer .social ul li a.li {
  background-image: url("../../uploads/2016/05/social1.png");
  background-position: -140px 0px;
}

/* line 1326, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
footer .social ul li a.fb:hover, footer .social ul li a.tw:hover, footer .social ul li a.li:hover {
  background-color: #2674b3;
}

/* line 1332, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
footer p.copyright {
  padding: 0px 0 50px;
  line-height: 150%;
  font-size: 14px;
}

/****************************************************************************  RESPONSIVE
****************************************************************************/
@media screen and (max-width: 1700px) {
  /*---------------------------------------------------------------------------  Team  */
  /* line 1349, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .team .team-member .member {
    min-height: 350px;
  }
  /* line 1352, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .team .team-member .member .portrait {
    width: 175px;
    height: 175px;
  }
}

@media screen and (max-width: 1200px) {
  /*---------------------------------------------------------------------------  Team  */
  /* line 1366, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .team .team-member .member {
    min-height: 325px;
  }
  /* line 1369, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .team .team-member .member .portrait {
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 1100px) {
  /*---------------------------------------------------------------------------  Team  */
  /* line 1381, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .team .team-member {
    width: initial;
    margin-left: 7%;
    padding-bottom: 7%;
    display: inline-block;
    float: left;
  }
  /* line 1388, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .team .team-member .member {
    width: initial;
    display: block;
    padding: 0px 0px 25px;
    background-image: none;
    min-height: initial;
  }
  /* line 1395, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .team .team-member .member h5, .team .team-member .member p {
    display: none;
  }
  /* line 1399, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .team .team-member .member .portrait {
    width: 100px;
    height: 100px;
    margin: 0;
  }
  /* line 1405, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .team .team-member .member:last-child {
    padding: 0;
  }
  /* line 1409, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .team .bio {
    width: 68%;
    margin: 7% 7% 7% 0;
    font-size: 16px;
    float: right;
    min-height: 620px;
  }
  /* line 1417, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .team .bio .description h3 {
    font-family: "Playfair Display", serif;
    font-weight: bold;
    line-height: 150%;
    color: #142135;
  }
  /* line 1423, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .team .bio .description h5 {
    margin-bottom: 20px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    color: #2674b3;
  }
}

@media screen and (max-width: 950px) {
  /*---------------------------------------------------------------------------  Home  */
  /* line 1439, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .home-aspot-container .home-aspot h1 {
    width: 80%;
  }
  /* line 1445, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .home-about-container .home-about {
    margin-right: 5%;
  }
  /* line 1450, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .home-personal-container .home-personal {
    margin-left: 5%;
    width: 45%;
  }
  /* line 1456, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .home-business .left {
    margin-left: 5%;
    width: 42.5%;
  }
  /* line 1460, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .home-business .right {
    margin-right: 5%;
    width: 42.5%;
  }
  /* line 1466, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .home-life-container .home-life {
    width: 40%;
    padding: 7% 5%;
  }
  /* line 1472, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .home-benefits-container .home-benefits {
    width: 40%;
    padding: 7% 5%;
  }
  /*---------------------------------------------------------------------------  Contact List  */
  /* line 1481, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .add-contacts .contacts {
    padding: 50px 0 0;
    font-size: 85%;
  }
  /*---------------------------------------------------------------------------  Testimonials  */
  /* line 1489, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  section#testimonial .unslider-arrow.prev {
    padding-left: 15px;
  }
  /* line 1492, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  section#testimonial .unslider-arrow.next {
    padding-right: 15px;
  }
  /* line 1497, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  section#testimonial ul li p {
    width: 80%;
  }
  /*---------------------------------------------------------------------------  Footer  */
  /* line 1505, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  footer {
    padding: 0px 10%;
  }
}

@media screen and (max-width: 750px) {
  /*---------------------------------------------------------------------------  Home  */
  /* line 1514, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .home-aspot-container .home-aspot {
    padding-top: 20%;
  }
  /* line 1517, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .home-aspot-container .home-aspot h1 {
    width: 70%;
  }
  /* line 1523, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .home-about-container .home-about {
    width: 60%;
  }
  /* line 1528, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .home-personal-container .home-personal {
    width: 55%;
  }
  /* line 1533, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .home-business .left,
  .home-business .right {
    width: 90%;
  }
  /* line 1537, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .home-business .left {
    margin-bottom: 20px;
  }
  /* line 1541, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .home-life-container {
    background-image: none;
  }
  /* line 1544, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .home-life-container .home-life {
    width: 90%;
  }
  /* line 1548, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .home-benefits-container {
    background-image: none;
  }
  /* line 1551, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .home-benefits-container .home-benefits {
    width: 90%;
  }
  /*---------------------------------------------------------------------------  Team Page  */
  /* line 1558, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .team .team-member {
    width: 86%;
    margin-right: 7%;
  }
  /* line 1562, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .team .team-member .member {
    padding-bottom: 0;
  }
  /* line 1565, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .team .team-member .member .portrait {
    width: 100%;
    height: 200px;
    border: none;
    border-radius: 0;
  }
  /* line 1574, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .team .description-mobile {
    display: block;
    line-height: 150%;
  }
  /* line 1578, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .team .bio {
    display: none !important;
  }
  /*---------------------------------------------------------------------------  Services Pages  */
  /* line 1585, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .intro {
    position: relative;
  }
  /* line 1588, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .intro .col-6:nth-child(1) {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
  }
  /* line 1594, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .intro .col-6:nth-child(2) {
    position: relative;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
  }
  /* line 1602, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .serve .serve-table {
    display: block;
  }
  /* line 1604, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .serve .serve-table .col-6 {
    width: 100%;
  }
  /* line 1608, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .serve .serve-table .col-6 ul li.m-hide {
    display: none;
  }
  /* line 1618, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .personal.serve .serve-table .col-6:nth-child(2) li:nth-child(odd) {
    background-color: transparent;
  }
  /* line 1621, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .personal.serve .serve-table .col-6:nth-child(2) li:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.1);
  }
  /* line 1630, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .business.serve .serve-table .col-6:nth-child(2) li:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.1);
  }
  /* line 1633, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .business.serve .serve-table .col-6:nth-child(2) li:nth-child(even) {
    background-color: transparent;
  }
  /* line 1641, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .tailor .tailor-table {
    display: block;
  }
  /* line 1643, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .tailor .tailor-table .col-6 {
    width: 100%;
  }
  /* line 1647, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .tailor .tailor-table .col-6 ul li.m-hide {
    display: none;
  }
  /* line 1657, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .personal.tailor .tailor-table .col-6:nth-child(2) li:nth-child(odd) {
    background-color: transparent;
  }
  /* line 1660, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .personal.tailor .tailor-table .col-6:nth-child(2) li:nth-child(even) {
    background-color: rgba(38, 116, 179, 0.2);
  }
  /* line 1669, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .personal.tailor .tailor-table .col-6:nth-child(2) li:nth-child(odd) {
    background-color: transparent;
  }
  /* line 1672, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .personal.tailor .tailor-table .col-6:nth-child(2) li:nth-child(even) {
    background-color: rgba(38, 116, 179, 0.2);
  }
  /* line 1681, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .business.tailor .tailor-table .col-6:nth-child(2) li:nth-child(odd) {
    background-color: transparent;
  }
  /* line 1684, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .business.tailor .tailor-table .col-6:nth-child(2) li:nth-child(even) {
    background-color: rgba(38, 116, 179, 0.2);
  }
  /*---------------------------------------------------------------------------  Testimonials  */
  /* line 1695, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  section#testimonial ul li p {
    width: 70%;
    letter-spacing: 0px;
    font-size: 85%;
  }
}

@media screen and (max-width: 700px) {
  /* line 1708, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .serve table td, .serve table th {
    padding: 10%;
    width: 80%;
    display: block;
  }
  /* line 1714, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .serve table tr:nth-child(odd) td:nth-child(1) {
    background-color: rgba(0, 0, 0, 0.1);
  }
  /* line 1717, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .serve table tr:nth-child(odd) td:nth-child(2) {
    background-color: transparent;
  }
  /* line 1725, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .tailor table td, .tailor table th {
    padding: 10%;
    width: 80%;
    display: block;
  }
  /* line 1730, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .tailor table tr:nth-child(odd) td:nth-child(1) {
    background-color: rgba(38, 116, 179, 0.2);
  }
  /* line 1733, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .tailor table tr:nth-child(odd) td:nth-child(2) {
    background-color: transparent;
  }
}

@media screen and (max-width: 600px) {
  /*---------------------------------------------------------------------------  Header  */
  /* line 1745, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  header .site-logo a {
    display: block;
    overflow: hidden;
    width: 115px;
    height: 84px;
  }
  /*---------------------------------------------------------------------------  Home  */
  /* line 1756, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .home-aspot-container .home-aspot {
    padding-top: 25%;
  }
  /* line 1759, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .home-aspot-container .home-aspot h1 {
    font-size: 2em;
  }
  /* line 1762, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .home-aspot-container .home-aspot img {
    width: 50px;
  }
  /* line 1768, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .home-about-container .home-about {
    width: 80%;
    margin-right: 0px;
    padding: 7% 10%;
  }
  /* line 1775, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .home-personal-container .home-personal {
    width: 70%;
  }
  /* line 1780, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .about {
    display: block;
    width: 80%;
  }
  /* line 1784, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .about .col-6 {
    width: 100%;
    padding: 0px;
  }
  /* line 1788, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .about .col-6:first-child {
    margin-bottom: 30px;
  }
  /*---------------------------------------------------------------------------  Contact List  */
  /* line 1796, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .add-contacts .contacts table {
    display: block;
    width: 90%;
  }
  /* line 1800, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .add-contacts .contacts table thead {
    display: none;
  }
  /* line 1803, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .add-contacts .contacts table tbody, .add-contacts .contacts table tr {
    display: block;
  }
  /* line 1806, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .add-contacts .contacts table th, .add-contacts .contacts table td {
    display: inline-block;
    padding: 10px 0px;
  }
  /* line 1810, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .add-contacts .contacts table th {
    margin-right: 10px;
  }
  /* line 1813, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .add-contacts .contacts table td {
    display: block;
    border-top: 0px;
  }
  /* line 1817, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .add-contacts .contacts table td:nth-child(1) {
    border-top: 1px solid black;
    padding-top: 20px;
  }
  /* line 1821, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .add-contacts .contacts table td:nth-child(5) {
    padding-bottom: 20px;
  }
  /* line 1824, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .add-contacts .contacts table th:nth-child(1), .add-contacts .contacts table td:nth-child(1),
  .add-contacts .contacts table th:nth-child(2), .add-contacts .contacts table td:nth-child(2),
  .add-contacts .contacts table th:nth-child(3), .add-contacts .contacts table td:nth-child(3),
  .add-contacts .contacts table th:nth-child(4), .add-contacts .contacts table td:nth-child(4),
  .add-contacts .contacts table th:nth-child(5), .add-contacts .contacts table td:nth-child(5) {
    width: auto;
    padding-left: 0px;
  }
  /*---------------------------------------------------------------------------  Contact Form  */
  /* line 1838, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .contact-form div.wpcf7 {
    max-width: 90%;
  }
  /* line 1841, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .contact-form .right,
  .contact-form .left {
    padding: 0px;
    width: 100%;
  }
  /*---------------------------------------------------------------------------  map  */
  /* line 1848, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  #map-canvas {
    height: 450px;
  }
}

@media screen and (max-width: 500px) {
  /*---------------------------------------------------------------------------  Home  */
  /* line 1861, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .home-aspot-container .home-aspot h1 {
    padding: 50px 30px;
  }
  /* line 1867, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .home-about-container .home-about {
    padding: 12% 10%;
  }
  /* line 1872, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .home-personal-container .home-personal {
    width: 80%;
    padding: 12% 10%;
    margin-left: 0px;
  }
  /* line 1878, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .home-business {
    padding: 12% 0px;
  }
  /* line 1881, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .home-business .right,
  .home-business .left {
    width: 80%;
    float: none;
    margin-left: 10%;
  }
  /* line 1889, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .home-life-container .home-life {
    padding: 12% 10%;
    width: 80%;
  }
  /* line 1895, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .home-benefits-container .home-benefits {
    width: 80%;
    padding: 12% 10%;
  }
  /*---------------------------------------------------------------------------  Testimonials  */
  /* line 1905, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  section#testimonial ul li p {
    width: 80%;
    letter-spacing: 0px;
    font-size: 75%;
  }
  /* line 1912, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  section#testimonial .unslider-arrow.prev {
    padding-left: 25px;
    bottom: 30px;
    display: none;
  }
  /* line 1917, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  section#testimonial .unslider-arrow.next {
    bottom: 30px;
    padding-left: 25px;
    display: none;
  }
}

@media screen and (max-width: 400px) {
  /*---------------------------------------------------------------------------  Header  */
  /* line 1930, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  header .site-logo a {
    display: block;
    overflow: hidden;
    width: 78px;
    height: 73px;
    margin-top: 9px;
  }
  /* line 1937, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  header .site-logo a img {
    height: 70px;
  }
  /* line 1942, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  header ul.menu {
    margin-top: 100px;
  }
  /* line 1945, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  header ul.menu li {
    font-size: 60%;
  }
  /*---------------------------------------------------------------------------  Home  */
  /* line 1954, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  .home-aspot-container .home-aspot h1 {
    font-size: 1.5em;
  }
  /* line 1961, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  footer hgroup img {
    width: 100%;
  }
  /* line 1968, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  footer .social ul li a {
    background-size: auto 50px;
    width: 40px;
    height: 40px;
  }
  /* line 1973, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  footer .social ul li a.tw {
    background-position: -58px 0px;
  }
  /* line 1976, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  footer .social ul li a.in {
    background-position: -117px 0px;
  }
  /* line 1979, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  footer .social ul li a.yt {
    background-position: -175px 0px;
  }
  /* line 1982, /Volumes/web/CLIENTS/WH Roddy/Theme/scss/style.scss */
  footer .social ul li a.li {
    background-position: -117px 0px;
  }
}

/*# sourceMappingURL=../style-mc/style.map */