/*VARIABLES*/
/*COMMON FORMAT*/
/*_Clearfix*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/*_Media*/
.media {
  margin: 10px; }

.media, .bd {
  overflow: hidden;
  _overflow: visible;
  zoom: 1; }

.media .img {
  float: left;
  margin-right: 10px; }

.media .img img {
  display: block; }

.media .imgr {
  float: right;
  margin-left: 10px; }

/*_Float*/
.listh {
  overflow: hidden; }

.right, .colr {
  float: right; }

.left, .col, .col1, .col2, .col3, .col4, .listh li {
  float: left; }

/*_Inner*/
.noborder {
  border: 0 !important; }

input, textarea {
  font-family: 'Proxima Nova', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  letter-spacing: 3px; }

input[type='submit'], input[type='button'] {
  cursor: pointer; }

strong {
  font-weight: 600 !important; }

.italic {
  font-style: italic !important; }

.uppercase {
  text-transform: uppercase; }

.rounded {
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.pie {
  position: relative; }

hr {
  margin: 20px 0 20px; }

/*Bootstrap*/
.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-print, .visible-print-block, .visible-print-inline, .visible-print-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  td.visible-lg, th.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; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

select {
  padding-right: 30px;
  height: 43px;
  border-radius: 0;
  border: 1px solid #d1d2d4;
  background: #fff url(../images/arrow-down1.png) no-repeat right 0px;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none; }

select::-ms-expand {
  display: none; }

.ie select, .ie9 select {
  background: #fff; }

/*TYPOGRAPHY*/
body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility\9;
  line-height: 1.5;
  font-size: 17px;
  font-weight: 400;
  font-family: "Proxima Nova", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #005866;
  letter-spacing: 0.1rem;
  background: #fff; }

a {
  color: #005866;
  text-decoration: underline;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  /* ...and now for the proper property */
  transition: .3s; }

a:hover {
  text-decoration: underline;
  color: #e29d51; }

h1 {
  margin: 0 0 35px;
  line-height: 1.1;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.2rem;
  color: #e29d51; }

h2 {
  margin: 0 0 35px;
  line-height: 1.1;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.2rem;
  color: #e29d51; }

h3 {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
  letter-spacing: 0.2rem; }

h4 {
  margin: 0 0 10px;
  font-size: 14px; }

h5 {
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 12px; }

h6 {
  margin: 0 0 10px;
  font-size: 44pt; }

.section-heading {
  font-size: 20px;
  text-align: center;
  text-transform: uppercase; }

.heading {
  font-weight: 400; }

.bg-dark {
  color: #fff; }
  .bg-dark h1, .bg-dark h2 {
    color: #fff; }
  .bg-dark a {
    color: #fff;
    text-decoration: none; }
    .bg-dark a:hover {
      color: #e29d51; }

p {
  margin: 0 0 15px; }

video {
  width: 100%    !important;
  height: auto   !important; }

input[type="text"], input[type="email"], input[type="tel"], textarea {
  padding: 0px 10px;
  height: 50px;
  font-size: 15px;
  border: 1px solid #005866;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

textarea {
  min-height: 90px; }

::-webkit-input-placeholder {
  color: #005866; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #005866; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #005866; }

:-ms-input-placeholder {
  color: #005866; }

.center {
  text-align: center; }

.purple {
  color: #6500ab; }

h1.heading {
  font-size: 44pt;
  font-family: 'Northwell', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  margin-bottom: 35px; }

h2.heading {
  margin: 0 0 35px;
  font-size: 59px;
  font-style: normal;
  font-weight: normal;
  font-family: 'Northwell', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #c5a16f;
  line-height: 88px; }

.heading {
  margin: 0 0 10px; }

.heading span {
  position: relative;
  padding: 0; }

.heading span:before, .heading span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -100px;
  width: 75px;
  height: 1px;
  line-height: 0;
  font-size: 0;
  background: #e29d51; }

.heading span:after {
  left: auto;
  right: -100px; }

.ff-alcott {
  font-family: "The Alcott", Arial, "Helvetica Neue", Helvetica, sans-serif; }

.ff-alcott.h2 {
  line-height: 0.85;
  font-size: 90px; }

.text {
  padding: 0 15%; }

.vertical-text {
  display: inline-block;
  writing-mode: vertical-rl;
  transform: rotate(180deg); }

.text-gold {
  color: #e29d51; }

/* Images */
.alignleft {
  float: left; }

.alignright {
  float: right; }

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

img {
  max-width: 100%;
  height: auto; }

img.alignleft {
  margin: 5px 20px 5px 0; }

.wp-caption.alignleft {
  margin: 5px 10px 5px 0; }

img.alignright {
  margin: 5px 0 5px 20px; }

.wp-caption.alignright {
  margin: 5px 0 5px 10px; }

img.aligncenter {
  margin: 5px auto; }

img.alignnone {
  margin: 5px 0; }

.wp-caption .wp-caption-text, .entry-caption, .gallery-caption {
  color: #0d1522;
  font-size: 18px;
  font-style: italic;
  font-weight: 300; }

img.wp-smiley, .rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.wp-caption.alignleft + ul, .wp-caption.alignleft + ol {
  list-style-position: inside; }

.fz24 {
  font-size: 24px;
  letter-spacing: 0.2rem; }

/*Structure*/
.container {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1140px; }

.top-info {
  padding: 10px 40px;
  font-size: 15px;
  text-align: center;
  background: #d2efec;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  /* ...and now for the proper property */
  transition: .3s; }
  .top-info a {
    text-decoration: none;
    color: #005866; }
    .top-info a:hover {
      color: #e29d51; }

.top-bar {
  overflow: hidden;
  height: 85px;
  color: #fff;
  background: #005866; }
  .top-bar .left {
    position: relative;
    z-index: 1;
    padding-top: 25px; }
  .top-bar .right {
    position: relative;
    z-index: 1;
    padding-top: 19px; }
  .top-bar .bd {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%; }
  .top-bar .logo {
    overflow: hidden;
    text-indent: -9999px;
    display: block;
    margin: 14px auto 0;
    width: 63px;
    height: 53px;
    background: url(../images/logo-a.svg) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain; }

.header {
  position: relative;
  z-index: 888;
  top: 0;
  left: 0;
  width: 100%;
  color: #005866;
  background: #fff; }
  .header > .container {
    height: 75px; }
  .header .main-nav {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d; }
    .header .main-nav .menu-main {
      margin: 0;
      padding: 0;
      list-style: none;
      font-size: 16px;
      font-weight: 600;
      text-align: center;
      text-transform: uppercase; }
      .header .main-nav .menu-main > li {
        position: relative;
        display: inline-block;
        margin: 0 1.8%; }
        .header .main-nav .menu-main > li > a {
          display: block;
          padding: 20px 0;
          line-height: 20px;
          text-decoration: none;
          color: #005866;
          letter-spacing: 0.15rem; }
      .header .main-nav .menu-main > .current-menu-item > a, .header .main-nav .menu-main > li:hover > a {
        color: #e29d51; }
    .header .main-nav .sub-menu {
      display: none;
      position: absolute;
      top: 18px;
      left: -15px;
      margin: 5px 0 0;
      padding: 0 0 5px;
      text-align: left;
      text-transform: none;
      background: #fff;
      background: rgba(255, 255, 255, 0.85); }
      .header .main-nav .sub-menu li {
        display: block;
        margin: 0; }
        .header .main-nav .sub-menu li a {
          display: block;
          padding: 8px 15px;
          min-width: 150px;
          max-width: 250px;
          text-decoration: none; }
        .header .main-nav .sub-menu li a:hover {
          color: #e29d51; }
    .header .main-nav li:hover .sub-menu {
      display: block; }
  .header .btn-book {
    display: inline-block;
    padding: 0 16px;
    height: 46px;
    line-height: 44px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    color: #d2efec;
    letter-spacing: 0.15rem;
    border: 1px solid #d2efeb; }
    .header .btn-book:hover {
      color: #e29d51;
      border: 1px solid #e29d51; }

.scrolled .header {
  position: fixed; }

.header-nav_button {
  position: absolute;
  z-index: 101;
  right: 15px;
  top: 14px;
  width: 30px;
  height: 30px;
  line-height: 88px;
  display: block;
  margin: 0;
  font-size: 16px;
  color: #575756;
  letter-spacing: 0.15rem;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none; }
  .header-nav_button:hover {
    text-decoration: none; }

.header-nav_button,
.header-nav_button--nav_active .header-hamburger {
  background: transparent !important; }

.header-nav_button--nav_active .header-hamburger:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.header-nav_button--nav_active .header-hamburger:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.header-nav_button--nav_active .header-hamburger:before, .header-nav_button--nav_active .header-hamburger:after {
  -webkit-transition-delay: 0ms, .15s;
  transition-delay: 0ms, .15s; }

.header-hamburger {
  top: 50%;
  right: 0;
  width: 1.5rem; }
  .header-hamburger, .header-hamburger:before, .header-hamburger:after {
    position: absolute;
    height: .0625rem;
    background: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  .header-hamburger:before, .header-hamburger:after {
    content: "";
    display: block;
    left: 0;
    width: 100%; }
  .header-hamburger:before {
    top: -.5rem; }
  .header-hamburger:after {
    bottom: -.49375rem; }

.admin-bar .header {
  top: 32px; }

.header-placeholder {
  display: none;
  height: 145px; }

.scrolled .header-placeholder {
  position: fixed; }

.bottom {
  padding: 60px 0;
  background: #d2efec; }
  .bottom .bottom-links {
    overflow: hidden; }
    .bottom .bottom-links a {
      position: relative;
      display: block;
      margin: 30px auto;
      width: 270px;
      height: 270px;
      font-size: 21px;
      text-align: center;
      text-decoration: none;
      letter-spacing: 0.15rem;
      color: #e29d51;
      border: 1px solid #e29d51;
      border-radius: 50%;
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      transform-style: preserve-3d; }
      .bottom .bottom-links a:before {
        content: '';
        display: block;
        position: absolute;
        z-index: 0;
        left: 3px;
        top: 3px;
        width: 260px;
        height: 260px;
        border: 1px solid #e29d51;
        border-radius: 50%; }
      .bottom .bottom-links a span {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
        display: block;
        line-height: 1.2; }
    .bottom .bottom-links a:hover {
      color: #fff;
      background: #e29d51; }

.footer {
  overflow: hidden;
  padding-top: 75px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  background: #005866; }
  .footer a {
    color: #fff;
    text-decoration: none; }
  .footer a:hover {
    text-decoration: underline; }

.bg-line {
  position: relative; }

.bg-line:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 30px;
  background: url(../images/pattern.png) repeat-x top center;
  -webkit-background-size: auto 30px;
  background-size: auto 30px; }

.bg-line.bg-line-bottom:before {
  top: auto;
  bottom: 0; }

.bg-line.bg-line-dark:before {
  background-image: url(../images/pattern-dark.png); }

.bg-line.bg-line-gold:before {
  background-image: url(../images/pattern-gold.png); }

.footer-row1 h3 {
  margin-bottom: 20px;
  line-height: 1;
  text-align: center; }

.footer-top {
  overflow: hidden; }

.menu-footer {
  margin: 0 0 35px;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2rem; }
  .menu-footer li {
    display: inline-block;
    margin: 0 10px;
    padding: 0; }
    .menu-footer li a {
      color: #fff;
      text-decoration: none; }
    .menu-footer li a:hover {
      color: #e29d51;
      text-decoration: none; }

.footer-bottom {
  overflow: hidden;
  padding: 20px 0;
  font-size: 10px;
  letter-spacing: 0.15rem;
  border-top: 1px solid #e29d51; }
  .footer-bottom .left, .footer-bottom .right {
    position: relative;
    z-index: 1;
    padding-top: 5px; }
  .footer-bottom .bd {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center; }
  .footer-bottom .social a {
    color: #e29d51; }
    .footer-bottom .social a:hover {
      color: #d2efeb; }
  .footer-bottom a:hover {
    color: #e29d51; }

.social a {
  display: inline-block;
  margin: 0 8px;
  text-align: center;
  text-decoration: none;
  color: #d2efeb; }
  .social a .fa {
    display: inline-block;
    line-height: 33px;
    font-size: 20px; }
  .social a .fa-facebook {
    margin-left: 2px; }
  .social a .fa-instagram {
    margin-left: 3px; }
  .social a:hover {
    color: #e29d51;
    text-decoration: none; }

.form-newsletter {
  margin-bottom: 10px; }
  .form-newsletter .form-wrap {
    overflow: hidden;
    margin: 0 auto;
    width: 320px;
    text-align: left;
    border: 1px solid #e29d51; }
  .form-newsletter input {
    height: 64px;
    vertical-align: top;
    outline: none;
    border: 0 !important;
    background: none; }
  .form-newsletter [type="text"] {
    padding-left: 20px;
    width: 258px;
    border-right: 1px solid #e29d51 !important; }
  .form-newsletter [type="submit"] {
    width: 60px;
    background: url(../images/arrow-right.png) center center no-repeat; }
  .form-newsletter [type="text"]::-webkit-input-placeholder {
    color: #fff; }
  .form-newsletter [type="text"]:-moz-placeholder {
    /* Firefox 18- */
    color: #fff; }
  .form-newsletter [type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff; }
  .form-newsletter [type="text"]:-ms-input-placeholder {
    color: #fff; }
  .form-newsletter .MGLPoweredBy {
    display: none; }
  .form-newsletter #errordisplay {
    text-transform: none; }
    .form-newsletter #errordisplay strong {
      font-family: "Proxima Nova", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
      font-weight: normal !important; }
  .form-newsletter .MGLSuccessMessage {
    text-align: center; }

.home-links .wpb_column {
  border-left: 2px solid #d2efec; }

.home-links .wpb_column:nth-child(1) {
  border-left: 0; }

.home-links a {
  display: block;
  padding: 25px 0;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.15rem; }

.home-links a:hover {
  color: #e29d51; }

.more {
  position: relative;
  display: inline-block;
  font-size: 15px;
  text-decoration: none;
  letter-spacing: 0.15rem;
  color: #005866; }
  .more:before {
    content: '';
    position: absolute;
    bottom: -10px;
    margin-left: 5%;
    width: 90%;
    border-bottom: 1px solid #e29d51; }
  .more:hover {
    text-decoration: none; }

.section-story {
  position: relative; }
  .section-story .vertical-text {
    position: absolute;
    left: 0;
    top: 100px;
    font-size: 19px;
    letter-spacing: 0.15rem; }

.box-events {
  margin: 0 auto !important;
  max-width: 680px;
  color: #fff;
  border: 1px solid #e29d51; }
  .box-events h2 {
    color: #fff; }
  .box-events a {
    color: #fff; }
    .box-events a:hover {
      color: #e29d51; }

.section-social {
  text-align: center; }
  .section-social a {
    display: inline-block;
    margin: 0 15px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.15rem;
    color: #fff; }
    .section-social a .fa {
      font-size: 20px; }

.slick-slider .slick-arrow.slick-prev {
  left: -30px !important;
  width: 19px;
  height: 26px;
  background: url(../images/arrow-prev.png) no-repeat center !important; }

.slick-slider .slick-arrow.slick-next {
  right: -30px !important;
  width: 19px;
  height: 26px;
  background: url(../images/arrow-next.png) no-repeat center !important; }

.slick-slider .slick-prev:before, .slick-slider .slick-next:before {
  display: none; }

.page-banner {
  position: relative;
  background-position: center top !important;
  background-size: cover !important; }
  .page-banner .vc_column-inner > .wpb_wrapper {
    position: relative; }
  .page-banner .wpb_content_element {
    max-height: 600px; }
    .page-banner .wpb_content_element:before {
      content: "";
      display: block;
      overflow: hidden;
      padding-top: 66%;
      height: 0; }
    .page-banner .wpb_content_element .wpb_wrapper {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      transform-style: preserve-3d; }
      .page-banner .wpb_content_element .wpb_wrapper h1, .page-banner .wpb_content_element .wpb_wrapper h2 {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        line-height: 0.8;
        font-family: "The Alcott", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 90px;
        color: #fff;
        letter-spacing: 0.2rem; }

.event-banner {
  position: relative;
  overflow: hidden;
  max-height: 600px; }
  .event-banner .banner-bg {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    -webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px); }
  .event-banner > img {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0 auto;
    width: auto;
    max-height: 600px; }
  .event-banner .event-title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d; }
    .event-banner .event-title h1, .event-banner .event-title h2 {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      padding: 0 15px;
      line-height: 0.8;
      font-family: "The Alcott", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 90px;
      text-align: center;
      color: #fff;
      letter-spacing: 0.2rem; }

.wpb_content_element.content {
  margin: 0 auto;
  max-width: 900px; }

.btn-menus a, .btn2, .form-enquiry .efbuttons {
  position: relative;
  display: inline-block;
  margin: 18px 20px;
  padding: 0 20px;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.2rem;
  color: #e29d51;
  white-space: nowrap;
  border: 1px solid #e29d51;
  background: none !important; }
  .btn-menus a:before, .btn2:before, .form-enquiry .efbuttons:before {
    content: '';
    position: absolute;
    left: -6px;
    right: -6px;
    top: -6px;
    bottom: -6px;
    border: 1px solid #e29d51;
    background: none; }
  .btn-menus a:hover, .btn2:hover, .form-enquiry .efbuttons:hover {
    text-decoration: none;
    color: #fff;
    background: #e29d51; }

.btn-book-wrap {
  margin-top: 40px;
  text-align: center; }

.whats-on-section {
  overflow: hidden;
  margin: 0 -15px; }
  .whats-on-section .item {
    float: left;
    margin-bottom: 30px;
    padding: 0 15px;
    width: 33.3332%; }
    .whats-on-section .item .inner {
      position: relative;
      padding-bottom: 20px;
      text-align: center;
      background: #fff; }
    .whats-on-section .item .thumb {
      display: block;
      margin-bottom: 30px;
      padding-top: 100%;
      width: 100%;
      height: 0;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
    .whats-on-section .item .meta-date {
      margin-bottom: 25px;
      padding: 0 15px;
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      color: #e29d51; }
    .whats-on-section .item .title {
      display: block;
      padding: 0 15px;
      height: 80px;
      font-size: 20px;
      text-decoration: none;
      letter-spacing: 0.2rem;
      text-transform: uppercase; }

.event-content {
  padding: 120px 0 70px; }
  .event-content .meta-date {
    margin-bottom: 50px;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #e29d51; }
  .event-content .event-title h1 {
    margin-bottom: 50px;
    padding: 0 15px;
    line-height: 0.8;
    font-family: "The Alcott", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 70px;
    text-align: center;
    color: #005866;
    letter-spacing: 0.2rem; }

.other-events {
  padding: 70px 0 40px;
  background: #f1fafb; }
  .other-events h2 {
    margin-bottom: 70px;
    text-align: center; }

.form-enquiry {
  display: none;
  position: absolute;
  z-index: 999;
  left: 0;
  width: 100%; }
  .form-enquiry .wpcf7, .form-enquiry .form-wrap {
    position: relative;
    margin: 0 auto;
    padding: 80px 30px 60px;
    max-width: 800px;
    background: #fff; }
    .form-enquiry .wpcf7 h2, .form-enquiry .form-wrap h2 {
      margin-bottom: 50px;
      font-size: 24px;
      text-align: center;
      letter-spacing: 0.2rem;
      color: #e29d51; }
    .form-enquiry .wpcf7 .dynamic_form, .form-enquiry .form-wrap .dynamic_form {
      width: 100%; }
    .form-enquiry .wpcf7 .enquiryformLabel, .form-enquiry .form-wrap .enquiryformLabel {
      display: flex;
      margin: 0;
      height: 40px;
      align-items: center; }
    .form-enquiry .wpcf7 label, .form-enquiry .form-wrap label {
      overflow: hidden;
      display: block;
      margin: 0;
      padding: 0;
      width: 100%;
      line-height: 1;
      vertical-align: middle;
      font-size: 14px;
      font-weight: normal;
      color: #005866 !important; }
    .form-enquiry .wpcf7 .enquiryformLabel, .form-enquiry .wpcf7 .form-group, .form-enquiry .form-wrap .enquiryformLabel, .form-enquiry .form-wrap .form-group {
      padding: 0; }
    .form-enquiry .wpcf7 div.bootstrap .form-group-sm .form-control, .form-enquiry .form-wrap div.bootstrap .form-group-sm .form-control {
      height: 40px;
      font-size: 14px;
      color: #005866;
      border: 1px solid #005866; }
    .form-enquiry .wpcf7 .efbuttons, .form-enquiry .form-wrap .efbuttons {
      margin-right: 15px;
      padding: 0 !important;
      width: 90% !important;
      font-size: 14px;
      text-transform: uppercase; }
  .form-enquiry h3 {
    margin-bottom: 50px;
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.2rem;
    color: #e29d51; }
  .form-enquiry h4 {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 600;
    text-align: center; }
  .form-enquiry .event-info-heading {
    margin: 30px 0 50px; }
  .form-enquiry .form-row {
    overflow: hidden;
    margin: 0 -15px; }
    .form-enquiry .form-row .lbl {
      display: block;
      margin-bottom: 15px; }
    .form-enquiry .form-row .col {
      float: left;
      padding: 0 15px;
      width: 50%; }
    .form-enquiry .form-row .col1 {
      padding: 0 15px;
      width: 100%; }
    .form-enquiry .form-row .wpcf7-form-control-wrap {
      display: block;
      position: relative;
      margin-bottom: 30px; }
    .form-enquiry .form-row input {
      padding: 0;
      width: 100%;
      height: 40px;
      font-size: 17px;
      border: 0;
      border-bottom: 1px solid #005866;
      background: none;
      outline: none; }
    .form-enquiry .form-row [type="checkbox"] {
      float: left;
      margin: 0 15px 0 0;
      width: auto; }
    .form-enquiry .form-row .wpcf7-list-item-label {
      float: left;
      line-height: 40px; }
  .form-enquiry .btn-close-popup {
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/btn-close.svg) no-repeat center;
    background-size: contain; }

.popup-opened {
  position: relative; }
  .popup-opened:before {
    content: '';
    position: absolute;
    z-index: 990;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(220, 238, 238, 0.85); }
  .popup-opened .form-enquiry {
    display: block !important; }

div.wpcf7-response-output {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 1em !important;
  border-width: 1px !important; }

span.wpcf7-not-valid-tip {
  margin-top: 5px;
  font-size: 14px !important; }

.ultimate-map-wrapper {
  margin-bottom: 0 !important; }

.contact-btns .btn2 {
  width: 220px; }

.box-community {
  margin-bottom: 30px; }
  .box-community .wpb_single_image .vc_figure,
  .box-community .wpb_single_image .vc_single_image-wrapper {
    display: block; }
  .box-community .full-width img {
    display: block;
    width: 100%;
    height: auto; }
  .box-community > .vc_column-inner > .wpb_wrapper {
    padding-bottom: 30px;
    height: 100%;
    background: #fff; }
  .box-community h3 {
    font-size: 24px;
    color: #e29d51;
    letter-spacing: 0.2rem; }
  .box-community .text {
    padding: 0 15px; }

.vc_tta-panel {
  border-bottom: 1px solid #005866; }
  .vc_tta-panel .vc_tta-panel-heading {
    padding: 10px 0;
    background: none !important; }
    .vc_tta-panel .vc_tta-panel-heading:hover {
      background: none !important; }
    .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a {
      font-size: 20px;
      font-weight: normal;
      color: #e29d51 !important; }
  .vc_tta-panel .vc_tta-controls-icon {
    display: block !important;
    left: 0 !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px;
    text-align: center;
    color: #e29d51;
    border: 1px solid #e29d51; }
    .vc_tta-panel .vc_tta-controls-icon:before {
      left: 50% !important;
      margin-left: -8px;
      width: 16px;
      border-top: 1px solid #e29d51 !important; }
    .vc_tta-panel .vc_tta-controls-icon:after {
      top: 50% !important;
      bottom: auto;
      margin-top: -8px;
      height: 16px;
      border-left: 1px solid #e29d51 !important; }
  .vc_tta-panel .vc_tta-panel-body {
    padding: 0 15px 30px 46px !important; }

#popup-visit {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 35px;
  width: 100vw;
  height: 100vh; }
  #popup-visit.active {
    display: block; }
  #popup-visit .container {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 70%;
    max-width: 1280px;
    max-height: 100vh;
    background: #fff; }
  #popup-visit .popup-content {
    overflow-y: auto;
    padding: 30px;
    max-height: 100vh; }
  #popup-visit h2 {
    margin-bottom: 40px;
    text-align: center;
    font-weight: 400; }
  #popup-visit p {
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: 14px; }
  #popup-visit .btn-join {
    display: block;
    margin: 0 auto;
    padding: 10px 0;
    width: 100%;
    max-width: 400px;
    line-height: 40px;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background: #005866; }
  #popup-visit .btn-join:hover {
    background: #e29d51; }
  #popup-visit .btn-close {
    overflow-y: hidden;
    text-indent: -9999px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    background: url(../images/x.svg) no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain; }

.logo-a-gold img {
  width: 65px;
  height: auto; }

.footer-row3 .logo3 {
  display: block;
  overflow-x: hidden;
  margin: 45px auto 40px;
  text-indent: -9999px;
  width: 200px;
  height: 90px;
  background: url(../images/logo-northscollective.svg) no-repeat center;
  background-size: contain; }

.top-bar .social {
  float: left; }

.covid-safe {
  display: block;
  float: left;
  margin: -28px 0 0 6px;
  width: 80px;
  height: 90px;
  background: url(../images/COVID_Safe_Badge_Digital.png) no-repeat center;
  background-size: contain; }
