body, html {
  border: 0;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}

section {
  outline:0;
}

html {
  box-sizing: border-box;}
body{
  padding-top:80px;
}*, *:before, *:after {
  box-sizing: inherit;
}
h1,h2,h3,h4,h5,h6{
	margin:0;padding:0;
}
p{
	margin:0;
	margin-top:10px;
}

a {
  text-decoration:none;
}

img {
  max-width: 100%; }

.centerarea {
  max-width: 1080px;
  margin: 0 auto; }

.centered {
  text-align: center; }

.bg-primary {
  background-color: #3e8ede;
}

.bg-secondary {
  background-color: #298c5a;
  padding-bottom: 20px;
}

.bg-tertiary {
  background-color: #004a87;
}

.columns {
  display: flex;
  flex-direction:column;
}

.intro .columns{
	padding:0 40px;
}

.intro .column {
  padding:20px;
  border-bottom: 2px solid #ffffff;
  color:#ffffff;
}
.intro .column:last-of-type {
border: 0; }

.third {
  width: 33%; }

.quarter {
  width: 25%; }

.half {
  width: 50%; }

header {
  padding: 0;
  position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:99999;
}

header .centerarea {
	padding: 20px;
  	align-items:center;
  	justify-content:space-between;
}

header a#logo{
  display:block;
  text-align:center;
}

header a#logo img{
  height: auto;
  width: 200px;
}

nav {
    position:relative;
    text-align: center;
}

nav ul {
	list-style:none;
	margin:0;
	padding:0;
	white-space: nowrap;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
  padding-top:10px;
}

nav ul::-webkit-scrollbar {
    width: 0px;
    height:0px;
    background: transparent;
}

nav li {
	display:inline-block;
}

nav li a {
	color:#fff;
	font-size:18px;
  padding:0 20px;
  text-transform: uppercase;
}

nav .fade.left{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3e8ede+1,3e8ede+100&1+0,0+100 */
  background: -moz-linear-gradient(left, rgba(62,142,222,1) 0%, rgba(62,142,222,0.99) 1%, rgba(62,142,222,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(62,142,222,1) 0%,rgba(62,142,222,0.99) 1%,rgba(62,142,222,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(62,142,222,1) 0%,rgba(62,142,222,0.99) 1%,rgba(62,142,222,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e8ede', endColorstr='#003e8ede',GradientType=1 ); /* IE6-9 */
	position:absolute;
	left:0px;
	top:0;
	height:100%;
	width:20px;
}

nav .fade.right{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3e8ede+0,3e8ede+99&0+0,1+100 */
  background: -moz-linear-gradient(left, rgba(62,142,222,0) 0%, rgba(62,142,222,0.99) 99%, rgba(62,142,222,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(62,142,222,0) 0%,rgba(62,142,222,0.99) 99%,rgba(62,142,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(62,142,222,0) 0%,rgba(62,142,222,0.99) 99%,rgba(62,142,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003e8ede', endColorstr='#3e8ede',GradientType=1 ); /* IE6-9 */
  position:absolute;
	right:0px;
	top:0;
	height:100%;
	width:20px;
}

.hero {
  background-size:cover;
  background-position: center;
  min-height: 225px;
  margin-top: 142px;
}

.video {
  padding:60px 0 0 0;
}

.youtube {
  width: 90%;
}

/** YOUTUBE PLAYER **/
.embed-container {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

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

sup{
	font-size:8px;
}

.women-card p {
  padding-left: 15px;
  padding-right: 15px;
}

.intro > .centerarea {
	padding:60px;
}

.intro > .centerarea h1{
	color:#f39b29;
	font-family: 'Lusitana', serif;
	font-size:36px;
	font-weight:100;
}

.intro > .centerarea p{
	color:#004a87;
}

.intro-heading {
  font-family: 'Lusitana', serif;
  font-size: 33px;
  font-weight: 100;
  color: white;
  padding-top: 2%;
  padding-bottom: 1%;
}

.about .columns{
	flex-direction:column-reverse;
}

.about .column{
	padding:35px;
}

.about h3{
	color:#f39b29;
	font-family: 'Lusitana', serif;
	font-size:26px;
  font-weight:100;
  padding-left: 30px;
}

.about p{
	color:#004a87;
  margin-top:20px;
  padding-left: 30px;
}

.about .column.mbh{
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center bottom;
  height:400px;
}

.slick-slide{
	padding:0px;
}

.slick-slide {
	padding:20px 10px;
}

.arrowLeft, .arrowRight{
	position:absolute;
	background-image:url(../img/arrow.png);
	background-repeat:no-repeat;
	background-position:center;
	width:48px;
	height:100%;
	opacity:0.5;
	top:0;
	left:0;
	z-index:9999;
	display:none;
}

.arrowRight {
	right:0;
	top:0;
	left:auto;
	background-image:url(../img/arrow_reverse.png);
}

.arrowLeft:hover, .arrowRight:hover {
	opacity:1.0;
	cursor:pointer;
}

.booking .centerarea {
  padding:0px 0;
  color:#ffffff;
}

.booking a {
  color:#ffffff;
}

.booking {
  background-repeat:no-repeat;
  background-size:0%;
  background-position:right;
  padding:0px;
}

.booking .half-desktop:nth-of-type(1) {
	padding:40px;
}

.booking .half-desktop:nth-of-type(2) {
	height:300px;
	background-size:cover;
	background-position:center;
}

section h3 {
  font-family: 'Lusitana', serif;
	font-size:26px;
	font-weight:100;
}

footer .columns .column{
	text-align: center;
	color: #ffffff;
	margin-bottom: 20px;
}

.footer-logo {
  text-align: center !important;
}

ul.social{
	list-style:none;
	padding:0;
	margin:0;
	display:flex;
	justify-content:space-around;
	align-items: left;
	padding:20px;
}

ul.social li {
	display:inline-block;
	opacity:.8;
}

ul.social li a{
	display:block;
	background-image:url(../img/linkedin_icon.png);
	width:40px;
	height:40px;
  text-indent:-9999px;
}

ul.social li.facebook a {
	background-image:url(../img/fb_icon.png);
}

ul.social li.twitter a {
	background-image:url(../img/twitter_icon.png);
}

ul.social li.blog a {
	background-image:url(../img/blog_icon.png);
}

ul.social li:hover{
	opacity:1.0;
}

p.footnote{
	padding:5px 10px;
	font-size:10px;
	margin:0;
}

p.copyright {
  color: #dfdfdb;
}

p.address,
p.disclosure, {
	margin: 0 10px 10px;
}

footer .column.live h4{
	font-size:22px;
	font-weight:100;
	margin:0;
	padding:0;
}

footer {
	padding-bottom:40px;
	color: #fff;
}

.hck2{
	color:#dfdfdb;
	font-size:7px;
	font-style:italic;
	margin:0;
}

.back {
  display:none;
}

.broker-check-description {
	text-align: center;
	color: #fff;
	border-bottom: 1px solid #e6e6e6;
	padding: 10px;
	margin: 0;
  /* background: rgba(0,0,0,0.1); */
  background: #535353;
}

/*tablet*/
@media (min-width: 767px) {
 	header {
		padding: 0;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		z-index:99999;
	}

	header .centerarea {
		padding: 20px;
		display:flex;
		justify-content:space-between;
	}

	header a#logo{
	  display:block;
    text-align:center;
	}

	header a#logo img{
    height:60px;
  }

	nav ul {
		overflow:auto;
  }

	.hero {
		min-height: 400px;
		margin-top: 65px;
	}
	.columns {
		flex-direction:column;
	}
	.third-tablet {
	  width: 33%; }

	.quarter-tablet {
	  width: 25%; }

	.half-tablet {
	  width: 50%; }
	 .about .column.mbh {
	 	height:600px;
	 }
	 .arrowLeft, .arrowRight{
	 	display:block;
	 }

	.slick-slide {
		padding:20px 100px;
	}

	.booking .centerarea {
	  padding:40px 0;
	  color:#ffffff;
	}
	.booking {
	  background-repeat:no-repeat;
	  background-size:50%;
	  background-position:right;
	  padding:0px;
	}

	.booking .half-desktop:nth-of-type(1) {
		padding:40px;
	}

	.booking .half-desktop:nth-of-type(2) {
		display:none;
  }

	ul.social{
		display:flex;
		justify-content: left;
		align-items: left;
		padding: 20px 20px 20px 0;
  }

	ul.social li {
		margin: 10px 20px 10px 0;
  }

	footer {
		text-align:center;
  }

	footer .columns{
		display:flex;
		align-items:center;
	}
}

@media (min-width: 900px) {
	footer .columns {
		display:flex;
		justify-content:space-around;
		align-items: left;
		flex-direction:row;
		/* padding:40px 0; */
	}
	footer .columns .column{
		text-align: left;
		padding: 20px 20px 20px 0;
  }
}

/*desktop*/
@media (min-width: 1024px) {
  .flip-container {
  	perspective: 1000px;
    -webkit-transform-style: preserve-3d;
  }

  .flip-container:hover .flipper, .flip-container.hover .flipper {
  	transform: rotateY(180deg);
  }
  .flip-container, .front, .back {
    width:100%;
    height:280px;
  }

  .flipper {
  	transition: 0.6s;
  	transform-style: preserve-3d;
  	position: relative;
  }

  .front, .back {
    display:block;
  	backface-visibility: hidden;
  	position: absolute;
  	top: 0;
  	left: 0;
  }

  .front {
  	z-index: 2;
  	transform: rotateY(0deg);
    background:#298c5a;
  }

  .back {
  	transform: rotateY(180deg) translateZ(1px);
    	background:#22714a;
      padding-top: 20px;
  }
	header a#logo img{
		height:auto;
	}
	.hero {
    min-height: 680px;
    margin-top: 83px;
	}
	.third-desktop {
	  width: 33%; }

	.quarter-desktop {
	  width: 25%; }

	.half-desktop {
	  width: 50%; }

	.about .columns{
		flex-direction:row;
	}
	.about .column{
		padding:100px 0;
	}
	.about .column.mbh{
    background-position: 0 -3px;
    background-size: 100% 101%;
    padding: 0;
    margin: 0;
	  height:auto;
  }

  .about .column.mbh + .column {
    padding: 40px 0;
  }

	.intro .columns {
		flex-direction:row;
		padding:20px 0;
	}
	.intro .column {
	  padding: 0 40px;
	  border-right: 2px solid #ffffff;
	  border-bottom:0;
	}
	.arrowLeft, .arrowRight{
	 	display:block;
	 }
	.slick-slide {
		padding:20px 100px;
	}
	footer {
		text-align:left;
  }

  .control p {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.mbh-photo {
  background-image:url("../img/MBH.png");
}

.tm {
	font-size: large;
}

@media (max-width: 1023px) {
  .mbh-photo {
    background-image: url("../img/michelle_mobile.png");
  }
}

@media (max-width: 1080px) {
  .address, .disclosure, .footnote {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}

@media (max-width: 500px) {
  nav {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }

  nav li a {
    padding: 0 5px;
  }
}
