/******************************************************************
Stylesheet: Main Stylesheet
******************************************************************/
/*********************
IMPORTING PARTIALS
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none;
}

small, .small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}

ol,
ul {
  padding: 0;
  list-style-type: none;
}

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

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

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

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/******************************************************************
Stylesheet: Variables
******************************************************************/
/*********************
COLORS
*********************/
/******************************************************************
Stylesheet: Typography
******************************************************************/
/*********************
FONT FACE
*********************/
@font-face {
  font-family: 'sinkin_sans300_light';
  src: url("../fonts/sinkinsans-300light-webfont.eot");
  src: url("../fonts/sinkinsans-300light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sinkinsans-300light-webfont.woff2") format("woff2"), url("../fonts/sinkinsans-300light-webfont.woff") format("woff"), url("../fonts/sinkinsans-300light-webfont.ttf") format("truetype"), url("../fonts/sinkinsans-300light-webfont.svg#sinkin_sans300_light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'nexa_boldregular';
  src: url("../fonts/nexa_free_bold-webfont.eot");
  src: url("../fonts/nexa_free_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/nexa_free_bold-webfont.woff") format("woff"), url("../fonts/nexa_free_bold-webfont.ttf") format("truetype"), url("../fonts/nexa_free_bold-webfont.svg#nexa_boldregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sinkin_sans500_medium';
  src: url("../fonts/SinkinSans-500Medium-webfont.eot");
  src: url("../fonts/SinkinSans-500Medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/SinkinSans-500Medium-webfont.woff2") format("woff2"), url("../fonts/SinkinSans-500Medium-webfont.woff") format("woff"), url("../fonts/SinkinSans-500Medium-webfont.ttf") format("truetype"), url("../fonts/SinkinSans-500Medium-webfont.svg#sinkin_sans500_medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sinkin_sans600_semibold';
  src: url("../fonts/SinkinSans-600SemiBold-webfont.eot");
  src: url("../fonts/SinkinSans-600SemiBold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/SinkinSans-600SemiBold-webfont.woff2") format("woff2"), url("../fonts/SinkinSans-600SemiBold-webfont.woff") format("woff"), url("../fonts/SinkinSans-600SemiBold-webfont.ttf") format("truetype"), url("../fonts/SinkinSans-600SemiBold-webfont.svg#sinkin_sans600_semibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sinkin_sans400_regular';
  src: url("../fonts/SinkinSans-400Regular-webfont.eot");
  src: url("../fonts/SinkinSans-400Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/SinkinSans-400Regular-webfont.woff2") format("woff2"), url("../fonts/SinkinSans-400Regular-webfont.woff") format("woff"), url("../fonts/SinkinSans-400Regular-webfont.ttf") format("truetype"), url("../fonts/SinkinSans-400Regular-webfont.svg#sinkin_sans400_regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/******************************************************************
Stylesheet: Sass Functions
******************************************************************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Stylesheet: Mixins Stylesheet
******************************************************************/
/*********************
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);
*/
/*********************
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? */
/******************************************************************
Stylesheet: Grid Stylesheet
******************************************************************/
.full {
  width: 100%;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 992px) {
  .container {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1180px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.base-1, .base-2, .base-3, .base-4, .base-5, .base-6, .base-7, .base-8, .base-9, .base-10, .base-11, .base-12, .xsml-1, .xsml-2, .xsml-3, .xsml-4, .xsml-5, .xsml-6, .xsml-7, .xsml-8, .xsml-9, .xsml-10, .xsml-11, .xsml-12, .sml-1, .sml-2, .sml-3, .sml-4, .sml-5, .sml-6, .sml-7, .sml-8, .sml-9, .sml-10, .sml-11, .sml-12, .med-1, .med-2, .med-3, .med-4, .med-5, .med-6, .med-7, .med-8, .med-9, .med-10, .med-11, .med-12, .lrg-1, .lrg-2, .lrg-3, .lrg-4, .lrg-5, .lrg-6, .lrg-7, .lrg-8, .lrg-9, .lrg-10, .lrg-11, .lrg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.base-1, .base-2, .base-3, .base-4, .base-5, .base-6, .base-7, .base-8, .base-9, .base-10, .base-11, .base-12 {
  float: left;
}

.base-12 {
  width: 100%;
}

.base-11 {
  width: 91.66666666666666%;
}

.base-10 {
  width: 83.33333333333334%;
}

.base-9 {
  width: 75%;
}

.base-8 {
  width: 66.66666666666666%;
}

.base-7 {
  width: 58.333333333333336%;
}

.base-6 {
  width: 50%;
}

.base-5 {
  width: 41.66666666666667%;
}

.base-4 {
  width: 33.33333333333333%;
}

.base-3 {
  width: 25%;
}

.base-2 {
  width: 16.666666666666664%;
}

.base-1 {
  width: 8.333333333333332%;
}

@media (min-width: 481px) {
  .xsml-1, .xsml-2, .xsml-3, .xsml-4, .xsml-5, .xsml-6, .xsml-7, .xsml-8, .xsml-9, .xsml-10, .xsml-11, .xsml-12 {
    float: left;
  }

  .xsml-12 {
    width: 100%;
  }

  .xsml-11 {
    width: 91.66666666666666%;
  }

  .xsml-10 {
    width: 83.33333333333334%;
  }

  .xsml-9 {
    width: 75%;
  }

  .xsml-8 {
    width: 66.66666666666666%;
  }

  .xsml-7 {
    width: 58.333333333333336%;
  }

  .xsml-6 {
    width: 50%;
  }

  .xsml-5 {
    width: 41.66666666666667%;
  }

  .xsml-4 {
    width: 33.33333333333333%;
  }

  .xsml-3 {
    width: 25%;
  }

  .xsml-2 {
    width: 16.666666666666664%;
  }

  .xsml-1 {
    width: 8.333333333333332%;
  }
}
@media (min-width: 768px) {
  .sml-1, .sml-2, .sml-3, .sml-4, .sml-5, .sml-6, .sml-7, .sml-8, .sml-9, .sml-10, .sml-11, .sml-12 {
    float: left;
  }

  .sml-12 {
    width: 100%;
  }

  .sml-11 {
    width: 91.66666666666666%;
  }

  .sml-10 {
    width: 83.33333333333334%;
  }

  .sml-9 {
    width: 75%;
  }

  .sml-8 {
    width: 66.66666666666666%;
  }

  .sml-7 {
    width: 58.333333333333336%;
  }

  .sml-6 {
    width: 50%;
  }

  .sml-5 {
    width: 41.66666666666667%;
  }

  .sml-4 {
    width: 33.33333333333333%;
  }

  .sml-3 {
    width: 25%;
  }

  .sml-2 {
    width: 16.666666666666664%;
  }

  .sml-1 {
    width: 8.333333333333332%;
  }
}
@media (min-width: 992px) {
  .med-1, .med-2, .med-3, .med-4, .med-5, .med-6, .med-7, .med-8, .med-9, .med-10, .med-11, .med-12 {
    float: left;
  }

  .med-12 {
    width: 100%;
  }

  .med-11 {
    width: 91.66666666666666%;
  }

  .med-10 {
    width: 83.33333333333334%;
  }

  .med-9 {
    width: 75%;
  }

  .med-8 {
    width: 66.66666666666666%;
  }

  .med-7 {
    width: 58.333333333333336%;
  }

  .med-6 {
    width: 50%;
  }

  .med-5 {
    width: 41.66666666666667%;
  }

  .med-4 {
    width: 33.33333333333333%;
  }

  .med-3 {
    width: 25%;
  }

  .med-2 {
    width: 16.666666666666664%;
  }

  .med-1 {
    width: 8.333333333333332%;
  }
}
@media (min-width: 1200px) {
  .lrg-1, .lrg-2, .lrg-3, .lrg-4, .lrg-5, .lrg-6, .lrg-7, .lrg-8, .lrg-9, .lrg-10, .lrg-11, .lrg-12 {
    float: left;
  }

  .lrg-12 {
    width: 100%;
  }

  .lrg-11 {
    width: 91.66666666666666%;
  }

  .lrg-10 {
    width: 83.33333333333334%;
  }

  .lrg-9 {
    width: 75%;
  }

  .lrg-8 {
    width: 66.66666666666666%;
  }

  .lrg-7 {
    width: 58.333333333333336%;
  }

  .lrg-6 {
    width: 50%;
  }

  .lrg-5 {
    width: 41.66666666666667%;
  }

  .lrg-4 {
    width: 33.33333333333333%;
  }

  .lrg-3 {
    width: 25%;
  }

  .lrg-2 {
    width: 16.666666666666664%;
  }

  .lrg-1 {
    width: 8.333333333333332%;
  }
}
/*********************
IMPORTING MODULES
*********************/
/******************************************************************
Stylesheet: Button Styles
******************************************************************/
/******************************************************************
Stylesheet: Form Styles
******************************************************************/
#contact-form .wpcf7 form p {
  margin: 0;
}
#contact-form .wpcf7 form p span input {
  outline: 0;
  border: 0;
  position: relative;
  left: 0;
}
#contact-form .wpcf7 form p span textarea {
  outline: 0;
  border: 0;
}
#contact-form .wpcf7 form p span span.wpcf7-not-valid-tip {
  display: none;
  text-indent: -9999px;
}
#contact-form .wpcf7 form p input.wpcf7-submit {
  border: 0;
  outline: 0;
}
#contact-form .wpcf7 form .wpcf7-response-output {
  color: white;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  border: 0;
  margin-top: 0;
}
#contact-form .wpcf7 .wpcf7-not-valid {
  background: #F7A0A0;
  border: 1px solid #F76767;
  color: white;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: black;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: black;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: black;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: black;
}

/*********************
INPUTS
*********************/
/*********************
BASE (MOBILE) SIZE
*********************/
/******************************************************************
Stylesheet: Base Mobile Stylesheet
******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 100%;
  line-height: 1.5;
  color: black;
  background-color: white;
  -webkit-font-smoothing: antialiased;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

/*********************
LINK STYLES
*********************/
a {
  color: black;
  /* on hover */
}
a:hover {
  color: black;
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "sinkin_sans600_semibold";
  font-weight: normal;
  color: #294f80;
  /* removing text decoration from all headline links */
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

h1, .h1 {
  font-size: 19px;
  line-height: 30px;
  margin: 25px 0 10px;
  text-transform: uppercase;
  text-align: center;
  padding: 0 0 15px;
  border-bottom: 1px solid #294f80;
}

h2, .h2 {
  font-size: 15px;
  line-height: 26px;
  margin: 12px 0 6px;
  text-transform: uppercase;
  text-align: center;
  padding: 0 0 20px;
  border-bottom: 1px solid #294f80;
}

h3, .h3 {
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0 10px;
}
h3 a, .h3 a {
  color: #294f80;
}

h4, .h4 {
  font-size: 14px;
  line-height: 22px;
  margin: 20px 0 10px;
}

h5, .h5 {
  font-size: 18px;
  line-height: 20px;
  margin: 8px 0 2px;
}

/*********************
HEADER STYLES
*********************/
.above-header {
  display: none;
}

.header {
  background: url("../images/logo-background.png");
}
.header .container {
  padding: 0;
}

.home .sub-banner {
  display: none;
}

.sub-banner {
  height: 186px;
  background-size: cover;
  background-position: 50% 0;
  border-bottom: 4px solid #cdcfc1;
}
.sub-banner .text {
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  margin-top: 34px;
}
.sub-banner .text p {
  color: white;
  font-family: "nexa_boldregular";
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 10px;
  margin: 20px 0 10px;
}
.sub-banner .text .line {
  width: 80%;
  height: 1px;
  background: white;
  margin: 25px auto 0;
}

#inner-header {
  padding: 0;
}
#inner-header .logo {
  text-align: center;
}
#inner-header .logo img {
  width: 100%;
  padding: 10px 0;
  max-width: 466px;
}
#inner-header .phone-number {
  display: none;
}
#inner-header .menu-container {
  display: block;
  padding: 0;
  background: #626262;
}
#inner-header .menu-container #mobile-btns {
  text-align: left;
  margin: 10px 0;
  float: left;
}
#inner-header .menu-container a.nav-btn {
  background: url("../images/burger.png") no-repeat scroll 0 50% transparent;
  color: #e3e3e3;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 16px;
  padding-left: 32px;
}
#inner-header .phone a {
  background: url("../images/phone.png");
  text-indent: -9999px;
  width: 21px;
  height: 21px;
  display: inline-block;
  float: right;
  margin: 11px 0;
}

#main-nav {
  width: 100%;
  height: 100%;
  background: #626262;
  padding-left: 0;
  display: none;
}
#main-nav.nav-show {
  display: block;
  padding: 0 10px;
}

/*********************
NAVIGATION STYLES
*********************/
.nav {
  margin: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
.nav li {
  float: left;
  width: 100%;
}
.nav li a {
  display: block;
  text-decoration: none;
  padding: 6px;
  font-size: 14px;
  line-height: 20px;
  color: white;
  text-transform: uppercase;
  font-family: "sinkin_sans300_light";
  text-align: left;
}
.nav li a:hover {
  background: white;
  color: black;
}
.nav li:hover ul.sub-menu,
.nav li ul.children {
  left: auto;
}
.nav li ul.sub-menu,
.nav li ul.children {
  padding: 6px 0;
  margin: 0;
  border-top: 1px solid white;
}
.nav li ul.sub-menu li,
.nav li ul.children li {
  border-top: 0;
}
.nav li ul.sub-menu a,
.nav li ul.children a {
  color: white;
  padding-left: 20px;
  font-size: 12px;
  text-align: left;
}
.nav li ul.sub-menu a:hover,
.nav li ul.children a:hover {
  color: black;
}

/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
#content .banner-container ul {
  margin: 0;
}
#content .banner-container ul .main-banner {
  height: 400px;
  background-size: cover;
  background-position: 50% 0;
}
#content .banner-container ul .main-banner .banner-text-all {
  background: rgba(0, 0, 0, 0.6);
  margin: 40px 15px;
  padding: 20px;
  display: inline-block;
}
#content .banner-container ul .main-banner .banner-text-all .banner-text {
  padding: 0;
}
#content .banner-container ul .main-banner .banner-text-all .banner-text .base-12 {
  text-align: center;
}
#content .banner-container ul .main-banner .banner-text-all .justice {
  max-width: 302px;
  width: 100%;
}
#content .banner-container ul .main-banner .banner-text-all .msba {
  max-width: 100px;
  width: 100%;
  float: left;
  margin: 10px 0 20px;
}
#content .banner-container ul .main-banner .banner-text-all .cdl {
  max-width: 50px;
  width: 100%;
  float: right;
  margin: 10px 0 20px;
}
#content .banner-container ul .main-banner .banner-text-all .line {
  background: white;
  height: 1px;
  width: 100%;
  display: inline-block;
}
#content .banner-container ul .main-banner .banner-text-all .text {
  display: inline-block;
  text-align: center;
  width: 100%;
}
#content .banner-container ul .main-banner .banner-text-all .text p {
  font-size: 22px;
  color: white;
  text-transform: uppercase;
  font-family: "nexa_boldregular";
  margin: 10px 0 0;
}
#content .banner-container ul .main-banner .banner-text-all .button {
  text-align: center;
  margin: 25px 0 20px;
}
#content .banner-container ul .main-banner .banner-text-all .button a {
  background: #f4df44;
  text-transform: uppercase;
  border-radius: 6px;
  border-bottom: 3px solid #8c7c07;
  text-decoration: none;
  padding: 6px 20px;
  font-family: "sinkin_sans500_medium";
  font-size: 11px;
  color: #363535;
  letter-spacing: 0.5px;
}
#content .banner-container .cta-container {
  background: #111111;
}
#content .banner-container .cta-container .ctas {
  text-align: center;
  padding: 0;
  margin-top: -10px;
}
#content .banner-container .cta-container .ctas .base-12 {
  margin-bottom: -6px;
}
#content .banner-container .cta-container .ctas .cta {
  text-decoration: none;
  max-width: 369px;
  text-align: center;
  display: inline-block;
  border-top: 10px solid #f4df44;
  position: relative;
  z-index: 9999;
}
#content .banner-container .cta-container .ctas .cta img {
  width: 100%;
  max-width: 369px;
  float: left;
}
#content .banner-container .cta-container .ctas .cta p {
  background: #626262;
  color: white;
  text-transform: uppercase;
  font-family: "sinkin_sans500_medium";
  padding: 12px 0;
  margin: 0 auto;
  width: 100%;
  max-width: 369px;
  font-size: 13px;
  float: left;
  border-top: 2px solid white;
}

#inner-content {
  padding: 0 0 20px;
}

/* end .hentry */
/* entry content */
.entry-content p {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: black;
  margin: 10px 0 20px;
}
.entry-content ul li, .entry-content ol li {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: black;
  margin: 6px 0 6px 30px;
}
.entry-content ul li {
  list-style-type: disc;
}
.entry-content ol li {
  list-style-type: decimal;
}
.entry-content img {
  margin: 0 0 10px 0;
  max-width: 100%;
  height: auto;
}
.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 10px;
  display: inline;
  float: left;
}
.entry-content .alignright, .entry-content img.alignright {
  margin-left: 10px;
  display: inline;
  float: right;
}
.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

/* end .entry-content */
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.5em 0;
}

.pagination {
  text-align: center;
}
.pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}
.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
}
.pagination a, .pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: 0.75em;
  min-width: 1em;
  display: block;
}
.pagination .current {
  cursor: default;
  color: black;
}
.pagination .current:hover, .pagination .current:focus {
  background-color: white;
  color: black;
}

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
.case-success {
  background-image: url("../images/background.png");
  background-position: 50% 0;
  background-size: cover;
  padding-bottom: 25px;
}
.case-success h2 {
  font-family: "sinkin_sans500_medium";
  font-size: 25px;
  text-transform: none;
  color: white;
  border-bottom: 1px solid white;
  padding: 15px 0 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 40px;
}
.case-success .case {
  border: 3px solid white;
  margin: 8px 0;
  text-align: center;
  padding-bottom: 18px;
}
.case-success .case p {
  color: white;
  font-family: "sinkin_sans600_semibold";
  font-size: 20px;
  margin: 10px 0 20px;
}
.case-success .case .button a {
  color: white;
  font-family: "sinkin_sans500_medium";
  text-transform: uppercase;
  font-size: 14px;
  padding: 5px 20px;
  display: inline-block;
  border: 3px solid white;
  border-radius: 4px;
  text-decoration: none;
}
.case-success .case .recent-cases {
  display: none;
}

/*********************
SIDEBARS & ASIDES
*********************/
/*********************
FOOTER STYLES
*********************/
.offices {
  background: #294f80;
  padding-bottom: 25px;
}
.offices h2 {
  font-family: "sinkin_sans500_medium";
  font-size: 25px;
  text-transform: none;
  color: white;
  border-bottom: 1px solid white;
  margin: 20px 0;
  line-height: 40px;
}
.offices .location {
  border: 3px solid white;
  border-radius: 2px;
  margin: 8px 0;
  text-align: center;
}
.offices .location p {
  color: white;
  font-family: "sinkin_sans500_medium";
  font-size: 20px;
  margin: 8px 0;
}
.offices .location span {
  color: white;
  display: inline-block;
  margin: 10px 0;
  font-family: "sinkin_sans400_regular";
  font-size: 14px;
}
.offices .location a {
  color: white;
  text-decoration: none;
  display: inline-block;
  margin: 10px 0 15px;
  padding: 5px 15px;
  border: 2px solid white;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.offices .location .line {
  background: white;
  height: 1px;
  margin: 0 auto;
  width: 90%;
}

.contact {
  border-bottom: 3px solid #294f80;
  margin-bottom: 4px;
}
.contact .logo {
  text-align: center;
  margin: 10px 0;
}
.contact .logo img {
  width: 100%;
  max-width: 466px;
}
.contact .contact-all {
  padding: 0;
}
.contact .contact-form {
  padding: 0;
}
.contact .contact-us {
  text-align: center;
}
.contact .contact-us p {
  font-family: "sinkin_sans500_medium";
  font-size: 15px;
  color: #294f80;
  margin-bottom: 0;
}
.contact .contact-us span, .contact .contact-us a {
  color: #294f80;
  font-size: 13px;
  text-decoration: none;
  font-family: "sinkin_sans500_medium";
}
.contact .contact-us .social a {
  display: inline-block;
  margin: 10px 20px 25px;
}
.contact h2 {
  font-family: "sinkin_sans500_medium";
  font-size: 20px;
  text-transform: none;
}
.contact .contact-left {
  padding: 0;
}
.contact .contact-right {
  padding: 0;
}
.contact input {
  border: 3px solid #294f80;
  border-radius: 5px;
  padding: 5px 10px;
  width: 100%;
  margin: 10px 0;
  font-size: 12px;
  font-family: "sinkin_sans500_medium";
  font-style: italic;
  color: #294f80;
}
.contact textarea {
  border: 3px solid #294f80;
  border-radius: 5px;
  padding: 5px 10px;
  width: 100%;
  margin: 10px 0;
  font-size: 12px;
  font-family: "sinkin_sans500_medium";
  font-style: italic;
  color: #294f80;
  resize: none;
  height: 80px;
}
.contact .form-button {
  background: #294f80;
  color: white;
  font-size: 13px;
  font-style: normal;
  margin: 10px 0 25px;
}
.contact .ajax-loader {
  display: none;
}
.contact .full-btn {
  display: none;
  padding: 0;
}
.contact .full-btn .full-button {
  background: #294f80;
  color: white;
  font-size: 13px;
  font-style: normal;
  margin: 10px 0 25px;
  width: 100%;
}

.footer {
  background: #294f80;
  padding: 0 0 10px;
}
.footer p {
  color: white;
  font-size: 10px;
  text-align: center;
  margin: 10px 0 0;
}
.footer a {
  color: white;
  text-decoration: none;
  font-size: 10px;
  margin: 0 5px;
}

/*********************
LARGER MOBILE DEVICES
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Stylesheet: 481px and Up Stylesheet
  ******************************************************************/
  #content .banner-container ul .main-banner .banner-text-all .button a {
    font-size: 13px;
  }
}
/*********************
TABLET & SMALLER LAPTOPS
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Stylesheet: Tablet & Small Desktop Stylesheet
  ******************************************************************/
}
/*********************
DESKTOP
*********************/
@media only screen and (min-width: 992px) {
  /******************************************************************
  Stylesheet: Desktop Stylsheet
  ******************************************************************/
  .above-header {
    display: block;
    background: #294f80;
  }
  .above-header p {
    color: white;
    font-family: "sinkin_sans500_medium";
    font-size: 15px;
    text-transform: uppercase;
    margin: 5px 0;
  }
  .above-header a {
    float: right;
    margin: 5px 10px 0;
  }

  .header {
    border-top: 3px solid #294f80;
    margin-top: 2px;
  }

  #inner-header .logo {
    text-align: left;
  }
  #inner-header .menu-container {
    display: none;
  }
  #inner-header .phone-number {
    display: block;
    text-align: right;
  }
  #inner-header .phone-number p {
    font-family: "sinkin_sans300_light";
    font-size: 28px;
    color: #294f80;
    text-transform: uppercase;
    margin: 25px 0 2px;
    letter-spacing: 1px;
  }
  #inner-header .phone-number .line {
    background: #294f80;
    height: 2px;
    width: 240px;
    float: right;
    opacity: 0.4;
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
  }
  #inner-header .phone-number a {
    font-family: "sinkin_sans500_medium";
    font-size: 32px;
    color: #294f80;
    text-decoration: none;
    margin: -5px 0 0;
  }

  #main-nav {
    display: block;
  }

  p.menu {
    display: none;
  }

  .sub-banner {
    height: 186px;
    background-size: cover;
    background-position: 50% 0;
    border-bottom: 4px solid #cdcfc1;
  }
  .sub-banner .text {
    margin-top: 34px;
  }
  .sub-banner .text p {
    font-size: 40px;
    letter-spacing: 10px;
    margin: 20px 0 10px;
  }

  .nav li {
    width: auto;
  }
  .nav li a {
    padding: 12px 6px;
    font-size: 12px;
    border-top: none;
    text-align: center;
  }
  .nav li:hover ul.sub-menu,
  .nav li ul.children {
    left: auto;
  }
  .nav li ul.sub-menu,
  .nav li ul.children {
    background: #626262;
    position: absolute;
    left: -9999em;
    z-index: 9999;
    width: 230px;
    margin: 0;
    padding: 0;
  }
  .nav li ul.sub-menu a,
  .nav li ul.children a {
    width: 230px;
    color: white;
    line-height: 14px;
    text-align: left;
    padding-left: 10px;
  }

  .close-nav {
    display: none;
  }

  #content .banner-container {
    position: relative;
  }
  #content .banner-container ul .main-banner {
    height: 570px;
  }
  #content .banner-container ul .main-banner .banner-text-all {
    margin: 210px 0 0;
    width: 100%;
    padding: 20px 20px 0;
  }
  #content .banner-container ul .main-banner .banner-text-all .text p {
    font-size: 56px;
  }
  #content .banner-container ul .main-banner .banner-text-all .button {
    margin: 25px 0 0;
  }
  #content .banner-container ul .main-banner .banner-text-all .img2 {
    text-align: center;
  }
  #content .banner-container ul .main-banner .banner-text-all .img2 img {
    float: none;
  }
  #content .banner-container ul .main-banner .banner-text-all .img3 {
    text-align: center;
  }
  #content .banner-container ul .main-banner .banner-text-all .img3 img {
    float: none;
  }
  #content .banner-container ul .main-banner .banner-text-all .justice {
    max-width: 302px;
    margin-top: 10px;
  }
  #content .banner-container ul .main-banner .banner-text-all .msba {
    max-width: 145px;
    margin: 20px 0;
  }
  #content .banner-container ul .main-banner .banner-text-all .cdl {
    max-width: 108px;
    margin: 0 0 10px;
  }
  #content .banner-container .cta-container {
    z-index: 9999;
  }
  #content .banner-container .cta-container .ctas .base-12 {
    margin-bottom: -5px;
  }

  h1 {
    font-size: 25px;
  }

  .case-success .case {
    margin: 8px 10px;
    width: 31%;
  }
  .case-success .case p {
    border-bottom: 1px solid white;
    display: inline-block;
    padding-bottom: 15px;
  }
  .case-success .case .recent-cases {
    display: block;
    padding: 0;
  }
  .case-success .case .recent-cases .blogs-container {
    padding: 0;
    text-transform: none;
    margin-bottom: 15px;
    border: 3px solid white;
    border-radius: 4px;
    display: inline-block;
  }
  .case-success .case .recent-cases .blogs-container .calendar-content {
    height: 100%;
    background: white;
    padding: 0;
  }
  .case-success .case .recent-cases .blogs-container .calendar-content .calendar-month p {
    font-size: 20px;
    font-family: "sinkin_sans600_semibold";
    color: #363535;
    margin: 0 0 26px;
    border-bottom: none;
    padding-bottom: 0;
  }
  .case-success .case .recent-cases .blogs-container .calendar-content .line {
    background: #5b5b59;
    width: 75%;
    margin: 0 auto;
    height: 1px;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
  }
  .case-success .case .recent-cases .blogs-container .calendar-content .calendar-date p {
    font-size: 31px;
    font-family: "sinkin_sans600_semibold";
    color: #363535;
    margin: 15px 0 0;
    border-bottom: none;
    padding-bottom: 0;
  }
  .case-success .case .recent-cases .blogs-container .blog-text {
    text-align: left;
    padding: 0 8px;
    height: 112px;
    overflow: hidden;
  }
  .case-success .case .recent-cases .blogs-container .blog-text p {
    font-family: "sinkin_sans600_semibold";
    font-size: 12px;
    margin: 10px 0;
    border-bottom: none;
    padding-bottom: 0;
  }
  .case-success .case .recent-cases .blogs-container .blog-text .line {
    width: 100%;
    height: 1px;
    background: white;
  }
  .case-success .case .recent-cases .blogs-container .blog-text span p {
    font-family: "sinkin_sans400_regular";
    font-size: 10px;
  }
  .case-success .case .recent-cases .blogs-container .blog-text span p a {
    color: white;
  }

  .offices .location {
    margin: 8px 10px;
    width: 31%;
  }
  .offices .location a {
    margin: 10px 0 25px;
  }
  .offices .location p {
    font-size: 25px;
    margin: 15px 0;
  }
  .offices .location span {
    padding: 0 20px;
  }
  .offices .location .line {
    width: 60%;
  }

  .contact {
    padding: 15px 0 5px;
  }
  .contact h2 {
    text-align: left;
  }
  .contact .logo p {
    margin: 0;
  }
  .contact .contact-us {
    text-align: left;
  }
  .contact .contact-us .contact-container {
    margin-top: 20px;
  }
  .contact .contact-us p {
    margin-top: 5px;
  }
  .contact .contact-us .social a {
    margin: 10px 20px 25px 0;
  }
  .contact textarea {
    height: 148px;
  }
  .contact .form-button {
    display: none;
  }
  .contact .full-btn {
    display: block;
  }

  #contact-form {
    margin-top: 20px;
  }
  #contact-form h2 {
    text-align: left;
  }
  #contact-form .contact-left {
    padding: 0;
  }
  #contact-form .contact-right {
    padding: 0 0 0 15px;
  }

  .footer p.copyright {
    text-align: left;
  }
  .footer p {
    text-align: right;
  }
}
/*********************
LARGE VIEWING SIZE
*********************/
@media only screen and (min-width: 1200px) {
  /******************************************************************
  Stylesheet: Super Large Monitor Stylesheet
  ******************************************************************/
  .offices .location {
    margin: 8px 10px;
    width: 31.5%;
  }

  .case-success .case {
    margin: 8px 10px;
    width: 31.5%;
  }

  .nav li a {
    padding: 12px 15px;
  }
}
/*********************
RETINA (2x RESOLUTION DEVICES)
*********************/
@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) {
  /******************************************************************
  Stylesheet: Retina Screens & Devices Stylesheet
  ******************************************************************/
  /* 
  
  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. 
  
  */
}
/*********************
PRINT STYLESHEET
*********************/
@media print {
  /******************************************************************
  Stylesheet: Print Stylesheet
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
.blog .entry-title , .single .entry-title{
    font-size:20px;
    text-transform:uppercase;
    }
    .blog .article-header p, .single .article-header p{
        font-size:13px;
            margin-bottom: 0;
        }
        .sidebar-list{
            
            }
            .sidebar-list ul{
                margin:0;
                }
        .sidebar-list h2{
            background: #294F80;
    color: white;
    padding: 15px 0 15px;
    border-bottom:none;
    font-size:20px;
        margin: 15px 0 0 0
            }
            .sidebar-list ul .inline-areas {
        border: 1px solid #294F80;
    border-top: none;
   
}
.sidebar-list ul .inline-areas a {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    display: block;
    padding-left: 15px;
    text-decoration: none;
}

.sidebar-list ul .inline-areas a:hover {
    color: white;
}
.sidebar-list ul .inline-areas:hover {
    background: #626262;
}