/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
@import url("//hello.myfonts.net/count/2f19d8");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
img,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

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

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    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) ")"; }
  .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; } }

/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=218bd9c53a08a3b005a5)
 * Config saved to config.json and https://gist.github.com/218bd9c53a08a3b005a5
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #428bca;
  text-decoration: none; }

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

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

@media (min-width: 768px) {
  .container {
    width: 740px; } }

@media (min-width: 992px) {
  .container {
    width: 960px; } }

@media (min-width: 1200px) {
  .container {
    width: 1160px; } }

/*
@media (min-width: 1600px) {
  .container {
    width: 1580px;
  }
}
*/
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }

.row {
  margin-left: -10px;
  margin-right: -10px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

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

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

@-ms-viewport {
  width: device-width; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

.sidr {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
  font-size: 15px;
  background: #333;
  color: #fff;
  background: #2d2d2d;
  box-shadow: inset -5px 0px 4px rgba(0, 0, 0, 0.3); }

.sidr .sidr-inner {
  padding: 0 0 15px; }

.sidr.right {
  left: auto;
  right: -260px; }

.sidr.left {
  left: -260px;
  right: auto; }

.sidr h1, .sidr h2, .sidr h3, .sidr h4, .sidr h5, .sidr h6 {
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
  background-image: linear-gradient(#4d4d4d, #1a1a1a);
  -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  margin: 0 0 5px;
  padding: 0 15px; }

.sidr p {
  font-size: 13px;
  margin: 0 0 12px; }

.sidr p a {
  color: rgba(255, 255, 255, 0.9); }

.sidr ul {
  margin: 5px 0;
  padding: 0; }
  .sidr ul li {
    display: block; }
    .sidr ul li a:link, .sidr ul li a:visited {
      display: block;
      padding: 10px 15px;
      color: #ffffff;
      text-transform: uppercase; }
    .sidr ul li ul {
      margin-left: 25px; }
      .sidr ul li ul li a:link, .sidr ul li ul li a:visited {
        padding: 10px 20px 10px 0;
        border-bottom: solid 1px #d1ac52;
        margin-bottom: 10px; }
      .sidr ul li ul li ul {
        margin-left: 0; }
        .sidr ul li ul li ul li a:link, .sidr ul li ul li ul li a:visited {
          padding: 5px 20px 5px 20px;
          border: none;
          position: relative;
          margin: 0; }
        .sidr ul li ul li ul li a:before {
          position: absolute;
          top: 10px;
          left: 5px;
          display: block;
          content: '';
          width: 6px;
          height: 6px;
          background: #9f9f9f;
          border-radius: 50%; }

/* Fade In
---------------------------------------------------------------------------------------------------- */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

/* Fade In Up
---------------------------------------------------------------------------------------------------- */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

/* Animation
---------------------------------------------------------------------------------------------------- */
.animated {
  visibility: visible !important; }

.veryFast {
  animation-duration: 0.25s;
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -ms-animation-duration: 0.25s; }

.fast {
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s; }

.medium {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s; }

.slow {
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s; }

.verySlow {
  animation-duration: 2.0s;
  -webkit-animation-duration: 2.0s;
  -moz-animation-duration: 2.0s;
  -ms-animation-duration: 2.0s; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyHidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyHidden.focusable:active,
.visuallyHidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

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

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.animateAllProperties {
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.animateAllPropertiesFast {
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }

/**
 * @license
 * MyFonts Webfont Build ID 3086808, 2015-09-07T03:08:20-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: FuturaPT-Book by ParaType
 * URL: http://www.myfonts.com/fonts/paratype/futura-book/futura-book/
 * 
 * Webfont: FuturaPT-BookObl by ParaType
 * URL: http://www.myfonts.com/fonts/paratype/futura-book/italic/
 * 
 * Webfont: FuturaPT-Medium by ParaType
 * URL: http://www.myfonts.com/fonts/paratype/futura-book/futura-medium/
 * 
 * Webfont: FuturaPT-MediumObl by ParaType
 * URL: http://www.myfonts.com/fonts/paratype/futura-book/futura-medium-italic/
 * 
 * Webfont: FuturaPT-Bold by ParaType
 * URL: http://www.myfonts.com/fonts/paratype/futura-book/bold/
 * 
 * Webfont: FuturaPT-BoldObl by ParaType
 * URL: http://www.myfonts.com/fonts/paratype/futura-book/bold-obl/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3086808
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright &#x00A9; 1995 ParaGraph Intl., &#x00A9; 1998 ParaType Inc., ParaType Ltd. All rights reserved.
 * 
 * 2015 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'FuturaPT-Book';
  src: url("../../fonts/2F19D8_0_0.eot");
  src: url("../../fonts/2F19D8_0_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/2F19D8_0_0.woff2") format("woff2"), url("../../fonts/2F19D8_0_0.woff") format("woff"), url("../../fonts/2F19D8_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'FuturaPT-BookObl';
  src: url("../../fonts/2F19D8_1_0.eot");
  src: url("../../fonts/2F19D8_1_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/2F19D8_1_0.woff2") format("woff2"), url("../../fonts/2F19D8_1_0.woff") format("woff"), url("../../fonts/2F19D8_1_0.ttf") format("truetype"); }

@font-face {
  font-family: 'FuturaPT-Medium';
  src: url("../../fonts/2F19D8_2_0.eot");
  src: url("../../fonts/2F19D8_2_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/2F19D8_2_0.woff2") format("woff2"), url("../../fonts/2F19D8_2_0.woff") format("woff"), url("../../fonts/2F19D8_2_0.ttf") format("truetype"); }

@font-face {
  font-family: 'FuturaPT-MediumObl';
  src: url("../../fonts/2F19D8_3_0.eot");
  src: url("../../fonts/2F19D8_3_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/2F19D8_3_0.woff2") format("woff2"), url("../../fonts/2F19D8_3_0.woff") format("woff"), url("../../fonts/2F19D8_3_0.ttf") format("truetype"); }

@font-face {
  font-family: 'FuturaPT-Bold';
  src: url("../../fonts/2F19D8_4_0.eot");
  src: url("../../fonts/2F19D8_4_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/2F19D8_4_0.woff2") format("woff2"), url("../../fonts/2F19D8_4_0.woff") format("woff"), url("../../fonts/2F19D8_4_0.ttf") format("truetype"); }

@font-face {
  font-family: 'FuturaPT-BoldObl';
  src: url("../../fonts/2F19D8_5_0.eot");
  src: url("../../fonts/2F19D8_5_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/2F19D8_5_0.woff2") format("woff2"), url("../../fonts/2F19D8_5_0.woff") format("woff"), url("../../fonts/2F19D8_5_0.ttf") format("truetype"); }

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

.postContent {
  color: #777;
  /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
  /**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS text size adjust after orientation change, without disabling
   *    user zoom.
   */
  /* HTML5 display definitions
     ========================================================================== */
  /**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
  /**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
  /**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
  /**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
   */
  /* Links
     ========================================================================== */
  /**
   * Remove the gray background color from active links in IE 10.
   */
  /**
   * Improve readability when focused and also mouse hovered in all browsers.
   */
  /* Text-level semantics
     ========================================================================== */
  /**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
  /**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
  /**
   * Address styling not present in Safari and Chrome.
   */
  /**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
  /**
   * Address styling not present in IE 8/9.
   */
  /**
   * Address inconsistent and variable font size in all browsers.
   */
  /**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
  /* Embedded content
     ========================================================================== */
  /**
   * Remove border when inside `a` element in IE 8/9/10.
   */
  /**
   * Correct overflow not hidden in IE 9/10/11.
   */
  /* Grouping content
     ========================================================================== */
  /**
   * Address margin not present in IE 8/9 and Safari.
   */
  /**
   * Address differences between Firefox and other browsers.
   */
  /**
   * Contain overflow in all browsers.
   */
  /**
   * Address odd `em`-unit font size rendering in all browsers.
   */
  /* Forms
     ========================================================================== */
  /**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
  /**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
  /**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
  /**
   * 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 Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
  /**
   * 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.
   */
  /**
   * Re-set default cursor for disabled elements.
   */
  /**
   * Remove inner padding and border in Firefox 4+.
   */
  /**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
  /**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
  /**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
  /**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
   *    (include `-moz` to future-proof).
   */
  /**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
  /**
   * Define consistent border, margin, and padding.
   */
  /**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
  /**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
  /**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
  /* Tables
     ========================================================================== */
  /**
   * Remove most spacing between table cells.
   */ }
  .postContent article,
  .postContent aside,
  .postContent details,
  .postContent figcaption,
  .postContent figure,
  .postContent footer,
  .postContent header,
  .postContent hgroup,
  .postContent main,
  .postContent menu,
  .postContent nav,
  .postContent section,
  .postContent summary {
    display: block; }
  .postContent audio,
  .postContent canvas,
  .postContent progress,
  .postContent video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }
  .postContent audio:not([controls]) {
    display: none;
    height: 0; }
  .postContent [hidden],
  .postContent template {
    display: none; }
  .postContent a {
    background-color: transparent; }
  .postContent a:active,
  .postContent a:hover {
    outline: 0; }
  .postContent abbr[title] {
    border-bottom: 1px dotted; }
  .postContent b,
  .postContent strong {
    font-weight: normal;
    font-family: "FuturaPT-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .postContent dfn {
    font-style: italic; }
  .postContent h1, .postContent h2, .postContent h3, .postContent h4 {
    color: #231f20;
    font-weight: 300; }
  .postContent h1 {
    font-size: 38px;
    margin: 0;
    padding: 1.5em 0 1em 0;
    font-family: "FuturaPT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  .postContent h2 {
    font-size: 26px;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: 0;
    font-family: "FuturaPT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  .postContent h3 {
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-top: 25px;
    font-family: "FuturaPT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  .postContent ul, .postContent ol {
    padding-bottom: 10px; }
    .postContent ul li, .postContent ol li {
      margin-left: 35px;
      padding-bottom: 10px; }
  .postContent ul {
    list-style: disc; }
  .postContent ol {
    list-style: decimal; }
  .postContent p {
    padding: 0 0 1.2em 0;
    line-height: 150%; }
  .postContent .finePrint {
    font-size: 80%; }
  .postContent a:link, .postContent a:visited {
    color: #d1ac52; }
  .postContent mark {
    background: #ff0;
    color: #000; }
  .postContent small {
    font-size: 80%; }
  .postContent sub,
  .postContent sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  .postContent sup {
    top: -0.5em; }
  .postContent sub {
    bottom: -0.25em; }
  .postContent img {
    border: 0; }
  .postContent svg:not(:root) {
    overflow: hidden; }
  .postContent figure {
    margin: 1em 40px; }
  .postContent hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }
  .postContent pre {
    overflow: auto; }
  .postContent code,
  .postContent kbd,
  .postContent pre,
  .postContent samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  .postContent button,
  .postContent input,
  .postContent optgroup,
  .postContent select,
  .postContent textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */ }
  .postContent button {
    overflow: visible; }
  .postContent button,
  .postContent select {
    text-transform: none; }
  .postContent button,
  .postContent html input[type="button"],
  .postContent input[type="reset"],
  .postContent input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */ }
  .postContent button[disabled],
  .postContent html input[disabled] {
    cursor: default; }
  .postContent button::-moz-focus-inner,
  .postContent input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .postContent input {
    line-height: normal; }
  .postContent input[type="checkbox"],
  .postContent input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }
  .postContent input[type="number"]::-webkit-inner-spin-button,
  .postContent input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  .postContent input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box; }
  .postContent input[type="search"]::-webkit-search-cancel-button,
  .postContent input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  .postContent fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  .postContent legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */ }
  .postContent textarea {
    overflow: auto; }
  .postContent optgroup {
    font-weight: bold; }
  .postContent table {
    border-collapse: collapse;
    border-spacing: 0; }
  .postContent td,
  .postContent th {
    padding: 0; }

/*
#main:before {
  content: 'default / xs';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  color: $colourWhite;
  z-index: $zIndexTop;
  background-color: pink;
  @include breakpoint(xs) {
    content: 'xs';
    background-color: red;
  }
  @include breakpoint(sm) {
    content: 'sm';
    background-color: green;
  }
  @include breakpoint(md) {
    content: 'md';
    background-color: blue;
  }
  @include breakpoint(lg) {
    content: 'lg';
    background-color: yellow;
  }
  @include breakpoint(xlg) {
    content: 'xlg';
    background-color: purple;
  }
}
*/
html, body {
  font-family: "FuturaPT-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #231f20;
  font-size: 18px;
  background: #231f20;
  color: #ffffff; }

body.home {
  color: #ffffff;
  background: #231f20 url(../../img/Pattern.png) center top;
  padding-bottom: 130px; }

#main {
  background: #ffffff;
  color: #231f20;
  padding-bottom: 60px; }

.home #main {
  color: #ffffff;
  background: transparent; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

img {
  display: block; }

/* Common
---------------------------------------------------------------------------------------------------- */
.section.shaded {
  background: #f5f5f5; }

.aligncenter {
  clear: both;
  margin: 15px auto; }

.alignleft {
  float: left;
  margin: 0 15px 15px 0; }

.alignright {
  float: right;
  margin: 0 0 15px 15px; }

.nobmargin {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

.postTitle {
  font-family: "FuturaPT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 40px 0 30px 0;
  margin-bottom: 40px;
  font-size: 2.3rem;
  line-height: 2.76rem;
  border-bottom: solid 1px #cccccc; }
  .postTitle a:link, .postTitle a:visited {
    color: #231f20; }
  .postTitle .secondaryText {
    color: #d1ac52;
    text-transform: none;
    font-family: "FuturaPT-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 80%;
    margin-left: 5px;
    display: block; }

h1.postTitle {
  font-size: 2.3rem; }

h2.postTitle {
  font-size: 26px;
  padding: 40px 0 0px;
  margin: 10px; }

h3.postTitle {
  font-size: 22px;
  padding: 30px 0 20px; }

.postTitle.line-none {
  border-bottom: none;
  margin-bottom: 10px; }

.postTitle.line-top {
  border-bottom: none;
  margin-bottom: 20px;
  margin-top: 40px;
  padding-top: 60px;
  border-top: solid 1px #cccccc; }

.featureImage.withTitles {
  min-height: 300px; }
  @media (min-width: 992px) {
    .featureImage.withTitles {
      min-height: 300px; } }
  @media (min-width: 1200px) {
    .featureImage.withTitles {
      min-height: 300px; } }

.featureImage .flexslider {
  margin-bottom: 0; }

.imagetext .featureImage {
  padding-top: 0; }

.featureImage {
  position: relative;
  background-size: cover;
  background-position: center center;
  padding-top: 30px;
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden; }
  @media (min-width: 992px) {
    .featureImage {
      display: block; } }
  .featureImage li {
    background-size: cover;
    background-position: center center; }
  .featureImage img {
    width: 100%;
    height: auto; }
  @media (max-width: 767px) {
    .featureImage .featureImage {
      min-height: 400px; }
    .featureImage img {
      width: auto;
      height: 400px;
      max-width: 100%; } }
  .featureImage .titleContainer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900; }
  .featureImage .title {
    display: block;
    float: right;
    position: relative;
    margin-top: 300px;
    margin-bottom: 40px;
    width: 568px;
    height: 208px;
    margin: 0; }
    .featureImage .title span, .featureImage .title em {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      background: url(../../img/TitleSlides.png) no-repeat top left;
      background-position: 0 208px;
      overflow: hidden;
      text-indent: -9999px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .featureImage .title span, .featureImage .title em {
          background-image: url("../../img/TitleSlides@2x.png");
          -webkit-background-size: 625px auto;
          -moz-background-size: 625px auto;
          -o-background-size: 625px auto;
          background-size: 625px auto;
          text-indent: -9999px;
          display: block;
          overflow: hidden; } }
    .featureImage .title em {
      background-position: 0 0; }
  .featureImage .title.plan span {
    background-position: 0 -208px; }
  .featureImage .title.invest span {
    background-position: 0 -416px; }
  .featureImage .title.retire span {
    background-position: 0 -624px; }
  .featureImage .title.ageing span {
    background-position: 0 -832px; }

.video .featureImage {
  padding-top: 0; }

.featureImage.full img {
  /*     margin: 20px 0; */ }

a.button:link, a.button:visited {
  background: #ffffff;
  border: solid 3px #d1ac52;
  color: #231f20;
  text-transform: uppercase;
  padding: 7px 25px 5px 25px;
  font-family: "FuturaPT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block; }

a.button:hover, a.button:active {
  background: #d1ac52;
  color: #ffffff;
  text-decoration: none; }

.theme-black a.button:link, .theme-black a.button:visited {
  background: #d1ac52;
  border: solid 3px #d1ac52;
  color: #231f20; }

.theme-black a.button:hover, .theme-black a.button:active {
  background: #ffffff;
  color: #231f20;
  border-color: #ffffff; }

.theme-gold a.button:link, .theme-gold a.button:visited {
  background: #231f20;
  border: solid 3px #231f20;
  color: #ffffff; }

.theme-gold a.button:hover, .theme-gold a.button:active {
  background: #ffffff;
  color: #231f20;
  border-color: #ffffff; }

a.button-gold:link, a.button-gold:visited {
  background: #d1ac52;
  border: none;
  color: #231f20;
  padding: 12px 25px 12px 25px;
  font-family: "FuturaPT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }

a.button-gold:hover, a.button-gold:active {
  background: #ffffff;
  color: #d1ac52;
  border-color: #ffffff; }

a.readMore:link, a.readMore:visited {
  position: absolute;
  bottom: 0;
  right: 0;
  text-transform: uppercase;
  color: #231f20;
  background: #d1ac52;
  padding: 0 8px 0 8px;
  font-family: "FuturaPT-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 32px;
  height: 30px; }

a.readMore:hover, a.readMore:active {
  background: #ffffff;
  text-decoration: none; }

a.readMore:before {
  position: absolute;
  top: 0;
  left: -10px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 30px 10px;
  border-color: transparent transparent #d1ac52 transparent; }

a.readMore:hover:before {
  border-color: transparent transparent #ffffff transparent; }

.home .basic-content p {
  color: white; }

.home .basic-content h1, .home .basic-content h2, .home .basic-content h3, .home .basic-content h4 {
  color: white;
  margin-left: 20px; }

/* Header
---------------------------------------------------------------------------------------------------- */
#header {
  position: relative;
  background: #231f20;
  color: #ffffff; }
  #header #logo {
    margin: 20px 0; }
    #header #logo a:link, #header #logo a:visited {
      display: block;
      width: 266px;
      height: 104px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        #header #logo a:link, #header #logo a:visited {
          background-image: url("../../img/TidswellFinancialLogo@2x.png");
          -webkit-background-size: 266px 104px;
          -moz-background-size: 266px 104px;
          -o-background-size: 266px 104px;
          background-size: 266px 104px;
          text-indent: -9999px;
          display: block;
          overflow: hidden; } }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        #header #logo a:link img, #header #logo a:visited img {
          display: inline; } }

.home #header {
  background: transparent; }

.home #nav {
  margin-bottom: 30px;
  border-bottom: none; }
  @media (min-width: 992px) {
    .home #nav {
      margin-bottom: 0; } }

#nav {
  background: #404040;
  border-bottom: solid 40px #231f20;
  position: relative;
  z-index: 900;
  font-size: 16px; }
  #nav a.toggle-menu:link,
  #nav a.toggle-menu:visited {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    padding-left: 40px;
    text-transform: uppercase;
    background: url(../../img/Menu.png) no-repeat left center; }
    @media (min-width: 992px) {
      #nav a.toggle-menu:link,
      #nav a.toggle-menu:visited {
        display: none; } }
  #nav a.toggle-menu:hover,
  #nav a.toggle-menu:active {
    opacity: 0.7;
    text-decoration: none; }
  #nav .menu-container {
    margin: 0 -20px;
    display: none; }
    @media (min-width: 992px) {
      #nav .menu-container {
        display: block;
        margin: 0; } }
  #nav .primaryNav {
    position: relative; }
    @media (min-width: 992px) {
      #nav .primaryNav {
        float: left;
        margin: 0; } }
    #nav .primaryNav li.home a:link, #nav .primaryNav li.home a:visited {
      display: inline-block; }
      @media (min-width: 992px) {
        #nav .primaryNav li.home a:link, #nav .primaryNav li.home a:visited {
          display: block; } }
  #nav ul {
    display: block;
    text-transform: uppercase; }
    #nav ul li {
      display: block;
      text-align: center; }
      @media (min-width: 992px) {
        #nav ul li {
          float: left;
          text-align: left; } }
      #nav ul li a:link, #nav ul li a:visited {
        display: block;
        padding: 11px 0 9px 0;
        margin: 0 0 0 0;
        color: #ffffff; }
        @media (min-width: 992px) {
          #nav ul li a:link, #nav ul li a:visited {
            margin: 0 24px 0 0;
            font-size: 93%; } }
      #nav ul li a:hover, #nav ul li a:active {
        opacity: 0.7;
        text-decoration: none; }
      #nav ul li .sub-menu {
        z-index: 999;
        text-align: left;
        display: block;
        padding: 15px;
        color: #fff;
        background: #2d2d2d;
        animation-duration: 0.5s;
        -webkit-animation-duration: 0.5s;
        -moz-animation-duration: 0.5s;
        -ms-animation-duration: 0.5s;
        -webkit-animation-name: fadeIn;
        -moz-animation-name: fadeIn;
        -o-animation-name: fadeIn;
        animation-name: fadeIn; }
        @media (min-width: 992px) {
          #nav ul li .sub-menu {
            position: absolute;
            top: 100%;
            left: 15%;
            right: 15%;
            background: #464646;
            display: none;
            pointer-events: all; } }
        #nav ul li .sub-menu a:link, #nav ul li .sub-menu a:visited {
          position: relative;
          padding: 0 0 5px 12px;
          border-top: none;
          margin-bottom: 4px;
          margin-right: 0; }
        #nav ul li .sub-menu a:before {
          position: absolute;
          top: 7px;
          left: 0;
          display: block;
          content: '';
          width: 5px;
          height: 5px;
          background: #9f9f9f;
          border-radius: 50%; }
        #nav ul li .sub-menu .no-link > a:before {
          display: none !important; }
        #nav ul li .sub-menu .no-link > a {
          pointer-events: none;
          border-bottom: solid 1px #d1ac52; }
        #nav ul li .sub-menu li:last-child {
          background: none; }
        #nav ul li .sub-menu li {
          padding: 0 15px;
          margin: 0 0 0 0;
          /* background: url(../../img/Dots.png) repeat-y right center;*/
          animation-duration: 0.5s;
          -webkit-animation-duration: 0.5s;
          -moz-animation-duration: 0.5s;
          -ms-animation-duration: 0.5s;
          -webkit-animation-name: fadeInUp;
          -moz-animation-name: fadeInUp;
          -o-animation-name: fadeInUp;
          animation-name: fadeInUp; }
          @media (min-width: 992px) {
            #nav ul li .sub-menu li {
              width: 33.333333333%; } }
          #nav ul li .sub-menu li ul {
            display: block;
            position: relative;
            top: auto;
            left: auto;
            right: auto;
            display: block;
            background: transparent;
            padding: 0; }
            #nav ul li .sub-menu li ul li {
              float: none;
              width: 100%;
              border: none;
              padding: 0 0;
              margin: 0;
              background: none;
              animation-duration: 0s;
              -webkit-animation-duration: 0s;
              -moz-animation-duration: 0s;
              -ms-animation-duration: 0s; }
              #nav ul li .sub-menu li ul li a:link, #nav ul li .sub-menu li ul li a:visited {
                border: none;
                padding-bottom: 0; }
    #nav ul li.home a:link, #nav ul li.home a:visited {
      display: block;
      background: url(../../img/IconHome.png) no-repeat center center;
      width: 26px;
      height: 20px;
      min-height: 42px;
      overflow: hidden;
      text-indent: -9999px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        #nav ul li.home a:link, #nav ul li.home a:visited {
          background-image: url("../../img/IconHome@2x.png");
          -webkit-background-size: 26px 20px;
          -moz-background-size: 26px 20px;
          -o-background-size: 26px 20px;
          background-size: 26px 20px;
          text-indent: -9999px;
          display: block;
          overflow: hidden; } }
    #nav ul li:hover .sub-menu {
      display: block; }
    #nav ul .current-page-item a:link, #nav ul .current-page-item a:visited, #nav ul .current_page_item a:link, #nav ul .current_page_item a:visited, #nav ul .active a:link, #nav ul .active a:visited {
      border-top: solid 2px #d1ac52;
      position: relative;
      top: -2px; }

#nav ul li.single-menu .sub-menu {
  pointer-events: all; }

.managed-funds {
  background: #ffffff; }

#api-table {
  background: #ffffff; }
  #api-table .postContent {
    margin-top: 10px; }

#api-table > div > div > div > table > tbody > tr > td:nth-child(4) {
  text-align: right; }

#api-table > div > div > div > table > tbody > tr > td:nth-child(5) {
  text-align: right; }

#api-table > div > div > div > table > tbody > tr > td:nth-child(4) {
  text-align: right; }

#api-table > div > div > div > table > tbody > tr > td:nth-child(5) {
  text-align: right; }

#api-table > div > div > div > table > tbody > tr > td:nth-child(6) {
  text-align: right; }

#api-table > div > div > div > table > tbody > tr > td:nth-child(7) {
  text-align: right; }

#api-table > div > div > div > table > tbody > tr > td:nth-child(8) {
  text-align: right; }

#api-table > div > div > div > table > tbody > tr > td:nth-child(9) {
  text-align: right; }

.tabs-single li {
  display: inline-block; }
  .tabs-single li a {
    background: #ffffff;
    border: solid 3px #d1ac52;
    color: #231f20;
    text-transform: uppercase;
    padding: 7px 25px 5px 25px;
    font-family: "FuturaPT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    outline: none; }
  .tabs-single li a:hover {
    background: #d1ac52;
    color: #ffffff;
    text-decoration: none; }
  .tabs-single li a:focus {
    text-decoration: none; }

.tabs-single .ui-tabs-active a {
  background: #231f20;
  border: solid 3px #231f20;
  color: #ffffff; }

.tabs-single .ui-tabs-active a:hover {
  background: #ffffff;
  color: #231f20;
  border-color: #ffffff; }

/* Search & Phone
---------------------------------------------------------------------------------------------------- */
@media (min-width: 767px) {
  #headerTools {
    position: absolute;
    top: 50%;
    right: 0;
    text-align: left;
    margin-top: -21px; } }

@media (max-width: 767px) {
  #headerTools #search {
    width: 100% !important;
    background: #404040 !important; } }

#headerTools #search {
  display: block;
  float: left;
  line-height: 42px;
  border-radius: 21px;
  padding: 0 0 0 50px;
  position: relative;
  width: 42px;
  overflow: hidden;
  background: transparent; }
  #headerTools #search .inputSearch {
    line-height: normal;
    margin-right: 10px;
    border: none;
    background: transparent;
    color: #ffffff;
    position: relative;
    top: 1px;
    width: 250px;
    outline: none; }
  #headerTools #search .submit {
    position: absolute;
    top: 0px;
    left: 10px;
    width: 30px;
    text-align: left;
    height: 42px;
    background: url(../../img/IconSearch.png) no-repeat center center;
    border: none;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
    overflow: hidden; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      #headerTools #search .submit {
        background-image: url("../../img/IconSearch@2x.png");
        -webkit-background-size: 30px 30px;
        -moz-background-size: 30px 30px;
        -o-background-size: 30px 30px;
        background-size: 30px 30px;
        text-indent: -9999px;
        display: block;
        overflow: hidden; } }

#headerTools .no-js #search,
#headerTools #search:hover,
#headerTools #search.active {
  background: #404040;
  width: 320px; }

#headerTools #phone {
  display: block;
  float: left;
  line-height: 42px;
  color: #d1ac52;
  font-family: "FuturaPT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 0 0 20px; }

/* Dividing Line
---------------------------------------------------------------------------------------------------- */
.dividingLine {
  display: block;
  height: 0;
  margin-bottom: 30px;
  border-bottom: solid 1px #cccccc; }

/* Footer
---------------------------------------------------------------------------------------------------- */
#footer .fa-linkedin-square {
  font-size: 28px;
  color: #d1ac52; }

.page-child #footer .subscribe .inputText {
  background: #151213; }

#footer {
  padding: 60px 0 50px 0;
  background: #231f20; }
  @media (min-width: 767px) {
    #footer #footerLogo img {
      position: absolute;
      top: 0;
      width: 80%;
      height: auto; } }
  #footer #footerLogo img {
    margin: 0px 0 0 0;
    display: inline-block; }
  #footer .footerInfo {
    padding: 10px 0 10px 30px;
    background: url(../../img/Dots.png) repeat-y left center; }
    #footer .footerInfo .title {
      color: #d1ac52;
      font-family: "FuturaPT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      padding: 0 0 10px 0; }
    #footer .footerInfo p {
      font-family: "FuturaPT-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      #footer .footerInfo p a:link, #footer .footerInfo p a:visited {
        color: #ffffff; }
      #footer .footerInfo p strong {
        font-family: "FuturaPT-Book", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    #footer .footerInfo .social {
      margin: 10px 0 0 0;
      padding: 0;
      list-style: none; }
      #footer .footerInfo .social li {
        display: block;
        float: left;
        margin: 0 10px 0 0; }
      #footer .footerInfo .social li:hover {
        opacity: 0.8; }
  #footer .subscribe .title {
    color: #d1ac52;
    padding: 0 0 10px 0; }
    #footer .subscribe .title span {
      font-family: "FuturaPT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #ffffff; }
  #footer .subscribe .inputText {
    background: #231f20;
    border: solid 1px #231f20;
    color: #ffffff;
    margin: 0 0 10px 0;
    padding: 10px 20px;
    width: 100%;
    font-family: "FuturaPT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #footer .subscribe .inputText:focus {
    border: solid 1px #ffffff;
    outline: none; }
  #footer .subscribe button {
    background: #d1ac52;
    padding: 6px 15px 5px 15px;
    text-transform: uppercase;
    border: none;
    color: #231f20;
    font-family: "FuturaPT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #footer .subscribe button:hover {
    background: #ffffff; }

.home #footer {
  background: #353535 url(../../img/FooterBackground.png) top left; }

#footerLinks ul {
  list-style: none;
  margin: 0;
  padding: 16px 0;
  text-align: center;
  font-size: 0.8rem; }
  #footerLinks ul li {
    position: relative;
    display: inline-block;
    padding: 0 8px 0 0;
    text-transform: uppercase; }
    #footerLinks ul li a:link, #footerLinks ul li a:visited {
      color: #ffffff; }
  #footerLinks ul li:after {
    content: '';
    width: 1px;
    height: 10px;
    display: inline-block;
    background: #d1ac52;
    margin-left: 8px; }
  #footerLinks ul li:last-child:after {
    content: none; }

/* Pull Quote
---------------------------------------------------------------------------------------------------- */
.pullQuote {
  text-align: center;
  font-family: "FuturaPT-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  color: #d1ac52;
  padding: 30px 0 30px 0;
  margin: 20px 0;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc; }
  .pullQuote p {
    padding: 0 0 0 0; }
  .pullQuote .author {
    font-family: "FuturaPT-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    padding: 10px 0 0 0; }
  .pullQuote .author:before {
    content: '-';
    padding-right: 5px; }

.noBottomBorder .pullQuote {
  border-bottom: none;
  padding-bottom: 0; }

.noTopBorder .pullQuote {
  border-top: none;
  padding-top: 0; }

/* Video
---------------------------------------------------------------------------------------------------- */
.video {
  margin: 0 0 20px 0; }
  .video .postTitle {
    border: none;
    margin: 0;
    padding: 10px 0 15px 0;
    text-transform: none;
    font-size: 3.7rem;
    line-height: 120%; }
  .video .more {
    text-transform: uppercase; }

.videoContainer {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.videoContainer iframe, .videoContainer object, .videoContainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

iframe {
  width: 100%;
  min-height: 450px; }

.home .video {
  margin-bottom: 40px; }
  .home .video .postContent {
    color: #ffffff; }

/* News
---------------------------------------------------------------------------------------------------- */
.newsTiles {
  margin-bottom: 40px; }
  .newsTiles .flex-control-nav {
    width: auto;
    left: 25px;
    bottom: 5px; }
  .newsTiles .newsTile {
    position: relative;
    background: #ffffff;
    color: #231f20;
    margin-bottom: 0;
    padding-bottom: 20px; }
    @media (max-width: 767px) {
      .newsTiles .newsTile {
        min-height: 500px; } }
    @media (min-width: 768px) {
      .newsTiles .newsTile {
        min-height: 520px; } }
    @media (min-width: 1200px) {
      .newsTiles .newsTile {
        min-height: 485px; } }
    .newsTiles .newsTile .heading {
      text-transform: uppercase;
      font-family: "FuturaPT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      padding: 0 0 5px 0; }
      .newsTiles .newsTile .heading a:link, .newsTiles .newsTile .heading a:visited {
        color: #d1ac52; }
    .newsTiles .newsTile .subheading {
      font-size: 2.3rem;
      font-family: "FuturaPT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      line-height: 110%;
      padding: 0 0 10px 0; }
      .newsTiles .newsTile .subheading a:link, .newsTiles .newsTile .subheading a:visited {
        color: #231f20;
        font-size: 85%; }
    .newsTiles .newsTile .content {
      padding: 25px 30px 0 30px;
      line-height: 120%; }
    .newsTiles .newsTile .leftDetail {
      width: 100%;
      display: block; }
      @media (min-width: 1200px) {
        .newsTiles .newsTile .leftDetail {
          display: block; } }
      .newsTiles .newsTile .leftDetail img {
        width: 100%;
        height: auto; }
    .newsTiles .newsTile a.readMore:hover, .newsTiles .newsTile a.readMore:active {
      background: #231f20;
      color: #ffffff; }
    .newsTiles .newsTile a.readMore:hover:before {
      border-color: transparent transparent #231f20 transparent; }
    .newsTiles .newsTile p {
      font-size: 95%; }

/* Tiles
---------------------------------------------------------------------------------------------------- */
.tiles .tile:hover .description {
  opacity: 1; }
  .tiles .tile:hover .description .inner {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

.rgba .tiles .tile .description {
  background: rgba(0, 0, 0, 0.9); }

.tiles .tile {
  position: relative;
  height: 360px;
  background: #2a2a2a;
  background-position: center center;
  background-size: cover;
  margin-bottom: 40px; }
  .tiles .tile .description {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 500;
    background: #000000;
    text-transform: uppercase;
    opacity: 0; }
    .tiles .tile .description p {
      margin: 0;
      padding: 0 0 10px 0; }
    .tiles .tile .description a:link, .tiles .tile .description a:visited {
      font-family: "FuturaPT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #d1ac52; }
    .tiles .tile .description .inner {
      display: table;
      width: 100%;
      height: 100%;
      -webkit-transform: scale(1.3);
      -moz-transform: scale(1.3);
      -ms-transform: scale(1.3);
      -o-transform: scale(1.3);
      transform: scale(1.3); }
      .tiles .tile .description .inner .centre {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        padding: 0 30px; }
  .tiles .tile .titleContainer {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: #404040;
    padding-bottom: 40px; }
    .tiles .tile .titleContainer .heading {
      font-size: 1.7rem;
      font-family: "FuturaPT-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #d1ac52;
      padding: 25px 20px 0 20px;
      text-transform: uppercase;
      line-height: 100%;
      word-wrap: break-word; }
      @media (min-width: 992px) {
        .tiles .tile .titleContainer .heading {
          font-size: 1.5rem; } }
      .tiles .tile .titleContainer .heading .firstWord {
        color: #ffffff;
        font-family: "FuturaPT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif; }

/* Testimonials
---------------------------------------------------------------------------------------------------- */
.testimonials {
  margin-bottom: 50px; }
  .testimonials .testimonial {
    text-align: center;
    color: #d1ac52;
    font-size: 1.2rem; }
    .testimonials .testimonial blockquote {
      padding: 30px 25px 0 25px; }
      .testimonials .testimonial blockquote .author {
        padding: 10px 0 20px 0; }
        .testimonials .testimonial blockquote .author strong {
          font-family: "FuturaPT-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .testimonials .testimonial img {
      display: inline-block;
      border-radius: 50%;
      width: auto;
      height: auto; }

/* Call to Action
---------------------------------------------------------------------------------------------------- */
.callToAction {
  background: #f5f5f5;
  margin: 20px 0 30px 0;
  padding: 30px 0; }
  .callToAction .primaryText {
    font-family: "FuturaPT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0;
    font-size: 1.45rem; }
  .callToAction .secondaryText {
    font-family: "FuturaPT-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 0;
    font-size: 1.45rem; }
  .callToAction .row {
    position: relative; }
  .callToAction .button {
    margin: 30px 0 0 0;
    margin: 0;
    /*
    position: absolute;
    top: 50%;
    right: 0;
    margin: -21px 0 0 0;
*/ }

.callToAction.theme-black {
  background: #231f20;
  color: #ffffff; }

.callToAction.theme-gold {
  background: #d1ac52; }

/* Overrides
---------------------------------------------------------------------------------------------------- */
#main .flexslider {
  border-radius: 0;
  background: transparent;
  border: none; }

#main .flex-control-paging li a {
  background: #787878; }

#main .flex-control-paging li a.flex-active {
  background: #d1ac52; }

/* Extra
---------------------------------------------------------------------------------------------------- */
.postContent img {
  max-width: 100%;
  height: auto; }

.postContent {
  margin: 0px 0 10px 0; }

.table-styles {
  font-family: "FuturaPT-Book","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #777;
  font-size: 95%;
  line-height: 1.2;
  max-width: 980px;
  margin-top: 25px; }

@media (max-width: 1050px) {
  .table-styles {
    max-width: 100%; } }

.heading-row {
  background: black !important;
  color: white !important; }

.heading-row td {
  color: white;
  padding: 10px 0 8px 0;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px; }

.col1-style-table td:first-child {
  padding: 10px 5px 8px 20px; }

.col1-style-table td {
  padding: 10px 0px; }

.col1-style-table td:nth-child(2) {
  padding-left: 30px;
  padding-right: 30px; }

.table-styles tr:nth-child(odd) {
  background: #f5f5f5; }

.tableStyles .heading {
  text-align: center;
  width: 100%; }

.tableStyles .heading td {
  text-align: center;
  width: 100%; }

/* Table */
.tableStyles {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px 0;
  font-size: 18px; }

.tableStyles td {
  font-size: 18px; }

.tableStyles p {
  margin-bottom: 0; }

.tableStyles tbody tr:nth-child(odd) {
  background: #EAEAEA; }

.tableStyles th {
  background-color: #231f20;
  color: #fff; }

.tableStyles > tbody > tr:nth-child(1) {
  background: #231f20; }

.tableStyles > tbody > tr:nth-child(1) td {
  font-weight: bold;
  color: white; }

.tableStyles > tbody > tr > td {
  font-weight: 200;
  color: #777;
  font-family: "FuturaPT-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  padding: 9px 14px; }

/* Contact-form
---------------------------------------------------------------------------------------------------- */
.contact-form_wrapper .gfield_label {
  display: none !important; }

.contact-form_wrapper .gfield {
  margin-bottom: 15px; }

.page-child .contact-form_wrapper .gfield input {
  padding: 12px 12px 12px 30px;
  background: white;
  color: black;
  font-family: Arial, sans-serif;
  font-size: 114%;
  font-weight: 200;
  border: none;
  width: 100% !important; }

.contact-form_wrapper .gfield textarea {
  padding: 12px 12px 12px 30px;
  background: white;
  color: black;
  font-family: Arial, sans-serif;
  font-size: 114%;
  font-weight: 200;
  border: none;
  width: 100% !important; }

.contact-form_wrapper .button {
  display: inline-block;
  background: #d1ac52;
  padding: 10px 50px;
  text-transform: uppercase;
  border: none;
  color: #231f20;
  font-family: "FuturaPT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 120% !important; }

.contact-form_wrapper .gfield textareainput::-webkit-input-placeholder, .page #contact-form .gfield input::-webkit-input-placeholder {
  color: #A9A6A6 !important; }

.contact-form_wrapper .gfield textarea::-moz-placeholder, .page #contact-form .gfield input::-moz-placeholder {
  /* Firefox 18- */
  color: #A9A6A6 !important; }

.contact-form_wrapper .gfield textarea::-moz-placeholder, .page #contact-form .gfield input::-moz-placeholder {
  /* Firefox 19+ */
  color: #A9A6A6 !important; }

.contact-form_wrapper .gfield textarea::-ms-input-placeholder, .page #contact-form .gfield input::-ms-input-placeholder {
  color: #A9A6A6 !important; }

.contact-form_wrapper .maxwidth input {
  width: 100% !important; }

.contact-form_wrapper .maxwidth textarea {
  width: 100% !important; }

.page-child .contact-form_wrapper .gform_footer {
  padding-top: 0;
  margin-top: 0; }

.contact-form_wrapper .gform_wrapper .validation_message {
  color: #333333;
  font-weight: 600;
  letter-spacing: normal;
  font-family: Arial, sans-serif; }

.contact-form_wrapper .gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: transparent;
  border: none; }

body img.gform_ajax_spinner {
  display: none !important; }

/* Error */
.contact-form_wrapper .validation_error, .contact-form_wrapper .validation_message {
  display: none; }

.contact-form_wrapper li.gfield.gfield_error, .contact-form_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: none !important;
  background: transparent !important; }

.contact-form_wrapper .gfield_error input, .contact-form_wrapper .gfield_error textarea {
  border: 2px solid red !important; }

.contact-form_wrapper .validation_message {
  color: white !important;
  margin: 0 !important;
  padding: 0 !important; }

.contact-form_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding: 0 !important; }

.contact-form_wrapper #gform_confirmation_message_2 {
  color: white;
  font-weight: bold;
  text-align: center; }

.contact-form_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  margin: 0 !important; }

/* eNewsLetter
---------------------------------------------------------------------------------------------------- */
.eNewsLetter_wrapper .gfield_label {
  display: none !important; }

body .eNewsLetter_wrapper .gfield input {
  background: #151213;
  border: solid 1px #231f20;
  color: #ffffff;
  margin: 0 0 10px 0;
  padding: 10px 20px;
  width: 100% !important;
  font-family: "FuturaPT-Book", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.eNewsLetter_wrapper textarea:focus, .eNewsLetter_wrapper input:focus {
  outline: 1px solid white; }

.eNewsLetter_wrapper .ginput_container {
  margin-top: 0 !important; }

.eNewsLetter_wrapper .button {
  background: #d1ac52;
  padding: 6px 15px 5px 15px;
  text-transform: uppercase;
  border: none;
  color: #231f20;
  font-family: "FuturaPT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.eNewsLetter_wrapper .gfield textareainput::-webkit-input-placeholder, .page #contact-form .gfield input::-webkit-input-placeholder {
  color: #A9A6A6 !important; }

.eNewsLetter_wrapper .gfield textarea::-moz-placeholder, .page #contact-form .gfield input::-moz-placeholder {
  /* Firefox 18- */
  color: #A9A6A6 !important; }

.eNewsLetter_wrapper .gfield textarea::-moz-placeholder, .page #contact-form .gfield input::-moz-placeholder {
  /* Firefox 19+ */
  color: #A9A6A6 !important; }

.eNewsLetter_wrapper .gfield textarea::-ms-input-placeholder, .page #contact-form .gfield input::-ms-input-placeholder {
  color: #A9A6A6 !important; }

.eNewsLetter_wrapper .maxwidth input {
  width: 100% !important; }

.eNewsLetter_wrapper .maxwidth textarea {
  width: 100% !important; }

body .eNewsLetter_wrapper .gform_footer {
  padding-top: 0;
  margin-top: 0; }

.eNewsLetter_wrapper .gform_wrapper .validation_message {
  color: #333333;
  font-weight: 600;
  letter-spacing: normal;
  font-family: Arial, sans-serif; }

.eNewsLetter_wrapper .gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: transparent;
  border: none; }

body img.gform_ajax_spinner {
  display: none !important; }

/* Error */
.eNewsLetter_wrapper .validation_error, .eNewsLetter_wrapper .validation_message {
  display: none; }

.eNewsLetter_wrapper li.gfield.gfield_error, .eNewsLetter_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: none !important;
  background: transparent !important; }

.eNewsLetter_wrapper .gfield_error input, .eNewsLetter_wrapper .gfield_error textarea {
  border: 2px solid red !important; }

.eNewsLetter_wrapper .validation_message {
  color: white !important;
  margin: 0 !important;
  padding: 0 !important; }

.eNewsLetter_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding: 0 !important; }

.eNewsLetter_wrapper #gform_confirmation_message_2 {
  color: white;
  font-weight: bold;
  text-align: center; }

.eNewsLetter_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  margin: 0 !important; }

@media (min-width: 1200px) {
  .home .featureImage.withTitles {
    min-height: 300px !important;
    height: 450px !important; } }

@media (min-width: 992px) {
  .home .featureImage.withTitles {
    min-height: 300px !important; } }

.home .featureImage.withTitles {
  min-height: 300px !important; }

.aligntop {
  margin-top: 0 !important;
  padding-top: 0 !important; }

/* Mobile Styling
---------------------------------------------------------------------------------------------------- */
@media (max-width: 767px) {
  #header #logo a:link, #header #logo a:visited {
    display: inline-block;
    text-align: center;
    width: 266px;
    height: 104px; }
  #header #logo {
    text-align: center; }
  #headerTools {
    width: 300px;
    margin: 0 auto; }
  #footerLogo {
    text-align: center; }
  .subscribe {
    margin: 30px 0 0 0; }
  .subscribe .title {
    padding-bottom: 0 !important;
    text-align: center; }
  .eNewsLetter_wrapper .button {
    outline: none;
    border: none;
    margin-left: 30px;
    margin-top: 10px; }
  h1.postTitle {
    padding-top: 10px;
    font-size: 1.6em;
    line-height: 1.2; }
  .postTitle .secondaryText {
    display: block;
    font-size: 60%;
    line-height: 1; }
  .flexslider {
    margin-bottom: 30px; }
  .featureImage {
    margin-bottom: 0; }
  .postContent {
    margin-bottom: 0; }
  .callToAction .button {
    margin-top: 25px !important; }
  .featureImage .title span {
    background-size: cover; }
  .featureImage {
    overflow: visible;
    height: auto;
    min-height: auto; }
  .tiles {
    margin-top: 20px; }
  .sidr ul li ul li a:link, .sidr ul li ul li a:visited {
    border: none; }
  .current-menu-parent a, .current-menu-ancestor a {
    border-top: none !important; }
  .current_page_item {
    border-bottom: solid 1px #d1ac52; }
  .current_page_item a {
    margin-bottom: 0; }
  .sidr ul li ul li a:link, .sidr ul li ul li a:visited {
    padding: 10px 20px 0 0; }
  .aligntop {
    margin-top: 20px !important; }
  .postTitle {
    line-height: 1; }
  .news-item:nth-child(even) {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    overflow: auto; }
  .menu-item-has-children > a {
    color: #d1ac52 !important;
    font-weight: bold !important; }
  .sub-menu .menu-item-has-children > a {
    color: white !important;
    font-weight: bold !important; } }

@media (max-width: 991px) {
  h1.postTitle {
    padding-top: 10px;
    font-size: 1.6em;
    line-height: 1.2; } }

#phone a {
  color: #d1ac52 !important;
  text-decoration: none; }

.bannerimage {
  max-width: 100%;
  height: auto; }

/* ABI table Styling
---------------------------------------------------------------------------------------------------- */
.table-responsive th, .table-responsive td {
  padding: 0 10px; }

.table-responsive th:nth-child(1), .table-responsive td:nth-child(1) {
  padding: 0; }

.table-responsive th {
  font-weight: 800;
  color: #231f20;
  text-align: left; }

.fancybox-lock body {
  overflow: visible !important; }

/* ABI table Styling
---------------------------------------------------------------------------------------------------- */
.main-news {
  list-style: none;
  padding: 0;
  margin: 0 -5px 0 -5px; }

.main-news li {
  display: block;
  float: left;
  width: 32%;
  padding: 0 10px; }

.main-news li img {
  width: 100%;
  height: auto;
  display: block; }

.thumb-news {
  margin: 0 10px 5px 10px; }

.main-news a:hover {
  text-decoration: none; }

.postTitle-post {
  font-family: "FuturaPT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 2.3rem;
  line-height: 2.76rem;
  font-size: 2.3rem; }

.post-heading-wrap {
  border-bottom: solid 1px #cccccc;
  padding: 80px 0 30px 0;
  margin-bottom: 40px; }

.postTitle-post-sub {
  color: #d1ac52;
  text-transform: none;
  font-family: "FuturaPT-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem; }

.loadmore {
  text-align: center;
  margin-top: 50px; }

#loadMore {
  color: #231f20;
  text-transform: uppercase; }

#loadMore:hover {
  text-decoration: none; }

#menu-item-860 > ul {
  left: 0 !important; }

.no-link {
  background: none !important; }

.featureImage-fixed {
  width: 100%;
  height: auto; }

.imgContainer-fixed img {
  width: 100%;
  height: auto; }

.banner img, .post-img img {
  max-width: 100%;
  height: auto; }

.embed-container {
  margin-top: 30px; }

.shaded .postContent img {
  padding-top: 20px; }

.post-contentgrid {
  min-height: 265px; }

/* Menu Single
---------------------------------------------------------------------------------------------------- */
#nav ul li.single-menu .sub-menu {
  left: auto !important;
  right: auto !important; }

.single-menu .sub-menu {
  width: 200px; }

.single-menu .sub-menu > li {
  display: block;
  width: 100% !important; }

@media (min-width: 991px) {
  .testimonial {
    margin-top: 140px; }
  #nav ul > li a {
    margin: 0 24px 0 0;
    font-size: 94%; } }

@media (max-width: 1200px) {
  #nav ul > li a {
    margin: 0 18px 0 0 !important;
    font-size: 88% !important; } }

@media (max-width: 767px) {
  .featureImage .title {
    display: none; }
  .home .featureImage.withTitles {
    min-height: 191px !important;
    margin-bottom: 15px; } }

/* Responsive Styles
---------------------------------------------------------------------------------------------------- */
/* Large desktop */
@media (min-width: 1200px) {
  .main-news li {
    width: 33.33%; } }

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .main-news li {
    width: 49%; }
  .sub-menu li {
    margin-top: 10px; } }

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .main-news li {
    width: 80%;
    margin: 0 40px;
    padding: 20px 0; }
  .main-news-content p, .main-news-content h2 {
    padding-left: 20px;
    padding-right: 20px; }
  .news-item a {
    margin-left: 20px; }
  .postTitle-post-sub {
    font-size: 1.5rem; } }

/* Landscape phones and down */
@media (max-width: 991px) {
  .postContent h1 {
    padding: .5em 0 .2em 0; }
  #nav {
    border-bottom: none; }
  .home #nav {
    margin-bottom: 0; }
  .home .featureImage {
    padding-top: 15px; } }

@media (max-width: 991px) {
  .table-responsive {
    width: 100%;
    height: 400px;
    overflow: auto; }
  .table-responsive table {
    width: 900px; } }

.current-menu-parent a, .current-menu-ancestor a {
  border-top: solid 2px #d1ac52;
  position: relative;
  top: -2px; }

#main > div:nth-child(2) > div > div > div > div > div > a {
  text-decoration: none; }

.postContent .home-content {
  padding: 75px 0;
  margin-left: 20px; }

.postContent .home-content p {
  font-size: 120%; }

@media (max-width: 991px) {
  .postContent .home-content {
    padding: 0;
    margin-left: 20px; }
  #main > div.section.basic-content.white > div > div > div:nth-child(1) > div > p > img {
    margin-bottom: 0 !important; } }

.sidr {
  box-sizing: padding-box !important;
  -moz-box-sizing: padding-box !important;
  -webkit-box-sizing: padding-box !important;
  overflow: scroll !important; }

/* Our People Page
---------------------------------------------------------------------------------------------------- */
.page-id-632 p {
  padding: 0 0 8px 0;
  line-height: 1.4; }

.page-id-265 #wrapper {
  background: white; }

#tabs-2 table {
  font-size: 99%; }
