/******************************************************************
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 FAMILIES
*********************/
@font-face {
  font-family: 'Rambla-Bold';
  src: url("Rambla-Bold_gdi.eot");
  src: url("Rambla-Bold_gdi.eot?#iefix") format("embedded-opentype"), url("Rambla-Bold_gdi.woff") format("woff"), url("Rambla-Bold_gdi.ttf") format("truetype"), url("Rambla-Bold_gdi.otf") format("opentype"), url("Rambla-Bold_gdi.svg#Rambla-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
@font-face {
  font-family: 'Raleway-SemiBold';
  src: url("../fonts/Raleway-SemiBold_gdi.eot");
  src: url("../fonts/Raleway-SemiBold_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-SemiBold_gdi.woff") format("woff"), url("../fonts/Raleway-SemiBold_gdi.ttf") format("truetype"), url("../fonts/Raleway-SemiBold_gdi.otf") format("opentype"), url("../fonts/Raleway-SemiBold_gdi.svg#Raleway-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
@font-face {
  font-family: 'Raleway-ExtraBold';
  src: url("../fonts/Raleway-ExtraBold_gdi.eot");
  src: url("../fonts/Raleway-ExtraBold_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-ExtraBold_gdi.woff") format("woff"), url("../fonts/Raleway-ExtraBold_gdi.ttf") format("truetype"), url("../fonts/Raleway-ExtraBold_gdi.otf") format("opentype"), url("../fonts/Raleway-ExtraBold_gdi.svg#Raleway-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
@font-face {
  font-family: 'Raleway-Regular';
  src: url("../fonts/Raleway_gdi.eot");
  src: url("../fonts/Raleway_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway_gdi.woff") format("woff"), url("../fonts/Raleway_gdi.ttf") format("truetype"), url("../fonts/Raleway_gdi.otf") format("opentype"), url("../fonts/Raleway_gdi.svg#Raleway-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
@font-face {
  font-family: 'Raleway-Bold';
  src: url("../fonts/Raleway-Bold_gdi.eot");
  src: url("../fonts/Raleway-Bold_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Bold_gdi.woff") format("woff"), url("../fonts/Raleway-Bold_gdi.ttf") format("truetype"), url("../fonts/Raleway-Bold_gdi.otf") format("opentype"), url("../fonts/Raleway-Bold_gdi.svg#Raleway-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
/*********************
FONT FACE
*********************/
/******************************************************************
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: 10px;
  padding-right: 10px;
}

.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 {
  /*********************
  INPUTS
  *********************/
}
#contact .wpcf7 form p {
  margin: 0;
  padding: 0;
}
#contact .wpcf7 form p span input {
  outline: 0;
  border: 0;
  position: relative;
  left: 0;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 5px;
  padding: 10px;
}
#contact .wpcf7 form p span textarea {
  outline: 0;
  border: 0;
  width: 100%;
  height: 101px;
  margin-bottom: 15px;
  border-radius: 5px;
  padding: 10px;
  resize: none;
}
#contact .wpcf7 form p span span.wpcf7-not-valid-tip {
  display: none;
  text-indent: -9999px;
}
#contact .wpcf7 form p .ajax-loader {
  display: none;
}
#contact .wpcf7 form p input.wpcf7-submit {
  border: 0;
  outline: 0;
  width: 100%;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: white;
  background-color: #213454;
  border: 1px solid #378bcc;
  padding: 9px 0px;
  margin-bottom: 15px;
}
#contact .wpcf7 form .wpcf7-response-output {
  color: white;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  border: 0;
  margin-top: 0;
  display: inline-block;
}
#contact .wpcf7 .wpcf7-not-valid {
  background: #F7A0A0;
  border: 1px solid #F76767;
  color: white;
}
#contact ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #626262;
}
#contact :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #626262;
}
#contact ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #626262;
}
#contact :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #626262;
}

/*********************
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: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: black;
  /* 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 {
  color: black;
  font-size: 28px;
  line-height: 30px;
  margin: 16px 0 10px;
}

h2, .h2 {
  color: black;
  font-size: 24px;
  line-height: 26px;
  margin: 12px 0 6px;
}

h3, .h3 {
  color: black;
  font-size: 22px;
  line-height: 24px;
  margin: 10px 0 6px;
}

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

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

/*********************
HEADER STYLES
*********************/
#banner {
  background-color: #e4dfdc;
  -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.25) inset;
}
#banner .banner {
  font-family: "Raleway-ExtraBold", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  color: #213454;
  text-align: center;
  margin: 0;
  padding-top: 32px;
  padding-bottom: 6px;
}
#banner .banner .banner-small {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  padding: 0;
  margin: 0;
}
#banner .sub-banner {
  font-family: "Raleway-Regular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
  color: #213454;
  text-align: center;
  margin: 0;
  padding: 15px 0px;
}
#banner .divider-container {
  text-align: center;
}
#banner .divider-container .divider-left {
  float: left;
  height: 7px;
  position: relative;
  margin-left: -5px;
}
#banner .divider-container .divider-left img {
  height: 7px;
  width: 7px;
  position: absolute;
  top: 0px;
}
#banner .divider-container .divider {
  height: 1px;
  width: 100%;
  background-color: #213454;
  float: left;
  margin-top: 3px;
  margin-right: -1px;
}
#banner .divider-container .divider-right {
  float: left;
  height: 7px;
  position: relative;
}
#banner .divider-container .divider-right img {
  height: 7px;
  width: 7px;
  position: absolute;
  top: 0px;
}
#banner .banner-btns {
  text-align: center;
}
#banner .banner-btns .banner-btn-l, #banner .banner-btns .banner-btn-r {
  font-family: "Raleway-Regular", Helvetica, Arial, sans-serif;
  font-size: 11px;
  display: inline-block;
  background-color: #213454;
  color: #eae9e2;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  width: 180px;
  border: 1px solid #378bcc;
  padding: 8px;
  margin-bottom: 8px;
}
#banner .banner-btns .banner-btn-l:last-child, #banner .banner-btns .banner-btn-r:last-child {
  margin-bottom: 20px;
}

#ctas {
  background-color: #262525;
  border-bottom: 2px solid white;
}
#ctas .cta-container {
  padding-top: 30px;
}
#ctas .cta-container .cta-title {
  font-family: "Raleway-ExtraBold", Helvetica, Arial, sans-serif;
  font-size: 25px;
  color: white;
  text-align: center;
  text-transform: uppercase;
}
#ctas .cta-container .cta {
  text-align: center;
}
#ctas .cta-container .cta .cta-subtitle {
  font-family: "Raleway-ExtraBold", Helvetica, Arial, sans-serif;
  font-size: 17px;
  color: white;
  text-align: center;
  line-height: 17px;
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}
#ctas .cta-container .cta img {
  width: 100%;
  max-width: 337px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.15);
}
#ctas .cta-container .cta .cta-btns {
  text-align: center;
}
#ctas .cta-container .cta .cta-btns .cta-btn {
  font-family: "Raleway-Regular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  display: inline-block;
  background-color: #213454;
  color: #eae9e2;
  text-decoration: none;
  text-align: center;
  width: 107px;
  border: 1px solid #378bcc;
  padding: 8px;
  margin: 16px 0px 21px 0px;
}
#ctas .cta-container .cta .divider-container {
  text-align: center;
}
#ctas .cta-container .cta .divider-container .wef {
  max-width: 337px;
  margin: 0 auto;
}
#ctas .cta-container .cta .divider-container .wef .divider-left {
  float: left;
  height: 7px;
  position: relative;
  margin-left: -5px;
}
#ctas .cta-container .cta .divider-container .wef .divider-left img {
  height: 7px;
  width: 7px;
  position: absolute;
  top: 0px;
}
#ctas .cta-container .cta .divider-container .wef .divider {
  height: 1px;
  width: 100%;
  background-color: white;
  float: left;
  margin-top: 3px;
  margin-right: -1px;
}
#ctas .cta-container .cta .divider-container .wef .divider-right {
  float: left;
  height: 7px;
  position: relative;
}
#ctas .cta-container .cta .divider-container .wef .divider-right img {
  height: 7px;
  width: 7px;
  position: absolute;
  top: 0px;
}

.header-container {
  background: url("../images/bg.png") repeat;
  border-top: 8px solid #F7F6EF;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.25) inset;
}
.header-container #inner-header {
  padding: 0;
}
.header-container #inner-header .logo {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 10px;
}
.header-container #inner-header .logo .logo_img {
  width: 100%;
  /* max-width: 381px; */
  max-width: 100%;
}
.header-container #inner-header .consultation {
  display: none;
  float: right;
  text-align: center;
}
.header-container #inner-header .consultation h2 {
  font-family: "Raleway-Regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  padding-top: 10px;
}
.header-container #inner-header .consultation .header-contact {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 27px;
  line-height: 32px;
  color: #f7f6ef;
  font-weight: 600;
}
.header-container #inner-header .consultation .header-contact img {
  padding-right: 10px;
}
.header-container #inner-header .consultation .divider-container {
  text-align: center;
}
.header-container #inner-header .consultation .divider-container .divider-left {
  float: left;
  height: 7px;
  position: relative;
  margin-left: -5px;
}
.header-container #inner-header .consultation .divider-container .divider-left img {
  height: 7px;
  width: 7px;
  position: absolute;
  top: 0px;
}
.header-container #inner-header .consultation .divider-container .divider {
  height: 1px;
  width: 100%;
  background-color: white;
  float: left;
  margin-top: 3px;
  margin-right: -1px;
}
.header-container #inner-header .consultation .divider-container .divider-right {
  float: left;
  height: 7px;
  position: relative;
}
.header-container #inner-header .consultation .divider-container .divider-right img {
  height: 7px;
  width: 7px;
  position: absolute;
  top: 0px;
}

.nav-container {
  background-color: #262525;
  z-index: 9;
  -webkit-box-shadow: 0px 2px 1px 4px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 2px 1px 4px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 2px 1px 4px rgba(0, 0, 0, 0.46);
}
.nav-container .menu-container {
  display: block;
  padding: 0;
}
.nav-container .menu-container #mobile-btns {
  text-align: left;
  padding: 15px 15px;
  float: left;
}
.nav-container .menu-container .phone-btn {
  text-align: right;
  padding: 15px 15px;
  float: right;
}
.nav-container .menu-container a.phone-btn {
  background: url("../images/phone_icon.png") no-repeat scroll 0 50% transparent;
  cursor: pointer;
  line-height: 16px;
  padding-left: 20px;
}
.nav-container .menu-container a.nav-btn {
  background: url("../images/burger.png") no-repeat scroll 0 50% transparent;
  color: white;
  cursor: pointer;
  font-family: "Raleway-SemiBold", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 16px;
  padding-left: 40px;
}

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

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

/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  padding: 0;
  background-color: #e7dfdc;
  -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.26) inset;
  -moz-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.26) inset;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.26) inset;
}
#content #inner-content #main {
  padding: 0px 0px;
}
#content #inner-content #main .page-title {
  font-family: "Raleway-ExtraBold", Helvetica, Arial, sans-serif;
  font-size: 30px;
  color: #213454;
  padding-top: 30px;
}

#contact {
  background-color: #262525;
  text-align: center;
}
#contact h2 {
  font-family: "Raleway-ExtraBold", Helvetica, Arial, sans-serif;
  font-size: 25px;
  color: white;
  text-align: center;
  text-transform: uppercase;
}
#contact .contact-sub {
  color: white;
  font-family: "Raleway-Regular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-align: center;
}

#associations {
  background-color: #0e0e0e;
  padding: 20px 0px;
  text-align: center;
}
#associations .assocs img {
  display: inline-block;
  margin: 0 20px;
}
#associations .assocs img:last-child {
  padding-top: 20px;
}

/* entry content */
.entry-content p {
  font-family: "Raleway-Regular", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 22px;
  color: black;
  margin: 10px 0 20px;
}
.entry-content h1 {
  font-family: "Raleway-ExtraBold", Helvetica, Arial, sans-serif;
  font-size: 21px;
  color: #213454;
}
.entry-content h2 {
  font-family: "Raleway-Bold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #378bcc;
  line-height: 18px;
}
.entry-content ul li, .entry-content ol li {
  font-family: "Raleway-Regular", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: black;
  margin: 6px 0 6px 20px;
}
.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 */
/*********************
FOOTER STYLES
*********************/
#pre-footer {
  background: url("../images/bg.png") repeat;
  text-align: center;
  color: white;
  padding-top: 20px;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.25) inset;
}
#pre-footer .footer-container {
  padding: 0;
}
#pre-footer .dct {
  display: none;
}
#pre-footer .wre {
  width: 312px;
  margin: 0 auto;
}
#pre-footer h2 {
  font-family: "Raleway-ExtraBold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
}
#pre-footer h3 {
  font-family: "Raleway-ExtraBold", Helvetica, Arial, sans-serif;
  font-size: 25px;
  color: white;
  text-transform: uppercase;
}
#pre-footer .aal {
  font-family: "Raleway-Regular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 0 0 0;
  margin: 0;
}
#pre-footer .contact-img {
  padding-bottom: 10px;
  padding-top: 20px;
}
#pre-footer .contact-num {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 15px;
  padding: 0;
  margin: 0;
}
#pre-footer .contact-add {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 15px;
  padding: 0;
  margin: 0 auto;
  width: 233px;
}
#pre-footer .contact-area {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding: 20px 0;
  margin: 0;
}
#pre-footer .num {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}
#pre-footer .footer-title {
  float: none;
  margin: 0 auto;
  padding: 0;
}
#pre-footer .divider-container {
  text-align: center;
}
#pre-footer .divider-container .divider-left {
  float: left;
  height: 7px;
  position: relative;
  margin-left: -5px;
}
#pre-footer .divider-container .divider-left img {
  height: 7px;
  width: 7px;
  position: absolute;
  top: 0px;
}
#pre-footer .divider-container .divider {
  height: 1px;
  width: 100%;
  background-color: white;
  float: left;
  margin-top: 3px;
  margin-right: -1px;
}
#pre-footer .divider-container .divider-right {
  float: left;
  height: 7px;
  position: relative;
}
#pre-footer .divider-container .divider-right img {
  height: 7px;
  width: 7px;
  position: absolute;
  top: 0px;
}

#inner-footer {
  background-color: #0e0e0e;
  color: white;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 11px;
  -webkit-box-shadow: 0px -5px 0px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px -5px 0px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px -5px 0px 0px rgba(0, 0, 0, 0.15);
}
#inner-footer a {
  color: white;
  text-decoration: none;
}
#inner-footer a:hover {
  color: #378bcc;
}
#inner-footer .copyright {
  text-align: center;
}
#inner-footer .mankato {
  text-align: center;
}

/*********************
FOOTER STYLES
*********************/
#sidebar {
  background-color: #262525;
  margin-top: 85px;
  margin-bottom: 32px;
  color: white;
}
#sidebar #side-nav {
  font-family: "Raleway-ExtraBold", Helvetica, Arial, sans-serif;
  padding: 0;
  max-width: 400px;
  margin: 0px auto;
  float: none;
}
#sidebar li:first-child {
  padding-top: 10px;
}
#sidebar li a {
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  background: url("../images/arrow.png") no-repeat 15px 50% #213454;
  border: 1px solid #378bcc;
  margin-bottom: 15px;
  padding: 15px 0px 15px 35px;
  display: block;
}
#sidebar #contact {
  max-width: 400px;
  margin: 0px auto;
}
#sidebar #contact .contact-left {
  width: 100%;
  text-align: center;
}
#sidebar #contact .contact-right {
  width: 100%;
  text-align: center;
}

/*********************
LARGER MOBILE DEVICES
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Stylesheet: 481px and Up Stylesheet
  ******************************************************************/
  #banner .banner-small {
    display: block;
    font-size: 20px;
  }
  #banner .sub-banner {
    font-family: "Raleway-Regular", Helvetica, Arial, sans-serif;
    font-size: 27px;
    padding: 30px 0px;
    line-height: 27px;
  }
  #banner .banner-btns .banner-btn-r {
    font-size: 14px;
    width: 48%;
    float: right;
  }
  #banner .banner-btns .banner-btn-l {
    font-size: 14px;
    width: 48%;
    float: left;
  }

  #ctas .cta-container .cta .cta-subtitle {
    font-size: 17px;
    line-height: 17px;
  }

  #contact .contact-left {
    width: 50%;
    float: left;
    text-align: left;
  }
  #contact .contact-right {
    width: 50%;
    float: right;
    text-align: right;
  }
  #contact .wpcf7 form p span input, #contact .wpcf7 form p span textarea {
    width: 97%;
  }
  #contact .wpcf7 form p input.wpcf7-submit {
    width: 45%;
  }
}
/*********************
TABLET & SMALLER LAPTOPS
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Stylesheet: Tablet & Small Desktop Stylesheet
  ******************************************************************/
  #banner .banner-info .banner {
    font-size: 40px;
    line-height: 40px;
  }
  #banner .banner-small {
    font-size: 27px;
  }
  #banner .banner-btns .banner-btn-r {
    font-size: 18px;
    width: 48%;
    float: right;
  }
  #banner .banner-btns .banner-btn-l {
    font-size: 18px;
    width: 48%;
    float: left;
  }

  .sub-entry {
    padding-right: 25px;
  }

  .header-container #inner-header .logo {
    text-align: left;
  }
  .header-container #inner-header .consultation {
    display: inline-block;
  }

  #ctas .cta-container .cta .cta-subtitle {
    font-size: 13px;
    line-height: 13px;
  }

  #pre-footer .contact-img {
    padding: 0;
    vertical-align: middle;
  }
  #pre-footer .contact-phone {
    padding-top: 20px;
  }
  #pre-footer .contact-phone .contact-num {
    display: inline;
  }
  #pre-footer .contact-address {
    padding-top: 20px;
  }
  #pre-footer .contact-address .contact-add {
    display: inline;
  }
}
/*********************
DESKTOP
*********************/
@media only screen and (min-width: 992px) {
  /******************************************************************
  Stylesheet: Desktop Stylsheet
  ******************************************************************/
  #banner .portrait {
    background: url("../images/portrait.png") no-repeat scroll 0% 100%;
    height: 350px;
  }
  #banner .banner {
    padding-top: 55px;
  }
  #banner .sub-banner {
    font-size: 24px;
  }
  #banner .banner-btns .banner-btn-r {
    font-size: 19px;
    width: 48%;
    float: right;
  }
  #banner .banner-btns .banner-btn-l {
    font-size: 19px;
    width: 48%;
    float: left;
  }

  .nav-container .menu-container {
    display: none;
  }

  #main-nav {
    display: block;
  }

  p.menu {
    display: none;
  }

  .nav a {
    padding: 12px 10px;
    font-size: 17px;
    border-top: none;
    text-align: center;
  }
  .nav li {
    width: auto;
    border-right: 1px solid #515151;
  }
  .nav li:hover ul.sub-menu,
  .nav li ul.children {
    left: auto;
  }
  .nav li:first-child {
    border-left: 1px solid #515151;
  }
  .nav li ul.sub-menu,
  .nav li ul.children {
    background: black;
    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;
  }

  #main .divider-container .divider-left img {
    height: 10px;
    width: 10px;
  }
  #main .divider-container .divider {
    height: 1px;
    width: 93%;
    margin-top: 5px;
  }
  #main .divider-container .divider-right img {
    height: 10px;
    width: 10px;
  }

  .header-container #inner-header .consultation h2 {
    font-size: 18px;
  }

  #ctas .cta-container .cta .cta-subtitle {
    font-size: 17px;
    line-height: 17px;
  }

  #sidebar #side-nav {
    float: left;
  }
}
/*********************
LARGE VIEWING SIZE
*********************/
@media only screen and (min-width: 1200px) {
  /******************************************************************
  Stylesheet: Super Large Monitor Stylesheet
  ******************************************************************/
  .nav-container .menu-container {
    display: none;
  }

  #main-nav {
    display: block;
  }

  p.menu {
    display: none;
  }

  .nav a {
    padding: 12px 26px;
    font-size: 17px;
    border-top: none;
    text-align: center;
  }
  .nav li {
    width: auto;
    border-right: 1px solid #515151;
  }
  .nav li:hover ul.sub-menu,
  .nav li ul.children {
    left: auto;
  }
  .nav li:first-child {
    border-left: 1px solid #515151;
  }
  .nav li ul.sub-menu,
  .nav li ul.children {
    background: black;
    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;
  }

  #banner .banner-info .banner {
    font-size: 50px;
    letter-spacing: -1px;
  }
  #banner .banner-info .banner-small {
    font-size: 34px;
  }
  #banner .sub-banner {
    font-size: 29px;
  }
  #banner .banner-btns .banner-btn-r {
    font-size: 23px;
    width: 48%;
    float: right;
  }
  #banner .banner-btns .banner-btn-l {
    font-size: 23px;
    width: 48%;
    float: left;
  }

  .header-container #inner-header .consultation h2 {
    font-size: 22px;
  }

  #sidebar #side-nav li a {
    background: url("../images/arrow.png") no-repeat 15px 50% #213454;
    font-size: 16px;
  }

  #pre-footer .dct {
    padding-top: 20px;
    display: block;
  }
  #pre-footer .wre {
    /* width: 412px; */
    width: 95%;
    margin: 0 auto;
  }
  #pre-footer .footer-title {
    float: left;
  }
  #pre-footer h2 {
    font-size: 26px;
  }
  #pre-footer h3 {
    font-size: 34px;
    margin-top: 20px;
  }
  #pre-footer .contact-img {
    padding: 0;
    vertical-align: middle;
  }
  #pre-footer .contact-phone {
    padding-top: 20px;
  }
  #pre-footer .contact-phone .contact-num {
    display: inline;
  }
  #pre-footer .contact-address {
    padding-top: 20px;
  }
  #pre-footer .contact-address .contact-add {
    display: inline;
  }
}
/*********************
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;
  }
}

@media (max-width:767px){
        .top-lawyer{
        float:none !important;    
        margin: 0 auto !important;
        display: block !important;
    }
}