/* GENERAL
============================== */

body {
  background-color: #f4f4f4;
  font-family: 'Raleway', sans-serif;
  color: #6d6f71;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
a:focus,
a:hover,
a:visited {
  text-decoration: none;
}
sup {
  font-size: 60%;
}
.wow {
  visibility: hidden;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-gutter {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.hidden {
  display: none !important;
  -o-transition: display 0.5s;
  -moz-transition: display 0.5s;
  -khtml-transition: display 0.5s;
  -webkit-transition: display 0.5s;
  -ms-transition: display 0.5s;
  transition: display 0.5s;
}
.no-style {
  color: inherit;
  text-decoration: none;
  cursor: default;
}
.no-style:hover {
  color: inherit;
  text-decoration: none;
  cursor: default;
}
.asterisk {
  top: -0.1em;
  font-size: 85%;
}
.small-caps {
  font-size: 0.8em;
}
.disclaimer {
  font-size: 0.7em;
  padding-bottom: 7px;
}
.underline {
  text-decoration: underline !important;
}
.underline:hover {
  text-decoration: underline !important;
}
.no-underline {
  text-decoration: none !important;
}
.logo-cfp {
  background: url('../img/logo-cfp.png') no-repeat;
  width: 23px;
  background-size: contain;
  display: inline-block;
  height: 15px;
  margin-left: 5px;
  margin-right: 5px;
}
.logo-cfp-plaque {
  background: url('../img/logo-cfp-plaque.png') no-repeat;
  width: 27px;
  background-size: contain;
  display: inline-block;
  height: 14px;
  margin-left: 5px;
  margin-right: 5px;
}
.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}
.block {
  display: block;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.bold {
  font-weight: 800;
}
ul.no-style-li {
  padding-left: 0;
}
.no-style-li li {
  list-style-type: none !important;
}
ul.no-style-li {
  padding-left: 0;
}
.no-margin {
  margin: 0;
}
.padding-top {
  padding-top: 10px;
}
.padding-bottom {
  padding-bottom: 10px;
}
.blue {
  color: #00d0cf !important;
}
a.blue-link {
  color: #00d0cf;
  -o-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -khtml-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -ms-transition: color 0.5s;
  transition: color 0.5s;
}
a.blue-link.active,
a.blue-link:hover {
  color: #6d6f71 !important;
  text-decoration: none;
}
a.reverse-blue-link {
  color: #bcbec0;
  -o-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -khtml-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -ms-transition: color 0.5s;
  transition: color 0.5s;
  text-decoration: none !important;
}
a.reverse-blue-link.active,
a.reverse-blue-link:hover {
  color: #00d0cf !important;
  text-decoration: none;
}
a.light-blue-link {
  color: #00fffc;
  -o-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -khtml-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -ms-transition: color 0.5s;
  transition: color 0.5s;
}
a.light-blue-link.active,
a.light-blue-link:hover {
  color: #00d0cf !important;
  text-decoration: none;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell !important;
  vertical-align: middle;
  float: center;
}
#main-content {
  margin-top: 75px;
}
.requisite-title {
  margin-top: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 25px;
  color: #9b9da0;
  padding: 47px 23px 0 23px;
}

/* HEADER
============================== */
#main-header {
  display: table;
  margin: 0 auto;
  padding: 230px 15px 0 15px;
  font-family: 'Playfair Display', serif;
  line-height: 1;
  -webkit-animation-duration: 1.5s !important;
  animation-duration: 1.5s !important;
}
#home #main-header {
  padding-top: 55px;
}
#main-header .smaller {
  display: block;
  font-size: 40px;
  color: #fff;
  font-style: italic;
}
#main-header .larger {
  display: block;
  font-size: clamp(40px, 10vw, 70px);
  color: #00FFFC;
  text-transform: uppercase;
  line-height: 1.1;
}
#logo-header {
  background: url('../img/logo-main.png') center center no-repeat;
  height: 34px;
  width: 100%;
  max-width: 220px;
  background-size: contain;
  position: relative;
  display: block;
  margin: 21px auto 0 auto;
}
#login #logo-header {
  background: url('../img/logo-main-tagline.png') center center no-repeat;
  height: 52px;
  width: 100%;
  max-width: 254px;
  background-size: contain;
  position: relative;
  display: block;
  margin: 10px auto 0 auto;
}
header {
  position: absolute;
  width: 100%;
  margin: 0 auto 27px auto;
  left: 0;
  right: 0;
  height: 75px;
  z-index: 90;
}
#home header {
  bottom: 0;
  background-color: #fff;
  border: 1px solid #DFDFDF;
}
.subpage header {
  background-color: rgba(0, 0, 0, 0.7);
}
#home header.fixed {
  position: fixed;
  top: 0;
}
header .wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

/* MAIN MENU
============================== */
.rj-web-menu .rj-menu-items,
.rj-web-menu {
  background: transparent !important;
}
.rj-web-menu-wrapper {
  position: relative;
  z-index: 1000 !important;
}
#login #brokercheck_placeholder {
  display: none !important;
}
#brokercheck_bar {
  z-index: 80 !important;
}
.rj-web-menu-subnav > :first-child {
  margin-top: 0 !important;
}
.rj-web-menu .rj-menu-items {
  background-color: #ffffff;
}
.rj-web-menu-subnav > li > a.separator, .subpage .rj-web-menu-subnav > li > a.separator {
  border-top: 1px solid #00fffc;
}
.rj-web-menu-wrapper {
  min-height: 0 !important;
}
.display-tablet.show {
  display: block !important;
}
.rj-menu-items > li > a {
  padding: 24px 15px 24px 0;
}
.subpage .rj-menu-items > li {
  margin-right: 1px;
  padding: 9px 0;
}
.subpage .rj-menu-items > li > a {
  padding: 15px 8px 15px 8px;
}
.subpage .rj-menu-items > li > a,
.subpage .rj-web-menu-subnav > li > a {
  color: #fff;
  border: 1px solid transparent;
}
.rj-menu-items > li > a,
.rj-web-menu-subnav > li > a {
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  -o-transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -khtml-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
  -ms-transition: all 0.5s !important;
  transition: all 0.5s !important;
}
#home .rj-menu-items > li > a,
#home .rj-web-menu-subnav > li > a {
  color: #9b9da0;
}
.rj-web-menu-subnav > li:hover > a,
.rj-web-menu-subnav > li > a.active,
#home .rj-menu-items > li:hover > a,
#home .rj-menu-items > li > a.active {
  color: #00d0cf !important;
  -o-transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -khtml-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
  -ms-transition: all 0.5s !important;
  transition: all 0.5s !important;
}
.subpage .rj-menu-items > li:hover > a,
.subpage .rj-menu-items > li > a.active {
  border: 1px solid #00fffc;
  -o-transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -khtml-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
  -ms-transition: all 0.5s !important;
  transition: all 0.5s !important;
}

/* SUB NAV MENU
============================== */
.rj-web-menu-subnav {
  top: 75px;
}
#home .rj-web-menu-subnav {
  background-color: #fff;
  top: 73px;
}
.subpage .rj-web-menu-subnav {
  background-color: rgba(0, 0, 0, 0.5);
}
.rj-megamenu {
  width: 100%;
  left: 0px;
  position: absolute;
  color: #000;
  margin: 0px;
  padding: 16px;
}
.rj-mega-col {
  width: 24%;
  float: left;
  margin-left: 0;
  padding-left: 0;
}
.rj-mega-col > li > a {
  color: #000000;
  text-decoration: none;
  position: relative;
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  font-size: 12px;
  line-height: 25px;
}
ul.rj-mega-col {
  list-style-type: none !important;
}
#custom-subnav {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: auto;
  z-index: 90;
  background-color: #fff;
  border: 1px solid #DFDFDF;
}
#custom-subnav ul {
  margin-bottom: 0;
  padding-left: 0;
}
#custom-subnav ul li {
  padding: 27px 0;
  display: inline-block;
}
#custom-subnav ul li a.rule {
  border-left: 1px solid #00d0cf;
}
#custom-subnav ul .block li {
  padding-top: 0;
}
#custom-subnav ul li a {
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  color: #9b9da0;
  padding: 7px;
  -o-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -khtml-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -ms-transition: color 0.5s;
  transition: color 0.5s;
}
#custom-subnav ul li:hover a,
#custom-subnav ul li a.active {
  color: #00d0cf;
  -o-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -khtml-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -ms-transition: color 0.5s;
  transition: color 0.5s;
}

/* FOOTER
============================== */
#home footer {
  margin-top: 225px;
}
footer {
  text-align: center;
  color: #6d6f71;
}
footer #banner-img {
  width: 100%;
  margin-bottom: 45px;
}
#home footer #banner-img {
  height: 335px;
}
.subpage footer #banner-img {
  height: 210px;
}
footer #main-logo-icon {
  background: url('../img/logo-main-icon.png') center center no-repeat;
  height: 165px;
  width: 100%;
  max-width: 230px;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: contain;
}
.subpage footer #main-logo-icon {
  height: 97px;
  max-width: 137px;
}
footer .contact-blurb {
  margin-bottom: 40px;
}
footer .contact-blurb .header {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 38px;
  line-height: 1;
  margin-bottom: 15px;
}
footer .contact-blurb .text {
  font-size: 22px;
  font-family: 'Raleway', sans-serif;
	font-weight: 500;
}
footer a,#contact-info a {
  color: inherit;
  -o-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -khtml-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -ms-transition: color 0.5s;
  transition: color 0.5s;
}
footer a:hover,#contact-info a:hover {
  color: #00d0cf !important;
  text-decoration: none;
}
footer .bottom {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 15px;
}
footer .bottom .social {
  margin-bottom: 5px;
}
footer .bottom .social .fa {
  font-size: 15px;
  color: #00d0cf;
  -o-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -khtml-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -ms-transition: color 0.5s;
  transition: color 0.5s;
}
footer .bottom .social .fa:hover {
  color: #6d6f71;
  -o-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -khtml-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -ms-transition: color 0.5s;
  transition: color 0.5s;
}
footer .bottom .social .pipe {
  margin: 0 3px;
}
footer .bottom .address {
  font-family: Raleway, sans-serif;
  margin-bottom: 20px;
}
footer .bottom .map-directions {
  margin-bottom: 30px;
  font-weight: 500;
  letter-spacing: 1px;
}
footer .bottom .address .pipe {
  margin: 0 10px;
  color: #00d0cf;
}
footer .copyright,
footer #disclosure {
  margin-bottom: 15px;
  font-size: 12px;
  font-family: 'Source Sans Pro', sans-serif;
}
footer #disclosure {
  text-align: center;
}
footer .copyright p:last-of-type {
  margin-bottom: 40px;
}

/* LOGIN
============================== */
#login #main-img {
  width: 100%;
  margin: 0 auto;
  height: calc(100vh - 73px);
}
#login header,
#login footer {
  display: none;
}
#login .main-wrapper {
  text-align: center;
  position: relative;
  top: 60%;
  -webkit-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
}
#login .main-wrapper input {
  border-radius: 3px;
  border-width: 0px;
  -webkit-box-shadow: inset 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
  vertical-align: middle;
}
#login .main-wrapper input:focus {
  outline: none;
}
#login .main-wrapper #password {
  padding: 6px 10px;
}
.login-holder.error #password,
.login-holder.error #go-btn {
  border: 1px solid red;
  border-color: red;
  border-width: 1px;
}
#login .main-wrapper #go-btn {
  background-color: #00fffc;
  color: #818181;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 18px;
  padding: 4px 10px;
  margin-left: 20px;
  -o-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -khtml-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#login .main-wrapper #go-btn:hover {
  background-color: #00d0cf;
  -o-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -khtml-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#login .main-wrapper hr {
  border-top: 2px solid #00fffc;
  width: 50px;
  margin: 30px auto 15px auto;
}
#login .main-wrapper .content {
  color: #d1d3d4;
  line-height: 1.8;
}
#login #custom-subnav .logo-address-wrapper {
  border: 1px solid #DFDFDF;
}
#login #custom-subnav .logo-address-wrapper .container {
  height: 73px;
}
#login #custom-subnav .address {
  text-align: right;
  font-size: 16px;
  color: #bcbec0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#login #custom-subnav .address .pipe {
  color: #00fffc;
  margin: 0 3px;
}
#login .copyright-wrapper {
  padding-top: 40px;
  padding-bottom: 25px;
  font-size: 12px;
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #f4f4f4;
  text-align: center;
}
#login .tel-no {
  font-family: 'Raleway', sans-serif;
}
#login .tel-no .fa {
  margin-right: 10px;
  color: #00fffc;
}
#home #main-img {
  width: 100%;
  margin: 0 auto;
  height: calc(100vh - 102px);
}
.client-login-box {
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 8px;
  -o-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -khtml-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.client-login-box:hover {
  background-color: rgba(0, 0, 0, 1);
  -o-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -khtml-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.client-login-box a {
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  border: 2px solid #00fffc;
  padding: 20px;
  display: inherit;
}

/* HOME PAGE
============================== */
#home #button-wrapper {
  padding-top: 67px;
}
#home #button-wrapper .button {
  overflow: hidden;
}
#home #button-wrapper .button .border {
  position: absolute;
  border: 2px solid #00fffc;
  left: 8px;
  right: 8px;
  top: 8px;
  bottom: 8px;
  z-index: 10;
}
#home #button-wrapper .button .title {
  margin-top: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 25px;
  color: #fff;
  padding: 0;
  text-transform: none;
}
#home #button-wrapper #button-03.button .title {
  padding: 30px;
}
#home #button-wrapper .button .black-panel {
  width: calc(100% + 65px);
  position: absolute;
  left: -350px;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.8);
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  -o-transition: left 1s;
  -moz-transition: left 1s;
  -khtml-transition: left 1s;
  -webkit-transition: left 1s;
  -ms-transition: left 1s;
  transition: left 1s;
}
#home #button-wrapper .button:hover .black-panel {
  left: 0 !important;
  -o-transition: left 1s;
  -moz-transition: left 1s;
  -khtml-transition: left 1s;
  -webkit-transition: left 1s;
  -ms-transition: left 1s;
  transition: left 1s;
}
#home #button-wrapper .button .details {
  color: #9b9da0;
  margin-bottom: 0;
}
#home #button-wrapper .button .learn-more {
  color: #00fffc;
  margin-top: 3px;
}
#home #button-wrapper .button .arrow {
  background: url('../img/arrow-blue-dbl.png') center center no-repeat;
  height: 13px;
  width: 13px;
  background-size: contain;
}
#home #button-wrapper .button .arrow.right {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#home #button-wrapper .button .learn-more .arrow {
  position: relative;
  display: inline-block;
  top: 3px;
  left: 5px;
}
#home #button-wrapper #button-01 {
  background: url('../img/home-box-01.webp') center center no-repeat;
  height: 750px;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  display: block;
  position: relative;
  -o-transition: background 1s;
  -moz-transition: background 1s;
  -khtml-transition: background 1s;
  -webkit-transition: background 1s;
  -ms-transition: background 1s;
  transition: background 1s;
  background-color: rgba(0,0,0,0);
  background-blend-mode: darken;
}

/* #home #button-wrapper #button-01:hover {
  background: url('../img/home-box-01.webp') center center no-repeat;
  height: 750px;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  display: block;
  position: relative;
  -o-transition: background 1s;
  -moz-transition: background 1s;
  -khtml-transition: background 1s;
  -webkit-transition: background 1s;
  -ms-transition: background 1s;
  transition: background 1s;
  background-color: rgba(0,0,0,0);
 } */
#home #button-wrapper #button-02 {
  background: url('../img/home-box-02.webp') center center no-repeat;
  height: 360px;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  display: block;
  position: relative;
  -o-transition: background 1s;
  -moz-transition: background 1s;
  -khtml-transition: background 1s;
  -webkit-transition: background 1s;
  -ms-transition: background 1s;
  transition: background 1s;
  background-color: rgba(0,0,0,0);
  background-blend-mode: darken;
}
/* #home #button-wrapper #button-02:hover {
  background: url('../img/home-box-02.webp') center center no-repeat;
  height: 360px;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  display: block;
  position: relative;
  -o-transition: background 1s;
  -moz-transition: background 1s;
  -khtml-transition: background 1s;
  -webkit-transition: background 1s;
  -ms-transition: background 1s;
  transition: background 1s;
  background-color: rgba(0,0,0,0);
} */
#button-03 {
  background: url('../img/home-box-03.webp') center center no-repeat;
  height: 750px;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  display: block;
  position: relative;
  background-color: rgba(0,0,0,0);
  background-blend-mode: darken;
}
#home #button-wrapper #button-04 {
  background: url('../img/home-box-04.webp') center center no-repeat;
  height: 360px;
  width: 100%;
  margin: -360px auto 0 auto;
  background-size: cover;
  display: block;
  position: relative;
  -o-transition: background 1s;
  -moz-transition: background 1s;
  -khtml-transition: background 1s;
  -webkit-transition: background 1s;
  -ms-transition: background 1s;
  transition: background 1s;
  background-color: rgba(0,0,0,0);
  background-blend-mode: darken;
}
/* #home #button-wrapper #button-04:hover {
  background: url('../img/home-box-04.webp') center center no-repeat;
  height: 360px;
  width: 100%;
  margin: -360px auto 0 auto;
  background-size: cover;
  display: block;
  position: relative;
  -o-transition: background 1s;
  -moz-transition: background 1s;
  -khtml-transition: background 1s;
  -webkit-transition: background 1s;
  -ms-transition: background 1s;
  transition: background 1s;
  background-color: rgba(0,0,0,0);
} */
#home #button-wrapper #button-05 {
  background: url('../img/home-box-05.webp') center center no-repeat;
  height: 360px;
  width: 100%;
  margin: 30px auto 0 auto;
  background-size: cover;
  display: block;
  position: relative;
  -o-transition: background 1s;
  -moz-transition: background 1s;
  -khtml-transition: background 1s;
  -webkit-transition: background 1s;
  -ms-transition: background 1s;
  transition: background 1s;
  background-color: rgba(0,0,0,0);
  background-blend-mode: darken;
}
/* #home #button-wrapper #button-05:hover {
  background: url('../img/home-box-05.webp') center center no-repeat;
  height: 360px;
  width: 100%;
  margin: 30px auto 0 auto;
  background-size: cover;
  display: block;
  position: relative;
  -o-transition: background 1s;
  -moz-transition: background 1s;
  -khtml-transition: background 1s;
  -webkit-transition: background 1s;
  -ms-transition: background 1s;
  transition: background 1s;
  background-color: rgba(0,0,0,0);
} */
#home #button-wrapper #button-06 {
  background: url('../img/home-box-06.webp') center center no-repeat;
  height: 360px;
  width: 100%;
  margin: 30px auto 0 auto;
  background-size: cover;
  display: block;
  position: relative;
  -o-transition: background 1s;
  -moz-transition: background 1s;
  -khtml-transition: background 1s;
  -webkit-transition: background 1s;
  -ms-transition: background 1s;
  transition: background 1s;
  background-color: rgba(0,0,0,0);
  background-blend-mode: darken;
}
/* #home #button-wrapper #button-06:hover {
  background: url('../img/home-box-06.webp') center center no-repeat;
  height: 360px;
  width: 100%;
  margin: 30px auto 0 auto;
  background-size: cover;
  display: block;
  position: relative;
  -o-transition: background 1s;
  -moz-transition: background 1s;
  -khtml-transition: background 1s;
  -webkit-transition: background 1s;
  -ms-transition: background 1s;
  transition: background 1s;
  background-color: rgba(0,0,0,0);
} */
#home #button-wrapper #button-07 {
  background: url('../img/home-box-07.webp') center center no-repeat;
  height: 80px;
  width: 100%;
  margin: 30px auto 0 auto;
  background-size: cover;
  display: block;
  position: relative;
  -o-transition: background 1s;
  -moz-transition: background 1s;
  -khtml-transition: background 1s;
  -webkit-transition: background 1s;
  -ms-transition: background 1s;
  transition: background 1s;
  background-color: rgba(0,0,0,0);
  background-blend-mode: darken;
}
/* #home #button-wrapper #button-07:hover {
  background: url('../img/home-box-07.webp') center center no-repeat;
  height: 80px;
  width: 100%;
  margin: 30px auto 0 auto;
  background-size: cover;
  display: block;
  position: relative;
  -o-transition: background 1s;
  -moz-transition: background 1s;
  -khtml-transition: background 1s;
  -webkit-transition: background 1s;
  -ms-transition: background 1s;
  transition: background 1s;
  background-color: rgba(0,0,0,0);
} */
#home #button-wrapper #button-07 .black-panel {
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 370px;
  height: 100%;
}
#home #button-wrapper #button-07 .title {
  padding: 0;
  text-align: center;
  position: relative;
  text-transform: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#home #button-wrapper #button-07 .arrow {
  display: inline-block;
  margin-left: 20px;
}
#home #button-wrapper #button-03 {
  height: 360px;
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
}
#home #button-wrapper #button-01 .black-panel {
  top: 280px;
  padding: 45px 126px 45px 30px;
}
#home #button-wrapper #button-02 .black-panel {
  bottom: 30px;
  padding: 20px 130px 20px 30px;
}
#home #button-wrapper #button-03 {
  overflow: visible;
}
#home #button-wrapper #button-03 .details {
  font-size: 20px;
  margin-left: -10px;
  /*z-index: 10;*/
  z-index: 0;
  width: 99%;
  background-color: none !important;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /*padding: 13px 40px 13px 0;*/
  padding: 0px 0px 110px 40px;
}
#home #button-wrapper #button-03 .details .larger {
  font-size: 39px;
  font-weight: 300;
  display: block;
  line-height: 1.1;
}
#home #button-wrapper #button-03 .details hr {
  border-top: 2px solid #00fffc;
  margin-top: 5px;
  width: 92px;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 10px;
}
#home #button-wrapper #button-04 .black-panel {
  bottom: 30px;
  padding: 45px 270px 45px 30px;
  left: -740px;
}
#home #button-wrapper #button-05 .black-panel {
  bottom: 30px;
  padding: 45px 110px 45px 30px;
  left: -740px;
}
#home #button-wrapper #button-06 .black-panel {
  bottom: 30px;
  padding: 20px 80px 20px 30px;
}
/* End HOME PAGE */

.subpage #main-content .intro {
  font-size: 23px;
}
.subpage #main-content {
  color: #6d6f71;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  margin-bottom: 90px;
}
.subpage #main-content p,
.subpage #main-content ul {
  margin: 0 0 25px;
}
.subpage #main-content ul ul {
  margin: 0;
}

/* INSIGHTS PAGES
============================== */
.podcast-thumb-container, .article-thumb-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.podcast-thumb-overlay, .article-thumb-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -moz-transition: all .25s;
  -webkit-transition: all .25s;
  transition: all .25s;
  background-image: url("/img/podcast-icon-black.png");
  background-color: rgba(0,0,0,0.1);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.article-thumb-overlay {   background-image: url("/img/article-icon-black.png"); }

a:hover .podcast-thumb-container .podcast-thumb-overlay, a:hover .article-thumb-container .article-thumb-overlay {
  background-color: rgba(0,0,0,0);
  background-image: url("/img/podcast-icon-yellow.png");
}
a:hover .article-thumb-container .article-thumb-overlay { background-image: url("/img/article-icon-orange.png"); }

.perspectives-block, .research-block {
  width: 100%;
  margin: 20px auto 20px;
}
.perspectives-block img, .research-block img {
  width: 100%;
	max-width: 340px;
}
.insights-block {
  width: 100%;
  max-width: 178px;
  margin: 0 auto;
}
.insights-thumb {
  margin-bottom: 10px;
}
.insights-wrapper .row {
  margin-bottom: 30px;
}
.subpage #main-content .insights-wrapper p {
  margin-bottom: 15px;
}
.subpage h3.subtitle {
  font-weight: 800;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 3px;
}
.quote-holder {
  text-align: center;
  width: 100%;
  max-width: 510px;
  margin: 0 auto 125px auto;
  padding: 0 15px;
}
.quote-holder .quotation-mark {
  background: url('../img/quotation-mark-lt-blue.png') center center no-repeat;
  width: 32px;
  height: 26px;
  background-size: contain;
  margin: 0 auto 15px auto;
}
.quote-holder .quote {
  font-size: 25px;
  font-family: 'Playfair Display', serif;
  color: #6d6f71;
}
.quote-holder hr {
  border-top: 2px solid #00dcd9;
  margin: 25px auto 20px auto;
  width: 100%;
  max-width: 75px;
}
.quote-holder .author {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}
.partner-wrapper {
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 1px solid #DFDFDF;
}
.partner-wrapper .title {
  font-size: 20px;
  padding-bottom: 10px;
}
.partner-wrapper a {
  display: table;
}
.partner-logo {
  max-width: 200px;
  padding-top: 20px;
}
.partner-wrapper .learn-more {
  padding-top: 20px;
}

/*OUR TEAM PAGE
============================== */
#our-team #yearbook-wrapper {
  margin-top: 60px;
  margin-bottom: 30px;
}
#our-team #yearbook-wrapper .bio {
  overflow: hidden;
  position: relative;
  display: block;
  color: #fff;
  margin: 15px auto;
  width: 100%;
  max-width: 400px;
}
.bio-img .border {
  position: absolute;
  border: 2px solid #00dcd9;
  left: 8px;
  right: 8px;
  top: 8px;
  bottom: 8px;
  z-index: 10;
}
#our-team #yearbook-wrapper .bio .black-panel {
  width: calc(100% + 65px);
  position: absolute;
  left: -350px;
  border-radius: 0;
  bottom: 30px;
  padding-left: 20px;
  padding-right: 100px;
  height: 130px;
  background-color: rgba(0, 0, 0, 0.8);
  font-family: 'Raleway', sans-serif;
  -o-transition: left 1s;
  -moz-transition: left 1s;
  -khtml-transition: left 1s;
  -webkit-transition: left 1s;
  -ms-transition: left 1s;
  transition: left 1s;
}
#our-team #yearbook-wrapper .bio:hover .black-panel {
  left: 0 !important;
  -o-transition: left 1s;
  -moz-transition: left 1s;
  -khtml-transition: left 1s;
  -webkit-transition: left 1s;
  -ms-transition: left 1s;
  transition: left 1s;
}
#our-team #yearbook-wrapper .bio .shade {
  display: none;
  /* background: url('../img/bio-hover.png') center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 1;
  -o-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -khtml-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -ms-transition: opacity 1s;
  transition: opacity 1s; */
}
#our-team #yearbook-wrapper .bio:hover .shade {
  opacity: 0;
  -o-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -khtml-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -ms-transition: opacity 1s;
  transition: opacity 1s;
}
#our-team #yearbook-wrapper .bio .name {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  line-height: 1.1;
  font-size: 23px;
  margin-bottom: 5px;
}
#our-team #yearbook-wrapper .bio .title {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #a7a9ac;
  text-transform: uppercase;
}
#our-team #yearbook-wrapper .bio .learn-more {
  color: #00fffc;
  margin-top: 3px;
  font-size: 16px;
  position: absolute;
  right: 85px;
  bottom: 20px;
  line-height: 0;
}
#our-team #yearbook-wrapper .bio .arrow {
  background: url('../img/arrow-blue-dbl.png') center center no-repeat;
  height: 13px;
  width: 13px;
  position: relative;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}
#our-team #yearbook-wrapper .bio .arrow.right {
  position: absolute;
  right: 12px;
  bottom: 23px;
}
#our-team #yearbook-wrapper .bio .inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#our-team .bio-subtitle, .insights-subtitle {
  color: #00dcd9;
  text-transform: uppercase;
  font-size: 24px;
  padding: 18px 0;
  text-align: center;
}
#our-team .bio-subtitle, .insights-subtitle {
  line-height: 1;
  text-align: center;
  overflow: hidden;
}
#our-team .bio-subtitle span, .insights-subtitle span {
  display: inline-block;
  position: relative;  
}
#our-team .bio-subtitle span::before, .insights-subtitle span::before,
#our-team .bio-subtitle span::after, .insights-subtitle span::after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid #DFDFDF;
  top: 12px;
  width: 600px;
}
#our-team .bio-subtitle span::before, .insights-subtitle span::before {
  right: 100%;
  margin-right: 15px;
}
#our-team .bio-subtitle span::after, .insights-subtitle span::after {
  left: 100%;
  margin-left: 15px;
}

/* NEW BIO IMAGES */
.our-team-new .bio-img {
  height: 440px;
  width: 100%;
	max-width: 400px;
  display: block;
  position: relative;
}

.our-team-new .bio-img#douglas {
  background: url('../img/Doug-Closeup-2025.webp') center top/cover no-repeat;
}
.our-team-new .bio-img#bryn {
  background: url('../img/Bryn-Closeup-2025.webp') center top/cover no-repeat;
}
.our-team-new .bio-img#ryan {
  background: url('../img/Ryan-Closeup-2025.webp') center top/cover no-repeat;
}
.our-team-new .bio-img#angie {
  background: url('../img/Angie-Closeup-2024.webp') center top/cover no-repeat;
}
.our-team-new .bio-img#rachel {
  background: url('../img/Rachel-Closeup-2024.webp') center top/cover no-repeat;
}
.our-team-new .bio-img#lylan {
  background: url('../img/Lylan-Closeup-2025.webp') center top/cover no-repeat;
}
.our-team-new .bio-img#brannon {
  background: url('../img/Brannon-Closeup-2025.webp') center top/cover no-repeat;
}
.our-team-new .bio-img#sam {
  background: url('../img/Sam-Closeup-2025.webp') center top/cover no-repeat;
}
.our-team-new .bio-img#carissa {
  background: url('../img/Carissa-Closeup-2025.webp') center top/cover no-repeat;
}
.our-team-new .bio-img#billy {
  background: url('../img/Billy-Closeup-2025.webp') center top/cover no-repeat;
}
.our-team-new .bio-img#erica {
  background: url('../img/Erica-Closeup-2025.webp') center top/cover no-repeat;
}
/* END NEW BIO IMAGES */

/* OLD BIO IMAGES */

/* .bio-img#douglas {
  background: url('../img/bio-douglas.webp') center center no-repeat;
  height: 370px;
  width: 100%;
  max-width: 370px;
  background-size: cover;
  display: block;
  position: relative;
}
.bio-img#bryn {
  background: url('../img/bio-bryn.webp') center center no-repeat;
  height: 370px;
  width: 100%;
  background-size: cover;
  display: block;
  position: relative;
}
.bio-img#ryan {
  background: url('../img/bio-ryan.webp') center center no-repeat;
  height: 370px;
  width: 100%;
  background-size: cover;
  display: block;
  position: relative;
}
.bio-img#angie {
  background: url('../img/bio-angie.webp') center center no-repeat;
  height: 370px;
  width: 100%;
  background-size: cover;
  display: block;
  position: relative;
}
.bio-img#sam {
  background: url('../img/bio-sam.webp') center center no-repeat;
  height: 370px;
  width: 100%;
  background-size: cover;
  display: block;
  position: relative;
}
.bio-img#emily {
  background: url('../img/bio-emily.webp') center center no-repeat;
  height: 370px;
  width: 100%;
  background-size: cover;
  display: block;
  position: relative;
}
.bio-img#john {
  background: url('../img/bio-john.webp') center center no-repeat;
  height: 370px;
  width: 100%;
  background-size: cover;
  display: block;
  position: relative;
}
.bio-img#paul {
  background: url('../img/bio-paul.webp') center center no-repeat;
  height: 370px;
  width: 100%;
  background-size: cover;
  display: block;
  position: relative;
}
.bio-img#shawn {
  background: url('../img/bio-shawn.webp') center center no-repeat;
  height: 370px;
  width: 100%;
  background-size: cover;
  display: block;
  position: relative;
}
.bio-img#michael {
  background: url('../img/bio-michael.webp') center center no-repeat;
  height: 370px;
  width: 100%;
  background-size: cover;
  display: block;
  position: relative;
}
.bio-img#david {
  background: url('../img/bio-david.webp') center center no-repeat;
  height: 370px;
  width: 100%;
  background-size: cover;
  display: block;
  position: relative;
}
*/

/* END OLD BIO IMAGES */


/* BIO PAGES
============================== */
.bio-page .quote-holder {
  margin: 70px auto 20px auto;
}
.bio-page .quote-holder .quotation-mark {
  background: url('../img/quotation-mark-blue.png') center center no-repeat;
  width: 32px;
  height: 26px;
  background-size: contain;
  margin: 0 auto 15px auto;
}
.bio-page .quote-holder hr {
  border-top: 2px solid #00d0cf;
}
.subpage.bio-page #main-img {
  height: clamp(495px, 35.9375vw, 690px);
	position: relative;
	background-size: cover;
	background-position: 80% 0 !important;
	background-repeat: no-repeat;
}
.bio-page #main-header {
	padding: 0;
	position: absolute;
	bottom: 15%;
	left: 10%;
}
.bio-page #main-header .larger {
	font-size: clamp(32px, 5vw, 70px);
}
.bio-page #main-header .smaller {
	font-size: clamp(20px, 3.711vw, 36px);
	padding-top: 10px;
	line-height:1.25;
}
.bio-page #main-content {
  font-size: 16px;
}

/* Bio Page Overrides */

#brannon.subpage.bio-page #main-img, #ryan.subpage.bio-page #main-img, #sam.subpage.bio-page #main-img, #lylan.subpage.bio-page #main-img, #carissa.subpage.bio-page #main-img {
	background-position: 100% 0 !important;
}

}

/* OUR DIFFERENCE
============================== */
#our-difference #button-wrapper {
  margin-top: 60px;
}
.slider #button-wrapper .button,
#our-difference #button-wrapper .button {
  overflow: hidden;
}
.slider #button-wrapper .button .border,
#our-difference #button-wrapper .button .border {
  position: absolute;
  border: 2px solid #00fffc;
  left: 8px;
  right: 8px;
  top: 8px;
  bottom: 8px;
  z-index: 10;
}
.slider #button-wrapper .button .title,
#our-difference #button-wrapper .button .title {
  margin-top: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 23px;
  color: #fff;
  padding: 10px 23px 0 0px;
  text-transform: none;
}
.slider #button-wrapper .button .black-panel {
  width: 100%;
  position: absolute;
  left: 0;
  height: 128px;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.8);
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  bottom: 40px;
  padding-left: 30px;
}
#our-difference #button-wrapper .button .black-panel {
  width: 100%;
  position: absolute;
  left: 0;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.8);
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  bottom: 30px;
  padding-left: 30px;
}
.slider #button-wrapper .button .details,
#our-difference #button-wrapper .button .details {
  color: #fff;
  margin-bottom: 0;
}
.slider #button-wrapper .button .learn-more {
  color: #00fffc;
  position: relative;
  top: 20%;
/*  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); */
  display: block;
}
#our-difference #button-wrapper .button {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
#our-difference #button-wrapper .button .learn-more {
  color: #00fffc;
}
#our-difference #button-wrapper .button .black-panel {
  padding: 20px 30px 20px 30px;
}
.slider #button-wrapper .button .arrow,
#our-difference #button-wrapper .button .arrow {
  background: url('../img/arrow-blue-dbl.png') center center no-repeat;
  height: 13px;
  width: 13px;
  background-size: contain;
}
.slider #button-wrapper .button .arrow.right,
#our-difference #button-wrapper .button .arrow.right {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider #button-wrapper .button .learn-more .arrow,
#our-difference #button-wrapper .button .learn-more .arrow {
  position: relative;
  display: inline-block;
  top: 2px;
  left: 5px;
}
.slider #button-wrapper #button-01,
#our-difference #button-wrapper #button-01 {
  background: url('../img/home-box-01.webp') top right no-repeat;
  height: 360px;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  display: block;
  position: relative;
/*  -o-transition: background 1s;
  -moz-transition: background 1s;
  -khtml-transition: background 1s;
  -webkit-transition: background 1s;
  -ms-transition: background 1s;
  transition: background 1s;
  background-color: rgba(0,0,0,.3);
  background-blend-mode: darken;
}
.slider #button-wrapper #button-01:hover,
#our-difference #button-wrapper #button-01:hover {
  background: url('../img/home-box-01.webp') top right no-repeat;
  height: 360px;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  display: block;
  position: relative;
  -o-transition: background 1s;
  -moz-transition: background 1s;
  -khtml-transition: background 1s;
  -webkit-transition: background 1s;
  -ms-transition: background 1s;
  transition: background 1s;
  background-color: rgba(0,0,0,.5); */
}
.slider #button-wrapper #button-02,
#our-difference #button-wrapper #button-02 {
  background: url('../img/home-box-02.webp') center center no-repeat;
  height: 360px;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  display: block;
  position: relative;
/*  -o-transition: background 1s;
  -moz-transition: background 1s;
  -khtml-transition: background 1s;
  -webkit-transition: background 1s;
  -ms-transition: background 1s;
  transition: background 1s;
}
.slider #button-wrapper #button-02:hover,
#our-difference #button-wrapper #button-02:hover {
  background: url('../img/home-box-02.webp') center center no-repeat;
  height: 360px;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  display: block;
  position: relative;
  -o-transition: background 1s;
  -moz-transition: background 1s;
  -khtml-transition: background 1s;
  -webkit-transition: background 1s;
  -ms-transition: background 1s;
  transition: background 1s; */
}
.slider #button-wrapper #button-04,
#our-difference #button-wrapper #button-04 {
  background: url('../img/home-box-04.webp') center center no-repeat;
  height: 360px;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  display: block;
  position: relative;
  -o-transition: background 1s;
/*  -moz-transition: background 1s;
  -khtml-transition: background 1s;
  -webkit-transition: background 1s;
  -ms-transition: background 1s;
  transition: background 1s; 
}
.slider #button-wrapper #button-04:hover,
#our-difference #button-wrapper #button-04:hover {
  background: url('../img/home-box-04-hover.webp') center center no-repeat;
  height: 360px;
  width: 100%;
  margin: auto 0 auto;
  background-size: cover;
  display: block;
  position: relative;
  -o-transition: background 1s;
  -moz-transition: background 1s;
  -khtml-transition: background 1s;
  -webkit-transition: background 1s;
  -ms-transition: background 1s;
  transition: background 1s; */
}
.slider #button-wrapper #button-05,
#our-difference #button-wrapper #button-05 {
  background: url('../img/home-box-05.webp') center center no-repeat;
  height: 360px;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  display: block;
  position: relative;
/*  -o-transition: background 1s;
  -moz-transition: background 1s;
  -khtml-transition: background 1s;
  -webkit-transition: background 1s;
  -ms-transition: background 1s;
  transition: background 1s; 
}
.slider #button-wrapper #button-05:hover,
#our-difference #button-wrapper #button-05:hover {
  background: url('../img/home-box-05-hover.webp') center center no-repeat;
  height: 360px;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  display: block;
  position: relative;
/*  -o-transition: background 1s;
  -moz-transition: background 1s;
  -khtml-transition: background 1s;
  -webkit-transition: background 1s;
  -ms-transition: background 1s;
  transition: background 1s; */
}
.slider #button-wrapper #button-06,
#our-difference #button-wrapper #button-06 {
  background: url('../img/home-box-06.webp') center center no-repeat;
  height: 360px;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  display: block;
  position: relative;
/*  -o-transition: background 1s;
  -moz-transition: background 1s;
  -khtml-transition: background 1s;
  -webkit-transition: background 1s;
  -ms-transition: background 1s;
  transition: background 1s;
}
.slider #button-wrapper #button-06:hover,
#our-difference #button-wrapper #button-06:hover {
  background: url('../img/home-box-06-hover.webp') center center no-repeat;
  height: 360px;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  display: block;
  position: relative;
  -o-transition: background 1s;
  -moz-transition: background 1s;
  -khtml-transition: background 1s;
  -webkit-transition: background 1s;
  -ms-transition: background 1s;
  transition: background 1s; */
}
.slider #button-wrapper #button-03,
#our-difference #button-wrapper #button-03 {
  height: 360px;
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
}
.slider #button-wrapper .carousel-indicators {
  bottom: -60px;
}
.slider #button-wrapper .carousel-indicators li {
  background-color: #D7D7D8;
  border-color: #D7D7D8;
  width: 15px;
  height: 15px;
  margin: 1px 4px;
}
.slider #button-wrapper .carousel-indicators .active {
  background-color: #00fffc;
  border-color: #00fffc;
  width: 15px;
  height: 15px;
  margin: 1px 4px;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.glyphicon-chevron-left:before,
.glyphicon-chevron-right:before {
  content: "";
}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.subpage #main-img {
  width: 100%;
  margin: 0 auto;
  height: 485px;
	background-position: center center;
}
#nested,
#nested2,
#nested3 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.panel {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-title {
  font-size: inherit;
}
.panel-group .panel + .panel {
  margin-top: 0;
}
.panel-heading {
  padding: 11px 15px;
}
.panel-default > .panel-heading {
  background-color: transparent;
  text-align: left;
  border-bottom: 2px solid #ddd;
}
.panel .panel-title a,
.panel .panel-title a.collapsed:hover {
  color: #bda741 !important;
  -o-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -khtml-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -ms-transition: color 0.5s;
  transition: color 0.5s;
}
.panel .panel-title a.collapsed {
  color: #000 !important;
  -o-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -khtml-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -ms-transition: color 0.5s;
  transition: color 0.5s;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
}
.panel .panel-title a:hover,
.panel .panel-title a:focus {
  text-decoration: none;
}
.panel-collapse a.collapsed {
  color: #bda741 !important;
  -o-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -khtml-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -ms-transition: color 0.5s;
  transition: color 0.5s;
}
.panel-body div {
  margin-bottom: 10px;
}
.panel-body div:last-of-type {
  margin-bottom: 0;
}
.panel-body {
  padding: 15px 15px 60px 15px;
}
.contact-form-holder {
  margin-top: 30px;
}
.contact-form-holder #requiredLine {
  margin-bottom: 20px !important;
}
.contact-form-holder td {
  padding-bottom: 20px;
}
#btnSubmitSimpleCap {
  margin-top: 16px;
  color: #000000 !important;
}
.dynamic-content a {
  text-decoration: underline;
  color: inherit;
  -o-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -khtml-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -ms-transition: color 0.5s;
  transition: color 0.5s;
}
.dynamic-content a.active,
.dynamic-content a:hover {
  color: #367598 !important;
}
.dynamic-content .nextAnchorBlock,
.dynamic-content .backAnchorBlock {
  display: inline-block;
  margin-bottom: 30px;
}
.dynamic-content .nextAnchorBlock {
  margin-left: 20px;
}
.dynamic-content #top_navTable td p {
  width: 100px;
}
.dynamic-content td .button2,
.dynamic-content #top_navTable td p {
  margin-right: 45px !important;
}
.dynamic-content td:last-of-type .button2,
.dynamic-content #top_navTable td:last-of-type p {
  margin-right: 0 !important;
}
.dynamic-content #top_navTable {
  margin: 0 auto;
}
.KJEWidthConstraint,
.KJEWrapper,
#KJEAllContent {
  background: transparent !important;
}
.referral label {
  font-weight: inherit;
}
.referral .blockInputs p {
  margin: 0 0 10px;
}
.contact-form-holder button,
.contact-form-holder input,
.contact-form-holder select,
.contact-form-holder textarea {
  border: 1px solid lightgray !important;
}
.about-rj div#aboutrjCommercial {
  width: 40%;
  float: right;
  text-align: center;
  font-size: 13px;
  border: 1px solid #e0ddc7;
  padding: 10px;
  margin-left: 25px;
}
.about-rj div#videoContainer {
  text-align: center;
  margin: 10px auto;
}
.about-rj #milestone {
  float: none !important;
  width: 100% !important;
  padding: 0px !important;
  border-left: none !important;
}

/* RESPONSIVE
============================== */
@media (pointer:coarse) {
  #home #button-wrapper .button .black-panel {
    left: 0 !important;
  }
  #our-team #yearbook-wrapper .bio .black-panel {
    left: 0 !important;
		bottom: 0;
  }
}
@media only screen and (max-width: 1279px) {
  #our-team #yearbook-wrapper .bio .black-panel {
    bottom: 0;
  }
}
@media only screen and (max-width: 1199px) {
  
}
@media only screen and (min-width: 1025px) {
  
}
@media screen and (min-width: 781px) and (max-width: 1024px) {
  
}
@media only screen and (max-width: 1024px) {
  #custom-subnav {
    display: none;
  }
  #login #custom-subnav {
    display: block;
  }
  #home #button-wrapper #button-01,
  #home #button-wrapper #button-01:hover {
    height: 616px !important;
  }
  #home #button-wrapper #button-02,
  #home #button-wrapper #button-03,
  #home #button-wrapper #button-04,
  #home #button-wrapper #button-05,
  #home #button-wrapper #button-06,
  #home #button-wrapper #button-02:hover,
  #home #button-wrapper #button-03:hover,
  #home #button-wrapper #button-04:hover,
  #home #button-wrapper #button-05:hover,
  #home #button-wrapper #button-06:hover {
    height: 293px !important;
  }
  #home #button-wrapper #button-04,
  #home #button-wrapper #button-04:hover {
    margin: -295px auto 0 auto;
  }
  #home #button-wrapper .button .black-panel {
    left: -285px;
    font-size: 12px;
  }
  #home #button-wrapper .button .black-panel .block {
    display: initial;
  }
  #home #button-wrapper #button-04 .black-panel,
  #home #button-wrapper #button-05 .black-panel {
    left: -608px;
  }
  #home #button-wrapper #button-02 .black-panel,
  #home #button-wrapper #button-04 .black-panel,
  #home #button-wrapper #button-05 .black-panel,
  #home #button-wrapper #button-06 .black-panel {
    bottom: 18px !important;
  }
  #home #button-wrapper #button-03 .details {
    font-size: 16px;
  }
  #home #button-wrapper #button-03 .details .larger {
    font-size: 29px;
  }
  #home #button-wrapper .button .title {
    padding: 37px 23px 0 23px;
  }
  .slider #button-wrapper .button,
  #our-difference #button-wrapper .button {
    height: 293px !important;
  }
  .slider #button-wrapper .button .black-panel {
    height: 98px;
    bottom: 25px;
  }
  #our-difference #button-wrapper .button .black-panel {
    bottom: 25px;
  }
  #our-difference #button-wrapper .button .black-panel {
    font-size: 12px;
    bottom: 18px;
  }
  #our-difference #button-wrapper .button .title .block {
    display: initial !important;
  }
  #our-difference #button-wrapper .button .title {
    padding: 37px 23px 0 23px;
  }
  #our-team #yearbook-wrapper .bio .black-panel {
    left: -290px;
  }
  #our-team #yearbook-wrapper .bio .black-panel {
    left: 0;
    padding: 20px;
    height: auto;
    width: 100%;
    bottom: 0;
  }
  #our-team #yearbook-wrapper .bio .inner {
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #our-team #yearbook-wrapper .bio .name {
    font-size: 19px;
  }
  #our-team #yearbook-wrapper .bio .arrow.right {
    right: 23px;
  }
  #our-team #yearbook-wrapper .bio .title {
    font-size: 12px;
  }
/*  .bio-img {
    height: 370px;
  } */
  #our-team #yearbook-wrapper .bio .learn-more {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .slider #button-wrapper {
    width: 100%;
    max-width: 293px;
    margin: 55px auto 0 auto;
  }
  #our-difference #button-wrapper {
    width: 100%;
    max-width: 293px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 991px) {
	.subpage #main-content {
  	margin-bottom: 135px;
	}
	#our-team.subpage #main-content {
  	margin-bottom: 90px;
	}
	#insights #main-content .col-md-6 {
		max-width: 550px;
		margin: 0 auto;
	}
	
  .rj-web-menu > .rj-menu-items > li > a {
    padding: 15px;
  }
  #home .rj-web-menu-subnav {
    top: 0 !important;
  }
  .subpage .rj-menu-items > li {
    padding: 0;
    margin-right: 0;
  }
  .rj-menu-items > li > a {
    color: #9b9da0 !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom-color: rgba(0, 0, 0, 0.13) !important;
  }
  .rj-web-menu-subnav > li > a {
    color: #9b9da0 !important;
  }
  .rj-menu-items > li:hover > a,
  .rj-menu-items > li > a.active {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom-color: rgba(0, 0, 0, 0.13) !important;
    color: #00fffc !important;
  }
  .has-subnav-arrow-wrapper:hover + a {
    color: #00fffc !important;
  }
  .rj-web-menu .rj-menu-items {
    background: #fff !important;
  }
  .rj-mega-col {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .rj-megamenu > ul {
    padding-left: 0;
    margin-left: 0;
  }
  .rj-mega-col {
    margin: 0;
  }
  .rj-megamenu > ul {
    width: 100% !important;
  }
  .toggle-elements span,
  .toggle-elements span:before,
  .toggle-elements span:after {
    background: #00fffc;
  }
  .rj-menu-items > li:hover > a,
  .rj-web-menu-subnav > li:hover > a,
  .rj-menu-items > li > a.active,
  .rj-web-menu-subnav > li > a.active {
    transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) !important;
  }
  .rj-web-menu > .rj-menu-items > li > a {
    line-height: 1;
  }
  .rj-web-menu-subnav li a {
    line-height: 1.4;
    padding: 6px 0;
  }
  .rj-mobile-menu .rj-web-menu-subnav {
    background-color: #f4f4f4;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    padding: 10px 25px;
  }
  .subpage #main-content .col-md-8,
  .subpage #main-content .col-md-12 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  #our-difference #button-wrapper #button-04 {
    margin-bottom: 0 !important;
  }
  #our-difference #button-wrapper #button-02 .learn-more {
    display: block;
  }
  #our-team #yearbook-wrapper .row > .col-md-4:last-of-type .bio {
    margin-bottom: 0;
  }
  #our-team .bio-subtitle {
    padding: 32px 0 18px 0;
  }
}

@media only screen and (max-width: 780px) {
  .toggle-wrapper,
  .has-subnav-arrow-wrapper {
    width: 43px;
  }
  .display-tablet {
    display: none !important;
  }
  #home #button-wrapper #button-01,
  #home #button-wrapper #button-02,
  #home #button-wrapper #button-04,
  #home #button-wrapper #button-05,
  #home #button-wrapper #button-06,
  #home #button-wrapper #button-07,
  #home #button-wrapper #button-01:hover,
  #home #button-wrapper #button-02:hover,
  #home #button-wrapper #button-04:hover,
  #home #button-wrapper #button-05:hover,
  #home #button-wrapper #button-06:hover,
  #home #button-wrapper #button-07:hover {
    height: 293px !important;
    width: 100%;
    max-width: 480px !important;
    margin: 15px auto;
    animation-delay: 0s !important;
  }
  #home #button-wrapper #button-07, #home #button-wrapper #button-07:hover {
    height: 80px !important;
    margin-top:0;
  }
  #home #button-wrapper #button-04 {
    margin: 0 auto !important;
  }
  #home #button-wrapper .button .black-panel {
    bottom: 18px !important;
    top: auto !important;
    padding: 10px 90px 10px 30px !important;
    width: calc(115%) !important;
    left: 0 !important;
  }
  #home #button-wrapper #button-07 .black-panel {
    bottom: 0px !important;
    width: 100% !important;
    max-width: 370px !important;
    padding: 0 !important;
  }
  #home #button-wrapper .button:hover .black-panel {
    left: 0px !important;
  }
  #home #button-wrapper .button .learn-more {
    display: block;
  }
  #home #button-wrapper .button .learn-more .arrow,
  #home #button-wrapper .button .arrow.right {
    background-size: contain;
    height: 9px;
    width: 9px;
  }
  #home #button-wrapper .button .learn-more .arrow {
    top: 0;
  }
  #our-difference #button-wrapper .button {
    animation-delay: 0s !important;
  }
  #our-difference #button-wrapper .button .learn-more .arrow {
    top: 0;
  }
  #our-difference #button-wrapper .button .learn-more .arrow {
    background-size: contain;
    height: 9px;
    width: 9px;
  }
  #our-team #yearbook-wrapper .bio .learn-more {
    display: none;
  }
  #our-team #yearbook-wrapper .bio {
    animation-delay: 0s !important;
		max-width: 322px;
  }
	.our-team-new .bio-img {
    height: 370px;
		max-width: 322px;
  }
  .bio-page .bio-img {
    margin: 0 auto;
  }
  .bio-page .quote-holder {
    margin: 30px auto;
  }
  .bio-page .bio-details {
    text-align: center;
  }
  .bio-page .quote-holder {
    max-width: 410px;
  }
  .bio-page .quote-holder .quote {
    font-size: 20px;
  }
  .bio-page .name {
    padding-top: 20px;
  }
  .bio-page .bio-social {
    margin-bottom: 20px;
  }
  #home footer {
    margin-top: 115px;
  }
}
@media only screen and (max-width: 767px) {
  .client-login-box {
    margin-bottom: 8px;
  }
	.subpage.bio-page #main-header {
		width: 100%;
		padding: 3% 10%;
		bottom: 0;
		left: 0;
		background-color: rgba(0,0,0,.3);
}

}
@media only screen and (max-width: 480px) {
  .subpage #main-content .intro {
    font-size: 20px;
  }
  .subpage #main-img {
    height: 385px;
  }
  .subpage #main-content {
    margin-top: 60px;
    font-size: 17px;
    margin-bottom: 135px;
  }
  .insights-block {
    margin: 0 auto 20px auto;
  }
  .insights-wrapper .row {
    margin-bottom: 0;
  }
  .quote-holder {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .quote-holder .quote {
    font-size: 20px;
  }
  .slider {
    padding-left: 0;
    padding-right: 0;
  }
  .mobile-block {
    display: block;
  }
  #main-header {
    padding-top: 85px;
  }
  .subpage .bio-page #main-header {
    padding-top: 145px;
  }
  .subpage #main-header {
    padding-top: 145px;
  }
  #main-header .smaller {
    font-size: 31px;
  }
/* CHANGED LINE 214 TO CLAMP VALUE; NO NEED FOR THIS SETTING
  #main-header .larger {
    font-size: 50px;
  } */
  #home #button-wrapper {
    padding-top: 50px;
  }
  #home #button-wrapper [class^="col"] {
    padding-left: 0;
    padding-right: 0;
  }
  #home #button-wrapper #button-01,
  #home #button-wrapper #button-02,
  #home #button-wrapper #button-04,
  #home #button-wrapper #button-05,
  #home #button-wrapper #button-06,
  #home #button-wrapper #button-07,
  #home #button-wrapper #button-01:hover,
  #home #button-wrapper #button-02:hover,
  #home #button-wrapper #button-04:hover,
  #home #button-wrapper #button-05:hover,
  #home #button-wrapper #button-06:hover,
  #home #button-wrapper #button-07:hover {
    max-width: 100% !important;
    height: 322px !important;
  }
  #home #button-wrapper .button .black-panel {
    bottom: 18px !important;
    top: auto !important;
    padding: 10px 90px 10px 30px !important;
    width: calc(115%) !important;
    left: 0 !important;
  }
  body#our-difference {
    margin: 0 !important;
  }
  #our-difference #main-content .container,
  #our-difference #button-wrapper .col-md-4,
  .subpage .slider .col-md-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #our-difference #button-wrapper,
  .slider #button-wrapper {
    max-width: 322px !important;
  }
  .slider #button-wrapper .button,
  #our-difference #button-wrapper .button {
    height: 322px !important;
  }
  #home #button-wrapper #button-07, #home #button-wrapper #button-07:hover {
    height: 80px !important;
    margin-top:0;
  }
  #home #button-wrapper #button-07 .black-panel {
    bottom: 0px !important;
    width: 100% !important;
    max-width: 370px !important;
    padding: 0 !important;
  }
  #login #custom-subnav .container {
    height: auto;
  }
  #login #custom-subnav .address {
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
    padding: 20px 15px;
  }
  #our-team #yearbook-wrapper .bio {
    width: 100%;
    max-width: 322px;
  }
  #our-team #yearbook-wrapper .col-md-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #our-team .bio-subtitle span:before, #our-team .bio-subtitle span:after {
    border-top: none;
  }
  .our-team-new .bio-img {
    height: 370px;
    max-width: 322px;
  }
  .about-rj div#aboutrjCommercial {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .dynamic-content h2 {
    font-size: 20px;
  }
  .about-rj .dynamic-content ul:first-of-type {
    width: 100%;
  }
  #main-content-box .content .contact-form-holder {
    font-size: 13px;
  }
  .contact-form-holder #requiredLine {
    font-size: 15px !important;
    margin-bottom: 15px !important;
  }
  .contact-form-holder #comments {
    width: 100%;
  }
  .contact-form-holder table,
  .contact-form-holder tr,
  .contact-form-holder tbody {
    display: block;
    position: relative;
    width: 100%;
  }
  .contact-form-holder {
    padding-bottom: 80px;
  }
  .contact-form-holder button,
  .contact-form-holder input,
  .contact-form-holder select,
  .contact-form-holder textarea {
    border: 1px solid lightgray;
  }
  .contact-form-holder p {
    margin: 0 !important;
  }
  .contact-form-holder td {
    padding-bottom: 14px;
    width: 50%;
    display: table-cell;
  }
  .dynamic-content td .button2 {
    margin-right: 15px !important;
  }
  .dynamic-content td:last-of-type .button2 {
    margin-right: 0 !important;
  }
  #home footer {
    margin-top: 125px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
  #our-team .bio-subtitle span:before, #our-team .bio-subtitle span:after {
    border-top: none;
  }
  .subpage #main-content {
    margin-top: 60px;
    font-size: 17px;
    margin-bottom: 135px;
  }
  .insights-block {
    margin: 0 auto 20px auto;
  }
  .insights-wrapper .row {
    margin-bottom: 0;
  }
  .quote-holder .quote {
    font-size: 20px;
  }
  .subpage #main-img {
    height: 285px !important;
  }
  #main-content {
    margin-top: 75px;
  }
  #main-header {
    padding-top: 35px;
  }
  .subpage #main-header {
    padding-top: 125px;
  }
  #main-header .smaller {
    font-size: 31px;
  }
  #main-header .larger {
    font-size: 50px;
  }
  #home #button-wrapper {
    padding-top: 50px;
  }
  #home #button-wrapper [class^="col"] {
    padding-left: 0;
    padding-right: 0;
  }
  .contact-form-holder #requiredLine {
    font-size: 15px !important;
    margin-bottom: 15px !important;
  }
  .contact-form-holder td {
    padding-bottom: 12px;
  }
  #login #custom-subnav .container {
    height: auto;
  }
  #login #custom-subnav .address {
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
    padding: 20px 15px;
  }
  body#our-difference {
    margin: 0 !important;
  }
  #our-difference #main-content .container,
  #our-difference #button-wrapper .col-md-4,
  .subpage .slider .col-md-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #our-difference #button-wrapper,
  .slider #button-wrapper {
    max-width: 322px !important;
  }
  .slider #button-wrapper .button,
  #our-difference #button-wrapper .button {
    height: 322px !important;
  }
  #home #button-wrapper #button-01, #home #button-wrapper #button-02, #home #button-wrapper #button-04, #home #button-wrapper #button-05, #home #button-wrapper #button-06, #home #button-wrapper #button-07, #home #button-wrapper #button-01:hover, #home #button-wrapper #button-02:hover, #home #button-wrapper #button-04:hover, #home #button-wrapper #button-05:hover, #home #button-wrapper #button-06:hover, #home #button-wrapper #button-07:hover {
    max-width: 100% !important;
  }
  #home #button-wrapper .button .black-panel {
    bottom: 18px !important;
    top: auto !important;
    padding: 10px 90px 10px 30px !important;
    width: calc(115%) !important;
    left: 0 !important;
  }
  #home #button-wrapper #button-07, #home #button-wrapper #button-07:hover {
    height: 80px !important;
    margin-top:0;
  }
  #home #button-wrapper #button-07 .black-panel {
    bottom: 0px !important;
    width: 100% !important;
    max-width: 370px !important;
    padding: 0 !important;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (device-width: 414px) and (device-height: 736px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) and (-webkit-device-pixel-ratio: 3) {
  #our-team .bio-subtitle span:before, #our-team .bio-subtitle span:after {
    border-top: none;
  }
  #main-header {
    padding: 150px 40px 0 40px;
  }
  .subpage #main-img {
    height: 385px !important;
  }
  .subpage #main-content {
    margin-top: 60px;
    font-size: 17px;
    margin-bottom: 135px;
  }
  .insights-block {
    margin: 0 auto 20px auto;
  }
  .insights-wrapper .row {
    margin-bottom: 0;
  }
  .quote-holder .quote {
    font-size: 20px;
  }
  #home #button-wrapper #button-01,
  #home #button-wrapper #button-02,
  #home #button-wrapper #button-04,
  #home #button-wrapper #button-05,
  #home #button-wrapper #button-06,
  #home #button-wrapper #button-07,
  #home #button-wrapper #button-01:hover,
  #home #button-wrapper #button-02:hover,
  #home #button-wrapper #button-04:hover,
  #home #button-wrapper #button-05:hover,
  #home #button-wrapper #button-06:hover,
  #home #button-wrapper #button-07:hover {
    height: 293px !important;
    width: 100%;
    max-width: 100% !important;
    margin: 15px auto;
    animation-delay: 0s !important;
  }
  #home #button-wrapper #button-04 {
    margin: 0 auto !important;
  }
  #home #button-wrapper #button-07 .black-panel {
    bottom: 0px !important;
    width: 100% !important;
    max-width: 370px !important;
    padding: 0 !important;
  }
  #home #button-wrapper .button .black-panel {
    bottom: 20px !important;
    top: auto !important;
    padding: 10px 90px 10px 30px !important;
    width: calc(115%) !important;
    left: 0 !important;
  }
  #home #button-wrapper .button .learn-more {
    display: block;
  }
  #home #button-wrapper .button .learn-more .arrow,
  #home #button-wrapper .button .arrow.right {
    background-size: contain;
    height: 9px;
    width: 9px;
  }
  #home #button-wrapper .button .learn-more .arrow {
    top: 0;
  }
  #home #button-wrapper [class^="col"] {
    padding-left: 0;
    padding-right: 0;
  }
  body#our-difference {
    margin: 0 !important;
  }
  #our-difference #main-content .container,
  #our-difference #button-wrapper .col-md-4,
  .subpage .slider .col-md-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #our-difference #button-wrapper,
  .slider #button-wrapper {
    max-width: 322px !important;
  }
  .slider #button-wrapper .button,
  #our-difference #button-wrapper .button {
    height: 322px !important;
  }
  #home #button-wrapper #button-07, #home #button-wrapper #button-07:hover {
    height: 80px !important;
    margin-top:0;
  }
  #login #custom-subnav .container {
    height: auto;
  }
  #login #custom-subnav .address {
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
    padding: 20px 15px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3) {
  #our-team .bio-subtitle span:before, #our-team .bio-subtitle span:after {
    border-top: none;
  }
  #main-header {
    padding-top: 75px;
  }
  .subpage #main-header {
    padding-top: 175px;
  }
  .subpage #main-img {
    height: 385px !important;
  }
  .subpage #main-content {
    margin-top: 60px;
    font-size: 17px;
    margin-bottom: 135px;
  }
  .insights-block {
    margin: 0 auto 20px auto;
  }
  .insights-wrapper .row {
    margin-bottom: 0;
  }
  .quote-holder .quote {
    font-size: 20px;
  }
  body#our-difference {
    margin: 0 !important;
  }
  #our-difference #main-content .container,
  #our-difference #button-wrapper .col-md-4,
  .subpage .slider .col-md-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #our-difference #button-wrapper,
  .slider #button-wrapper {
    max-width: 322px !important;
  }
  .slider #button-wrapper .button,
  #our-difference #button-wrapper .button {
    height: 322px !important;
  }
  #login #custom-subnav .container {
    height: auto;
  }
  #login #custom-subnav .address {
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
    padding: 20px 15px;
  }
  #home #button-wrapper [class^="col"] {
    padding-left: 0;
    padding-right: 0;
  }
  #home #button-wrapper #button-01, #home #button-wrapper #button-02, #home #button-wrapper #button-04, #home #button-wrapper #button-05, #home #button-wrapper #button-06, #home #button-wrapper #button-01:hover, #home #button-wrapper #button-02:hover, #home #button-wrapper #button-04:hover, #home #button-wrapper #button-05:hover, #home #button-wrapper #button-06:hover {
    max-width: 100% !important;
  }
  #home #button-wrapper #button-07, #home #button-wrapper #button-07:hover {
    height: 80px !important;
    margin-top:0;
  }
  #home #button-wrapper #button-07 .black-panel {
    bottom: 0px !important;
    width: 100% !important;
    max-width: 370px !important;
    padding: 0 !important;
  }
  #home #button-wrapper .button .black-panel {
    bottom: 18px !important;
    top: auto !important;
    padding: 10px 142px 10px 30px !important;
    left: 0 !important;
  }
}
