@charset "UTF-8";
/* CSS Document */
html,body {
  margin: 0 0;
  padding: 0 0;

  background-color: #ffffff;
}

#page {
	padding-top: 75px;
}

input {
  font-family: inherit;
}

* {
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 0;
  padding: 0 0;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-weight: 400;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.image-container {
  position: relative;
  overflow: hidden;
}


.image-container.frame--16-9 {
  padding-bottom: 56.25%;
}

.image-container.frame--1-1 {
  padding-bottom: 100%;
}

.image-container.frame--2-1 {
  padding-bottom: 50%;
}

.image-container.frame--3-1 {
  padding-bottom: 33%;
}

.image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  position: absolute;
  width: 100%;
  height: 100%;
}

.video-container {
  overflow: hidden;
  border-radius: .5rem;
}

.video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#content {
  padding-top: 0;
}

#page {
  overflow: hidden;
  max-width: 100vw;
}

.page {
  clear: both;
  background-color: #ffffff;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

img.alignleft {
  float: left;
  display: inline-block;
  width: unset;
  margin-right: 2rem;
  margin-bottom: 2rem;
}

img.alignright {
  float: left;
  display: inline-block;
  width: unset;
  margin-left: 2rem;
  margin-bottom: 2rem;
}

@media (max-width: 960px) {

	img.alignleft {
  	margin-right: 1rem;
		margin-bottom: 1rem;
	}

	img.alignright {
 		margin-left: 1rem;
		margin-bottom: 1rem;
	}

}

iframe {
  max-width: 100%;
}

body.menu-open {
  overflow: hidden;
}

.page {
  max-width: 2560px;
  margin: 0 auto;
}

#content {

}

.drop-shadow {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
}

.hidden {
  display: none;
}

#field_1_13{order:99;}

/* ### Layout + Columns ### */
.max-width {
  width: calc(100% - 8rem);
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.max-width--a {
  max-width: 1175px;
}

.max-width--b {
  max-width: 860px;
}

.max-width--c {
  max-width: 800px;
}

.max-width--d {
  max-width: 760px;
}

.max-width--full-width {
  width: 100%;
  max-width: 1920px;
}

.col-container {
  font-size: 0px;
}

.col-container.grid {
  display: grid;
  grid-column-gap: 2.5rem;
  grid-row-gap: 3.5rem;
}

.grid--2 {
  grid-template-columns: 1fr 1fr;
}
.grid--3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.grid--4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid--5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.grid--6 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.grid--7 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.grid--8 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.col {
  display: inline-block;
  font-size: 1rem;
  position: relative;
}

.col.col-container {
  font-size: 0;
}

.va--top {
  vertical-align: top;
}

.va--middle {
  vertical-align: middle;
}

.va--bottom {
  vertical-align: bottom;
}

.col--1 {
  width: 100%;
}

.col--2 {
  width: 50%;
}

.col--3 {
  width: 33.33%;
}

.col--4 {
  width: 25%
}

.col--5 {
  width: 20%;
}

.col--55 {
  width: 55%;
}

.col--45 {
  width: 45%;
}

.col--60 {
  width: 60%;
}

.col--40 {
  width: 40%;
}

.col--70 {
  width: 70%;
}

.col--30 {
  width: 30%;
}

.col--35 {
  width: 37.5%;
}

.col--65 {
  width: 62.5%;
}

.col--80 {
  width: 80%;
}

.col--20 {
  width: 20%;
}

.fw--light {
  font-weight: 300;
}

.fw--regular {
  font-weight: 400;
}

.fw--semibold {
  font-weight: 600;
}

.fw--bold {
  font-weight: 700;
}

.fw--black {
  font-weight: 800;
}

.fs--italic {
  font-style: italic;
}

/* CTA's */
.cta-container {
  margin-top: 2rem;
  margin-bottom: .5rem;
}

.cta-container:first-child {
	margin-top: 0;
}

/* Text Alignment */
.ta--left {
  text-align: left;
}

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

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

/* Float */
.float--left {
  float: left;
}

.float--right {
  float: right;
}

.mza {
  margin: 0 auto;
}

.mlra {
  margin-left: auto;
  margin-right: auto;
}

.carousel {
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
  padding-bottom: 2rem;
}

.carousel-item {
  white-space: normal;
}

.bramwellmckay-password-protection {
  padding: 12rem 0;
  text-align: center;
  background-color: var(--brand-color-d);
}

.bramwellmckay-password-protection input[name="Submit"] {
  outline: none;
  border: none;
  padding: .5rem .75rem;
  border-radius: .25rem;
  display: block;
  margin: 1rem auto;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .5px;
  font-family: var(--font-family-secondary)
  font-weight: 400;
  box-shadow: none;
  height: unset;
  line-height: 1em;
  padding: .5rem .75rem;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid var(--brand-color-b);
  color: var(--brand-color-b);
  background: transparent;
  border-radius: .25rem;
  transition: all ease-in-out 150ms;
  cursor: pointer;
}
.bramwellmckay-password-protection input[name="Submit"]:hover {
  box-shadow: .25rem .25rem 0 rgba(0,0,0,.15);
}

.bramwellmckay-password-protection input[name="post_password"] {
  outline: none;
  border: 1px solid var(--brand-color-b);
  padding: .25rem;
  border-radius: .25rem;
  margin-left: .25rem;
}


.form-container {

}

.layout .layout--content .form-container input[type="text"],
.layout .layout--content .form-container textarea,
.layout .layout--content .form-container input[type="email"],
.layout .layout--content .form-container input[type="tel"] {
  outline: none;
  border: none;
  padding: .75rem .625rem;
}

.layout .layout--content .form-container textarea {
  max-height: 3.75rem;
}

.layout .layout--content .form-container .gform_heading {
  display: none;
}

 .layout .layout--content .form-container .gform_footer {
   display: block;
   grid-column: span 6;
   margin: 0 0;
   padding: 0 0;
 }

 .layout .layout--content .form-container .gform_footer input[type="submit"] {
   display: block;
   width: 100%;
   outline: none;
   border: none;
   font-weight: 500;
   text-transform: initial;
   margin-bottom: 0;
   height: 3.75rem;
   font-size: 1rem;
 }
