/*--------------------------------------*/
/* BOOTSTRAP RESET
/*--------------------------------------*/
.row {
	margin-left: 0;
	margin-right: 0;
}
ul, ol {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
a {
	outline: 0 !important;
}
a:hover, a:focus {
	text-decoration: none;
}
.form-control {background: transparent;border:none;border-radius: 0;box-shadow:none; padding:0;}
.form-control:focus {border-color: transparent; box-shadow: none; background: transparent;}
.carousel-control.left, .carousel-control.right {background: none !important;filter: progid:none !important;}
textarea {resize: none;}

/*--------------------------------------*/
/* GLOBAL
/*--------------------------------------*/
@font-face {
    font-family: 'colaboratelightregular';
    src: url('../fonts/ColabLig-webfont.eot');
    src: url('../fonts/ColabLig-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ColabLig-webfont.woff') format('woff'),
         url('../fonts/ColabLig-webfont.ttf') format('truetype'),
         url('../fonts/ColabLig-webfont.svg#colaboratelightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'colaborate-mediumregular';
    src: url('../fonts/ColabMed-webfont.eot');
    src: url('../fonts/ColabMed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ColabMed-webfont.woff') format('woff'),
         url('../fonts/ColabMed-webfont.ttf') format('truetype'),
         url('../fonts/ColabMed-webfont.svg#colaborate-mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'colaborate-regularregular';
    src: url('../fonts/ColabReg-webfont.eot');
    src: url('../fonts/ColabReg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ColabReg-webfont.woff') format('woff'),
         url('../fonts/ColabReg-webfont.ttf') format('truetype'),
         url('../fonts/ColabReg-webfont.svg#colaborate-regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'colaborate-thinregular';
    src: url('../fonts/ColabThi-webfont.eot');
    src: url('../fonts/ColabThi-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ColabThi-webfont.woff') format('woff'),
         url('../fonts/ColabThi-webfont.ttf') format('truetype'),
         url('../fonts/ColabThi-webfont.svg#colaborate-thinregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
html {
  position: relative; /* sticky footer */
  min-height: 100%; /* sticky footer */
}
.boxed {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 0;
}
::-webkit-input-placeholder {  }
::-moz-placeholder {  }
:-ms-input-placeholder {  }
:-moz-placeholder {  }

/*--------------------------------------*/
/* HEADER
/*--------------------------------------*/
#header {
	overflow: visible;
  height: 125px;
  position: relative;
}
#nav li {
	display: inline-block;
  margin: 54px 0 50px 0;
  padding: 0 15px;
  border-left: 1px solid #7f6e4b;
  font-family: 'colaborate-regularregular';
}

#nav li a {
  color: #7f6e4b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  border-bottom: 1px solid #FFF;
  padding-bottom: 10px;
}

#nav li:first-child {
  border-left: none;
}

#nav li a:hover, #nav li a:focus, #nav li a.current {
  border-bottom: 1px solid #7f6e4b;
}

#nav {
  position: relative;
}

.navbar-brand {
  padding-top: 15px;
}
#dropdownAbout, #dropdownInvestment {
  display: none;
  background-color: #fff;
  position: absolute;
  z-index: 1000;
  margin: 45px 0 0 -20px;
  visibility: visible;
  opacity: 1;
  /*box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);*/
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.25s ease-out; /* Saf3.2+, Chrome */
    -moz-transition: all 0.25s ease-out; /* Firefox 4+ */
    -ms-transition: all 0.25s ease-out; /* IE10+ */
    -o-transition: all 0.25s ease-out; /* Opera 10.5+ */
    transition: all 0.25s ease-out;
}
@media (min-width: 992px) {
  #dropdownAbout, #dropdownInvestment {
    display: block;
    margin: 8px 0 0 -20px;
    visibility: hidden;
    opacity: 0;
    padding-top: 32px;
  }
  #nav > li:hover > div {
    visibility: visible;
    opacity: 1;
  }
}
#aboutDropdown li, #investmentDropdown li {
  display: block;
  border-left: none;
  margin: 20px 0;
}
#aboutDropdown li:first-child, #investmentDropdown li:first-child {
  margin-top: 0;
}
#aboutDropdown li {
  width: 125px;
}
#investmentDropdown li {
  width: 273px;
}
#aboutDropdown li a, #investmentDropdown li a {
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  border-bottom: 1px solid transparent;
}

/*--------------------------------------*/
/* CONTENT
/*--------------------------------------*/
.carousel,
.item,
.active {
  position: relative;
  height: 710px;
}

.carousel-inner {
  height: 100%;
}

/*.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  z-index: 1;
  position: relative;
}*/
.fill {
  background-position: center center;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.carousel-caption {
  text-align: left;
  bottom: 445px;
  position: absolute;
  font-size: 47px;
  font-family: 'colaborate-thinregular';
  color: black;
  margin: 0 auto;
  width: 1200px;
  left: 0;
  right: 0;
  text-shadow: none;
  padding-left: 0;
  text-shadow: none;
}

.carousel-caption > p {
  margin-bottom: 0;
  line-height: 55px;
  color: #000000;
    font-family: "colaborate-thinregular";
    font-size: 47px;
}

.infoBox {
  background-color: rgba(0, 0, 0, 0.85);
  margin-top: -250px;
  z-index: 3;
  position: relative;
}

.descriptionText {
  color: white;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  padding: 10px 30px;
  margin: 20px 0;
  line-height: 23px;
}

.descriptionText > h3 {
  color: #7f6e4b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 19px;
  font-family: 'colaborate-mediumregular';
  margin-top: 0;
}
.descriptionText > p {
  color: #ffffff;
  font-weight: 400;
  margin: 5px 0;
  text-align: justify;
}
.middleText {
  border-left: 1px solid #7f6e4b;
  border-right: 1px solid #7f6e4b;
}

.carouselControl {
  bottom: 445px;
  position: relative;
  margin: 0 auto;
  width: 1200px;
  left: 0;
  right: 0;
  z-index: 10;
  display: none;
}

.carousel-control {
  text-shadow: none;
  opacity: 1;
}

.leftButton {
  left: -68px;
}

.rightButton {
  left: -8px;
}

.caption_box {
  z-index: 1;
  width: 100%;
}
.caption_box > p {
  font-family: 'colaborate-thinregular';
  font-size: 37px;
  letter-spacing: 2px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 35px;
  line-height: normal;
}
.caption_box .row {
  background: rgba(255,255,255,0.95);
}
.carousel-inner > .new_item {
  -webkit-box-align: start;
-webkit-align-items: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.intro_content {
  border-width: 0 1px 0 0;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgb(166,145,104)), to(rgba(0, 0, 0, 0))) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(rgb(166,145,104), rgba(0, 0, 0, 0)) 1 100%;
  -moz-border-image: -moz-linear-gradient(rgb(166,145,104), rgba(0, 0, 0, 0)) 1 100%;
  -o-border-image: -o-linear-gradient(rgb(166,145,104), rgba(0, 0, 0, 0)) 1 100%;
  border-image: linear-gradient(to bottom, rgb(166,145,104), rgba(0, 0, 0, 0)) 1 100%;
  padding: 0 40px 0 40px;
  margin: 40px 0 40px;
}
.intro_content p {
  font-family: "Lato",sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 15px;
}
.intro_tagline, .team_content, .side_form {
  margin-top: 40px;
  padding-left: 10px;
  padding-right: 30px;
}
.intro_tagline p {
  font-family: "Lato",sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  line-height: 27px;
  color: #7f6e4b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p.author_tagline {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
}

/*--------------------------------------*/
/* MEMBERS PAGES
/*--------------------------------------*/
#content.flexboxed {
  -webkit-box-align: start;
-webkit-align-items: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 710px;
  width: 100%;
}
.flexboxed .caption_box {
  margin-bottom: 45px;
}
.flexboxed .caption_box > p {
  margin-top: 45px;
  margin-bottom: 35px;
}
.member_content {
  display: none;
  margin-top: 15px;
}
.team_menu {
  padding: 0 0 0 25px;
  margin: 40px 0 30px;
}
.team_content {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 30px;
}
.member_name {
  font-family: 'colaborate-regularregular';
  font-size: 21px;
  line-height: 27px;
  color: #7f6e4b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 2px;
  margin-top: 55px;
}
.team_member:first-child .member_name {
  margin-top: -2px;
}
p {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #000;
  margin-bottom: 7px;
}
.member_title {
  color: #7f6e4b;
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 11px;
}
.member_email {
  color: #4C4C4C;
  text-decoration: underline;
}
.accordion_opener, .accordion_opener:hover, .accordion_opener:focus {
  color: #3a3a3a;
  font-family: 'colaborate-regularregular';
  font-size: 15px;
  line-height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.accordion_opener .glyphicon {
  display: inline-block;
  margin-top: -6px;
  vertical-align: middle;
}
.glyphicon.glyphicon-menu-up {
  margin-top: -3px;
}
.team_menu a {
  font-family: 'colaborate-regularregular';
  font-size: 20px;
  text-transform: uppercase;
  color: #7f6e4b;
  line-height: normal;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  border-bottom: 1px solid transparent;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.team_menu a:hover, .team_menu a.current {
  border-bottom: 1px solid #7f6e4b;
}

/*--------------------------------------*/
/* INVESTMENT PAGES
/*--------------------------------------*/
p.investment_title {
  font-family: 'colaboratelightregular';
  font-size: 23px;
  line-height: 35px;
  letter-spacing: 1px;
  color: #7f6e4b;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.investment_philosophy p.investment_title {
  margin-bottom: 10px;
  margin-top: 35px;
}
p.investment_disclaimer {
  font-family: "Lato",sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 40px;
  font-style: italic;
}
p.investment_pre_title {
  font-family: "Lato",sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.terms_content .intro_content {
  border: none;
}
p.terms_title {
  font-family: 'colaborate-thinregular';
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #7f6e4b;
}
.flexboxed .caption_box.terms_content > p {
  color: #7f6e4b;
}

/*--------------------------------------*/
/* CONTACT US
/*--------------------------------------*/
.contact-us .d-flex,
.contact-us .d-md-flex {
	display: flex;
}
@media only screen and (max-width: 991px) {
	.contact-us .d-md-flex {
		display: block;
	}
}
.contact-us .justify-content-start {
	justify-content: flex-start;
}
.contact-us .justify-content-between {
	justify-content: space-between;
}
.contact-us .main-content_background {
	background-color: rgba(255,255,255,0.95);
	padding: 40px 60px 25px 60px;
}
@media only screen and (max-width: 903px) {
	.contact-us .main-content_background {
		padding: 40px 28px 25px 28px;
	}
}
@media only screen and (max-width: 991px) {
	.contact-us .contact-item {
	    margin-bottom: 20px;
	}
}
.contact-us .contact-item * {
	font-size: 16px;
	line-height: 24px;
}
.contact-us .contact-item h2 {
	font-family: 'colaboratelightregular';
	font-weight: 400;
	font-size: 23px;
	line-height: 35px;
	color: #A69168;
	margin-top: 0;
	margin-bottom: 15px;
}
.contact-us .contact-item a {
    color: #A69168;
}
.contact-us .contact-item address {
    margin-bottom: 30px;
}
.contact-us .contact-item address, .contact-us .contact-item dt, .contact-us .contact-item dd {
    color: #000000;
}
.contact-us .contact-item dt {
    margin-right: 5px;
}
.contact-us .contact-item dl {
    margin-bottom: 0;
}
.contact-us .contact-item dd {
    margin-bottom: .5rem;
    margin-left: 0;
}
/*--------------------------------------*/
/* LEADERSHIP - Ry 12.6.17
/*--------------------------------------*/
.leadership a {
	color: #000000;
}
/*--------------------------------------*/
/* FOOTER
/*--------------------------------------*/
#footer {
  background-color: black;
  padding: 75px 0;
}

.home#content + #footer {
	padding: 114px 0 75px 0;
}

.col {
  display: inline-block;
}

.footerList {
  margin-top: 15px;
}

.footerList > li {
  display: block;
  padding: 5px 0;
}

#navFooter > li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 75px;
}

#navFooter > li > a {
  /*padding-right: 100px;*/
	padding-right: 76px;
  color: #7f6e4b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*font-size: 19px;*/
	font-size: 17px;
  font-family: 'colaborate-mediumregular';
  margin-top: 0;
}

#navFooter > li > a:hover {
  color: white;
}

.footerList > li > a {
  color: white;
  /*font-size: 15px;*/
	font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

.footerList > li > a:hover, .footerList > li > a. {
  color: #7f6e4b;
}

.copyright, #footer nav a {
  color: white;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

.copyright, #footer nav {
	display: inline-block;
	text-align: center;
}

#footer nav a:before {
	content: "|";
	margin-left: 10px;
	margin-right: 10px;
}

/* #footer nav a:first-child:before {
	display: none;
} */

.disclaimer {
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #525252;
  line-height: normal;
}

/*--------------------------------------*/
/* MODAL
/*--------------------------------------*/

.modal-body {
  text-align: center;
  padding: 40px;
}

.notice {
  font-size: 21px;
  font-family: 'colaborate-thinregular';
  padding-bottom: 20px;
}

.modal-body > p {
  text-align: justify;
  text-justify: inter-word;
  font-size: 12px;
  font-family: 'Open Sans';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: normal;
}

.agreeButton {
  margin-top: 20px;
  padding: 15px 60px;
  font-size: 20px;
  font-family: 'colaborate-thinregular';
  border-radius: 0;
  border: none;
  background-color: #7f6e4b;
  color: white;
}

/*--------------------------------------*/
/* RESPONSIVENESS
/*--------------------------------------*/
@media (max-width: 1200px) { /* iPad landscape width */
  .carousel,
  .item,
  .active {
    height: 600px;
  }

  #nav li a {
    font-size: 14px;
  }
  .caption_box > p {
    margin-left: 55px;
  }
  #navFooter > li > a {
    padding-right: 50px;
  }

  #footer {
    padding: 50px 20px;
  }

  .infoBox {
    margin-top: 0;
    background-color: rgba(0, 0, 0, 1);
    margin-bottom: 0;
  }

  #navFooter > li {
    margin-bottom: 50px;
  }

  .carousel-caption, .carouselControl {
    bottom: 375px;
    margin-left: 100px;
    width: auto;
  }

  .carousel-caption {
    padding-left: 0;
  }

}
@media (max-width: 991px) { /* bootstrap Tablet (sm) width */
  .carousel,
  .item,
  .active {
    height: 450px;
  }

  .middleText {
    border: none;
  }

  #nav li {
    display: inline-block;
    margin: 20px 0;
    font-size: 21px;
  }

  #nav li a {
    font-size: 17px;
  }

  #dropdownAbout, #dropdownInvestment {
    margin-top: 20px;
  }

  #aboutDropdown > li, #investmentDropdown > li {
    display: block;
    text-align: left;
  }

  #aboutDropdown > li {
    width: 120px;
  }

  #investmentDropdown > li {
    width: 260px;
  }

  #aboutDropdown > li > a, #investmentDropdown > li > a {
    font-size: 14px;
  }

  .glyphicon-menu-hamburger::before {
    font-size: 28px;
  }
  .toggleButton {
    margin: 48px 25px 0 0;
  }

  .toggleButton > a:visited, .toggleButton > a:link {
    color: black;
  }

  #nav {
    text-align: center;
  }

  #menu {
    left: 0;
    right: 0;
    top: 125px;
    position: absolute;
    z-index: 1000;
    background-color: white;
    border-top: 1px solid #7f6e4b;
  }

  #navFooter > li {
    display: block;
    margin-bottom: 30px;
  }

  #navFooter {
    text-align: center;
  }

  .descriptionText {
    padding: 10px 20px;
  }

  #footer {
    padding: 30px 20px;
  }

  .footerList {
    margin-top: 0;
  }

  #navFooter > li > a {
    padding-right: 0;
  }

  .copyright, #footer nav {
    text-align: center;
	display: block;
  }
  
  #footer nav a:first-child:before {
	  display: none;
  }

  .carousel-caption, .carouselControl {
    bottom: 275px;
  }

}
@media (max-width: 768px) { /* iPad portrait width */
  .carousel,
  .item,
  .active {
    height: 300px;
  }

  #nav li {
    display: block;
    border: none;
  }
  .carousel-caption, .carouselControl {
    bottom: 150px;
    margin-left: 20px;
  }

  .carousel-caption > p {
    font-size: 40px;
    line-height: 40px;
  }

  #dropdownAbout, #dropdownInvestment {
    margin-top: 10px;
    left: 0;
    right: 0;
    background-color: white;
  }

  #aboutDropdown > li, #investmentDropdown > li {
    display: block;
    text-align: center;
    width: auto;
    padding-right: 0;
  }
}
@media (max-width: 767px) { /* bootstrap Smartphone (xs) width */
  .caption_box > p {
    margin-left: 28px;
  }
  .intro_content, .team_content, #enquiry_form  {
    border-width: 0;
  }
  .intro_content {
    padding: 0 15px;
  }
  .team_content {
    padding-left: 25px;
    padding-right: 25px;
  }
    #menu {
    width: auto;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  }
  #dropdownAbout, #dropdownInvestment {
  box-shadow: none;
  position: relative;
  border-bottom: none;
}
#enquiry_form label {
  display: block;
  width: 100%;
}
#enquiry_form .btn {
  margin-left: 0;
}
#cap_cont {
  display: block !important;
}

}
@media (max-width: 667px) { /* iPhone 6 landscape width */
	.carousel-caption > p {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 450px) { /* iPhone 6 portrait width */
  .carousel-caption > p {
    font-size: 25px;
    line-height: 25px;
  }
}

/*--------------------------------------*/
/* TEMPORARY / DEVELOPMENT
/*--------------------------------------*/
#display_classes {
    bottom: 0;
    color: #ff0000;
    display: none;
    font-size: 10px;
    font-weight: bold;
    line-height: 5px;
    padding: 10px;
    position: fixed;
    right: 0;
}

/*font-family: 'Lato', sans-serif;*/
