/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * 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 font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

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

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

blockquote {
  margin: 1em 40px; }

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 0; }

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

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

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * 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
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

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

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ 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 6+.
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
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.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 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 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/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; }

/* ==========================================================================
  _forms.scss
   ========================================================================== */
input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: block;
  vertical-align: baseline;
  margin: 0;
  outline: none;
  border-radius: 0;
  border: none;
  font-family: "pt-serif",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  padding: 10px 15px;
  border: 1px solid #d9d9d9;
  background-color: #FFFFFF; }
  input:not([type="submit"]):not([type="radio"]):not([type="checkbox"])::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    color: #003f69; }
  input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):-moz-placeholder,
  textarea:-moz-placeholder,
  select:-moz-placeholder {
    /* Firefox 18- */
    color: #003f69; }
  input:not([type="submit"]):not([type="radio"]):not([type="checkbox"])::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    /* Firefox 19+ */
    color: #003f69; }
  input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    color: #003f69; }

input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
textarea {
  line-height: 27px;
  width: 100%; }
  input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):focus,
  textarea:focus {
    -webkit-box-shadow: 0 3px 7px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 7px 3px rgba(0, 0, 0, 0.15); }

textarea {
  min-height: 150px;
  line-height: 1.2; }

select {
  line-height: 1;
  position: relative;
  width: 100%;
  background-image: url("../img/icon_select_arrow.svg");
  background-size: 19px 12px;
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding: 10px 35px 10px 15px; }

select:not(.ui-datepicker-month):not(.ui-datepicker-year) {
  text-overflow: ellipsis; }

label {
  font-family: "pt-serif",sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #949494;
  font-size: 16px; }
  label.error {
    color: red; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  margin-left: 5px;
  color: #333333; }

input[type="submit"] {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  min-width: 130px;
  font-family: "pt-sans",sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #97d8ff;
  text-align: center;
  font-size: 17px;
  line-height: 1;
  padding: 13px 15px 12px;
  background-color: #0776b9;
  -webkit-transition: 0.5s;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: 0.5s;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
  input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
    color: #FFFFFF;
    background-color: #0884cf; }

form #message {
  max-width: 445px; }

form .row {
  width: 100%;
  max-width: 445px;
  margin-bottom: 20px; }
  form .row h2 {
    font-family: "pt-serif",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 21px; }
  form .row .col {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box; }
    @media (min-width: 601px) {
      form .row .col {
        width: 49.4%; }
        form .row .col:first-child {
          padding-right: 20px; }
        form .row .col:last-child {
          padding-left: 20px; } }
    @media (max-width: 600px) {
      form .row .col {
        width: 100%; }
        form .row .col:first-child {
          margin-bottom: 20px; } }
  form .row.submit {
    text-align: center;
    margin-top: 40px; }
  form .row.one_half {
    display: inline-block;
    vertical-align: top;
    width: 48.4%;
    padding-right: 1%; }
    form .row.one_half + .one_half {
      padding-left: 1%;
      padding-right: 0; }
    @media (max-width: 600px) {
      form .row.one_half {
        padding: 0;
        width: 100%; } }
  form .row.one_third {
    display: inline-block;
    vertical-align: top;
    width: 31.2%; }
    form .row.one_third + .one_third {
      padding-left: 2%; }
    @media (max-width: 600px) {
      form .row.one_third {
        padding: 0;
        width: 100%; }
        form .row.one_third + .one_third {
          padding-left: 0; } }

/* --- Upload a File --- */
.upload_form #spinner {
  display: none;
  text-align: center;
  padding-top: 20px; }

/* --- FORM BUILDER --- */
.form-builder-form input[type="checkbox"] + label,
.form-builder-form input[type="radio"] + label,
#apply-now-form input[type="checkbox"] + label,
#apply-now-form input[type="radio"] + label {
  font-family: "pt-serif",sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #7d7d7d; }

.form-builder-form .file,
#apply-now-form .file {
  position: relative; }
  .form-builder-form .file:hover,
  #apply-now-form .file:hover {
    cursor: pointer; }
  .form-builder-form .file input[type="file"],
  #apply-now-form .file input[type="file"] {
    opacity: 0;
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0; }
    .form-builder-form .file input[type="file"]:hover,
    #apply-now-form .file input[type="file"]:hover {
      cursor: pointer; }
      .form-builder-form .file input[type="file"]:hover ~ .button,
      #apply-now-form .file input[type="file"]:hover ~ .button {
        opacity: 0.7; }
  .form-builder-form .file .button,
  #apply-now-form .file .button {
    background-color: #d9d9d9;
    color: #333; }
  .form-builder-form .file .filename,
  #apply-now-form .file .filename {
    color: #333;
    font-size: 16px;
    padding-left: 10px; }

.form-builder-form form {
  max-width: 445px;
  margin: 0 auto; }

/* --- MESSAGES --- */
#message {
  padding-bottom: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 1.3; }
  #message.error {
    color: red; }
  #message.success {
    color: green; }
  #message p + p {
    margin-top: 5px; }

/* ------------------------------------  */
/* START OF UGLY BROWSER-SPECIFIC HACKS  */
/* ------------------------------------  */
/* IE 10/11+ - This hides native dropdown button arrow so it will have the custom appearance, IE 9 and earlier get a native select - targeting media query hack via http://browserhacks.com/#hack-28f493d247a12ab654f6c3637f6978d5 - looking for better ways to achieve this targeting */
/* The second rule removes the odd blue bg color behind the text in the select button in IE 10/11 and sets the text color to match the focus style's - fix via http://stackoverflow.com/questions/17553300/change-ie-background-color-on-unopened-focused-select-box */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  select::-ms-expand {
    display: none; }
  select:focus::-ms-value {
    background: transparent; } }

/* ------------------------------------  */
/* END OF UGLY BROWSER-SPECIFIC HACKS    */
/* ------------------------------------  */
/* ==========================================================================
   _layout.scss
   ========================================================================== */
body {
  font-family: "pt-serif",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 32px;
  color: #333; }
  @media (max-width: 600px) {
    body {
      font-size: 18px;
      line-height: 28px; } }

a {
  color: #0884cf;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

p + h3,
p + h4,
ul + h3,
ul + h4,
ol + h3,
ol + h4 {
  margin-top: 1.5em; }

p + p,
p + ol,
p + ul,
p + table,
ul + p,
ul + ol,
ul + ul,
ul + table,
ol + p,
ol + ol,
ol + ul,
ol + table,
h1 + p,
h1 + ol,
h1 + ul,
h1 + table,
h2 + p,
h2 + ol,
h2 + ul,
h2 + table,
h3 + p,
h3 + ol,
h3 + ul,
h3 + table,
h4 + p,
h4 + ol,
h4 + ul,
h4 + table,
.articleimg + p,
.articleimg + ol,
.articleimg + ul,
.articleimg + table,
table + p,
table + ol,
table + ul,
table + table,
blockquote + p,
blockquote + ol,
blockquote + ul,
blockquote + table {
  margin-top: 15px; }

blockquote {
  max-width: 300px;
  float: left;
  clear: both;
  position: relative;
  padding: 1em 25px 1em 0;
  margin: 1em 25px 1em -100px;
  font-family: "pt-serif",sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #003f69;
  font-size: 18px; }
  .has-sidebar blockquote {
    margin-left: 0; }
  blockquote p {
    font-family: "pt-serif",sans-serif;
    font-style: normal;
    font-weight: 400; }
  blockquote:after, blockquote:before {
    content: "";
    display: block;
    height: 10px;
    background-color: #003f69;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: auto; }
  blockquote:after {
    top: auto;
    bottom: 0;
    right: 50px;
    height: 2px; }
  @media (max-width: 1020px) {
    blockquote {
      margin-left: 0; } }
  @media (max-width: 700px) {
    blockquote {
      float: none;
      max-width: 100%;
      padding-right: 0;
      margin-right: 0; } }

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: "pt-serif",sans-serif;
  font-style: normal;
  font-weight: 400; }

h1 {
  font-family: "pt-serif",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.2; }

h2 {
  font-family: "pt-serif",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px; }

h3 {
  font-family: "pt-serif",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px; }

h4 {
  font-family: "pt-serif",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px; }

.article table {
  width: 100%;
  font-family: "pt-sans",sans-serif;
  font-style: normal;
  font-weight: 400; }
  .article table td, .article table th {
    border: 1px solid #333;
    padding: 5px; }

/* ==========================================================================
   Re-Useable
   ========================================================================== */
a.cta {
  color: #7d7d7d;
  text-decoration: underline;
  -webkit-transition: 0.5s;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: 0.5s;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
  a.cta.small {
    font-size: 16px; }
  a.cta.large {
    font-size: 21px; }
  a.cta:hover {
    color: #0884cf;
    text-decoration: underline; }

a.large-arrow {
  display: inline-block;
  position: relative;
  color: #0776b9;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 5px;
  -webkit-transition: 0.2s;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: 0.2s;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
  a.large-arrow:after, a.large-arrow:before {
    display: none;
    content: "";
    vertical-align: middle;
    height: 23px;
    width: 42px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 42px 23px;
    -webkit-transition: 0.2s;
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: 0.2s;
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
  a.large-arrow:not(.back):after {
    display: inline-block;
    margin-left: 10px;
    background-image: url("../img/icon_forward_arrow.svg"); }
  a.large-arrow:not(.back):hover:after {
    margin-left: 15px; }
  a.large-arrow.back:before {
    display: inline-block;
    margin-right: 10px;
    background-image: url("../img/icon_back_arrow.svg"); }
  a.large-arrow.back:hover:before {
    margin-right: 15px; }

a.small-arrow {
  font-size: 18px;
  color: #97d8ff;
  line-height: 1; }
  a.small-arrow:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 0;
    width: 0;
    margin-left: 10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #97d8ff;
    -webkit-transition: 0.2s;
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: 0.2s;
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
  a.small-arrow:hover {
    color: #FFFFFF;
    text-decoration: none; }
    a.small-arrow:hover:after {
      margin-left: 15px;
      border-left-color: #FFFFFF; }

.button {
  display: inline-block;
  vertical-align: middle;
  min-width: 130px;
  font-family: "pt-sans",sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #97d8ff;
  font-size: 17px;
  line-height: 1;
  text-align: center;
  padding: 15px 15px 14px;
  background-color: #0776b9;
  -webkit-transition: 0.5s;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: 0.5s;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
  .button:hover {
    color: #FFFFFF;
    background-color: #0884cf;
    text-decoration: none; }

/* ==========================================================================
   Structure
   ========================================================================== */
.container {
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 1000px; }
  .container.wide {
    max-width: 1140px; }
  .container.narrow {
    max-width: 795px; }
  .container .container {
    padding-left: 0;
    padding-right: 0; }

.main-content {
  padding-top: 80px;
  padding-bottom: 80px; }
  .main-content.has-sidebar {
    padding-left: 350px;
    position: relative; }
    @media (max-width: 900px) {
      .main-content.has-sidebar {
        padding-left: 20px; } }
  .main-content .page-title {
    color: #003f69;
    font-size: 48px;
    margin-bottom: 25px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 600px) {
      .main-content .page-title {
        font-size: 36px; } }
    .main-content .page-title.job-form {
      max-width: 795px; }

.lazy-loader {
  text-align: center;
  display: none; }
  .lazy-loader.loading {
    display: block; }

/* ==========================================================================
   Sidebar
   ========================================================================== */
#sidebar {
  width: 250px;
  position: absolute;
  left: 0;
  padding-left: 20px;
  /*@include breakpoint(tablet) {
		position: relative;
		padding-bottom: 25px;
	}*/ }
  @media (max-width: 900px) {
    #sidebar {
      display: none; } }
  #sidebar .sidebar-title {
    font-family: "pt-serif",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #777777; }
    #sidebar .sidebar-title a {
      color: #0884cf; }
  #sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    #sidebar ul li {
      margin-bottom: 1px;
      position: relative; }
      #sidebar ul li.active:before {
        content: "";
        display: block;
        border-bottom: 15px solid transparent;
        border-left: 15px solid #0884cf;
        position: absolute;
        top: 0;
        left: 0; }
    #sidebar ul a {
      display: block;
      padding: 15px 10px;
      background-color: #f2f2f2;
      color: #777777;
      font-size: 16px;
      line-height: 1; }
      #sidebar ul a:hover {
        background-color: #e5e5e5;
        text-decoration: none; }
    #sidebar ul b, #sidebar ul strong {
      font-family: "pt-serif",sans-serif;
      font-style: normal;
      font-weight: 400; }

/* ==========================================================================
   _header.scss
   ========================================================================== */
#header {
  background-color: #FFFFFF;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #f2f2f2; }
  #header .container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-align-items: center;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-align-items: center;
    /* OLD - Firefox 19- */
    -ms-flex-align: center;
    /* IE 10 */
    align-items: center; }
    @media (max-width: 1020px) {
      #header .container {
        -webkit-justify-content: center;
        /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
        -moz-justify-content: center;
        /* OLD - Firefox 19- */
        -ms-flex-pack: center;
        /* IE 10 */
        justify-content: center; } }
  #header #site-logo {
    display: inline-block;
    vertical-align: middle;
    height: 85px;
    width: 150px;
    -webkit-box-flex: 0 0 150px;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 150px;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 150px;
    /* Chrome */
    -ms-flex: 0 0 150px;
    /* IE 10 */
    flex: 0 0 150px;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    margin-right: auto;
    overflow: hidden;
    font-size: 0;
    background-image: url("../img/logo_secondary_header.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150px 85px; }
  #header .mobile-menu-toggle {
    margin-top: 22px;
    margin-left: 35px; }
  #header .page-title {
    padding-top: 53px; }
  #header.blue {
    background-color: #003f69;
    background-image: url("../img/bg_header_navy.png");
    background-repeat: repeat-y;
    background-position: top center;
    border-bottom: none; }
    @media (min-width: 1021px) {
      #header.blue {
        padding-bottom: 40px; } }
    #header.blue #site-logo {
      background-image: url("../img/logo_navy_header.svg"); }
    #header.blue .mobile-menu-toggle {
      border-color: #fff; }
    #header.blue .mobile-menu-toggle:after {
      background-color: #fff; }
    #header.blue #header-navigation a {
      color: #FFFFFF; }
      #header.blue #header-navigation a:hover {
        color: #0776b9; }
    #header.blue h1 {
      color: #FFFFFF; }
  #header.transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    z-index: 40;
    border-bottom: none; }

/* Regular Header
 * ------------------------------------- */
#header-navigation {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto; }
  @media (max-width: 1020px) {
    #header-navigation {
      display: none; } }
  #header-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 8px 0 0; }
    #header-navigation ul li {
      display: inline-block;
      padding: 5px 10px; }
      #header-navigation ul li:not(.last).active {
        border-top: 5px solid #0776b9; }
      #header-navigation ul li.last a {
        border: 1px solid #d7dee4;
        border-radius: 3px; }
        #header-navigation ul li.last a:hover {
          color: #333333;
          border-color: #65a7cf; }
    #header-navigation ul a {
      font-family: "pt-sans",sans-serif;
      font-style: normal;
      font-weight: 400;
      color: #333333;
      font-size: 16px;
      line-height: 1;
      text-transform: uppercase;
      display: block;
      padding: 10px 20px; }
      #header-navigation ul a:hover {
        color: #0776b9;
        text-decoration: none; }
    #header-navigation ul b {
      font-weight: inherit; }

/* Fixed Header
 * ------------------------------------- */
#fixed-header {
  display: none;
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  -webkit-box-shadow: -1px 0 20px 8px rgba(0, 0, 0, 0.25);
  box-shadow: -1px 0 20px 8px rgba(0, 0, 0, 0.25); }
  @media (max-width: 1020px) {
    #fixed-header {
      padding-top: 10px;
      padding-bottom: 10px; } }
  #fixed-header .container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-align-items: center;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-align-items: center;
    /* OLD - Firefox 19- */
    -ms-flex-align: center;
    /* IE 10 */
    align-items: center; }
    @media (max-width: 1020px) {
      #fixed-header .container {
        -webkit-justify-content: center;
        /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
        -moz-justify-content: center;
        /* OLD - Firefox 19- */
        -ms-flex-pack: center;
        /* IE 10 */
        justify-content: center; } }
  #fixed-header #sticky-site-logo {
    display: inline-block;
    vertical-align: middle;
    height: 31px;
    width: 36px;
    -webkit-box-flex: 0 0 36px;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 36px;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 36px;
    /* Chrome */
    -ms-flex: 0 0 36px;
    /* IE 10 */
    flex: 0 0 36px;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    overflow: hidden;
    font-size: 0;
    background-image: url("../img/logo_sticky.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 36px 31px; }
    @media (min-width: 1021px) {
      #fixed-header #sticky-site-logo {
        margin-right: auto;
        margin-left: 60px; } }
    @media (max-width: 1020px) {
      #fixed-header #sticky-site-logo {
        width: 150px;
        -webkit-box-flex: 0 0 150px;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 0 0 150px;
        /* OLD - Firefox 19- */
        -webkit-flex: 0 0 150px;
        /* Chrome */
        -ms-flex: 0 0 150px;
        /* IE 10 */
        flex: 0 0 150px;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        margin-right: auto; } }
  #fixed-header #header-navigation ul {
    padding-top: 0; }
  #fixed-header #header-navigation li {
    padding-top: 10px;
    padding-bottom: 10px; }
  #fixed-header.blue {
    background-color: #003f69; }
    #fixed-header.blue #sticky-site-logo {
      background-image: url("../img/logo_navy_sticky.svg"); }
    #fixed-header.blue #header-navigation a {
      color: #FFFFFF; }

/* Mobile Nav
 * ------------------------------------- */
.mobile-menu-toggle {
  display: inline-block;
  position: relative;
  height: 13px;
  width: 20px;
  margin-left: 35px;
  border-top: 3px solid #8d8d8d;
  border-bottom: 3px solid #8d8d8d; }
  @media (min-width: 1021px) {
    .mobile-menu-toggle {
      display: none; } }
  .mobile-menu-toggle:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    height: 3px;
    background-color: #8d8d8d; }
  .blue .mobile-menu-toggle {
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF; }
    .blue .mobile-menu-toggle:after {
      background-color: #FFFFFF; }

#menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  display: none; }

#slideout {
  display: none;
  width: 75%;
  max-width: 400px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  overflow: scroll;
  background-color: #FFFFFF;
  -webkit-box-shadow: -1px 0 20px 8px rgba(0, 0, 0, 0.25);
  box-shadow: -1px 0 20px 8px rgba(0, 0, 0, 0.25); }
  #slideout .slideout-header {
    padding: 10px;
    background-color: #003f69; }
    #slideout .slideout-header #close {
      display: block;
      height: 30px;
      width: 30px;
      background-image: url("../img/icon_search_close.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 16px 16px; }
  #slideout ul {
    padding: 0;
    margin: 0; }
    #slideout ul li {
      position: relative; }
      #slideout ul li.current > a {
        color: #0884cf; }
    #slideout ul a {
      display: block;
      box-sizing: border-box;
      width: 100%;
      font-family: "pt-sans",sans-serif;
      font-style: normal;
      font-weight: 400;
      color: #333333;
      font-size: 16px;
      line-height: 1;
      text-transform: uppercase;
      padding: 16px 20px;
      border-top: 1px solid #e4e4e4;
      background-color: #fff; }
    #slideout ul b, #slideout ul strong {
      font-family: "pt-sans",sans-serif;
      font-style: normal;
      font-weight: 400; }
    #slideout ul .dropdown-toggle {
      position: absolute;
      top: 1px;
      right: 0;
      height: 48px;
      width: 48px;
      padding: 0;
      border: none; }
      #slideout ul .dropdown-toggle:before {
        content: "";
        display: block;
        height: 0;
        width: 0;
        position: absolute;
        top: 16px;
        right: 19px;
        border-left: 8px solid #afafaf;
        border-bottom: 8px solid transparent;
        border-top: 8px solid transparent;
        -webkit-transition: 0.2s;
        /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
        transition: 0.2s;
        /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
        transform: rotate(0deg); }
      #slideout ul .dropdown-toggle.toggle:before {
        transform: rotate(90deg); }
  #slideout ul.secondary-navigation {
    display: none; }
    #slideout ul.secondary-navigation a {
      padding-left: 40px;
      background-color: #efefef; }

/* ==========================================================================
   _footer.scss
   ========================================================================== */
#footer {
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: "pt-serif",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #afafaf;
  line-height: 1.3; }
  #footer a {
    color: #0884cf; }
  #footer .footer-logo {
    height: 16px;
    width: 150px;
    margin-bottom: 10px;
    background-image: url("../img/logo_footer.svg");
    background-size: 150px 16px;
    background-repeat: no-repeat;
    background-position: center; }
  #footer .footer-address,
  #footer .footer-contact,
  #footer .footer-quicklinks,
  #footer .footer-copy {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box; }
  #footer .footer-address {
    width: 30%;
    padding-right: 25px; }
    @media (max-width: 1000px) {
      #footer .footer-address {
        width: 64%;
        padding-bottom: 25px; } }
    @media (max-width: 600px) {
      #footer .footer-address {
        width: 100%; } }
  #footer .footer-contact {
    width: 21%;
    padding-right: 25px; }
    @media (max-width: 1000px) {
      #footer .footer-contact {
        width: 35%;
        padding-right: 0;
        padding-bottom: 25px; } }
    @media (max-width: 600px) {
      #footer .footer-contact {
        width: calc(49.5% + 25px);
        padding-right: 25px; } }
    @media (max-width: 450px) {
      #footer .footer-contact {
        width: 100%;
        padding-right: 0; } }
  #footer .footer-quicklinks {
    width: 18%;
    padding-right: 25px; }
    @media (max-width: 1000px) {
      #footer .footer-quicklinks {
        width: 64%; } }
    @media (max-width: 600px) {
      #footer .footer-quicklinks {
        width: calc(49.5% - 25px);
        padding-right: 0;
        padding-bottom: 25px; } }
    @media (max-width: 450px) {
      #footer .footer-quicklinks {
        width: 100%; } }
    #footer .footer-quicklinks ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
  #footer .footer-copy {
    width: 29.5%; }
    @media (max-width: 1000px) {
      #footer .footer-copy {
        width: 35%; } }
    @media (max-width: 600px) {
      #footer .footer-copy {
        width: 100%; } }

/* ==========================================================================
   _home.scss
   ========================================================================== */
.homepage-banner {
  min-height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  @media (min-width: 1021px) {
    .homepage-banner:before {
      content: "";
      display: block;
      width: 100%;
      padding-bottom: 36%; } }
  @media (min-width: 1021px) {
    .homepage-banner .content {
      position: absolute;
      top: 135px;
      left: calc(50% - 550px);
      right: calc(50% - 550px);
      bottom: 0;
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      -webkit-align-items: center;
      /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
      -moz-align-items: center;
      /* OLD - Firefox 19- */
      -ms-flex-align: center;
      /* IE 10 */
      align-items: center;
      -webkit-justify-content: flex-end;
      /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
      -moz-justify-content: flex-end;
      /* OLD - Firefox 19- */
      -ms-flex-pack: flex-end;
      /* IE 10 */
      justify-content: flex-end; } }
  @media (max-width: 1140px) {
    .homepage-banner .content {
      left: 20px;
      right: 20px; } }
  @media (max-width: 1020px) {
    .homepage-banner .content {
      padding-top: 150px; } }
  .homepage-banner p {
    max-width: 500px;
    width: 100%;
    font-size: 23px;
    color: #427597;
    line-height: 1.75; }
    @media (max-width: 1020px) {
      .homepage-banner p {
        margin: 0 auto;
        font-size: 18px; } }
    @media (max-width: 600px) {
      .homepage-banner p {
        max-width: 100%;
        box-sizing: border-box;
        padding: 0 20px 40px; } }

.home-multiuse .find-lawyer {
  text-align: center; }
  .home-multiuse .find-lawyer .filter_row {
    max-width: 795px;
    margin: 20px auto; }
  .home-multiuse .find-lawyer p {
    color: #7d7d7d; }
  .searching .home-multiuse .find-lawyer .lawyer_search_form {
    padding-bottom: 100px; }

.home-multiuse .notice {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
  .home-multiuse .notice img {
    -webkit-box-ordinal-group: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 1;
    /* OLD - Firefox 19- */
    -ms-flex-order: 1;
    /* IE 10 */
    -webkit-order: 1;
    /* NEW - Chrome */
    order: 1;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-height: 300px;
    max-width: 480px;
    -webkit-box-flex: 0 1 50%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 1 50%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 1 50%;
    /* Chrome */
    -ms-flex: 0 1 50%;
    /* IE 10 */
    flex: 0 1 50%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
  .home-multiuse .notice .content {
    -webkit-box-ordinal-group: 2;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 2;
    /* OLD - Firefox 19- */
    -ms-flex-order: 2;
    /* IE 10 */
    -webkit-order: 2;
    /* NEW - Chrome */
    order: 2;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: 100%;
    max-width: 480px;
    line-height: 1.6;
    -webkit-box-flex: 1 1 50%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1 1 50%;
    /* OLD - Firefox 19- */
    -webkit-flex: 1 1 50%;
    /* Chrome */
    -ms-flex: 1 1 50%;
    /* IE 10 */
    flex: 1 1 50%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
    .home-multiuse .notice .content p {
      font-size: 16px; }

.home-multiuse .container:not(.notice-small):not(.notice-large) {
  padding-top: 65px;
  padding-bottom: 65px; }

@media (min-width: 801px) {
  .home-multiuse .container.notice-small {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-justify-content: center;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-justify-content: center;
    /* OLD - Firefox 19- */
    -ms-flex-pack: center;
    /* IE 10 */
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 60px;
    max-width: 1140px; } }

.home-multiuse .container.notice-small .find-lawyer {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
  @media (min-width: 801px) {
    .home-multiuse .container.notice-small .find-lawyer {
      padding-right: 65px;
      border-right: 1px solid #f2f2f2;
      -webkit-align-items: center;
      /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
      -moz-align-items: center;
      /* OLD - Firefox 19- */
      -ms-flex-align: center;
      /* IE 10 */
      align-items: center; } }
  @media (max-width: 800px) {
    .home-multiuse .container.notice-small .find-lawyer {
      padding-bottom: 65px;
      padding-top: 65px;
      border-bottom: 1px solid #f2f2f2;
      -webkit-justify-content: center;
      /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
      -moz-justify-content: center;
      /* OLD - Firefox 19- */
      -ms-flex-pack: center;
      /* IE 10 */
      justify-content: center; } }

.home-multiuse .container.notice-small .notice {
  -webkit-flex-direction: column;
  /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
  -moz-flex-direction: column;
  /* OLD - Firefox 19- */
  -ms-flex-direction: column;
  /* IE 10 */
  flex-direction: column;
  -webkit-align-items: center;
  /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
  -moz-align-items: center;
  /* OLD - Firefox 19- */
  -ms-flex-align: center;
  /* IE 10 */
  align-items: center;
  padding-top: 65px;
  padding-bottom: 65px; }
  @media (min-width: 801px) {
    .home-multiuse .container.notice-small .notice {
      padding-left: 65px; } }
  .home-multiuse .container.notice-small .notice img {
    margin-bottom: 30px; }

.home-multiuse .container.notice-large {
  max-width: 100%;
  padding: 0; }
  .home-multiuse .container.notice-large .find-lawyer {
    padding-top: 75px;
    padding-bottom: 75px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #f2f2f2; }
    .home-multiuse .container.notice-large .find-lawyer .lawyer_search_form {
      max-width: 1000px;
      width: 100%;
      margin: 0 auto; }
  .home-multiuse .container.notice-large .notice {
    max-width: 1000px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 75px 20px 115px;
    -webkit-align-items: center;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-align-items: center;
    /* OLD - Firefox 19- */
    -ms-flex-align: center;
    /* IE 10 */
    align-items: center; }
    @media (max-width: 800px) {
      .home-multiuse .container.notice-large .notice {
        -webkit-flex-direction: column;
        /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
        -moz-flex-direction: column;
        /* OLD - Firefox 19- */
        -ms-flex-direction: column;
        /* IE 10 */
        flex-direction: column;
        -webkit-align-items: center;
        /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
        -moz-align-items: center;
        /* OLD - Firefox 19- */
        -ms-flex-align: center;
        /* IE 10 */
        align-items: center; } }
    @media (min-width: 801px) {
      .home-multiuse .container.notice-large .notice img {
        -webkit-box-ordinal-group: 2;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-ordinal-group: 2;
        /* OLD - Firefox 19- */
        -ms-flex-order: 2;
        /* IE 10 */
        -webkit-order: 2;
        /* NEW - Chrome */
        order: 2;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        margin-left: auto; } }
    @media (max-width: 800px) {
      .home-multiuse .container.notice-large .notice img {
        margin-bottom: 30px;
        width: 100%; } }
    @media (min-width: 801px) {
      .home-multiuse .container.notice-large .notice .content {
        -webkit-box-ordinal-group: 1;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-ordinal-group: 1;
        /* OLD - Firefox 19- */
        -ms-flex-order: 1;
        /* IE 10 */
        -webkit-order: 1;
        /* NEW - Chrome */
        order: 1;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        margin-right: auto;
        padding-right: 50px;
        box-sizing: border-box; } }

.overlay-bottom {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.2s;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: 0.2s;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
  .searching .overlay-bottom {
    z-index: 100;
    opacity: 0.95; }

.overlay-top {
  top: 0;
  left: 0; }
  .searching .overlay-top {
    z-index: 110;
    -webkit-transition: width 0.5s;
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: width 0.5s;
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
    width: 100%;
    max-width: 760px;
    height: 325px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .searching .overlay-top input:focus {
      border-color: #0776b9;
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }

.result {
  display: none !important;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.35);
  margin-top: 25px; }
  .searching .result {
    display: block !important; }
  .result .contact-card {
    background-color: #FFFFFF;
    border-radius: 6px;
    padding: 15px;
    text-align: left; }
  .result .photo {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    position: relative;
    overflow: hidden; }
    .result .photo img {
      display: block; }
    .result .photo .bio-flag {
      position: absolute;
      bottom: -50px;
      right: -50px;
      opacity: 0;
      -webkit-transition: 0.2s ease-out;
      transition: 0.2s ease-out;
      font-size: 15px;
      color: #FFFFFF; }
      .result .photo .bio-flag:before {
        content: "";
        display: block;
        border-top: 115px solid transparent;
        border-right: 115px solid rgba(0, 63, 105, 0.7); }
      .result .photo .bio-flag span {
        display: block;
        padding: 10px;
        line-height: 1;
        position: absolute;
        bottom: 0;
        right: 0; }
    .result .photo:hover .bio-flag {
      right: 0;
      bottom: 0;
      opacity: 1; }
  .result .contact-content {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: calc(100% - 160px);
    padding-left: 45px; }
    .result .contact-content h3 {
      color: #0776b9;
      margin-bottom: 15px; }
      .result .contact-content h3 span {
        font-family: "pt-serif",sans-serif;
        font-style: normal;
        font-weight: 400; }
    .result .contact-content .numbers,
    .result .contact-content .links {
      display: inline-block;
      vertical-align: top;
      width: 45%;
      font-size: 16px;
      color: #333333;
      line-height: 1.3; }
      .result .contact-content .numbers a,
      .result .contact-content .links a {
        color: #333333; }

#close-search {
  display: none;
  background-color: #0776b9;
  border-radius: 50%;
  padding: 10px;
  position: absolute;
  top: 0;
  right: -18px; }
  .searching #close-search {
    display: block; }
  #close-search span {
    display: block;
    height: 16px;
    width: 16px;
    background-image: url("../img/icon_search_close.svg");
    background-position: center;
    background-size: 16px 16px;
    background-repeat: no-repeat; }

.home-careers {
  background-color: #003f69;
  color: #FFFFFF;
  position: relative; }
  .home-careers .container {
    position: relative;
    padding-top: 85px;
    padding-bottom: 85px; }
  .home-careers .bg {
    display: block;
    background-color: #00395e;
    position: absolute;
    top: 0;
    left: 0;
    right: calc(50% + 100px);
    bottom: 0; }
    @media (max-width: 600px) {
      .home-careers .bg {
        right: 0; } }
    .home-careers .bg .arrow {
      overflow: hidden;
      position: absolute;
      top: 0;
      right: -200px;
      bottom: 0;
      width: 500px; }
      @media (max-width: 600px) {
        .home-careers .bg .arrow {
          display: none; } }
      .home-careers .bg .arrow:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        height: 0;
        width: 0;
        border-top: 500px solid transparent;
        border-bottom: 500px solid transparent;
        border-left: 500px solid #00395e;
        margin-left: -500px;
        margin-top: -500px; }
  .home-careers .content {
    max-width: 400px;
    width: 100%; }
    @media (max-width: 781px) {
      .home-careers .content {
        width: 55%; } }
    @media (max-width: 600px) {
      .home-careers .content {
        width: 100%;
        max-width: 100%; } }
    .home-careers .content h4 {
      font-size: 21px; }
    .home-careers .content p {
      font-size: 18px; }
  .home-careers img {
    position: absolute;
    bottom: 0;
    right: 0; }
    @media (max-width: 781px) {
      .home-careers img {
        width: 40%; } }
    @media (max-width: 600px) {
      .home-careers img {
        display: none; } }

/* ==========================================================================
  _articles.scss
   ========================================================================== */
.article {
  max-width: 795px;
  margin-left: auto;
  margin-right: auto;
  /*p,
	ul,
	ol,
	h2,
	h3,
	h4,
	table {
		max-width: $container-narrow;
		margin-left: auto;
		margin-right: auto;
	}*/ }
  .article:after {
    content: "";
    display: block;
    clear: both; }
  .article h2 {
    margin-bottom: 1em; }
  .article + .article {
    padding-top: 0; }
    .article + .article h2 {
      margin-top: 40px; }

.articleimg {
  margin: 15px; }
  .articleimg img {
    display: block;
    max-width: 100%; }
  .articleimg.centered {
    margin-left: -100px;
    margin-right: -100px;
    max-width: calc(100% + 200px); }
    .has-sidebar .articleimg.centered {
      margin-left: 0;
      margin-right: 0;
      max-width: 100%; }
    .articleimg.centered img {
      width: 100%;
      height: auto; }
    @media (max-width: 1020px) {
      .articleimg.centered {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%; } }
  .articleimg.left {
    float: left;
    margin-left: -100px;
    margin-top: 0;
    max-width: 360px; }
    .has-sidebar .articleimg.left {
      margin-left: 0; }
    @media (max-width: 1020px) {
      .articleimg.left {
        margin-left: 0; } }
    @media (max-width: 700px) {
      .articleimg.left {
        float: none;
        margin-left: auto;
        margin-right: auto; } }
  .articleimg.right {
    float: right;
    margin-right: -100px;
    margin-top: 0;
    max-width: 300px; }
    .has-sidebar .articleimg.right {
      margin-right: 0; }
    @media (max-width: 1020px) {
      .articleimg.right {
        margin-right: 0; } }
    @media (max-width: 700px) {
      .articleimg.right {
        float: none;
        margin-left: auto;
        margin-right: auto; } }
  .articleimg .caption,
  .articleimg figcaption {
    max-width: 100%;
    padding: 5px 0;
    color: #777777;
    text-align: right;
    font-size: 18px;
    font-family: "pt-sans",sans-serif;
    font-style: normal;
    font-weight: 400; }

/* ==========================================================================
  _careers.scss
   ========================================================================== */
#careers-list {
  padding-top: 40px; }
  #careers-list + .container {
    padding-top: 40px; }

.career-list .career-list-item a {
  display: block;
  position: relative;
  z-index: 5;
  background-color: #f2f2f2;
  -webkit-transition: 0.5s;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: 0.5s;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
  padding: 30px 20px; }
  .career-list .career-list-item a:after {
    content: "";
    display: block;
    border-left: 10px solid #d7d7d7;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px; }
  .career-list .career-list-item a:hover {
    z-index: 10;
    -webkit-box-shadow: 0 4px 12px 3px rgba(0, 0, 0, 0.35);
    box-shadow: 0 4px 12px 3px rgba(0, 0, 0, 0.35);
    text-decoration: none; }

.career-list .career-list-item .title {
  font-family: "pt-serif",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  color: #0884cf; }

.career-list .career-list-item .posted {
  color: #777777;
  font-size: 16px; }

.career-posting-page {
  max-width: 795px;
  margin: 0 auto; }
  .career-posting-page h1 {
    margin-top: 15px;
    line-height: 1.3; }
    .career-posting-page h1 .button {
      float: right; }
      @media (max-width: 800px) {
        .career-posting-page h1 .button {
          float: none;
          display: block;
          width: 150px;
          margin-top: 20px; } }

#apply-now-form {
  padding-top: 40px;
  max-width: 795px; }
  #apply-now-form .uploadable-documents .row label {
    text-transform: uppercase;
    font-size: 14px; }

/* ==========================================================================
   _contact.scss
   ========================================================================== */
#map {
  width: 100%;
  height: 750px;
  padding-right: 0; }
  @media (max-width: 1000px) {
    #map {
      height: 350px; } }

#contact-page h2 {
  margin-bottom: 40px; }

#contact-page .column {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding-right: 60px;
  width: 49.5%; }
  @media (max-width: 1000px) {
    #contact-page .column {
      width: 100%;
      padding-right: 0; } }

#contact-page .article,
#contact-page .form-builder-form {
  padding-left: 20px;
  padding-right: 20px; }
  @media (max-width: 1000px) {
    #contact-page .article,
    #contact-page .form-builder-form {
      padding-right: 0;
      padding-left: 0; } }

#contact-page .article {
  font-size: 18px;
  line-height: 1.3;
  max-width: 100%; }

#contact-page .form-builder-form {
  padding-top: 40px; }
  #contact-page .form-builder-form h2 {
    display: none; }

/* ==========================================================================
   _services.scss
   ========================================================================== */
#services_list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-wrap: wrap;
  /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
  -moz-flex-wrap: wrap;
  /* OLD - Firefox 19- */
  -ms-flex-wrap: wrap;
  /* IE 10 */
  flex-wrap: wrap; }

#services_list li {
  -webkit-box-flex: 0 0 50%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 50%;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 50%;
  /* Chrome */
  -ms-flex: 0 0 50%;
  /* IE 10 */
  flex: 0 0 50%;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: block;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
  @media (max-width: 700px) {
    #services_list li {
      -webkit-box-flex: 0 0 100%;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-flex: 0 0 100%;
      /* OLD - Firefox 19- */
      -webkit-flex: 0 0 100%;
      /* Chrome */
      -ms-flex: 0 0 100%;
      /* IE 10 */
      flex: 0 0 100%;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */ } }
  #services_list li a {
    display: block;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-align-items: center;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-align-items: center;
    /* OLD - Firefox 19- */
    -ms-flex-align: center;
    /* IE 10 */
    align-items: center;
    -webkit-justify-content: center;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-justify-content: center;
    /* OLD - Firefox 19- */
    -ms-flex-pack: center;
    /* IE 10 */
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0px 0 0px 1px white;
    -webkit-box-shadow: 0px 0 0px 1px white;
    padding: 20px;
    background-color: #f2f2f2;
    position: relative;
    color: #333333;
    text-decoration: none;
    font-size: 21px;
    text-align: center;
    -webkit-transition: 0.5s;
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: 0.5s;
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
    #services_list li a:hover {
      z-index: 10;
      box-shadow: 0px 4px 12px 3px rgba(0, 0, 0, 0.35);
      -webkit-box-shadow: 0px 4px 12px 3px rgba(0, 0, 0, 0.35); }

#sidebar .related {
  margin-top: 30px; }

.service_details #contacts_list {
  margin-top: 50px; }

.service_details .article a.back {
  margin-top: 20px; }
  @media (min-width: 901px) {
    .service_details .article a.back {
      display: none; } }

/* ==========================================================================
   _our-people.scss
   ========================================================================== */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.back-to-top {
  display: block;
  opacity: 0;
  position: fixed;
  bottom: 15px;
  right: 15px;
  height: 50px;
  width: 50px;
  background-color: #FFFFFF;
  border: 1px solid #afafaf;
  -webkit-transition: 0.5s;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: 0.5s;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
  font-size: 0;
  overflow: hidden;
  text-indent: 100px; }
  .back-to-top.visible {
    opacity: 1; }
  .back-to-top:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    top: 18px;
    left: 15px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 13px solid #afafaf;
    -webkit-transition: 0.5s;
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: 0.5s;
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
  .back-to-top:hover:after {
    border-bottom-color: #0884cf; }

#contacts_list .loading {
  display: block;
  background-image: url("../img/ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  height: 25px; }

#contacts_list .row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-wrap: nowrap;
  /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
  -moz-flex-wrap: nowrap;
  /* OLD - Firefox 19- */
  -ms-flex-wrap: nowrap;
  /* IE 10 */
  flex-wrap: nowrap;
  -webkit-align-items: center;
  /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
  -moz-align-items: center;
  /* OLD - Firefox 19- */
  -ms-flex-align: center;
  /* IE 10 */
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #f2f2f2; }
  #contacts_list .row.contact-rows {
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in;
    /* Chrome, Safari, Opera */
    animation-timing-function: ease-in; }
  #contacts_list .row.animate {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp; }
  @media (min-width: 801px) {
    #contacts_list .row.lawyers {
      min-height: 225px; } }
  #contacts_list .row .content {
    font-size: 16px;
    -webkit-box-flex: 1 1 100%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1 1 100%;
    /* OLD - Firefox 19- */
    -webkit-flex: 1 1 100%;
    /* Chrome */
    -ms-flex: 1 1 100%;
    /* IE 10 */
    flex: 1 1 100%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
  #contacts_list .row .photo {
    display: inline-block;
    margin-left: auto;
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 0 0 225px;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 225px;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 225px;
    /* Chrome */
    -ms-flex: 0 0 225px;
    /* IE 10 */
    flex: 0 0 225px;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
    @media (max-width: 800px) {
      #contacts_list .row .photo {
        display: none; } }
    #contacts_list .row .photo img {
      display: block; }
    #contacts_list .row .photo .bio-flag {
      position: absolute;
      bottom: -50px;
      right: -50px;
      opacity: 0;
      -webkit-transition: 0.2s ease-out;
      transition: 0.2s ease-out;
      font-size: 15px;
      color: #FFFFFF; }
      #contacts_list .row .photo .bio-flag:before {
        content: "";
        display: block;
        border-top: 115px solid transparent;
        border-right: 115px solid rgba(0, 63, 105, 0.7); }
      #contacts_list .row .photo .bio-flag span {
        display: block;
        padding: 10px;
        line-height: 1;
        position: absolute;
        bottom: 0;
        right: 0; }
    #contacts_list .row .photo:hover .bio-flag {
      right: 0;
      bottom: 0;
      opacity: 1; }
  #contacts_list .row h3 {
    font-size: 28px;
    color: #003f69;
    margin-bottom: 15px; }
    @media (max-width: 600px) {
      #contacts_list .row h3 {
        font-size: 18px; } }
    #contacts_list .row h3 a {
      color: #003f69; }
    #contacts_list .row h3 span {
      font-family: "pt-serif",sans-serif;
      font-style: normal;
      font-weight: 400; }
  #contacts_list .row .numbers {
    display: inline-block;
    vertical-align: top;
    width: 180px;
    color: #8d8d8d;
    line-height: 1.5; }
    #contacts_list .row .numbers span {
      display: block; }
  #contacts_list .row .links {
    display: inline-block;
    vertical-align: top;
    width: 65px;
    line-height: 1.5; }
    #contacts_list .row .links span {
      display: block; }

.contacts-filter {
  padding-bottom: 50px; }
  @media (min-width: 701px) {
    .contacts-filter .search_form {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      -webkit-flex-wrap: no-wrap;
      /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
      -moz-flex-wrap: no-wrap;
      /* OLD - Firefox 19- */
      -ms-flex-wrap: no-wrap;
      /* IE 10 */
      flex-wrap: no-wrap; } }
  @media (min-width: 701px) {
    .contacts-filter .search_field {
      display: inline-block;
      vertical-align: middle;
      -webkit-box-flex: 1 1 100%;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-flex: 1 1 100%;
      /* OLD - Firefox 19- */
      -webkit-flex: 1 1 100%;
      /* Chrome */
      -ms-flex: 1 1 100%;
      /* IE 10 */
      flex: 1 1 100%;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */ } }
  @media (min-width: 701px) {
    .contacts-filter .toggle-select {
      display: inline-block;
      vertical-align: middle;
      -webkit-box-flex: 0 0 325px;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-flex: 0 0 325px;
      /* OLD - Firefox 19- */
      -webkit-flex: 0 0 325px;
      /* Chrome */
      -ms-flex: 0 0 325px;
      /* IE 10 */
      flex: 0 0 325px;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      box-sizing: border-box;
      padding-right: 50px; } }
  @media (max-width: 700px) {
    .contacts-filter .toggle-select {
      padding-bottom: 30px; } }
  .contacts-filter .toggle-select > span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #003f69;
    opacity: 0.7;
    margin-right: 10px; }
  .contacts-filter .toggle-holder {
    border-bottom: 1px solid #afafaf;
    padding-bottom: 10px;
    display: inline-block;
    position: relative; }
    .contacts-filter .toggle-holder input {
      display: none; }
      .contacts-filter .toggle-holder input:checked + label {
        color: #003f69; }
    .contacts-filter .toggle-holder label {
      display: inline-block;
      padding: 0 10px;
      font-family: "pt-sans",sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      text-transform: uppercase;
      color: #afafaf;
      -webkit-transition: 0.2s;
      /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
      transition: 0.2s;
      /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
      .contacts-filter .toggle-holder label:hover {
        cursor: pointer; }
    .contacts-filter .toggle-holder .selector {
      display: block;
      height: 8px;
      width: 95px;
      background-color: #0776b9;
      position: absolute;
      bottom: -4px;
      left: 0;
      -webkit-transition: 0.2s;
      /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
      transition: 0.2s;
      /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }
    .contacts-filter .toggle-holder #lawyers:checked ~ .selector {
      left: 0;
      width: 95px; }
    .contacts-filter .toggle-holder #staff:checked ~ .selector {
      left: 108px;
      width: 68px; }

/* --- Individual Page */
@media (max-width: 900px) {
  .directory_details {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-direction: column;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
    -moz-flex-direction: column;
    /* OLD - Firefox 19- */
    -ms-flex-direction: column;
    /* IE 10 */
    flex-direction: column; } }

.directory_details .contact-header {
  margin-bottom: 30px; }

.directory_details .contact-details {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box; }
  @media (min-width: 901px) {
    .directory_details .contact-details {
      width: calc(100% - 306px);
      padding-right: 60px; } }
  @media (max-width: 900px) {
    .directory_details .contact-details {
      -webkit-box-ordinal-group: 2;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-ordinal-group: 2;
      /* OLD - Firefox 19- */
      -ms-flex-order: 2;
      /* IE 10 */
      -webkit-order: 2;
      /* NEW - Chrome */
      order: 2;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */ } }
  .directory_details .contact-details h1,
  .directory_details .contact-details h2 {
    color: #003f69; }
  .directory_details .contact-details h1 {
    line-height: 1.1; }
  .directory_details .contact-details h2 {
    margin-bottom: 30px; }

.directory_details .contact-card {
  display: inline-block;
  vertical-align: top;
  color: #8d8d8d;
  font-size: 14px; }
  @media (min-width: 901px) {
    .directory_details .contact-card {
      width: 300px; } }
  @media (max-width: 900px) {
    .directory_details .contact-card {
      -webkit-box-ordinal-group: 1;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-ordinal-group: 1;
      /* OLD - Firefox 19- */
      -ms-flex-order: 1;
      /* IE 10 */
      -webkit-order: 1;
      /* NEW - Chrome */
      order: 1;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      padding-bottom: 20px; } }
  @media (min-width: 901px) {
    .directory_details .contact-card img {
      display: block;
      margin-bottom: 30px; } }
  @media (max-width: 900px) {
    .directory_details .contact-card img {
      display: inline-block;
      vertical-align: top;
      width: 33%;
      height: auto; } }
  @media (max-width: 600px) {
    .directory_details .contact-card img {
      display: block;
      margin: 0 auto 25px;
      width: 100%;
      max-width: 300px; } }
  @media (min-width: 901px) {
    .directory_details .contact-card .contact-info {
      padding: 0 0.6875em; } }
  @media (max-width: 900px) {
    .directory_details .contact-card .contact-info {
      display: inline-block;
      vertical-align: top;
      box-sizing: border-box;
      width: 60%;
      padding-left: 5%; } }
  @media (max-width: 600px) {
    .directory_details .contact-card .contact-info {
      display: block;
      margin: 0 auto;
      width: 100%;
      max-width: 300px;
      padding: 0; } }
  .directory_details .contact-card .numbers {
    display: inline-block;
    vertical-align: top;
    line-height: 1.3;
    width: 63%; }
  .directory_details .contact-card .links {
    display: inline-block;
    vertical-align: top;
    line-height: 1.3;
    width: 35%; }
  .directory_details .contact-card .numbers,
  .directory_details .contact-card .links {
    font-size: 18px;
    margin-bottom: 30px; }
    .directory_details .contact-card .numbers span,
    .directory_details .contact-card .numbers a,
    .directory_details .contact-card .links span,
    .directory_details .contact-card .links a {
      display: block; }
    .directory_details .contact-card .numbers a,
    .directory_details .contact-card .links a {
      color: #8d8d8d;
      text-decoration: underline; }
      .directory_details .contact-card .numbers a:hover,
      .directory_details .contact-card .links a:hover {
        color: #0884cf; }
  .directory_details .contact-card .contact-year-call {
    margin-bottom: 20px; }
  .directory_details .contact-card .contact-services,
  .directory_details .contact-card .contact-year-call {
    line-height: 1.3;
    font-size: 16px; }
    .directory_details .contact-card .contact-services strong,
    .directory_details .contact-card .contact-year-call strong {
      display: block;
      margin-bottom: 7px; }
  .directory_details .contact-card .practice_areas {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .directory_details .contact-card .practice_areas li {
      margin-bottom: .5em; }
    .directory_details .contact-card .practice_areas a {
      color: #8d8d8d;
      text-decoration: underline; }

/* ==========================================================================
   _galleries.scss
   ========================================================================== */
.block_video {
  width: 800px;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto; }
  .block_video * {
    max-width: 100%; }

.gallery .gallery-content {
  max-width: 795px;
  margin: 0 auto 40px; }

.gallery .photo {
  display: inline-block;
  vertical-align: middle;
  width: 23%;
  margin: 20px 1%;
  text-align: center; }
  @media (max-width: 800px) {
    .gallery .photo {
      width: 48.5%; }
      .gallery .photo:nth-child(2) {
        margin-right: 0; }
      .gallery .photo:nth-child(3) {
        margin-left: 0; } }
  @media (max-width: 600px) {
    .gallery .photo {
      width: 100%;
      margin: 20px 0; } }
  .gallery .photo.first {
    margin-left: 0; }
  .gallery .photo.last {
    margin-right: 0; }
  .gallery .photo a {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden; }
    .gallery .photo a:hover img {
      opacity: 0.8; }
    .gallery .photo a:hover .caption {
      opacity: 1; }
  .gallery .photo img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; }
  .gallery .photo .caption {
    position: absolute;
    bottom: 0;
    opacity: 0;
    font-size: 16px;
    color: #333;
    background-color: #97d8ff;
    padding: 10px 10px 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s; }

/* ==========================================================================
  _onlinepayment.scss
   ========================================================================== */
.online-payment .form-builder-form > h2 {
  font-family: "pt-serif",sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #003f69;
  font-size: 48px;
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.2;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto; }

.online-payment .form-builder-form > p,
.online-payment .form-builder-form > h3 {
  max-width: 445px;
  margin-left: auto;
  margin-right: auto; }

.online-payment .form-builder-article {
  margin-bottom: 20px; }
  .online-payment .form-builder-article > h2 {
    font-family: "pt-serif",sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #003f69;
    font-size: 48px;
    margin-bottom: 25px;
    text-align: center;
    line-height: 1.2;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto; }
  .online-payment .form-builder-article > p,
  .online-payment .form-builder-article > h3 {
    max-width: 445px;
    margin-left: auto;
    margin-right: auto; }
  .online-payment .form-builder-article .receipt {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding: 20px;
    margin: 20px 0; }

.form-footer {
  max-width: 445px;
  margin: 25px auto 0;
  color: #afafaf; }
  .form-footer h3 {
    font-size: 21px;
    font-family: "pt-serif",sans-serif;
    font-style: normal;
    font-weight: 400; }
  .form-footer p {
    font-size: 16px;
    line-height: 1.4; }

.online-payment .form-builder-form form .row.small label {
  display: block;
  width: 100%; }

.online-payment .form-builder-form form .row.small select {
  display: inline-block;
  vertical-align: top;
  width: 48.4%;
  margin-right: 1%; }
  .online-payment .form-builder-form form .row.small select + select {
    margin-left: 1%;
    margin-right: 0; }
    @media (max-width: 600px) {
      .online-payment .form-builder-form form .row.small select + select {
        margin: 10px 0 0; } }
  @media (max-width: 600px) {
    .online-payment .form-builder-form form .row.small select {
      margin: 0;
      width: 100%; } }

.online-payment .form-builder-form form .row.submit .back {
  margin-right: 15px; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  /*a[href]:after {
		content: " (" attr(href) ")";
	}*/
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
	 * Don't show links for images, or javascript/internal links
	 */
  .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;
    /* h5bp.com/t */ }
  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; }
  /* custom Styles */
  #header,
  #fixed-header,
  .footer-quicklinks {
    display: none !important; }
  .main-content {
    padding-top: 0;
    padding-bottom: 0; }
  #footer {
    font-size: 12px; }
  body {
    font-size: 18px; }
  .online-payment .form-builder-form > h2 {
    font-size: 30px; }
  .form-footer h3 {
    font-size: 18px; }
  #footer .footer-address,
  #footer .footer-contact,
  #footer .footer-copy {
    width: 33%; } }
