/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
/* line 11, ../scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
/* line 29, ../scss/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
/* line 42, ../scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
/* line 52, ../scss/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 67, ../scss/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 78, ../scss/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
/* line 90, ../scss/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 102, ../scss/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/* line 111, ../scss/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
/* line 125, ../scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 130, ../scss/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 135, ../scss/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 140, ../scss/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 145, ../scss/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 150, ../scss/_normalize.scss */
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
/* line 159, ../scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
/* line 167, ../scss/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 172, ../scss/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome.
 */
/* line 180, ../scss/_normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 */
/* line 188, ../scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7.
 */
/* line 197, ../scss/_normalize.scss */
p,
pre {
  margin: 0.7em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
/* line 207, ../scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 220, ../scss/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
/* line 230, ../scss/_normalize.scss */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */
/* line 238, ../scss/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 244, ../scss/_normalize.scss */
small {
  font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
/* line 253, ../scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 261, ../scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 265, ../scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
/* line 277, ../scss/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 284, ../scss/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
/* line 292, ../scss/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
/* line 302, ../scss/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
/* line 318, ../scss/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
/* line 327, ../scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
/* line 339, ../scss/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
/* line 351, ../scss/_normalize.scss */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
/* line 359, ../scss/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
/* line 371, ../scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
/* line 384, ../scss/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
/* line 399, ../scss/_normalize.scss */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
/* line 414, ../scss/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
/* line 427, ../scss/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
/* line 439, ../scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
/* line 453, ../scss/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
/* line 464, ../scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+.
 */
/* line 473, ../scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 484, ../scss/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 497, ../scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
/* line 510, ../scss/_normalize.scss */
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/* line 517, ../scss/_normalize.scss */
b, strong, .strong {
  font-weight: bold;
}

/* line 519, ../scss/_normalize.scss */
dfn, em, .em {
  font-style: italic;
}

/* line 521, ../scss/_normalize.scss */
small, .small {
  font-size: 75%;
}

/* line 523, ../scss/_normalize.scss */
ul, ol {
  padding: 0;
  list-style-type: none;
}

/* line 528, ../scss/_normalize.scss */
dd {
  margin: 0;
}

/* line 532, ../scss/_normalize.scss */
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
/* line 23, ../scss/_mixins.scss */
.clearfix {
  zoom: 1;
}
/* line 25, ../scss/_mixins.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
/* line 26, ../scss/_mixins.scss */
.clearfix:after {
  clear: both;
}

/*********************
TOOLS
*********************/
/* line 34, ../scss/_mixins.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 41, ../scss/_mixins.scss */
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*555555*/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('library/fonts/font-name.eot');
    	src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
/* line 126, ../scss/_mixins.scss */
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/* line 132, ../scss/_mixins.scss */
.text-left {
  text-align: left;
}

/* line 133, ../scss/_mixins.scss */
.text-center {
  text-align: center;
}

/* line 134, ../scss/_mixins.scss */
.text-right {
  text-align: right;
}

/* line 138, ../scss/_mixins.scss */
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

/* line 144, ../scss/_mixins.scss */
.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

/* line 150, ../scss/_mixins.scss */
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

/* line 156, ../scss/_mixins.scss */
.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

/* line 162, ../scss/_mixins.scss */
.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
BUTTONS
*********************/
/* line 224, ../scss/_mixins.scss */
.button, .button:visited {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #2d8f98;
  border-top-color: #34a6b0;
  border-left-color: #34a6b0;
  padding: 4px 12px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  border-radius: 4px;
  background-color: #36adb8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#40bcc7), to(#36adb8));
  background-image: -webkit-linear-gradient(top, #40bcc7, #36adb8);
  background-image: -moz-linear-gradient(top, #40bcc7, #36adb8);
  background-image: -o-linear-gradient(top, #40bcc7, #36adb8);
  background-image: linear-gradient(to bottom, #40bcc7, #36adb8);
}
/* line 243, ../scss/_mixins.scss */
.button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
  color: #fff;
  border: 1px solid #2d8f98;
  border-top-color: #25757c;
  border-left-color: #25757c;
  background-color: #309aa4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#36adb8), to(#309aa4));
  background-image: -webkit-linear-gradient(top, #36adb8, #309aa4);
  background-image: -moz-linear-gradient(top, #36adb8, #309aa4);
  background-image: -o-linear-gradient(top, #36adb8, #309aa4);
  background-image: linear-gradient(to bottom, #36adb8, #309aa4);
}
/* line 251, ../scss/_mixins.scss */
.button:active, .button:visited:active {
  background-color: #40bcc7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#36adb8), to(#40bcc7));
  background-image: -webkit-linear-gradient(top, #36adb8, #40bcc7);
  background-image: -moz-linear-gradient(top, #36adb8, #40bcc7);
  background-image: -o-linear-gradient(top, #36adb8, #40bcc7);
  background-image: linear-gradient(to bottom, #36adb8, #40bcc7);
}

/* line 256, ../scss/_mixins.scss */
.blue-button, .blue-button:visited {
  border-color: #e37830;
  text-shadow: 0 1px 1px #e37830;
  background-color: #e68647;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e9955d), to(#e68647));
  background-image: -webkit-linear-gradient(top, #e9955d, #e68647);
  background-image: -moz-linear-gradient(top, #e9955d, #e68647);
  background-image: -o-linear-gradient(top, #e9955d, #e68647);
  background-image: linear-gradient(to bottom, #e9955d, #e68647);
  box-shadow: inset 0 0 3px #f3c4a5;
}
/* line 262, ../scss/_mixins.scss */
.blue-button:hover, .blue-button:focus, .blue-button:visited:hover, .blue-button:visited:focus {
  border-color: #dc6a1e;
  background-color: #e37830;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e7894b), to(#e37830));
  background-image: -webkit-linear-gradient(top, #e7894b, #e37830);
  background-image: -moz-linear-gradient(top, #e7894b, #e37830);
  background-image: -o-linear-gradient(top, #e7894b, #e37830);
  background-image: linear-gradient(to bottom, #e7894b, #e37830);
}
/* line 266, ../scss/_mixins.scss */
.blue-button:active, .blue-button:visited:active {
  background-color: #e9955d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e68647), to(#e9955d));
  background-image: -webkit-linear-gradient(top, #e68647, #e9955d);
  background-image: -moz-linear-gradient(top, #e68647, #e9955d);
  background-image: -o-linear-gradient(top, #e68647, #e9955d);
  background-image: linear-gradient(to bottom, #e68647, #e9955d);
}

/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
/* line 18, ../scss/_base.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  background: #000;
  color: #1f1f1f;
}

/* line 25, ../scss/_base.scss */
#container {
  background: #f1f1f1;
}

/* line 29, ../scss/_base.scss */
hr {
  border: none;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px;
}

/* line 35, ../scss/_base.scss */
input[type="text"], input[type="email"], input[type="url"], textarea {
  background: white;
  border: 1px solid #dedede;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 10px;
}
/* line 43, ../scss/_base.scss */
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, textarea:focus {
  border: 1px solid #b2954c;
}

/* line 49, ../scss/_base.scss */
.entry-content li {
  list-style-position: outside;
  margin-left: 20px;
}
/* line 53, ../scss/_base.scss */
.entry-content ul {
  list-style-type: none;
  list-style-image: url("../images/bullet.png");
  list-style-position: inside;
  padding-bottom: 14px;
}
/* line 59, ../scss/_base.scss */
.entry-content ol {
  list-style-type: decimal;
  list-style-position: inside;
  padding-bottom: 14px;
}
/* line 64, ../scss/_base.scss */
.entry-content ul ul,
.entry-content ol ul {
  list-style-type: circle;
  list-style-position: inside;
}
/* line 69, ../scss/_base.scss */
.entry-content ol ol,
.entry-content ul ol {
  list-style-type: lower-latin;
  list-style-position: inside;
}
/* line 75, ../scss/_base.scss */
.entry-content table th {
  vertical-align: bottom;
  text-align: left;
  font-weight: 700;
}
/* line 80, ../scss/_base.scss */
.entry-content table td {
  vertical-align: top;
  text-align: left;
}
/* line 84, ../scss/_base.scss */
.entry-content table p {
  margin-bottom: 8px;
  margin-top: 8px;
  padding-right: 10px;
}

/* line 92, ../scss/_base.scss */
.social4i {
  margin-top: 20px;
}

/* line 96, ../scss/_base.scss */
.expander {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  -o-user-select: none;
  user-select: none;
}
/* line 103, ../scss/_base.scss */
.expander .expander-title {
  color: white;
  background-color: #40bcc7;
  padding: 18px 0px 16px 16px;
  margin-bottom: 0;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
}
/* line 115, ../scss/_base.scss */
.expander .expander-content {
  background: #ededed;
  border-top: none;
  padding: 10px 25px;
  display: none;
}
/* line 122, ../scss/_base.scss */
.expander .expander-closed {
  background-image: url("../images/footer-icon-right.png");
  background-position: 98% 50%;
  background-repeat: no-repeat;
}
/* line 127, ../scss/_base.scss */
.expander .expander-open {
  background-image: url("../images/footer-icon-down.png");
  background-position: 97% 50%;
  background-repeat: no-repeat;
}

/* line 134, ../scss/_base.scss */
.ext-link,
.int-link {
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  -o-user-select: none;
  -webkit-user-select: none;
  /* Chrome/Safari */
  background-color: #40bcc7;
  color: #fff !important;
  cursor: pointer;
  display: block;
  font-style: italic;
  margin: 10px 0;
  padding: 18px 0 16px 16px;
  position: relative;
  text-decoration: none;
  user-select: none;
}

/* line 153, ../scss/_base.scss */
.ext-link:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #2a8890 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 166, ../scss/_base.scss */
.player-wrapper {
  position: relative;
  padding-bottom: 52.25%;
  /* 16:9 */
  padding-top: 0;
  height: 0;
}
/* line 173, ../scss/_base.scss */
.player-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 185, ../scss/_base.scss */
.related-videos .details h3 {
  margin-top: 10px;
}
/* line 188, ../scss/_base.scss */
.related-videos .details p {
  margin-top: 0;
}
/* line 193, ../scss/_base.scss */
.related-videos .social4i {
  display: none;
}
/* line 197, ../scss/_base.scss */
.related-videos:after {
  content: "";
  display: table;
  clear: both;
}

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* line 218, ../scss/_base.scss */
.search-results article {
  background: white;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 223, ../scss/_base.scss */
.search-results section {
  margin-bottom: 0px;
}
/* line 226, ../scss/_base.scss */
.search-results .border {
  clear: both;
  border-top: 1px solid #d8d8d8;
}
/* line 230, ../scss/_base.scss */
.search-results .author {
  margin-top: -4px;
}
/* line 233, ../scss/_base.scss */
.search-results .tags {
  margin-top: -16px;
}
/* line 236, ../scss/_base.scss */
.search-results .article-footer {
  margin-bottom: 20px;
  margin-top: -10px;
}
/* line 239, ../scss/_base.scss */
.search-results .article-footer a {
  color: #FE9E00;
}
/* line 243, ../scss/_base.scss */
.search-results .search-title {
  text-transform: none;
  margin-top: 4px;
}
/* line 247, ../scss/_base.scss */
.search-results .search-title a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555;
  font-size: 16px;
  font-weight: bold;
}

/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
/* line 287, ../scss/_base.scss */
.wrap {
  margin: 0 15px;
  position: relative;
}

/*********************
LINK STYLES
*********************/
/* line 296, ../scss/_base.scss */
a, a:visited {
  color: #40bcc7;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
/* line 300, ../scss/_base.scss */
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #319ea8;
}
/* line 310, ../scss/_base.scss */
a:link, a:visited:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
/* line 324, ../scss/_base.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 500;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */
}
/* line 334, ../scss/_base.scss */
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

/* line 339, ../scss/_base.scss */
h1, .h1 {
  font-size: 22px;
  line-height: 1.0;
}

/* line 344, ../scss/_base.scss */
h2, .h2 {
  font-size: 22px;
  line-height: 1.2em;
  color: #40bcc7;
  margin-top: 20px;
}

/* line 351, ../scss/_base.scss */
h3, .h3 {
  font-size: 20px;
  margin-bottom: 0;
}

/* line 356, ../scss/_base.scss */
h4, .h4 {
  font-size: 18px;
  font-weight: 700;
}

/* line 361, ../scss/_base.scss */
h5, .h5 {
  font-size: 16px;
  line-height: 2.09em;
  letter-spacing: 2px;
}

/* line 367, ../scss/_base.scss */
h2.small-title {
  text-transform: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.2;
}
/* line 373, ../scss/_base.scss */
h2.small-title a {
  color: #626262;
}
/* line 375, ../scss/_base.scss */
h2.small-title a:hover {
  color: #319ea8;
}

/*********************
HEADER STYLES
*********************/
/* line 386, ../scss/_base.scss */
.header {
  background: #000;
  line-height: 1.0;
  z-index: 100;
  height: auto;
  min-height: 110px;
}
/* line 393, ../scss/_base.scss */
.header p {
  margin: 0;
}
/* line 396, ../scss/_base.scss */
.header a {
  margin: 3px 0 0 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 403, ../scss/_base.scss */
.header a .small {
  font-size: 24px;
}
/* line 408, ../scss/_base.scss */
.header .social {
  display: none;
  height: 10px;
  margin-top: 54px;
  height: 32px;
}
/* line 414, ../scss/_base.scss */
.header .social .social-icon {
  text-indent: -9999px;
  width: 32px;
  height: 32px;
  float: right;
  margin-left: 8px;
  margin-bottom: 0;
  margin-top: 0;
}
/* line 423, ../scss/_base.scss */
.header .social .gplus {
  background: url("../images/footer-icon-social-gplus-gold.png") no-repeat;
}
/* line 426, ../scss/_base.scss */
.header .social .twitter {
  background: url("../images/footer-icon-social-twitter-gold.png") no-repeat;
}
/* line 429, ../scss/_base.scss */
.header .social .facebook {
  background: url("../images/footer-icon-social-facebook-gold.png") no-repeat;
}
/* line 432, ../scss/_base.scss */
.header .social .youtube {
  background: url("../images/footer-icon-social-youtube-gold.png") no-repeat;
}
/* line 435, ../scss/_base.scss */
.header .social .linkedin {
  background: url("../images/footer-icon-social-linkedin-gold.png") no-repeat;
}
/* line 440, ../scss/_base.scss */
.header #google_translate_element {
  position: absolute;
  top: 92px;
  right: 0;
}
/* line 444, ../scss/_base.scss */
.header #google_translate_element .goog-te-gadget-simple {
  background: none;
  border: none;
  padding: 0;
}
/* line 448, ../scss/_base.scss */
.header #google_translate_element .goog-te-gadget-simple .goog-te-menu-value {
  color: #ddd;
  font-size: 12px;
}
/* line 453, ../scss/_base.scss */
.header #google_translate_element img.goog-te-gadget-icon {
  display: none;
}
/* line 456, ../scss/_base.scss */
.header .hotline {
  display: none;
  margin: 13px 0 0 0;
  font-weight: 500;
  height: 40px;
}
/* line 462, ../scss/_base.scss */
.header .hotline span {
  color: #fff;
  font-size: 28px;
}
/* line 467, ../scss/_base.scss */
.header .hotline a {
  color: #40bcc7;
  font-size: 28px;
}
/* line 472, ../scss/_base.scss */
.header .hotline span:before {
  content: url("../images/phone-icon-flashing.gif");
  margin-right: 6px;
  position: relative;
  top: 5px;
}

/* line 480, ../scss/_base.scss */
.fixed-header-container {
  margin-top: 0;
}
/* line 483, ../scss/_base.scss */
.fixed-header-container .header {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}

/* line 491, ../scss/_base.scss */
#logo a {
  color: #40bcc7;
  margin-bottom: 20px;
}

/* line 495, ../scss/_base.scss */
#logo {
  text-align: center;
}
/* line 498, ../scss/_base.scss */
#logo a {
  font-size: 32px;
}
/* line 501, ../scss/_base.scss */
#logo #hamburger {
  background-image: url("../images/hamburger.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 36px;
  height: 36px;
  display: block;
  float: right;
  margin: 8px 0 0 0;
  padding-top: 0;
}
/* line 512, ../scss/_base.scss */
#logo #logo-image {
  background-image: url("../images/scl-logo-transp.png");
  background-repeat: no-repeat;
  height: 96px;
  display: block;
  margin: 0;
  position: absolute;
  top: 0;
  width: 80%;
  background-size: contain;
}

/* line 526, ../scss/_base.scss */
.mobile-top {
  height: 100px;
  clear: both;
  background-color: #050505;
}

/*********************
COMMON
*********************/
/* line 540, ../scss/_base.scss */
.page-title {
  margin-top: 0;
}

/* line 541, ../scss/_base.scss */
.page-title:after {
  content: url("../images/icon-arrow-right.png");
  margin-left: 15px;
  position: relative;
  top: 10px;
}

/* line 547, ../scss/_base.scss */
.testimonial-feature {
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 300px;
  overflow: hidden;
}
/* line 553, ../scss/_base.scss */
.testimonial-feature p {
  font-style: italic;
}
/* line 558, ../scss/_base.scss */
.testimonial-feature .testimonial .content p {
  font-weight: 700;
}
/* line 561, ../scss/_base.scss */
.testimonial-feature .testimonial .name {
  font-style: normal;
}

/* line 566, ../scss/_base.scss */
.white-background {
  background: white;
}

/* line 570, ../scss/_base.scss */
.mp-map {
  height: 500px;
  width: 100%;
}

/* line 578, ../scss/_base.scss */
.lawyer-single .excerpt img {
  height: auto;
  width: auto;
}
/* line 581, ../scss/_base.scss */
.lawyer-single .role {
  font-weight: bold;
}
/* line 584, ../scss/_base.scss */
.lawyer-single .skills {
  font-weight: bold;
}
/* line 587, ../scss/_base.scss */
.lawyer-single .recent-articles-title {
  font-size: 22px;
}
/* line 591, ../scss/_base.scss */
.lawyer-single .recent-articles {
  padding-top: 20px;
  padding-bottom: 30px;
}
/* line 595, ../scss/_base.scss */
.lawyer-single .recent-articles .recent-article {
  margin: 0 0 8px 0;
}
/* line 599, ../scss/_base.scss */
.lawyer-single .recent-articles .recent-article .title {
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  line-height: 120%;
}
/* line 605, ../scss/_base.scss */
.lawyer-single .recent-articles .recent-article .title a {
  color: #1f1f1f;
  text-decoration: none;
}
/* line 608, ../scss/_base.scss */
.lawyer-single .recent-articles .recent-article .title a:hover {
  color: #319ea8;
}
/* line 611, ../scss/_base.scss */
.lawyer-single .recent-articles .recent-article .author {
  font-size: 12px;
  font-weight: normal;
  margin: 0;
}

/* line 620, ../scss/_base.scss */
.single-court-page .entry-content {
  margin-top: 20px;
}

/* line 625, ../scss/_base.scss */
nav.page-navigation ol {
  list-style-type: none !important;
}

/*********************
TABBED WIDGET
*********************/
/* Contains the entire tabbed section */
/* line 633, ../scss/_base.scss */
.widget_sb_tabbed_widget {
  border: 1px solid #eee;
  background: #fff;
  overflow: hidden;
  padding: 0 !important;
  width: 100%;
  /* Need to change for responsive width */
}

/* List of tabs */
/* line 642, ../scss/_base.scss */
.widget_sb_tabbed_widget ul.sb_tabs {
  float: left;
  display: inline;
  width: 100%;
  margin: 0 !important;
  padding: 0;
  background: #cfe7e9;
}

/* line 650, ../scss/_base.scss */
.widget_sb_tabbed_widget .tab-content ul {
  margin: 0 !important;
}

/* line 653, ../scss/_base.scss */
.widget_sb_tabbed_widget ul.sb_tabs li {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
  width: 33%;
  text-align: center;
  max-height: 52px;
  overflow: hidden;
  border-bottom: none;
  background: #b8dbdd;
}

/* line 665, ../scss/_base.scss */
.widget_sb_tabbed_widget ul.sb_tabs li:last-child {
  margin-right: none;
  width: 34%;
  background: #cfe7e9;
}

/* line 670, ../scss/_base.scss */
.widget_sb_tabbed_widget ul.sb_tabs li:first-child {
  background: #cfe7e9;
}

/* line 673, ../scss/_base.scss */
.widget_sb_tabbed_widget ul.sb_tabs li a {
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 15px 0;
  line-height: 1;
  font-size: 16px;
  color: white;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 683, ../scss/_base.scss */
.sb_tabbed ul.sb_tabs li a:hover {
  cursor: pointer;
}

/* The current selected tab */
/* Post Meta */
/* line 693, ../scss/_base.scss */
.sb-date-meta, .sb-comment-meta, .sb-cat-meta {
  font-size: 12px;
  font-style: italic;
}

/* line 697, ../scss/_base.scss */
.sb-date-meta, .sb-comment-meta {
  display: block;
}

/* Set the CSS to make sure the other tabs' content isn't shown other than the first */
/* line 702, ../scss/_base.scss */
.widget_sb_tabbed_widget div.t2, .widget_sb_tabbed_widget div.t3, .widget_sb_tabbed_widget div.t4 {
  display: none;
}

/* Content for inside your tabs' divs */
/* line 707, ../scss/_base.scss */
.widget_sb_tabbed_widget .tab-content {
  padding: 10px 20px;
  clear: both;
}
/* line 710, ../scss/_base.scss */
.widget_sb_tabbed_widget .tab-content a {
  color: #1f1f1f;
  text-decoration: none;
}

/* line 715, ../scss/_base.scss */
.widget_sb_tabbed_widget .tab-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 720, ../scss/_base.scss */
.widget_sb_tabbed_widget .tab-content ul li {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  background: none;
}

/* line 726, ../scss/_base.scss */
.widget_sb_tabbed_widget .tab-content ul li img.alignleft {
  border: 1px solid #eee;
  margin-top: 0;
  padding: 0;
  max-width: 50px;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
}

/* line 735, ../scss/_base.scss */
.widget_sb_tabbed_widget .tab-content ul li:last-child {
  border-bottom: none;
}

/* line 740, ../scss/_base.scss */
.rev_slider_wrapper iframe {
  border: none;
}

/*********************
RESOURCE PAGE(S)
*********************/
/* line 751, ../scss/_base.scss */
.resource-archive .resource-type-description {
  margin-bottom: 20px;
}
/* line 754, ../scss/_base.scss */
.resource-archive .category-title {
  color: white;
  background-repeat: no-repeat;
  background-position: 4% 50%;
}
/* line 760, ../scss/_base.scss */
.resource-archive .category-title h1 {
  height: 46px;
  padding-left: 120px;
  margin-top: 20px;
  padding-top: 36px;
}
/* line 767, ../scss/_base.scss */
.resource-archive .category-title p {
  padding-left: 120px;
  padding-bottom: 30px;
}
/* line 772, ../scss/_base.scss */
.resource-archive .traffic {
  background-image: url("../images/traffic-cone.png");
  background-color: #2e8c94;
}
/* line 776, ../scss/_base.scss */
.resource-archive .traffic h1:after {
  content: url("../images/cat-title-arrow.png");
  margin-left: 10px;
  position: relative;
}
/* line 782, ../scss/_base.scss */
.resource-archive .criminal {
  background-image: url("../images/shield.png");
  background-color: #2e8c94;
}
/* line 786, ../scss/_base.scss */
.resource-archive .criminal h1:after {
  content: url("../images/cat-title-arrow.png");
  margin-left: 10px;
  position: relative;
}
/* line 792, ../scss/_base.scss */
.resource-archive .recent-articles {
  border: 1px solid #d8d8d8;
  padding-bottom: 10px;
  margin-bottom: 10px;
  background: white;
}
/* line 798, ../scss/_base.scss */
.resource-archive .recent-articles p {
  margin: 0;
}
/* line 801, ../scss/_base.scss */
.resource-archive .recent-articles h1 {
  color: white;
  background-color: #bbbbbb;
  padding-top: 24px;
  padding-bottom: 20px;
  padding-left: 16px;
  margin: 0px;
  margin-bottom: 8px;
}
/* line 810, ../scss/_base.scss */
.resource-archive .recent-articles .recent-entry {
  background: white;
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 22px;
}
/* line 816, ../scss/_base.scss */
.resource-archive .recent-articles .recent-entry .border-top {
  border-top: 1px solid #d8d8d8;
  padding-top: 4px;
}
/* line 821, ../scss/_base.scss */
.resource-archive .recent-articles .recent-entry h3 {
  font-weight: 600;
  color: #1f1f1f;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 0px;
  color: black;
  text-transform: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 831, ../scss/_base.scss */
.resource-archive .recent-articles .recent-entry h3 a {
  color: #545454;
}
/* line 835, ../scss/_base.scss */
.resource-archive .recent-articles .recent-entry h3:hover {
  color: #40bcc7;
}
/* line 838, ../scss/_base.scss */
.resource-archive .recent-articles .recent-entry .author,
.resource-archive .recent-articles .recent-entry .tags {
  line-height: 140%;
}
/* line 843, ../scss/_base.scss */
.resource-archive .recent-articles hr {
  margin: 0;
  padding: 0;
  padding-top: 22px;
}

/*********************
BLOG PAGE(S)
*********************/
/* line 855, ../scss/_base.scss */
.blog-single .single-title {
  font-size: 30px;
  line-height: 1.0;
  font-weight: normal;
  margin: 0;
  padding: 20px 20px 17px 20px;
}
/* line 864, ../scss/_base.scss */
.blog-single article {
  background-color: white;
}
/* line 867, ../scss/_base.scss */
.blog-single .article-nav {
  overflow: hidden;
}
/* line 870, ../scss/_base.scss */
.blog-single .article-nav .previous-post-link a {
  background: url("../images/next-prev-article.png") no-repeat 0 0;
  float: left;
  width: 94px;
}
/* line 874, ../scss/_base.scss */
.blog-single .article-nav .previous-post-link a:hover {
  background: url("../images/next-prev-article.png") no-repeat 0 -43px;
}
/* line 876, ../scss/_base.scss */
.blog-single .article-nav .next-post-link a {
  background: url("../images/next-prev-article.png") no-repeat -94px 0;
  float: right;
  width: 94px;
}
/* line 880, ../scss/_base.scss */
.blog-single .article-nav .next-post-link a:hover {
  background: url("../images/next-prev-article.png") no-repeat -94px -43px;
}
/* line 882, ../scss/_base.scss */
.blog-single .article-nav .previous-post-link a,
.blog-single .article-nav .next-post-link a {
  text-indent: -9999px;
  display: block;
  background-repeat: no-repeat;
  height: 43px;
}
/* line 889, ../scss/_base.scss */
.blog-single .article-nav .previous-post-link,
.blog-single .article-nav .next-post-link {
  margin: 0;
}

/* line 897, ../scss/_base.scss */
.archive .box,
.blog .box {
  margin-bottom: 20px;
}
/* line 899, ../scss/_base.scss */
.archive .box .tags,
.blog .box .tags {
  margin-top: -20px;
}
/* line 902, ../scss/_base.scss */
.archive .box .box-content,
.blog .box .box-content {
  padding-top: 5px;
}
/* line 905, ../scss/_base.scss */
.archive .box .article-header,
.blog .box .article-header {
  margin-bottom: -10px;
}
/* line 908, ../scss/_base.scss */
.archive .box .small-title,
.blog .box .small-title {
  padding-bottom: 6px;
}
/* line 914, ../scss/_base.scss */
.archive .widget .cat-item:last-child,
.blog .widget .cat-item:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
/* line 918, ../scss/_base.scss */
.archive .widget .cat-item:first-child,
.blog .widget .cat-item:first-child {
  padding-top: 0px;
}
/* line 921, ../scss/_base.scss */
.archive .widget .cat-item,
.blog .widget .cat-item {
  font-size: 11px;
  font-weight: normal;
  margin: 0px 5px 0 15px;
  padding: 5px 0px;
  border-bottom: 1px solid #d8d8d8;
}
/* line 928, ../scss/_base.scss */
.archive .widget .cat-item a,
.blog .widget .cat-item a {
  color: #1f1f1f;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
}
/* line 934, ../scss/_base.scss */
.archive .widget .cat-item a:hover,
.blog .widget .cat-item a:hover {
  color: #319ea8;
}
/* line 937, ../scss/_base.scss */
.archive .widget .cat-item-sub,
.blog .widget .cat-item-sub {
  padding-left: 30px;
}
/* line 940, ../scss/_base.scss */
.archive .widget .cat-item-sub a,
.blog .widget .cat-item-sub a {
  color: #888;
}
/* line 947, ../scss/_base.scss */
.archive .widget .tw,
.blog .widget .tw {
  padding: 10px 20px 14px 20px;
}
/* line 949, ../scss/_base.scss */
.archive .widget .tw a,
.blog .widget .tw a {
  font-size: 18px;
}
/* line 955, ../scss/_base.scss */
.archive .resources-search,
.blog .resources-search {
  margin-top: 20px;
}
/* line 959, ../scss/_base.scss */
.archive .blog-search,
.archive .resources-search,
.blog .blog-search,
.blog .resources-search {
  overflow: hidden;
  margin-bottom: 20px;
}
/* line 965, ../scss/_base.scss */
.archive .blog-search .blog-search-form ::-webkit-input-placeholder,
.archive .resources-search .blog-search-form ::-webkit-input-placeholder,
.blog .blog-search .blog-search-form ::-webkit-input-placeholder,
.blog .resources-search .blog-search-form ::-webkit-input-placeholder {
  color: #b2954c;
}
/* line 968, ../scss/_base.scss */
.archive .blog-search .blog-search-form :-moz-placeholder,
.archive .resources-search .blog-search-form :-moz-placeholder,
.blog .blog-search .blog-search-form :-moz-placeholder,
.blog .resources-search .blog-search-form :-moz-placeholder {
  color: #b2954c;
}
/* line 971, ../scss/_base.scss */
.archive .blog-search .blog-search-form ::-moz-placeholder,
.archive .resources-search .blog-search-form ::-moz-placeholder,
.blog .blog-search .blog-search-form ::-moz-placeholder,
.blog .resources-search .blog-search-form ::-moz-placeholder {
  color: #b2954c;
}
/* line 974, ../scss/_base.scss */
.archive .blog-search .blog-search-form :-ms-input-placeholder,
.archive .resources-search .blog-search-form :-ms-input-placeholder,
.blog .blog-search .blog-search-form :-ms-input-placeholder,
.blog .resources-search .blog-search-form :-ms-input-placeholder {
  color: #b2954c;
}
/* line 978, ../scss/_base.scss */
.archive .blog-search .blog-search-box,
.archive .resources-search .blog-search-box,
.blog .blog-search .blog-search-box,
.blog .resources-search .blog-search-box {
  height: 64px;
  color: #333;
  padding-left: 16px;
  float: left;
  width: 68%;
  margin-right: 2%;
  font-size: 16px;
}
/* line 987, ../scss/_base.scss */
.archive .blog-search .blog-search-go,
.archive .resources-search .blog-search-go,
.blog .blog-search .blog-search-go,
.blog .resources-search .blog-search-go {
  height: 64px;
  background-color: #b2954c;
  float: right;
  width: 29%;
  padding: 0;
}
/* line 994, ../scss/_base.scss */
.archive .blog-search .blog-search-go:hover,
.archive .resources-search .blog-search-go:hover,
.blog .blog-search .blog-search-go:hover,
.blog .resources-search .blog-search-go:hover {
  background-color: #927a3e;
}
/* line 997, ../scss/_base.scss */
.archive .blog-search .blog-search-go,
.archive .resources-search .blog-search-go,
.blog .blog-search .blog-search-go,
.blog .resources-search .blog-search-go {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  padding-top: 5px;
  border: none;
  /*border: 1px solid #777;*/
  border-radius: 4px;
  color: white;
}

/* line 1013, ../scss/_base.scss */
.resources #resource-sidebar {
  margin-top: 20px;
}

/* line 1018, ../scss/_base.scss */
.resource-single h2 {
  margin-bottom: 4px;
}
/* line 1021, ../scss/_base.scss */
.resource-single .author {
  margin: 0;
}
/* line 1024, ../scss/_base.scss */
.resource-single .tags {
  margin-top: -4px;
  margin-bottom: 0;
}

/* line 1030, ../scss/_base.scss */
.related-posts {
  margin-top: 20px;
  background: white;
  border: 1px solid #d8d8d8;
}
/* line 1034, ../scss/_base.scss */
.related-posts .no-related {
  padding-left: 20px;
}
/* line 1037, ../scss/_base.scss */
.related-posts hr {
  margin-left: 20px;
  margin-right: 20px;
}
/* line 1041, ../scss/_base.scss */
.related-posts h3 a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #555;
  text-transform: none;
  margin: 0;
}
/* line 1048, ../scss/_base.scss */
.related-posts h3 {
  line-height: 100%;
  margin: 0;
}
/* line 1053, ../scss/_base.scss */
.related-posts .related-post {
  padding-left: 20px;
  padding-right: 20px;
}
/* line 1058, ../scss/_base.scss */
.related-posts h1 {
  color: white;
  background-color: #bbbbbb;
  background-image: none;
  padding-top: 24px;
  padding-bottom: 20px;
  padding-left: 16px;
  margin: 0px;
  margin-bottom: 20px;
}
/* line 1068, ../scss/_base.scss */
.related-posts .vcard {
  margin: 0;
}
/* line 1071, ../scss/_base.scss */
.related-posts .tags {
  margin-top: 0;
  margin-bottom: 20px;
}

/*********************
HOME PAGE STYLES
*********************/
/* line 1081, ../scss/_base.scss */
.page-contact form,
.page-contact fieldset {
  border: 0;
  width: 100%;
  margin: 0;
  padding-left: 0;
}
/* line 1088, ../scss/_base.scss */
.page-contact label {
  padding-left: 0;
}
/* line 1091, ../scss/_base.scss */
.page-contact label,
.page-contact .contactsubmit {
  font-family: 'HelveticaNeue-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #555;
  font-size: 13px;
  font-weight: bold;
}
/* line 1098, ../scss/_base.scss */
.page-contact input.text,
.page-contact textarea {
  display: block;
  background: none repeat scroll 0 0 #fff;
  padding: 10px;
  width: 100%;
  margin: 10px 0 19px 0px;
  color: #485660;
  padding-left: 10px;
  font-size: 16px;
}
/* line 1109, ../scss/_base.scss */
.page-contact input.text {
  cursor: auto;
  display: inline-block;
  height: 52px;
}
/* line 1114, ../scss/_base.scss */
.page-contact textarea {
  height: 190px;
  resize: none;
}
/* line 1118, ../scss/_base.scss */
.page-contact .submit {
  width: 111px;
  height: 64px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  padding-top: 5px;
  border-radius: 4px;
  text-transform: uppercase;
  background: #b2954c;
  color: white;
  float: right;
  border: none;
  /*border: 1px solid #777;*/
}
/* line 1131, ../scss/_base.scss */
.page-contact .submit:hover {
  background: #927a3e;
}
/* line 1134, ../scss/_base.scss */
.page-contact .error {
  display: block;
  background: #e4e4e4;
  padding: 8px 12px;
  line-height: 140%;
  margin-bottom: 20px;
}
/* line 1141, ../scss/_base.scss */
.page-contact .row {
  width: 100%;
}
/* line 1144, ../scss/_base.scss */
.page-contact .col-left {
  max-width: 320px;
  float: left;
  width: 50%;
}
/* line 1149, ../scss/_base.scss */
.page-contact .col-right {
  max-width: 320px;
  float: right;
  width: 50%;
  padding-left: 16px;
}
/* line 1155, ../scss/_base.scss */
.page-contact .postcode {
  max-width: 140px;
}
/* line 1158, ../scss/_base.scss */
.page-contact .checkbox-label {
  padding-left: 16px;
}
/* line 1161, ../scss/_base.scss */
.page-contact ::-webkit-input-placeholder {
  font-style: italic;
  color: #b2954c;
}
/* line 1165, ../scss/_base.scss */
.page-contact :-moz-placeholder {
  font-style: italic;
  color: #b2954c;
}
/* line 1169, ../scss/_base.scss */
.page-contact ::-moz-placeholder {
  font-style: italic;
  color: #b2954c;
}
/* line 1173, ../scss/_base.scss */
.page-contact :-ms-input-placeholder {
  font-style: italic;
  color: #b2954c;
}

/*********************
RECENT POSTS (CRIMINAL/TRAFFIC)
*********************/
/* line 1183, ../scss/_base.scss */
.page-recent-cases .date {
  font-size: 15px;
  font-weight: 300;
  color: #999;
  font-style: italic;
  margin: 0;
}
/* line 1190, ../scss/_base.scss */
.page-recent-cases .quote {
  padding-right: 10px;
}
/* line 1193, ../scss/_base.scss */
.page-recent-cases h2, .page-recent-cases .h2 {
  text-transform: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 21px;
  margin-bottom: 6px;
}
/* line 1200, ../scss/_base.scss */
.page-recent-cases .entry-content hr {
  padding-bottom: 20px;
}
/* line 1203, ../scss/_base.scss */
.page-recent-cases footer {
  text-align: right;
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
}
/* line 1207, ../scss/_base.scss */
.page-recent-cases footer a {
  font-weight: bold;
  text-decoration: none;
}

/*********************
RECENT CASES ARCHIVE
*********************/
/* line 1218, ../scss/_base.scss */
.post-type-archive-recent_case .box-link {
  display: block;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
  background: rgba(64, 188, 199, 0.5);
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  text-decoration: none;
}
/* line 1229, ../scss/_base.scss */
.post-type-archive-recent_case .box-link:hover {
  background: rgba(64, 188, 199, 0.8);
  color: #fff;
}

/*********************
HOME PAGE FIXED FEES
*********************/
/* line 1239, ../scss/_base.scss */
.fixed-fees {
  background: white;
  padding-left: 20px;
  border: 1px solid #d8d8d8;
  margin-top: 20px;
  padding-bottom: 30px;
}
/* line 1246, ../scss/_base.scss */
.fixed-fees h3 {
  margin-top: -18px;
  color: #40bcc7;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-size: 14px;
}

/*********************
HOME PAGE STYLES
*********************/
/* line 1263, ../scss/_base.scss */
#rev_slider_1_1_wrapper #rev_slider_1_1 .tp-leftarrow {
  background: url("../images/home-icon-slider-left.png") no-repeat;
}
/* line 1266, ../scss/_base.scss */
#rev_slider_1_1_wrapper #rev_slider_1_1 .tp-rightarrow {
  background: url("../images/home-icon-slider-right.png") no-repeat;
}
/* line 1270, ../scss/_base.scss */
#rev_slider_1_1_wrapper .tp-caption {
  margin: auto;
  width: 76%;
  line-height: 2;
}
/* line 1275, ../scss/_base.scss */
#rev_slider_1_1_wrapper .tp-caption.big_white {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
}
/* line 1282, ../scss/_base.scss */
#rev_slider_1_1_wrapper .tp-caption .line-1 {
  font-size: 48px;
  line-height: 110%;
  /*text-shadow: 0px 0px 1px black;*/
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  white-space: normal;
}
/* line 1291, ../scss/_base.scss */
#rev_slider_1_1_wrapper .tp-caption .line-2 {
  font-size: 25px;
  line-height: 110%;
  margin-top: 10px;
  /*text-shadow: 0px 0px 1px black;*/
  font-weight: 500;
  letter-spacing: 0;
  white-space: normal;
}

@media only screen and (max-width: 900px) {
  /* line 1306, ../scss/_base.scss */
  #rev_slider_1_1_wrapper .tp-caption .line-1 {
    font-size: 40px;
  }
  /* line 1307, ../scss/_base.scss */
  #rev_slider_1_1_wrapper .tp-caption .line-2 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 770px) {
  /* line 1314, ../scss/_base.scss */
  #rev_slider_1_1_wrapper .tp-caption .line-1 {
    font-size: 34px;
  }
  /* line 1315, ../scss/_base.scss */
  #rev_slider_1_1_wrapper .tp-caption .line-2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 500px) {
  /* line 1322, ../scss/_base.scss */
  #rev_slider_1_1_wrapper .tp-caption .line-1 {
    font-size: 26px;
  }
  /* line 1323, ../scss/_base.scss */
  #rev_slider_1_1_wrapper .tp-caption .line-2 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 460px) {
  /* line 1330, ../scss/_base.scss */
  #rev_slider_1_1_wrapper .tp-caption .line-1 {
    font-size: 22px;
  }
  /* line 1331, ../scss/_base.scss */
  #rev_slider_1_1_wrapper .tp-caption .line-2 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 320px) {
  /* line 1338, ../scss/_base.scss */
  #rev_slider_1_1_wrapper .tp-caption .line-1 {
    font-size: 18px;
  }
  /* line 1339, ../scss/_base.scss */
  #rev_slider_1_1_wrapper .tp-caption .line-2 {
    font-size: 10px;
    margin-top: 0;
  }
}
/* line 1345, ../scss/_base.scss */
#header-space {
  display: none;
}

/* line 1348, ../scss/_base.scss */
.secondary-home-nav {
  display: none;
  width: 100%;
  max-height: 100px;
  line-height: 0;
  clear: both;
  background-color: #050505;
}
/* line 1356, ../scss/_base.scss */
.secondary-home-nav .home-slide-nav {
  border: none;
  display: inline-block;
  width: 100%;
}
/* line 1362, ../scss/_base.scss */
.secondary-home-nav td, .secondary-home-nav table {
  margin: 0;
  padding: 0;
}
/* line 1366, ../scss/_base.scss */
.secondary-home-nav td {
  border-left: 1px solid #b2954c;
}
/* line 1367, ../scss/_base.scss */
.secondary-home-nav td:last-child {
  border-right: 1px solid #b2954c;
}
/* line 1369, ../scss/_base.scss */
.secondary-home-nav .home-slide-nav-1 {
  background: url("../images/home-slide-nav-1.jpg") no-repeat;
  background-size: 100% auto;
}
/* line 1373, ../scss/_base.scss */
.secondary-home-nav .home-slide-nav-2 {
  background: url("../images/home-slide-nav-2.jpg") no-repeat;
}
/* line 1376, ../scss/_base.scss */
.secondary-home-nav .home-slide-nav-3 {
  background: url("../images/home-slide-nav-3.jpg") no-repeat;
}
/* line 1379, ../scss/_base.scss */
.secondary-home-nav .home-slide-nav-4 {
  background: url("../images/home-slide-nav-4.jpg") no-repeat;
}
/* line 1382, ../scss/_base.scss */
.secondary-home-nav .home-slide-nav-5 {
  background: url("../images/home-slide-nav-5.jpg") no-repeat;
}

/*********************
PAGE home NEW
*********************/
/* line 1390, ../scss/_base.scss */
.page-home-secondary-nav {
  display: none;
  background: #1f1f1f;
  padding: 25px 0;
}
/* line 1396, ../scss/_base.scss */
.page-home-secondary-nav table {
  width: 100%;
}
/* line 1398, ../scss/_base.scss */
.page-home-secondary-nav table td {
  vertical-align: middle;
  width: 20%;
  border-right: 4px solid #b2954c;
  text-align: center;
  padding: 0;
}
/* line 1404, ../scss/_base.scss */
.page-home-secondary-nav table td a {
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  line-height: 110%;
  display: block;
}
/* line 1413, ../scss/_base.scss */
.page-home-secondary-nav table td a:hover {
  color: #319ea8;
}
/* line 1417, ../scss/_base.scss */
.page-home-secondary-nav table td:last-child {
  border: none;
}

/* line 1420, ../scss/_base.scss */
.page-home-new {
  /* recent cases and blogs tiles for large screen */
}
/* line 1422, ../scss/_base.scss */
.page-home-new .home-top-search {
  padding: 20px 0 0 0;
  background: #e6e6e6;
}
/* line 1427, ../scss/_base.scss */
.page-home-new .home-search {
  margin: 0 0 20px 0;
  overflow: hidden;
}
/* line 1433, ../scss/_base.scss */
.page-home-new .home-search-form ::-webkit-input-placeholder {
  color: #b2954c;
}
/* line 1436, ../scss/_base.scss */
.page-home-new .home-search-form :-moz-placeholder {
  color: #b2954c;
}
/* line 1439, ../scss/_base.scss */
.page-home-new .home-search-form ::-moz-placeholder {
  color: #b2954c;
}
/* line 1442, ../scss/_base.scss */
.page-home-new .home-search-form :-ms-input-placeholder {
  color: #b2954c;
}
/* line 1446, ../scss/_base.scss */
.page-home-new .home-search-box {
  height: 64px;
  color: #333;
  padding-left: 16px;
  float: left;
  width: 74.30939226%;
  font-size: 16px;
}
/* line 1453, ../scss/_base.scss */
.page-home-new .home-search-box:focus {
  border: 1px solid #b2954c;
}
/* line 1457, ../scss/_base.scss */
.page-home-new .home-search-go {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  border-radius: 4px;
  color: white;
  float: right;
  height: 64px;
  background-color: #b2954c;
  width: 22.928176794%;
  border: none;
}
/* line 1468, ../scss/_base.scss */
.page-home-new .home-search-go:hover {
  background-color: #927a3e;
}
/* line 1472, ../scss/_base.scss */
.page-home-new .scl-video-button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 120%;
  border-radius: 4px;
  color: white;
  height: 64px;
  text-align: left;
  padding: 10px 0 0 16px;
  width: 100%;
  background: #2e6269 url("../images/hamburger.png") no-repeat 95% 50%;
  /*#2e6269;*/
  cursor: pointer;
  user-select: none;
}
/* line 1487, ../scss/_base.scss */
.page-home-new .scl-video-listing {
  position: relative;
  z-index: 99;
  margin: -2px 0 0 0;
}
/* line 1492, ../scss/_base.scss */
.page-home-new .scl-video-listing .entry {
  background-color: #1f1f1f;
  border-top: 1px solid #b6e6ea;
  padding: 16px 16px;
  overflow: hidden;
}
/* line 1498, ../scss/_base.scss */
.page-home-new .scl-video-listing .entry .thumbnail {
  float: left;
  width: 30%;
  max-height: 90px;
  overflow: hidden;
}
/* line 1503, ../scss/_base.scss */
.page-home-new .scl-video-listing .entry .thumbnail img {
  margin: -10px 0 0 0;
}
/* line 1507, ../scss/_base.scss */
.page-home-new .scl-video-listing .entry .details {
  float: right;
  width: 70%;
  padding-left: 16px;
}
/* line 1513, ../scss/_base.scss */
.page-home-new .scl-video-listing .entry h3 {
  font-size: 18px;
  color: white;
  text-transform: none;
  margin: 0;
  line-height: 115%;
}
/* line 1520, ../scss/_base.scss */
.page-home-new .scl-video-listing .entry p {
  color: white;
  font-size: 15px;
  margin: 10px 0 0 0;
  line-height: 140%;
}
/* line 1527, ../scss/_base.scss */
.page-home-new .scl-video-listing .entry.view-all {
  border-radius: 0 0 4px 4px;
  background: #2e6269;
}
/* line 1530, ../scss/_base.scss */
.page-home-new .scl-video-listing .entry.view-all a {
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}
/* line 1540, ../scss/_base.scss */
.page-home-new #inner-content {
  padding: 0;
}
/* line 1544, ../scss/_base.scss */
.page-home-new .home-top {
  background: #fff;
  padding: 40px 0 0 0;
}
/* line 1548, ../scss/_base.scss */
.page-home-new .home-top-content {
  margin: 0 0 40px 0;
}
/* line 1550, ../scss/_base.scss */
.page-home-new .home-top-content h1 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
  background: #ededed;
  padding: 20px 16px;
  margin: 0 0 20px 0;
}
/* line 1558, ../scss/_base.scss */
.page-home-new .home-top-content .read-more {
  text-align: right;
}
/* line 1560, ../scss/_base.scss */
.page-home-new .home-top-content .read-more a {
  color: #40bcc7;
  font-weight: bold;
  text-decoration: none;
}
/* line 1564, ../scss/_base.scss */
.page-home-new .home-top-content .read-more a:hover {
  color: #319ea8;
}
/* line 1568, ../scss/_base.scss */
.page-home-new .home-top-teaser {
  margin: 0 0 40px 0;
}
/* line 1571, ../scss/_base.scss */
.page-home-new .home-top-teaser h1 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
  background: #40bcc7;
  color: #fff;
  padding: 20px 16px;
  margin: 0 0 20px 0;
}
/* line 1580, ../scss/_base.scss */
.page-home-new .home-top-teaser h1 a {
  color: #ffffff;
  display: block;
}
/* line 1583, ../scss/_base.scss */
.page-home-new .home-top-teaser h1 a:hover {
  color: #000;
}
/* line 1589, ../scss/_base.scss */
.page-home-new .home-top-teaser h4, .page-home-new .home-top-teaser .h4, .page-home-new .home-top-teaser .content-d label {
  display: block;
  background: none;
  color: #1f1f1f;
  padding: 0;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 4px 0;
}
/* line 1600, ../scss/_base.scss */
.page-home-new .home-top-teaser .widget_text {
  border: none;
  padding-left: 66px;
  margin-bottom: 20px;
}
/* line 1605, ../scss/_base.scss */
.page-home-new .home-top-teaser .widget_text a {
  display: inline-block;
  width: auto;
  font-size: 16px;
  background: #1f1f1f;
  color: #fff;
  text-decoration: none;
  padding: 2px 8px;
  margin: 4px 0 0 0;
}
/* line 1617, ../scss/_base.scss */
.page-home-new .home-top-teaser .content-a {
  border-bottom: 4px solid #b6e6ea;
  margin: 0 0 20px 0;
}
/* line 1620, ../scss/_base.scss */
.page-home-new .home-top-teaser .content-a .widget_text {
  background: url("../images/home-icon-dollar.png") no-repeat;
}
/* line 1624, ../scss/_base.scss */
.page-home-new .home-top-teaser .content-b {
  border-bottom: 4px solid #b6e6ea;
  margin: 0 0 20px 0;
}
/* line 1627, ../scss/_base.scss */
.page-home-new .home-top-teaser .content-b .widget_text {
  background: url("../images/home-icon-calendar.png") no-repeat 4px 0;
}
/* line 1631, ../scss/_base.scss */
.page-home-new .home-top-teaser .content-c {
  border-bottom: 4px solid #b6e6ea;
  margin: 0 0 20px 0;
}
/* line 1634, ../scss/_base.scss */
.page-home-new .home-top-teaser .content-c .widget_text {
  background: url("../images/home-icon-phone.png") no-repeat 6px 0;
}
/* line 1638, ../scss/_base.scss */
.page-home-new .home-top-teaser .content-d {
  margin: 0 0 0 0;
}
/* line 1640, ../scss/_base.scss */
.page-home-new .home-top-teaser .content-d label {
  font-weight: normal;
}
/* line 1641, ../scss/_base.scss */
.page-home-new .home-top-teaser .content-d input {
  background: #e6e6e6;
  border: none;
  font-size: 16px;
  line-height: 16px;
  padding: 10px 15px;
  margin: 0;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
}
/* line 1652, ../scss/_base.scss */
.page-home-new .home-top-teaser .content-d input[type=submit] {
  background: #1f1f1f;
  color: #fff;
  line-height: 16px;
  padding: 10px 20px;
}
/* line 1658, ../scss/_base.scss */
.page-home-new .home-top-teaser .content-d .widget_text {
  background: url("../images/home-icon-search.png") no-repeat 4px 0;
}
/* line 1665, ../scss/_base.scss */
.page-home-new .home-bottom-title {
  display: none;
  background: #a9a9a9;
  padding: 20px 0;
  margin: 0;
}
/* line 1671, ../scss/_base.scss */
.page-home-new .home-bottom-title h2, .page-home-new .home-bottom-title .h2 {
  font-size: 20px;
  font-weight: normal;
  line-height: 120%;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
/* line 1680, ../scss/_base.scss */
.page-home-new .home-bottom-title-mobile {
  background: #a9a9a9;
  padding: 15px 0 15px 15px;
  margin: 0 0 35px 0;
}
/* line 1685, ../scss/_base.scss */
.page-home-new .home-bottom-title-mobile h2, .page-home-new .home-bottom-title-mobile .h2 {
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
/* line 1694, ../scss/_base.scss */
.page-home-new .home-bottom-content {
  background: #e6e6e6;
  padding: 30px 0 0 0;
}
/* line 1701, ../scss/_base.scss */
.page-home-new .home-bottom-content .left-area .title,
.page-home-new .home-bottom-content .right-area .title {
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 120%;
  margin: 0 0 10px 0;
}
/* line 1707, ../scss/_base.scss */
.page-home-new .home-bottom-content .left-area .title a,
.page-home-new .home-bottom-content .right-area .title a {
  color: #1f1f1f;
  text-decoration: none;
}
/* line 1710, ../scss/_base.scss */
.page-home-new .home-bottom-content .left-area .title a:hover,
.page-home-new .home-bottom-content .right-area .title a:hover {
  color: #319ea8;
}
/* line 1713, ../scss/_base.scss */
.page-home-new .home-bottom-content .left-area .summary,
.page-home-new .home-bottom-content .right-area .summary {
  margin-bottom: 30px;
}
/* line 1716, ../scss/_base.scss */
.page-home-new .home-bottom-content .left-area a.read-more,
.page-home-new .home-bottom-content .right-area a.read-more {
  color: #40bcc7;
  font-weight: bold;
  text-decoration: none;
}
/* line 1720, ../scss/_base.scss */
.page-home-new .home-bottom-content .left-area a.read-more:hover,
.page-home-new .home-bottom-content .right-area a.read-more:hover {
  color: #319ea8;
}
/* line 1724, ../scss/_base.scss */
.page-home-new .home-bottom-content .read-more-from-mobile {
  text-align: right;
  margin: 8px 0 20px 0;
  border-top: 4px solid #a9a9a9;
}
/* line 1731, ../scss/_base.scss */
.page-home-new .home-bottom-content .read-more-from-mobile a.read-more:hover {
  color: #319ea8;
}
/* line 1734, ../scss/_base.scss */
.page-home-new .home-bottom-content .read-more-from {
  display: none;
  clear: both;
}
/* line 1737, ../scss/_base.scss */
.page-home-new .home-bottom-content .read-more-from p {
  text-align: right;
  margin: 0 0 20px 0;
  padding: 10px 0 0 0;
  border-top: 4px solid #a9a9a9;
}
/* line 1743, ../scss/_base.scss */
.page-home-new .home-bottom-content .read-more-from a.read-more {
  text-decoration: none;
  font-weight: bold;
}
/* line 1747, ../scss/_base.scss */
.page-home-new .home-bottom-content .read-more-from a.read-more:hover {
  color: #319ea8;
}
/* line 1750, ../scss/_base.scss */
.page-home-new .home-bottom-content .view-more {
  text-decoration: none;
  float: right;
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 10px;
  margin-top: 0px;
  display: none;
}
/* line 1761, ../scss/_base.scss */
.page-home-new .home-testimonials {
  padding: 0 0 20px 0;
  background: #f8f8f8;
}
/* line 1766, ../scss/_base.scss */
.page-home-new .home-testimonials h2 {
  font-size: 65px;
  line-height: 45px;
  color: #a9a9a9;
  text-align: center;
  margin: 0;
  padding: 20px 0 0 0;
}
/* line 1775, ../scss/_base.scss */
.page-home-new .home-testimonials .widget {
  background: none;
  border: none;
  margin: 0 0 10px 0;
  padding: 0;
  position: relative;
  height: 80px;
  overflow: hidden;
}
/* line 1784, ../scss/_base.scss */
.page-home-new .home-testimonials .textwidget {
  position: relative;
  top: 0;
  color: #1f1f1f;
  font-size: 18px;
  line-height: 25px;
  -webkit-transition: .5s top;
  -moz-transition: .5s top;
  -ms-transition: .5s top;
  -o-transition: .5s top;
}
/* line 1796, ../scss/_base.scss */
.page-home-new .home-testimonials .textwidget p {
  text-align: center;
  height: 80px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  color: #1f1f1f;
  font-weight: bold;
  font-style: italic;
}
/* line 1805, ../scss/_base.scss */
.page-home-new .home-testimonials .textwidget p em {
  color: #1f1f1f;
  font-size: 14px;
  font-weight: normal;
}
/* line 1813, ../scss/_base.scss */
.page-home-new .home-testimonials .read-more-from {
  text-align: center;
  margin: 0;
}
/* line 1816, ../scss/_base.scss */
.page-home-new .home-testimonials .read-more-from a {
  text-decoration: none;
  font-weight: bold;
}
/* line 1820, ../scss/_base.scss */
.page-home-new .home-testimonials .read-more-from a:hover {
  color: #319ea8;
}
/* line 1826, ../scss/_base.scss */
.page-home-new #hp_block_standard {
  display: none;
}
/* line 1829, ../scss/_base.scss */
.page-home-new #hp_block_mobile {
  display: block;
  background: #fff;
  padding: 10px 0 10px 0;
}
/* line 1833, ../scss/_base.scss */
.page-home-new #hp_block_mobile #hp_block_video {
  margin: 0 0 20px 0;
}

/*********************
ABOUT PAGE STYLES
*********************/
/* line 1844, ../scss/_base.scss */
.page-about .lawyer-listing-wrap {
  background: white;
  overflow: hidden;
}
/* line 1848, ../scss/_base.scss */
.page-about .lawyer-listing-wrap .lawyer-listing {
  min-height: 380px;
  background: white;
  margin: 0;
  padding-top: 30px;
  overflow: hidden;
}
/* line 1855, ../scss/_base.scss */
.page-about .lawyer-listing-wrap .lawyer-listing .side p {
  font-style: italic;
}
/* line 1867, ../scss/_base.scss */
.page-about .lawyer-listing-wrap .lawyer-listing .single-lawyer {
  max-width: 150px;
  margin-top: 20px;
  float: left;
  margin-right: 20px;
}
/* line 1873, ../scss/_base.scss */
.page-about .lawyer-listing-wrap .lawyer-listing .single-lawyer img {
  border: 1px solid #888;
}
/* line 1876, ../scss/_base.scss */
.page-about .lawyer-listing-wrap .lawyer-listing .single-lawyer .skills {
  line-height: 130%;
  font-size: 12px;
  margin-top: 0;
  font-style: italic;
}
/* line 1882, ../scss/_base.scss */
.page-about .lawyer-listing-wrap .lawyer-listing .single-lawyer .name {
  line-height: 120%;
  margin: 0;
  margin-bottom: 1px;
  margin-top: 4px;
  font-size: 16px;
}
/* line 1889, ../scss/_base.scss */
.page-about .lawyer-listing-wrap .lawyer-listing .single-lawyer .name a, .page-about .lawyer-listing-wrap .lawyer-listing .single-lawyer .name a:visited, .page-about .lawyer-listing-wrap .lawyer-listing .single-lawyer .name a:hover {
  color: #1f1f1f;
  text-decoration: none;
}

/*********************
POPUP (CALL BACK SERVICE) STYLES
*********************/
/* line 1902, ../scss/_base.scss */
.popup {
  position: fixed;
  width: 100%;
  padding: 15px;
  background: rgba(0, 0, 0, 0.85);
  bottom: 0;
  right: 0;
  z-index: 999;
  color: white;
}
/* line 1912, ../scss/_base.scss */
.popup h2 {
  padding: 0;
  margin: 0 0 7px 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase;
}
/* line 1923, ../scss/_base.scss */
.popup p {
  display: none;
  font-size: 15px;
  padding: 0;
  margin: 0 0 7px 0;
  line-height: 1.4em;
}
/* line 1931, ../scss/_base.scss */
.popup input[type=text] {
  height: 30px;
  width: 100%;
  border: none;
  font-style: italic;
  padding-left: 10px;
  font-size: 13px;
  border-radius: 3px;
  margin: 0 0 7px 0;
}
/* line 1942, ../scss/_base.scss */
.popup input[type=submit], .popup a.call-btn {
  height: 30px;
  width: 100%;
  background: #40bcc7;
  background: linear-gradient(to bottom, #40bcc7 0%, #319ea8 100%);
  border: 1px solid #319ea8;
  color: white;
  font-size: 13px;
  border-radius: 3px;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 30px;
}
/* line 1956, ../scss/_base.scss */
.popup input[type=submit]:hover, .popup a.call-btn:hover {
  background: #319ea8;
  background: linear-gradient(to bottom, #319ea8 0%, #40bcc7 100%);
}
/* line 1962, ../scss/_base.scss */
.popup span.error {
  text-align: center;
  display: block;
  margin: -5px 0 7px 0;
}
/* line 1968, ../scss/_base.scss */
.popup a.popup-close {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  font-size: 20px;
  width: 26px;
  text-align: center;
  line-height: 26px;
  color: white;
  text-decoration: none;
  right: 0;
  top: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 1981, ../scss/_base.scss */
.popup a.popup-close:hover {
  background: rgba(0, 0, 0, 0.5);
}
/* line 1987, ../scss/_base.scss */
.popup .popup-slide2 h2 {
  margin: 0;
}

/*********************
NAVIGATION STYLES
*********************/
/* line 1996, ../scss/_base.scss */
.drdre {
  margin-left: 0;
}

/* line 1999, ../scss/_base.scss */
.navigation-wrap {
  padding-top: 50px;
}

/* line 2002, ../scss/_base.scss */
.navigation-main {
  display: none;
  position: relative;
  width: 100%;
  z-index: 9999;
  margin: 0 0 0 0;
  padding: 30px 0 0 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
/* line 2014, ../scss/_base.scss */
.navigation-main ul {
  margin: 0;
}
/* line 2015, ../scss/_base.scss */
.navigation-main li {
  border-top: 1px solid #666;
  /*
  so you really have to rethink your dropdowns for mobile.
  you don't want to have it expand too much because the
  screen is so small. How you manage your menu should
  depend on the project. Here's some great info on it:
  http://www.alistapart.com/articles/organizing-mobile/
  */
}
/* line 2018, ../scss/_base.scss */
.navigation-main li a {
  color: #fff;
  display: block;
  text-decoration: none;
  text-align: left;
  margin: 0;
  padding: 10px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  /*
  remember this is for mobile ONLY, so there's no need
  to even declare hover styles here, you can do it in
  the style.scss file where it's relevant. We want to
  keep this file as small as possible!
  */
}
/* line 2062, ../scss/_base.scss */
.navigation-main li ul.sub-menu li a,
.navigation-main li ul.children li a {
  padding-left: 30px;
}

/* end .nav */
/***************
BIG BIG NAV
***************/
/* line 2097, ../scss/_base.scss */
.bignav {
  display: none;
  padding-top: 1px;
  position: relative;
  z-index: 1000;
}
/* line 2103, ../scss/_base.scss */
.bignav h3 {
  font-size: 22px;
  padding: 10px 10px 0 10px;
}
/* line 2108, ../scss/_base.scss */
.bignav .links {
  background-color: rgba(8, 73, 77, 0.95);
  /*rgba(8,73,77,0.65*/
  min-height: 350px;
  height: auto;
  width: 59%;
  padding-left: 10px;
  float: left;
}
/* line 2116, ../scss/_base.scss */
.bignav .links .col1, .bignav .links .col2, .bignav .links .col3 {
  width: 50%;
  float: left;
  position: relative;
  top: -8px;
}
/* line 2123, ../scss/_base.scss */
.bignav .links ul {
  margin: 0;
  position: relative;
  top: -7px;
}
/* line 2130, ../scss/_base.scss */
.bignav .locations {
  margin: 0;
  width: 41%;
  float: left;
}
/* line 2136, ../scss/_base.scss */
.bignav ul.bignav-side {
  margin: 0;
  padding-left: 1px;
}
/* line 2141, ../scss/_base.scss */
.bignav .bignav-side li a {
  display: block;
  width: 421px;
  height: 116px;
  margin: 0;
}
/* line 2148, ../scss/_base.scss */
.bignav .bignav-r1,
.bignav .bignav-r2,
.bignav .bignav-r3,
.bignav .bignav-r4,
.bignav .bignav-r5,
.bignav .bignav-r6 {
  width: 100%;
  height: 116px;
  margin-bottom: 1px;
  overflow: hidden;
}
/* line 2159, ../scss/_base.scss */
.bignav .bignav-r1 h3,
.bignav .bignav-r2 h3,
.bignav .bignav-r3 h3,
.bignav .bignav-r4 h3,
.bignav .bignav-r5 h3,
.bignav .bignav-r6 h3 {
  padding-top: 0;
}
/* line 2163, ../scss/_base.scss */
.bignav .bignav-r1 p,
.bignav .bignav-r2 p,
.bignav .bignav-r3 p,
.bignav .bignav-r4 p,
.bignav .bignav-r5 p,
.bignav .bignav-r6 p {
  font-size: 12px;
}
/* line 2168, ../scss/_base.scss */
.bignav .bignav-r1,
.bignav .bignav-r4 {
  background: url("../images/bignav-bg-r1.png") no-repeat;
  background-position: right center;
}
/* line 2173, ../scss/_base.scss */
.bignav .bignav-r2,
.bignav .bignav-r5 {
  background: url("../images/bignav-bg-r2.png") no-repeat;
  background-position: right center;
}
/* line 2178, ../scss/_base.scss */
.bignav .bignav-r3,
.bignav .bignav-r6 {
  background: url("../images/bignav-bg-r3.png") no-repeat;
  background-position: right center;
}
/* line 2184, ../scss/_base.scss */
.bignav h3 {
  margin: 0;
  font-size: 22px;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 2191, ../scss/_base.scss */
.bignav p, .bignav a {
  margin: 0;
  padding: 10px 10px 0px 10px;
  max-width: 300px;
  font-size: 14px;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  line-height: 150%;
}
/* line 2202, ../scss/_base.scss */
.bignav a:link, .bignav a:visited {
  color: #fff;
}
/* line 2206, ../scss/_base.scss */
.bignav a:active, .bignav a:hover {
  color: #40bcc7;
}
/* line 2212, ../scss/_base.scss */
.bignav.aboutnav .links .col1,
.bignav.aboutnav .links .col2,
.bignav.aboutnav .links .col3 {
  width: 33%;
}
/* line 2222, ../scss/_base.scss */
.bignav.recentnav .links li {
  padding-left: 10px;
  margin-bottom: 10px;
}
/* line 2225, ../scss/_base.scss */
.bignav.recentnav .links li a {
  padding-left: 0;
}

/* line 2233, ../scss/_base.scss */
.bignav2 {
  display: none;
  line-height: 110%;
}
/* line 2238, ../scss/_base.scss */
.bignav2 h3 {
  margin: 0;
  padding: 0;
  font-size: 17px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  text-shadow: 0px 0px 2px #2a8890;
}
/* line 2249, ../scss/_base.scss */
.bignav2 a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: none;
  color: #fff;
}
/* line 2256, ../scss/_base.scss */
.bignav2 a:hover h3 {
  color: #1f1f1f;
  text-shadow: none;
}
/* line 2260, ../scss/_base.scss */
.bignav2 ul {
  margin: 0;
}
/* line 2263, ../scss/_base.scss */
.bignav2 ul.bignav-side li {
  padding: 14px 0 14px 0;
  border-bottom: 1px solid #fff;
}
/* line 2267, ../scss/_base.scss */
.bignav2 ul.bignav-side li:first-child {
  padding-top: 0;
}
/* line 2268, ../scss/_base.scss */
.bignav2 ul.bignav-side li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
/* line 2273, ../scss/_base.scss */
.bignav2 ul.bignav-side li p {
  font-size: 13px;
  padding: 5px 0 0 0;
  color: #1f1f1f;
}
/* line 2279, ../scss/_base.scss */
.bignav2 ul.bignav-side li a {
  color: #fff;
}
/* line 2281, ../scss/_base.scss */
.bignav2 ul.bignav-side li a h3 {
  color: #fff;
}
/* line 2283, ../scss/_base.scss */
.bignav2 ul.bignav-side li a:hover h3 {
  color: #1f1f1f;
  text-shadow: none;
}
/* line 2284, ../scss/_base.scss */
.bignav2 ul.bignav-side li a:hover p {
  color: #2a8890;
}
/* line 2289, ../scss/_base.scss */
.bignav2 ul.menu {
  padding-top: 10px;
}
/* line 2292, ../scss/_base.scss */
.bignav2 ul.menu li a {
  display: block;
  position: relative;
  margin-bottom: 8px;
  color: #fff;
  font-size: 14px;
  padding: 0 0 0 14px;
}
/* line 2300, ../scss/_base.scss */
.bignav2 ul.menu li a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 3px solid white;
  position: absolute;
  top: 5px;
  left: 2px;
}
/* line 2313, ../scss/_base.scss */
.bignav2 ul.menu li a:hover {
  color: #1f1f1f;
}
/* line 2315, ../scss/_base.scss */
.bignav2 ul.menu li a:hover:before {
  border-left-color: #1f1f1f;
}
/* line 2318, ../scss/_base.scss */
.bignav2 ul.menu li a:hover h3 {
  color: #1f1f1f;
}
/* line 2327, ../scss/_base.scss */
.bignav2 table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.8);
}
/* line 2336, ../scss/_base.scss */
.bignav2 table td {
  border: 8px solid #fff;
  background: #ccc;
  vertical-align: top;
  padding: 14px 16px;
}
/* line 2342, ../scss/_base.scss */
.bignav2 table td.col1, .bignav2 table td.col2, .bignav2 table td.col3, .bignav2 table td.col4 {
  width: 25%;
}
/* line 2344, ../scss/_base.scss */
.bignav2 table td.col1.h3pad h3, .bignav2 table td.col2.h3pad h3, .bignav2 table td.col3.h3pad h3, .bignav2 table td.col4.h3pad h3 {
  border-bottom: 1px solid #fff;
  padding: 0 0 10px 0;
  margin: 0 0 4px 0;
}
/* line 2351, ../scss/_base.scss */
.bignav2 table td.col1 {
  background: #47bcc6;
}
/* line 2354, ../scss/_base.scss */
.bignav2 table td.col2 {
  background: #61c6ce;
}
/* line 2357, ../scss/_base.scss */
.bignav2 table td.col3 {
  background: #7dd0d7;
}
/* line 2360, ../scss/_base.scss */
.bignav2 table td.col4 {
  background: #98dadf;
}

/*********************
SIDEBARS & ASIDES
*********************/
/* line 2372, ../scss/_base.scss */
#sidebar {
  line-height: 1.5;
}
/* line 2376, ../scss/_base.scss */
#sidebar .phone {
  color: #40bcc7;
  font-size: 30px;
  font-weight: bold;
}

/* line 2383, ../scss/_base.scss */
.widgettitle {
  font-size: 24px;
  line-height: 1.0;
  font-weight: 500;
  margin: 0;
  padding: 20px 25px 20px 15px;
  color: white;
  background-color: #40bcc7;
  padding: 18px 0px 16px 16px;
  margin-bottom: 0;
  background-image: url("../images/footer-icon-down.png");
  background-position: 97% 50%;
  background-repeat: no-repeat;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 2403, ../scss/_base.scss */
.widget {
  background: #fff;
  border: 1px solid #d8d8d8;
  margin-bottom: 20px;
}
/* line 2411, ../scss/_base.scss */
.widget ul li {
  /* deep nesting */
}

/* line 2431, ../scss/_base.scss */
.post-type-archive-testimonial #sidebar .social4i {
  display: block;
}

/*********************
POSTS & CONTENT STYLES
*********************/
/* line 2441, ../scss/_base.scss */
#content {
  margin-top: 0;
}

/* line 2444, ../scss/_base.scss */
#inner-content {
  padding-top: 30px;
  padding-bottom: 50px;
}

/* line 2449, ../scss/_base.scss */
.page-home #inner-content {
  padding-top: 0;
  padding-bottom: 0;
}

/* end .hentry */
/* line 2469, ../scss/_base.scss */
.archive-title {
  font-size: 30px;
  line-height: 1.0;
  font-weight: normal;
  margin: 0;
  padding: 20px 25px;
}

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
/* line 2490, ../scss/_base.scss */
.byline {
  color: #999;
}
/* line 2492, ../scss/_base.scss */
.byline a {
  color: #626262;
}

/* entry content */
/* line 2499, ../scss/_base.scss */
.entry-content {
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */
}
/* line 2532, ../scss/_base.scss */
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
/* line 2539, ../scss/_base.scss */
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
/* line 2555, ../scss/_base.scss */
.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}
/* line 2560, ../scss/_base.scss */
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

/* end .entry-content */
/* line 2568, ../scss/_base.scss */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
/* line 2574, ../scss/_base.scss */
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
/* line 2580, ../scss/_base.scss */
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/*********************
PAGE ELEMENTS
*********************/
/* line 2618, ../scss/_base.scss */
.box {
  background: #fff;
  border: 1px solid #d8d8d8;
}

/* line 2622, ../scss/_base.scss */
.margin-top {
  margin-top: 20px;
}

/* line 2625, ../scss/_base.scss */
.margin-bottom {
  margin-top: 20px;
}

/* line 2630, ../scss/_base.scss */
.box-title {
  font-size: 24px;
  line-height: 1.0;
  color: #555555;
  margin: 0;
  padding: 25px 25px 10px 25px;
  color: #9FB4DA;
  margin: 0;
  line-height: 0;
  border-top: 1px solid #d8d8d8;
  margin-bottom: 20px;
  font-size: 20px;
}

/* line 2646, ../scss/_base.scss */
.box-content {
  padding: 25px;
  padding-top: 0;
}
/* line 2650, ../scss/_base.scss */
.box-content table {
  padding: 25px;
}
/* line 2653, ../scss/_base.scss */
.box-content table td {
  vertical-align: top;
}
/* line 2658, ../scss/_base.scss */
.box-content .field-title {
  padding-right: 25px;
}

/* line 2663, ../scss/_base.scss */
.h2.letter {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #d9d9d9;
}

/* line 2668, ../scss/_base.scss */
.entry-content li a:link,
.entry-content li a:visited {
  color: #1f1f1f;
  text-decoration: none;
}

/******************************************************************
STAFF PROFILE
******************************************************************/
/* line 2680, ../scss/_base.scss */
.excerpt .role {
  color: #40bcc7;
  font-weight: bold;
}

/* line 2685, ../scss/_base.scss */
.excerpt img {
  width: 100%;
  border: 1px solid #b9b9b9;
}

/* line 2690, ../scss/_base.scss */
.excerpt .quote {
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  color: #40bcc7;
}

/* line 2697, ../scss/_base.scss */
.excerpt .title-block {
  line-height: 0.9;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  padding: 25px;
}

/* line 2704, ../scss/_base.scss */
a.linkedin {
  display: block;
  width: 261px;
  height: 62px;
  margin-top: 40px;
  margin-bottom: 30px;
}

/* line 2712, ../scss/_base.scss */
a.linkedin:link,
a.linkedin:visited {
  background-image: url("../images/view-linkedin.png");
}

/* line 2717, ../scss/_base.scss */
a.linkedin:hover,
a.linkedin:active {
  background-image: url("../images/view-linkedin-hover.png");
}

/* line 2722, ../scss/_base.scss */
.author-area {
  padding: 25px;
}
/* line 2725, ../scss/_base.scss */
.author-area h3 {
  margin: 0 0 5px 0;
}
/* line 2727, ../scss/_base.scss */
.author-area .author-image {
  border: 1px solid #cfcfcf;
  display: inline-block;
  float: right;
  margin-left: 15px;
}
/* line 2733, ../scss/_base.scss */
.author-area .author-image img {
  display: block;
  height: 140px;
}
/* line 2737, ../scss/_base.scss */
.author-area .author-info ul li {
  display: inline-block;
}
/* line 2740, ../scss/_base.scss */
.author-area .author-info ul li::after {
  content: '|';
  margin: 0 5px;
  color: #cfcfcf;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
/* line 2750, ../scss/_base.scss */
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}

/* line 2754, ../scss/_base.scss */
.bones_page_navi {
  /* current page link */
  /* end .bones_page_navi .bpn-current */
  /* remove the bg on end links */
  /* previous link */
  /* next page link */
  /* first page link */
  /* last page link */
}
/* line 2756, ../scss/_base.scss */
.bones_page_navi li,
.bones_page_navi li.bpn-prev-link,
.bones_page_navi li.bpn-next-link {
  float: left;
  margin-left: 10px;
}
/* line 2762, ../scss/_base.scss */
.bones_page_navi li a,
.bones_page_navi li.bpn-prev-link a,
.bones_page_navi li.bpn-next-link a {
  width: 45px;
  height: 45px;
  padding: 6px 0 0 0;
  text-align: center;
  display: block;
  text-decoration: none;
  position: relative;
  background: #fff;
  border: 1px solid #d8d8d8;
}
/* line 2774, ../scss/_base.scss */
.bones_page_navi li a:hover, .bones_page_navi li a:focus,
.bones_page_navi li.bpn-prev-link a:hover,
.bones_page_navi li.bpn-prev-link a:focus,
.bones_page_navi li.bpn-next-link a:hover,
.bones_page_navi li.bpn-next-link a:focus {
  color: #f01d4f;
  text-decoration: underline;
}
/* line 2784, ../scss/_base.scss */
.bones_page_navi li.bpn-current {
  width: 45px;
  height: 45px;
  padding: 6px 0 0 0;
  text-align: center;
  position: relative;
}
/* line 2791, ../scss/_base.scss */
.bones_page_navi li.bpn-current a {
  /* hovering on current page link */
}
/* line 2801, ../scss/_base.scss */
.bones_page_navi li.bpn-prev-link a:hover,
.bones_page_navi li.bpn-next-link a:hover,
.bones_page_navi li.bpn-first-page-link a:hover,
.bones_page_navi li.bpn-last-page-link a:hover {
  background: none;
}

/* end .bones_page_navi */
/* fallback previous & next links */
/* line 2847, ../scss/_base.scss */
.wp-prev-next .prev-link {
  float: left;
}
/* line 2851, ../scss/_base.scss */
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/******************************************************************
infinite scroll more link
******************************************************************/
/* line 2860, ../scss/_base.scss */
.infinite-more-link {
  display: block;
  background: #40bcc7 url("../images/icon-arrow-white-down.png") no-repeat 97% 50%;
  color: #fff;
  cursor: pointer;
  margin-bottom: 0;
  padding: 0 0 0 16px;
  margin: 30px 0;
}
/* line 2869, ../scss/_base.scss */
.infinite-more-link:hover {
  background-color: #319ea8;
}
/* line 2873, ../scss/_base.scss */
.infinite-more-link a {
  display: block;
  text-decoration: none;
  color: white;
  font-size: 16px;
  line-height: 46px;
}
/* line 2880, ../scss/_base.scss */
.infinite-more-link a:hover {
  color: #fff;
}

/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
/* line 2890, ../scss/_base.scss */
#comments {
  /* number of comments span */
}

/* line 2908, ../scss/_base.scss */
#commentform .button {
  height: 64px;
  background-color: #b2954c;
  background-image: none;
  float: right;
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  padding-top: 5px;
  border: none;
  /*border: 1px solid #777;*/
  border-radius: 4px;
  color: white;
  text-shadow: none;
}
/* line 2923, ../scss/_base.scss */
#commentform .button:hover {
  background-color: #927a3e;
}
/* line 2926, ../scss/_base.scss */
#commentform #allowed_tags {
  display: none;
}
/* line 2929, ../scss/_base.scss */
#commentform .alert-info {
  display: none;
}
/* line 2932, ../scss/_base.scss */
#commentform #comment {
  width: 100%;
}
/* line 2935, ../scss/_base.scss */
#commentform input[type="text"], #commentform input[type="email"], #commentform input[type="url"], #commentform textarea {
  width: 100%;
  background: white;
  border: 1px solid #dedede;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 10px;
}
/* line 2944, ../scss/_base.scss */
#commentform input[type="text"]:focus, #commentform input[type="email"]:focus, #commentform input[type="url"]:focus, #commentform textarea:focus {
  border: 1px solid #b2954c;
}
/* line 2949, ../scss/_base.scss */
#commentform ::-webkit-input-placeholder {
  color: #b2954c;
  font-size: 13px;
  font-style: italic;
}
/* line 2954, ../scss/_base.scss */
#commentform :-moz-placeholder {
  color: #b2954c;
  font-size: 13px;
  font-style: italic;
}
/* line 2959, ../scss/_base.scss */
#commentform ::-moz-placeholder {
  color: #b2954c;
  font-size: 13px;
  font-style: italic;
}
/* line 2964, ../scss/_base.scss */
#commentform :-ms-input-placeholder {
  color: #b2954c;
  font-size: 13px;
  font-style: italic;
}

/* line 2970, ../scss/_base.scss */
#respond {
  margin-left: 0;
  margin-right: 0;
}

/* line 2975, ../scss/_base.scss */
#comments {
  text-transform: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-top: 24px;
}

/* line 2983, ../scss/_base.scss */
.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */
}
/* line 2984, ../scss/_base.scss */
.commentlist li.comment {
  background: #e3f1f2;
  border: 1px solid #abcfcf;
}
/* line 2988, ../scss/_base.scss */
.commentlist li.comment .clearfix {
  background: #e3f1f2;
}
/* line 2994, ../scss/_base.scss */
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
  /* end .commentlist li ul.children */
}
/* line 3002, ../scss/_base.scss */
.commentlist li:last-child {
  margin-bottom: 0;
}
/* line 3006, ../scss/_base.scss */
.commentlist li ul.children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
/* line 3024, ../scss/_base.scss */
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
/* line 3028, ../scss/_base.scss */
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
/* line 3033, ../scss/_base.scss */
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
/* line 3047, ../scss/_base.scss */
.commentlist .odd {
  background: #eee;
}
/* line 3050, ../scss/_base.scss */
.commentlist .even {
  background: #fefefe;
}
/* line 3065, ../scss/_base.scss */
.commentlist .vcard {
  margin-left: 50px;
}
/* line 3068, ../scss/_base.scss */
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
/* line 3076, ../scss/_base.scss */
.commentlist .vcard time {
  float: right;
}
/* line 3079, ../scss/_base.scss */
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
/* line 3083, ../scss/_base.scss */
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
/* line 3093, ../scss/_base.scss */
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
/* line 3118, ../scss/_base.scss */
.commentlist .comment_content {
  margin-left: 50px;
}
/* line 3121, ../scss/_base.scss */
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
/* line 3130, ../scss/_base.scss */
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}
/* line 3141, ../scss/_base.scss */
.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
  opacity: 1;
}

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
/* line 3154, ../scss/_base.scss */
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
/* line 3158, ../scss/_base.scss */
.respond-form form {
  margin: 0.75em 0;
}
/* line 3161, ../scss/_base.scss */
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
/* line 3166, ../scss/_base.scss */
.respond-form form li label,
.respond-form form li small {
  display: none;
}
/* line 3172, ../scss/_base.scss */
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */
}
/* line 3181, ../scss/_base.scss */
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
/* line 3186, ../scss/_base.scss */
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
/* line 3197, ../scss/_base.scss */
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
/* line 3204, ../scss/_base.scss */
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}

/* comment submit button */
/* comment form title */
/* line 3217, ../scss/_base.scss */
#comment-form-title {
  margin: 0 0 1.1em;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
/* line 3230, ../scss/_base.scss */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

/* no comments */
/* line 3235, ../scss/_base.scss */
.nocomments {
  margin: 0 20px 1.1em;
}

/*********************
FOOTER STYLES
*********************/
/* line 3245, ../scss/_base.scss */
.footer {
  clear: both;
  color: #fff;
  background: #1f1f1f;
}
/* line 3250, ../scss/_base.scss */
.footer .footer-bottom {
  background: #000;
  padding: 15px 0;
  position: relative;
}
/* line 3251, ../scss/_base.scss */
.footer .footer-bottom .wrap {
  position: relative;
}
/* line 3258, ../scss/_base.scss */
.footer .footer-bottom #google_translate_element {
  position: absolute;
}
/* line 3263, ../scss/_base.scss */
.footer .footer-bottom #google_translate_element .goog-te-gadget-simple {
  background: none;
  border: none;
  padding: 0;
}
/* line 3267, ../scss/_base.scss */
.footer .footer-bottom #google_translate_element .goog-te-gadget-simple .goog-te-menu-value {
  color: #ddd;
  font-size: 12px;
}
/* line 3273, ../scss/_base.scss */
.footer .footer-bottom .copyright {
  text-align: center;
  font-size: 12px;
  margin: 0 0 15px 0;
}
/* line 3277, ../scss/_base.scss */
.footer .footer-bottom .copyright a {
  color: #fff;
}
/* line 3281, ../scss/_base.scss */
.footer .footer-bottom .footer-menu {
  text-align: center;
  font-size: 12px;
  margin: 0 0 5px 0;
}
/* line 3286, ../scss/_base.scss */
.footer .footer-bottom .footer-menu a {
  color: #fff;
}
/* line 3288, ../scss/_base.scss */
.footer .footer-bottom .footer-menu a:hover {
  color: #40bcc7;
}
/* line 3295, ../scss/_base.scss */
.footer hr {
  border-color: #444;
}
/* line 3297, ../scss/_base.scss */
.footer a {
  text-decoration: none;
}
/* line 3299, ../scss/_base.scss */
.footer .footer-box {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
}
/* line 3307, ../scss/_base.scss */
.footer .footer-box h2, .footer .footer-box .h2 {
  color: #b2954c;
  font-size: 20px;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
/* line 3314, ../scss/_base.scss */
.footer .footer-box .widget {
  background: none;
  border: none;
  margin: 0px 0 10px 0;
}
/* line 3320, ../scss/_base.scss */
.footer .footer-box a {
  color: #fff;
}
/* line 3330, ../scss/_base.scss */
.footer .footer-box-b a {
  color: #40bcc7;
}
/* line 3331, ../scss/_base.scss */
.footer .footer-box-b p {
  margin: 0;
}
/* line 3333, ../scss/_base.scss */
.footer .footer-box-b .map p {
  margin: 0 0 20px 0;
}
/* line 3346, ../scss/_base.scss */
.footer .footer-box-c img {
  margin: 0 10px 8px 0;
}
/* line 3350, ../scss/_base.scss */
.footer .footer-box-c .award-text {
  font-size: 14px;
  display: block;
  font-style: italic;
  margin-top: -4px;
}

/* line 3359, ../scss/_base.scss */
.tweets {
  background-color: #40bcc7;
  height: 100px;
  display: none;
}
/* line 3365, ../scss/_base.scss */
.tweets .timePosted {
  display: none;
}
/* line 3368, ../scss/_base.scss */
.tweets .interact {
  display: none;
}
/* line 3372, ../scss/_base.scss */
.tweets .tweets-inner {
  height: 100px;
  background: transparent url("../images/footer-icon-twitter.png") no-repeat scroll left 22px;
}
/* line 3376, ../scss/_base.scss */
.tweets .tweets-inner .twitterfeed {
  overflow: hidden;
  position: relative;
  margin-left: 75px;
  height: 100px;
}
/* line 3382, ../scss/_base.scss */
.tweets .tweets-inner .twitterfeed > ul {
  position: relative;
  -webkit-transition: .5s top;
  -moz-transition: .5s top;
  -ms-transition: .5s top;
  -o-transition: .5s top;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 3392, ../scss/_base.scss */
.tweets .tweets-inner .twitterfeed > ul > li {
  display: block;
  height: 100px;
  margin: 0;
  padding: 0;
}
/* line 3399, ../scss/_base.scss */
.tweets .tweets-inner p {
  color: #000;
  font-size: 18px;
  line-height: 110%;
  font-weight: normal;
  padding: 20px 0 0 0;
  margin: 0;
  font-weight: normal;
}
/* line 3408, ../scss/_base.scss */
.tweets .tweets-inner p a {
  color: #b6e6ea;
  font-size: 13px;
  text-decoration: none;
}
/* line 3417, ../scss/_base.scss */
.tweets .tweets-inner .arrows {
  float: left;
  margin-top: -14px;
}
/* line 3421, ../scss/_base.scss */
.tweets .tweets-inner .up-arrow {
  background: url("../images/footer-icon-downsm.png") no-repeat 0 0;
  float: left;
  height: 14px;
  width: 19px;
  text-indent: -9999px;
  margin: -4px 0 0 18px;
}
/* line 3429, ../scss/_base.scss */
.tweets .tweets-inner .down-arrow {
  background: url("../images/footer-icon-upsm.png") no-repeat 0 0;
  float: left;
  height: 14px;
  width: 19px;
  text-indent: -9999px;
  margin: -81px 0 0 18px;
}
/* line 3438, ../scss/_base.scss */
.tweets .tweets-inner-video {
  height: 100px;
  background: transparent url("../images/footer-icon-youtube.png") no-repeat scroll left 23px;
  padding-left: 75px;
}
/* line 3442, ../scss/_base.scss */
.tweets .tweets-inner-video p {
  color: #000;
  font-size: 18px;
  line-height: 110%;
  font-weight: normal;
  padding: 20px 0 0 0;
  margin: 0;
  font-weight: normal;
}
/* line 3451, ../scss/_base.scss */
.tweets .tweets-inner-video p a {
  color: #b6e6ea;
  text-decoration: none;
}

/* line 3459, ../scss/_base.scss */
.video-thumb-wide {
  float: left;
  margin: 0 15px 5px 0;
  width: 150px;
  height: 84px;
  overflow: hidden;
}
/* line 3466, ../scss/_base.scss */
.video-thumb-wide img {
  margin: -14px 0 0 0;
}

/* line 3473, ../scss/_base.scss */
.loading {
  -webkit-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0.0;
  filter: alpha(opacity=0);
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #40BCC7;
  margin: 10px auto;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0.0;
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1.0;
    filter: alpha(opacity=100);
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0.0;
    filter: alpha(opacity=0);
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0.0;
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1.0;
    filter: alpha(opacity=100);
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0.0;
    filter: alpha(opacity=0);
  }
}
/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to 
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection. 
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /* line 18, ../scss/_481up.scss */
  .header .social {
    display: block;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 27, ../scss/_481up.scss */
  .navigation-wrap {
    padding-top: 0;
  }

  /* .menu is clearfixed inside mixins.scss */
  /* line 34, ../scss/_481up.scss */
  .menu {
    /* end .menu ul */
  }
  /* line 35, ../scss/_481up.scss */
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 36, ../scss/_481up.scss */
  .menu ul li {
    /*
    plan your menus and drop-downs wisely.
    */
  }
  /* line 37, ../scss/_481up.scss */
  .menu ul li a {
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }

  /* end .menu */
  /* line 78, ../scss/_481up.scss */
  #logo {
    text-align: center;
  }
  /* line 85, ../scss/_481up.scss */
  #logo a {
    font-size: 36px;
  }

  /* line 90, ../scss/_481up.scss */
  .secondary-home-nav {
    display: block;
  }

  /* line 95, ../scss/_481up.scss */
  .popup {
    width: 380px;
  }
  /* line 98, ../scss/_481up.scss */
  .popup h2 {
    font-size: 27px;
  }
  /* line 101, ../scss/_481up.scss */
  .popup p {
    display: block;
  }

  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  /* line 111, ../scss/_481up.scss */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  /* line 115, ../scss/_481up.scss */
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  /* line 120, ../scss/_481up.scss */
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  /* line 125, ../scss/_481up.scss */
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }

  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* line 146, ../scss/_481up.scss */
  .header .social {
    margin-top: 54px;
  }

  /*for fixed header*/
  /*********************
  PAGE home NEW
  *********************/
  /* line 157, ../scss/_481up.scss */
  .page-home-secondary-nav {
    display: block;
  }
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Grid Stylesheet
  
  I've seperated the grid so you can swap it out easily. It's
  called at the top the style.scss stylesheet.
  
  There are a ton of grid solutions out there. You should definitely
  experiment with your own. Here are some recommendations:
  
  http://gridsetapp.com - Love this site. Responsive Grids made easy.
  http://susy.oddbird.net/ - Grids using Compass. Very elegant.
  http://gridpak.com/ - Create your own responsive grid.
  
  The grid below is a combination of the 1140 grid and Twitter Boostrap. 
  I liked 1140 but Boostrap's grid was way more detailed so I merged them 
  together, let's see how this works out. If you want to use 1140, the original 
  values are commented out on each line.
  
  ******************************************************************/
  /* line 24, ../scss/_grid.scss */
  .onecol {
    width: 5.801104972%;
  }

  /* 4.85%;  } /* grid_1  */
  /* line 25, ../scss/_grid.scss */
  .twocol {
    width: 14.364640883%;
  }

  /* 13.45%; } /* grid_2  */
  /* line 26, ../scss/_grid.scss */
  .threecol {
    width: 22.928176794%;
  }

  /* 22.05%; } /* grid_3  */
  /* line 27, ../scss/_grid.scss */
  .fourcol {
    width: 31.491712705%;
  }

  /* 30.75%; } /* grid_4  */
  /* line 28, ../scss/_grid.scss */
  .fivecol {
    width: 40.055248616%;
  }

  /* 39.45%; } /* grid_5  */
  /* line 29, ../scss/_grid.scss */
  .sixcol {
    width: 48.618784527%;
  }

  /* 48%;    } /* grid_6  */
  /* line 30, ../scss/_grid.scss */
  .sevencol {
    width: 57.182320438000005%;
  }

  /* 56.75%; } /* grid_7  */
  /* line 31, ../scss/_grid.scss */
  .eightcol {
    width: 65.74585634900001%;
  }

  /* 65.4%;  } /* grid_8  */
  /* line 32, ../scss/_grid.scss */
  .ninecol {
    width: 74.30939226%;
  }

  /* 74.05%; } /* grid_9  */
  /* line 33, ../scss/_grid.scss */
  .tencol {
    width: 82.87292817100001%;
  }

  /* 82.7%;  } /* grid_10 */
  /* line 34, ../scss/_grid.scss */
  .elevencol {
    width: 91.436464082%;
  }

  /* 91.35%; } /* grid_11 */
  /* line 35, ../scss/_grid.scss */
  .twelvecol {
    width: 99.999999993%;
  }

  /* 100%;   } /* grid_12 */
  /* line 38, ../scss/_grid.scss */
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }

  /* line 44, ../scss/_grid.scss */
  .first {
    margin-left: 0;
  }

  /* line 48, ../scss/_grid.scss */
  .last {
    float: right;
  }

  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  /* line 26, ../scss/_768up.scss */
  .wrap {
    margin: 0 auto;
    width: 96%;
    max-width: 1000px;
  }

  /*********************
  HEADER STYLES
  *********************/
  /* line 38, ../scss/_768up.scss */
  .drdre {
    margin-left: auto;
  }

  /* line 41, ../scss/_768up.scss */
  .navigation-wrap {
    margin: 0 auto;
    padding-top: 0;
  }

  /* line 47, ../scss/_768up.scss */
  .navigation-main {
    display: block;
    position: inherit;
    padding: 0;
  }
  /* line 52, ../scss/_768up.scss */
  .navigation-main .top-nav a {
    background: none;
  }

  /* line 57, ../scss/_768up.scss */
  .page-home .home-search-box {
    margin-bottom: 0;
  }
  /* line 60, ../scss/_768up.scss */
  .page-home .home-search-go {
    margin-bottom: 0;
  }
  /* line 63, ../scss/_768up.scss */
  .page-home .home-bottom-title {
    display: block;
  }
  /* line 66, ../scss/_768up.scss */
  .page-home .home-bottom-title-mobile {
    display: none;
  }
  /* line 69, ../scss/_768up.scss */
  .page-home .left,
  .page-home .right {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  /* line 74, ../scss/_768up.scss */
  .page-home .home-search {
    overflow: auto;
  }
  /* line 77, ../scss/_768up.scss */
  .page-home .scl-video-listing {
    width: 100%;
  }

  /* line 84, ../scss/_768up.scss */
  .page-home-new .home-bottom-title {
    display: block;
  }
  /* line 87, ../scss/_768up.scss */
  .page-home-new .home-bottom-title-mobile {
    display: none;
  }
  /* line 90, ../scss/_768up.scss */
  .page-home-new .scl-video-listing {
    width: 100%;
    position: absolute;
  }
  /* line 94, ../scss/_768up.scss */
  .page-home-new .scl-video-button {
    font-size: 20px;
    line-height: 110%;
  }
  /* line 99, ../scss/_768up.scss */
  .page-home-new .home-bottom-content .view-more {
    display: block;
  }
  /* line 102, ../scss/_768up.scss */
  .page-home-new .home-bottom-content .read-more-from-mobile {
    display: none;
  }
  /* line 105, ../scss/_768up.scss */
  .page-home-new .home-bottom-content .read-more-from {
    display: block;
  }
  /* line 111, ../scss/_768up.scss */
  .page-home-new #hp_block_standard {
    display: block;
  }
  /* line 114, ../scss/_768up.scss */
  .page-home-new #hp_block_mobile {
    display: none;
  }

  /* line 119, ../scss/_768up.scss */
  .tweets {
    display: block;
  }

  /* line 124, ../scss/_768up.scss */
  .page-home .home-bottom-content .view-more {
    display: block;
  }

  /* line 130, ../scss/_768up.scss */
  .fixed-header-container {
    margin-top: 142px;
  }
  /* line 132, ../scss/_768up.scss */
  .fixed-header-container .header {
    height: 142px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  /* line 138, ../scss/_768up.scss */
  .header {
    height: 142px;
  }
  /* line 141, ../scss/_768up.scss */
  .header .social {
    margin-right: 0;
    margin-top: 12px;
  }
  /* line 146, ../scss/_768up.scss */
  .header .hotline {
    text-align: right;
    display: block;
  }
  /* line 151, ../scss/_768up.scss */
  .header #google_translate_element {
    left: auto;
    top: 2px;
  }

  /* line 156, ../scss/_768up.scss */
  .rev_slider {
    margin-top: 140px;
  }

  /*for fixed header*/
  /* line 160, ../scss/_768up.scss */
  #logo {
    text-align: left;
  }
  /* line 163, ../scss/_768up.scss */
  #logo #hamburger {
    display: none;
  }
  /* line 166, ../scss/_768up.scss */
  #logo #logo-image {
    /*margin-top: -30px;*/
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 178, ../scss/_768up.scss */
  .divider {
    clear: both;
    height: 10px;
  }

  /* line 183, ../scss/_768up.scss */
  .wrap.drdre {
    /*max-width: 1040px;*/
  }

  /* line 187, ../scss/_768up.scss */
  .navigation-main {
    display: table;
    width: 100%;
    border: none;
    margin: 11px 0 0 0;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 193, ../scss/_768up.scss */
  .navigation-main ul {
    display: table-row;
  }
  /* line 197, ../scss/_768up.scss */
  .navigation-main li {
    border-top: none;
    height: 16px;
    display: table-cell;
    /*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */
  }
  /* line 202, ../scss/_768up.scss */
  .navigation-main li.active a {
    background-color: #40bcc7;
  }
  /* line 206, ../scss/_768up.scss */
  .navigation-main li a {
    border-bottom: 0;
    margin: 0;
    padding: 9px 0;
    text-align: center;
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  /* line 216, ../scss/_768up.scss */
  .navigation-main li a:hover, .navigation-main li a:focus {
    background-color: #40bcc7;
    color: white;
  }
  /* line 228, ../scss/_768up.scss */
  .navigation-main li ul.sub-menu,
  .navigation-main li ul.children {
    margin-top: 0;
    border: 1px solid #ccc;
    border-top: 0;
    position: absolute;
    display: none;
    z-index: 8999;
    /* highlight sub-menu current page */
  }
  /* line 237, ../scss/_768up.scss */
  .navigation-main li ul.sub-menu li,
  .navigation-main li ul.children li {
    /*
    if you need to go deeper, go nuts
    just remember deeper menus suck
    for usability. k, bai.
    */
  }
  /* line 239, ../scss/_768up.scss */
  .navigation-main li ul.sub-menu li a,
  .navigation-main li ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 180px;
    border-bottom: 1px solid #ccc;
  }
  /* line 257, ../scss/_768up.scss */
  .navigation-main li ul.sub-menu li:last-child a,
  .navigation-main li ul.children li:last-child a {
    border-bottom: 0;
  }
  /* line 279, ../scss/_768up.scss */
  .navigation-main li:hover ul {
    top: auto;
    display: block;
  }

  /* end .nav */
  /*********************
  SIDEBARS & ASIDES
  *********************/
  /* line 308, ../scss/_768up.scss */
  .widget ul li {
    /* deep nesting */
  }

  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  /* line 415, ../scss/_768up.scss */
  .footer .footer-box-b {
    width: 26.4917%;
  }
  /* line 418, ../scss/_768up.scss */
  .footer .footer-box-c {
    width: 35.4917%;
  }
  /* line 423, ../scss/_768up.scss */
  .footer .footer-bottom .copyright {
    text-align: right;
  }
  /* line 426, ../scss/_768up.scss */
  .footer .footer-bottom .footer-menu {
    text-align: left;
    margin: 0 0 15px 0;
  }

  /* line 436, ../scss/_768up.scss */
  .footer-links ul li {
    /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */
  }

  /* end .footer-links */
  /*********************
  PAGE home NEW
  *********************/
  /* line 453, ../scss/_768up.scss */
  .page-home-secondary-nav {
    display: block;
  }
  /* line 455, ../scss/_768up.scss */
  .page-home-secondary-nav table {
    width: 100%;
  }
  /* line 458, ../scss/_768up.scss */
  .page-home-secondary-nav table td a {
    font-size: 16px;
  }

  /* line 466, ../scss/_768up.scss */
  #commentform .button {
    width: auto;
  }
  /* line 469, ../scss/_768up.scss */
  #commentform input[type="text"], #commentform input[type="email"], #commentform input[type="url"] {
    max-width: 400px;
  }
}
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop. 
  
  ******************************************************************/
  /* line 13, ../scss/_1030up.scss */
  #rev_slider_1_1_wrapper .tp-caption {
    margin: auto;
    width: 1000px;
    padding-left: 0;
    margin-top: 140px;
  }
  /* line 19, ../scss/_1030up.scss */
  #rev_slider_1_1_wrapper .tp-bullets {
    margin-top: 100px;
  }
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  /* line 15, ../scss/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* line 23, ../scss/_print.scss */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  /* line 28, ../scss/_print.scss */
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  /* line 33, ../scss/_print.scss */
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 38, ../scss/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 44, ../scss/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 49, ../scss/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 53, ../scss/_print.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 57, ../scss/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 65, ../scss/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 70, ../scss/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 76, ../scss/_print.scss */
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
