@charset "UTF-8";
/*
Theme Name: Push10 Custom
Theme URI: http://www.push10.com/
Description: Custom Theme by Push10.com
Version: 0.3
Author: Push10 Design Studios
Author URI: http://www.push10.com/
Tags: Push10.com
*/
@font-face {
  font-family: "JosefinSans-Regular";
  src: url("assets/fonts/Josefin_Sans/JosefinSans-Regular.ttf"); }

@font-face {
  font-family: "JosefinSans";
  src: url("assets/fonts/Josefin_Sans/JosefinSans-Regular.ttf"); }

@font-face {
  font-family: "JosefinSans-Bold";
  src: url("assets/fonts/Josefin_Sans/JosefinSans-Bold.ttf"); }

@font-face {
  font-family: "JosefinSans-SemiBold";
  src: url("assets/fonts/Josefin_Sans/JosefinSans-SemiBold.ttf"); }

@font-face {
  font-family: "JosefinSans-Light";
  src: url("assets/fonts/Josefin_Sans/JosefinSans-Light.ttf"); }

@font-face {
  font-family: "JosefinSans-Thin";
  src: url("assets/fonts/Josefin_Sans/JosefinSans-Thin.ttf"); }

@font-face {
  font-family: "JosefinSans-LightItalic";
  src: url("assets/fonts/Josefin_Sans/JosefinSans-LightItalic.ttf"); }

@font-face {
  font-family: "JosefinSans-BoldItalic";
  src: url("assets/fonts/Josefin_Sans/JosefinSans-BoldItalic.ttf"); }

@font-face {
  font-family: "Lateef";
  src: url("assets/fonts/Lateef/LateefRegOT.ttf"); }

@font-face {
  font-family: "JosefinSans-SemiBoldItalic";
  src: url("assets/fonts/Josefin_Sans/JosefinSans-SemiBoldItalic.ttf"); }

.ie #site {
  display: none; }

#ie10 {
  display: none;
  position: fixed;
  width: 100%;
  text-align: center;
  margin-top: 200px; }

#ie10 img {
  width: 250px;
  height: auto;
  display: block;
  margin: 0 auto; }

#ie10 p {
  max-width: 400px;
  margin: 0 auto;
  line-height: 20px; }

.ie #ie10 {
  display: block; }

#site {
  overflow: hidden; }

.util-toggle {
  background: rgba(76, 76, 76, 0.43);
  padding: 12px 0 9px;
  display: none;
  overflow: hidden;
  height: 58px;
  box-sizing: border-box; }

.util-toggle .frame {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }

.util-toggle .frame #searchform input {
  font-size: 35px;
  font-family: JosefinSans-Regular;
  background: transparent;
  border: 0;
  padding-top: 2px;
  color: #005151;
  padding-left: 5px;
  display: inline-block;
  width: 100%;
  max-width: 800px;
  display: block;
  margin: 0 auto; }

.util-toggle .frame #searchform input:focus {
  outline: none; }

.util-toggle .frame label {
  font-size: 30px;
  font-family: JosefinSans-Regular;
  background: transparent;
  border: 0;
  color: #005151;
  padding-left: 5px;
  display: none; }

.util-toggle .frame #searchform #searchsubmit {
  display: none; }

.m-overlay {
  display: none;
  position: fixed;
  background: black;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  z-index: 40; }

#menu {
  height: 100%; }

header #menu-main-menu li:before {
  border-bottom: 1px solid white; }

header.solid #menu-main-menu li:before {
  border-bottom: 1px solid #6CACE4; }

header.transparent #menu-main-menu li:before {
  border-bottom: 1px solid #6CACE4; }

#menu-main-menu {
  transition: all 1.5s;
  height: 100%;
  margin: 0px; }

#menu-main-menu li {
  display: inline-block;
  padding-right: 23px;
  padding-left: 23px;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  padding-top: 50px; }

#menu-main-menu li:before {
  width: 0px;
  border-bottom: 1px solid #6CACE4;
  position: absolute;
  left: 23px;
  bottom: 40px;
  content: " ";
  z-index: 4000;
  transition: width 0.5s; }

@media (max-width: 750px) {
  #menu-main-menu li:before {
    content: none; } }

#menu-main-menu li:hover:before {
  width: calc(100% - 46px); }

#menu-main-menu li .sub-menu {
  display: none;
  position: fixed;
  width: 100%;
  top: 104px;
  height: 45px;
  background: white;
  left: 0px;
  text-align: center;
  padding-top: 10px;
  box-sizing: border-box;
  display: none;
  border: 1px solid #DFDFDF; }

#menu-main-menu li .sub-menu li {
  padding-top: 0px; }

#menu-main-menu li .sub-menu li:before {
  width: 0px;
  border-bottom: 1px solid #6CACE4;
  position: absolute;
  left: 23px;
  bottom: 40px;
  content: " ";
  z-index: 4000;
  transition: width 0.5s; }

@media (max-width: 750px) {
  #menu-main-menu li .sub-menu li:before {
    content: none; } }

#menu-main-menu li .sub-menu li a {
  /* Alternative Investin: */
  font-family: JosefinSans-Regular;
  font-size: 20px;
  color: #4C4C4E;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: capitalize; }

#menu-main-menu li .sub-menu li a:hover {
  color: #6CACE4; }

#menu-main-menu li a {
  font-family: JosefinSans-SemiBold;
  font-size: 15px;
  color: white;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 1.5s;
  position: relative;
  transition: width 0.5s; }

#menu-main-menu li.menu-item-has-children:after {
  background-image: url(assets/img/white-triangle.svg);
  content: " ";
  background-repeat: no-repeat;
  background-position: center;
  width: 9px;
  height: 5px;
  position: absolute;
  right: 10px;
  /* top: -7%; */
  top: 47px; }

@media (max-width: 750px) {
  #menu-main-menu li.menu-item-has-children:after {
    top: 22px;
    background-image: url(assets/img/triangle.svg); } }

a {
  cursor: pointer; }

.search-toggle {
  background-image: url("assets/img/search.svg");
  width: 15px;
  height: 15px;
  background-size: 100%;
  float: right;
  margin-top: 42px;
  margin-left: 23px; }

.overlay {
  background-image: linear-gradient(-103deg, rgba(119, 172, 164, 0.58) 28%, rgba(108, 172, 228, 0.58) 60%, rgba(119, 172, 164, 0.58) 100%);
  /* opacity: 0.58; */
  width: 100%;
  height: 100%; }

img {
  max-width: 100%; }

#header-logo {
  float: left;
  width: 238px;
  height: 46px;
  transition: all 1.5s;
  margin-top: 29px;
  position: relative; }

#header-logo img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: auto; }

@media (max-width: 750px) {
  #header-logo {
    width: 200px; }
  #header-logo img {
    width: 90%;
    height: auto; } }

#header-logo .green {
  opacity: 0;
  transition: opacity 0.5s; }

#header-logo .white {
  transition: opacity 0.5s;
  opacity: 1; }

.header-frame {
  max-width: 1441px;
  margin: 0 auto;
  height: 104px; }

.clear {
  overflow: auto; }

header {
  position: fixed;
  width: 100%;
  z-index: 2000;
  top: 0px;
  opacity: 0;
  transition: all 1.5s; }

header.init {
  top: 97px;
  opacity: 1;
  height: 104px; }

header.init #menu-main-menu li .sub-menu {
  top: 201px; }

@media (min-width: 1100px) and (max-width: 1300px) {
  header.init #menu-main-menu li .sub-menu {
    top: 141px; } }

.home header.transparent {
  background: white; }

#mega-menu-wrap-main-menu {
  background: transparent; }

header.transparent {
  height: 104px;
  background: rgba(255, 255, 255, 0.9);
  top: 0px;
  opacity: 1; }

header.transparent #menu-main-menu li.menu-item-has-children:after {
  background-image: url("assets/img/triangle.svg"); }

header.transparent .search-toggle {
  background-image: url("assets/img/search-dark.svg");
  width: 15px;
  height: 15px;
  background-size: 100%;
  float: right;
  margin-top: 42px; }

header.transparent #menu-main-menu li .sub-menu {
  top: 104px; }

header.transparent #header-logo {
  margin-top: 29px; }

header.transparent #header-logo .green {
  opacity: 1; }

header.transparent #header-logo .white {
  opacity: 0; }

header.solid #header-logo .white {
  opacity: 0; }

header.transparent #menu-main-menu li a {
  cursor: pointer;
  color: #4C4C4E; }

header.transparent #menu-main-menu li a:hover {
  color: #6CACE4; }

header.transparent #menu-main-menu li a:after {
  content: none; }

header.solid + div {
  margin-top: 104px; }

@media (max-width: 750px) {
  header.solid + div {
    margin-top: 80px; } }

header.solid {
  height: 104px;
  background: white;
  top: 0px;
  opacity: 1; }

@media (max-width: 750px) {
  header.solid {
    height: 80px; } }

header.solid #header-logo {
  background-image: url("assets/img/menu-logo-solid.png");
  width: 237px;
  margin-top: 29px; }

@media (max-width: 750px) {
  header.solid #header-logo {
    width: 200px;
    height: 46px;
    background-size: cover; } }

header.solid #menu-main-menu li a {
  cursor: pointer;
  color: #4C4C4E; }

header.solid #menu-main-menu li a:hover {
  color: #6CACE4; }

header.solid #menu-main-menu li a:after {
  content: none; }

header.solid #menu-main-menu li .sub-menu {
  top: 104px;
  background: white; }

@media (max-width: 750px) {
  header.solid #menu-main-menu li .sub-menu {
    top: 80px; } }

body {
  margin: 0px;
  line-height: 0; }

h2 {
  margin: 0px; }

p {
  margin: 0; }

.btn {
  font-family: "JosefinSans-SemiBold";
  font-size: 16px;
  letter-spacing: 1.9px;
  line-height: 32px;
  color: #6CACE4;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #6CACE4;
  padding: 20px 40px 18px;
  display: inline-block;
  margin-top: 40px;
  padding-top: 15px;
  padding-bottom: 12px;
  cursor: pointer;
  transition: all 1s; }

.btn:hover {
  background: rgba(108, 172, 228, 0.7);
  color: white;
  border: 1px solid transparent; }

@media (max-width: 750px) {
  .btn {
    font-size: 14px;
    text-align: center; } }

#menu-toggle {
  height: 5px;
  width: 30px;
  background: white;
  float: right;
  display: none;
  cursor: pointer;
  margin-top: 35px;
  position: relative; }

#menu-toggle:after {
  height: 5px;
  width: 30px;
  background: white;
  content: " ";
  top: 20px;
  position: absolute; }

#menu-toggle:before {
  height: 5px;
  width: 30px;
  background: white;
  content: " ";
  position: absolute;
  top: 10px; }

@media (min-width: 750px) and (max-width: 1000px) {
  #menu-toggle {
    display: block; } }

@media (max-width: 750px) {
  #menu-toggle {
    display: block;
    margin-top: 35px;
    height: 4px;
    width: 25px; }
  #menu-toggle:after {
    height: 4px;
    width: 25px;
    top: 18px; }
  #menu-toggle:before {
    height: 4px;
    width: 25px;
    top: 9px; } }

@media (min-width: 1300px) and (max-width: 1550px) {
  #menu-main-menu {
    padding-left: 0px; }
  .header-frame {
    max-width: 1200px; } }

@media (min-width: 1100px) and (max-width: 1300px) {
  header.init {
    top: 40px; }
  header.init.transparent {
    top: 0px; }
  header.init.solid {
    top: 0px; }
  #menu-main-menu li.menu-item-has-children:after {
    right: -3px; }
  #menu-main-menu li {
    padding-right: 10px; }
  #menu-main-menu li a {
    font-size: 13px; }
  #menu-main-menu {
    padding-left: 0px; }
  .header-frame {
    max-width: 90%; } }

@media (max-width: 1200px) and (min-width: 1100px) {
  #menu-main-menu li {
    padding-right: 4px; }
  #menu-main-menu li a {
    font-size: 12px; }
  #menu-main-menu li.menu-item-has-children:after {
    right: -8px; } }

@media (min-width: 1000px) and (max-width: 1100px) {
  #menu-main-menu li.menu-item-has-children:after {
    right: 6px;
    content: none; }
  #menu-main-menu li {
    padding-right: 5px;
    padding-left: 5px; }
  #menu-main-menu li a {
    font-size: 12px; }
  #menu-main-menu {
    padding-left: 0px; }
  .header-frame {
    max-width: 90%; } }

header.init.search .util-toggle {
  background: rgba(255, 255, 255, 0.5); }

header.init.search .util-toggle input {
  background: rgba(255, 255, 255, 0.5); }

@media (min-width: 750px) and (max-width: 1000px) {
  header.init {
    top: 50px; }
  header.init #menu {
    top: 154px;
    padding-top: 94px;
    box-sizing: border-box;
    height: calc(100% - 154px); }
  header.init.transparent,
  header.init.solid,
  header.transparent {
    top: 0px; }
  header.init.transparent #menu,
  header.init.solid #menu,
  header.transparent #menu {
    top: 104px;
    height: calc(100% - 104px); }
  .header-frame {
    max-width: 80%; }
  #menu {
    position: fixed;
    opacity: 0;
    left: 100%;
    transition: all 1s;
    display: block;
    border-top: 1px solid black;
    position: fixed;
    height: 100%;
    width: 100%;
    right: 0px;
    z-index: 1000;
    background: white;
    padding-top: 94px;
    box-sizing: border-box; }
  #menu .search-toggle {
    background-image: url(assets/img/search-dark.svg);
    width: 15px;
    height: 20px;
    background-size: 100%;
    float: none;
    margin-top: 20px;
    width: 100%;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    /* border-bottom: 1px solid #979797; */
    padding-bottom: 10px;
    /* margin-bottom: 30px; */
    display: block; }
  #menu .menu-main-menu-container {
    float: none; }
  #menu .menu-main-menu-container #menu-main-menu li {
    display: block;
    border-bottom: 1px solid #979797;
    padding-bottom: 20px;
    height: auto;
    padding-right: 0px; }
  #menu .menu-main-menu-container #menu-main-menu li a {
    color: #4C4C4E; }
  #menu .menu-main-menu-container #menu-main-menu li .sub-menu {
    position: relative;
    top: 0px;
    height: auto;
    text-align: right;
    background: transparent;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: right;
    border: 0px;
    padding-left: 0px;
    padding-right: 20px; }
  #menu .menu-main-menu-container #menu-main-menu li .sub-menu li {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 0px; }
  #menu .search-toggle {
    background-image: url(assets/img/search-dark.svg);
    width: 15px;
    height: 20px;
    background-size: 100%;
    float: none;
    margin-top: 20px;
    width: 100%;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    /* border-bottom: 1px solid #979797; */
    padding-bottom: 10px;
    /* margin-bottom: 30px; */
    display: block; }
  #menu.open {
    opacity: 1;
    left: 0px; }
  #menu-toggle:after,
  #menu-toggle:before {
    transition: all 0.5s; }
  #menu-toggle.active {
    height: 0px; }
  #menu-toggle.active:after {
    top: 10px;
    position: absolute;
    transform: rotate(-45deg); }
  #menu-toggle.active:before {
    top: 10px;
    transform: rotate(45deg); }
  header.transparent #menu-toggle {
    background: #214e51;
    transition: all 0.5s; }
  header.transparent #menu-toggle:after,
  header.transparent #menu-toggle:before {
    background: #214e51;
    transition: all 0.5s; } }

@media (max-width: 750px) {
  header.init.search .util-toggle {
    background: white;
    height: auto; }
  header.init {
    top: 20px; }
  header.init #menu {
    top: 154px;
    height: calc(100% - 80px); }
  header.init.open {
    top: 0px;
    height: 80px;
    background: white; }
  header.init.open #header-logo img.white {
    opacity: 0; }
  header.init.open #header-logo img.green {
    /*opacity: 1; */ }
  header.init.transparent,
  header.init.solid,
  header.transparent {
    top: 0px;
    height: 80px; }
  header.init.transparent #menu,
  header.init.solid #menu,
  header.transparent #menu {
    top: 80px;
    padding-top: 94px;
    height: calc(100% - 80px); }
  header.init #menu {
    top: 0px;
    padding-top: 174px; }
  .header-frame {
    max-width: 80%; }
  #menu {
    overflow: auto;
    position: fixed;
    opacity: 0;
    left: 100%;
    transition: all 1s;
    display: block;
    border-top: 1px solid black;
    position: fixed;
    height: 100%;
    width: 100%;
    right: 0px;
    z-index: 1000;
    background: white; }
  #menu .search-toggle {
    background-image: url(assets/img/search-dark.svg);
    width: 15px;
    height: 20px;
    background-size: 100%;
    float: none;
    margin-top: 20px;
    width: 100%;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    /* border-bottom: 1px solid #979797; */
    padding-bottom: 10px;
    /* margin-bottom: 30px; */
    display: block; }
  #menu .menu-main-menu-container {
    float: none;
    margin-top: 55px; }
  #menu .menu-main-menu-container #menu-main-menu li {
    display: block;
    border-bottom: 1px solid #979797;
    padding-bottom: 10px;
    height: auto;
    padding-right: 0px;
    padding-top: 10px;
    line-height: 1; }
  #menu .menu-main-menu-container #menu-main-menu li.menu-item-has-children:after {
    top: 18px;
    right: 15px; }
  #menu .menu-main-menu-container #menu-main-menu li a {
    color: #4C4C4E; }
  #menu .menu-main-menu-container #menu-main-menu li .sub-menu {
    position: relative;
    top: 0px;
    height: auto;
    text-align: right;
    background: transparent;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: right;
    border: 0px;
    padding-left: 0px;
    padding-right: 20px; }
  #menu .menu-main-menu-container #menu-main-menu li .sub-menu li {
    text-indent: -10px;
    text-align: left;
    border-bottom: 0px;
    padding: 0px;
    padding-left: 10px; }
  #menu .search-toggle {
    background-image: url(assets/img/search-dark.svg);
    width: 15px;
    height: 20px;
    background-size: 100%;
    float: right;
    margin-top: 20px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    /* border-bottom: 1px solid #979797; */
    padding-bottom: 10px;
    /* margin-bottom: 30px; */
    display: block;
    padding: 20px;
    border: 1px solid #6CACE4;
    border-radius: 50%;
    margin-top: 10px;
    margin-right: 15px;
    display: inline-block; }
  #menu.open {
    opacity: 1;
    left: 0px;
    width: 100%; }
  #menu-toggle:after,
  #menu-toggle:before {
    transition: all 0.5s; }
  #menu-toggle.active {
    height: 0px; }
  #menu-toggle.active:after {
    top: 10px;
    position: absolute;
    transform: rotate(-45deg); }
  #menu-toggle.active:before {
    top: 10px;
    transform: rotate(45deg); }
  header.transparent #menu-toggle,
  header.solid #menu-toggle {
    background: #214e51;
    transition: all 0.5s; }
  header.transparent #menu-toggle:after,
  header.transparent #menu-toggle:before,
  header.solid #menu-toggle:after,
  header.solid #menu-toggle:before {
    background: #214e51;
    transition: all 0.5s; }
  header.init #menu-toggle.active:after {
    background: #214e51; }
  header.init #menu-toggle.active:before {
    background: #214e51; } }

header.transparent.init.search .util-toggle {
  background: rgba(76, 76, 76, 0.43); }

header.transparent.init.search .util-toggle input {
  background: rgba(76, 76, 76, 0.43); }

header.search {
  height: 168px; }

header.search #menu-main-menu li .sub-menu {
  top: 239px; }

header.transparent.search {
  height: 168px; }

@media (min-width: 750px) and (max-width: 1000px) {
  header.transparent.search {
    height: 104px; } }

header.transparent.search #menu-main-menu li .sub-menu {
  top: 168px; }

@media (min-width: 750px) and (max-width: 1000px) {
  header.transparent.solid.init.search .util-toggle {
    background: white;
    padding-top: 15px; }
  header.transparent.solid.init.search .util-toggle input {
    background: white; }
  .util-toggle {
    padding-top: 0px;
    border-top: 1px solid black;
    background: white;
    padding: 12px 0 9px;
    padding-top: 0px;
    display: none;
    overflow: hidden;
    height: 64px;
    box-sizing: border-box;
    position: fixed;
    top: 104px;
    right: 0px;
    z-index: 2000;
    width: 300px; }
  .util-toggle .frame #searchform input {
    background: white;
    padding-left: 20px;
    -webkit-appearance: none;
    border-radius: 0px;
    margin: 0px;
    outline: none !important; }
  header.search {
    height: 104px; }
  header.search #menu.open {
    top: 168px; }
  header.transparent.init.search .util-toggle {
    background: white;
    padding-top: 15px; }
  header.transparent.init.search .util-toggle input {
    background: white; } }

@media (max-width: 750px) {
  header.transparent.search {
    height: 80px; }
  header.transparent.solid.init.search .util-toggle {
    background: white; }
  header.transparent.solid.init.search .util-toggle input {
    background: white; }
  header.search {
    height: 80px; }
  header.search .util-toggle {
    padding-top: 0px;
    border-top: 1px solid black;
    background: white;
    padding: 12px 0 9px;
    padding-top: 0px;
    display: none;
    overflow: hidden;
    height: 64px;
    box-sizing: border-box;
    position: fixed;
    top: 80px;
    right: 0px;
    z-index: 2000;
    width: 300px;
    padding: 0px; }
  header.search .util-toggle .frame #searchform input {
    background: white;
    padding-left: 20px;
    -webkit-appearance: none;
    border-radius: 0px;
    margin: 0px;
    outline: none !important;
    padding-top: 8px;
    padding-bottom: 5px; }
  header.search #menu.open {
    top: 130px; } }

.no-svgforeignobject #home-hero .frame .scene #logotype {
  fill-opacity: 1; }

.no-svgforeignobject #home-hero .frame .scene #logotype path:nth-of-type(1) {
  animation-name: FillIn2;
  fill-opacity: 0.5; }

.no-svgforeignobject #home-hero .frame .scene #logotype path:nth-of-type(2) {
  animation-name: FillIn2;
  fill-opacity: 0.5; }

.no-svgforeignobject #home-hero .frame .scene #logotype path:nth-of-type(3) {
  fill-opacity: 0.5;
  animation-name: FillIn2; }

.no-svgforeignobject #home-hero .frame .scene #logotype path:nth-of-type(4) {
  fill-opacity: 0.5;
  animation-name: FillIn2; }

.no-svgforeignobject #home-hero .frame .scene #logotype path:nth-of-type(5) {
  fill-opacity: 0.5;
  animation-name: FillIn2; }

.no-svgforeignobject #home-hero .frame .scene #logotype path:nth-of-type(6) {
  fill-opacity: 0.5;
  animation-name: FillIn2; }

.no-svgforeignobject #home-hero .frame .scene #logotype path {
  fill-opacity: 1; }

.no-svgforeignobject #home-hero .frame .scene.scene-2 #logotype,
.no-svgforeignobject #home-hero .frame .scene.scene-3 #logotype {
  opacity: 0; }

#home-hero {
  height: 100vh;
  background-size: cover;
  width: 100%;
  padding: 25px;
  box-sizing: border-box; }

#home-hero .frame {
  display: block;
  height: 100%;
  width: 100%; }

#home-hero .frame .scene {
  display: block;
  vertical-align: middle;
  max-width: 1234px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  height: 100%;
  width: 100%; }

#home-hero .frame .scene h2 {
  font-family: "Lateef";
  font-size: 88px;
  color: white;
  letter-spacing: 2.5px;
  font-weight: normal;
  line-height: 69px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, 0%);
  margin: 0px;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
  width: 100%; }

#home-hero .frame .scene h2 p {
  margin: 0px; }

@media (max-width: 750px) {
  #home-hero .frame .scene h2 {
    font-size: 40px;
    line-height: 32px; } }

#home-hero .frame .scene img#scene-1-logo {
  display: none; }

#home-hero .frame .scene #scene-1-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, 0%) scale(1);
  max-width: 100%;
  display: block; }

@media (max-width: 750px) {
  #home-hero .frame .scene #scene-1-logo {
    transform: translate(-50%, -50%) scale(0.75);
    -webkit-transform: translate(-50%, -50%) scale(0.75);
    -ms-transform: translate(-50%, -50%) scale(0.75); } }

#home-hero .frame .scene #scene-1-logo {
  transition: all 2s; }

#home-hero .frame .scene #scene-1-logo polygon:nth-of-type(1) {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-iteration: 1;
  animation-name: Appear;
  animation-duration: 1s;
  animation-delay: 0.5s; }

#home-hero .frame .scene #scene-1-logo polygon:nth-of-type(2) {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-iteration: 1;
  animation-name: Appear;
  animation-duration: 1s;
  animation-delay: 0.5s; }

#home-hero .frame .scene #scene-1-logo polygon:nth-of-type(3) {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-iteration: 1;
  animation-name: Appear;
  animation-duration: 1s;
  animation-delay: 0.5s; }

#home-hero .frame .scene img#logotype {
  display: none; }

#home-hero .frame .scene #logotype {
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transition: opacity 2s;
  max-width: 100%;
  display: block; }

#home-hero .frame .scene #logotype path:nth-of-type(1) {
  fill-opacity: 0;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-iteration: 1;
  animation-name: FillIn, FillOut;
  animation-duration: 2s;
  animation-delay: 0s, 2s;
  animation-direction: normal, reverse; }

#home-hero .frame .scene #logotype path:nth-of-type(2) {
  fill-opacity: 0;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-iteration: 1;
  animation-name: FillIn, FillOut;
  animation-duration: 2s;
  animation-delay: 0s, 2s;
  animation-direction: normal, reverse; }

#home-hero .frame .scene #logotype path:nth-of-type(3) {
  fill-opacity: 0;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-iteration: 1;
  animation-name: FillIn, FillOut;
  animation-duration: 2s;
  animation-delay: 0s, 2s;
  animation-direction: normal, reverse; }

#home-hero .frame .scene #logotype path:nth-of-type(4) {
  fill-opacity: 0;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-iteration: 1;
  animation-name: FillIn, FillOut;
  animation-duration: 2s;
  animation-delay: 0s, 2s;
  animation-direction: normal, reverse; }

#home-hero .frame .scene #logotype path:nth-of-type(5) {
  fill-opacity: 0;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-iteration: 1;
  animation-name: FillIn, FillOut;
  animation-duration: 2s;
  animation-delay: 0s, 2s;
  animation-direction: normal, reverse; }

#home-hero .frame .scene #logotype path:nth-of-type(6) {
  fill-opacity: 0;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-direction: normal, reverse;
  animation-iteration: 1;
  animation-name: FillIn, FillOut;
  animation-duration: 2s;
  animation-delay: 0s, 2s;
  animation-direction: normal, reverse; }

@media (min-width: 1100px) and (max-width: 1300px) {
  #home-hero .frame .scene #logotype {
    max-width: 1000px; } }

@media (min-width: 1000px) and (max-width: 1100px) {
  #home-hero .frame .scene #logotype {
    max-width: 1000px;
    width: 100%; } }

#home-hero .frame .scene-1 h2 {
  opacity: 0; }

#home-hero .frame .scene-2 h2 {
  opacity: 1; }

#home-hero .frame .scene-2 #scene-1-logo {
  top: 10%; }

#home-hero .frame .scene-3 h2 {
  opacity: 1; }

#home-hero .frame .scene-3 #scene-1-logo {
  top: 10%;
  opacity: 0; }

#home-hero .frame .scroll {
  font-family: "JosefinSans-Regular";
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  left: 50%;
  letter-spacing: 2px;
  color: white;
  position: absolute;
  top: 75%;
  text-align: center; }

#home-hero .frame .scroll .vertical-line {
  width: 2px;
  height: 20px;
  background: white;
  margin: 0 auto;
  margin-bottom: 25px; }

#home-hero .frame .scroll .down-arrow {
  position: absolute;
  margin-top: 30px;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: Bounce;
  animation-duration: 3s;
  animation-delay: 0s;
  left: 50%;
  transform: translate(-50%, 0%); }

@media (max-width: 750px) {
  #home-hero .frame .scroll {
    top: 85%; } }

@keyframes Enter {}@keyframes FillIn {
  0% {
    fill-opacity: 0; }
  75% {
    fill-opacity: 1; }
  100% {
    fill-opacity: 0.5; } }

@keyframes FillIn2 {
  0% {
    opacity: 0; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0.5; } }

@keyframes FillOut {
  0% {
    fill-opacity: 0; }
  100% {
    fill-opacity: 0.5; } }

@keyframes Appear {
  0% {
    opacity: 0;
    transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes Bounce {
  0% {
    margin-top: 30px; }
  50% {
    margin-top: 15px; }
  100% {
    margin-top: 30px; } }

@-webkit-keyframes FillIn {
  0% {
    fill-opacity: 0; }
  75% {
    fill-opacity: 1; }
  100% {
    fill-opacity: 0.5; } }

@-webkit-keyframes FillOut {
  0% {
    fill-opacity: 0; }
  100% {
    fill-opacity: 0.5; } }

@-webkit-keyframes Appear {
  0% {
    opacity: 0;
    transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@-webkit-keyframes Bounce {
  0% {
    margin-top: 30px; }
  50% {
    margin-top: 15px; }
  100% {
    margin-top: 30px; } }

@-moz-keyframes FillIn {
  0% {
    fill-opacity: 0; }
  75% {
    fill-opacity: 1; }
  100% {
    fill-opacity: 0.5; } }

@-moz-keyframes FillOut {
  0% {
    fill-opacity: 0; }
  100% {
    fill-opacity: 0.5; } }

@-moz-keyframes Appear {
  0% {
    opacity: 0;
    transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@-webkit-keyframes Bounce {
  0% {
    margin-top: 30px; }
  50% {
    margin-top: 15px; }
  100% {
    margin-top: 30px; } }

.cboxIframe {
  background: transparent; }

#home-who-we-are {
  padding-top: 300px;
  padding-bottom: 510px;
  position: relative;
  z-index: 400;
  background: white; }

#home-who-we-are .growth-lines {
  width: 100%;
  height: calc(100% + 70px);
  position: absolute;
  bottom: -220px; }

#home-who-we-are .growth-lines polygon {
  transition: all 3s; }

#home-who-we-are .growth-lines polyline {
  transition: all 3s; }

@media (max-width: 750px) {
  #home-who-we-are .growth-lines {
    display: none; } }

#home-who-we-are .vertical-text {
  font-family: "JosefinSans-SemiBold";
  font-size: 20px;
  color: #005151;
  letter-spacing: 2.5px;
  /* float: left; */
  transform: translate(-50%, -50%) rotate(-90deg);
  position: absolute;
  /* left: 0px; */
  margin: 0px; }

#home-who-we-are .vertical-text .keyword {
  color: #77ACA4; }

@media (max-width: 750px) {
  #home-who-we-are .vertical-text {
    width: 400px;
    font-size: 16px;
    top: 150px; } }

#home-who-we-are .frame {
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }

#home-who-we-are .frame .container {
  padding-left: 300px; }

#home-who-we-are h2 {
  font-family: "Lateef";
  font-size: 82px;
  letter-spacing: 1.5px;
  line-height: 62px;
  color: #005151;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0px;
  margin-bottom: 15px; }

#home-who-we-are p {
  font-family: "JosefinSans-Light";
  letter-spacing: 2px;
  line-height: 45px;
  font-size: 38px;
  color: #4C4C4E;
  margin: 0px;
  max-width: 520px; }

#home-who-we-are .video-teaser {
  width: 790px;
  height: 504px;
  background-position: center;
  float: right;
  margin-top: 80px;
  margin-right: -20px;
  max-width: 100%;
  position: relative;
  background-size: cover; }

@media (max-width: 750px) {
  #home-who-we-are .video-teaser {
    margin-right: 0px;
    max-height: 250px; } }

#home-who-we-are .video-teaser:hover .vjs-big-play-button {
  /*border: 1px solid white;*/
  transform: scale(1.1); }

#home-who-we-are #video-modal {
  display: none; }

#home-who-we-are .vjs-big-play-button {
  height: 107px;
  width: 107px;
  display: block !important;
  border-radius: 50%;
  /*background: #6CACE4;*/
  border: 0px;
  bottom: 20px;
  right: 20px;
  top: auto;
  left: auto;
  /*background-image: url("assets/img/play.svg");*/
  /*background-repeat: no-repeat;*/
  /*background-position: 53% 50%;*/
  position: absolute;
  cursor: pointer;
  transition: all 0.5s; }

#home-who-we-are .vjs-big-play-button svg {
  width: 100%;
  height: auto; }

#home-who-we-are .vjs-big-play-button svg polygon {
  transition: all 0.3s;
  fill: #ffffff; }

#home-who-we-are .video-js .vjs-big-play-button {
  height: 107px;
  width: 107px;
  display: block !important;
  border-radius: 50%;
  background: #6CACE4;
  border: 0px;
  bottom: 20px;
  right: 20px;
  top: auto;
  left: auto;
  /*background-image: url("assets/img/play.svg");*/
  background-repeat: no-repeat;
  background-position: 53% 50%; }

#home-who-we-are .video-js .vjs-big-play-button .vjs-icon-placeholder {
  display: none; }

@media (min-width: 1100px) and (max-width: 1300px) {
  #home-who-we-are {
    padding-top: 250px; }
  #home-who-we-are .frame {
    max-width: 90%; }
  #home-who-we-are .frame .container {
    padding-left: 200px; } }

@media (min-width: 1000px) and (max-width: 1100px) {
  #home-who-we-are {
    padding-top: 200px; }
  #home-who-we-are .frame {
    max-width: 90%; }
  #home-who-we-are .frame .container {
    padding-left: 150px; }
  #home-who-we-are .vertical-text {
    top: 50px; } }

@media (min-width: 750px) and (max-width: 1000px) {
  #home-who-we-are {
    padding-top: 150px; }
  #home-who-we-are .frame {
    max-width: 90%; }
  #home-who-we-are .frame .vertical-text {
    top: 100px; }
  #home-who-we-are .frame .container {
    padding-left: 100px; } }

@media (max-width: 750px) {
  #home-who-we-are {
    padding-top: 60px;
    overflow: hidden;
    padding-bottom: 10px; }
  #home-who-we-are .frame {
    max-width: 90%; }
  #home-who-we-are .frame .vertical-text {
    top: 150px; }
  #home-who-we-are .frame .container {
    padding-left: 50px; }
  #home-who-we-are h2 {
    font-size: 43px;
    line-height: 37px; }
  #home-who-we-are p {
    font-size: 25px;
    line-height: 25px; } }

section#home-investments {
  background-color: #D3E2E9;
  background-image: url("assets/img/building-clipped.png");
  background-position: top left;
  background-repeat: no-repeat;
  line-height: 1;
  margin-top: 0px;
  position: relative;
  z-index: 300;
  padding-top: 250px;
  padding-bottom: 120px; }

section#home-investments h2 {
  font-family: "lateef";
  color: white;
  text-align: center;
  font-weight: normal;
  letter-spacing: 15px;
  font-size: 200px;
  text-transform: uppercase;
  line-height: 180px;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.18); }

section#home-investments .after {
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  border-top: solid 110px #D3E2E9;
  border-left: solid 50vw transparent;
  border-right: solid 50vw transparent; }

@media (min-width: 1100px) and (max-width: 1300px) {
  section#home-investments h2 {
    font-size: 170px; } }

@media (min-width: 1000px) and (max-width: 1100px) {
  section#home-investments h2 {
    font-size: 150px; } }

@media (min-width: 750px) and (max-width: 1000px) {
  section#home-investments h2 {
    font-size: 100px; } }

@media (max-width: 750px) {
  section#home-investments {
    padding-top: 60px; }
  section#home-investments h2 {
    font-size: 45px;
    letter-spacing: 5px; } }

#home-alt-investments {
  background-size: cover;
  padding-bottom: 120px;
  padding-top: 240px; }

#home-alt-investments .panel2,
#home-alt-investments .panel3 {
  opacity: 0; }

#home-alt-investments .circle-container {
  height: 960px;
  width: 960px;
  border-radius: 50%;
  background: rgba(0, 81, 81, 0.6);
  margin: 0 auto;
  display: table; }

@media (min-width: 750px) and (max-width: 1000px) {
  #home-alt-investments .circle-container {
    width: 750px;
    height: 750px; } }

#home-alt-investments .circle-container-inner {
  display: table-cell;
  vertical-align: middle;
  max-width: 700px;
  margin: 0 auto;
  text-align: center; }

#home-alt-investments .circle-container-inner * {
  max-width: 686px;
  margin: 0 auto; }

@media (min-width: 750px) and (max-width: 1000px) {
  #home-alt-investments .circle-container-inner * {
    max-width: 650px; } }

@media (max-width: 750px) {
  #home-alt-investments .circle-container-inner * {
    max-width: 300px; } }

#home-alt-investments .circle-container-inner h2 {
  color: white;
  font-family: "lateef";
  font-size: 82px;
  letter-spacing: 2.5px;
  line-height: 62px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase; }

#home-alt-investments .circle-container-inner p {
  font-family: JosefinSans-Thin;
  font-size: 38px;
  color: #FFFFFF;
  letter-spacing: 2px;
  line-height: 45px;
  margin-top: 10px;
  margin-bottom: 30px; }

#home-alt-investments .circle-container-inner .btn {
  /* Learn How Alternativ: */
  border-color: rgba(255, 255, 255, 0.22);
  font-family: JosefinSans-SemiBold;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 1.9px;
  line-height: 32px; }

@media (min-width: 750px) and (max-width: 1000px) {
  #home-alt-investments .circle-container-inner {
    max-width: 650px; } }

@media (max-width: 750px) {
  #home-alt-investments .circle-container {
    width: 100%;
    height: 350px;
    border-radius: 0px; }
  #home-alt-investments .circle-container-inner h2 {
    font-size: 40px;
    line-height: 30px; }
  #home-alt-investments .circle-container-inner p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px; }
  #home-alt-investments .circle-container-inner .btn {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 15px;
    max-width: 250px; } }

.investment-grid {
  max-width: 960px;
  margin: 0 auto;
  font-size: 0px;
  margin-top: 80px;
  margin-bottom: 50px; }

.investment-grid .investment-item {
  font-size: 16px;
  width: 50%;
  display: inline-block;
  box-sizing: border-box; }

.investment-grid .investment-item .investment-item-inner {
  background: white;
  margin-bottom: -50px;
  box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.05);
  padding: 45px 35px;
  position: relative;
  padding-bottom: 70px; }

.investment-grid .investment-item .investment-item-inner .btn.more {
  position: absolute;
  bottom: -11px;
  right: -11px;
  padding-top: 15px;
  padding-bottom: 12px;
  cursor: pointer;
  transition: all 0.5s; }

.investment-grid .investment-item .investment-item-inner .btn.more:hover {
  background: rgba(108, 172, 228, 0.7);
  color: white; }

.investment-grid .investment-item .investment-item-inner hr {
  width: calc(100% + 73px);
  border: 0px;
  border-top: 1px solid #4C4C4E;
  margin-top: 10px;
  margin-bottom: 30px; }

.investment-grid .investment-item .investment-item-inner .inv-benefit {
  font-size: 18px;
  font-family: "JosefinSans-SemiBold";
  color: #4A4A4A;
  text-transform: uppercase;
  letter-spacing: 1px; }

.investment-grid .investment-item .investment-item-inner .inv-title {
  font-size: 50px;
  font-family: lateef;
  color: #005151;
  line-height: 43px;
  max-width: 310px; }

.investment-grid .investment-item .investment-item-inner p {
  margin-top: 10px;
  font-family: "JosefinSans-Regular";
  font-size: 20px;
  color: #4C4C4E;
  letter-spacing: 1.33px;
  line-height: 30px;
  font-weight: normal; }

.investment-grid .investment-item:nth-of-type(odd) {
  padding-right: 65px;
  vertical-align: top; }

@media (min-width: 750px) and (max-width: 1000px) {
  .investment-grid .investment-item:nth-of-type(odd) {
    padding-right: 45px; } }

.investment-grid .investment-item:nth-of-type(even) {
  padding-right: 38px;
  padding-left: 27px;
  margin-top: 150px; }

@media (min-width: 750px) and (max-width: 1000px) {
  .investment-grid .investment-item:nth-of-type(even) {
    padding-right: 38px;
    padding-left: 7px; } }

@media (min-width: 750px) and (max-width: 1000px) {
  .investment-grid {
    max-width: 90%; }
  .investment-grid .investment-item .investment-item-inner .inv-title {
    font-size: 40px;
    line-height: 30px; } }

@media (max-width: 750px) {
  .investment-grid {
    margin-top: 0px; }
  .investment-grid .investment-item {
    font-size: 16px;
    width: 80%;
    display: block;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 90px;
    padding: 0px; }
  .investment-grid .investment-item .investment-item-inner .inv-title {
    font-size: 38px;
    line-height: 32px; }
  .investment-grid .investment-item .investment-item-inner hr {
    margin-bottom: 15px;
    width: calc(100% + 50px); }
  .investment-grid .investment-item .investment-item-inner p {
    line-height: 25px;
    margin-bottom: 10px; }
  .investment-grid .investment-item:nth-of-type(even) {
    margin: 0 auto;
    margin-bottom: 90px;
    padding: 0px; }
  .investment-grid .investment-item:nth-of-type(odd) {
    margin: 0 auto;
    margin-bottom: 90px;
    padding: 0px; } }

#investments {
  background-image: linear-gradient(0deg, rgba(211, 226, 233, 0) 15%, #C7D7DF 100%);
  background-image: url(assets/img/building-clipped.png), linear-gradient(0deg, rgba(211, 226, 233, 0) 15%, #C7D7DF 100%);
  background-position: top left;
  background-repeat: no-repeat;
  line-height: 1;
  position: relative;
  z-index: 300;
  padding-top: 80px;
  padding-bottom: 180px; }

#investments h2 {
  margin-bottom: 100px; }

#investments .closed-investments h2 {
  margin-bottom: 20px; }

#investments .insight-lines {
  right: -150px;
  top: -1000px; }

#investments .frame {
  max-width: 940px;
  margin: 0 auto;
  position: relative; }

#investments .investment-grid {
  margin-bottom: 190px;
  margin-top: 0px; }

#investments .investment-grid .investment-item:nth-of-type(even) {
  margin-top: 180px; }

#investments .investment-grid .investment-item .investment-item-inner {
  height: auto;
  box-sizing: border-box;
  margin-bottom: 0px;
  min-height: 360px; }

#investments .investment-grid .investment-item hr {
  margin-top: 10px; }

#investments .investment-grid .investment-item img {
  margin: 0 auto;
  display: block;
  margin-bottom: 45px;
  height: auto; }

#investments .closed-investments .inv-closed {
  font-family: JosefinSans-Light;
  font-size: 28px;
  color: #4A4A4A;
  letter-spacing: 2px;
  line-height: 55px; }

#investments .closed-investments .inv-closed a {
  position: relative;
  text-decoration: none;
  color: #6CACE4; }

#investments .closed-investments .inv-closed a:after {
  content: "";
  border-bottom: 1px solid #6CACE4;
  width: 0px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  transition: all 0.5s; }

#investments .closed-investments .inv-closed a:hover:after {
  width: 100%; }

@media (min-width: 750px) and (max-width: 1000px) {
  #investments .frame {
    max-width: 90%; } }

@media (max-width: 750px) {
  #investments {
    padding-top: 60px;
    padding-bottom: 40px; }
  #investments .frame {
    max-width: 90%; }
  #investments .investment-grid .investment-item:nth-of-type(even) {
    margin-top: 0px; }
  #investments .investment-grid {
    margin-bottom: 100px; }
  #investments .closed-investments h2 {
    font-size: 45px;
    line-height: 37px; }
  #investments .closed-investments .inv-closed {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px; } }

.vertical-text {
  font-family: "JosefinSans-SemiBold";
  font-size: 20px;
  color: #005151;
  letter-spacing: 2.5px;
  /* float: left; */
  transform: translate(-50%, -50%) rotate(-90deg);
  position: absolute;
  /* left: 0px; */
  margin: 0px;
  text-transform: uppercase; }

.vertical-text .keyword {
  color: #77ACA4; }

.slick-prev {
  cursor: pointer;
  font-family: JosefinSans-Bold;
  font-size: 12px;
  color: #6CACE4;
  border: 0px;
  letter-spacing: 2px;
  position: absolute;
  background: transparent;
  top: calc(100% - 10px);
  text-transform: uppercase;
  left: calc(50% - 200px);
  transform: translate(-50%, 0%);
  line-height: 1; }

.slick-prev:active,
.slick-prev:focus {
  outline: none; }

.slick-prev:before {
  content: " ";
  background-image: url("assets/img/down-arrow-blue.svg");
  content: " ";
  background-image: url(assets/img/down-arrow-blue.svg);
  width: 14px;
  height: 9px;
  background-repeat: no-repeat;
  position: absolute;
  left: -15px;
  transform: rotate(90deg);
  display: block; }

.slick-prev:after {
  width: 22px;
  position: absolute;
  border-top: 2px solid #6CACE4;
  content: " ";
  top: 45%;
  right: -25px;
  transform: translate(0%, -50%);
  display: block; }

.slick-next {
  font-family: JosefinSans-Bold;
  font-size: 12px;
  color: #6CACE4;
  border: 0px;
  letter-spacing: 2px;
  position: absolute;
  background: transparent;
  top: calc(100% - 10px);
  text-transform: uppercase;
  left: calc(50% + 200px);
  transform: translate(-50%, 0%);
  line-height: 1; }

.slick-next:active,
.slick-next:focus {
  outline: none; }

.slick-next:before {
  display: block;
  content: " ";
  background-image: url("assets/img/down-arrow-blue.svg");
  content: " ";
  background-image: url(assets/img/down-arrow-blue.svg);
  width: 14px;
  height: 9px;
  background-repeat: no-repeat;
  position: absolute;
  right: -15px;
  transform: rotate(-90deg); }

.slick-next:after {
  display: block;
  width: 22px;
  position: absolute;
  border-top: 2px solid #6CACE4;
  content: " ";
  top: 45%;
  left: -25px;
  transform: translate(0%, -50%); }

.team-slider .slick-next {
  top: 50%;
  left: calc(100% + 100px); }

.team-slider .slick-prev {
  top: 50%;
  left: -100px; }

.disclosure-trigger {
  /* View Disclosure: Pas: */
  font-family: JosefinSans-BoldItalic;
  font-size: 20px;
  color: #4C4C4E;
  letter-spacing: 1px;
  line-height: 26px;
  text-transform: uppercase;
  border-bottom: 1px solid #979797;
  padding-bottom: 10px;
  float: left;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.5s; }

.info-disclosure.hidden .disclosure-trigger.arrow,
.disclosure.hidden .disclosure-trigger.arrow {
  transform: rotate(0deg); }

.disclosure-trigger.arrow {
  transform: rotate(180deg); }

h2 {
  /* Our Careers: */
  font-family: Lateef;
  font-size: 82px;
  color: #005151;
  letter-spacing: 1.5px;
  line-height: 62px;
  font-weight: normal;
  margin-bottom: 20px; }

html {
  margin-top: 0px !important; }

@keyframes Lines {
  0% {
    stroke-dashoffset: 462px; }
  100% {
    stroke-dashoffset: 0px; } }

.vjs-big-play-button {
  outline: none; }

.insights {
  position: relative;
  z-index: 50;
  padding-bottom: 130px; }

@media (max-width: 750px) {
  .insights {
    padding-bottom: 0; }
  .insights .btn {
    margin-bottom: 80px; } }

.insights .frame .frame {
  max-width: 100%; }

.featured-insights {
  background: #FAFAFA; }

.insight-lines {
  position: absolute;
  right: -20px;
  top: -535px; }

@media (min-width: 1100px) and (max-width: 1300px) {
  .insight-lines {
    right: -60px; } }

@media (min-width: 1000px) and (max-width: 1100px) {
  .insight-lines {
    right: -60px; } }

@media (max-width: 750px) {
  .insight-lines {
    display: none; } }

.insights {
  background: #F2F2F2;
  padding-top: 150px; }

.insights .insight-lines {
  position: absolute;
  right: -20px;
  top: -535px; }

@media (min-width: 1100px) and (max-width: 1300px) {
  .insights .insight-lines {
    right: -60px; } }

@media (min-width: 1000px) and (max-width: 1100px) {
  .insights .insight-lines {
    right: -60px; } }

@media (min-width: 750px) and (max-width: 1000px) {
  .insights .insight-lines {
    right: -50px; } }

.insights .vertical-text {
  right: 0px;
  top: 379px;
  transform: translate(50%, -50%) rotate(-90deg);
  -webkit-transform: translate(50%, -50%) rotate(-90deg);
  -ms-transform: translate(50%, -50%) rotate(-90deg); }

@media (min-width: 1100px) and (max-width: 1300px) {
  .insights .vertical-text {
    right: -40px; } }

@media (min-width: 1000px) and (max-width: 1100px) {
  .insights .vertical-text {
    right: -40px; } }

@media (min-width: 750px) and (max-width: 1000px) {
  .insights .vertical-text {
    right: -30px; } }

.insights h2 {
  /* Insights: */
  font-family: Lateef;
  font-size: 82px;
  color: #4C4C4E;
  letter-spacing: 1.5px;
  line-height: 62px;
  font-weight: normal;
  margin-bottom: 40px; }

.insights .frame {
  max-width: 1180px;
  margin: 0 auto;
  position: relative; }

.insights .frame .small-insight-item {
  width: 362px;
  height: 362px;
  background: white;
  display: block;
  margin-bottom: 46px;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
  transition: all 0.5s; }

.insights .frame .small-insight-item:hover {
  background: rgba(74, 74, 74, 0.25); }

.insights .frame .small-insight-item:after {
  position: absolute;
  height: 100%;
  width: 100%;
  content: " ";
  border: 1px solid #BDBDBD;
  background: transparent;
  top: 10px;
  right: 10px; }

.insights .frame .small-insight-item .insight-cat {
  /* Real Estate: */
  font-family: JosefinSans-Bold;
  font-size: 12px;
  color: #6CACE4;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 14px; }

.insights .frame .small-insight-item .insight-date {
  /* May 1, 2017: */
  font-family: Lateef;
  font-size: 20px;
  color: #4C4C4E;
  letter-spacing: 2.5px;
  line-height: 38px;
  text-transform: uppercase; }

.insights .frame .small-insight-item .insight-title {
  /* How Real Estate Hist: */
  font-family: Lateef;
  font-size: 40px;
  color: #4C4C4E;
  line-height: 40px;
  text-decoration: none;
  margin: 0px;
  font-weight: normal; }

.insights .frame .small-insight-item.video {
  background: #77ACA4; }

.insights .frame .small-insight-item.video .insight-cat {
  color: white; }

.insights .frame .small-insight-item.video .insight-date {
  color: white; }

.insights .frame .small-insight-item.video .insight-title {
  color: white; }

.insights .frame .small-insight-item.video .insight-play-button {
  margin-top: 25px;
  transition: all 0.5s; }
  .insights .frame .small-insight-item.video .insight-play-button svg {
    max-width: 100%; }

.insights .frame .small-insight-item.video .insight-play-button polygon {
  fill: white; }

.insights .frame .small-insight-item.video:hover .insight-play-button {
  transform: scale(1.2); }

.insights .frame .small-insight-right-col {
  display: inline-block;
  width: 456px;
  padding-left: 40px;
  padding-right: 55px;
  box-sizing: border-box;
  vertical-align: top; }

.insights .frame .small-insight-left-col {
  display: inline-block;
  width: 362px;
  padding-left: 0px;
  padding-right: 0px;
  box-sizing: border-box;
  vertical-align: top; }

.insights .frame .med-insight {
  padding-right: 55px;
  padding-left: 51px;
  display: inline-block;
  width: 818px;
  box-sizing: border-box;
  position: relative; }

.insights .frame .med-insight .med-insight-item {
  height: 362px;
  width: 100%;
  position: relative;
  background-color: white;
  background-position: 100%;
  background-size: 362px;
  background-repeat: no-repeat;
  padding: 40px;
  display: block;
  box-sizing: border-box;
  text-decoration: none; }

.insights .frame .med-insight .med-insight-item:before {
  background: transparent;
  content: " ";
  transition: all 0.5s;
  z-index: 3; }

.insights .frame .med-insight .med-insight-item:hover:before {
  background: rgba(74, 74, 74, 0.25);
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0px;
  content: " ";
  left: 0px; }

.insights .frame .med-insight .med-insight-item.video .insight-play-button {
  width: 90px;
  height: 90px;
  margin-top: 25px;
  transition: all 0.5s;
  position: absolute;
  bottom: 35px;
  right: calc(50% - 125px);
  z-index: 2; }

@media (max-width: 750px) {
  .insights .frame .med-insight .med-insight-item.video .insight-play-button {
    width: 70px;
    height: 70px;
    position: relative;
    right: initial;
    bottom: initial; } }

.insights .frame .med-insight .med-insight-item.video .insight-play-button polygon {
  fill: white; }

.insights .frame .med-insight .med-insight-item.video .insight-play-button circle {
  /*fill: #6CACE4;*/
  stroke: white; }

.insights .frame .med-insight .med-insight-item.video:hover .insight-play-button {
  transform: scale(1.2); }

.insights .frame .med-insight .med-insight-item .insight-img {
  z-index: 2;
  float: right;
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  max-width: 100%; }

.insights .frame .med-insight .med-insight-item .insight-quote {
  /* “As you write down y: */
  font-family: JosefinSans-Regular;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 1.33px;
  line-height: 30px;
  background: #63868C;
  z-index: 2;
  float: right;
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  max-width: 100%; }

.insights .frame .med-insight .med-insight-item .insight-quote:after {
  content: ' ';
  opacity: 1;
  color: #005151;
  letter-spacing: 0;
  position: absolute;
  right: 50px;
  bottom: 50px;
  background-image: url(assets/img/quote.svg);
  width: 174px;
  height: 116px; }

@media (max-width: 750px) {
  .insights .frame .med-insight .med-insight-item .insight-quote:after {
    bottom: 40px;
    right: 40px;
    font-size: 400px; } }

.insights .frame .med-insight .med-insight-item p {
  max-width: 272px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%; }

.insights .frame .med-insight .med-insight-item:after {
  z-index: 4;
  position: absolute;
  height: 100%;
  width: 100%;
  content: " ";
  border: 1px solid #BDBDBD;
  background: transparent;
  top: 10px;
  right: 10px; }

.insights .frame .med-insight .med-insight-item * {
  max-width: 282px; }

.insights .frame .med-insight .med-insight-item .insight-cat {
  /* Real Estate: */
  font-family: JosefinSans-Bold;
  font-size: 12px;
  color: #6CACE4;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 14px; }

.insights .frame .med-insight .med-insight-item .insight-date {
  /* May 1, 2017: */
  font-family: Lateef;
  font-size: 20px;
  color: #4C4C4E;
  letter-spacing: 2.5px;
  line-height: 38px;
  text-transform: uppercase; }

.insights .frame .med-insight .med-insight-item .insight-title {
  /* How Real Estate Hist: */
  font-family: Lateef;
  font-size: 40px;
  color: #4C4C4E;
  line-height: 40px;
  text-decoration: none;
  margin: 0px;
  font-weight: normal; }

.insights .frame .big-insight {
  display: inline-block;
  width: 724px;
  box-sizing: border-box;
  padding-right: 13px;
  position: relative; }

.insights .frame .big-insight .big-insight-item {
  width: 100%;
  height: 770px;
  position: relative;
  padding: 50px;
  box-sizing: border-box;
  display: block;
  text-decoration: none;
  background-size: cover;
  transition: all 0.5s; }

.insights .frame .big-insight .big-insight-item:after {
  background: transparent;
  content: " ";
  transition: all 0.5s; }

.insights .frame .big-insight .big-insight-item:hover:before {
  background: rgba(74, 74, 74, 0.25);
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0px;
  content: " ";
  left: 0px; }

.insights .frame .big-insight .big-insight-item.video .insight-play-button {
  margin-top: 25px;
  width: 125px;
  height: 125px;
  transition: all 0.5s;
  position: absolute;
  bottom: 60px;
  left: 60px;
  z-index: 2; }

@media (max-width: 750px) {
  .insights .frame .big-insight .big-insight-item.video .insight-play-button {
    width: 70px;
    height: 70px;
    position: relative;
    left: initial;
    bottom: initial; } }

.insights .frame .big-insight .big-insight-item.video .insight-play-button polygon {
  fill: white; }

.insights .frame .big-insight .big-insight-item.video .insight-play-button circle {
  /*fill: #6CACE4;*/
  stroke: white; }

.insights .frame .big-insight .big-insight-item.video:hover .insight-play-button {
  transform: scale(1.2); }

.insights .frame .big-insight .big-insight-item.quote:hover:before {
  background: rgba(74, 74, 74, 0.25);
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0px;
  content: " ";
  left: 0px; }

.insights .frame .big-insight .big-insight-item .insight-cat {
  /* Real Estate: */
  font-family: JosefinSans-Bold;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 40px;
  line-height: 14px; }

.insights .frame .big-insight .big-insight-item .insight-date {
  /* May 1, 2017: */
  font-family: Lateef;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 2.5px;
  line-height: 38px;
  text-transform: uppercase;
  margin-bottom: 10px; }

.insights .frame .big-insight .big-insight-item .insight-title {
  /* How Real Estate Hist: */
  font-family: Lateef;
  font-size: 82px;
  color: #FFFFFF;
  line-height: 60px;
  text-decoration: none;
  margin: 0px;
  font-weight: normal; }

.insights .frame .big-insight .big-insight-item .insight-desc {
  /* The third-longest bu: */
  font-family: JosefinSans-Regular;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 1.33px;
  line-height: 30px;
  font-weight: normal;
  margin-top: 10px; }

.insights .frame .big-insight .big-insight-item .insight-desc p {
  font-family: JosefinSans-Regular;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 1.33px;
  line-height: 30px;
  font-weight: normal; }

.insights .frame .big-insight-item.quote {
  /* Mask: */
  background: #63868C;
  position: relative; }

.insights .frame .big-insight-item.quote .insight-desc {
  /* “As you write down y: */
  font-family: JosefinSans-Light;
  font-size: 38px;
  color: #FFFFFF;
  line-height: 45px; }

.insights .frame .big-insight-item.quote:after {
  /* ”: */
  content: ' ';
  opacity: 1;
  color: #005151;
  letter-spacing: 0;
  position: absolute;
  right: 80px;
  bottom: 180px;
  background-image: url("assets/img/quote.svg");
  width: 174px;
  height: 116px; }

@media (max-width: 750px) {
  .insights .frame .big-insight-item.quote:after {
    bottom: 0px;
    right: 0%;
    font-size: 400px; } }

.insights .frame .insight-section.flipped {
  position: relative; }

.insights .frame .insight-section.flipped .big-insight {
  float: right;
  margin-right: 42px;
  margin-bottom: 46px; }

.insights .frame .insight-section.flipped .small-insight-right-col {
  padding-left: 0px;
  width: 401px;
  padding-right: 0px; }

.insights .frame .insight-section.flipped .small-insight-left-col {
  float: right;
  margin-right: 55px; }

.insights .frame .insight-section.flipped .med-insight {
  width: auto;
  padding: 0px; }

.insights .frame .insight-section.flipped .med-insight .med-insight-item {
  width: 712px; }

@media (min-width: 1000px) and (max-width: 1100px) {
  .insights .frame {
    max-width: 85%; }
  .insights .frame .big-insight {
    width: 61%;
    padding-right: 0px; }
  .insights .frame .small-insight-right-col {
    width: 39%;
    padding-right: 0px; }
  .insights .frame .small-insight-left-col {
    width: 39%;
    padding-right: 40px;
    padding-left: 0px; }
  .insights .frame .small-insight-item {
    width: 100%; }
  .insights .frame .small-insight-item .insight-title {
    font-size: 35px;
    line-height: 35px; }
  .insights .frame .med-insight .med-insight-item * {
    max-width: 50%; }
  .insights .frame .med-insight {
    width: 61%;
    padding-right: 0px;
    padding-left: 0px; }
  .insights .frame .med-insight .med-insight-item .insight-title {
    font-size: 35px;
    line-height: 35px; }
  .insights .frame .insight-section.flipped {
    position: relative; }
  .insights .frame .insight-section.flipped .big-insight {
    width: 61%;
    margin-right: 0px;
    padding-right: 0px; }
  .insights .frame .insight-section.flipped .small-insight-right-col {
    width: 39%;
    padding-left: 0px;
    padding-right: 40px; }
  .insights .frame .insight-section.flipped .small-insight-left-col {
    width: 39%;
    margin: 0;
    padding-left: 40px;
    padding-right: 0px; }
  .insights .frame .insight-section.flipped .med-insight {
    width: 61%; }
  .insights .frame .insight-section.flipped .med-insight .med-insight-item {
    width: 100%; } }

@media (min-width: 1100px) and (max-width: 1300px) {
  .insights .frame {
    max-width: 85%; }
  .insights .frame .big-insight {
    width: 61%;
    padding-right: 0px; }
  .insights .frame .small-insight-right-col {
    width: 39%;
    padding-right: 0px; }
  .insights .frame .small-insight-left-col {
    width: 39%;
    padding-right: 40px;
    padding-left: 0px; }
  .insights .frame .small-insight-item {
    width: 100%; }
  .insights .frame .small-insight-item .insight-title {
    font-size: 35px;
    line-height: 35px; }
  .insights .frame .med-insight .med-insight-item * {
    max-width: 50%; }
  .insights .frame .med-insight {
    width: 61%;
    padding-right: 0px;
    padding-left: 0px; }
  .insights .frame .med-insight .med-insight-item .insight-title {
    font-size: 35px;
    line-height: 35px; }
  .insights .frame .insight-section.flipped {
    position: relative; }
  .insights .frame .insight-section.flipped .big-insight {
    width: 61%;
    margin-right: 0px;
    padding-right: 0px; }
  .insights .frame .insight-section.flipped .small-insight-right-col {
    width: 39%;
    padding-left: 0px;
    padding-right: 40px; }
  .insights .frame .insight-section.flipped .small-insight-left-col {
    width: 39%;
    margin: 0;
    padding-left: 40px;
    padding-right: 0px; }
  .insights .frame .insight-section.flipped .med-insight {
    width: 61%; }
  .insights .frame .insight-section.flipped .med-insight .med-insight-item {
    width: 100%; } }

@media (min-width: 750px) and (max-width: 1000px) {
  .insights .frame {
    max-width: 85%; }
  .insights .frame .big-insight {
    width: 61%;
    padding-right: 0px; }
  .insights .frame .big-insight .big-insight-item {
    height: 600px; }
  .insights .frame .big-insight .big-insight-item .insight-cat {
    margin-bottom: 10px; }
  .insights .frame .big-insight .big-insight-item .insight-title {
    font-size: 60px;
    line-height: 48px; }
  .insights .frame .big-insight .big-insight-item.quote .insight-desc {
    font-family: JosefinSans-Regular;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 1.33px;
    line-height: 25px;
    font-weight: normal;
    margin-top: 10px; }
  .insights .frame .big-insight .big-insight-item.quote .insight-desc p {
    line-height: 25px; }
  .insights .frame .small-insight-right-col {
    width: 39%;
    padding-right: 0px; }
  .insights .frame .small-insight-left-col {
    width: 39%;
    padding-right: 40px;
    padding-left: 0px; }
  .insights .frame .small-insight-item {
    width: 100%;
    padding: 20px;
    height: 277px;
    padding-top: 40px; }
  .insights .frame .small-insight-item .insight-title {
    font-size: 26px;
    line-height: 26px; }
  .insights .frame .small-insight-item .insight-cat {
    margin-bottom: 0px; }
  .insights .frame .med-insight .med-insight-item * {
    max-width: 50%; }
  .insights .frame .med-insight {
    width: 61%;
    padding-right: 0px;
    padding-left: 0px;
    height: 277px; }
  .insights .frame .med-insight .med-insight-item {
    height: 277px;
    padding: 25px; }
  .insights .frame .med-insight .med-insight-item .insight-title {
    font-size: 30px;
    line-height: 30px; }
  .insights .frame .med-insight .med-insight-item .insight-cat {
    margin-bottom: 0px; }
  .insights .frame .insight-section.flipped {
    position: relative; }
  .insights .frame .insight-section.flipped .big-insight {
    width: 61%;
    margin-right: 0px;
    padding-right: 0px; }
  .insights .frame .insight-section.flipped .small-insight-right-col {
    width: 39%;
    padding-left: 0px;
    padding-right: 40px; }
  .insights .frame .insight-section.flipped .small-insight-left-col {
    width: 39%;
    margin: 0;
    padding-left: 40px;
    padding-right: 0px; }
  .insights .frame .insight-section.flipped .med-insight {
    width: 61%; }
  .insights .frame .insight-section.flipped .med-insight .med-insight-item {
    width: 100%; } }

@media (max-width: 750px) {
  .insights {
    padding-top: 60px; }
  .insights .vertical-text {
    display: none; }
  .insights h2 {
    text-align: center; }
  .insights .frame {
    max-width: 90%; }
  .insights .frame .insight-section.flipped .big-insight {
    margin: 0 auto; }
  .insights .frame .insight-section.flipped .small-insight-left-col {
    margin: 0 auto;
    float: none; }
  .insights .frame .big-insight {
    max-width: 100%;
    padding: 0px; }
  .insights .frame .big-insight .big-insight-item .insight-title {
    font-family: Lateef;
    font-size: 60px;
    color: #FFFFFF;
    line-height: 40px;
    text-decoration: none; }
  .insights .frame .big-insight .big-insight-item {
    height: auto;
    background-size: inherit;
    background-position: top left;
    background: #6CACE4;
    background-image: none !important; }
  .insights .frame .big-insight .big-insight-item.quote {
    background: #63868C; }
  .insights .frame .big-insight .big-insight-item .insight-cat {
    margin-bottom: 0px; }
  .insights .frame .big-insight .big-insight-item .insight-title {
    font-size: 40px;
    line-height: 32px; }
  .insights .frame .big-insight .big-insight-item .insight-desc {
    font-size: 18px;
    line-height: 23px; }
  .insights .frame .small-insight-item {
    height: auto;
    max-width: 100%; }
  .insights .frame .small-insight-item .insight-title {
    font-size: 30px;
    line-height: 30px; }
  .insights .frame .small-insight-right-col,
  .insights .frame .small-insight-left-col {
    padding: 0px;
    max-width: 100%;
    margin-top: 20px; }
  .insights .frame .small-insight-right-col .small-insight-item,
  .insights .frame .small-insight-left-col .small-insight-item {
    max-width: 100%; }
  .insights .frame .med-insight {
    max-width: 100%;
    padding: 0px;
    height: auto; }
  .insights .frame .med-insight .med-insight-item {
    height: auto;
    margin-bottom: 46px;
    max-width: 100%; }
  .insights .frame .med-insight .med-insight-item .insight-title {
    font-size: 30px;
    line-height: 30px; }
  .insights .frame .med-insight img,
  .insights .frame .med-insight .insight-quote {
    display: none; } }

.single-entry {
  margin-top: 104px;
  padding-top: 100px;
  padding-bottom: 140px;
  position: relative; }

@media (min-width: 1100px) and (max-width: 1300px) {
  .single-entry {
    padding-bottom: 100px;
    padding-top: 0px; } }

@media (min-width: 1000px) and (max-width: 1100px) {
  .single-entry {
    padding-bottom: 100px;
    padding-top: 0px; } }

.single-entry.single-entry-video-header {
  background-color: #B0BEC5;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 42%;
  height: 0; }

.single-entry.single-entry-video-header h1 {
  margin-bottom: 0px; }

@media (max-width: 750px) {
  .single-entry.single-entry-video-header.bg-image .video-image {
    min-height: 200px;
    width: auto; }
  .single-entry.single-entry-video-header.bg-image .title {
    bottom: 4%; } }

@media (max-width: 1000px) {
  .single-entry.single-entry-video-header {
    padding-top: 104px; } }

@media (max-width: 750px) {
  .single-entry.single-entry-video-header {
    padding-top: 80px;
    height: auto;
    padding-bottom: 0px;
    position: relative; } }

.single-entry.single-entry-video-header:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */ }

.single-entry.single-entry-video-header video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media (max-width: 1000px) {
  .single-entry.single-entry-video-header video {
    top: 104px; } }

@media (max-width: 750px) {
  .single-entry.single-entry-video-header video {
    top: 0px;
    position: relative;
    height: auto;
    max-height: 240px; } }

.single-entry.single-entry-video-header .video-image {
  max-width: 100%;
  min-width: 100%;
  position: absolute; }

@media (max-width: 750px) {
  .single-entry.single-entry-video-header .video-image {
    position: relative; } }

.single-entry.single-entry-video-header .tag-back {
  color: #ffffff; }

.single-entry.single-entry-video-header .tag-back:after {
  border-top: 2px solid #ffffff; }

.single-entry.single-entry-video-header .info-back-bar {
  padding-top: 70px;
  left: 0;
  position: absolute;
  top: 100px;
  z-index: 1; }

@media (max-width: 1000px) {
  .single-entry.single-entry-video-header .info-back-bar {
    background-color: #6CACE4;
    padding-top: 5px;
    display: block;
    position: relative;
    top: initial;
    margin: 0;
    padding: 0;
    width: 100%; } }

@media (max-width: 750px) {
  .single-entry.single-entry-video-header .info-back-bar {
    position: relative;
    top: 0px; } }

.single-entry.single-entry-video-header .info-back-bar .info-back-bar-inner {
  background-color: #ffffff;
  padding: 30px 15px 30px 20px;
  -webkit-box-shadow: 2px 2px 4px 0px #6b6b6b;
  -moz-box-shadow: 2px 2px 4px 0px #6b6b6b;
  box-shadow: 2px 2px 4px 0px #6b6b6b; }

@media (max-width: 1000px) {
  .single-entry.single-entry-video-header .info-back-bar .info-back-bar-inner {
    padding: 15px; } }

@media (max-width: 750px) {
  .single-entry.single-entry-video-header .info-back-bar .info-back-bar-inner {
    padding: 10px 15px; }
  .single-entry.single-entry-video-header .info-back-bar .info-back-bar-inner .date {
    margin-bottom: 5px; }
  .single-entry.single-entry-video-header .info-back-bar .info-back-bar-inner .category {
    margin-bottom: 5px; } }

.single-entry.single-entry-video-header .info-back-bar .info {
  width: 200px;
  padding: 0;
  margin-top: 0;
  border-bottom: none;
  border-top: none; }

@media (max-width: 750px) {
  .single-entry.single-entry-video-header .info-back-bar .info {
    width: 100%; } }

.single-entry.single-entry-video-header .title {
  position: absolute;
  bottom: 10%;
  left: 0;
  z-index: 1; }

@media (max-width: 1000px) {
  .single-entry.single-entry-video-header .title {
    bottom: 5%; } }

@media (max-width: 750px) {
  .single-entry.single-entry-video-header .title {
    bottom: 4%;
    margin-left: 20px; } }

.single-entry.single-entry-video-header .title .title-inner {
  max-width: 942px;
  margin: 0 auto;
  width: calc(100% - 600px); }

@media (max-width: 1000px) {
  .single-entry.single-entry-video-header .title .title-inner {
    padding-right: 30px;
    width: 90%; } }

.single-entry.single-entry-video-header .title .modal-trigger {
  text-decoration: none; }

.single-entry.single-entry-video-header .title h1 {
  color: #ffffff; }

@media (max-width: 750px) {
  .single-entry.single-entry-video-header .title h1 {
    font-size: 32px;
    line-height: 28px;
    width: 90%; } }

.single-entry.single-entry-video-header .title .insight-play-button {
  margin-top: 20px;
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s;
  cursor: pointer; }
  .single-entry.single-entry-video-header .title .insight-play-button svg {
    max-width: 100%; }

@media (max-width: 750px) {
  .single-entry.single-entry-video-header .title .insight-play-button {
    width: 45px;
    height: 45px;
    margin-top: 10px; } }

.single-entry.single-entry-video-header .title .insight-play-button #play-button polygon {
  transition: all 0.3s;
  fill: #ffffff; }

.single-entry.single-entry-video-header .title .insight-play-button:hover {
  transform: scale(1.2); }

.single-entry.single-entry-video-header .title .insight-play-button:hover #play-button polygon {
  fill: #ffffff; }

.single-entry.single-entry-video-header .title .runtime {
  color: #ffffff;
  text-transform: uppercase;
  font-family: JosefinSans-Regular;
  letter-spacing: 0.07em;
  line-height: 67px;
  vertical-align: bottom; }

@media (max-width: 750px) {
  .single-entry.single-entry-video-header .title .runtime {
    line-height: 45px; } }

.single-entry.single-entry-video-header + .single-entry {
  margin-top: 0;
  padding-top: 50px; }

.single-entry .video-sidebar {
  margin: 0 auto;
  padding-bottom: 60px; }

@media (min-width: 1600px) {
  .single-entry .video-sidebar {
    position: absolute;
    left: 0px; } }

@media (max-width: 1200px) {
  .single-entry .video-sidebar {
    max-width: 940px; } }

@media (min-width: 1200px) and (max-width: 1600px) {
  .single-entry .video-sidebar {
    float: left;
    position: relative;
    width: 30%;
    box-sizing: border-box;
    padding-right: 60px; } }

@media (max-width: 1044px) {
  .single-entry .video-sidebar {
    max-width: 90%; } }

@media (max-width: 750px) {
  .single-entry .video-sidebar {
    max-width: 95%; } }

@media (min-width: 1600px) {
  .single-entry .video-sidebar .video-sidebar-inner {
    margin-left: 30px; } }

.single-entry .video-sidebar span {
  line-height: 1em;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.08em; }

.single-entry .video-sidebar .video-sidebar-content {
  max-width: 247px; }

@media (max-width: 750px) {
  .single-entry .video-sidebar .video-sidebar-content {
    max-width: 100%; } }

@media (max-width: 1200px) {
  .single-entry .video-sidebar .video-sidebar-content {
    float: left; } }

.single-entry .video-sidebar .video-sidebar-image {
  padding: 0 15px 5px;
  max-width: 137px;
  margin-bottom: 10px; }

.single-entry .video-sidebar .video-sidebar-image img {
  box-shadow: 0px 0px 8px 0px #b8b8b8;
  width: 100%;
  height: auto; }

.single-entry .video-sidebar .video-sidebar-name {
  padding: 0 15px;
  font-family: Lateef;
  font-size: 25px;
  text-transform: uppercase;
  color: #4C4C4E;
  line-height: 20px; }

.single-entry .video-sidebar .video-sidebar-title {
  padding: 10px 15px 0px;
  font-family: "JosefinSans-SemiBold";
  font-size: 14px;
  color: #4C4C4E;
  line-height: 20px; }

.single-entry .video-sidebar .video-sidebar-text {
  padding: 3px 15px 10px;
  font-family: "JosefinSans-SemiBoldItalic";
  font-size: 14px;
  color: #4C4C4E;
  line-height: 20px; }

.single-entry .video-sidebar .video-sidebar-quote {
  display: inline-block;
  max-width: 217px;
  position: relative;
  padding: 15px;
  font-family: "JosefinSans-SemiBold";
  font-size: 16px;
  color: #005151;
  line-height: 26px; }

@media (min-width: 1200px) {
  .single-entry .video-sidebar .video-sidebar-quote {
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797; } }

@media (max-width: 1200px) {
  .single-entry .video-sidebar .video-sidebar-quote {
    border-left: 1px solid #979797; } }

.single-entry .video-sidebar .video-sidebar-quote:after {
  content: " ";
  display: block;
  position: absolute;
  right: -10px;
  bottom: -25px;
  width: 116px;
  height: 77px;
  background-size: 100%;
  background-image: url("assets/img/quote.svg");
  opacity: 0.8; }

.single-entry .video-sidebar .video-sidebar-sharing {
  color: #6CACE4;
  padding: 15px; }

@media (max-width: 1600px) and (min-width: 750px) {
  .single-entry .video-sidebar .video-sidebar-sharing {
    text-indent: 10px; } }

.single-entry .video-sidebar .video-sidebar-sharing span {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "JosefinSans-Bold";
  letter-spacing: 0.08em;
  display: inline-block;
  margin-right: 10px;
  margin-top: 5px; }

.single-entry .video-sidebar .video-sidebar-sharing .video-sidebar-icons {
  display: inline-block;
  vertical-align: top; }

.single-entry .video-sidebar .video-sidebar-sharing .video-sidebar-icons a {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.single-entry .frame {
  max-width: 940px;
  margin: 0 auto; }

.single-entry h1 {
  /* Liquidity Versus Ill: */
  font-family: Lateef;
  font-size: 50px;
  color: #4C4C4E;
  line-height: 45px;
  font-weight: normal;
  margin: 0;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 30px; }

.single-entry .title {
  width: 100%; }

.single-entry .single-post-content .btn {
  padding: 0px;
  border: 0px;
  margin: 0px;
  margin-bottom: 20px; }

.single-entry .single-post-content .btn:hover {
  background: transparent; }

.single-entry .single-post-content .btn p {
  margin: 0px; }

.single-entry .single-post-content .btn a {
  font-family: "JosefinSans-SemiBold";
  font-size: 16px;
  letter-spacing: 1.9px;
  line-height: 32px;
  color: #6CACE4;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #6CACE4;
  padding: 20px 40px 18px;
  display: inline-block;
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 12px;
  cursor: pointer;
  transition: all 1s; }

.single-entry .single-post-content .btn a:hover {
  background: rgba(108, 172, 228, 0.7);
  color: white;
  border: 1px solid transparent; }

@media (max-width: 750px) {
  .single-entry .single-post-content .btn a {
    font-size: 14px; } }

.single-entry .single-post-content a {
  text-decoration: none;
  color: #6CACE4;
  position: relative; }

.single-entry .single-post-content .disclosure {
  margin-top: 15px;
  /* View Disclosure: Rob: */
  font-family: JosefinSans-LightItalic;
  font-size: 15px;
  color: #4A4A4A;
  letter-spacing: 1.33px;
  line-height: 20px;
  height: auto;
  max-height: 700px;
  transition: height 1s;
  overflow: hidden;
  position: relative;
  padding-right: 25px;
  margin-bottom: 30px;
  transition: all 0.5s;
  overflow: hidden; }

.single-entry .single-post-content .disclosure p {
  font-family: JosefinSans-LightItalic;
  font-size: 15px;
  color: #4A4A4A;
  letter-spacing: 1.33px;
  line-height: 20px;
  height: auto;
  transition: all 0.5s;
  position: relative; }

.single-entry .single-post-content .disclosure .disclosure-trigger {
  /* View Disclosure: Rob: */
  font-family: JosefinSans-BoldItalic;
  text-transform: uppercase;
  font-size: 15px;
  color: #4A4A4A;
  letter-spacing: 1.33px;
  line-height: 18px;
  padding-bottom: 0px; }

.single-entry .single-post-content .disclosure .disclosure-trigger.arrow {
  background-image: url("assets/img/down-arrow-blue.svg");
  width: 14px;
  height: 9px;
  float: right;
  position: absolute;
  top: 4px;
  border: 0px;
  right: 0px; }

.single-entry .single-post-content .disclosure.hidden {
  max-height: 20px; }

.single-entry .single-post-content .disclosure.show {
  height: auto; }

.single-entry .single-post-content .quoteleft,
.single-entry .single-post-content .quoteright {
  /* When it comes to inv: */
  position: relative;
  font-family: JosefinSans-Regular;
  font-size: 28px;
  color: #005151;
  letter-spacing: 1px;
  line-height: 35px;
  width: 450px;
  float: left;
  padding: 45px;
  box-sizing: border-box;
  margin-left: -120px;
  border-top: 1px solid #BDBDBD;
  border-bottom: 1px solid #BDBDBD;
  margin-right: 50px;
  margin-bottom: 100px; }

.single-entry .single-post-content .quoteleft p,
.single-entry .single-post-content .quoteright p {
  font-family: JosefinSans-Regular;
  font-size: 28px;
  color: #005151;
  letter-spacing: 1px;
  line-height: 35px;
  margin-bottom: 0px; }

.single-entry .single-post-content .quoteleft:after,
.single-entry .single-post-content .quoteright:after {
  content: '';
  background-image: url(assets/img/quote.svg);
  opacity: 1;
  font-family: Lateef;
  font-size: 600px;
  color: #005151;
  letter-spacing: 0;
  position: absolute;
  right: 50px;
  bottom: 20px;
  width: 174px;
  height: 116px; }

.single-entry .single-post-content h2,
.single-entry .single-post-content h3 {
  font-family: JosefinSans-Regular;
  font-size: 28px;
  color: #005151;
  letter-spacing: 1px;
  line-height: 38px;
  margin-bottom: 0px; }

.single-entry .single-post-content .quoteright {
  float: right;
  margin-right: -120px;
  margin-left: 50px; }

.single-entry .single-post-content blockquote {
  /* When it comes to inv: */
  font-family: JosefinSans-Regular;
  font-size: 28px;
  color: #005151;
  letter-spacing: 1px;
  line-height: 35px; }

.single-entry .single-post-content img {
  margin-bottom: 30px;
  margin-top: 0px;
  height: auto; }

.single-entry .single-post-content .intro {
  /* Intro: */
  font-family: JosefinSans-Light;
  font-size: 38px;
  color: #4C4C4E;
  letter-spacing: 2px;
  line-height: 45px;
  margin-bottom: 50px; }

.single-entry .single-post-content .intro p {
  /* Intro: */
  font-family: JosefinSans-Light;
  font-size: 38px;
  color: #4C4C4E;
  letter-spacing: 2px;
  line-height: 45px;
  margin-bottom: 0px; }

.single-entry .single-post-content p {
  /* Para 2: */
  font-family: JosefinSans-Regular;
  font-size: 20px;
  color: #4C4C4E;
  letter-spacing: 1.33px;
  line-height: 30px;
  margin-bottom: 30px; }

.single-entry .single-post-content li {
  /* Para 2: */
  font-family: JosefinSans-Regular;
  font-size: 20px;
  color: #4C4C4E;
  letter-spacing: 1.33px;
  line-height: 30px;
  margin-bottom: 30px; }

.single-entry .single-post-content ul {
  /* Para 2: */
  font-family: JosefinSans-Regular;
  font-size: 20px;
  color: #4C4C4E;
  letter-spacing: 1.33px;
  line-height: 30px;
  margin-bottom: 30px; }

.single-entry .footnotes {
  /* Society of Actuaries: */
  font-family: JosefinSans-Regular;
  font-size: 16px;
  color: #4C4C4E;
  letter-spacing: 1.33px;
  line-height: 30px;
  max-width: 940px;
  margin: 0 auto;
  margin-top: 40px; }

.single-entry .footnotes p {
  text-indent: -10px;
  padding-left: 10px; }

.single-entry .file-download {
  max-width: 940px;
  margin: 0 auto;
  margin-top: 20px; }

.single-entry .lesson {
  /* you want and need li: */
  font-family: JosefinSans-SemiBoldItalic;
  font-size: 20px;
  color: #4C4C4E;
  letter-spacing: 1.33px;
  line-height: 30px;
  background: rgba(119, 172, 164, 0.15);
  padding: 70px 65px;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box; }

.single-entry .lesson:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 15px;
  left: -15px;
  background: transparent;
  border: 1px solid #BDBDBD; }

.single-entry .lesson span {
  /* The Lesson Here:: */
  font-family: JosefinSans-Bold;
  font-size: 20px;
  color: #77ACA4;
  letter-spacing: 2.5px;
  line-height: 38px;
  text-transform: uppercase; }

.single-entry .lesson p {
  display: inline; }

@media (min-width: 1550px) and (max-width: 1650px) {
  .single-entry h1 {
    float: none; }
  .single-entry .title {
    width: 100%;
    margin-bottom: 10px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 40px;
    vertical-align: bottom; }
  .single-entry.single-entry-video-header .title {
    padding-left: 0px; }
  .single-entry .info-back-bar {
    position: relative;
    display: table-cell;
    float: none;
    top: auto; }
  .single-entry .insight-header {
    display: table;
    margin-bottom: 30px; } }

@media (min-width: 1300px) and (max-width: 1550px) {
  .single-entry h1 {
    float: none; }
  .single-entry .title {
    width: 100%;
    margin-bottom: 10px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 40px;
    vertical-align: bottom; }
  .single-entry .info-back-bar {
    position: relative;
    display: table-cell;
    float: none;
    top: auto;
    left: auto; }
  .single-entry .insight-header {
    display: table;
    margin-bottom: 30px; } }

@media (min-width: 1100px) and (max-width: 1300px) {
  .single-entry h1 {
    float: none; }
  .single-entry .title {
    width: 100%;
    margin-bottom: 10px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 40px;
    vertical-align: bottom; }
  .single-entry .info-back-bar {
    position: relative;
    display: table-cell;
    float: none;
    top: auto;
    left: auto; }
  .single-entry .insight-header {
    display: table;
    margin-bottom: 30px; }
  .single-entry .single-post-content .quoteleft {
    margin-left: -60px; }
  .single-entry .single-post-content .quoteright {
    margin-right: -60px; }
  .single-entry .lesson {
    max-width: 1000px; } }

@media (min-width: 1000px) and (max-width: 1100px) {
  .single-entry h1 {
    float: none; }
  .single-entry .title {
    width: 100%;
    margin-bottom: 10px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 40px;
    vertical-align: bottom; }
  .single-entry .info-back-bar {
    position: relative;
    display: table-cell;
    float: none;
    top: auto;
    left: auto; }
  .single-entry .insight-header {
    display: table;
    margin-bottom: 30px; }
  .single-entry .single-post-content .quoteleft {
    margin-left: -15px; }
  .single-entry .single-post-content .quoteright {
    margin-right: -15px; }
  .single-entry .lesson {
    max-width: 900px; }
  .single-entry .frame {
    max-width: 90%; } }

@media (min-width: 750px) and (max-width: 1000px) {
  .single-entry {
    padding-top: 80px; }
  .single-entry h1 {
    float: none; }
  .single-entry .title {
    width: 100%;
    margin-bottom: 10px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 40px;
    vertical-align: bottom; }
  .single-entry .info-back-bar {
    position: relative;
    display: table-cell;
    float: none;
    top: auto;
    left: auto; }
  .single-entry .insight-header {
    display: table;
    margin-bottom: 30px; }
  .single-entry .frame {
    max-width: 90%; }
  .single-entry .single-post-content .quoteleft {
    margin-left: 0px; }
  .single-entry .single-post-content .quoteright {
    margin-right: 0px; }
  .single-entry .lesson {
    max-width: 600px; }
  .single-entry .footnotes,
  .single-entry .file-download {
    max-width: 600px; }
  .single-entry .quoteleft,
  .single-entry .quoteright {
    max-width: 300px; } }

@media (max-width: 750px) {
  .single-entry {
    margin-top: 80px;
    padding-top: 0px; }
  .single-entry .file-download {
    max-width: 90%;
    margin: 0 auto; }
  .single-entry .footnotes {
    max-width: 90%;
    margin: 0 auto;
    margin-top: 40px; }
  .single-entry .lesson {
    max-width: 80%;
    padding: 40px 30px; }
  .single-entry .frame {
    max-width: 80%;
    margin: 0 auto; }
  .single-entry h1 {
    font-size: 45px;
    line-height: 37px;
    text-align: left;
    margin-top: 20px; }
  .single-entry .single-post-content img {
    width: 100%;
    height: auto; }
  .single-entry .single-post-content .intro {
    font-size: 25px;
    line-height: 30px; }
  .single-entry .single-post-content .intro p {
    line-height: 30px;
    font-size: 25px; }
  .single-entry .single-post-content .quoteleft,
  .single-entry .single-post-content .quoteright {
    max-width: 100%;
    margin: 0 auto;
    float: none;
    padding: 20px;
    margin-bottom: 50px; }
  .single-entry .single-post-content .quoteleft p,
  .single-entry .single-post-content .quoteright p {
    font-size: 26px; }
  .single-entry .single-post-content .quoteleft:after,
  .single-entry .single-post-content .quoteright:after {
    font-size: 400px;
    bottom: 0px;
    right: 0px; } }

.info-back-bar {
  position: absolute;
  left: calc((100% - 1600px)/2);
  top: 210px; }

.info-back-bar .tag-back {
  /* BACK TO ALL: */
  text-decoration: none;
  cursor: pointer;
  font-family: JosefinSans-SemiBold;
  font-size: 16px;
  color: #6CACE4;
  letter-spacing: 1.9px;
  line-height: 32px;
  text-transform: uppercase;
  position: relative;
  margin-left: 30px;
  width: 215px; }

.info-back-bar .tag-back:after {
  width: 22px;
  position: absolute;
  border-top: 2px solid #6CACE4;
  content: " ";
  top: 45%;
  right: -30px;
  transform: translate(0%, -50%); }

.info-back-bar .tag-back img {
  transform: rotate(90deg);
  margin-right: 5px;
  margin-bottom: 1px; }

.info-back-bar .info {
  width: 250px;
  border-bottom: 1px solid #BDBDBD;
  border-top: 1px solid #BDBDBD;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 20px; }

.info-back-bar .date {
  /* Date: May 1, 2017 Ca: */
  font-family: Lateef;
  font-size: 20px;
  color: #4C4C4E;
  letter-spacing: 2.5px;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 10px; }

.info-back-bar .date span {
  text-transform: none;
  letter-spacing: 1px; }

.info-back-bar .category {
  /* Date: May 1, 2017 Ca: */
  font-family: Lateef;
  font-size: 20px;
  color: #4C4C4E;
  letter-spacing: 2.5px;
  line-height: 15px;
  text-transform: uppercase;
  margin-bottom: 10px; }

.info-back-bar .category span {
  letter-spacing: 1px;
  text-transform: none; }

.info-back-bar .tags {
  /* Date: May 1, 2017 Ca: */
  font-family: Lateef;
  font-size: 20px;
  color: #4C4C4E;
  letter-spacing: 2.5px;
  line-height: 25px;
  text-transform: uppercase; }

.info-back-bar .tags span {
  letter-spacing: 1px;
  text-transform: none; }

.info-back-bar .tags span a {
  text-decoration: none;
  color: #6CACE4;
  cursor: pointer;
  /* Real Estate, Investi: */
  font-family: JosefinSans-SemiBold;
  font-size: 16px;
  color: #6CACE4;
  letter-spacing: 1px; }

.inv-header-active {
  display: flex; }
  @media (max-width: 768px) {
    .inv-header-active {
      display: block; } }
  .inv-header-active > div {
    width: 50%; }
    @media (max-width: 768px) {
      .inv-header-active > div {
        width: 100%; } }
.investment-grid {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 750px) {
    .investment-grid {
      display: block; } }
  .investment-grid .inv-header {
    width: 50%;
    display: flex;
    align-items: center; }
    @media (max-width: 750px) {
      .investment-grid .inv-header {
        width: 100%;
        margin-top: 0;
        margin-bottom: 90px; } }
div.inv-header p {
  /* We strive to deliver: */
  font-family: JosefinSans-Light;
  font-size: 38px;
  color: #323233;
  letter-spacing: 1.4px;
  line-height: 45px; }
  @media (max-width: 768px) {
    div.inv-header p {
      font-size: 30px;
      line-height: 1.25em;
      padding: 0 30px; } }
  @media (max-width: 400px) {
    div.inv-header p {
      font-size: 22px; } }
div.inv-header {
  font-family: JosefinSans-Light;
  font-size: 38px;
  color: #323233;
  letter-spacing: 1.4px;
  line-height: 45px; }
  @media (max-width: 768px) {
    div.inv-header {
      margin-top: 30px;
      padding: 0; } }
@media (min-width: 1550px) and (max-width: 1650px) {
  .info-back-bar {
    position: absolute;
    /* left: calc((100% - 1600px)/2); */
    top: 70px;
    float: left;
    left: calc((100% - 940px)/2); } }

@media (min-width: 1300px) and (max-width: 1550px) {
  .info-back-bar {
    position: absolute;
    /* left: calc((100% - 1600px)/2); */
    top: 70px;
    float: left;
    left: calc((100% - 940px)/2); } }

@media (min-width: 1100px) and (max-width: 1300px) {
  .info-back-bar {
    position: absolute;
    /* left: calc((100% - 1600px)/2); */
    top: 70px;
    float: left;
    left: calc((100% - 940px)/2); } }

@media (min-width: 1000px) and (max-width: 1100px) {
  .info-back-bar {
    position: absolute;
    /* left: calc((100% - 1600px)/2); */
    top: 70px;
    float: left;
    left: calc((100% - 940px)/2); } }

@media (min-width: 750px) and (max-width: 1000px) {
  .info-back-bar {
    position: absolute;
    /* left: calc((100% - 1600px)/2); */
    top: 70px;
    float: left;
    left: calc((100% - 90%)/2); } }

@media (max-width: 750px) {
  .info-back-bar {
    position: relative;
    /* left: calc((100% - 1600px)/2); */
    background: rgba(142, 113, 89, 0.06);
    left: 0px;
    top: 0px;
    padding: 10px 20px;
    margin-left: -20px;
    width: 100%; }
  .info-back-bar .tag-back {
    margin-left: 0px; }
  .info-back-bar .info {
    width: 100%;
    margin: 0 auto; } }

.resources {
  background: #F2F2F2;
  padding-top: 122px;
  padding-bottom: 150px; }

.resources .frame {
  margin: 0 auto;
  max-width: 1380px; }

.resources .resource-row {
  margin-top: 30px; }

.resources .resource-col {
  /*display: inline-block;*/
  /*width: 33.3333%;*/
  display: block;
  /*marg*/
  padding-bottom: 60px;
  margin: 0 auto;
  vertical-align: top; }

.resources .resource-col .resource-item {
  text-decoration: none;
  width: 422px;
  height: auto;
  background: white;
  display: block;
  margin-bottom: 46px;
  vertical-align: top;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  transition: all 0.5s; }

.resources .resource-col .resource-item:after {
  position: absolute;
  height: 100%;
  width: 100%;
  content: " ";
  border: 1px solid #BDBDBD;
  background: transparent;
  top: 14px;
  right: 14px; }

.resources .resource-col .resource-item .title {
  font-family: Lateef;
  font-size: 40px;
  color: #4C4C4E;
  line-height: 40px;
  text-decoration: none;
  margin-bottom: 10px;
  max-width: 305px; }

.resources .resource-col .resource-item .date {
  /* June 07, 2017: */
  font-family: Lateef;
  font-size: 20px;
  color: #4A4A4A;
  letter-spacing: 2.5px;
  line-height: 38px;
  text-transform: uppercase; }

.resources .resource-col .resource-item .teaser {
  /* In the first quarter: */
  font-family: JosefinSans-Regular;
  font-size: 20px;
  color: #4A4A4A;
  letter-spacing: 1.33px;
  line-height: 30px;
  max-width: 305px; }

.resources .resource-col .resource-item:hover {
  background: rgba(74, 74, 74, 0.25); }

@media (min-width: 1300px) and (max-width: 1550px) {
  .resources .frame {
    max-width: 90%; }
  .resources .frame .resource-col .resource-item {
    width: 100%; }
  .resources .frame .resource-col {
    /*display: inline-block;*/
    /*width: 33.3333%;*/
    margin: 0 auto;
    vertical-align: top;
    padding: 15px;
    box-sizing: border-box; } }

@media (min-width: 1100px) and (max-width: 1300px) {
  .resources .frame {
    max-width: 90%; }
  .resources .frame .resource-col .resource-item {
    width: 100%; }
  .resources .frame .resource-col {
    /*display: inline-block;*/
    /*width: 33.3333%;*/
    margin: 0 auto;
    vertical-align: top;
    padding: 15px;
    box-sizing: border-box; } }

@media (min-width: 1000px) and (max-width: 1100px) {
  .resources .frame {
    max-width: 90%; }
  .resources .frame .resource-col .resource-item {
    width: 100%;
    height: 500px; }
  .resources .frame .resource-col {
    /*display: inline-block;*/
    /*width: 33.3333%;*/
    margin: 0 auto;
    vertical-align: top;
    padding: 15px;
    box-sizing: border-box; } }

@media (min-width: 750px) and (max-width: 1000px) {
  .resources .resource-col:last-of-type .resource-item {
    float: none; }
  .resources .frame {
    max-width: 90%; }
  .resources .frame .resource-col .resource-item {
    width: 100%;
    height: 300px; }
  .resources .frame .resource-col {
    display: block;
    width: 100%;
    margin: 0 auto;
    vertical-align: top;
    padding: 15px;
    box-sizing: border-box; }
  .resources .frame .resource-col .resource-item .teaser {
    max-width: 100%; }
  .resources .frame .resource-col .resource-item .title {
    max-width: 100%; } }

@media (max-width: 750px) {
  .resources {
    padding-top: 60px;
    padding-bottom: 60px; }
  .resources .resource-col:last-of-type .resource-item {
    float: none; }
  .resources .frame {
    max-width: 85%;
    margin: 0 auto; }
  .resources h2 {
    font-size: 45px;
    line-height: 37px; }
  .resources .resource-col {
    margin-bottom: 40px;
    width: 100%;
    display: block;
    width: 90%;
    display: block;
    margin: 0 auto;
    padding-bottom: 30px; }
  .resources .resource-row {
    margin-top: 60px; }
  .resources .slick-disabled {
    display: none;
    opacity: 0; }
  .resources .slick-prev {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    bottom: calc(100% + 15px);
    /*text-transform: uppercase;*/
    top: auto;
    left: calc(50% - 100px); }
  .resources .slick-next {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    bottom: calc(100% + 15px);
    /*text-transform: uppercase;*/
    top: auto;
    left: calc(50% + 100px); }
  .resources .slick-slide {
    opacity: 0;
    transition: all 0.5s; }
  .resources .slick-active {
    opacity: 1; }
  .resources .resource-col .resource-item {
    width: 100%;
    max-width: 100%;
    height: auto; } }

.standard.single-entry {
  padding-top: 90px; }

.standard.single-entry .single-post-content h1 {
  /* Title Will Go Here: */
  font-family: Lateef;
  font-size: 50px;
  color: #4C4C4E;
  letter-spacing: 0;
  line-height: 45px;
  margin-bottom: 25px;
  float: none !important;
  width: 100%; }

.standard.single-entry .single-post-content .intro {
  /* Intro: */
  font-family: JosefinSans-Light;
  font-size: 28px;
  color: #4C4C4E;
  letter-spacing: 1px;
  line-height: 35px;
  margin-bottom: 30px; }

.standard.single-entry .single-post-content .intro p {
  /* Intro: */
  font-family: JosefinSans-Light;
  font-size: 28px;
  color: #4C4C4E;
  letter-spacing: 1px;
  line-height: 35px; }

.standard.single-entry .single-post-content hr {
  margin-bottom: 45px; }

.standard.single-entry .single-post-content p {
  margin-bottom: 20px; }

.standard.single-entry .single-post-content p a {
  color: #6CACE4;
  text-decoration: none; }

#cboxWrapper {
  overflow: visible; }

#cboxClose {
  background-color: transparent;
  background-image: url(assets/img/close.svg);
  top: -25px;
  right: -25px;
  font-size: 0px;
  background-position: center;
  border: 0;
  bottom: auto;
  text-indent: 0;
  width: 20px;
  height: 20px; }

#cboxClose:hover {
  background-position: center; }

#cboxWrapper {
  overflow: visible; }

#colorbox {
  overflow: visible; }

@media (max-width: 750px) {
  #colorbox {
    width: 80% !important;
    left: 50% !important;
    transform: translate(-50%, 0%);
    /*position*/ }
  #cboxWrapper,
  #cboxTopCenter,
  #cboxContent,
  #cboxLoadedContent {
    width: 100% !important; } }

body.hasHover .single-entry .single-post-content a:after {
  content: "";
  border-bottom: 1px solid #6CACE4;
  width: 0px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  transition: all 0.5s; }

body.hasHover .single-entry .single-post-content .btn a:after {
  content: none; }

body.hasHover .single-entry .single-post-content a.disclosure-trigger:after {
  content: none; }

body.hasHover .single-entry .single-post-content a:hover:after {
  width: 100%; }

.insights-menu {
  /* Search FEATURED thou: */
  font-family: JosefinSans-LightItalic;
  font-size: 38px;
  color: #4C4C4E;
  line-height: 40px;
  padding-bottom: 50px;
  text-align: center; }

.insights-menu .dropdown {
  display: inline;
  position: relative; }

.insights-menu .select-trigger {
  text-transform: uppercase;
  color: #6CACE4;
  letter-spacing: 1.9px;
  font-family: JosefinSans-SemiBold;
  display: inline-block;
  background-image: url("assets/img/down-arrow-blue.svg");
  background-repeat: no-repeat;
  background-position: right 40%;
  padding-right: 20px;
  margin-right: 5px;
  margin-left: 5px;
  font-size: 30px;
  cursor: pointer; }

.insights-menu .select-box {
  display: none;
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  transform: translate(-50%, 0%);
  background: white;
  z-index: 100;
  width: 285px; }

.insights-menu .select-box .option {
  /* View All Real Estate: */
  font-family: JosefinSans-Regular;
  font-size: 20px;
  color: #4C4C4E;
  letter-spacing: 1px;
  line-height: 64px;
  text-align: center;
  border: 1px solid #DFDFDF;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-appearance: none; }

.insights-menu .select-box .option:hover {
  color: #6CACE4; }

@media (max-width: 750px) {
  .insights-menu {
    font-size: 30px; }
  .insights-menu .select-box {
    width: 200px; }
  .insights-menu .select-box .option {
    line-height: 22px;
    padding: 10px 0px; } }

.page-content.mission {
  padding-top: 110px;
  padding-bottom: 110px; }

.page-content.mission .frame {
  max-width: 940px;
  margin: 0 auto;
  line-height: 1; }

.page-content.mission .after-v {
  content: " ";
  position: absolute;
  bottom: 100%;
  width: 0;
  height: 0;
  border-bottom: solid 160px white;
  border-left: solid 1280px transparent;
  border-right: solid 0px transparent;
  right: 0px; }

.page-content.mission .about-section {
  width: 100%; }

.page-content.mission .about-section:after {
  clear: both;
  display: block;
  content: " "; }

.page-content.mission .before-v {
  content: " ";
  position: absolute;
  bottom: 100%;
  width: 0;
  height: 0;
  border-bottom: solid 160px white;
  border-left: solid 0px transparent;
  border-right: solid 1280px transparent; }

.page-content.mission h2 {
  /* Intellectual Capital: */
  font-family: Lateef;
  font-size: 82px;
  color: #005151;
  letter-spacing: 2px;
  line-height: 62px;
  font-weight: normal;
  margin-bottom: 10px; }

.page-content.mission p {
  /* With over 25 years o: */
  font-family: JosefinSans-Light;
  font-size: 28px;
  color: #4A4A4A;
  letter-spacing: 1px;
  line-height: 35px; }

.page-content.mission h3 {
  /* C-III: A Fully-Integ: */
  font-family: Lateef;
  font-size: 50px;
  color: #4A4A4A;
  letter-spacing: 0.3px;
  line-height: 45px;
  font-weight: normal;
  margin-bottom: 15px; }

.page-content.mission .left-text {
  width: 580px;
  display: inline-block; }

.page-content.mission .left-text p,
.page-content.mission .left-text li {
  /* Intro: */
  font-family: JosefinSans-Light;
  font-size: 20px;
  color: #4C4C4E;
  letter-spacing: 1.3px;
  line-height: 30px;
  margin-bottom: 15px; }

.page-content.mission .left-text li {
  margin-bottom: 5px; }

.page-content.mission .left-text ul {
  margin-top: -10px; }

.page-content.mission .right-text {
  width: 300px;
  float: right;
  margin-right: 40px; }

.page-content.mission .right-text p {
  /* An asset management: */
  font-family: JosefinSans-Regular;
  font-size: 28px;
  color: #005151;
  letter-spacing: 1px;
  line-height: 38px; }

@media (min-width: 750px) and (max-width: 1000px) {
  .page-content.mission h3 {
    margin-bottom: 30px; }
  .page-content.mission .frame {
    max-width: 90%; }
  .page-content.mission .frame .left-text {
    width: 60%; }
  .page-content.mission .frame .right-text {
    margin-right: 0px;
    width: 35%; } }

@media (max-width: 750px) {
  .page-content.mission {
    padding-top: 60px;
    padding-bottom: 80px; }
  .page-content.mission .btn {
    margin-top: 0px;
    text-align: center; }
  .page-content.mission .frame {
    max-width: 90%; }
  .page-content.mission .frame h2 {
    font-size: 45px;
    line-height: 37px; }
  .page-content.mission .frame h3 {
    font-size: 38px;
    line-height: 32px; }
  .page-content.mission .frame .left-text,
  .page-content.mission .frame .right-text {
    max-width: 100%;
    margin: 0 auto;
    font-size: 25px;
    float: none; }
  .page-content.mission .frame .left-text p,
  .page-content.mission .frame .right-text p {
    font-size: 25px; }
  .page-content.mission .frame .right-text {
    margin-bottom: 75px; } }

.stat-counter {
  padding-top: 130px;
  padding-bottom: 130px;
  /* Rectangle: */
  background-image: linear-gradient(-180deg, rgba(211, 226, 233, 0.87) 0%, rgba(211, 226, 233, 0.3) 100%); }

.stat-counter .stat-lines {
  position: absolute;
  /* right: -20px; */
  top: -610px;
  left: -135px; }

@media (min-width: 1100px) and (max-width: 1300px) {
  .stat-counter .stat-lines {
    left: -75px; } }

@media (min-width: 1000px) and (max-width: 1100px) {
  .stat-counter .stat-lines {
    position: absolute;
    /* right: -20px; */
    top: -430px;
    left: calc(100% - 5px); } }

.stat-counter .vertical-text {
  left: -120px;
  top: 180px; }

@media (min-width: 1100px) and (max-width: 1300px) {
  .stat-counter .vertical-text {
    left: -60px; } }

@media (min-width: 1000px) and (max-width: 1100px) {
  .stat-counter .vertical-text {
    left: calc(100% + 10px);
    top: 350px;
    line-height: 1;
    width: 400px; } }

.stat-counter .frame {
  max-width: 940px;
  margin: 0 auto;
  position: relative; }

.stat-counter h2 {
  /* Resource and C-III C: */
  font-family: Lateef;
  font-size: 82px;
  color: #005151;
  letter-spacing: 1.5px;
  line-height: 62px;
  font-weight: normal; }

.stat-counter .stat-disclaimer {
  font-family: "JosefinSans-LightItalic";
  font-size: 20px;
  color: #4A4A4A;
  letter-spacing: 1.33px;
  line-height: 26px; }

.stat-counter .stats {
  margin-top: 50px;
  overflow: auto; }

.stat-counter .stats .stat {
  float: left;
  padding-right: 60px;
  position: relative;
  margin-right: 40px;
  padding-right: 45px;
  box-sizing: border-box; }

.stat-counter .stats .stat:after {
  position: absolute;
  height: 135px;
  width: 1px;
  background: #BDBDBD;
  content: " ";
  right: 0px;
  top: 35px; }

.stat-counter .stats .stat:last-of-type {
  padding: 0px;
  margin: 0px; }

.stat-counter .stats .stat:last-of-type:after {
  content: none; }

.stat-counter .stats .stat .stat-count {
  /* Intro: */
  font-family: JosefinSans-Light;
  font-size: 81px;
  color: #005151;
  letter-spacing: 3.24px;
  line-height: 82px; }

.stat-counter .stats .stat .stat-count .odometer {
  font-family: JosefinSans-Light;
  font-size: 81px;
  color: #005151;
  letter-spacing: 5.24px;
  line-height: 82px;
  vertical-align: top; }

.stat-counter .stats .stat .stat-count .odometer .odometer-digit {
  vertical-align: top; }

.stat-counter .stats .stat .stat-text {
  /* Intro: */
  max-width: 245px;
  font-family: JosefinSans-Light;
  font-size: 20px;
  color: #4C4C4E;
  letter-spacing: 2px;
  line-height: 30px; }

@media (min-width: 750px) and (max-width: 1000px) {
  .stat-counter .frame {
    max-width: 90%; }
  .stat-counter .frame h2 {
    text-align: center; }
  .stat-counter .frame .stats .stat {
    padding: 0px;
    /* float: left; */
    /* padding-right: 60px; */
    position: relative;
    /* margin-right: 40px; */
    /* padding-right: 45px; */
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
    width: auto;
    text-align: center;
    float: none;
    margin-bottom: 40px; }
  .stat-counter .frame .stats .stat:after {
    content: none; }
  .stat-counter .frame .stats .stat .stat-text {
    margin: 0 auto;
    max-width: 300px; } }

@media (min-width: 1000px) and (max-width: 1100px) {
  .stat-counter .stats .stat .stat-count {
    font-size: 70px; }
  .stat-counter .frame {
    max-width: 850px; }
  .stat-counter .stats .stat .stat-text {
    max-width: 160px; } }

@media (max-width: 750px) {
  .stat-counter {
    padding-top: 60px;
    padding-bottom: 60px; }
  .stat-counter .frame {
    max-width: 90%; }
  .stat-counter h2 {
    font-size: 45px;
    line-height: 37px; }
  .stat-counter .stats .stat {
    padding: 0px;
    /* float: left; */
    /* padding-right: 60px; */
    position: relative;
    /* margin-right: 40px; */
    /* padding-right: 45px; */
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
    width: auto;
    text-align: center;
    float: none;
    margin-bottom: 40px; }
  .stat-counter .stats .stat:after {
    content: none; }
  .stat-counter .stats .stat .stat-text {
    margin: 0 auto;
    max-width: 300px; } }

.milestones {
  padding-top: 0px;
  padding-bottom: 130px; }

.milestones .frame {
  max-width: 940px;
  margin: 0 auto; }

.milestones .frame h2 {
  /* Our History: */
  font-family: Lateef;
  font-size: 82px;
  color: #005151;
  letter-spacing: 1.5px;
  line-height: 62px;
  font-weight: normal;
  margin-bottom: 15px; }

.milestones .frame p.intro {
  /* Our history is about: */
  font-family: JosefinSans-Light;
  font-size: 28px;
  color: #4A4A4A;
  letter-spacing: 1px;
  line-height: 35px; }

.milestones .slide-frame {
  max-width: 1600px;
  margin: 0 auto; }

.milestones .milestone-slider {
  margin-top: 100px;
  height: 700px; }

.milestones .milestone-slider .slick-track {
  padding-bottom: 10px; }

.milestones .milestone-slider .slick-active:first-child {
  display: none; }

.milestones .milestone-slider .milestone-item:focus {
  outline: none; }

.milestones .milestone-slider .milestone-item-inner {
  width: 411px;
  height: 554px;
  background-size: cover;
  position: relative;
  transition: all 1s;
  float: none;
  /* Mask: */
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3); }

.milestones .milestone-slider .milestone-item-inner:after {
  content: " ";
  opacity: 0;
  top: 0px;
  position: absolute;
  width: 100%;
  left: 0px;
  height: 100%;
  transition: opacity 1s;
  -webkit-transition: opacity 1s; }

.milestones .milestone-slider .milestone-item-inner .year {
  /* 2004: */
  opacity: 0.57;
  font-family: Lateef;
  font-size: 200px;
  color: #005151;
  letter-spacing: 15px;
  line-height: 180px;
  transition: all 1s;
  position: absolute; }

.milestones .milestone-slider .milestone-item-inner .intro {
  /* Enters independent b: */
  font-family: JosefinSans-Regular;
  font-size: 20px;
  color: #000000;
  letter-spacing: 2.5px;
  line-height: 30px;
  transition: all 2s;
  max-width: 440px;
  margin-left: -40px; }

.milestones .milestone-slider .milestone-item-inner .call-out {
  /* $300 million raised: */
  font-family: Lateef;
  font-size: 50px;
  color: #005151;
  line-height: 43px;
  transition: all 2s;
  max-width: 440px;
  margin-left: -40px;
  margin-top: 10px; }

.milestones .milestone-slider .milestone-item-inner hr {
  opacity: 0;
  display: block;
  border: 0px;
  border-top: 1px solid #77ACA4;
  margin-left: -40px;
  width: 528px;
  margin-top: -20px;
  margin-bottom: 20px; }

.milestones .milestone-slider .slick-slide {
  outline: none; }

.milestones .milestone-slider .slick-slide .intro {
  opacity: 0; }

.milestones .milestone-slider .slick-slide .call-out {
  opacity: 0; }

.milestones .milestone-slider .slick-slide hr {
  opacity: 0; }

.milestones .milestone-slider .slick-slide .year {
  position: absolute;
  top: calc(100% - 100px);
  left: 10px; }

.milestones .milestone-slider .slick-center .milestone-item-inner {
  width: 100%;
  height: 642px; }

.milestones .milestone-slider .slick-center .milestone-item-inner:after {
  content: " ";
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.9) 61%, rgba(255, 255, 255, 0.9) 63%);
  top: 0px;
  position: absolute;
  width: 100%;
  left: 0px;
  height: 100%;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
  opacity: 1; }

.milestones .milestone-slider .slick-center .milestone-item-inner .intro {
  opacity: 1;
  margin-left: -40px;
  z-index: 50;
  position: relative; }

.milestones .milestone-slider .slick-center .milestone-item-inner .call-out {
  opacity: 1;
  display: block;
  margin-left: -40px;
  margin-top: 10px;
  z-index: 50;
  position: relative; }

.milestones .milestone-slider .slick-center .milestone-item-inner hr {
  opacity: 1;
  display: block;
  border: 0px;
  border-top: 1px solid #77ACA4;
  margin-left: -40px;
  width: 528px;
  margin-top: -20px;
  margin-bottom: 20px;
  z-index: 50;
  position: relative; }

.milestones .milestone-slider .slick-center .milestone-item-inner .year {
  position: relative;
  left: -40px;
  top: 0px;
  z-index: 50; }

.milestones .milestone-slider .slick-center + .slick-slide .milestone-item-inner {
  margin-left: 123px; }

.milestones .milestone-slider .slick-center + .slick-slide .milestone-item-inner .year {
  position: absolute;
  top: calc(100% - 100px);
  right: 10px;
  left: auto; }

.milestones .milestone-slider .slick-center + .slick-slide .milestone-item-inner hr {
  border: 0px;
  border-top: 1px solid #77ACA4;
  margin-left: -55px; }

@media (min-width: 750px) and (max-width: 1000px) {
  .milestones .frame {
    max-width: 90%; } }

@media (min-width: 1300px) and (max-width: 1550px) {
  .milestones .milestone-slider .slick-center + .slick-slide .milestone-item-inner {
    margin-left: 0px; }
  .milestones .milestone-slider .slick-center .milestone-item-inner hr {
    width: 378px; }
  .milestones .milestone-slider .milestone-item-inner {
    width: 100%; }
  .milestones .slide-frame .slick-slide .milestone-item-wrap {
    width: 350px;
    margin: 0 auto;
    height: 100%; } }

@media (min-width: 1100px) and (max-width: 1300px) {
  .milestones .milestone-slider .milestone-item-inner .call-out {
    font-size: 40px;
    line-height: 35px; }
  .milestones .milestone-slider {
    height: 550px; }
  .milestones .milestone-slider .milestone-item-inner .year {
    font-size: 150px; }
  .milestones .milestone-slider .slick-center + .slick-slide .milestone-item-inner {
    margin-left: 0px; }
  .milestones .milestone-slider .slick-center .milestone-item-inner hr {
    width: 328px; }
  .milestones .milestone-slider .slick-center .milestone-item-inner {
    height: 500px; }
  .milestones .milestone-slider .milestone-item-inner {
    height: 350px; }
  .milestones .milestone-slider .milestone-item-inner {
    width: 100%; }
  .milestones .slide-frame .slick-slide .milestone-item-wrap {
    width: 300px;
    margin: 0 auto;
    height: 100%; } }

@media (min-width: 1000px) and (max-width: 1100px) {
  .milestones .milestone-slider .slick-center .milestone-item-inner hr {
    width: 328px; }
  .milestones .milestone-slider .milestone-item-inner .call-out {
    font-size: 40px;
    line-height: 35px; }
  .milestones .milestone-slider {
    height: 550px; }
  .milestones .milestone-slider .slick-center .milestone-item-inner {
    height: 500px; }
  .milestones .milestone-slider .milestone-item-inner {
    height: 350px; }
  .milestones .milestone-slider .milestone-item-inner .year {
    font-size: 150px; }
  .milestones .milestone-slider .slick-center + .slick-slide .milestone-item-inner {
    margin-left: 0px; }
  .milestones .milestone-slider .slick-center + .slick-slide .milestone-item-wrap {
    margin-right: 0px;
    margin-left: auto; }
  .milestones .milestone-slider .milestone-item-inner hr {
    width: 328px; }
  .milestones .milestone-slider .milestone-item-inner {
    width: 100%; }
  .milestones .slide-frame .slick-slide .milestone-item-wrap {
    width: 275px;
    margin: 0 auto;
    height: 100%;
    margin-left: 0px; }
  .milestones .slide-frame .slick-center .milestone-item-wrap {
    margin-left: auto; } }

@media (min-width: 750px) and (max-width: 1000px) {
  .milestones .milestone-item-wrap {
    width: 450px;
    margin: 0 auto; }
  .milestones .milestone-item-wrap .milestone-item-inner {
    width: 100%;
    margin: 0 auto; }
  .milestones .milestone-slider .slick-center + .slick-slide .milestone-item-inner {
    margin-left: 0px; } }

@media (max-width: 750px) {
  .milestones {
    padding-bottom: 0px; }
  .milestones .milestone-item-wrap {
    width: 100%;
    margin: 0 auto; }
  .milestones .milestone-item-wrap .milestone-item-inner {
    width: 80%;
    margin: 0 auto; }
  .milestones .milestone-slider .slick-center + .slick-slide .milestone-item-inner {
    margin: 0 auto; }
  .milestones .slide-frame {
    max-width: 100%;
    margin: 0 auto; }
  .milestones .slide-frame .milestone-slider .year {
    opacity: 0; }
  .milestones .slide-frame .milestone-slider .slick-slide .call-out {
    font-family: Lateef;
    font-size: 30px;
    color: #005151;
    line-height: 25px;
    transition: all 2s;
    max-width: 440px;
    margin-left: -20px; }
  .milestones .slide-frame .milestone-slider .slick-slide .intro {
    /* Enters independent b: */
    font-family: JosefinSans-Regular;
    font-size: 20px;
    color: #000000;
    letter-spacing: 2px;
    line-height: 25px;
    transition: all 2s;
    margin-left: -20px;
    max-width: 440px; }
  .milestones .slide-frame .milestone-slider .slick-center .milestone-item-inner {
    width: 80%;
    height: 400px; }
  .milestones .slide-frame .milestone-slider .slick-center .milestone-item-inner .year {
    font-size: 100px;
    left: -35px;
    opacity: 1; }
  .milestones .slide-frame .milestone-slider .slick-center .milestone-item-inner hr {
    width: 100%;
    margin-left: -25px;
    margin-top: -50px; }
  .milestones .slide-frame .milestone-slider .slick-center .milestone-item-inner .call-out {
    font-family: Lateef;
    font-size: 30px;
    color: #005151;
    line-height: 25px;
    transition: all 2s;
    max-width: 440px;
    margin-left: -20px; }
  .milestones .slide-frame .milestone-slider .slick-center .milestone-item-inner .intro {
    /* Enters independent b: */
    font-family: JosefinSans-Regular;
    font-size: 20px;
    color: #000000;
    letter-spacing: 2px;
    line-height: 25px;
    transition: all 2s;
    margin-left: -20px;
    max-width: 440px; }
  .milestones .frame {
    max-width: 90%; }
  .milestones .frame h2 {
    font-size: 45px;
    line-height: 37px; }
  .milestones .slick-prev {
    top: calc(100% - 200px);
    left: calc(50% - 80px);
    z-index: 100; }
  .milestones .slick-next {
    z-index: 100;
    top: calc(100% - 200px);
    left: calc(50% + 80px); } }

.careers-callout {
  padding-bottom: 160px; }

.careers-callout .frame {
  max-width: 940px;
  margin: 0 auto; }

.careers-callout h2 {
  /* Our Careers: */
  font-family: Lateef;
  font-size: 82px;
  color: #005151;
  letter-spacing: 1.5px;
  line-height: 62px;
  font-weight: normal;
  margin-bottom: 20px; }

.careers-callout p {
  /* We foster an environ: */
  font-family: JosefinSans-Light;
  font-size: 28px;
  color: #4A4A4A;
  letter-spacing: 1px;
  line-height: 35px; }

@media (min-width: 750px) and (max-width: 1000px) {
  .careers-callout .frame {
    max-width: 90%; } }

@media (max-width: 750px) {
  .careers-callout .frame {
    max-width: 90%; }
  .careers-callout .frame h2 {
    font-size: 45px;
    line-height: 37px; } }

.team {
  /* Rectangle: */
  padding-top: 260px;
  padding-bottom: 200px;
  background-image: linear-gradient(-180deg, rgba(211, 226, 233, 0.26) 0%, rgba(195, 214, 225, 0.69) 50%, #C7D7DF 98%); }

.team .frame {
  max-width: 1150px;
  margin: 0 auto; }

.team .frame .page-intro {
  max-width: 50%;
  /* A team with the know: */
  font-family: JosefinSans-Light;
  font-size: 38px;
  color: #4A4A4A;
  letter-spacing: 1.4px;
  line-height: 45px; }

.team .frame .bio-section {
  padding-top: 110px; }

.team .frame .large-bio {
  margin-left: 110px;
  width: 479px;
  height: 546px;
  position: relative;
  display: block;
  /* Mask: */
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  cursor: pointer;
  text-decoration: none; }

.team .frame .large-bio img {
  height: auto;
  width: 100%; }

.team .frame .large-bio:after {
  /* Mask: */
  background-image: linear-gradient(-180deg, transparent 29%, #000000 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  content: " ";
  opacity: 0.5; }

.team .frame .large-bio:before {
  background: transparent;
  content: " ";
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  z-index: 3; }

.team .frame .large-bio:hover:before {
  background: rgba(74, 74, 74, 0.5);
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0px;
  content: " ";
  left: 0px; }

.team .frame .large-bio .name {
  display: block;
  position: absolute;
  bottom: 0px;
  vertical-align: bottom;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
  z-index: 10;
  position: absolute; }

.team .frame .large-bio .title {
  position: absolute;
  top: calc(100% + 20px);
  left: 0px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 20px;
  box-sizing: border-box;
  text-align: center; }

.team .frame .bio-section {
  position: relative;
  height: 750px;
  margin-bottom: 100px; }

.team .frame .bio-section.no-margin {
  margin-bottom: 0px;
  height: 600px; }

@media (max-width: 750px) {
  .team .frame .bio-section.no-margin {
    height: auto; } }

@media (min-width: 750px) and (max-width: 1000px) {
  .team .frame .bio-section.no-margin {
    height: auto; } }

.team .frame .bio-section .small-bio {
  cursor: pointer;
  text-decoration: none;
  width: 325px;
  height: 402px;
  position: absolute;
  display: block;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  background-size: cover;
  background-position: center; }

.team .frame .bio-section .small-bio img {
  width: 100%;
  height: 100%; }

.team .frame .bio-section .small-bio:after {
  /* Mask: */
  background-image: linear-gradient(-180deg, transparent 29%, #000000 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  content: " ";
  opacity: 0.5; }

.team .frame .bio-section .small-bio .name {
  display: block;
  vertical-align: bottom;
  width: 100%;
  text-align: center;
  width: 100%;
  padding-bottom: 10px;
  z-index: 10;
  bottom: 0px;
  position: absolute; }

.team .frame .bio-section .small-bio .title {
  position: absolute;
  top: calc(100% + 20px);
  left: 0px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 10px;
  box-sizing: border-box;
  text-align: center; }

.team .frame .bio-section .small-bio:before {
  background: transparent;
  content: " ";
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  z-index: 3; }

.team .frame .bio-section .small-bio:hover:before {
  background: rgba(74, 74, 74, 0.5);
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0px;
  content: " ";
  left: 0px; }

.team .frame .bio-section .small-bio1 {
  top: -120px;
  right: 120px;
  /* Mask: */
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3); }

.team .frame .bio-section .small-bio2 {
  bottom: 0px;
  right: 0px;
  /* Mask: */
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3); }

.team .frame .bio-section .name {
  /* Alan Feldman: */
  font-family: Lateef;
  font-size: 50px;
  color: #FFFFFF;
  line-height: 40px;
  text-transform: uppercase; }

.team .frame .bio-section .title {
  /* Managing Director an: */
  font-family: JosefinSans-SemiBold;
  font-size: 20px;
  color: #005151;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: uppercase; }

.team .frame .bio-section.align-right .large-bio {
  float: right;
  margin-right: 60px; }

.team .frame .bio-section.align-right .small-bio1 {
  right: auto;
  left: 165px; }

.team .frame .bio-section.align-right .small-bio2 {
  right: auto;
  left: 50px; }

@media (min-width: 750px) and (max-width: 1000px) {
  .team .frame {
    max-width: 90%; }
  .team .frame .small-container {
    width: 50%;
    display: inline-block; }
  .team .frame .page-intro {
    max-width: 100%; }
  .team .frame .bio-section {
    height: auto;
    padding-top: 40px; }
  .team .frame .bio-section .large-bio {
    margin: 0 auto;
    margin-bottom: 80px; }
  .team .frame .bio-section .small-bio {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0 auto;
    margin-top: 20px; }
  .team .frame .bio-section.align-right .small-bio1,
  .team .frame .bio-section.align-right .small-bio2 {
    left: auto;
    right: auto; }
  .team .frame .bio-section.align-right .large-bio {
    margin: 0 auto;
    float: none;
    margin-bottom: 120px; } }

@media (min-width: 1100px) and (max-width: 1300px) {
  .team .frame {
    max-width: 95%; } }

@media (min-width: 1000px) and (max-width: 1100px) {
  .team .frame .bio-section.align-right .large-bio {
    margin-right: 20px; }
  .team .frame {
    max-width: 95%; }
  .team .frame .bio-section .small-bio1 {
    right: 60px; }
  .team .frame .bio-section.align-right .small-bio1 {
    left: 85px; }
  .team .frame .large-bio {
    margin-left: 20px; } }

@media (max-width: 750px) {
  .team {
    padding-top: 100px;
    padding-bottom: 60px; }
  .team .frame {
    max-width: 90%; }
  .team .frame h2 {
    font-size: 45px;
    line-height: 37px; }
  .team .frame .page-intro {
    max-width: 100%;
    padding-bottom: 50px; }
  .team .frame .page-intro p {
    font-size: 30px;
    line-height: 30px; }
  .team .frame .bio-section {
    height: auto;
    max-width: 90%;
    margin: 0 auto;
    padding: 0px; }
  .team .frame .bio-section .small-bio {
    background-size: cover; }
  .team .frame .bio-section .small-bio .title {
    padding: 0px;
    font-size: 16px;
    line-height: 24px; }
  .team .frame .bio-section .large-bio {
    background-size: cover;
    max-width: 100%;
    margin: 0 auto;
    background-position: center;
    height: auto;
    margin-bottom: 160px; }
  .team .frame .bio-section .large-bio .title {
    padding: 0px;
    font-size: 16px;
    line-height: 24px; }
  .team .frame .bio-section .small-bio1 {
    position: relative;
    top: 0px;
    right: auto;
    left: auto;
    background-position: center;
    max-width: 100%;
    margin-bottom: 120px;
    height: auto; }
  .team .frame .bio-section .small-bio1 img {
    height: auto; }
  .team .frame .bio-section .small-bio2 {
    height: auto;
    max-width: 100%;
    left: auto;
    top: 0px;
    right: auto;
    background-position: center;
    position: relative;
    margin-bottom: 160px; }
  .team .frame .bio-section .small-bio2 img {
    height: auto; }
  .team .frame .bio-section.align-right .large-bio {
    float: none;
    margin: 0 auto;
    background-position: center;
    height: auto;
    margin-bottom: 160px; }
  .team .frame .bio-section.align-right .small-bio1 {
    position: relative;
    background-position: center;
    top: 0px;
    right: auto;
    left: auto;
    max-width: 100%;
    margin-bottom: 160px; }
  .team .frame .bio-section.align-right .small-bio2 {
    background-position: center;
    max-width: 100%;
    left: auto;
    top: 0px;
    right: auto;
    position: relative;
    margin-bottom: 160px; } }

.team-insights .insights .frame {
  padding-left: 55px; }

@media (max-width: 750px) {
  .team-insights .insights .frame {
    padding-left: 0px; } }

.team-insights .insights .insight-lines {
  left: -20px; }

.team-insights .insights .vertical-text {
  left: -5px;
  top: 60px;
  transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transform: translate(-50%, -50%) rotate(-90deg); }

.bio-slider {
  max-width: 1140px;
  margin: 0 auto;
  padding-bottom: 100px;
  padding-top: 130px; }

.bio-slider .team-slider .team-slide .title {
  position: relative;
  width: 100%;
  padding: 0px;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px; }

.bio-slider .team-slider .team-slide .team-member {
  width: 325px;
  transition: all 1s;
  display: block;
  margin: 0 auto;
  margin-top: 100px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
  background-size: cover;
  background-position: center;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  height: auto; }

.bio-slider .team-slider .team-slide .team-member img {
  height: auto; }

.bio-slider .team-slider .team-slide .team-member:after {
  /* Mask: */
  background-image: linear-gradient(-180deg, transparent 29%, #000000 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  content: " ";
  opacity: 0.5; }

.bio-slider .team-slider .team-slide .team-member:before {
  background: transparent;
  content: " ";
  transition: all 0.5s;
  z-index: 3;
  text-decoration: none; }

.bio-slider .team-slider .team-slide .team-member:hover:before {
  background: rgba(74, 74, 74, 0.5);
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0px;
  content: " ";
  left: 0px; }

.bio-slider .team-slider .team-slide .team-member .name {
  text-decoration: none;
  display: block;
  bottom: 0px;
  vertical-align: bottom;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s;
  position: absolute;
  z-index: 10; }

.bio-slider .team-slider .team-slide .team-member .name {
  /* Alan Feldman: */
  font-family: Lateef;
  font-size: 50px;
  color: #FFFFFF;
  line-height: 40px;
  text-transform: uppercase; }

.bio-slider .team-slider .team-slide .title {
  /* Managing Director an: */
  width: 325px;
  font-family: JosefinSans-SemiBold;
  font-size: 20px;
  color: #005151;
  letter-spacing: 1px;
  line-height: 30px;
  font-weight: normal;
  text-transform: uppercase; }

.bio-slider .team-slider .slick-center .team-member {
  margin: 0 auto;
  margin-top: 0px; }

.bio-slider .team-slider .slick-center .title {
  margin: 0 auto;
  margin-top: 20px; }

.bio-slider .team-slider .slick-prev,
.bio-slider .team-slider .slick-next {
  transition: all 0.5s; }

.bio-slider .team-slider .slick-disabled {
  display: none;
  opacity: 0;
  pointer-events: none; }

@media (min-width: 1300px) and (max-width: 1550px) {
  .bio-slider {
    max-width: 1050px; }
  .bio-slider .team-slider .slick-next {
    left: calc(100% + 75px); }
  .bio-slider .team-slider .slick-prev {
    left: -75px; } }

@media (min-width: 1100px) and (max-width: 1300px) {
  .bio-slider {
    max-width: 900px; }
  .bio-slider .team-slider .team-slide .team-member {
    width: 275px; }
  .bio-slider .team-slider .slick-next {
    left: calc(100% + 50px); }
  .bio-slider .team-slider .slick-prev {
    left: -50px; }
  .bio-slider .team-slider .team-slide .team-member .name {
    font-size: 40px; }
  .bio-slider .team-slider .team-slide .title {
    width: 275px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px; } }

@media (min-width: 1000px) and (max-width: 1100px) {
  .bio-slider {
    max-width: 800px; }
  .bio-slider .team-slider .team-slide .team-member {
    width: 250px; }
  .bio-slider .team-slider .slick-next {
    left: calc(100% + 50px); }
  .bio-slider .team-slider .slick-prev {
    left: -50px; }
  .bio-slider .team-slider .team-slide .team-member .name {
    font-size: 40px; }
  .bio-slider .team-slider .team-slide .title {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px; }
  .bio-slider .team-slider .slick-prev {
    left: -60px; }
  .bio-slider .team-slider .slick-prev:after {
    width: 10px;
    right: -10px; }
  .bio-slider .team-slider .slick-next {
    left: calc(100% + 60px); }
  .bio-slider .team-slider .slick-next:after {
    width: 10px;
    left: -10px; } }

@media (min-width: 750px) and (max-width: 1000px) {
  .bio-slider .team-slider .team-slide .team-member {
    margin-top: 0px; }
  .bio-slider .team-slider .team-slide .title {
    margin: 0 auto;
    margin-top: 20px; }
  .bio-slider .team-slider .slick-prev {
    top: calc(100% + 40px);
    left: 250px; }
  .bio-slider .team-slider .slick-next {
    top: calc(100% + 40px);
    left: calc(100% - 250px); } }

@media (max-width: 750px) {
  .bio-slider .team-slider .team-slide .team-member .name {
    font-size: 30px; }
  .bio-slider .team-slider .team-slide .team-member {
    max-width: 90%;
    margin-top: 0px;
    height: auto; }
  .bio-slider .team-slider .team-slide .title {
    width: 100%;
    padding: 0px 20px;
    font-size: 16px;
    line-height: 24px; }
  .bio-slider .team-slider .slick-prev {
    top: calc(0% - 40px);
    left: 50px;
    z-index: 50; }
  .bio-slider .team-slider .slick-next {
    top: calc(0% - 40px);
    left: calc(100% - 50px);
    z-index: 50; } }

.single-bio .bio-content {
  padding-top: 130px; }

.single-bio .bio-content .frame {
  max-width: 960px;
  margin: 0 auto; }

.single-bio .bio-content .single-linked-in {
  display: block;
  margin-top: 20px; }

.single-bio .bio-content .bio-headshot {
  z-index: 20;
  position: absolute;
  right: calc(50% + 90px);
  bottom: calc(100% - 60px);
  /* Mask: */
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3); }

.single-bio .bio-content .call-out {
  /* Intro: */
  font-family: JosefinSans-Light;
  font-size: 38px;
  color: #4C4C4E;
  letter-spacing: 1.4px;
  line-height: 45px;
  border-bottom: 1px solid #BDBDBD;
  padding-bottom: 45px; }

.single-bio .bio-content .bio {
  /* Para 1: */
  max-width: 940px;
  margin: 0 auto;
  font-family: JosefinSans-Regular;
  font-size: 20px;
  color: #4C4C4E;
  letter-spacing: 1.33px;
  line-height: 30px;
  margin-top: 45px;
  padding-bottom: 40px;
  border-bottom: 1px solid #BDBDBD; }

.single-bio .bio-content .bio p {
  margin-bottom: 15px; }

.single-bio .bio-content .bio p:last-of-type {
  margin-bottom: 0px; }

.single-bio .bio-content .bio-insights {
  padding-top: 70px; }

.single-bio .bio-content .bio-insights .insight {
  margin-bottom: 45px; }

.single-bio .bio-content .bio-insights .insight .btn {
  margin-top: 20px;
  padding-top: 6px;
  padding-bottom: 4px; }

.single-bio .bio-content .bio-insights .insight-cat,
.single-bio .bio-content .bio-insights .insight-date {
  /* May 1, 2017 | Real E: */
  font-family: Lateef;
  font-size: 20px;
  color: #4C4C4E;
  letter-spacing: 2.5px;
  line-height: 38px;
  display: inline-block;
  text-transform: uppercase; }

.single-bio .bio-content .bio-insights .insight-title {
  /* How Real Estate Hist: */
  font-family: Lateef;
  font-size: 40px;
  color: #4C4C4E;
  line-height: 40px;
  margin-top: -10px;
  letter-spacing: 1px;
  text-decoration: none;
  display: block;
  transition: all 0.5s; }

.single-bio .bio-content .bio-insights .insight-title:hover {
  color: #6CACE4; }

@media (min-width: 1100px) and (max-width: 1300px) {
  .single-bio .bio-content .bio-headshot {
    right: calc(50% + 40px); } }

@media (min-width: 1000px) and (max-width: 1100px) {
  .single-bio .bio-content .bio-headshot {
    right: 50%; } }

@media (min-width: 750px) and (max-width: 1000px) {
  .single-bio .bio-content .bio-headshot {
    width: 350px;
    left: 20px;
    bottom: 100%; }
  .single-bio .bio-content .frame {
    max-width: 90%; }
  .single-bio .bio-content .frame .bio-insights {
    padding-bottom: 70px; } }

@media (max-width: 750px) {
  .single-bio .bio-content {
    padding-top: 140px; }
  .single-bio .bio-content .frame {
    max-width: 90%; }
  .single-bio .bio-content .frame .call-out {
    font-size: 30px;
    line-height: 30px; }
  .single-bio .bio-content .bio-insights {
    padding-bottom: 80px; }
  .single-bio .bio-content .bio-insights h2 {
    font-size: 45px;
    line-height: 37px; }
  .single-bio .bio-content .bio-insights .insight-title {
    font-size: 30px;
    line-height: 30px; }
  .single-bio .bio-content .bio-headshot {
    z-index: 20;
    position: absolute;
    left: 40%;
    bottom: auto;
    top: -150px;
    /* Mask: */
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
    width: 55%;
    height: auto; } }

@media (max-width: 750px) {
  #v-banner .job-title {
    font-size: 18px;
    line-height: 20px; } }

#v-banner + section.investment-info {
  z-index: 1000; }

.investment-info {
  padding-top: 140px;
  padding-bottom: 140px;
  z-index: 1000; }

.investment-info .insight-lines {
  right: -150px;
  top: 0px; }

@media (min-width: 750px) and (max-width: 1000px) {
  .investment-info .insight-lines {
    display: none; } }

@media (min-width: 1000px) and (max-width: 1100px) {
  .investment-info .insight-lines {
    display: none; } }

@media (max-width: 750px) {
  .investment-info .insight-lines {
    display: none; } }

.investment-info .vertical-text {
  top: 920px;
  right: -425px;
  /* transform: translate(0%, 0%); */
  z-index: 10000;
  transform: translate(0%, -50%) rotate(-90deg); }

@media (min-width: 1000px) and (max-width: 1100px) {
  .investment-info .vertical-text {
    display: none; } }

@media (min-width: 750px) and (max-width: 1000px) {
  .investment-info .vertical-text {
    display: none; } }

@media (max-width: 750px) {
  .investment-info .vertical-text {
    display: none; } }

.investment-info .frame {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  font-size: 0px; }

.investment-info .frame .info-intro {
  margin-bottom: 70px; }

.investment-info .frame .info-intro p {
  /* Intro: */
  font-family: JosefinSans-Light;
  font-size: 28px;
  color: #4C4C4E;
  letter-spacing: 2px;
  line-height: 35px; }

.investment-info .frame .info-item {
  display: inline-block;
  vertical-align: top;
  box-sizing: content-box;
  width: 416px; }

.investment-info .frame .info-item:last-of-type {
  padding-left: 100px; }

.investment-info .frame .info-item .info-callout {
  font-family: Lateef;
  font-size: 50px;
  color: #77ACA4;
  letter-spacing: 1px;
  line-height: 38px;
  background: #F2F2F2;
  padding: 20px 30px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  margin-bottom: 40px;
  font-weight: normal; }

.investment-info .frame .info-item .info-stat-title {
  /* Current CAPE Ratio*: */
  font-family: JosefinSans-SemiBold;
  font-size: 18px;
  color: #005151;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 38px;
  border-bottom: 1px solid #979797; }

.investment-info .frame .info-item .info-stat-title strong {
  color: #77ACA4; }

.investment-info .frame .info-item .info-stat {
  /* 28.85: */
  margin-top: 10px;
  font-family: JosefinSans-Light;
  font-size: 120px;
  color: #77ACA4;
  letter-spacing: 3.24px;
  line-height: 120px; }

.investment-info .frame .info-item .info-stat.float-zero .odometer-digit:last-of-type {
  display: none; }

.investment-info .frame .info-item .info-stat .odometer {
  font-family: JosefinSans-Light;
  font-size: 120px;
  color: #77ACA4;
  letter-spacing: 3.24px;
  line-height: 120px; }

.investment-info .frame .info-item .info-stat .odometer.odometer-auto-theme .odometer-digit {
  min-width: 74px; }

.investment-info .frame .info-item .info-stat-text {
  /* A CAPE Ratio above 1: */
  font-family: JosefinSans-Light;
  font-size: 20px;
  color: #000000;
  letter-spacing: 1.33px;
  line-height: 26px; }

.investment-info .frame .info-item .info-disclosure {
  margin-top: 15px;
  /* View Disclosure: Rob: */
  font-family: JosefinSans-LightItalic;
  font-size: 15px;
  color: #4A4A4A;
  letter-spacing: 1.33px;
  line-height: 24px;
  height: auto;
  transition: all 0.5s;
  overflow: hidden;
  position: relative;
  padding-right: 25px; }

.investment-info .frame .info-item .info-disclosure .disclosure-trigger {
  /* View Disclosure: Rob: */
  font-family: JosefinSans-BoldItalic;
  font-size: 15px;
  color: #4A4A4A;
  letter-spacing: 1.33px;
  line-height: 18px;
  padding-bottom: 0px;
  text-transform: uppercase; }

.investment-info .frame .info-item .info-disclosure .disclosure-trigger.arrow {
  background-image: url("assets/img/down-arrow-blue.svg");
  width: 14px;
  height: 9px;
  float: right;
  position: absolute;
  top: 4px;
  border: 0px;
  right: 0px; }

.investment-info .frame .info-item .info-disclosure.hidden {
  height: 20px; }

@media (min-width: 1000px) and (max-width: 1100px) {
  .investment-info .frame {
    max-width: 900px;
    font-size: 0px; }
  .investment-info .frame .info-item {
    width: 50%;
    box-sizing: border-box; }
  .investment-info .frame .info-item:last-of-type {
    padding-left: 40px; } }

@media (min-width: 750px) and (max-width: 1000px) {
  .investment-info .frame {
    max-width: 90%; }
  .investment-info .frame .info-item {
    width: 50%;
    box-sizing: border-box; }
  .investment-info .frame .info-item:last-of-type {
    padding-left: 40px; }
  .investment-info .frame .info-item .info-stat {
    font-size: 80px; }
  .investment-info .frame .info-item .info-stat .odometer.odometer-auto-theme {
    font-size: 80px; }
  .investment-info .frame .info-item .info-stat .odometer.odometer-auto-theme .odometer-digit {
    min-width: 50px; } }

@media (max-width: 750px) {
  .investment-info {
    padding-top: 60px;
    padding-bottom: 40px; }
  .investment-info .frame {
    max-width: 90%; }
  .investment-info .frame h2 {
    font-size: 45px;
    line-height: 37px; }
  .investment-info .frame .info-item {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 50px; }
  .investment-info .frame .info-item:last-of-type {
    padding-left: 0px; }
  .investment-info .frame .info-item .info-callout {
    font-size: 35px;
    padding: 20px 15px;
    width: 100%;
    display: block;
    box-sizing: border-box; }
  .investment-info .frame .info-item .info-stat {
    font-size: 80px; }
  .investment-info .frame .info-item .info-stat .odometer.odometer-auto-theme {
    font-size: 80px; }
  .investment-info .frame .info-item .info-stat .odometer.odometer-auto-theme .odometer-digit {
    min-width: 50px; } }

#v-banner {
  max-height: 900px;
  height: 60vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 10;
  min-height: 650px;
  overflow: hidden; }

#v-banner .job-title {
  /* Managing Director an: */
  font-family: JosefinSans-SemiBold;
  font-size: 20px;
  color: #005151;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 20px; }

@media (max-width: 750px) {
  #v-banner .job-title {
    font-size: 18px;
    line-height: 20px; } }

#v-banner .mask {
  position: absolute;
  width: 100%;
  height: calc(100% - 180px);
  /* Mask: */
  background: transparent;
  background-image: url("assets/img/Mask.png");
  background-size: cover;
  background-position: bottom;
  z-index: 10;
  opacity: 0.3;
  background-image: linear-gradient(-103deg, #77ACA4 28%, #6CACE4 60%, #77ACA4 100%); }

#v-banner .mask .after {
  content: " ";
  position: absolute;
  top: calc(100% - 0px);
  width: 60%;
  height: 160px;
  background: linear-gradient(-103deg, #77aca4 0%, #6facd3 100%);
  transform-origin: left bottom;
  border: 0px;
  left: 50%; }

@media (max-width: 750px) {
  #v-banner .mask .after {
    width: 80%; } }

#v-banner .mask .before {
  content: " ";
  position: absolute;
  right: 50%;
  top: calc(100% - 0px);
  width: 60%;
  height: 160px;
  transform-origin: right bottom;
  border: 0px;
  left: auto;
  background-image: linear-gradient(-103deg, #6facd3 0%, #77aca4 100%); }

@media (max-width: 750px) {
  #v-banner .mask .before {
    width: 80%; } }

#v-banner .v-after {
  position: absolute;
  background: white;
  width: 60%;
  height: 300px;
  bottom: -221px;
  top: calc(100% - 40px);
  z-index: 15;
  display: none; }

#v-banner .container {
  left: 50%;
  transform: translate(0%, -50%);
  top: 50%;
  position: absolute;
  max-width: 600px;
  z-index: 40; }

#v-banner .container h2 {
  /* Our Mission: */
  font-family: Lateef;
  font-size: 82px;
  color: #005151;
  letter-spacing: 1.5px;
  line-height: 62px;
  font-weight: normal; }

#v-banner .container h2.bio-name {
  text-transform: uppercase; }

#v-banner .container p {
  /* We strive to deliver: */
  font-family: JosefinSans-Light;
  font-size: 38px;
  color: #323233;
  letter-spacing: 1.4px;
  line-height: 45px; }

@media (min-width: 750px) and (max-width: 1000px) {
  #v-banner .container {
    left: 40%;
    transform: translate(0%, -50%);
    top: 50%;
    position: absolute;
    max-width: 50%; }
  #v-banner .container h2 {
    font-size: 60px;
    line-height: 54px; }
  #v-banner .container p {
    font-size: 30px;
    line-height: 35px; } }

@media (min-width: 1000px) and (max-width: 1100px) {
  #v-banner .container {
    left: 50%;
    transform: translate(0%, -50%);
    top: 50%;
    position: absolute;
    max-width: 600px;
    width: 50%;
    padding-right: 50px;
    box-sizing: border-box; } }

#v-banner .container a {
  display: block; }

#v-banner .container a img {
  display: block; }

@media (max-width: 750px) {
  #v-banner {
    height: 100vh;
    min-height: 0px; }
  #v-banner .container {
    left: 20%;
    top: 45%;
    width: 75%;
    box-sizing: border-box;
    padding-right: 20px; }
  #v-banner .container p {
    font-size: 25px;
    line-height: 25px; }
  #v-banner .container h2 {
    font-size: 45px;
    line-height: 32px; } }

@media (min-width: 1000px) and (max-width: 1100px) {
  #v-banner {
    height: 80vh; } }

#v-banner + section {
  z-index: 20;
  position: relative; }

#v-banner + div {
  z-index: 20;
  position: relative; }

#v-banner.no-image {
  background: #F2F2F2;
  height: 700px; }

#v-banner.no-image .container {
  max-width: 350px;
  left: calc(50% + 70px);
  top: 330px;
  transform: translate(0%, 0%); }

@media (min-width: 750px) and (max-width: 1000px) {
  #v-banner.no-image {
    height: 600px; }
  #v-banner.no-image .container {
    top: 200px; } }

@media (max-width: 750px) {
  #v-banner.no-image {
    height: 400px; }
  #v-banner.no-image .container {
    max-width: 320px;
    left: 50%;
    width: 75%;
    top: 100px;
    transform: translate(-50%, 0%); } }

#v-banner .after-v {
  content: " ";
  position: absolute;
  bottom: 0px;
  top: auto;
  width: 0;
  height: 0;
  border-bottom: solid 165px white;
  border-left: solid 50vw transparent;
  border-right: solid 0px transparent;
  right: 0px; }

#v-banner .before-v {
  content: " ";
  position: absolute;
  bottom: 0px;
  top: auto;
  width: 0;
  height: 0;
  border-bottom: solid 165px white;
  border-left: solid 0px transparent;
  border-right: solid 50vw transparent; }

#v-banner + section.featured-insights .before-v {
  border-bottom-color: #F2F2F2; }

#v-banner + section.featured-insights .after-v {
  border-bottom-color: #F2F2F2; }

.page-template-press #v-banner .after-v,
.page-template-insights #v-banner .after-v {
  border-bottom-color: #F2F2F2; }

.page-template-press #v-banner .before-v,
.page-template-insights #v-banner .before-v {
  border-bottom-color: #F2F2F2; }

#alt-investment-hero {
  /*margin-top:104px;*/
  height: 100vh; }

#alt-investment-hero .panel2,
#alt-investment-hero .panel3 {
  display: none; }

.page-template-alternative_investments {
  -webkit-overflow-scrolling: auto; }

#pinContainer {
  width: 100%;
  height: 100vh !important;
  overflow: hidden; }

.panel {
  height: 100vh;
  width: 100%;
  position: absolute;
  /*top:0px;*/ }

.panel6 {
  height: auto !important;
  z-index: 100; }

.panel5 {
  height: auto !important; }

.panel6 {
  /*display:none;*/ }

#pinContainer {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin: 0 auto;
  top: 0px !important;
  background-image: url("assets/img/Banner.jpg");
  background-size: cover; }

.panel {
  height: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  background: transparent;
  /*top:50%;*/
  /*left:50%;*/
  /*left:100%;*/
  /*transform: translate(100%, 0%)*/ }

.panel-frame {
  width: 100%;
  height: 100%;
  position: relative; }

.panel-container {
  left: 50%;
  top: 175px;
  position: absolute;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  width: 860px; }

@media (max-height: 1000px) {
  .panel-container {
    top: 125px;
    width: 1000px; } }

@media (min-width: 1300px) and (max-width: 1550px) {
  .panel-container {
    width: 860px; } }

.panel1 {
  /*transform: translate(-50%,-50%)*/ }

.hero-side-after {
  content: " ";
  position: absolute;
  bottom: 0%;
  width: 0;
  height: 0;
  border-left: solid 260px #D3E2E9;
  border-top: solid 0px transparent;
  border-bottom: solid 100vh transparent;
  z-index: 1500;
  position: fixed; }

@media (min-width: 1100px) and (max-width: 1300px) {
  .hero-side-after {
    border-left: solid 160px #D3E2E9; } }

@media (min-width: 1000px) and (max-width: 1100px) {
  .hero-side-after {
    border-left: solid 160px #D3E2E9; } }

@media (min-width: 750px) and (max-width: 1000px) {
  .hero-side-after {
    border-left: solid 100px #D3E2E9; } }

@media (max-width: 750px) {
  .hero-side-after {
    display: none; } }

.hero-side-before {
  content: " ";
  position: fixed;
  z-index: 1500;
  top: 0%;
  right: 0%;
  width: 0;
  height: 0;
  border-right: solid 260px #D3E2E9;
  border-bottom: solid 0px transparent;
  border-top: solid 100vh transparent; }

@media (min-width: 1100px) and (max-width: 1300px) {
  .hero-side-before {
    border-right: solid 160px #D3E2E9; } }

@media (min-width: 1000px) and (max-width: 1100px) {
  .hero-side-before {
    border-right: solid 160px #D3E2E9; } }

@media (min-width: 750px) and (max-width: 1000px) {
  .hero-side-before {
    border-right: solid 100px #D3E2E9; } }

@media (max-width: 750px) {
  .hero-side-before {
    display: none; } }

.slide-button {
  border-bottom: 2px solid #6CACE4;
  width: 48px;
  justify-content: center;
  margin: 5px;
  /* 01.: */
  font-family: JosefinSans-Bold;
  font-size: 12px;
  color: #6CACE4;
  letter-spacing: 2px;
  padding-bottom: 10px;
  transition: all 0.5s; }

.slide-buttons {
  margin-top: 40px;
  position: relative;
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  z-index: 1500;
  cursor: pointer; }

@media (max-width: 750px) {
  .slide-buttons {
    top: 90%; } }

@media (min-width: 1300px) and (max-width: 1550px) and (max-height: 800px) {
  .slide-buttons {
    top: 90%; } }

.slide-button-0 {
  border-width: 14px; }

#alt-investment-hero {
  position: relative;
  z-index: 30; }

#alt-investment-hero .panel {
  background-size: cover;
  background: transparent; }

#alt-investment-hero .panel2,
#alt-investment-hero .panel4 {
  background-size: cover; }

#alt-investment-hero .panel6 {
  height: auto; }

#alt-investment-hero #pinContainer {
  z-index: 10; }

#alt-investment-hero #pinContainer .panel1,
#alt-investment-hero #pinContainer .panel2,
#alt-investment-hero #pinContainer .panel3,
#alt-investment-hero #pinContainer .panel4 {
  z-index: 60; }

#alt-investment-hero #pinContainer .panel1 p,
#alt-investment-hero #pinContainer .panel2 p,
#alt-investment-hero #pinContainer .panel3 p,
#alt-investment-hero #pinContainer .panel4 p {
  /* Clearly defined goal: */
  font-family: JosefinSans-Light;
  font-size: 38px;
  color: #4A4A4A;
  letter-spacing: 1.4px;
  line-height: 45px;
  margin-bottom: 30px; }

@media (max-height: 775px) {
  #alt-investment-hero #pinContainer .panel1 p,
  #alt-investment-hero #pinContainer .panel2 p,
  #alt-investment-hero #pinContainer .panel3 p,
  #alt-investment-hero #pinContainer .panel4 p {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px; } }

@media (min-width: 1300px) and (max-width: 1550px) {
  #alt-investment-hero #pinContainer .panel1 p,
  #alt-investment-hero #pinContainer .panel2 p,
  #alt-investment-hero #pinContainer .panel3 p,
  #alt-investment-hero #pinContainer .panel4 p {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px; } }

@media (min-width: 1300px) and (max-width: 1550px) and (max-height: 800px) {
  #alt-investment-hero #pinContainer .panel1 p,
  #alt-investment-hero #pinContainer .panel2 p,
  #alt-investment-hero #pinContainer .panel3 p,
  #alt-investment-hero #pinContainer .panel4 p {
    font-size: 30px;
    line-height: 35px; } }

@media (min-width: 1100px) and (max-width: 1300px) {
  #alt-investment-hero #pinContainer .panel1 p,
  #alt-investment-hero #pinContainer .panel2 p,
  #alt-investment-hero #pinContainer .panel3 p,
  #alt-investment-hero #pinContainer .panel4 p {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px; } }

@media (min-width: 750px) and (max-width: 1000px) {
  #alt-investment-hero #pinContainer .panel1 p,
  #alt-investment-hero #pinContainer .panel2 p,
  #alt-investment-hero #pinContainer .panel3 p,
  #alt-investment-hero #pinContainer .panel4 p {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px; } }

@media (min-width: 1000px) and (max-width: 1100px) {
  #alt-investment-hero #pinContainer .panel1 p,
  #alt-investment-hero #pinContainer .panel2 p,
  #alt-investment-hero #pinContainer .panel3 p,
  #alt-investment-hero #pinContainer .panel4 p {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px; } }

@media (max-width: 750px) {
  #alt-investment-hero #pinContainer .panel1 p,
  #alt-investment-hero #pinContainer .panel2 p,
  #alt-investment-hero #pinContainer .panel3 p,
  #alt-investment-hero #pinContainer .panel4 p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px; } }

@media (max-width: 340px) {
  #alt-investment-hero #pinContainer .panel1 p,
  #alt-investment-hero #pinContainer .panel2 p,
  #alt-investment-hero #pinContainer .panel3 p,
  #alt-investment-hero #pinContainer .panel4 p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px; } }

#alt-investment-hero #pinContainer .panel1 h2,
#alt-investment-hero #pinContainer .panel2 h2,
#alt-investment-hero #pinContainer .panel3 h2,
#alt-investment-hero #pinContainer .panel4 h2 {
  /* Rethinking the Tradi: */
  font-family: Lateef;
  font-size: 82px;
  color: #005151;
  letter-spacing: 1px;
  line-height: 66px; }

@media (max-height: 775px) {
  #alt-investment-hero #pinContainer .panel1 h2,
  #alt-investment-hero #pinContainer .panel2 h2,
  #alt-investment-hero #pinContainer .panel3 h2,
  #alt-investment-hero #pinContainer .panel4 h2 {
    font-size: 62px;
    line-height: 58px; } }

@media (min-width: 1300px) and (max-width: 1550px) {
  #alt-investment-hero #pinContainer .panel1 h2,
  #alt-investment-hero #pinContainer .panel2 h2,
  #alt-investment-hero #pinContainer .panel3 h2,
  #alt-investment-hero #pinContainer .panel4 h2 {
    font-size: 72px; } }

@media (min-width: 1300px) and (max-width: 1550px) and (max-height: 850px) {
  #alt-investment-hero #pinContainer .panel1 h2,
  #alt-investment-hero #pinContainer .panel2 h2,
  #alt-investment-hero #pinContainer .panel3 h2,
  #alt-investment-hero #pinContainer .panel4 h2 {
    font-size: 62px;
    line-height: 58px; } }

@media (min-width: 1100px) and (max-width: 1300px) {
  #alt-investment-hero #pinContainer .panel1 h2,
  #alt-investment-hero #pinContainer .panel2 h2,
  #alt-investment-hero #pinContainer .panel3 h2,
  #alt-investment-hero #pinContainer .panel4 h2 {
    font-size: 60px;
    line-height: 50px;
    margin-bottom: 10px; } }

@media (min-width: 1100px) and (max-width: 1300px) and (max-height: 600px) {
  #alt-investment-hero #pinContainer .panel1 h2,
  #alt-investment-hero #pinContainer .panel2 h2,
  #alt-investment-hero #pinContainer .panel3 h2,
  #alt-investment-hero #pinContainer .panel4 h2 {
    font-size: 50px;
    line-height: 45px; } }

@media (min-width: 1000px) and (max-width: 1100px) {
  #alt-investment-hero #pinContainer .panel1 h2,
  #alt-investment-hero #pinContainer .panel2 h2,
  #alt-investment-hero #pinContainer .panel3 h2,
  #alt-investment-hero #pinContainer .panel4 h2 {
    font-size: 50px;
    line-height: 45px;
    margin-bottom: 10px; } }

@media (min-width: 750px) and (max-width: 1000px) {
  #alt-investment-hero #pinContainer .panel1 h2,
  #alt-investment-hero #pinContainer .panel2 h2,
  #alt-investment-hero #pinContainer .panel3 h2,
  #alt-investment-hero #pinContainer .panel4 h2 {
    font-size: 60px;
    line-height: 50px;
    margin-bottom: 10px; } }

@media (max-width: 750px) {
  #alt-investment-hero #pinContainer .panel1 h2,
  #alt-investment-hero #pinContainer .panel2 h2,
  #alt-investment-hero #pinContainer .panel3 h2,
  #alt-investment-hero #pinContainer .panel4 h2 {
    font-size: 45px;
    line-height: 37px;
    margin-bottom: 10px; } }

@media (max-width: 340px) {
  #alt-investment-hero #pinContainer .panel1 h2,
  #alt-investment-hero #pinContainer .panel2 h2,
  #alt-investment-hero #pinContainer .panel3 h2,
  #alt-investment-hero #pinContainer .panel4 h2 {
    font-size: 35px;
    line-height: 27px;
    margin-bottom: 5px; } }

#alt-investment-hero #pinContainer .panel1 .disclaimer,
#alt-investment-hero #pinContainer .panel2 .disclaimer,
#alt-investment-hero #pinContainer .panel3 .disclaimer,
#alt-investment-hero #pinContainer .panel4 .disclaimer {
  /* Natixis. 2016 Global: */
  font-family: JosefinSans-LightItalic;
  font-size: 20px;
  color: #000000;
  letter-spacing: 1px;
  margin-top: 15px;
  line-height: 26px; }

#alt-investment-hero #pinContainer .panel1 .disclaimer p,
#alt-investment-hero #pinContainer .panel2 .disclaimer p,
#alt-investment-hero #pinContainer .panel3 .disclaimer p,
#alt-investment-hero #pinContainer .panel4 .disclaimer p {
  font-family: JosefinSans-LightItalic;
  font-size: 20px;
  color: #000000;
  letter-spacing: 1px;
  margin-top: 15px;
  line-height: 26px; }

#alt-investment-hero #pinContainer .panel1 .charts,
#alt-investment-hero #pinContainer .panel2 .charts,
#alt-investment-hero #pinContainer .panel3 .charts,
#alt-investment-hero #pinContainer .panel4 .charts {
  margin-top: 60px;
  width: 860px;
  max-width: 100%; }

@media (min-width: 1300px) and (max-width: 1550px) and (max-height: 800px) {
  #alt-investment-hero #pinContainer .panel1 .charts,
  #alt-investment-hero #pinContainer .panel2 .charts,
  #alt-investment-hero #pinContainer .panel3 .charts,
  #alt-investment-hero #pinContainer .panel4 .charts {
    margin-top: 30px; } }

#alt-investment-hero #pinContainer .panel1 .charts .chart,
#alt-investment-hero #pinContainer .panel2 .charts .chart,
#alt-investment-hero #pinContainer .panel3 .charts .chart,
#alt-investment-hero #pinContainer .panel4 .charts .chart {
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
  padding-bottom: 10px;
  border-bottom: 1px solid #005151; }

#alt-investment-hero #pinContainer .panel1 .charts .chart:last-of-type,
#alt-investment-hero #pinContainer .panel2 .charts .chart:last-of-type,
#alt-investment-hero #pinContainer .panel3 .charts .chart:last-of-type,
#alt-investment-hero #pinContainer .panel4 .charts .chart:last-of-type {
  padding-left: 50px; }

#alt-investment-hero #pinContainer .panel1 .charts .chart img,
#alt-investment-hero #pinContainer .panel2 .charts .chart img,
#alt-investment-hero #pinContainer .panel3 .charts .chart img,
#alt-investment-hero #pinContainer .panel4 .charts .chart img {
  float: left;
  margin-right: 15px; }

#alt-investment-hero #pinContainer .panel1 .charts .chart .stat-text,
#alt-investment-hero #pinContainer .panel2 .charts .chart .stat-text,
#alt-investment-hero #pinContainer .panel3 .charts .chart .stat-text,
#alt-investment-hero #pinContainer .panel4 .charts .chart .stat-text {
  /* Reduce Volatility: */
  font-family: JosefinSans-SemiBold;
  font-size: 18px;
  color: #4C4C4E;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 0px; }

#alt-investment-hero #pinContainer .panel1 .charts .chart .stat-text p,
#alt-investment-hero #pinContainer .panel2 .charts .chart .stat-text p,
#alt-investment-hero #pinContainer .panel3 .charts .chart .stat-text p,
#alt-investment-hero #pinContainer .panel4 .charts .chart .stat-text p {
  font-family: JosefinSans-SemiBold;
  font-size: 18px;
  color: #4C4C4E;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 5px; }

#alt-investment-hero #pinContainer .panel1 .charts .chart .stat,
#alt-investment-hero #pinContainer .panel2 .charts .chart .stat,
#alt-investment-hero #pinContainer .panel3 .charts .chart .stat,
#alt-investment-hero #pinContainer .panel4 .charts .chart .stat {
  /* 75: */
  font-family: JosefinSans-Light;
  font-size: 120px;
  color: #4F6678;
  letter-spacing: 2.54px;
  line-height: 120px; }

@media (min-width: 1100px) and (max-width: 1300px) {
  #alt-investment-hero #pinContainer .panel1 .charts .chart .stat-text p,
  #alt-investment-hero #pinContainer .panel2 .charts .chart .stat-text p,
  #alt-investment-hero #pinContainer .panel3 .charts .chart .stat-text p,
  #alt-investment-hero #pinContainer .panel4 .charts .chart .stat-text p {
    font-size: 12px;
    line-height: 14px; }
  #alt-investment-hero #pinContainer .panel1 .charts .chart .stat,
  #alt-investment-hero #pinContainer .panel2 .charts .chart .stat,
  #alt-investment-hero #pinContainer .panel3 .charts .chart .stat,
  #alt-investment-hero #pinContainer .panel4 .charts .chart .stat {
    font-size: 80px;
    line-height: 80px; } }

#alt-investment-hero #pinContainer .panel1 .charts .panel1,
#alt-investment-hero #pinContainer .panel2 .charts .panel1,
#alt-investment-hero #pinContainer .panel3 .charts .panel1,
#alt-investment-hero #pinContainer .panel4 .charts .panel1 {
  z-index: 500; }

#alt-investment-hero #pinContainer .panel1 .charts .panel5,
#alt-investment-hero #pinContainer .panel2 .charts .panel5,
#alt-investment-hero #pinContainer .panel3 .charts .panel5,
#alt-investment-hero #pinContainer .panel4 .charts .panel5 {
  z-index: 1500; }

@media (min-width: 1100px) and (max-width: 1300px) {
  #alt-investment-hero .panel-container {
    width: 750px;
    top: 175px; }
  #alt-investment-hero #pinContainer .panel .charts {
    margin-top: 20px; } }

@media (min-width: 1100px) and (max-width: 1300px) and (max-height: 650px) {
  #alt-investment-hero .panel-container {
    top: 125px; } }

@media (min-width: 1100px) and (max-width: 1300px) and (max-height: 600px) {
  #alt-investment-hero .panel-container {
    top: 110px; } }

@media (min-width: 1000px) and (max-width: 1100px) {
  #alt-investment-hero #pinContainer .panel .charts {
    margin-top: 20px; }
  #alt-investment-hero .panel-container {
    width: 600px; } }

@media (min-width: 1000px) and (max-width: 1100px) and (max-height: 700px) {
  #alt-investment-hero {
    top: 100px; } }

@media (min-width: 1000px) and (max-width: 1100px) {
  #alt-investment-hero #pinContainer .panel .charts .chart .stat {
    font-size: 70px; }
  #alt-investment-hero #pinContainer {
    height: 100vh; }
  #alt-investment-hero #pinContainer .panel1 .charts {
    margin-top: 10px; } }

@media (min-width: 750px) and (max-width: 1000px) {
  #alt-investment-hero .panel-container {
    width: 70%; }
  #alt-investment-hero #pinContainer .panel .charts .chart .stat {
    font-size: 55px; }
  #alt-investment-hero #pinContainer {
    height: 100vh; }
  #alt-investment-hero #pinContainer .panel1 .charts {
    margin-top: 10px; } }

@media (max-width: 750px) {
  #alt-investment-hero #pinContainer .panel .charts .chart .stat {
    font-size: 40px;
    line-height: 40px; }
  #alt-investment-hero #pinContainer {
    height: 100vh; }
  #alt-investment-hero #pinContainer .panel-container {
    top: 125px; }
  #alt-investment-hero #pinContainer .panel-container .disclaimer {
    margin-top: 0px; }
  #alt-investment-hero #pinContainer .panel-container .disclaimer p {
    font-size: 16px;
    line-height: 18px;
    margin-top: 5px; }
  #alt-investment-hero #pinContainer .panel .charts {
    border-bottom: 1px solid #005151;
    margin-bottom: 5px; }
  #alt-investment-hero #pinContainer .panel .charts .chart {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-bottom: 5px;
    border-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px; }
  #alt-investment-hero #pinContainer .panel .charts .chart img {
    width: 40px; }
  #alt-investment-hero #pinContainer .panel .charts .chart:last-of-type {
    padding-left: 10px;
    margin-bottom: 10px; }
  #alt-investment-hero #pinContainer .panel .charts .chart .stat-text {
    font-size: 14px;
    line-height: 15px;
    display: block;
    margin-top: 3px; }
  #alt-investment-hero #pinContainer .panel .charts .chart .stat-text p {
    font-size: 14px;
    line-height: 15px;
    display: block;
    margin-top: 5px;
    margin-bottom: 0px; }
  #alt-investment-hero #pinContainer .panel .charts {
    margin-top: 0px; }
  #alt-investment-hero #pinContainer .panel-frame {
    max-width: 90%;
    margin: 0 auto; }
  #alt-investment-hero #pinContainer .panel-frame .panel-container {
    max-width: 100%;
    width: 100%;
    top: 95px; }
  #alt-investment-hero #pinContainer .panel1 p,
  #alt-investment-hero #pinContainer .panel2 p,
  #alt-investment-hero #pinContainer .panel3 p {
    color: black;
    font-family: JosefinSans-Regular;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px; } }

@media (max-width: 340px) {
  #alt-investment-hero #pinContainer .panel .charts .chart {
    padding: 0px; }
  #alt-investment-hero #pinContainer .panel .charts .chart:last-of-type {
    padding-left: 0px; }
  #alt-investment-hero #pinContainer .panel1 p,
  #alt-investment-hero #pinContainer .panel2 p,
  #alt-investment-hero #pinContainer .panel3 p {
    color: black;
    font-family: JosefinSans-Regular;
    font-size: 16px;
    line-height: 20px; }
  #alt-investment-hero #pinContainer .panel .charts .chart .stat-text p {
    font-size: 10px;
    line-height: 12px;
    display: block;
    margin-top: 5px;
    margin-bottom: 0px; } }

.interactive-chart {
  position: relative;
  z-index: 50;
  background: transparent;
  padding-top: 140px;
  padding-bottom: 0px;
  top: auto;
  bottom: auto;
  opacity: 1;
  box-sizing: content-box;
  margin-top: 250vh; }

.interactive-chart .insights .frame {
  max-width: 1180px;
  padding-bottom: 0px; }

@media (min-width: 750px) and (max-width: 1000px) {
  .interactive-chart .insights .frame {
    max-width: 85%; } }

@media (min-width: 1100px) and (max-width: 1300px) {
  .interactive-chart .insights .frame {
    max-width: 85%; } }

@media (min-width: 1000px) and (max-width: 1100px) {
  .interactive-chart .insights .frame {
    max-width: 85%; } }

@media (max-width: 750px) {
  .interactive-chart .insights .frame {
    max-width: 90%; } }

.interactive-chart .insights .frame .insight-desc {
  /* The third-longest bu: */
  font-family: JosefinSans-Regular;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 1.33px;
  line-height: 30px;
  font-weight: normal;
  margin-top: 10px; }

.interactive-chart .insights .frame .insight-desc p {
  font-family: JosefinSans-Regular;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 1.33px;
  line-height: 30px;
  font-weight: normal; }

.interactive-chart .frame {
  padding-bottom: 160px;
  margin: 0 auto;
  max-width: 940px; }

.interactive-chart .frame .footnotes {
  /* Society of Actuaries: */
  font-family: JosefinSans-Regular;
  font-size: 16px;
  color: #4C4C4E;
  letter-spacing: 1.33px;
  line-height: 30px;
  max-width: 940px;
  margin: 0 auto;
  margin-top: 40px; }

.interactive-chart .frame .footnotes p {
  font-family: JosefinSans-Regular;
  font-size: 16px;
  color: #4C4C4E;
  letter-spacing: 1.33px;
  margin-bottom: 0px;
  text-indent: -10px;
  padding-left: 10px; }

.interactive-chart .frame .disclosure {
  margin-top: 30px;
  /* View Disclosure: Rob: */
  /* View Disclosure: Pas: */
  font-family: JosefinSans-LightItalic;
  font-size: 20px;
  color: #4C4C4E;
  letter-spacing: 1px;
  line-height: 32px;
  height: auto;
  transition: all 0.5s;
  overflow: hidden;
  position: relative;
  padding-right: 15px;
  max-height: 2000px; }

.interactive-chart .frame .disclosure p {
  font-family: JosefinSans-LightItalic;
  font-family: JosefinSans-LightItalic;
  font-size: 15px;
  color: #4A4A4A;
  letter-spacing: 1.33px;
  line-height: 20px;
  height: auto;
  transition: all 0.5s;
  position: relative; }

.interactive-chart .frame .disclosure .disclosure-trigger {
  font-family: JosefinSans-BoldItalic;
  text-transform: uppercase;
  font-size: 15px;
  color: #4A4A4A;
  letter-spacing: 1.33px;
  line-height: 18px;
  padding-bottom: 0px;
  z-index: 50;
  position: relative; }

.interactive-chart .frame .disclosure .disclosure-trigger.arrow {
  background-image: url("assets/img/down-arrow-blue.svg");
  width: 14px;
  height: 9px;
  float: right;
  position: absolute;
  top: 4px;
  border: 0px;
  right: 0px; }

.interactive-chart .frame .disclosure.hidden {
  max-height: 20px; }

.interactive-chart .frame p {
  /* For decades, institu: */
  font-family: JosefinSans-Light;
  font-size: 28px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 35px;
  margin-bottom: 30px; }

.interactive-chart .frame h3 {
  /* Hypothetical Allocat: */
  font-family: Lateef;
  font-size: 50px;
  color: #77ACA4;
  letter-spacing: 0;
  line-height: 45px;
  font-weight: normal;
  text-align: center; }

.interactive-chart .chart {
  position: relative;
  max-width: 100%; }

.interactive-chart .chart .mobile {
  display: none; }

.interactive-chart .chart .chart-note {
  position: absolute;
  width: 257px;
  /* As you can see, a tr: */
  font-family: JosefinSans-Regular;
  font-size: 20px;
  color: #005151;
  letter-spacing: 2px;
  line-height: 30px;
  left: calc(100% + 10px); }

.interactive-chart .chart .chart-note p {
  font-family: JosefinSans-Regular;
  font-size: 20px;
  color: #005151;
  letter-spacing: 2px;
  line-height: 30px; }

@media (min-width: 1300px) and (max-width: 1550px) {
  .interactive-chart .chart .chart-note {
    position: absolute;
    font-family: JosefinSans-Regular;
    font-size: 20px;
    color: #005151;
    letter-spacing: 2px;
    line-height: 30px;
    right: -150px;
    left: auto;
    background: rgba(255, 255, 255, 0.6);
    box-sizing: border-box; } }

@media (min-width: 1100px) and (max-width: 1300px) {
  .interactive-chart .chart .chart-note {
    position: absolute;
    font-family: JosefinSans-Regular;
    font-size: 20px;
    color: #005151;
    letter-spacing: 2px;
    line-height: 30px;
    right: -100px;
    left: auto;
    background: rgba(255, 255, 255, 0.6);
    box-sizing: border-box; } }

@media (min-width: 1100px) and (max-width: 1300px) and (max-width: 1200px) {
  .interactive-chart .chart .chart-note {
    right: -100px; } }

@media (min-width: 1000px) and (max-width: 1100px) {
  .interactive-chart .chart .chart-note {
    position: absolute;
    font-family: JosefinSans-Regular;
    font-size: 20px;
    color: #005151;
    letter-spacing: 2px;
    line-height: 30px;
    right: -75px;
    left: auto;
    background: rgba(255, 255, 255, 0.6); } }

@media (min-width: 750px) and (max-width: 1000px) {
  .interactive-chart .chart .chart-note {
    position: absolute;
    font-family: JosefinSans-Regular;
    font-size: 20px;
    color: #005151;
    letter-spacing: 2px;
    line-height: 30px;
    right: -25px;
    left: auto;
    background: rgba(255, 255, 255, 0.2); } }

@media (max-width: 750px) {
  .interactive-chart .chart .chart-note {
    position: absolute;
    width: 200px;
    font-family: JosefinSans-Regular;
    font-size: 20px;
    color: #005151;
    letter-spacing: 2px;
    line-height: 30px;
    right: 0px;
    left: auto;
    background: rgba(255, 255, 255, 0.5);
    padding: 10px;
    box-sizing: border-box; } }

.interactive-chart .chart-icon {
  position: absolute; }

.interactive-chart .chart-icon .chart-icon-img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 12px;
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  z-index: 40; }

.interactive-chart .chart-icon .chart-icon-img:hover .stat-popup {
  opacity: 1;
  visibility: visible; }

.interactive-chart .chart-icon .title {
  font-family: JosefinSans-Bold;
  font-size: 17px;
  color: #000000;
  letter-spacing: 0px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  position: absolute;
  width: 80px; }

@media (min-width: 750px) and (max-width: 1000px) {
  .interactive-chart .chart-icon .title {
    margin-top: 20px; } }

.interactive-chart .chart-icon.reverse .stat-popup {
  top: calc(100% + 20px);
  bottom: auto; }

.interactive-chart .chart-icon.reverse .stat-popup:after {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #ffffff;
  border-top: 0px;
  content: " ";
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 0.33));
  position: absolute;
  bottom: 100%;
  top: auto;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-filter: none;
  filter: none; }

.interactive-chart .chart-icon .stat-popup {
  visibility: hidden;
  transition: opacity 0.5s;
  position: absolute;
  width: 115px;
  background: white;
  background: #FFFFFF;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.33);
  bottom: calc(100% + 20px);
  padding: 20px;
  left: 50%;
  transform: translate(-50%, 0%);
  opacity: 0; }

.interactive-chart .chart-icon .stat-popup:after {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #ffffff;
  content: " ";
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 0.33));
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0%); }

.interactive-chart .chart-icon .stat-popup .stat-text {
  /* Annual Income: : */
  font-family: JosefinSans-Bold;
  font-size: 17px;
  color: #005151;
  letter-spacing: 1px;
  line-height: 20px; }

.interactive-chart .chart-icon .stat-popup .stat-unit {
  /* (per annum): */
  font-family: JosefinSans-Bold;
  font-size: 13px;
  color: #005151;
  letter-spacing: 1px;
  line-height: 16px; }

.interactive-chart .chart-icon .stat-popup .stat {
  /* 8.62%: */
  font-family: JosefinSans-Bold;
  font-size: 27px;
  color: #005151;
  line-height: 32px; }

.interactive-chart .chart-icon .stat-popup .stat-item {
  margin-bottom: 15px; }

.interactive-chart .chart-icon .stat-popup .stat-item:last-of-type {
  margin-bottom: 0px; }

@media (min-width: 750px) and (max-width: 1000px) {
  .interactive-chart .frame {
    max-width: 90%; } }

@media (max-width: 750px) {
  .interactive-chart {
    padding-top: 60px;
    padding-bottom: 0px; }
  .interactive-chart .chart {
    display: flex;
    flex-direction: column-reverse;
    background-image: none !important;
    height: auto !important;
    width: 100% !important; }
  .interactive-chart .chart .chart-note {
    position: relative;
    width: 100%; }
  .interactive-chart .chart .mobile-wrapper {
    max-width: 100%;
    overflow: auto; }
  .interactive-chart .chart .mobile {
    display: block;
    max-width: 1500px; }
  .interactive-chart .chart .chart-icon {
    position: relative;
    left: 0px !important;
    top: 0px !important;
    display: flex;
    flex-direction: column-reverse; }
  .interactive-chart .chart .chart-icon .ripple {
    display: none; }
  .interactive-chart .chart .chart-icon .chart-icon-img {
    margin-right: 0px;
    width: 100% !important;
    height: auto !important;
    background-size: 92px;
    background-repeat: no-repeat;
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 40px;
    box-sizing: border-box;
    background-color: white !important; }
  .interactive-chart .chart .chart-icon .title {
    font-family: JosefinSans-Bold;
    font-size: 25px;
    color: #000000;
    letter-spacing: -0.85px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    line-height: 1.3;
    width: 100%; }
  .interactive-chart .chart .chart-icon .stat-popup {
    width: calc(100%);
    position: relative;
    background: transparent;
    left: auto;
    top: auto;
    bottom: auto;
    border: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    opacity: 1;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    box-sizing: border-box;
    visibility: visible;
    padding: 0px; }
  .interactive-chart .chart .chart-icon .stat-popup .stat-unit {
    margin-right: 10px; }
  .interactive-chart .chart .chart-icon .stat-popup div {
    display: inline-block; } }

@media (max-width: 750px) and (max-width: 750px) {
  .interactive-chart .chart .chart-icon .stat-popup div {
    display: block; } }

@media (max-width: 750px) {
  .interactive-chart .chart .chart-icon .stat-popup:after {
    content: none; }
  .interactive-chart .frame {
    max-width: 90%; }
  .interactive-chart .frame h2 {
    font-size: 45px;
    line-height: 37px; }
  .interactive-chart .frame h3 {
    font-size: 40px;
    line-height: 30px; }
  .interactive-chart .frame .disclosure.hidden {
    max-height: 20px; } }

.ripple {
  width: 40px;
  height: 40px;
  border: 1px solid #6CACE4;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%); }

.ripple:nth-of-type(1) {
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-iteration: 1;
  animation-name: Ripple;
  animation-duration: 1.5s;
  animation-delay: 1s;
  animation-iteration-count: infinite; }

.ripple:nth-of-type(2) {
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-iteration: 1;
  animation-name: Ripple;
  animation-duration: 1.5s;
  animation-delay: 1.5s;
  animation-iteration-count: infinite; }

.ripple:nth-of-type(3) {
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-iteration: 1;
  animation-iteration-count: infinite;
  animation-name: Ripple;
  animation-duration: 1.5s;
  animation-delay: 2s; }

@keyframes Ripple {
  0% {
    width: 42px;
    height: 42px;
    opacity: 0.7; }
  100% {
    width: 80px;
    height: 80px;
    opacity: 0.1; } }

.insights-archive {
  background: #F2F2F2;
  padding-bottom: 90px; }

.insights-archive .frame {
  max-width: 1180px;
  margin: 0 auto;
  font-size: 0px; }

.insights-archive .frame .insight {
  display: none;
  width: 33.3333%;
  display: inline-block;
  vertical-align: top;
  display: none; }

.insights-archive .frame .insight.video .insight-item {
  background: #77ACA4; }

.insights-archive .frame .insight.video .insight-item .insight-cat {
  color: white; }

.insights-archive .frame .insight.video .insight-item .insight-date {
  color: white; }

.insights-archive .frame .insight.video .insight-item .insight-title {
  color: white; }

.insights-archive .frame .insight.video .insight-item .insight-play-button {
  margin-top: 25px;
  transition: all 0.5s; }

.insights-archive .frame .insight.video .insight-item .insight-play-button polygon {
  fill: white; }

.insights-archive .frame .insight.video .insight-item:hover .insight-play-button {
  transform: scale(1.2); }

.insights-archive .frame .insight .insight-item {
  width: 360px;
  height: 360px;
  background: white;
  display: block;
  margin-bottom: 46px;
  vertical-align: top;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
  transition: all 0.5s; }

@media (max-width: 750px) {
  .insights-archive .frame .insight .insight-item {
    height: auto; } }

.insights-archive .frame .insight .insight-item:hover {
  background: rgba(74, 74, 74, 0.25); }

.insights-archive .frame .insight .insight-item:after {
  position: absolute;
  height: 100%;
  width: 100%;
  content: " ";
  border: 1px solid #BDBDBD;
  background: transparent;
  top: 10px;
  right: 10px; }

.insights-archive .frame .insight .insight-item .insight-cat {
  /* Real Estate: */
  font-family: JosefinSans-Bold;
  font-size: 12px;
  color: #6CACE4;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 14px; }

.insights-archive .frame .insight .insight-item .insight-date {
  /* May 1, 2017: */
  font-family: Lateef;
  font-size: 20px;
  color: #4C4C4E;
  letter-spacing: 2.5px;
  line-height: 38px;
  text-transform: uppercase; }

.insights-archive .frame .insight .insight-item .insight-title {
  font-family: Lateef;
  font-size: 40px;
  color: #4C4C4E;
  line-height: 40px;
  text-decoration: none;
  margin: 0px;
  font-weight: normal; }

.insights-archive .frame .insight .insight-item .insight-title a {
  /* How Real Estate Hist: */
  font-family: Lateef;
  font-size: 40px;
  color: #4C4C4E;
  line-height: 40px;
  text-decoration: none; }

.insights-archive.tag {
  display: block;
  margin-top: 104px;
  padding-top: 250px; }

@media (max-width: 750px) {
  .insights-archive.tag {
    margin-top: 80px; } }

.insights-archive.tag h2 {
  /* Real Estate: */
  opacity: 0.16;
  font-family: Lateef;
  font-size: 386px;
  color: #77ACA4;
  letter-spacing: 12.1px;
  line-height: 230px;
  text-align: center;
  text-transform: uppercase; }

@media (min-width: 750px) and (max-width: 1000px) {
  .insights-archive.tag h2 {
    font-size: 240px;
    line-height: 200px; } }

@media (max-width: 750px) {
  .insights-archive.tag h2 {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 50px; } }

.insights-archive.tag .insights-grid {
  margin-top: 40px;
  position: relative; }

.insights-archive.tag .tag-info {
  /* Articles tagged with: */
  font-family: JosefinSans-LightItalic;
  font-size: 38px;
  color: #4C4C4E;
  line-height: 40px;
  text-align: center;
  margin-top: -160px;
  position: relative; }

.insights-archive.tag .tag-info span {
  text-transform: uppercase;
  font-family: JosefinSans-SemiBold;
  color: #6CACE4;
  letter-spacing: 1.9px; }

.insights-archive.tag .tag-info .tag-back {
  /* BACK TO ALL: */
  text-decoration: none;
  cursor: pointer;
  font-family: JosefinSans-SemiBold;
  font-size: 16px;
  color: #6CACE4;
  letter-spacing: 1.9px;
  line-height: 32px;
  text-transform: uppercase;
  position: absolute;
  right: 100%;
  width: 215px; }

.insights-archive.tag .tag-info .tag-back:after {
  width: 22px;
  position: absolute;
  border-top: 2px solid #6CACE4;
  content: " ";
  top: 45%;
  right: 5px;
  transform: translate(0%, -50%); }

.insights-archive.tag .tag-info .tag-back img {
  transform: rotate(90deg);
  margin-right: 5px;
  margin-bottom: 1px; }

@media (min-width: 1300px) and (max-width: 1550px) {
  .insights-archive.tag .tag-info .tag-back {
    right: calc(100% - 100px);
    top: -50px; } }

@media (min-width: 1100px) and (max-width: 1300px) {
  .insights-archive.tag .tag-info .tag-back {
    right: calc(100% - 200px);
    top: -50px; } }

@media (min-width: 1000px) and (max-width: 1100px) {
  .insights-archive.tag .tag-info .tag-back {
    right: calc(100% - 200px);
    top: -50px; } }

@media (min-width: 750px) and (max-width: 1000px) {
  .insights-archive.tag .tag-info .tag-back {
    left: 0%;
    top: -50px; } }

.insights-archive.tag .insight {
  text-decoration: none;
  display: inline-block; }

@media (min-width: 1100px) and (max-width: 1300px) {
  .insights-archive .frame {
    max-width: 95%; }
  .insights-archive .frame .insight {
    padding: 0px 15px;
    box-sizing: border-box; }
  .insights-archive .frame .insight .insight-item {
    width: 100%; } }

@media (min-width: 1000px) and (max-width: 1100px) {
  .insights-archive .frame {
    max-width: 95%; }
  .insights-archive .frame .insight {
    padding: 0px 15px;
    box-sizing: border-box; }
  .insights-archive .frame .insight .insight-item {
    width: 100%; } }

@media (min-width: 750px) and (max-width: 1000px) {
  .insights-archive .frame {
    max-width: 95%; }
  .insights-archive .frame .insight {
    padding: 0px 15px;
    box-sizing: border-box;
    width: 50%; }
  .insights-archive .frame .insight .insight-item {
    width: 100%; }
  .insights-archive .frame .insight .insight-item .insight-title {
    font-size: 35px;
    line-height: 35px; }
  .insights-archive .frame .insight .insight-item .insight-cat {
    margin-bottom: 0px; } }

@media (max-width: 750px) {
  .insights-archive .frame {
    max-width: 95%; }
  .insights-archive .frame .insight {
    padding: 0px 15px;
    box-sizing: border-box;
    width: 100%; }
  .insights-archive .frame .insight .insight-item {
    width: 100%; }
  .insights-archive .frame .insight .insight-item .insight-title {
    font-size: 30px;
    line-height: 30px; } }

.locations {
  margin-top: 104px;
  padding-top: 140px;
  /* Rectangle: */
  background-image: linear-gradient(-180deg, rgba(211, 226, 233, 0.26) 0%, rgba(199, 214, 223, 0.9) 98%);
  padding-bottom: 175px; }

.locations .frame {
  max-width: 1215px;
  margin: 0 auto; }

.locations .frame h1 {
  /* Contact Us: */
  font-family: Lateef;
  font-size: 82px;
  color: #005151;
  letter-spacing: 0;
  line-height: 69px;
  font-weight: normal;
  margin: 0px;
  margin-bottom: 10px; }

.locations .frame p {
  /* Reach out for more i: */
  font-family: JosefinSans-Light;
  font-size: 38px;
  max-width: 700px;
  color: #4A4A4A;
  letter-spacing: 1.4px;
  line-height: 45px; }

.locations .frame .location-col {
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
  vertical-align: top;
  margin-top: 10px; }

.locations .frame .location-col:first-of-type {
  padding-right: 42px;
  padding-top: 110px; }

.locations .frame .location-col:last-of-type {
  padding-left: 42px; }

.locations .frame .location-col .location-item {
  box-sizing: border-box;
  padding-top: 100px;
  background-size: cover;
  height: 642px;
  /* Mask: */
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3); }

.locations .frame .location-col .location-item .address {
  /* 1845 Walnut St, 18th: */
  font-family: Lateef;
  font-size: 50px;
  color: #005151;
  line-height: 38px;
  margin-left: -45px;
  margin-top: 20px; }

.locations .frame .location-col .location-item hr {
  margin-left: -40px;
  width: calc(100% - 35px);
  border: 0px;
  border-top: 1px solid #77ACA4; }

.locations .frame .location-col .location-item h2 {
  /* New York City: */
  font-family: Lateef;
  font-size: 82px;
  color: #77ACA4;
  letter-spacing: 0;
  margin-bottom: 10px;
  margin-left: -45px; }

.locations .frame .location-col .location-item .phone {
  margin-left: -45px;
  /* 866.773.4120: */
  font-family: JosefinSans-Light;
  font-size: 20px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 38px;
  margin-top: 10px;
  text-decoration: none; }

@media (min-width: 1100px) and (max-width: 1300px) {
  .locations .frame {
    max-width: 1000px; }
  .locations .frame .location-col .location-item h2,
  .locations .frame .location-col .location-item hr,
  .locations .frame .location-col .location-item .phone,
  .locations .frame .location-col .location-item .address {
    margin-left: -30px; } }

@media (min-width: 1000px) and (max-width: 1100px) {
  .locations .frame {
    max-width: 900px; }
  .locations .frame .location-col .location-item h2,
  .locations .frame .location-col .location-item hr,
  .locations .frame .location-col .location-item .phone,
  .locations .frame .location-col .location-item .address {
    margin-left: -30px; } }

@media (min-width: 750px) and (max-width: 1000px) {
  .locations .frame {
    max-width: 660px; }
  .locations .frame .location-col .location-item h2,
  .locations .frame .location-col .location-item hr,
  .locations .frame .location-col .location-item .phone,
  .locations .frame .location-col .location-item .address {
    margin-left: -30px; }
  .locations .frame .location-col .location-item .address {
    font-size: 35px; } }

@media (max-width: 750px) {
  .locations {
    padding-top: 60px;
    margin-top: 80px; }
  .locations .frame {
    max-width: 90%; }
  .locations .frame h1 {
    font-size: 45px;
    line-height: 37px; }
  .locations .frame p {
    font-size: 28px;
    line-height: 24px; }
  .locations .frame .location-col {
    width: 80%;
    margin: 0 auto;
    display: block;
    padding-right: 0px;
    padding-top: 60px; }
  .locations .frame .location-col:first-of-type {
    padding-right: 0px;
    padding-top: 60px; }
  .locations .frame .location-col:last-of-type {
    padding-left: 0px; }
  .locations .frame .location-col .location-item h2,
  .locations .frame .location-col .location-item hr,
  .locations .frame .location-col .location-item .phone,
  .locations .frame .location-col .location-item .address {
    margin-left: -30px; }
  .locations .frame .location-col .location-item h2 {
    font-size: 55px; }
  .locations .frame .location-col .location-item .address {
    font-size: 30px;
    line-height: 30px; } }

.bottom-contact-content {
  font-family: JosefinSans-Light;
  font-size: 38px;
  max-width: 700px;
  color: #4A4A4A;
  letter-spacing: 1.4px;
  line-height: 45px; }

.bottom-contact-content a {
  text-decoration: none;
  color: #6CACE4;
  position: relative; }

body.hasHover .bottom-contact-content a:after {
  content: "";
  border-bottom: 1px solid #6CACE4;
  width: 0px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  transition: all 0.5s; }

body.hasHover .bottom-contact-content a:hover:after {
  width: 100%; }

.contact-us {
  padding-top: 0px;
  padding-bottom: 130px;
  position: relative; }

.contact-us .insight-lines {
  right: calc(((100% - 1600px) / 2) - 20px);
  bottom: calc(100% + 400px);
  top: auto; }

@media (max-width: 750px) {
  .contact-us .insight-lines {
    right: 0px;
    display: none; } }

@media (min-width: 1550px) and (max-width: 1650px) {
  .contact-us .insight-lines {
    right: 30px; } }

@media (min-width: 1300px) and (max-width: 1550px) {
  .contact-us .insight-lines {
    right: 30px; } }

@media (min-width: 1100px) and (max-width: 1300px) {
  .contact-us .insight-lines {
    right: 30px; } }

@media (min-width: 1000px) and (max-width: 1100px) {
  .contact-us .insight-lines {
    right: 30px; } }

.contact-us .vertical-text {
  transform: translate(0%, -50%) rotate(-90deg);
  transform-origin: right center;
  right: calc((100% - 1600px) / 2);
  left: auto;
  top: -360px; }

@media (min-width: 1550px) and (max-width: 1650px) {
  .contact-us .vertical-text {
    right: 50px; } }

@media (min-width: 1300px) and (max-width: 1550px) {
  .contact-us .vertical-text {
    right: 50px; } }

@media (min-width: 1100px) and (max-width: 1300px) {
  .contact-us .vertical-text {
    right: 50px; } }

@media (min-width: 1000px) and (max-width: 1100px) {
  .contact-us .vertical-text {
    right: 50px; } }

@media (max-width: 750px) {
  .contact-us .vertical-text {
    right: 0px;
    display: none; } }

.contact-us form {
  margin: 0 auto;
  max-width: 800px; }

.contact-us form input[type="submit"] {
  font-family: "JosefinSans-SemiBold";
  font-size: 16px;
  letter-spacing: 1.9px;
  line-height: 32px;
  color: #6CACE4;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #6CACE4;
  padding: 20px 40px 18px;
  display: inline-block;
  margin-top: 40px;
  padding-top: 15px;
  padding-bottom: 12px;
  cursor: pointer;
  transition: all 1s;
  background: white;
  -webkit-appearance: none; }

.contact-us form input[type="submit"]:hover {
  border-radius: 0px;
  background: rgba(108, 172, 228, 0.7);
  color: white; }

@media (max-width: 750px) {
  .contact-us form input[type="submit"] {
    -webkit-appearance: none; } }

.contact-us form ul {
  padding: 0px;
  margin: 0px; }

.contact-us form .gfield {
  margin-bottom: 45px;
  display: block; }

.contact-us form .gfield input {
  /* Para 1: */
  font-family: JosefinSans-Regular;
  font-size: 20px;
  color: #4C4C4E;
  letter-spacing: 1.33px;
  line-height: 30px;
  padding-left: 20px;
  padding-top: 18px;
  box-sizing: border-box;
  padding-bottom: 16px;
  border-radius: 0px; }

.contact-us form .gfield textarea {
  /* Para 1: */
  font-family: JosefinSans-Regular;
  font-size: 20px;
  color: #4C4C4E;
  letter-spacing: 1.33px;
  line-height: 30px;
  padding-left: 20px;
  padding-top: 18px;
  box-sizing: border-box;
  padding-bottom: 16px;
  border-radius: 0px;
  width: 100%;
  border: 2px solid #eeeeee; }

.contact-us form .gfield.full {
  width: 100%;
  font-size: 0px; }

.contact-us form .gfield.full input {
  width: 100%; }

.contact-us form .gfield.full .name_first,
.contact-us form .gfield.full .name_last {
  width: 50%;
  display: inline-block;
  box-sizing: border-box; }

.contact-us form .gfield.full .name_first {
  padding-right: 18px; }

.contact-us form .gfield.full .name_first input {
  width: 100%; }

.contact-us form .gfield.full .name_last {
  padding-left: 18px; }

.contact-us form .gfield.full .name_last input {
  width: 100%; }

.contact-us form .gfield.half {
  width: 50%;
  display: inline-block;
  box-sizing: border-box; }

.contact-us form .gfield.half.left {
  padding-right: 18px; }

.contact-us form .gfield.half.right {
  padding-left: 18px; }

.contact-us form .gfield.half input {
  width: 100%; }

.contact-us form .gform_title {
  /* Talk to Our Team: */
  font-family: Lateef;
  font-size: 82px;
  color: #005151;
  line-height: 49px;
  font-weight: normal;
  margin: 0px;
  margin-bottom: 55px; }

.contact-us form label {
  display: none; }

@media (min-width: 750px) and (max-width: 1000px) {
  .contact-us form {
    max-width: 90%; } }

@media (max-width: 750px) {
  .contact-us {
    padding-top: 60px;
    padding-bottom: 60px; }
  .contact-us form {
    max-width: 90%; }
  .contact-us form input {
    -webkit-appearance: none; }
  .contact-us form .gform_title {
    margin: 0px;
    font-size: 45px;
    line-height: 37px;
    margin-bottom: 50px; }
  .contact-us form .gfield {
    margin-bottom: 25px; }
  .contact-us form .gfield.full {
    width: 100%;
    font-size: 0px; }
  .contact-us form .gfield.full input {
    width: 100%; }
  .contact-us form .gfield.full .name_first {
    padding: 0px;
    margin-bottom: 25px; }
  .contact-us form .gfield.full .name_last {
    padding: 0px; }
  .contact-us form .gfield.full .name_first,
  .contact-us form .gfield.full .name_last {
    width: 100%;
    display: block;
    box-sizing: border-box; }
  .contact-us form .gfield.half {
    width: 100%;
    display: inline-block;
    box-sizing: border-box; }
  .contact-us form .gfield.half.left {
    padding-right: 0px; }
  .contact-us form .gfield.half.right {
    padding-left: 0px; }
  .contact-us form .gfield.half input {
    width: 100%; } }

.contact-us .validation_error {
  font-family: JosefinSans-Regular;
  font-size: 16px;
  color: #ff0000;
  letter-spacing: 1.33px;
  line-height: 22px;
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 10px; }

.contact-us .gfield_description.validation_message {
  font-family: JosefinSans-Regular;
  font-size: 16px;
  color: #ff0000;
  letter-spacing: 1.33px;
  line-height: 22px;
  padding: 0px;
  padding-top: 5px; }

.contact-us .gform_confirmation_message {
  font-family: JosefinSans-Regular;
  font-size: 30px;
  color: #005151;
  letter-spacing: 1.33px;
  line-height: 40px;
  padding: 0px;
  margin-top: -10px;
  margin-bottom: 15px;
  padding-top: 5px;
  max-width: 60%;
  margin: 0 auto; }

.gform_validation_container {
  display: none !important; }

.error_message {
  line-height: 1;
  color: red;
  margin-bottom: 10px;
  display: block;
  margin-top: -8px; }

.success_message {
  font-family: JosefinSans-Regular;
  font-size: 25px;
  color: #4C4C4E;
  letter-spacing: 1.13px;
  line-height: 1.2;
  padding-left: 0px;
  vertical-align: top;
  margin-top: 10px; }

#requiredfieldsmsg {
  display: none; }

.insights-social-share {
  width: auto;
  height: 220px;
  background: transparent;
  position: fixed;
  z-index: 1250;
  top: 375px;
  right: 0;
  text-align: right; }

@media (min-width: 750px) {
  .insights-social-share + .form-popout {
    top: 600px; }
  .insights-social-share + .form-popout.active {
    top: 100px; } }

@media (max-width: 750px) {
  .insights-social-share {
    top: 265px; } }

.insights-social-share .insights-social-share-inner {
  text-align: right; }

.insights-social-share .insights-social-share-inner div a {
  background-position: center;
  background-size: 20px 50%;
  background-color: #6CACE4;
  background-repeat: no-repeat;
  transition: all 0.2s;
  width: 65px;
  height: 55px;
  display: inline-block;
  position: relative; }

.insights-social-share .insights-social-share-inner div a.linkedin {
  background-size: 17px 15px; }

.insights-social-share .insights-social-share-inner div a.twitter {
  background-size: 17px 14px; }

.insights-social-share .insights-social-share-inner div a.facebook {
  background-size: 9px 17px; }

.insights-social-share .insights-social-share-inner div a.email {
  background-size: 16px 13px; }

@media (min-width: 750px) and (max-width: 1000px) {
  .insights-social-share .insights-social-share-inner div a {
    width: 40px;
    height: 40px;
    background-size: 17px 17px; } }

@media (max-width: 750px) {
  .insights-social-share .insights-social-share-inner div a {
    width: 30px;
    height: 40px;
    background-size: 17px 17px; } }

.insights-social-share .insights-social-share-inner div a:before {
  content: "Share on Twitter";
  position: absolute;
  right: 100%;
  width: 0px;
  background-color: #4C91CD;
  height: 55px;
  top: 0px;
  transition: all 0.6s;
  /* Share on Twitter: */
  font-family: JosefinSans-Bold;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 2px;
  box-sizing: border-box;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 31px;
  font-size: 0px; }

@media (min-width: 750px) and (max-width: 1000px) {
  .insights-social-share .insights-social-share-inner div a:before {
    height: 40px;
    padding-top: 22px; } }

@media (max-width: 750px) {
  .insights-social-share .insights-social-share-inner div a:before {
    height: 40px;
    padding-top: 22px; } }

.insights-social-share .insights-social-share-inner div a.facebook:before {
  content: "Share on Facebook"; }

.insights-social-share .insights-social-share-inner div a.linkedin:before {
  content: "Share on LinkedIn"; }

.insights-social-share .insights-social-share-inner div a.email:before {
  content: "Share by email"; }

.insights-social-share .insights-social-share-inner div a:hover:before {
  width: 185px;
  font-size: 12px; }

.insights-social-share .insights-social-share-inner div:hover {
  background-color: #4C91CD; }

.insights-social-share .insights-social-share-inner div:hover a {
  background-color: #4C91CD; }

.mobile-form-popout {
  display: none; }

@media (max-width: 750px) {
  .mobile-form-popout {
    display: block; }
  .mobile-form-popout .form-trigger {
    font-family: JosefinSans-SemiBold;
    /* font-size: 14px; */
    color: #FFFFFF;
    /* letter-spacing: 1.9px; */
    /* line-height: 32px; */
    background: #6CACE4;
    /* height: 180px; */
    /* width: 30px; */
    /* text-align: center; */
    /* text-transform: uppercase; */
    /* position: absolute; */
    /* left: auto; */
    /* padding-top: 0px; */
    /* box-sizing: border-box; */
    /* top: 0px; */
    /* cursor: pointer; */
    /* position: fixed; */
    /* top: 80px; */
    right: 0px;
    z-index: 1250;
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    top: auto;
    height: auto;
    padding-top: 5px; }
  .mobile-form-popout .form-trigger a {
    font-family: JosefinSans-SemiBold;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 1.9px;
    line-height: 32px;
    display: block;
    text-align: center;
    text-transform: uppercase; }
  .mobile-form-popout .form-popout {
    display: block;
    position: relative;
    top: 0px;
    right: auto;
    z-index: 100; }
  .mobile-form-popout .form-popout .form-popout-title {
    position: relative;
    width: 100%;
    left: 0px;
    height: auto;
    padding: 0px; }
  .mobile-form-popout .form-popout .form-popout-title span {
    cursor: default;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 100%;
    left: 0px;
    top: 0px;
    position: relative;
    display: block;
    padding-top: 5px; }
  .mobile-form-popout .form-popout .form-popout-inner#form-popout .gform_wrapper {
    width: 100%; }
  .mobile-form-popout .form-popout .form-popout-inner#form-popout {
    width: 100%; }
  .mobile-form-popout .form-popout .form-popout-inner {
    height: auto;
    width: 100%; } }

.form-popout {
  position: fixed;
  z-index: 1500;
  top: 175px;
  right: -350px;
  transition: all 1s; }

@media (max-width: 750px) {
  .form-popout {
    display: block;
    position: relative;
    top: 0px !important;
    left: 0px; }
  .form-popout .form-popout-inner#form-popout {
    width: 100%; }
  .form-popout .form-popout-title {
    width: 100%;
    height: auto;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    position: relative;
    left: 0px;
    top: 0px;
    padding: 0px; }
  .form-popout .form-popout-title span {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    position: relative;
    height: auto;
    left: 0px;
    top: 0px;
    width: 100%;
    padding-bottom: 0px;
    padding-top: 5px; } }

.form-popout.active {
  right: 0px; }

@media (max-height: 800px) {
  .form-popout {
    top: auto;
    bottom: 0px;
    opacity: 0; }
  .form-popout.salesforce_success {
    top: calc(100vh - 637px);
    bottom: auto;
    opacity: 1; } }

@media (max-height: 700px) {
  .form-popout {
    top: 104px;
    bottom: auto;
    opacity: 0; }
  .form-popout.active {
    top: 104px;
    bottom: auto;
    z-index: 20000; }
  .form-popout.salesforce_success {
    opacity: 1;
    top: 104px;
    bottom: auto; } }

.form-popout form .gform_title {
  display: none; }

.form-popout .form-popout-inner#form-popout {
  min-height: 246px;
  width: 350px;
  background: white;
  max-height: calc(100vh - 104px);
  padding: 27px;
  box-sizing: border-box;
  display: inline-block;
  overflow: auto;
  margin: 0px; }

@media (max-width: 750px) {
  .form-popout .form-popout-inner#form-popout {
    width: 100%; } }

@media (max-width: 750px) {
  .form-popout .form-popout-inner#form-popout {
    max-height: none; } }

.form-popout .form-popout-inner#form-popout .g-recaptcha {
  margin-bottom: 8.8px; }

.form-popout .form-popout-inner#form-popout .g-recaptcha div {
  max-width: 100%; }

.form-popout .form-popout-inner#form-popout .g-recaptcha iframe {
  max-width: 100%; }

.form-popout .form-popout-inner#form-popout p.form-text {
  font-family: JosefinSans-Regular;
  font-size: 15px;
  color: #4C4C4E;
  letter-spacing: 1.13px;
  line-height: 16px;
  padding-left: 0px;
  vertical-align: top;
  margin-top: 10px; }

.form-popout .form-popout-inner#form-popout ul li.gfield {
  margin-top: 0px; }

.form-popout .form-popout-inner#form-popout form input[type="submit"] {
  font-family: "JosefinSans-SemiBold";
  font-size: 16px;
  letter-spacing: 1.9px;
  line-height: 32px;
  color: #6CACE4;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #6CACE4;
  padding: 20px 40px 18px;
  display: inline-block;
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 12px;
  cursor: pointer;
  transition: all 1s;
  background: white;
  -webkit-appearance: none;
  width: 100%; }

.form-popout .form-popout-inner#form-popout form input[type="submit"]:hover {
  border-radius: 0px;
  background: rgba(108, 172, 228, 0.7);
  color: white; }

@media (max-width: 750px) {
  .form-popout .form-popout-inner#form-popout form input[type="submit"] {
    -webkit-appearance: none; } }

.form-popout .form-popout-inner#form-popout form input[type="text"] {
  /* Para 1: */
  font-family: JosefinSans-Regular;
  font-size: 20px;
  color: #4C4C4E;
  letter-spacing: 1.33px;
  line-height: 30px;
  padding: 0px;
  padding-top: 5px;
  padding-left: 15px;
  box-sizing: border-box;
  border-radius: 0px;
  border: 1px solid #BDBDBD;
  margin-bottom: 8.8px;
  width: 100%; }

.form-popout .form-popout-inner#form-popout form textarea {
  /* Para 1: */
  font-family: JosefinSans-Regular;
  font-size: 20px;
  color: #4C4C4E;
  letter-spacing: 1.33px;
  line-height: 30px;
  padding: 0px;
  padding-top: 5px;
  padding-left: 15px;
  box-sizing: border-box;
  border-radius: 0px;
  height: 120px;
  width: 100%;
  margin-bottom: 8.8px;
  border: 2px solid #eeeeee; }

.form-popout .form-popout-inner#form-popout form input[type="checkbox"] {
  float: left;
  height: auto;
  width: auto;
  -webkit-appearance: none;
  height: 20px;
  width: 20px !important;
  border: 1px solid #BDBDBD;
  cursor: pointer; }

.form-popout .form-popout-inner#form-popout form input[type="checkbox"]:focus {
  outline: none; }

.form-popout .form-popout-inner#form-popout form input[type="checkbox"]:checked {
  background: #6CACE4; }

.form-popout .form-popout-inner#form-popout form .sf_type_checkbox label {
  display: block !important;
  /* Para 1: */
  font-family: JosefinSans-Regular;
  font-size: 17px;
  color: #4C4C4E;
  letter-spacing: 1.13px;
  line-height: 30px;
  padding-left: 30px;
  vertical-align: top; }

.form-popout .form-popout-inner#form-popout .gform_wrapper {
  background: white;
  width: 350px;
  padding: 0px;
  box-sizing: border-box;
  margin: 0px;
  display: inline-block; }

.form-popout .form-popout-inner#form-popout .gform_wrapper .gform_heading {
  margin: 0px;
  display: none; }

.form-popout .form-popout-inner#form-popout .gform_wrapper .gform_footer {
  padding: 0px;
  margin: 0px; }

@media (max-width: 750px) {
  .form-popout .form-popout-inner#form-popout .gform_wrapper {
    width: 100%; } }

.form-popout .form-popout-inner#form-popout .gform_wrapper .gfield {
  padding-right: 0px; }

.form-popout .form-popout-inner#form-popout .gform_wrapper .top_label div.ginput_container {
  margin-top: 0px; }

.form-popout .form-popout-inner#form-popout .gform_wrapper .ginput_container {
  width: 100%; }

.form-popout .form-popout-inner#form-popout .gform_wrapper .gfield_checkbox {
  margin-top: 0px;
  margin-bottom: 10px; }

.form-popout .form-popout-inner#form-popout .gform_wrapper .gfield_checkbox li {
  display: block;
  margin-bottom: 5px; }

.form-popout .form-popout-inner#form-popout .gform_wrapper .gfield_checkbox label {
  display: block !important;
  /* Para 1: */
  font-family: JosefinSans-Regular;
  font-size: 17px;
  color: #4C4C4E;
  letter-spacing: 1.13px;
  line-height: 30px;
  padding-left: 30px;
  vertical-align: top; }

.form-popout .form-popout-inner#form-popout .gform_wrapper .gfield_checkbox input {
  float: left;
  height: auto;
  width: auto;
  -webkit-appearance: none;
  height: 20px;
  width: 20px !important;
  border: 1px solid #BDBDBD;
  cursor: pointer; }

.form-popout .form-popout-inner#form-popout .gform_wrapper .gfield_checkbox input:focus {
  outline: none; }

.form-popout .form-popout-inner#form-popout .gform_wrapper .gfield_checkbox input:checked {
  background: #6CACE4; }

.form-popout .form-popout-inner#form-popout .gform_wrapper ul {
  padding: 0px;
  margin: 0px; }

.form-popout .form-popout-inner#form-popout .gform_wrapper input {
  width: 100%; }

.form-popout .form-popout-inner#form-popout .gform_wrapper input[type="submit"] {
  font-family: "JosefinSans-SemiBold";
  font-size: 16px;
  letter-spacing: 1.9px;
  line-height: 32px;
  color: #6CACE4;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #6CACE4;
  padding: 20px 40px 18px;
  display: inline-block;
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 12px;
  cursor: pointer;
  transition: all 1s;
  background: white;
  -webkit-appearance: none; }

.form-popout .form-popout-inner#form-popout .gform_wrapper input[type="submit"]:hover {
  border-radius: 0px;
  background: rgba(108, 172, 228, 0.7);
  color: white; }

@media (max-width: 750px) {
  .form-popout .form-popout-inner#form-popout .gform_wrapper input[type="submit"] {
    -webkit-appearance: none; } }

.form-popout .form-popout-inner#form-popout .gform_wrapper input[type="text"] {
  /* Para 1: */
  font-family: JosefinSans-Regular;
  font-size: 20px;
  color: #4C4C4E;
  letter-spacing: 1.33px;
  line-height: 30px;
  padding: 0px;
  padding-top: 5px;
  padding-left: 15px;
  box-sizing: border-box;
  border-radius: 0px;
  border: 1px solid #BDBDBD; }

.form-popout .form-popout-inner#form-popout .gform_wrapper textarea {
  /* Para 1: */
  font-family: JosefinSans-Regular;
  font-size: 20px;
  color: #4C4C4E;
  letter-spacing: 1.33px;
  line-height: 30px;
  padding: 0px;
  padding-top: 5px;
  padding-left: 15px;
  box-sizing: border-box;
  border-radius: 0px;
  height: 120px;
  width: 100%;
  margin-bottom: 8.8px;
  border: 2px solid #eeeeee; }

.form-popout .form-popout-inner#form-popout .gform_wrapper .gfield.full {
  width: 100%;
  font-size: 0px; }

.form-popout .form-popout-inner#form-popout .gform_wrapper .gfield.full input {
  width: 100%; }

.form-popout .form-popout-inner#form-popout .gform_wrapper .gfield.full .name_first,
.form-popout .form-popout-inner#form-popout .gform_wrapper .gfield.full .name_last {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  padding: 0px; }

.form-popout .form-popout-inner#form-popout .gform_wrapper .gfield.full .name_first {
  padding-right: 0px;
  padding-left: 0px; }

.form-popout .form-popout-inner#form-popout .gform_wrapper .gfield.full .name_first input {
  width: 100%; }

.form-popout .form-popout-inner#form-popout .gform_wrapper .gfield.full .name_last {
  padding-right: 0px;
  padding-left: 0px; }

.form-popout .form-popout-inner#form-popout .gform_wrapper .gfield.full .name_last input {
  width: 100%; }

.form-popout .form-popout-inner#form-popout .gform_wrapper.half {
  width: 100%;
  display: inline-block;
  box-sizing: border-box; }

.form-popout .form-popout-inner#form-popout .gform_wrapper.half.left {
  padding-right: 0px; }

.form-popout .form-popout-inner#form-popout .gform_wrapper.half.right {
  padding-left: 0px; }

.form-popout .form-popout-inner#form-popout .gform_wrapper.half input {
  width: 100%; }

.form-popout .gfield {
  padding-right: 0px;
  display: block; }

.form-popout .gfield input[type="text"] {
  height: 44px;
  box-sizing: border-box;
  margin-bottom: 8.8px; }

.form-popout .gform_title {
  /* Talk to Our Team: */
  font-family: Lateef;
  font-size: 82px;
  color: #005151;
  line-height: 49px;
  font-weight: normal; }

.form-popout label {
  display: none !important; }

.form-popout .captcha label {
  display: block; }

@media (min-width: 750px) and (max-width: 1000px) {
  .form-popout .form-popout-title {
    width: 40px;
    left: -40px; }
  .form-popout .form-popout-title span {
    left: -105px; } }

.form-popout .validation_error {
  font-family: JosefinSans-Regular;
  font-size: 16px;
  color: #ff0000;
  letter-spacing: 1.33px;
  line-height: 22px;
  padding: 0px;
  padding-top: 5px; }

.form-popout .gfield_description.validation_message {
  font-family: JosefinSans-Regular;
  font-size: 16px;
  color: #ff0000;
  letter-spacing: 1.33px;
  line-height: 22px;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px; }

.form-popout .gform_confirmation_message {
  font-family: JosefinSans-Regular;
  font-size: 30px;
  color: #005151;
  letter-spacing: 1.33px;
  line-height: 40px;
  padding: 0px;
  margin-top: -10px;
  margin-bottom: 15px;
  padding-top: 5px; }

.form-popout-title {
  font-family: JosefinSans-SemiBold;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 1.9px;
  line-height: 32px;
  background: #6CACE4;
  height: 246px;
  width: 65px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  left: -65px;
  padding-top: 18px;
  box-sizing: border-box;
  top: 0px;
  cursor: pointer; }

.form-popout.active .form-popout-title span img {
  /*display:inline-block;*/
  margin-left: 12px;
  opacity: 1; }

.form-popout-title span img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  width: 17px;
  height: 30px;
  vertical-align: top;
  margin-left: -17px;
  margin-top: -2px;
  opacity: 0;
  /*display: none;*/ }

.form-popout-title span {
  cursor: pointer;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 256px;
  left: -90px;
  top: 103px;
  position: absolute;
  display: block; }

@media (max-width: 750px) {
  .form-trigger {
    font-family: JosefinSans-SemiBold;
    /* font-size: 14px; */
    color: #FFFFFF;
    /* letter-spacing: 1.9px; */
    /* line-height: 32px; */
    background: #6CACE4;
    /* height: 180px; */
    /* width: 30px; */
    /* text-align: center; */
    /* text-transform: uppercase; */
    /* position: absolute; */
    /* left: auto; */
    /* padding-top: 0px; */
    /* box-sizing: border-box; */
    /* top: 0px; */
    /* cursor: pointer; */
    /* position: fixed; */
    /* top: 80px; */
    right: 0px;
    z-index: 1250;
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    top: auto;
    height: auto;
    padding-top: 5px; }
  .form-trigger a {
    font-family: JosefinSans-SemiBold;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 1.9px;
    line-height: 32px;
    display: block;
    text-align: center;
    text-transform: uppercase; } }

@media (min-width: 400px) and (max-width: 500px) {
  .single-bio .bio-content .bio-headshot {
    z-index: 20;
    position: absolute;
    left: 35%;
    bottom: calc(100% + 125px);
    /* Mask: */
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
    width: 60%; }
  .insights .frame .small-insight-item {
    width: 100%; } }

.search-results .content-area,
.search-no-results .content-area {
  padding-top: 175px;
  padding-bottom: 115px; }

@media (max-width: 750px) {
  .search-results .content-area,
  .search-no-results .content-area {
    padding-top: 100px; } }

.search-results .content-area .result-count h4,
.search-no-results .content-area .result-count h4 {
  /* Para 1: */
  font-family: JosefinSans-Regular;
  font-weight: normal;
  font-size: 20px;
  color: #4C4C4E;
  letter-spacing: 1.33px;
  line-height: 30px;
  float: left;
  margin: 0px; }

.search-results .content-area .result-count,
.search-no-results .content-area .result-count {
  overflow: auto;
  margin-bottom: 40px; }

.search-results .content-area .navigation.pagination h2,
.search-no-results .content-area .navigation.pagination h2 {
  display: none; }

.search-results .content-area .navigation.pagination .next,
.search-no-results .content-area .navigation.pagination .next {
  display: none; }

.search-results .content-area .navigation.pagination .prev,
.search-no-results .content-area .navigation.pagination .prev {
  display: none; }

.search-results .content-area .navigation.pagination .nav-links,
.search-no-results .content-area .navigation.pagination .nav-links {
  text-align: center;
  /* Para 1: */
  font-family: JosefinSans;
  font-size: 20px;
  color: #9B9B9B;
  letter-spacing: 1.33px;
  line-height: 30px;
  text-decoration: none; }

.search-results .content-area .navigation.pagination .nav-links .page-numbers:last-child,
.search-no-results .content-area .navigation.pagination .nav-links .page-numbers:last-child {
  border-right: 2px solid #9B9B9B; }

.search-results .content-area .navigation.pagination .nav-links span,
.search-no-results .content-area .navigation.pagination .nav-links span {
  border-left: 2px solid #9B9B9B;
  padding-left: 22px;
  padding-right: 22px; }

.search-results .content-area .navigation.pagination .nav-links a,
.search-no-results .content-area .navigation.pagination .nav-links a {
  text-decoration: none;
  color: #4A90E2;
  border-left: 2px solid #9B9B9B;
  padding-right: 22px;
  padding-left: 22px; }

.search-results .content-area .frame,
.search-no-results .content-area .frame {
  max-width: 940px;
  margin: 0 auto; }

@media (min-width: 750px) and (max-width: 1000px) {
  .search-results .content-area .frame,
  .search-no-results .content-area .frame {
    max-width: 90%; } }

@media (max-width: 750px) {
  .search-results .content-area .frame,
  .search-no-results .content-area .frame {
    max-width: 80%; } }

.search-results .content-area .frame h1,
.search-no-results .content-area .frame h1 {
  /* Search Results: */
  font-family: Lateef;
  font-size: 82px;
  color: #005151;
  line-height: 49px;
  font-weight: normal;
  margin: 0px; }

@media (max-width: 750px) {
  .search-results .content-area .frame h1,
  .search-no-results .content-area .frame h1 {
    font-size: 52px;
    color: #005151;
    line-height: 40px; } }

.search-results .content-area .frame .search-item,
.search-no-results .content-area .frame .search-item {
  margin-bottom: 50px; }

.search-results .content-area .frame .search-item .search-title,
.search-no-results .content-area .frame .search-item .search-title {
  /* Title Will Go Here: */
  font-family: Lateef;
  font-size: 50px;
  color: #4C4C4E;
  letter-spacing: 0;
  line-height: 45px;
  margin-bottom: 10px;
  text-decoration: none;
  transition: all 0.5s; }

.search-results .content-area .frame .search-item .search-title:hover,
.search-no-results .content-area .frame .search-item .search-title:hover {
  color: #6CACE4; }

.search-results .content-area .frame .search-item .search-excerpt,
.search-no-results .content-area .frame .search-item .search-excerpt {
  /* Para 1: */
  font-family: JosefinSans;
  font-size: 20px;
  color: #4C4C4E;
  letter-spacing: 1.33px;
  line-height: 30px; }

.search-results .content-area .frame .search-page-form,
.search-no-results .content-area .frame .search-page-form {
  width: 100%;
  position: relative;
  margin-top: 33px;
  margin-bottom: 45px; }

.search-results .content-area .frame .search-page-form input,
.search-no-results .content-area .frame .search-page-form input {
  width: 100%;
  height: 65px;
  /* Para 1: */
  font-family: JosefinSans;
  font-size: 20px;
  color: #4C4C4E;
  letter-spacing: 1.33px;
  line-height: 30px;
  box-sizing: border-box;
  padding-left: 25px; }

.search-results .content-area .frame .search-page-form input[type="submit"],
.search-no-results .content-area .frame .search-page-form input[type="submit"] {
  position: absolute;
  color: transparent;
  top: 27px;
  right: 29px;
  z-index: 100;
  width: 15px;
  height: 15px;
  background-image: url(assets/img/blue-search.svg);
  background-color: transparent;
  border: 0px;
  padding: 0px; }

.page-404 {
  height: 80vh;
  width: 100%;
  /* Rectangle: */
  background-image: linear-gradient(0deg, rgba(211, 226, 233, 0) 15%, #C7D6DF 100%);
  padding-top: 260px; }

.page-404 .frame {
  max-width: 530px;
  margin: 0 auto; }

.page-404 .btn {
  margin-left: 50px; }

.page-404 .page-not-found {
  /* Page Not Found: */
  font-family: Lateef;
  font-size: 82px;
  color: #005151;
  letter-spacing: 2px;
  line-height: 62px;
  margin-top: 30px;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center; }

.page-404 .error-404 {
  /* 404: */
  font-family: Lateef;
  font-size: 400px;
  color: #FFFFFF;
  letter-spacing: 30px;
  line-height: 180px;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.18);
  margin: 0 auto; }

footer {
  background: #212121;
  z-index: 30;
  position: relative; }

@media (max-width: 750px) {
  footer {
    z-index: 1300; } }

footer .frame {
  max-width: 1600px;
  margin: 0 auto; }

footer .disclaimer-bar {
  padding: 36px 40px;
  overflow: auto; }

footer .disclaimer-bar .footer-logo {
  display: inline-block;
  float: left;
  padding: 30px;
  border-right: 1px solid #4A4A4A;
  margin-right: 20px; }

footer .disclaimer-bar .disclaimer {
  /* Resource is the mark: */
  font-family: JosefinSans-Light;
  font-size: 12px;
  color: #d1d1d1;
  letter-spacing: 0.8px;
  line-height: 15px; }

footer {
  padding-top: 5px; }
  footer .info-bar {
    height: 70px;
    background: rgba(76, 76, 76, 0.43); }
    footer .info-bar .frame {
      max-width: 1600px;
      margin: 0 auto;
      display: flex;
      align-items: middle; }

footer .info-bar .footer-link {
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
  margin-top: 0px;
  border-left: 5px solid #212121;
  /* Privacy Policy: */
  font-family: JosefinSans-Light;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 1.87px;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
  width: 286px;
  flex-basis: 286px;
  height: 70px;
  text-align: center;
  vertical-align: top; }

footer .info-bar .footer-link a {
  text-decoration: none;
  color: #FFFFFF;
  transition: all 0.5s; }

footer .info-bar .footer-link a:hover {
  color: #6CACE4; }

footer .info-bar .copyright {
  border-left: 5px solid #212121;
  border-right: 5px solid #212121;
  padding-top: 20px;
  padding-bottom: 13px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 0px;
  /* © 2017 Resource. Web: */
  font-family: JosefinSans-Light;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 1.87px;
  line-height: 30px;
  box-sizing: border-box;
  padding-left: 35px;
  padding-right: 8px;
  vertical-align: top;
  height: 70px;
  flex-grow: 1; }

footer .info-bar .copyright a {
  color: white;
  text-decoration: none; }

footer .info-bar .copyright .footer-social {
  float: right; }

footer .info-bar .copyright .footer-social a {
  width: 23px;
  display: inline-block;
  height: 23px;
  border: 1px solid white;
  border-radius: 50%;
  margin-right: 10px;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  transition: all 0.5s; }

footer .info-bar .copyright .footer-social a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }

footer .info-bar .copyright .footer-social a svg path {
  transition: all 0.5s; }

footer .info-bar .copyright .footer-social a:hover {
  border-color: #6CACE4; }

footer .info-bar .copyright .footer-social a:hover svg path {
  fill: #6CACE4; }

@media (max-width: 1024px) {
  footer .info-bar .footer-link {
    flex-basis: 200px; } }

@media (min-width: 750px) and (max-width: 1000px) {
  footer .info-bar .footer-link {
    background: transparent; }
  footer .info-bar {
    height: auto; }
    footer .info-bar .frame {
      flex-wrap: wrap; }
  footer .info-bar .footer-link a {
    display: block; }
  footer .info-bar .frame .footer-link.count-2:nth-of-type(2) {
    border-right: 5px solid #212121; }
  footer .info-bar .frame .footer-link.count-1:nth-of-type(1) {
    border-right: 5px solid #212121; }
  footer .info-bar .frame .footer-link.count-3:nth-of-type(3) {
    border-right: 5px solid #212121; }
  footer .info-bar .footer-link.count-3 {
    flex-basis: 33.3333%; }
  footer .info-bar .footer-link.count-2 {
    flex-basis: 50%; }
  footer .info-bar .footer-link.count-1 {
    flex-basis: 100%; }
  footer .info-bar .copyright {
    border-top: 5px solid #212121;
    border-right: 5px solid #212121; } }

@media (max-width: 750px) {
  footer .info-bar .footer-link {
    background: transparent; }
  footer .info-bar {
    height: auto; }
    footer .info-bar .frame {
      flex-wrap: wrap; }
  footer .info-bar .footer-link a {
    display: block; }
  footer .info-bar .frame .footer-link {
    border-right: 5px solid #212121; }
  footer .info-bar .footer-link {
    flex-basis: 100%;
    border-bottom: 5px solid #212121; }
  footer .info-bar .copyright {
    border-top: 0px solid #212121;
    border-right: 5px solid #212121;
    height: auto; }
  footer .info-bar .copyright .footer-social {
    float: none;
    margin-top: 10px; } }

@media (max-width: 1350px) and (min-width: 1080px) {
  footer .info-bar .footer-link {
    width: 200px; }
  footer .info-bar .copyright {
    width: calc(100% - 625px); }
  footer .info-bar .copyright.count-2 {
    width: calc(100% - 420px); }
  footer .info-bar .copyright.count-1 {
    width: calc(100% - 215px); }
  footer .info-bar .copyright.count-0 {
    width: calc(100% - 10px); } }

@media (max-width: 1080px) and (min-width: 1000px) {
  footer .info-bar .footer-link {
    width: 180px;
    font-size: 12px; }
  footer .info-bar .copyright.count-2 {
    width: calc(100% - 380px); }
  footer .info-bar .copyright.count-1 {
    width: calc(100% - 195px); }
  footer .info-bar .copyright.count-0 {
    width: calc(100% - 10px); }
  footer .info-bar .copyright {
    font-size: 12px; } }

.left-slide,
.right-slide {
  cursor: pointer; }

/*  @media (max-width: 750px) {
.insights-social-share{
  bottom:37px;
  top:auto;
  height:auto;
}
.insights-social-share-inner{
  font-size:0px;
}
.insights-social-share-inner div{
display: inline-block;
}
}*/
.multiline .line:after {
  content: "";
  border-bottom: 1px solid #6CACE4;
  width: 0px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  transition: all 0.5s; }

.multiline .line {
  position: relative; }

.multiline:after {
  content: none; }

.multiline:hover .line:after {
  width: 100%; }

.single-entry .single-post-content .btn a:after {
  content: none; }

.related-ctas {
  margin-top: 40px; }

.related-ctas .cta-item {
  margin-bottom: 30px;
  cursor: pointer;
  display: block;
  background: #F2F2F2;
  border-left: #02557D 15px solid;
  text-decoration: none;
  line-height: 1;
  padding-left: 40px;
  padding-top: 37px;
  padding-bottom: 37px;
  padding-right: 112px;
  position: relative;
  transition: all 0.5s; }

.related-ctas .cta-item:after {
  background-image: url(assets/img/big-arrow.svg);
  width: 23px;
  height: 43px;
  content: "";
  position: absolute;
  right: 48px;
  top: 50%;
  transform: translate(0%, -50%);
  transition: 0.5s; }

.related-ctas .cta-item:hover {
  background: rgba(74, 74, 74, 0.25); }

.related-ctas .cta-item:hover:after {
  transform: scale(1.2) translate(0%, -50%); }

.related-ctas .cta-item .subhead {
  /* Related Product: */
  font-family: JosefinSans-Bold;
  font-size: 12px;
  color: #6CACE4;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 9px; }

.related-ctas .cta-item .link-title {
  /* Learn More About the: */
  font-family: Lateef;
  font-size: 40px;
  color: #4C4C4E;
  text-align: left;
  line-height: 40px;
  text-underline: none; }

@media (max-width: 750px) {
  .related-ctas .cta-item .link-title {
    font-size: 30px;
    line-height: 30px; } }

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
  font-family: JosefinSans-SemiBold;
  font-size: 15px;
  color: white;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 1.5s;
  position: relative;
  transition: width 0.5s;
  height: auto;
  line-height: 0px;
  padding: 0px;
  position: relative; }

.clear {
  overflow: visible; }

@media only screen and (max-width: 600px) {
  #mega-menu-wrap-main-menu .mega-menu-toggle + #mega-menu-main-menu {
    background: transparent; }
  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
    width: 100%; } }

#mega-menu-wrap-main-menu #mega-menu-main-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu,
#mega-menu-wrap-main-menu #mega-menu-main-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
  width: 100%;
  left: 0px;
  position: fixed;
  top: 201px;
  background: white;
  /* Rectangle 5: */
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  margin-top: 0px;
  padding-top: 37px;
  padding-bottom: 27px;
  transition: all 0.5s; }

header.search #mega-menu-wrap-main-menu #mega-menu-main-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu,
header.search #mega-menu-wrap-main-menu #mega-menu-main-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
  top: 259px; }

header.transparent #mega-menu-wrap-main-menu #mega-menu-main-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu,
#mega-menu-wrap-main-menu #mega-menu-main-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
  top: 104px; }

header.transparent.search #mega-menu-wrap-main-menu #mega-menu-main-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu,
#mega-menu-wrap-main-menu #mega-menu-main-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
  top: 162px; }

.transparent #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
  cursor: pointer;
  color: #4C4C4E;
  transition: all 0.5s; }

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
  display: flex;
  justify-content: center; }

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu {
  display: block; }

header.init.transparent #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
header.init.transparent #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover,
header.init.transparent #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:focus,
header.transparent #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
header.transparent #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover,
header.transparent #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:focus {
  background: transparent;
  border: 0px;
  color: #6CACE4; }

header.init.transparent #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item .mega-menu-link:before,
header.transparent #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item .mega-menu-link:before {
  width: 0px;
  border-bottom: 1px solid #6CACE4;
  position: absolute;
  left: 0;
  bottom: -10px;
  content: none;
  z-index: 4000;
  transition: width 0.5s; }

header.init.transparent #mega-menu-wrap-main-menu #mega-menu-main-menu .mega-sub-menu li.mega-menu-item .mega-menu-link:before,
header.transparent #mega-menu-wrap-main-menu #mega-menu-main-menu .mega-sub-menu li.mega-menu-item .mega-menu-link:before {
  content: none; }

header.init.transparent #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item .mega-menu-link:hover:before,
header.transparent #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item .mega-menu-link:hover:before {
  width: 100%; }

header.init #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
header.init #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover,
header.init #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:focus {
  background: transparent;
  border: 0px; }

header.init #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item .mega-menu-link:before {
  width: 0px;
  border-bottom: 1px solid white;
  position: absolute;
  left: 0;
  bottom: -10px;
  content: "";
  z-index: 4000;
  transition: width 0.5s; }

header.init #mega-menu-wrap-main-menu #mega-menu-main-menu .mega-sub-menu li.mega-menu-item .mega-menu-link:before {
  content: none; }

header.init #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item .mega-menu-link:hover:before {
  width: 100%; }

#mega-menu-wrap-main-menu {
  float: right;
  height: 100%;
  clear: none; }

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item {
  vertical-align: middle;
  display: inline-block;
  padding-right: 23px;
  padding-left: 23px;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  padding-top: 50px; }

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link:after,
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link span.mega-indicator:after {
  content: none; }

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu.mega-menu-item {
  position: relative; }

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-menu-item-has-children:after {
  background-image: url(assets/img/white-triangle.svg);
  content: " ";
  background-repeat: no-repeat;
  background-position: center;
  width: 9px;
  height: 5px;
  position: absolute;
  right: 8px;
  top: 45px;
  display: block; }

header.transparent #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item-has-children:after {
  background-image: url(assets/img/triangle.svg);
  content: " ";
  background-repeat: no-repeat;
  background-position: center;
  width: 9px;
  height: 5px;
  position: absolute;
  right: 8px;
  top: 45px;
  display: block; }

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
  max-width: 1200px;
  float: none;
  margin: 0 auto; }

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  /* Our Mission & Story: */
  font-family: JosefinSans-Regular;
  font-size: 20px;
  color: #4A4A4A;
  letter-spacing: 0;
  line-height: 30px;
  text-transform: none;
  font-weight: normal;
  transition: all 0.5s; }

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding: 0px;
  float: none; }

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
  font-weight: normal;
  color: #6CACE4; }

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
  /* Learn More: */
  font-family: JosefinSans-Bold;
  font-size: 12px;
  color: #A5A5A5;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0px;
  margin-bottom: 10px; }

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.widget_media_image h4.mega-block-title,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_media_image h4.mega-block-title {
  /* Featured Media or Pr: */
  font-family: Lateef;
  font-size: 30px;
  color: #4C4C4E;
  letter-spacing: 0;
  line-height: 33px;
  font-weight: normal;
  text-transform: none;
  transition: 0.5s; }

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.widget_media_image h4.mega-block-title:after,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_media_image h4.mega-block-title:after {
  content: "";
  background-image: url("img/arrow-right.svg");
  display: inline-block;
  width: 9px;
  height: 14px;
  margin-left: 9px; }

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
  text-align: center; }

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.widget_media_image a,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_media_image a {
  flex-shrink: 0;
  margin-right: 14px; }

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.widget_media_image a.title-link,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_media_image a.title-link {
  flex-shrink: 1;
  margin-right: 0px;
  text-decoration: none; }

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.widget_media_image a.title-link:hover h4,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_media_image a.title-link:hover h4 {
  color: #6CACE4; }

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_media_image {
  display: flex;
  align-items: center;
  flex-direction: row-reverse; }

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.featured-item {
  padding-left: 40px;
  box-sizing: border-box;
  display: inline-block;
  float: none;
  box-sizing: border-box;
  vertical-align: top;
  border-left: 1px solid #DFDFDF; }

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-12 {
  width: auto;
  padding-right: 30px;
  padding-left: 30px;
  vertical-align: top;
  box-sizing: border-box;
  display: inline-block;
  float: none;
  max-width: 33.3333%; }

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column:first-of-type {
  padding-left: 0px;
  padding-right: 40px; }

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.minwidth {
  min-width: 300px; }

@media (max-width: 1000px) {
  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-12 {
    max-width: 100%; } }

@media (max-width: 1170px) {
  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-12 {
    padding-right: 25px;
    padding-left: 25px; } }

@media (max-width: 1070px) {
  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-12 {
    padding-right: 10px;
    padding-left: 10px; } }

#mega-menu-wrap-main-menu .mega-menu-toggle {
  display: none; }

#mega-menu-wrap-main-menu .mega-menu-toggle + #mega-menu-main-menu {
  display: block; }

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.featured-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  font-family: Lateef;
  font-size: 30px;
  color: #4C4C4E;
  letter-spacing: 0;
  line-height: 33px;
  font-weight: normal;
  text-transform: none;
  transition: 0.5s; }
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.featured-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:after {
    content: "";
    background-image: url(img/arrow-right.svg);
    display: inline-block;
    width: 9px;
    height: 14px;
    margin-left: 9px; }

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.featured-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
  color: #6CACE4; }

@media only screen and (max-width: 1000px) {
  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
    display: block; }
  header.init #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item .mega-menu-link:before {
    width: 0%; }
  header.init #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item .mega-menu-link:hover:before {
    width: 0%; }
  header.init.transparent #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item .mega-menu-link:before,
  header.transparent #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item .mega-menu-link:before {
    z-index: 4; }
  header.transparent #mega-menu-wrap-main-menu #mega-menu-main-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu,
  header.transparent #mega-menu-wrap-main-menu #mega-menu-main-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu,
  header.init #mega-menu-wrap-main-menu #mega-menu-main-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu,
  header.init #mega-menu-wrap-main-menu #mega-menu-main-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    position: fixed;
    top: 81px;
    border: 0px;
    width: 100%;
    opacity: 1;
    visibility: visible;
    left: 100%;
    display: block;
    transition: 0.5s;
    padding-top: 10px;
    background: white;
    padding-top: 94px;
    z-index: 10;
    height: calc(100% - 81px);
    overflow: auto; }
  header.transparent #mega-menu-wrap-main-menu #mega-menu-main-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on > ul.mega-sub-menu,
  header.init #mega-menu-wrap-main-menu #mega-menu-main-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on > ul.mega-sub-menu {
    left: 0px; } }

@media only screen and (max-width: 1000px) and (min-width: 700px) {
  header.transparent #mega-menu-wrap-main-menu #mega-menu-main-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu,
  header.transparent #mega-menu-wrap-main-menu #mega-menu-main-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu,
  header.init #mega-menu-wrap-main-menu #mega-menu-main-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu,
  header.init #mega-menu-wrap-main-menu #mega-menu-main-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    position: fixed;
    top: 104;
    border: 0px;
    width: 100%;
    opacity: 1;
    visibility: visible;
    left: 100%;
    display: block;
    transition: 0.5s;
    padding-top: 10px;
    background: white;
    padding-top: 120px;
    z-index: 10;
    height: calc(100% - 104px);
    overflow: auto; }
  header.transparent #mega-menu-wrap-main-menu #mega-menu-main-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on > ul.mega-sub-menu,
  header.init #mega-menu-wrap-main-menu #mega-menu-main-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on > ul.mega-sub-menu {
    left: 0px; } }

.menu-back-button {
  display: none; }

@media (max-width: 1000px) {
  header.init.open #header-logo img.green {
    opacity: 1; }
  header.init #menu {
    top: 80px;
    padding-top: 94px; }
  #mega-menu-wrap-main-menu #mega-menu-main-menu input,
  #mega-menu-wrap-main-menu #mega-menu-main-menu img {
    display: none; }
  header.transparent #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
  header.transparent #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
  header.init #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
  header.init #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    display: none; }
  header.transparent #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.featured-item > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
  header.init #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.featured-item > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    display: block; }
  header.transparent #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.featured-item,
  header.init #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.featured-item {
    margin-top: 27px; }
  header.transparent #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_text,
  header.init #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_text {
    padding: 0px; }
  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding-bottom: 22px; }
  .util-toggle .frame #searchform input[type="submit"] {
    backround: transparent;
    font-size: 0px;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    bottom: 10px;
    padding: 0px;
    background-image: url("img/mobile-search-icon.svg"); }
  header.open .util-toggle .frame #searchform #searchsubmit {
    display: block; }
  header.open.sub-menu-open .util-toggle {
    z-index: -1; }
  .util-toggle {
    display: block;
    left: 100%;
    top: 110px;
    background: transparent;
    padding: 0px;
    width: 100%;
    position: absolute;
    transition: all 1s;
    z-index: 1200; }
    .util-toggle form#searchform {
      max-width: 80%;
      margin: 0 auto;
      position: relative; }
      .util-toggle form#searchform ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #6CACE4; }
      .util-toggle form#searchform ::-moz-placeholder {
        /* Firefox 19+ */
        color: #6CACE4; }
      .util-toggle form#searchform :-ms-input-placeholder {
        /* IE 10+ */
        color: #6CACE4; }
      .util-toggle form#searchform :-moz-placeholder {
        /* Firefox 18- */
        color: #6CACE4; }
      .util-toggle form#searchform input[type="text"] {
        padding: 0px;
        border-bottom: 1px solid #6CACE4;
        /* Search: */
        font-family: JosefinSans-SemiBold;
        font-size: 16px;
        color: #6CACE4;
        letter-spacing: 1.9px;
        line-height: 32px;
        text-transform: uppercase;
        -webkit-appearance: none;
        webkit-appearance: none;
        border-radius: 0px;
        box-sizing: border-box;
        width: 100%;
        max-width: 100%; }
  header.open .util-toggle {
    display: block;
    left: 0px;
    position: absolute;
    z-index: 1200; }
  #menu .search-toggle {
    display: none; }
  header.transparent #mega-menu-wrap-main-menu,
  header.init #mega-menu-wrap-main-menu {
    overflow-x: hidden;
    height: auto;
    float: none;
    width: 100%;
    overflow: hidden;
    clear: both;
    max-width: 80%;
    margin: 0 auto; }
  header.transparent #menu.sub-menu-open #mega-menu-wrap-main-menu,
  header.init #menu.sub-menu-open #mega-menu-wrap-main-menu {
    overflow: visible; }
  header.transparent #menu.sub-menu-open .menu-back-button,
  header.init #menu.sub-menu-open .menu-back-button {
    opacity: 1; }
  header.transparent .menu-back-button,
  header.init .menu-back-button {
    border-bottom: 0px solid #6CACE4;
    font-family: JosefinSans;
    font-size: 20px;
    color: #4A90E2;
    letter-spacing: 0;
    line-height: 30px;
    display: block;
    z-index: 20;
    transition: all 0.5s;
    opacity: 0;
    position: absolute;
    width: 80%;
    transform: translate(-50%, 0%);
    left: 50%;
    top: 0px;
    background: white;
    height: 94px;
    width: 100%;
    box-sizing: border-box;
    padding-top: 32px;
    padding-left: 10%; }
    header.transparent .menu-back-button:before,
    header.init .menu-back-button:before {
      margin-right: 12px;
      height: 12px;
      content: "";
      display: inline-block;
      position: relative;
      width: 6px;
      transform: rotate(180deg);
      vertical-align: top;
      background-size: cover;
      background-image: url(img/arrow-right.svg);
      margin-top: 8px; }
  header.transparent #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
  header.transparent #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
  header.init #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
  header.init #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    margin-bottom: 0px; }
  header.transparent #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-12,
  header.init #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-12 {
    width: 90%;
    margin: 0 auto;
    padding: 0px;
    display: block;
    max-width: 100%; }
  header.transparent #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.featured-item,
  header.init #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.featured-item {
    display: block;
    width: 90%;
    padding: 0px;
    margin: 0 auto;
    border: 0px;
    margin-top: 27px; }
  header.transparent #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_media_image,
  header.init #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_media_image {
    flex-direction: column-reverse;
    align-items: flex-start; }
  header.transparent #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.widget_media_image h4.mega-block-title,
  header.transparent #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_media_image h4.mega-block-title,
  header.init #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.widget_media_image h4.mega-block-title,
  header.init #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_media_image h4.mega-block-title {
    /* Featured Media or Pr: */
    font-size: 26px;
    line-height: 28px; }
  header.transparent #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.featured-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
  header.init #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.featured-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 26px;
    line-height: 28px; }
  header.transparent #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.widget_media_image h4.mega-block-title,
  header.transparent #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_media_image h4.mega-block-title,
  header.init #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.widget_media_image h4.mega-block-title,
  header.init #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_media_image h4.mega-block-title {
    /* Featured Media or Pr: */
    font-size: 26px;
    line-height: 28px; }
  header.transparent #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link,
  header.init #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    line-height: 1; }
  header.transparent #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item,
  header.init #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item {
    padding-top: 0px;
    padding-bottom: 22px;
    padding-left: 0px;
    padding-right: 0px;
    display: block; }
  header.transparent #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item-has-children:after,
  header.init #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item-has-children:after {
    content: "";
    background-image: url(img/arrow-right.svg);
    display: inline-block;
    width: 9px;
    height: 14px;
    margin-left: 9px;
    top: 0px; }
  #menu {
    box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.05); }
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    /* Who We Are Investmen: */
    font-family: JosefinSans;
    font-size: 20px;
    color: #4A4A4A;
    letter-spacing: 0;
    line-height: 30px;
    text-transform: none; } }

@media (min-width: 750px) and (max-width: 1000px) {
  header.open .util-toggle {
    border-top: 0px solid black;
    top: 140px; } }

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  background: transparent;
  color: #6CACE4; }

@media (max-width: 1170px) and (min-width: 1000px) {
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-menu-item-has-children:after {
    right: -6px; }
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item {
    padding-right: 4px; }
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px; }
  header.transparent #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item-has-children:after {
    right: -8px; } }

@media (min-width: 1000px) and (max-width: 1100px) {
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-menu-item-has-children:after {
    right: -6px; }
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item {
    padding-right: 4px; }
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 13px; }
  header.transparent #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item-has-children:after {
    right: -8px; } }

@media (max-width: 1250px) {
  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
    max-width: 90%; } }
