/*!
Theme Name: Carlton Club
Theme URI: http://www.carltonclub.co.uk
Author: Redgrain Consulting
Author URI: http://www.redgrain.co.uk
Description: Custom theme for the Carlton Club
Version: 1.0
License: Private
Text Domain: carltonclub

*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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,
menu,
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-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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 {
  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;
  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; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    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) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]: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; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

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

  .navbar {
    display: none; }

  .btn > .caret, input[type="submit"] > .caret, #overlay-outer #overlay-inner:before > .caret,
  .dropup > .btn > .caret,
  .dropup > input[type="submit"] > .caret,
  #overlay-outer .dropup > #overlay-inner:before > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
* {
  -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: rgba(0, 0, 0, 0); }

body {
  font-family: "Merriweather";
  font-size: 14px;
  line-height: 2;
  color: #333333;
  background-color: #fff; }

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

a {
  color: #002863;
  text-decoration: none; }
  a:hover, a:focus {
    color: #000917;
    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;
  max-width: 100%;
  height: auto; }

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

.img-thumbnail {
  padding: 4px;
  line-height: 2;
  background-color: #fff;
  border: 1px solid #ddd;
  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;
  max-width: 100%;
  height: auto; }

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

hr {
  margin-top: 28px;
  margin-bottom: 28px;
  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; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Lato";
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 28px;
  margin-bottom: 14px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 14px;
  margin-bottom: 14px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 14px; }

.lead {
  margin-bottom: 28px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

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

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #002863; }

a.text-primary:hover,
a.text-primary:focus {
  color: #001330; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #002863; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #001330; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 13px;
  margin: 56px 0 28px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 14px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 28px; }

dt,
dd {
  line-height: 2; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 14px 28px;
  margin: 0 0 28px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 2;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 28px;
  font-style: normal;
  line-height: 2; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 740px; } }
  @media (min-width: 992px) {
    .container {
      width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1160px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -10px;
  margin-right: -10px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.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, .notices #notice-list .notice, .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, .notices #notice-list .notice, .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, .notices #notice-list .notice {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

.col-xs-12, .notices #notice-list .notice {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .notices #notice-list .notice, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.3333333333%; }

  .col-sm-2 {
    width: 16.6666666667%; }

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

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

  .col-sm-6, .notices #notice-list .notice {
    width: 50%; }

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-8 {
    width: 66.6666666667%; }

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

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

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

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

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

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

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

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

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

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

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

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

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

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

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

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

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

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

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

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

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

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

  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

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

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

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

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

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

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@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-1 {
    width: 8.3333333333%; }

  .col-md-2 {
    width: 16.6666666667%; }

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

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

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

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-8 {
    width: 66.6666666667%; }

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

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-11 {
    width: 91.6666666667%; }

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

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

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

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

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

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

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

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

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

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

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

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

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

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

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

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

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

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

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

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

  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

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

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

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

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

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

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@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-1 {
    width: 8.3333333333%; }

  .col-lg-2 {
    width: 16.6666666667%; }

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

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-5 {
    width: 41.6666666667%; }

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

  .col-lg-7 {
    width: 58.3333333333%; }

  .col-lg-8 {
    width: 66.6666666667%; }

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

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-11 {
    width: 91.6666666667%; }

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

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

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

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

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

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

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

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

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

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

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

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

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

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

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

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

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

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

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

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

  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

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

  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

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

  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

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

  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 28px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 2;
  color: #555555; }

.form-control, textarea,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="datetime"],
input[type="number"],
input[type="search"],
input[type="url"] {
  display: block;
  width: 100%;
  height: 42px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 2;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus, textarea:focus,
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  input[type="tel"]:focus,
  input[type="datetime"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="url"]:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder, textarea::-moz-placeholder,
  input[type="text"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder, textarea:-ms-input-placeholder,
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder, textarea::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand, textarea::-ms-expand,
  input[type="text"]::-ms-expand,
  input[type="email"]::-ms-expand,
  input[type="password"]::-ms-expand,
  input[type="tel"]::-ms-expand,
  input[type="datetime"]::-ms-expand,
  input[type="number"]::-ms-expand,
  input[type="search"]::-ms-expand,
  input[type="url"]::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], textarea[disabled],
  input[disabled][type="text"],
  input[disabled][type="email"],
  input[disabled][type="password"],
  input[disabled][type="tel"],
  input[disabled][type="datetime"],
  input[disabled][type="number"],
  input[disabled][type="search"],
  input[disabled][type="url"], .form-control[readonly], textarea[readonly],
  input[readonly][type="text"],
  input[readonly][type="email"],
  input[readonly][type="password"],
  input[readonly][type="tel"],
  input[readonly][type="datetime"],
  input[readonly][type="number"],
  input[readonly][type="search"],
  input[readonly][type="url"], fieldset[disabled] .form-control, fieldset[disabled] textarea,
  fieldset[disabled] input[type="text"],
  fieldset[disabled] input[type="email"],
  fieldset[disabled] input[type="password"],
  fieldset[disabled] input[type="tel"],
  fieldset[disabled] input[type="datetime"],
  fieldset[disabled] input[type="number"],
  fieldset[disabled] input[type="search"],
  fieldset[disabled] input[type="url"] {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], textarea[disabled],
  input[disabled][type="text"],
  input[disabled][type="email"],
  input[disabled][type="password"],
  input[disabled][type="tel"],
  input[disabled][type="datetime"],
  input[disabled][type="number"],
  input[disabled][type="search"],
  input[disabled][type="url"], fieldset[disabled] .form-control, fieldset[disabled] textarea,
  fieldset[disabled] input[type="text"],
  fieldset[disabled] input[type="email"],
  fieldset[disabled] input[type="password"],
  fieldset[disabled] input[type="tel"],
  fieldset[disabled] input[type="datetime"],
  fieldset[disabled] input[type="number"],
  fieldset[disabled] input[type="search"],
  fieldset[disabled] input[type="url"] {
    cursor: not-allowed; }

textarea.form-control, textarea {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="date"][type="text"],
  input[type="date"][type="email"],
  input[type="date"][type="password"],
  input[type="date"][type="tel"],
  input[type="date"][type="datetime"],
  input[type="date"][type="number"],
  input[type="date"][type="search"],
  input[type="date"][type="url"],
  input[type="time"].form-control,
  input[type="time"][type="text"],
  input[type="time"][type="email"],
  input[type="time"][type="password"],
  input[type="time"][type="tel"],
  input[type="time"][type="datetime"],
  input[type="time"][type="number"],
  input[type="time"][type="search"],
  input[type="time"][type="url"],
  input[type="datetime-local"].form-control,
  input[type="datetime-local"][type="text"],
  input[type="datetime-local"][type="email"],
  input[type="datetime-local"][type="password"],
  input[type="datetime-local"][type="tel"],
  input[type="datetime-local"][type="datetime"],
  input[type="datetime-local"][type="number"],
  input[type="datetime-local"][type="search"],
  input[type="datetime-local"][type="url"],
  input[type="month"].form-control,
  input[type="month"][type="text"],
  input[type="month"][type="email"],
  input[type="month"][type="password"],
  input[type="month"][type="tel"],
  input[type="month"][type="datetime"],
  input[type="month"][type="number"],
  input[type="month"][type="search"],
  input[type="month"][type="url"] {
    line-height: 42px; }
  input[type="date"].input-sm, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg input[type="month"] {
    line-height: 46px; } }
.form-group, form p {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 28px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 42px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control, .form-group-sm textarea,
.form-group-sm input[type="text"],
.form-group-sm input[type="email"],
.form-group-sm input[type="password"],
.form-group-sm input[type="tel"],
.form-group-sm input[type="datetime"],
.form-group-sm input[type="number"],
.form-group-sm input[type="search"],
.form-group-sm input[type="url"] {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }
.form-group-sm textarea.form-control, .form-group-sm textarea,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 40px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control, .form-group-lg textarea,
.form-group-lg input[type="text"],
.form-group-lg input[type="email"],
.form-group-lg input[type="password"],
.form-group-lg input[type="tel"],
.form-group-lg input[type="datetime"],
.form-group-lg input[type="number"],
.form-group-lg input[type="search"],
.form-group-lg input[type="url"] {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }
.form-group-lg textarea.form-control, .form-group-lg textarea,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 46px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control, .has-feedback textarea,
  .has-feedback input[type="text"],
  .has-feedback input[type="email"],
  .has-feedback input[type="password"],
  .has-feedback input[type="tel"],
  .has-feedback input[type="datetime"],
  .has-feedback input[type="number"],
  .has-feedback input[type="search"],
  .has-feedback input[type="url"] {
    padding-right: 52.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg textarea + .form-control-feedback,
.form-group-lg input[type="text"] + .form-control-feedback,
.form-group-lg input[type="email"] + .form-control-feedback,
.form-group-lg input[type="password"] + .form-control-feedback,
.form-group-lg input[type="tel"] + .form-control-feedback,
.form-group-lg input[type="datetime"] + .form-control-feedback,
.form-group-lg input[type="number"] + .form-control-feedback,
.form-group-lg input[type="search"] + .form-control-feedback,
.form-group-lg input[type="url"] + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm textarea + .form-control-feedback,
.form-group-sm input[type="text"] + .form-control-feedback,
.form-group-sm input[type="email"] + .form-control-feedback,
.form-group-sm input[type="password"] + .form-control-feedback,
.form-group-sm input[type="tel"] + .form-control-feedback,
.form-group-sm input[type="datetime"] + .form-control-feedback,
.form-group-sm input[type="number"] + .form-control-feedback,
.form-group-sm input[type="search"] + .form-control-feedback,
.form-group-sm input[type="url"] + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }
.has-success .form-control, .has-success textarea,
.has-success input[type="text"],
.has-success input[type="email"],
.has-success input[type="password"],
.has-success input[type="tel"],
.has-success input[type="datetime"],
.has-success input[type="number"],
.has-success input[type="search"],
.has-success input[type="url"] {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus, .has-success textarea:focus,
  .has-success input[type="text"]:focus,
  .has-success input[type="email"]:focus,
  .has-success input[type="password"]:focus,
  .has-success input[type="tel"]:focus,
  .has-success input[type="datetime"]:focus,
  .has-success input[type="number"]:focus,
  .has-success input[type="search"]:focus,
  .has-success input[type="url"]:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control, .has-warning textarea,
.has-warning input[type="text"],
.has-warning input[type="email"],
.has-warning input[type="password"],
.has-warning input[type="tel"],
.has-warning input[type="datetime"],
.has-warning input[type="number"],
.has-warning input[type="search"],
.has-warning input[type="url"] {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus, .has-warning textarea:focus,
  .has-warning input[type="text"]:focus,
  .has-warning input[type="email"]:focus,
  .has-warning input[type="password"]:focus,
  .has-warning input[type="tel"]:focus,
  .has-warning input[type="datetime"]:focus,
  .has-warning input[type="number"]:focus,
  .has-warning input[type="search"]:focus,
  .has-warning input[type="url"]:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }
.has-error .form-control, .has-error textarea,
.has-error input[type="text"],
.has-error input[type="email"],
.has-error input[type="password"],
.has-error input[type="tel"],
.has-error input[type="datetime"],
.has-error input[type="number"],
.has-error input[type="search"],
.has-error input[type="url"] {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus, .has-error textarea:focus,
  .has-error input[type="text"]:focus,
  .has-error input[type="email"]:focus,
  .has-error input[type="password"]:focus,
  .has-error input[type="tel"]:focus,
  .has-error input[type="datetime"]:focus,
  .has-error input[type="number"]:focus,
  .has-error input[type="search"]:focus,
  .has-error input[type="url"]:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 33px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group, .form-inline form p, form .form-inline p {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .form-inline textarea,
  .form-inline input[type="text"],
  .form-inline input[type="email"],
  .form-inline input[type="password"],
  .form-inline input[type="tel"],
  .form-inline input[type="datetime"],
  .form-inline input[type="number"],
  .form-inline input[type="search"],
  .form-inline input[type="url"] {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .form-inline .input-group textarea,
    .form-inline .input-group input[type="text"],
    .form-inline .input-group input[type="email"],
    .form-inline .input-group input[type="password"],
    .form-inline .input-group input[type="tel"],
    .form-inline .input-group input[type="datetime"],
    .form-inline .input-group input[type="number"],
    .form-inline .input-group input[type="search"],
    .form-inline .input-group input[type="url"] {
      width: auto; }
  .form-inline .input-group > .form-control, .form-inline .input-group > textarea,
  .form-inline .input-group > input[type="text"],
  .form-inline .input-group > input[type="email"],
  .form-inline .input-group > input[type="password"],
  .form-inline .input-group > input[type="tel"],
  .form-inline .input-group > input[type="datetime"],
  .form-inline .input-group > input[type="number"],
  .form-inline .input-group > input[type="search"],
  .form-inline .input-group > input[type="url"] {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 35px; }
.form-horizontal .form-group, .form-horizontal form p, form .form-horizontal p {
  margin-left: -10px;
  margin-right: -10px; }
  .form-horizontal .form-group:before, .form-horizontal form p:before, form .form-horizontal p:before, .form-horizontal .form-group:after, .form-horizontal form p:after, form .form-horizontal p:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after, .form-horizontal form p:after, form .form-horizontal p:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn, input[type="submit"], #overlay-outer #overlay-inner:before {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 2;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, input[type="submit"]:focus, #overlay-outer #overlay-inner:focus:before, .btn.focus, input.focus[type="submit"], #overlay-outer .focus#overlay-inner:before, .btn:active:focus, input[type="submit"]:active:focus, #overlay-outer #overlay-inner:active:focus:before, .btn:active.focus, input[type="submit"]:active.focus, #overlay-outer #overlay-inner:active.focus:before, .btn.active:focus, input.active[type="submit"]:focus, #overlay-outer .active#overlay-inner:focus:before, .btn.active.focus, input.active.focus[type="submit"], #overlay-outer .active.focus#overlay-inner:before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, input[type="submit"]:hover, #overlay-outer #overlay-inner:hover:before, .btn:focus, input[type="submit"]:focus, #overlay-outer #overlay-inner:focus:before, .btn.focus, input.focus[type="submit"], #overlay-outer .focus#overlay-inner:before {
    color: #333;
    text-decoration: none; }
  .btn:active, input[type="submit"]:active, #overlay-outer #overlay-inner:active:before, .btn.active, input.active[type="submit"], #overlay-outer .active#overlay-inner:before {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, input.disabled[type="submit"], #overlay-outer .disabled#overlay-inner:before, .btn[disabled], input[disabled][type="submit"], #overlay-outer [disabled]#overlay-inner:before, fieldset[disabled] .btn, fieldset[disabled] input[type="submit"], fieldset[disabled] #overlay-outer #overlay-inner:before, #overlay-outer fieldset[disabled] #overlay-inner:before {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, #overlay-outer a.disabled#overlay-inner:before, fieldset[disabled] a.btn, fieldset[disabled] #overlay-outer a#overlay-inner:before, #overlay-outer fieldset[disabled] a#overlay-inner:before {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary, #overlay-outer #overlay-inner:before {
  color: #fff;
  background-color: #002863;
  border-color: #001e4a; }
  .btn-primary:focus, #overlay-outer #overlay-inner:focus:before, .btn-primary.focus, #overlay-outer .focus#overlay-inner:before {
    color: #fff;
    background-color: #001330;
    border-color: black; }
  .btn-primary:hover, #overlay-outer #overlay-inner:hover:before {
    color: #fff;
    background-color: #001330;
    border-color: #00050c; }
  .btn-primary:active, #overlay-outer #overlay-inner:active:before, .btn-primary.active, #overlay-outer .active#overlay-inner:before, .open > .btn-primary.dropdown-toggle, #overlay-outer .open > .dropdown-toggle#overlay-inner:before {
    color: #fff;
    background-color: #001330;
    border-color: #00050c; }
    .btn-primary:active:hover, #overlay-outer #overlay-inner:active:hover:before, .btn-primary:active:focus, #overlay-outer #overlay-inner:active:focus:before, .btn-primary:active.focus, #overlay-outer #overlay-inner:active.focus:before, .btn-primary.active:hover, #overlay-outer .active#overlay-inner:hover:before, .btn-primary.active:focus, #overlay-outer .active#overlay-inner:focus:before, .btn-primary.active.focus, #overlay-outer .active.focus#overlay-inner:before, .open > .btn-primary.dropdown-toggle:hover, #overlay-outer .open > .dropdown-toggle#overlay-inner:hover:before, .open > .btn-primary.dropdown-toggle:focus, #overlay-outer .open > .dropdown-toggle#overlay-inner:focus:before, .open > .btn-primary.dropdown-toggle.focus, #overlay-outer .open > .dropdown-toggle.focus#overlay-inner:before {
      color: #fff;
      background-color: #00050c;
      border-color: black; }
  .btn-primary:active, #overlay-outer #overlay-inner:active:before, .btn-primary.active, #overlay-outer .active#overlay-inner:before, .open > .btn-primary.dropdown-toggle, #overlay-outer .open > .dropdown-toggle#overlay-inner:before {
    background-image: none; }
  .btn-primary.disabled:hover, #overlay-outer .disabled#overlay-inner:hover:before, .btn-primary.disabled:focus, #overlay-outer .disabled#overlay-inner:focus:before, .btn-primary.disabled.focus, #overlay-outer .disabled.focus#overlay-inner:before, .btn-primary[disabled]:hover, #overlay-outer [disabled]#overlay-inner:hover:before, .btn-primary[disabled]:focus, #overlay-outer [disabled]#overlay-inner:focus:before, .btn-primary[disabled].focus, #overlay-outer [disabled].focus#overlay-inner:before, fieldset[disabled] .btn-primary:hover, fieldset[disabled] #overlay-outer #overlay-inner:hover:before, #overlay-outer fieldset[disabled] #overlay-inner:hover:before, fieldset[disabled] .btn-primary:focus, fieldset[disabled] #overlay-outer #overlay-inner:focus:before, #overlay-outer fieldset[disabled] #overlay-inner:focus:before, fieldset[disabled] .btn-primary.focus, fieldset[disabled] #overlay-outer .focus#overlay-inner:before, #overlay-outer fieldset[disabled] .focus#overlay-inner:before {
    background-color: #002863;
    border-color: #001e4a; }
  .btn-primary .badge, #overlay-outer #overlay-inner:before .badge {
    color: #002863;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #002863;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #000917;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 13px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 2;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #002863; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 2;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Merriweather";
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Merriweather";
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.clearfix:before, .navbar-header__form .input-field:before, .clearfix:after, .navbar-header__form .input-field:after {
  content: " ";
  display: table; }
.clearfix:after, .navbar-header__form .input-field: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; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

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

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

.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 !important; }

  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 !important; }

  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 !important; }

  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 !important; }

  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 !important; }

  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; } }
@-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; } }
/*! Custom typography styles */
/* Thanks to Greg Rickaby: http://gregrickaby.com/using-the-golden-ratio-and-rems/ */
.mobile-friendly {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

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

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

/* Flex Video - from Foundation */
.flex-video {
  position: relative;
  padding-top: 1.5625em;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1em;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 57.25%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

code {
  white-space: normal; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

a {
  color: #0d3b5f; }

dt {
  margin-bottom: 1rem; }

dd,
p {
  color: #323232; }
  @media (max-width: 767px) {
    dd,
    p {
      font-size: 1.2rem; } }
  @media (min-width: 768px) {
    dd,
    p {
      font-size: 1.4rem; } }

.clearfix, .navbar-header__form .input-field {
  clear: both; }
  .clearfix:after, .navbar-header__form .input-field:after, .clearfix:before, .navbar-header__form .input-field:before {
    content: "";
    clear: both;
    display: table; }

.site {
  background-color: white;
  margin: 0 auto;
  max-width: 1180px; }

/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */
.sticky .entry-date {
  display: none; }

/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */
.entry-content,
.entry-summary,
.page-content {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word; }

.site-content .entry-content,
.site-content .entry-summary,
.page-content {
  background-color: #fff; }

.page .entry-content {
  padding-top: 0; }

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
  margin-top: 0; }

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover {
  text-decoration: none; }

.entry-content table,
.comment-content table {
  font-size: 14px;
  font-size: 1.75rem;
  color: #000;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 24px; }

.entry-content th,
.comment-content th {
  font-weight: 700;
  padding: 8px;
  text-transform: uppercase; }

.entry-content td,
.comment-content td {
  padding: 8px; }

.entry-content .edit-link {
  clear: both;
  display: block;
  font-size: 12px;
  font-size: 1.5rem;
  color: #000;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase; }

.entry-content .edit-link a {
  color: #767676;
  text-decoration: none; }

.entry-content .edit-link a:hover {
  color: #41a62a; }

/* Assistive text */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  left: 5px;
  top: 5px;
  text-decoration: none;
  text-transform: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */ }

.hide {
  display: none; }

/* Genericons */
.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_carltonclub_ephemera .widget-title:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal 16px/1 Genericons;
  text-decoration: inherit;
  vertical-align: text-bottom; }

.menu-toggle {
  cursor: pointer;
  font-size: 0;
  height: 48px;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  width: 48px; }

.menu-toggle:before {
  color: #fff;
  content: "\f419";
  margin-top: 16px; }

.bypostauthor > article .fn:before {
  content: "\f408";
  margin: 0 2px 0 -2px;
  position: relative;
  top: -1px; }

.comment-edit-link:before {
  content: "\f411"; }

.comment-reply-link:before,
.comment-reply-login:before {
  content: "\f412";
  margin-right: 2px; }

.comment-reply-title small a:before {
  content: "\f405";
  font-size: 32px; }

.content-sidebar .widget_carltonclub_ephemera .video.widget-title:before {
  content: "\f104"; }

.content-sidebar .widget_carltonclub_ephemera .audio.widget-title:before {
  content: "\f109"; }

.content-sidebar .widget_carltonclub_ephemera .image.widget-title:before {
  content: "\f473"; }

.content-sidebar .widget_carltonclub_ephemera .gallery.widget-title:before {
  content: "\f103"; }

.content-sidebar .widget_carltonclub_ephemera .aside.widget-title:before {
  content: "\f101"; }

.content-sidebar .widget_carltonclub_ephemera .quote.widget-title:before {
  content: "\f106"; }

.content-sidebar .widget_carltonclub_ephemera .link.widget-title:before {
  content: "\f107"; }

.slider-direction-nav a:before {
  color: #fff;
  content: "\f430";
  font-size: 32px;
  line-height: 46px; }

.slider-direction-nav .slider-next:before {
  content: "\f429"; }

.site-content .format-video .post-format a:before {
  content: "\f104"; }

.site-content .format-audio .post-format a:before {
  content: "\f109"; }

.site-content .format-image .post-format a:before {
  content: "\f473"; }

.site-content .format-quote .post-format a:before {
  content: "\f106";
  margin-right: 2px; }

.site-content .format-gallery .post-format a:before {
  content: "\f103";
  margin-right: 4px; }

.site-content .format-aside .post-format a:before {
  content: "\f101";
  margin-right: 2px; }

.site-content .format-link .post-format a:before {
  content: "\f107";
  position: relative;
  top: 1px; }

.site-content .featured-post:before {
  content: "\f308";
  margin-right: 3px;
  position: relative;
  top: 1px; }

.site-content .entry-date a:before,
.attachment .site-content span.entry-date:before {
  content: "\f303";
  margin-right: 1px;
  position: relative;
  top: 1px; }

.site-content .byline a:before {
  content: "\f304"; }

.site-content .comments-link a:before {
  content: "\f300";
  margin-right: 2px; }

.entry-content .edit-link a:before,
.entry-meta .edit-link a:before {
  content: "\f411"; }

.site-content .full-size-link a:before {
  content: "\f402";
  margin-right: 1px; }

.site-content .parent-post-link a:before {
  content: "\f301"; }

.site-description {
  display: none;
  font-size: 12px;
  font-size: 1.5rem;
  color: #000;
  font-weight: 400;
  line-height: 1; }

.full-size-link:before,
.parent-post-link:before,
.site-content span + .byline:before,
.site-content span + .comments-link:before,
.site-content span + .edit-link:before,
.site-content span + .entry-date:before {
  content: ""; }

.attachment span.entry-date:before,
.entry-content .edit-link a:before,
.entry-meta .edit-link a:before,
.site-content .byline a:before,
.site-content .comments-link a:before,
.site-content .entry-date a:before,
.site-content .featured-post:before,
.site-content .full-size-link a:before,
.site-content .parent-post-link a:before,
.site-content .post-format a:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal 16px/1 Genericons;
  text-decoration: inherit;
  vertical-align: text-bottom; }

.comment-list {
  list-style-type: none; }

@media only screen and (min-width: 992px) {
  /* Genericons */
  .primary-navigation .menu-item-has-children > a:after,
  .primary-navigation .page_item_has_children > a:after {
    -webkit-font-smoothing: antialiased;
    content: "\f502";
    display: inline-block;
    font: normal 8px/1 Genericons;
    position: absolute;
    right: 12px;
    top: 22px;
    vertical-align: text-bottom; }

  .primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
  .primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
  .primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
  .primary-navigation .page_item_has_children li.page_item_has_children > a:after {
    content: "\f501";
    right: 8px;
    top: 20px; }

  .secondary-navigation .menu-item-has-children > a:after {
    -webkit-font-smoothing: antialiased;
    content: "\f501";
    display: inline-block;
    font: normal 8px/1 Genericons;
    position: absolute;
    right: 26px;
    top: 14px;
    vertical-align: text-bottom; } }
@media only screen and (min-width: 1200px) {
  .site-description {
    display: block; }

  .site-description:empty {
    margin: 0; } }
.navbar-default {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .navbar-default {
      padding-right: 1rem; } }
  .navbar-default ul {
    line-height: 2;
    list-style: none;
    padding-left: 0; }
  .navbar-default .navbar-header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .navbar-default .navbar-header {
        -webkit-flex-basis: 100%;
        -ms-flex-basis: 100%;
        flex-basis: 100%;
        padding-left: 10px;
        padding-right: 15px; } }
    @media (min-width: 768px) {
      .navbar-default .navbar-header {
        height: 100%;
        padding-right: 5px; } }
    .navbar-default .navbar-header:before, .navbar-default .navbar-header:after {
      display: none; }
    .navbar-default .navbar-header .navbar-toggle-buttons {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      @media (min-width: 768px) {
        .navbar-default .navbar-header .navbar-toggle-buttons {
          display: none; } }
      .navbar-default .navbar-header .navbar-toggle-buttons button {
        background-color: transparent;
        border-color: transparent; }
      .navbar-default .navbar-header .navbar-toggle-buttons .navbar-toggle {
        border-color: transparent;
        color: #fff;
        text-transform: uppercase; }
        @media (min-width: 768px) {
          .navbar-default .navbar-header .navbar-toggle-buttons .navbar-toggle {
            display: none; } }
        .navbar-default .navbar-header .navbar-toggle-buttons .navbar-toggle:hover, .navbar-default .navbar-header .navbar-toggle-buttons .navbar-toggle:focus {
          background-color: transparent;
          outline: none; }
        .navbar-default .navbar-header .navbar-toggle-buttons .navbar-toggle .icon-bar {
          background-color: #fff;
          display: block;
          width: 22px;
          height: 2px;
          border-radius: 1px; }
        .navbar-default .navbar-header .navbar-toggle-buttons .navbar-toggle .icon-bar + .icon-bar {
          margin-top: 4px; }
    .navbar-default .navbar-header .site-title {
      display: none; }
    .navbar-default .navbar-header .members-login {
      color: #fff;
      opacity: 0.6;
      position: relative; }
      .navbar-default .navbar-header .members-login span:after {
        content: " \00BB";
        -webkit-transition: opacity 0.1s linear;
        -moz-transition: opacity 0.1s linear;
        -ms-transition: opacity 0.1s linear;
        -o-transition: opacity 0.1s linear;
        transition: opacity 0.1s linear; }
      .navbar-default .navbar-header .members-login:after {
        opacity: 0;
        content: "Close \00D7";
        position: absolute;
        right: 0;
        -webkit-transition: opacity 0.1s linear;
        -moz-transition: opacity 0.1s linear;
        -ms-transition: opacity 0.1s linear;
        -o-transition: opacity 0.1s linear;
        transition: opacity 0.1s linear; }
      .navbar-default .navbar-header .members-login:hover {
        opacity: 1;
        text-decoration: none; }
      .navbar-default .navbar-header .members-login.active span {
        opacity: 0; }
      .navbar-default .navbar-header .members-login.active:after {
        opacity: 1;
        content: "Close \00D7"; }
  @media (max-width: 767px) {
    .navbar-default .navbar-collapse {
      background-color: #040e37;
      left: 0;
      padding-bottom: 1rem;
      padding-left: 1rem;
      padding-right: 1rem;
      position: absolute;
      top: 50px;
      width: 100%; } }
  @media (min-width: 768px) {
    .navbar-default .navbar-collapse {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      height: 100%;
      line-height: 1; }
      .navbar-default .navbar-collapse.in {
        display: block; } }
  @media (max-width: 767px) {
    .navbar-default .navbar-collapse .menu-main-menu-container {
      background-color: #002864; } }
  @media (min-width: 768px) {
    .navbar-default .navbar-collapse .menu-main-menu-container {
      height: 100%; } }
  .navbar-default .navbar-collapse .menu-main-menu-container .nav-menu {
    color: white;
    margin-bottom: 0;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .navbar-default .navbar-collapse .menu-main-menu-container .nav-menu {
        background-color: #002864;
        height: 340px;
        overflow-y: scroll; } }
    @media (min-width: 768px) {
      .navbar-default .navbar-collapse .menu-main-menu-container .nav-menu {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-basis: 100%;
        -ms-flex-basis: 100%;
        flex-basis: 100%;
        height: 100%;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center; } }
    .navbar-default .navbar-collapse .menu-main-menu-container .nav-menu > .menu-item {
      margin: 0;
      position: static;
      text-align: center;
      transition: background-color 250ms ease-in-out; }
      @media (max-width: 767px) {
        .navbar-default .navbar-collapse .menu-main-menu-container .nav-menu > .menu-item {
          text-align: left; }
          .navbar-default .navbar-collapse .menu-main-menu-container .nav-menu > .menu-item .dropdown-menu {
            display: block !important; } }
      .navbar-default .navbar-collapse .menu-main-menu-container .nav-menu > .menu-item:last-child a {
        border-right: 0; }
      @media (min-width: 768px) {
        .navbar-default .navbar-collapse .menu-main-menu-container .nav-menu > .menu-item {
          -webkit-box-align: center;
          -webkit-align-items: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          height: 100%; } }
      .navbar-default .navbar-collapse .menu-main-menu-container .nav-menu > .menu-item > a {
        padding-bottom: 0;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 0; }
        @media (min-width: 768px) {
          .navbar-default .navbar-collapse .menu-main-menu-container .nav-menu > .menu-item > a {
            border-right: 1px white solid; } }
        .navbar-default .navbar-collapse .menu-main-menu-container .nav-menu > .menu-item > a:focus {
          text-decoration: none; }
      .navbar-default .navbar-collapse .menu-main-menu-container .nav-menu > .menu-item.dropdown .dropdown-toggle .caret {
        display: none; }
      .navbar-default .navbar-collapse .menu-main-menu-container .nav-menu > .menu-item.dropdown .dropdown-menu {
        background-color: transparent;
        border: none;
        border-radius: 0;
        box-shadow: none;
        float: none;
        width: 100%; }
        @media (max-width: 767px) {
          .navbar-default .navbar-collapse .menu-main-menu-container .nav-menu > .menu-item.dropdown .dropdown-menu {
            background-color: #041b50;
            position: static;
            text-align: left;
            font-size: 1.2rem; } }
        @media (min-width: 768px) {
          .navbar-default .navbar-collapse .menu-main-menu-container .nav-menu > .menu-item.dropdown .dropdown-menu {
            background-color: #002864;
            margin: 0;
            height: 55px;
            /*min-height: 30rem;*/
            /*padding-bottom: 3rem;*/
            /*padding-top: 3rem;*/
            z-index: 5; } }
        @media (min-width: 768px) {
          .navbar-default .navbar-collapse .menu-main-menu-container .nav-menu > .menu-item.dropdown .dropdown-menu > .menu-item {
            padding-bottom: 0;
            padding-left: 2rem;
            padding-right: 2rem;
            padding-top: 0;
            position: static;
            display: inline-block; } }
        .navbar-default .navbar-collapse .menu-main-menu-container .nav-menu > .menu-item.dropdown .dropdown-menu > .menu-item > a {
          color: white; }
          @media (max-width: 767px) {
            .navbar-default .navbar-collapse .menu-main-menu-container .nav-menu > .menu-item.dropdown .dropdown-menu > .menu-item > a {
              padding: 3px 10px; } }
          @media (min-width: 768px) {
            .navbar-default .navbar-collapse .menu-main-menu-container .nav-menu > .menu-item.dropdown .dropdown-menu > .menu-item > a {
              padding: 1rem 0; } }
          .navbar-default .navbar-collapse .menu-main-menu-container .nav-menu > .menu-item.dropdown .dropdown-menu > .menu-item > a:hover, .navbar-default .navbar-collapse .menu-main-menu-container .nav-menu > .menu-item.dropdown .dropdown-menu > .menu-item > a:focus {
            background-color: transparent; }
        .navbar-default .navbar-collapse .menu-main-menu-container .nav-menu > .menu-item.dropdown .dropdown-menu > .menu-item .wrapper {
          display: none;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          visibility: hidden;
          opacity: 0;
          transition: visibility 0s, opacity 100ms linear;
          z-index: 200; }
          @media (min-width: 768px) {
            .navbar-default .navbar-collapse .menu-main-menu-container .nav-menu > .menu-item.dropdown .dropdown-menu > .menu-item .wrapper {
              -webkit-box-align: stretch;
              -webkit-align-items: stretch;
              -moz-box-align: stretch;
              -ms-flex-align: stretch;
              align-items: stretch;
              height: 100%;
              -webkit-justify-content: space-between;
              -ms-justify-content: space-between;
              justify-content: space-between;
              padding-bottom: 3rem;
              padding-top: 3rem;
              position: absolute;
              right: 0;
              top: 0;
              width: 75%; } }
          @media (min-width: 768px) {
            .navbar-default .navbar-collapse .menu-main-menu-container .nav-menu > .menu-item.dropdown .dropdown-menu > .menu-item .wrapper > ul {
              min-width: 33%; } }
          .navbar-default .navbar-collapse .menu-main-menu-container .nav-menu > .menu-item.dropdown .dropdown-menu > .menu-item .wrapper .thumbnail.underlayer {
            display: none; }
          .navbar-default .navbar-collapse .menu-main-menu-container .nav-menu > .menu-item.dropdown .dropdown-menu > .menu-item .wrapper.active {
            visibility: visible;
            opacity: 1; }
            @media (min-width: 768px) {
              .navbar-default .navbar-collapse .menu-main-menu-container .nav-menu > .menu-item.dropdown .dropdown-menu > .menu-item .wrapper.active {
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex; } }
        .navbar-default .navbar-collapse .menu-main-menu-container .nav-menu > .menu-item.dropdown .dropdown-menu > .menu-item.current-page-ancestor > .wrapper.active {
          z-index: 150; }
        @media (max-width: 767px) {
          .navbar-default .navbar-collapse .menu-main-menu-container .nav-menu > .menu-item.dropdown .dropdown-menu .thumbnail {
            display: none; } }
        @media (min-width: 768px) {
          .navbar-default .navbar-collapse .menu-main-menu-container .nav-menu > .menu-item.dropdown .dropdown-menu .thumbnail {
            background-position-x: right;
            background-repeat: no-repeat;
            background-size: contain;
            -webkit-box-flex: 1;
            -moz-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            -webkit-flex-basis: 100%;
            -ms-flex-basis: 100%;
            flex-basis: 100%;
            margin-bottom: 10px;
            margin-left: 10px;
            margin-right: 10px;
            margin-top: 10px; } }
      @media (min-width: 768px) {
        .navbar-default .navbar-collapse .menu-main-menu-container .nav-menu > .menu-item.dropdown.menuActive {
          background-color: #002864; }
          .navbar-default .navbar-collapse .menu-main-menu-container .nav-menu > .menu-item.dropdown.menuActive > a {
            text-decoration: none;
            color: #FFFFFF; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .navbar-default .navbar-collapse .menu-main-menu-container .nav-menu > .menu-item.dropdown.menuActive > a {
        border-left-color: transparent; } }

      .navbar-default .navbar-collapse .menu-main-menu-container .nav-menu > .menu-item.dropdown.open .dropdown-menu {
        display: block; }
        @media (min-width: 768px) {
          .navbar-default .navbar-collapse .menu-main-menu-container .nav-menu > .menu-item.dropdown.open .dropdown-menu {
            display: none; } }
@media (min-width: 768px) and (min-width: 768px) {
  .navbar-default .navbar-collapse .menu-main-menu-container .nav-menu > .menu-item.dropdown.open + .menu-item > a {
    border-left-color: transparent; } }

    .navbar-default .navbar-collapse .menu-main-menu-container .nav-menu .menu-item a {
      color: #ffffff;
      transition: color 250ms ease-in-out; }
      .navbar-default .navbar-collapse .menu-main-menu-container .nav-menu .menu-item a:hover {
        color: #fff;
        opacity: 1;
        text-decoration: none; }
    .navbar-default .navbar-collapse .menu-main-menu-container .nav-menu .menu-item.current-page-ancestor > a, .navbar-default .navbar-collapse .menu-main-menu-container .nav-menu .menu-item.active > a, .navbar-default .navbar-collapse .menu-main-menu-container .nav-menu .menu-item.open > a {
      color: #fff; }
    .navbar-default .navbar-collapse .menu-main-menu-container .nav-menu .menu-item.active {
      text-decoration: none;
      background-color: #002864; }

/*! Custom UI styles */
textarea,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="datetime"],
input[type="number"],
input[type="search"],
input[type="url"] {
  font-family: "Merriweather"; }

.required {
  color: #d9534f; }

.site-header,
.site-footer {
  background-color: #041b50;
  position: relative; }
  @media (max-width: 767px) {
    .site-header,
    .site-footer {
      height: 90px; } }
  @media (min-width: 768px) {
    .site-header,
    .site-footer {
      height: 180px; } }
  .site-header:before,
  .site-footer:before {
    background-image: url("images/logo.svg");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 150% auto;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: .15;
    position: absolute;
    top: 0;
    width: 100%;
    /*z-index: 1;*/ }
  .site-header nav,
  .site-footer nav {
    background-color: #040e37;
    font-family: "Lato";
    font-weight: 200;
    height: 50px;
    position: relative;
    z-index: 2; }
  .site-header a,
  .site-header .site-info,
  .site-footer a,
  .site-footer .site-info {
    color: #fff; }

@media (max-width: 767px) {
  .site-footer {
    height: auto; } }

.header-feature-short,
.header-feature,
.footer-feature {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-height: 200px;
  position: relative; }
  .header-feature-short > .entry-title,
  .header-feature-short > .entry-title-short,
  .header-feature > .entry-title,
  .header-feature > .entry-title-short,
  .footer-feature > .entry-title,
  .footer-feature > .entry-title-short {
    border: 10px solid silver;
    padding: 25px;
    position: relative;
    text-align: center;
    z-index: 2; }
    .header-feature-short > .entry-title > h1,
    .header-feature-short > .entry-title-short > h1,
    .header-feature > .entry-title > h1,
    .header-feature > .entry-title-short > h1,
    .footer-feature > .entry-title > h1,
    .footer-feature > .entry-title-short > h1 {
      font-size: 24px;
      font-size: 3rem;
      color: #000;
      font-weight: 400;
      line-height: 1;
      color: white;
      margin: 0 10px;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .header-feature-short > .entry-title > h1,
        .header-feature-short > .entry-title-short > h1,
        .header-feature > .entry-title > h1,
        .header-feature > .entry-title-short > h1,
        .footer-feature > .entry-title > h1,
        .footer-feature > .entry-title-short > h1 {
          font-size: 20px;
          font-size: 2.5rem;
          color: #000;
          font-weight: 400;
          line-height: 1;
          color: white; } }
    .header-feature-short > .entry-title p,
    .header-feature-short > .entry-title-short p,
    .header-feature > .entry-title p,
    .header-feature > .entry-title-short p,
    .footer-feature > .entry-title p,
    .footer-feature > .entry-title-short p {
      color: white;
      margin-top: 10px; }
  .header-feature-short .post-thumbnail,
  .header-feature .post-thumbnail,
  .footer-feature .post-thumbnail {
    overflow: hidden; }
  .header-feature-short img,
  .header-feature img,
  .footer-feature img {
    object-fit: cover;
    font-family: 'object-fit: cover'; }
  .header-feature-short .post-thumbnail,
  .header-feature-short > img,
  .header-feature .post-thumbnail,
  .header-feature > img,
  .footer-feature .post-thumbnail,
  .footer-feature > img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2; }
  .header-feature-short .post-thumbnail,
  .header-feature-short img,
  .header-feature .post-thumbnail,
  .header-feature img,
  .footer-feature .post-thumbnail,
  .footer-feature img {
    height: 100%;
    width: 100%; }

@media (max-width: 767px) {
  .header-feature {
    height: 80vw !important;
    /*margin-bottom: $soliloquy-height-xs !important;*/
    margin-bottom: 40px; } }
@media (max-width: 400px) {
  .header-feature {
    height: 120vw !important;
    /*margin-bottom: $soliloquy-height-xs !important;*/
    margin-bottom: 40px; } }
@media (min-width: 768px) {
  .header-feature {
    max-height: 500px;
    /*min-height: 40vw;*/
    overflow: hidden; } }

.header-feature-short {
  height: 250px;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  /*&.gallery, &.the-club, &.weddings, &.conferences {
    height: 70px;
    min-height: 0;
  }*/ }
  @media (min-width: 480px) {
    .header-feature-short {
      height: 350px; } }
  @media (min-width: 767px) {
    .header-feature-short {
      height: 450px; } }
  @media (max-width: 767px) {
    .header-feature-short {
      margin-bottom: 80px; } }
  @media (min-width: 768px) {
    .header-feature-short {
      margin-bottom: 50px; } }
  .header-feature-short > .entry-title {
    background-color: #041b50;
    min-height: 80px;
    position: relative;
    top: 50px;
    width: 100%; }
    @media (min-width: 480px) {
      .header-feature-short > .entry-title {
        min-width: 300px;
        width: 50%; } }

.header-feature > .entry-title,
.footer-feature > .entry-title {
  display: flex;
  height: auto !important;
  width: auto !important;
  align-content: center;
  background-color: rgba(4, 27, 80, 0.9);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
  max-width: 350px;
  width: 30%; }
  @media (max-width: 767px) {
    .header-feature > .entry-title,
    .footer-feature > .entry-title {
      margin-bottom: 10px;
      margin-left: 10px;
      margin-right: 10px;
      margin-top: 10px; } }
  @media (min-width: 768px) {
    .header-feature > .entry-title,
    .footer-feature > .entry-title {
      align-items: center;
      margin-bottom: 30px;
      margin-top: 30px;
      max-width: 20vw;
      /*min-width: 260px;*/
      min-width: 40%;
      position: static;
      text-align: center; }
      .header-feature > .entry-title-left,
      .footer-feature > .entry-title-left {
        margin-left: 10% !important;
        margin-right: auto; }
      .header-feature > .entry-title-right,
      .footer-feature > .entry-title-right {
        margin-left: auto;
        margin-right: 10% !important; } }
  @media (max-width: 767px) {
    .header-feature > .entry-title,
    .footer-feature > .entry-title {
      height: 100%;
      position: relative;
      width: 100%; } }
  @media (min-width: 768px) {
    .header-feature > .entry-title,
    .footer-feature > .entry-title {
      /*min-width: 260px;*/ } }
  .header-feature > .entry-title h1::after,
  .footer-feature > .entry-title h1::after {
    /*border-bottom: 1px solid silver;*/
    content: '';
    display: block;
    margin: 10px auto;
    width: 20px; }
  .header-feature > .entry-title p,
  .footer-feature > .entry-title p {
    color: silver;
    font-family: "Merriweather";
    font-style: italic; }
    @media (max-width: 767px) {
      .header-feature > .entry-title p,
      .footer-feature > .entry-title p {
        font-size: 1.2rem; } }
    @media (max-width: 480px) {
      .header-feature > .entry-title p,
      .footer-feature > .entry-title p {
        font-size: 1rem; } }
    @media (min-width: 768px) {
      .header-feature > .entry-title p,
      .footer-feature > .entry-title p {
        font-size: 1.4rem; } }
  .header-feature > .entry-title .readmore,
  .footer-feature > .entry-title .readmore {
    background-color: white;
    color: navy !important;
    display: block;
    font-family: "Lato";
    margin: 0;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    width: 60%; }
    .header-feature > .entry-title .readmore:after,
    .footer-feature > .entry-title .readmore:after {
      content: "\00bb"; }
  @media (max-width: 767px) {
    .header-feature > .entry-title,
    .footer-feature > .entry-title {
      margin-bottom: 10px;
      margin-left: 10px;
      margin-right: 10px;
      margin-top: 10px; } }
  @media (min-width: 768px) {
    .header-feature > .entry-title,
    .footer-feature > .entry-title {
      margin-left: 5%; } }
  @media (max-width: 767px) {
    .header-feature > .entry-title,
    .footer-feature > .entry-title {
      /*position: fixed !important;*/
      width: 80% !important;
      margin-left: auto !important;
      margin-right: auto !important;
      max-width: 100%;
      /*left: 10% !important;*/
      /*top: 20% !important;*/ } }

#notice-banner #close-notice-banner:before {
  content: '\00D7';
  /*cursor: pointer;*/
  display: block;
  font-size: 3rem;
  line-height: 1;
  right: 5px;
  padding: 1rem;
  /*pointer-events: auto;*/
  position: absolute; }

.notice-banner {
  background-color: #ddd;
  text-align: center;
  width: 100%;
  position: relative; }
  .notice-banner .title {
    margin: 14px 0; }
    @media (max-width: 767px) {
      .notice-banner .title {
        font-size: 20px;
        padding: 0 40px; } }

/*! Custom header styles */
#site-header {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  z-index: 100000;
  /*
    Add fixed positioning to header beyond 768 too. 
    Give element directly after site-header margin-top offset
    to accomodate for fixed pos header.
  */
  /*
    If wider than site-contrainer max-width, 
    container fixed header within site-max-width
    rather than leaving full 100%
  */ }
  @media (max-width: 767px) {
    #site-header {
      position: fixed;
    /*
      If next element after header is notice banner, assign margin 
      to account for fixed position, and remove margin from 
      header-feature following.

    */ }
      #site-header + .notice-banner {
        margin-top: 90px; }
        #site-header + .notice-banner + .header-feature {
          margin-top: 0; } }
  #site-header .brand {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    height: 100%;
    position: relative;
    z-index: 15; }
    @media (max-width: 767px) {
      #site-header .brand {
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 20px;
        padding-top: 10px;
        width: 70px; } }
    @media (min-width: 768px) {
      #site-header .brand {
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 30px;
        padding-top: 15px;
        width: 150px; } }
    #site-header .brand img {
      height: auto;
      width: 100%; }
      @media (max-width: 768px) {
        #site-header .brand img {
          height: 60px;
          width: auto; } }

@media (max-width: 768px) {
  .header-mobile-padding {
    height: 90px; } }

#site-header.header-clone {
  position: fixed;
  top: 0;
  left: 0;
  height: 50px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  z-index: 10000; }
  .no-transform #site-header.header-clone {
    display: none; }
  @media (max-width: 768px) {
    #site-header.header-clone {
      display: none;
      visibility: hidden; } }
  @media (min-width: 1180px) {
    #site-header.header-clone {
      width: 1180px;
      left: 50%;
      margin-left: -590px; } }
  #site-header.header-clone .brand img {
    height: 40px;
    width: auto; }
  #site-header.header-clone.header-clone--stick {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); }

.navbar-header__login {
  position: relative; }

.navbar-header__dropdown {
  display: none;
  position: absolute;
  right: 0;
  z-index: 20;
  top: 39px;
  width: 350px;
  opacity: 0;
  background: #040e37;
  color: #fff;
  padding: 10px 20px 20px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }
  @media (min-width: 768px) {
    .navbar-header__dropdown {
      right: -15px; } }
  .navbar-header__dropdown.active {
    opacity: 1; }
  @media (max-width: 480px) {
    .navbar-header__dropdown {
      top: 59px; } }

.navbar-header__form {
  min-width: 300px;
  text-transform: none; }
  .navbar-header__form .input-field {
    position: relative; }
    .navbar-header__form .input-field input {
      width: 225px; }
    .navbar-header__form .input-field.input-submit .input-type {
      width: 150px; }
      .navbar-header__form .input-field.input-submit .input-type a {
        text-align: left;
        text-transform: uppercase; }
    .navbar-header__form .input-field.input-submit input {
      float: right;
      width: 80px; }
    .navbar-header__form .input-field + .input-field {
      margin-top: 10px; }
    .navbar-header__form .input-field .input-type {
      left: 0;
      top: 0;
      position: absolute;
      align-items: center;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      line-height: 1.2em;
      height: 100%;
      text-align: right;
      width: 60px; }
  .navbar-header__form span,
  .navbar-header__form a {
    display: block;
    width: 100%;
    text-align: right; }
  .navbar-header__form input {
    margin-left: 75px;
    width: auto;
    height: 35px; }
  .navbar-header__form input[type="submit"] {
    padding: 0 10px; }

.dropdown-options {
  text-align: right; }
  .dropdown-options a {
    display: block; }
    .dropdown-options a.btn, .dropdown-options #overlay-outer a#overlay-inner:before, #overlay-outer .dropdown-options a#overlay-inner:before {
      display: inline;
      color: #041b50; }
    .dropdown-options a + a {
      margin-top: 10px; }

/*! Custom content styles */
#primary.content-area,
#main-content {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

#main-content > #primary.content-area {
  float: none;
  width: auto;
  padding: 0; }

.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

/*
  General images always max-width 100%;
*/
img {
  max-width: 100%;
  height: auto; }

#main {
  -ms-flex: 1;
  flex: 1 1 auto;
  margin-bottom: 2.5rem;
  text-align: center; }
  @media (max-width: 767px) {
    #main {
      /*margin-top: 180px;*/ } }
  #main .container {
    background-color: white; }

#pano {
  width: 100%;
  height: 250px;
  margin-top: 20px; }
  @media (min-width: 768px) {
    #pano {
      height: 450px;
      display: block; } }

.page-title,
.archive-title {
  font-size: 30px;
  font-size: 3.75rem;
  color: #000;
  font-weight: 400;
  line-height: 1; }

.archive .page-header {
  display: none; }

.featured-content-inner {
  margin-left: -10px;
  margin-right: -10px; }
  .featured-content-inner:before, .featured-content-inner:after {
    content: " ";
    display: table; }
  .featured-content-inner:after {
    clear: both; }
  @media (min-width: 768px) {
    .featured-content-inner {
      display: flex; } }
  @media (max-width: 767px) {
    .featured-content-inner article {
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 768px) {
    .featured-content-inner article {
      position: relative;
      min-height: 1px;
      padding-left: 10px;
      padding-right: 10px;
      display: flex;
      flex-direction: column; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .featured-content-inner article {
      float: left;
      width: 33.3333333333%; } }
  @media (min-width: 768px) {
      .featured-content-inner article p {
        flex: 1 1 auto; } }
    @media (min-width: 768px) and (max-width: 767px) {
      .featured-content-inner article p {
        font-size: 1.2rem;
        margin-left: 1rem;
        margin-right: 1rem; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .featured-content-inner article p {
        font-size: 1.4rem;
        margin-left: 2rem;
        margin-right: 2rem; } }
  @media (min-width: 768px) {
      .featured-content-inner article a {
        font-family: "Lato";
        font-weight: 300;
        letter-spacing: .1rem;
        text-transform: uppercase; } }

.gallery, .the-club, .weddings, .conferences {
  /*@include make-row();*/
  /*min-height: 70px;
  height: 0;*/
  /*margin-top: 40px;*/
  margin-bottom: 70px; }
  @media (max-width: 767px) {
    .gallery > .gallery-item, .the-club > .gallery-item, .weddings > .gallery-item, .conferences > .gallery-item {
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 768px) {
    .gallery > .gallery-item, .the-club > .gallery-item, .weddings > .gallery-item, .conferences > .gallery-item {
      position: relative;
      min-height: 1px;
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .gallery > .gallery-item, .the-club > .gallery-item, .weddings > .gallery-item, .conferences > .gallery-item {
      float: left;
      width: 50%; } }

  .gallery > .gallery-item a, .the-club > .gallery-item a, .weddings > .gallery-item a, .conferences > .gallery-item a {
    display: block; }
  .gallery > .gallery-item img, .the-club > .gallery-item img, .weddings > .gallery-item img, .conferences > .gallery-item img {
    object-fit: cover;
    width: 100%;
    height: auto; }
  .gallery .post-thumbnail, .the-club .post-thumbnail, .weddings .post-thumbnail, .conferences .post-thumbnail {
    /*display: none;*/ }

.featured-content,
.related-content {
  border-top: 1px solid silver;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1rem; }
  @media (max-width: 767px) {
    .featured-content,
    .related-content {
      margin-top: 20px; } }
  @media (min-width: 768px) {
    .featured-content,
    .related-content {
      margin-top: 40px; } }
  .featured-content .seealso,
  .related-content .seealso {
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0 0;
    text-transform: uppercase;
    width: 100%; }
    .featured-content .seealso::after,
    .related-content .seealso::after {
      /*border-bottom: 1px solid silver;*/
      content: '';
      display: block;
      margin: 10px auto;
      width: 20px; }
  .featured-content > p,
  .related-content > p {
    width: 100%; }
  .featured-content article,
  .related-content article {
    color: #323232; }
    @media (max-width: 767px) {
      .featured-content article,
      .related-content article {
        margin-bottom: 2rem; } }
    .featured-content article img,
    .related-content article img {
      object-fit: cover;
      width: 100%;
      height: auto; }
    @media (max-width: 767px) {
      .featured-content article p,
      .related-content article p {
        margin-left: 2rem;
        margin-right: 2rem; }
        .featured-content article p:last-of-type,
        .related-content article p:last-of-type {
          margin-bottom: 28px; } }
  .featured-content .entry-title,
  .related-content .entry-title {
    margin-top: 2rem;
    text-transform: uppercase; }
    .featured-content .entry-title a,
    .related-content .entry-title a {
      font-size: 24px;
      font-size: 3rem;
      color: #000;
      font-weight: 400;
      line-height: 1;
      color: #002863; }
    .featured-content .entry-title::after,
    .related-content .entry-title::after {
      border-bottom: 1px solid silver;
      content: '';
      display: block;
      margin: 10px auto;
      width: 20px; }

.related-content.push-content {
  padding-top: 40px; }
.related-content .seealso-container {
  width: 100%;
  text-align: center; }

.related-content.dining .seealso {
  display: none; }
.related-content.dining .btn, .related-content.dining input[type="submit"], .related-content.dining #overlay-outer #overlay-inner:before, #overlay-outer .related-content.dining #overlay-inner:before {
  display: block;
  max-width: 60%;
  margin: 0 auto 10px; }
  @media (min-width: 1200px) {
    .related-content.dining .btn, .related-content.dining input[type="submit"], .related-content.dining #overlay-outer #overlay-inner:before, #overlay-outer .related-content.dining #overlay-inner:before {
      display: inline-block; } }
.related-content.dining .read-more {
  display: inline-block; }

.related-content.facilities .seealso {
  /*display: none;*/ }

.custom-fields > ul {
  margin-bottom: 10px; }
  .custom-fields > ul .field_name {
    font-weight: bold;
    text-transform: uppercase; }

@media (max-width: 767px) {
  .entry-content {
    font-size: 1.4rem;
    margin: 0 2rem; } }
@media (min-width: 768px) {
  .entry-content {
    font-size: 1.6rem;
    margin: 5rem 10rem; } }
.entry-content .row + .row {
  margin-top: 20px; }
  @media (min-width: 991px) {
    .entry-content .row + .row {
      margin-top: 40px; } }

.roomdetail {
  text-align: left;
  padding-top: 20px; }
  .roomdetail h1, .roomdetail h2, .roomdetail h3, .roomdetail h4, .roomdetail h5 {
    text-transform: uppercase; }
  @media (min-width: 991px) {
    .roomdetail {
      padding-top: 0;
      padding-left: 40px; } }

.text-align-left {
  text-align: left; }

.bordered-box {
  border: 1px solid #041b50;
  padding: 20px; }
  .bordered-box > *:last-child {
    margin-bottom: 0; }

.post-edit-link {
  display: none; }

.faq {
  text-align: left; }
  .faq h4 {
    margin-top: 40px;
    font-weight: bold; }

.faq-left, .faq-right {
  width: 46%;
  display: inline-block;
  vertical-align: top; }

.login-form {
  margin: 0 auto;
  float: none; }

.btn, input[type="submit"], #overlay-outer #overlay-inner:before {
  background-color: white;
  color: #041b50;
  border: 3px double #041b50;
  font-family: "Lato";
  font-weight: normal;
  padding: 2px 10px;
  text-transform: uppercase; }

.btn:hover, input[type="submit"]:hover, #overlay-outer #overlay-inner:hover:before {
  border: 3px solid #041b50; }

.btn-primary, #overlay-outer #overlay-inner:before {
  background-color: #041b50;
  color: white;
  padding: 3px 11px;
  border: 3px double white; }

.btn-request-table input[type="submit"] {
  color: white; }

.read-more {
  margin-left: 10px; }

.btn-wine-list {
  padding: 2px 20px; }

#eventsPage .event {
  width: 100%;
  margin-bottom: 5%;
  overflow: auto; }
  #eventsPage .event .image {
    width: 35%;
    float: left; }
  #eventsPage .event h3 {
    margin-top: 0;
    margin-bottom: 2%; }
  #eventsPage .event .eventContent {
    width: 60%;
    float: right;
    text-align: left; }
    #eventsPage .event .eventContent .excerpt {
      padding-top: 10px; }
    #eventsPage .event .eventContent .read-more {
      display: none !important; }
@media (max-width: 767px) {
  #eventsPage .event .eventContent, #eventsPage .event .image {
    width: 100%;
    text-align: center; }
    #eventsPage .event .eventContent h3, #eventsPage .event .image h3 {
      margin-top: 5%; } }

/*! Custom footer styles */
footer#colophon {
  padding: 2.5rem 0; }
  footer#colophon .container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-box-wrap: wrap;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flexbox-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%; }
    footer#colophon .container nav {
      width: 100%;
      line-height: 1.2em; }
      footer#colophon .container nav .menu-footer-menu-container {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        height: 100%;
        width: 100%; }
        footer#colophon .container nav .menu-footer-menu-container ul {
          -webkit-box-align: center;
          -webkit-align-items: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: center;
          -ms-justify-content: center;
          justify-content: center; }
          footer#colophon .container nav .menu-footer-menu-container ul li {
            margin-left: 1rem;
            margin-right: 1rem; }
    footer#colophon .container .site-info {
      bottom: 1rem;
      left: 0;
      padding: 10px 0;
      text-align: center;
      width: 100%; }
      @media (max-width: 767px) {
        footer#colophon .container .site-info {
          font-size: 12px;
          padding: 20px 10px 0; } }

.footer-feature {
  background-color: black; }
  .footer-feature .entry-title .readmore:after {
    content: ""; }
  .footer-feature .entry-title .readmore:hover {
    text-decoration: none;
    color: #000917 !important; }

#overlay-outer {
  background-color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  display: none;
  /*height: 100vh;*/
  height: 100%;
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 20; }
  @media (max-width: 767px) {
    #overlay-outer .entry-content {
      margin: 0; } }
  #overlay-outer #overlay-inner {
    background-color: white;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    /*height: 90vh;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    outline: 1px solid rgba(0, 0, 0, 0.5);
    overflow-y: auto;
    pointer-events: none;
    position: relative;
    top: 5vh;
    width: 70vw;
    /*width: 80%;*/
    /*max-width: 1000px;*/
    padding: 40px; }
    @media (max-width: 767px) {
      #overlay-outer #overlay-inner {
        width: 75%;
        padding: 60px 10px 10px; } }
    @media (max-width: 480px) {
      #overlay-outer #overlay-inner {
        width: 95%; } }
    #overlay-outer #overlay-inner:before {
      content: 'Close \00D7';
      display: block;
      font-size: 1.5rem;
      line-height: 1;
      /*right: calc(15% + 1rem);*/
      padding: 1rem;
      position: absolute;
      /*top: calc(5% + 1rem);*/
      top: 10px;
      right: 10px;
      z-index: 100; }
    #overlay-outer #overlay-inner .content {
      /*
      // bottom: 5%;
      cursor: auto;
      // height: 90%;
      left: 5%;
      position: absolute;
      // right: 5%;
      top: 5%;
      width: 90%;
      */
      text-align: center;
      pointer-events: auto;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      position: relative;
      height: 100%;
      /*overflow: scroll;*/ }
      #overlay-outer #overlay-inner .content .container {
        width: auto; }
        #overlay-outer #overlay-inner .content .container .page-header {
          display: none; }
    #overlay-outer #overlay-inner #overlay-content {
      z-index: 22; }
      #overlay-outer #overlay-inner #overlay-content .nav-links {
        display: none; }
      #overlay-outer #overlay-inner #overlay-content .back-link {
        display: none; }
      #overlay-outer #overlay-inner #overlay-content #singleContent {
        margin-top: 0; }
        #overlay-outer #overlay-inner #overlay-content #singleContent .entry-header {
          margin: 0; }
      #overlay-outer #overlay-inner #overlay-content .entry-title {
        background-color: #041b50;
        min-height: 80px;
        min-width: 300px;
        /* position: relative; */
        top: 50px;
        /* width: 50%; */
        border: 10px solid silver;
        padding: 25px;
        /* position: relative; */
        text-align: center;
        z-index: 2;
        display: block;
        color: white;
        margin-bottom: 30px; }
        #overlay-outer #overlay-inner #overlay-content .entry-title h2 {
          line-height: 1;
          font-size: 2.4rem;
          text-transform: uppercase;
          margin: 0 10px;
          font-weight: 400; }
        @media (max-width: 480px) {
          #overlay-outer #overlay-inner #overlay-content .entry-title {
            min-width: 0;
            max-width: 300px;
            padding: 10px;
            border-width: 5px;
            min-height: 0px;
            margin: 0px auto 30px; }
            #overlay-outer #overlay-inner #overlay-content .entry-title h2 {
              font-size: 1.8rem; } }
    #overlay-outer #overlay-inner #map {
      display: none;
      height: 90%;
      z-index: 21; }

div.wpcf7-mail-sent-ok {
  border-color: LightGreen; }

.wpcf7-form {
  margin: 30px 0px; }
  .wpcf7-form .wpcf7-textarea {
    height: 85px; }
  .wpcf7-form .form-section,
  .wpcf7-form .btn,
  .wpcf7-form input[type="submit"],
  .wpcf7-form #overlay-outer #overlay-inner:before,
  #overlay-outer .wpcf7-form #overlay-inner:before {
    -webkit-transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
    -moz-transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
    -ms-transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
    -o-transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.5s cubic-bezier(0, 1, 0.5, 1); }
  .wpcf7-form.sent .form-section,
  .wpcf7-form.sent .btn,
  .wpcf7-form.sent input[type="submit"],
  .wpcf7-form.sent #overlay-outer #overlay-inner:before,
  #overlay-outer .wpcf7-form.sent #overlay-inner:before {
    max-height: 0;
    overflow: hidden;
    opacity: 0; }
  .wpcf7-form .wpcf7-validation-errors {
    border-color: transparent;
    background: LightCoral; }
  .wpcf7-form .form-section {
    /*margin: 60px 0px;*/
    text-align: left; }
    .wpcf7-form .form-section.last {
      margin-bottom: 30px; }
  .wpcf7-form .field-entry {
    margin-top: 10px;
    margin-bottom: 20px; }
    .wpcf7-form .field-entry * {
      font-size: 1.2rem; }
    .wpcf7-form .field-entry .field-label {
      font-size: 1.4rem;
      font-weight: 100;
      letter-spacing: 1px; }
    .wpcf7-form .field-entry input:focus,
    .wpcf7-form .field-entry textarea:focus,
    .wpcf7-form .field-entry select:focus {
      outline: none;
      box-shadow: none;
      border: 1px solid #ccc; }
    .wpcf7-form .field-entry input[type="text"],
    .wpcf7-form .field-entry input[type="tel"],
    .wpcf7-form .field-entry input[type="email"] {
      /*text-align: center;*/
      height: 30px; }
    .wpcf7-form .field-entry input[type="date"] {
      border-style: solid;
      border-width: 1px; }
    .wpcf7-form .field-entry input[type="text"].wpcf7-not-valid,
    .wpcf7-form .field-entry input[type="tel"].wpcf7-not-valid,
    .wpcf7-form .field-entry input[type="email"].wpcf7-not-valid,
    .wpcf7-form .field-entry input[type="date"].wpcf7-not-valid {
      border-color: LightCoral; }
    .wpcf7-form .field-entry span.wpcf7-not-valid-tip {
      color: LightCoral; }
    .wpcf7-form .field-entry input[type="radio"] {
      position: absolute;
      left: -23px;
      top: -4px;
      bottom: 0;
      margin: auto; }
  .wpcf7-form .entry-dining-room .wpcf7-list-item {
    margin: 0 25px;
    display: inline-block;
    position: relative; }
  .wpcf7-form .entry-date {
    margin-top: 0px;
    margin-bottom: 0px; }
    @media (max-width: 992px) {
      .wpcf7-form .entry-date {
        margin-top: 10px;
        margin-bottom: 20px; } }
  .wpcf7-form .btn-request-table input[type="submit"] {
    padding-left: 30px;
    background-color: transparent; }
  .wpcf7-form .btn-request-table input[type="submit"]:hover {
    color: #fff; }

/*! Carousel styling */
.soliloquy-outer-container {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .soliloquy-outer-container .soliloquy-container {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    max-height: 500px !important;
    overflow: hidden; }
    .soliloquy-outer-container .soliloquy-container .soliloquy-wrapper {
      background-color: #040e37;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
    .soliloquy-outer-container .soliloquy-container .soliloquy-viewport {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      height: auto !important; }
    .soliloquy-outer-container .soliloquy-container .soliloquy-wrap {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      height: auto; }
    .soliloquy-outer-container .soliloquy-container .soliloquy-item {
      height: 100%; }
      .soliloquy-outer-container .soliloquy-container .soliloquy-item.soliloquy-active-slide .soliloquy-caption {
        position: relative; }
    .soliloquy-outer-container .soliloquy-container .soliloquy-image {
      height: 100% !important; }
    .soliloquy-outer-container .soliloquy-container .soliloquy-link {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .soliloquy-outer-container .soliloquy-container .soliloquy-caption {
      display: flex;
      height: auto !important;
      width: auto !important; }
      @media (max-width: 767px) {
        .soliloquy-outer-container .soliloquy-container .soliloquy-caption {
          margin-bottom: 10px;
          margin-left: 10px;
          margin-right: 10px;
          margin-top: 10px; } }
      @media (min-width: 768px) {
        .soliloquy-outer-container .soliloquy-container .soliloquy-caption {
          align-items: center;
          margin-bottom: 30px;
          margin-top: 30px;
          max-width: 20vw;
          /*min-width: 260px;*/
          min-width: 40%;
          position: static;
          text-align: center; }
          .soliloquy-outer-container .soliloquy-container .soliloquy-caption-left {
            margin-left: 10% !important;
            margin-right: auto; }
          .soliloquy-outer-container .soliloquy-container .soliloquy-caption-right {
            margin-left: auto;
            margin-right: 10% !important; } }
      @media (max-width: 767px) {
        .soliloquy-outer-container .soliloquy-container .soliloquy-caption {
          top: 80vw !important; } }
      .soliloquy-outer-container .soliloquy-container .soliloquy-caption-inside {
        align-content: center;
        background-color: rgba(4, 27, 80, 0.9);
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        background-color: rgba(4, 27, 80, 0.9) !important;
        border: 10px solid #828282;
        height: auto !important; }
        @media (max-width: 767px) {
          .soliloquy-outer-container .soliloquy-container .soliloquy-caption-inside {
            height: 100%;
            position: relative;
            width: 100%; } }
        @media (min-width: 768px) {
          .soliloquy-outer-container .soliloquy-container .soliloquy-caption-inside {
            /*min-width: 260px;*/ } }
        .soliloquy-outer-container .soliloquy-container .soliloquy-caption-inside h1::after {
          /*border-bottom: 1px solid silver;*/
          content: '';
          display: block;
          margin: 10px auto;
          width: 20px; }
        .soliloquy-outer-container .soliloquy-container .soliloquy-caption-inside p {
          color: silver;
          font-family: "Merriweather";
          font-style: italic; }
          @media (max-width: 767px) {
            .soliloquy-outer-container .soliloquy-container .soliloquy-caption-inside p {
              font-size: 1.2rem; } }
          @media (max-width: 480px) {
            .soliloquy-outer-container .soliloquy-container .soliloquy-caption-inside p {
              font-size: 1rem; } }
          @media (min-width: 768px) {
            .soliloquy-outer-container .soliloquy-container .soliloquy-caption-inside p {
              font-size: 1.4rem; } }
        .soliloquy-outer-container .soliloquy-container .soliloquy-caption-inside .readmore {
          background-color: white;
          color: navy !important;
          display: block;
          font-family: "Lato";
          margin: 0;
          min-width: 150px;
          padding: 10px 20px;
          text-transform: uppercase;
          width: 60%; }
          .soliloquy-outer-container .soliloquy-container .soliloquy-caption-inside .readmore:after {
            content: "\00bb"; }
        @media (max-width: 767px) {
          .soliloquy-outer-container .soliloquy-container .soliloquy-caption-inside {
            position: fixed !important;
            width: 86% !important;
            left: 7% !important;
            top: 15% !important; } }
        @media (max-width: 480px) {
          .soliloquy-outer-container .soliloquy-container .soliloquy-caption-inside {
            top: 5% !important; } }
    .soliloquy-outer-container .soliloquy-container .soliloquy-controls-direction a {
      background-color: #002863;
      /*background-color: transparent;*/
      /*background-size: 15px;*/
      height: 48px;
      width: 48px; }
    .soliloquy-outer-container .soliloquy-container .soliloquy-fc-title::after {
      /*border-bottom: 1px solid silver;*/
      content: '';
      display: block;
      margin: 10px auto;
      width: 20px; }
    .soliloquy-outer-container .soliloquy-container .soliloquy-fc-title-link {
      display: block;
      font-weight: normal !important;
      margin: 20px 10px !important;
      text-transform: uppercase; }
    .soliloquy-outer-container .soliloquy-container .soliloquy-fc-content p {
      color: silver;
      font-family: "Merriweather";
      font-style: italic;
      line-height: 2;
      padding: 0 20px !important; }
    .soliloquy-outer-container .soliloquy-container .soliloquy-fc-read-more {
      background-color: white;
      color: navy !important;
      display: block;
      font-family: "Lato";
      font-weight: normal !important;
      margin: 30px auto 20px !important;
      min-width: 150px;
      padding: 20px;
      text-transform: uppercase;
      width: 60%;
      font-style: normal;
      font-size: 14px; }
      .soliloquy-outer-container .soliloquy-container .soliloquy-fc-read-more:after {
        /*content: " \00bb";*/
        content: ""; }
    .soliloquy-outer-container .soliloquy-container .soliloquy-fc-read-more:hover {
      text-decoration: none;
      color: #000917 !important; }
    @media (min-width: 768px) {
      .soliloquy-outer-container .soliloquy-container .soliloquy-fc-title-link {
        font-size: 1.6em !important; } }

.page-template-page-gallery-php {
  /*.header-feature-short {
  	&.gallery, &.the-club, &.weddings, &.conferences {
  	    height: 70px;
  	    min-height: 0;
  	  }
  }*/ }
  .page-template-page-gallery-php .gallery-carlton-club-theme {
    overflow: hidden; }
    .page-template-page-gallery-php .gallery-carlton-club-theme.gallery {
      position: relative;
      margin-top: 0px;
      margin: 0px 0px;
      max-width: 940px;
      margin: 0 auto 20px; }
      @media (min-width: 1200px) {
        .page-template-page-gallery-php .gallery-carlton-club-theme.gallery {
          /*
          	after reaching 1200px, fix height at 658px 
          	(same as previous break on % padding-bottom)
          */
          padding-bottom: 0;
          height: auto; } }
      .page-template-page-gallery-php .gallery-carlton-club-theme.gallery .swiper-wrapper {
        position: relative;
        width: 100%;
        left: 0;
        top: 0; }
      .page-template-page-gallery-php .gallery-carlton-club-theme.gallery .gallery-image {
        display: block;
        width: 100%;
        height: 200px;
        background-position: center;
        background-size: cover; }
        @media (min-width: 480px) {
          .page-template-page-gallery-php .gallery-carlton-club-theme.gallery .gallery-image {
            height: 350px; } }
        @media (min-width: 768px) {
          .page-template-page-gallery-php .gallery-carlton-club-theme.gallery .gallery-image {
            height: 450px; } }
        @media (min-width: 1200px) {
          .page-template-page-gallery-php .gallery-carlton-club-theme.gallery .gallery-image {
            height: 550px; } }
      .page-template-page-gallery-php .gallery-carlton-club-theme.gallery .gallery-item {
        width: 100%;
        margin: 0px;
        padding: 0px;
        background-position: center;
        background-size: cover; }
        .page-template-page-gallery-php .gallery-carlton-club-theme.gallery .gallery-item .gallery-caption {
          width: 100%;
          opacity: 0;
          transition: opacity 500ms 500ms ease-out;
          font-family: "Merriweather"; }
          @media (max-width: 767px) {
            .page-template-page-gallery-php .gallery-carlton-club-theme.gallery .gallery-item .gallery-caption {
              font-size: 10px; } }
          .page-template-page-gallery-php .gallery-carlton-club-theme.gallery .gallery-item .gallery-caption .caption-wrapper {
            padding: 15px 20px 10px;
            display: inline-block;
            background: #fff;
            /*background-color: rgba(255,255,255,0.8);*/
            margin-right: 20px;
            margin-left: 20px; }
            @media (max-width: 767px) {
              .page-template-page-gallery-php .gallery-carlton-club-theme.gallery .gallery-item .gallery-caption .caption-wrapper {
                max-width: 80%; } }
        .page-template-page-gallery-php .gallery-carlton-club-theme.gallery .gallery-item .slide-planel {
          overflow: hidden;
          position: relative; }
        .page-template-page-gallery-php .gallery-carlton-club-theme.gallery .gallery-item.swiper-slide-active .gallery-caption {
          opacity: 1; }
      .page-template-page-gallery-php .gallery-carlton-club-theme.gallery .gallery-pagination {
        position: absolute;
        top: 170px;
        width: 100%;
        z-index: 200; }
        @media (min-width: 480px) {
          .page-template-page-gallery-php .gallery-carlton-club-theme.gallery .gallery-pagination {
            top: 320px; } }
        @media (min-width: 768px) {
          .page-template-page-gallery-php .gallery-carlton-club-theme.gallery .gallery-pagination {
            top: 400px; } }
        @media (min-width: 1200px) {
          .page-template-page-gallery-php .gallery-carlton-club-theme.gallery .gallery-pagination {
            top: 500px; } }
        .page-template-page-gallery-php .gallery-carlton-club-theme.gallery .gallery-pagination .swiper-pagination-bullet {
          display: inline-block;
          width: 20px;
          height: 20px;
          border-radius: 0%;
          background-color: white;
          opacity: 100;
          margin-right: 10px;
          transition: background-color 250ms ease-out;
          position: relative; }
          @media (max-width: 768px) {
            .page-template-page-gallery-php .gallery-carlton-club-theme.gallery .gallery-pagination .swiper-pagination-bullet {
              width: 10px;
              height: 10px; } }
          .page-template-page-gallery-php .gallery-carlton-club-theme.gallery .gallery-pagination .swiper-pagination-bullet:hover, .page-template-page-gallery-php .gallery-carlton-club-theme.gallery .gallery-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: #040e37; }
          .page-template-page-gallery-php .gallery-carlton-club-theme.gallery .gallery-pagination .swiper-pagination-bullet:last-child {
            margin-right: 0px; }
        .page-template-page-gallery-php .gallery-carlton-club-theme.gallery .gallery-pagination .gallery-pill {
          z-index: 1; }
          .page-template-page-gallery-php .gallery-carlton-club-theme.gallery .gallery-pagination .gallery-pill:hover {
            z-index: 10; }
            .page-template-page-gallery-php .gallery-carlton-club-theme.gallery .gallery-pagination .gallery-pill:hover .gal-thumbnail {
              display: block;
              z-index: 10;
              opacity: 1; }
        .page-template-page-gallery-php .gallery-carlton-club-theme.gallery .gallery-pagination .gal-thumbnail {
          width: 100px;
          height: 100px;
          display: block;
          background-color: pink;
          position: absolute;
          margin-left: -40px;
          bottom: 35px;
          background-size: cover;
          background-position: center;
          transition: opacity 250ms ease-out;
          opacity: 0; }
          .page-template-page-gallery-php .gallery-carlton-club-theme.gallery .gallery-pagination .gal-thumbnail .bottom-arrow {
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid white;
            position: absolute;
            bottom: -10px;
            left: 40px; }
      .page-template-page-gallery-php .gallery-carlton-club-theme.gallery .gallery-button-prev,
      .page-template-page-gallery-php .gallery-carlton-club-theme.gallery .gallery-button-next {
        display: block;
        position: absolute;
        height: 34px;
        width: 34px;
        top: 83px;
        right: 10px;
        z-index: 1320;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-color: #002863;
        /*background-color: transparent;
        background-size: 15px;*/
        cursor: pointer; }
        @media (min-width: 480px) {
          .page-template-page-gallery-php .gallery-carlton-club-theme.gallery .gallery-button-prev,
          .page-template-page-gallery-php .gallery-carlton-club-theme.gallery .gallery-button-next {
            top: 151px;
            height: 48px;
            width: 48px; } }
        @media (min-width: 768px) {
          .page-template-page-gallery-php .gallery-carlton-club-theme.gallery .gallery-button-prev,
          .page-template-page-gallery-php .gallery-carlton-club-theme.gallery .gallery-button-next {
            top: 201px; } }
        @media (min-width: 1200px) {
          .page-template-page-gallery-php .gallery-carlton-club-theme.gallery .gallery-button-prev,
          .page-template-page-gallery-php .gallery-carlton-club-theme.gallery .gallery-button-next {
            top: 251px; } }
      .page-template-page-gallery-php .gallery-carlton-club-theme.gallery .gallery-button-next {
        right: 10px;
        background-image: url(images/right.png); }
      .page-template-page-gallery-php .gallery-carlton-club-theme.gallery .gallery-button-prev {
        left: 10px;
        background-image: url(images/left.png); }

/*! menu pages styling */
@media (max-width: 767px) {
  article.carltonclub_menu {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px; } }
@media (min-width: 768px) and (max-width: 991px) {
  article.carltonclub_menu {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px; } }
  @media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    article.carltonclub_menu {
      float: left;
      width: 100%; } }

@media (min-width: 992px) and (max-width: 1199px) {
  article.carltonclub_menu {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px; } }
  @media (min-width: 992px) and (max-width: 1199px) and (min-width: 992px) {
    article.carltonclub_menu {
      float: left;
      width: 100%; } }

@media (min-width: 1200px) {
  article.carltonclub_menu {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px; } }
  @media (min-width: 1200px) and (min-width: 1200px) {
    article.carltonclub_menu {
      float: left;
      width: 100%; } }

article.carltonclub_menu > .entry-content {
  text-align: center; }
  article.carltonclub_menu > .entry-content h2 {
    margin-top: 40px;
    text-transform: uppercase; }
    article.carltonclub_menu > .entry-content h2:after {
      /*border-bottom: 1px solid silver;*/
      content: '';
      display: block;
      margin: 10px auto;
      width: 20px; }
  article.carltonclub_menu > .entry-content p {
    margin: 20px; }

/*! Custom print styles */
/*! Custom IE styles */
body.page-template-page-reciprocal-clubs main {
  margin-top: 20px; }
body.page-template-page-reciprocal-clubs form {
  margin: 3rem 0; }
  body.page-template-page-reciprocal-clubs form label {
    margin-right: 1rem;
    text-transform: uppercase; }
  body.page-template-page-reciprocal-clubs form select {
    margin: 0 auto;
    min-width: 20rem; }
body.page-template-page-reciprocal-clubs .hentry {
  display: block;
  padding: 1rem;
  position: relative;
  text-align: left; }
  body.page-template-page-reciprocal-clubs .hentry .reciprocal-container {
    max-width: 980px;
    margin: auto; }
  body.page-template-page-reciprocal-clubs .hentry .entry-header {
    position: relative;
    pointer-events: auto;
    /*margin: 20px 0 30px;
    border-bottom: 1px solid black;*/
    /*padding-bottom: $spacing;*/
    background-color: #ddd;
    margin: 20px 0 0;
    padding: 20px 20px 15px 20px; }
    body.page-template-page-reciprocal-clubs .hentry .entry-header:before {
      bottom: 15px;
      content: '\25BF';
      display: block;
      font-size: 3rem;
      line-height: 1;
      right: 10px;
      position: absolute; }
    body.page-template-page-reciprocal-clubs .hentry .entry-header h2 {
      font-size: 2rem; }
  body.page-template-page-reciprocal-clubs .hentry:not(.open) .entry-content {
    max-height: 0;
    padding: 0 10px; }
  body.page-template-page-reciprocal-clubs .hentry.open .entry-header:before {
    transform: rotate(180deg); }
  body.page-template-page-reciprocal-clubs .hentry h1,
  body.page-template-page-reciprocal-clubs .hentry address,
  body.page-template-page-reciprocal-clubs .hentry div,
  body.page-template-page-reciprocal-clubs .hentry span {
    pointer-events: none; }
  body.page-template-page-reciprocal-clubs .hentry a,
  body.page-template-page-reciprocal-clubs .hentry button {
    pointer-events: all; }
  body.page-template-page-reciprocal-clubs .hentry .entry-header h2,
  body.page-template-page-reciprocal-clubs .hentry .entry-header .location {
    display: inline; }
  body.page-template-page-reciprocal-clubs .hentry .entry-header h2 {
    margin-right: 1rem; }
  body.page-template-page-reciprocal-clubs .hentry .entry-header .location {
    margin-right: 3.5rem; }
  body.page-template-page-reciprocal-clubs .hentry .entry-content {
    overflow: hidden;
    transition: max-height 750ms ease-out;
    margin: 0;
    width: 100%;
    /*@media (min-width: $screen-md-min) {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
    }*/ }
    body.page-template-page-reciprocal-clubs .hentry .entry-content section {
      align-items: flex-start;
      display: flex;
      flex-direction: column;
      position: relative;
      /*width: calc(50% - 1rem);*/ }
      body.page-template-page-reciprocal-clubs .hentry .entry-content section div {
        position: relative;
        width: 100%; }
      body.page-template-page-reciprocal-clubs .hentry .entry-content section address {
        margin-bottom: 0; }
      body.page-template-page-reciprocal-clubs .hentry .entry-content section > a {
        display: inline; }
      body.page-template-page-reciprocal-clubs .hentry .entry-content section h3 {
        font-size: 14px;
        margin-bottom: 0;
        text-transform: uppercase; }
      body.page-template-page-reciprocal-clubs .hentry .entry-content section address > span,
      body.page-template-page-reciprocal-clubs .hentry .entry-content section address > div {
        display: block; }
      body.page-template-page-reciprocal-clubs .hentry .entry-content section .view-map {
        appearance: none;
        background-color: transparent;
        border: 1px solid #000;
        bottom: 10px; }
        body.page-template-page-reciprocal-clubs .hentry .entry-content section .view-map:focus, body.page-template-page-reciprocal-clubs .hentry .entry-content section .view-map:hover {
          background-color: rgba(0, 0, 0, 0.1); }
  body.page-template-page-reciprocal-clubs .hentry .entry-content {
    max-height: 1500px;
    max-width: 980px;
    margin: auto;
    box-shadow: 0px 5px 10px #ddd;
    padding: 20px 10px 20px; }
    body.page-template-page-reciprocal-clubs .hentry .entry-content .club-detail {
      /*margin-bottom: $spacing;*/
      margin-bottom: 30px;
      line-height: 1.8; }
      body.page-template-page-reciprocal-clubs .hentry .entry-content .club-detail .club-detail-title {
        margin-bottom: 10px;
        font-weight: 600; }
      body.page-template-page-reciprocal-clubs .hentry .entry-content .club-detail .club-detail-value {
        font-weight: 100;
        font-size: 1.4rem; }
        body.page-template-page-reciprocal-clubs .hentry .entry-content .club-detail .club-detail-value.external-link:link, body.page-template-page-reciprocal-clubs .hentry .entry-content .club-detail .club-detail-value.external-link:visited, body.page-template-page-reciprocal-clubs .hentry .entry-content .club-detail .club-detail-value.external-link:hover, body.page-template-page-reciprocal-clubs .hentry .entry-content .club-detail .club-detail-value.external-link:active {
          /*color: black;*/
          font-weight: 100;
          font-family: 'Merriweather'; }

#recipricolsPage {
  overflow: auto; }
  #recipricolsPage .form-inline {
    display: inline-block;
    margin: 0 2% 5% 2%; }
  #recipricolsPage .club {
    width: 50%;
    margin: 0 auto 2% auto;
    overflow: auto;
    position: relative; }
    #recipricolsPage .club .clubTitle {
      width: 70%;
      text-align: left;
      float: left; }
      #recipricolsPage .club .clubTitle h2 {
        margin-top: 15px;
        margin-bottom: 15px; }
    #recipricolsPage .club .clubCTA {
      text-align: right;
      float: right;
      width: 20%;
      position: absolute;
      right: 0;
      margin: auto;
      top: 50%;
      transform: translateY(-50%); }

.wpcf7-form, #ninja_forms_form_5 {
  font-size: 1.4rem;
  font-weight: 100;
  letter-spacing: 1px; }
  .wpcf7-form input[type=text], .wpcf7-form input[type=email], #ninja_forms_form_5 input[type=text], #ninja_forms_form_5 input[type=email] {
    width: 80%; }
  .wpcf7-form select, #ninja_forms_form_5 select {
    width: 40%;
    float: left; }

.ninja-forms-form-wrap label {
  font-weight: 100 !important;
  text-align: left; }

#ninja_forms_field_9_label {
  width: 100%;
  text-align: left; }

#notice-list .notice {
  padding: 0 10px 20px; }
  #notice-list .notice .date-time {
    background-color: #ddd;
    margin: 0;
    padding: 10px; }
  #notice-list .notice .notice-content {
    box-shadow: 0px 5px 10px #ddd;
    padding: 10px 10px 20px; }
    #notice-list .notice .notice-content .title {
      font-size: 18px;
      margin: 5px 10px 10px 0; }
    #notice-list .notice .notice-content .excerpt {
      font-size: 12px; }

.homepage-notices {
  padding-top: 40px;
  padding-bottom: 30px;
  width: 100%; }

#singleContent {
  margin-top: 40px;
  margin-bottom: 40px; }
  #singleContent .entry-header {
    /*background-color: #ddd;*/
    margin: 50px 0 0;
    padding: 20px 20px 15px 20px;
    /*margin: 20px auto;*/ }
    #singleContent .entry-header .entry-title {
      font-size: 2.4rem;
      color: #000;
      font-weight: 400;
      line-height: 1;
      margin: 0 10px;
      text-transform: uppercase;
      font-family: 'Lato'; }
    #singleContent .entry-header .entry-meta a {
      color: #000 !important; }
  #singleContent .entry-content {
    /*box-shadow: 0px 5px 10px #ddd;*/
    padding: 60px 10px 80px;
    margin: 0 0 50px; }

#singleNoticeContent {
  margin-top: 40px;
  margin-bottom: 40px; }
  #singleNoticeContent .entry-header {
    background-color: #ddd;
    margin: 50px 0 0;
    padding: 20px 20px 15px 20px;
    /*margin: 20px auto;*/ }
    #singleNoticeContent .entry-header .entry-title {
      font-size: 2.4rem;
      color: #000;
      font-weight: 400;
      line-height: 1;
      margin: 0 10px;
      text-transform: uppercase;
      font-family: 'Lato'; }
    #singleNoticeContent .entry-header .entry-meta a {
      color: #000 !important; }
  #singleNoticeContent .entry-content {
    box-shadow: 0px 5px 10px #ddd;
    padding: 60px 10px 80px;
    margin: 0 0 50px; }

.event-single {
  text-align: left; }
  .event-single header {
    margin-bottom: 20px; }
  @media (min-width: 768px) {
    .event-single {
      font-size: 1.6rem;
      margin: 5rem 10rem; } }
  .event-single .date-time {
    line-height: 1em; }
    .event-single .date-time__date {
      font-size: 20px;
      display: block; }

#shopping-basket-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: none; }
  #shopping-basket-icon img {
    width: 100%; }

#shop {
  overflow: auto;
  text-align: center; }
  #shop #shop-items-container {
    overflow: auto;
    width: 1125px;
    margin: 0 auto; }
  #shop .shop-item {
    width: 250px;
    float: left;
    margin: 15px;
    border: 1px solid #041b50;
    padding: 5px;
    height: 300px;
    position: relative; }
    #shop .shop-item img {
      width: 100%; }
    #shop .shop-item .btn, #shop .shop-item input[type="submit"], #shop .shop-item #overlay-outer #overlay-inner:before, #overlay-outer #shop .shop-item #overlay-inner:before {
      position: absolute;
      bottom: 10px;
      left: 0;
      right: 0;
      margin: auto;
      width: 75%; }
  #shop #shopping-basket-icon {
    top: -30px;
    right: 0; }

#shop-item {
  max-width: 500px;
  margin: 50px auto; }
  #shop-item #view-basket-btn {
    visibility: hidden; }

#basket #basketTable {
  border-collapse: collapse;
  width: 500px;
  margin: 50px auto; }
  #basket #basketTable th, #basket #basketTable td {
    border: 1px solid #ddd;
    padding: 8px; }
  #basket #basketTable tr:nth-child(even) {
    background-color: #f2f2f2; }
  #basket #basketTable tr:hover {
    background-color: #ddd; }
  #basket #basketTable th {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #041b50;
    color: white; }
#basket #buy-box {
  max-width: 500px;
  margin: 0 auto; }
  #basket #buy-box #member-details {
    margin: 0 0 20px 0; }
  #basket #buy-box span {
    color: black;
    font-weight: bolder; }

main.members-area .gdpr-notice {
  background-color: #041b50;
  color: white;
  padding: 3px 11px;
  border: 3px double white;
  margin-bottom: 20px;
  padding-top: 14px; }
  main.members-area .gdpr-notice p, main.members-area .gdpr-notice a {
    color: #FFFFFF; }
main.members-area .members-widget-header {
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 20px; }
main.members-area #member-account .balance-amount {
  background-color: #ddd;
  font-size: 2.5rem;
  font-family: "Lato";
  margin-bottom: 10px;
  padding: 10px;
  width: 100%; }
main.members-area #member-details .member-details-content {
  padding: 10px;
  text-align: left; }
  main.members-area #member-details .member-details-content .member-detail {
    display: inline-block;
    font-weight: bold;
    width: 30%; }
main.members-area #notice-list .notice {
  margin: 10px, 0; }
main.members-area #event-list .event {
  padding: 0 10px;
  text-align: left; }
  main.members-area #event-list .event .event-title {
    /*
    	Add for single line with ellipsis cut off ...
    */ }
    @media (min-width: 768px) {
      main.members-area #event-list .event .event-title {
        width: 55%;
        padding: 0 10px; } }
    @media (min-width: 991px) {
      main.members-area #event-list .event .event-title {
        width: 79%; } }
    @media (min-width: 1199px) {
      main.members-area #event-list .event .event-title {
        width: 55%; } }
  main.members-area #event-list .event > .date-time {
    display: inline-block; }
    @media (min-width: 768px) {
      main.members-area #event-list .event > .date-time {
        text-align: center;
        min-width: 20%;
        width: 20%;
        border-right: 1px solid #ccc; }
        main.members-area #event-list .event > .date-time * {
          display: block; } }
  main.members-area #event-list .event > a {
    display: inline-block;
    vertical-align: top; }
  main.members-area #event-list .event .btn, main.members-area #event-list .event input[type="submit"], main.members-area #event-list .event #overlay-outer #overlay-inner:before, #overlay-outer main.members-area #event-list .event #overlay-inner:before {
    display: block;
    margin-top: 20px; }
    @media (min-width: 768px) {
      main.members-area #event-list .event .btn, main.members-area #event-list .event input[type="submit"], main.members-area #event-list .event #overlay-outer #overlay-inner:before, #overlay-outer main.members-area #event-list .event #overlay-inner:before {
        display: inline-block;
        margin-top: 0;
        width: 23%; } }
    @media (min-width: 991px) {
      main.members-area #event-list .event .btn, main.members-area #event-list .event input[type="submit"], main.members-area #event-list .event #overlay-outer #overlay-inner:before, #overlay-outer main.members-area #event-list .event #overlay-inner:before {
        margin-top: 20px;
        width: 100%; } }
    @media (min-width: 1199px) {
      main.members-area #event-list .event .btn, main.members-area #event-list .event input[type="submit"], main.members-area #event-list .event #overlay-outer #overlay-inner:before, #overlay-outer main.members-area #event-list .event #overlay-inner:before {
        margin-top: 0;
        width: 23%; } }
  main.members-area #event-list .event + .event {
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin-top: 15px; }

.signInError {
  margin-bottom: -20px; }
  .signInError p {
    margin: 20px 0 0 0; }
  .signInError .errorCopy {
    color: #C70E0E; }

.ninja-forms-field-error {
  color: #C70E0E !important;
  text-align: left; }

.ninja-forms-error input[type=text] {
  border: 1px solid #C70E0E; }

a {
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

header a {
  text-decoration: none; }

@media (max-width: 767px) {
  .header-feature:not(.home) {
    align-items: flex-end; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .header-feature:not(.home) {
      overflow: visible; }
      .header-feature:not(.home) .entry-title {
        background-color: #041b50;
        margin: 0 auto -50px auto; }
      .header-feature:not(.home).the-club img {
        max-width: 250%;
        width: 250%;
        margin-left: -70%; } }
@media (max-width: 767px) {
  .header-feature.the-club {
    height: 250px !important; } }
#societyMenu {
  padding: 50px 0 0 0; }

.shootingSociateyContent {
  padding: 0 0 50px 0; }
  .shootingSociateyContent ol {
    padding: 0; }
  .shootingSociateyContent .tablepress {
    font-size: 1.4rem;
    line-height: normal;
    text-align: center; }
  .shootingSociateyContent .tablepress tfoot th,
  .shootingSociateyContent .tablepress thead th {
    background-color: #041b50;
    color: #FFFFFF; }
  .shootingSociateyContent .tablepress td, .shootingSociateyContent .tablepress th {
    text-align: center; }

/*# sourceMappingURL=style.css.map */
