@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900i|Work+Sans:300,400,500,600,700,800,900');
@import url('assist.css');
@import url('https://www.raymondjames.com/-/media/rj/advisor-sites/global/global-css/modules-structure/intergenerational-wealth-transfer/structure.css');
@import url('https://www.raymondjames.com/-/media/rj/advisor-sites/global/global-css/model-1/modules/intergenerational-wealth-transfer.css');
/*==============================================  IMPORTANT - PLEASE READ ==============================================

/* DUE TO THE COMPLEXITY OF CUSTOM SITES, PLEASE SEE BUILDER OR
DESIGNER BEFORE MAKING CHANGES TO FUNCTIONALITY OR ADDING/REMOVING CONTENT OR SECTIONS

BUILDER: Jose Azua
DESIGNER: Jesse Taylor
JOB #: 16-BRBBP-0002
COMPLETION DATE: 2017
ADDITIONAL NOTES:
Fonts:
font-family: 'Work Sans', sans-serif;
font-family: 'Playfair Display', serif;


Playfair Display

regular 400
regular 400 Italic
bold 700
bold 700 Italic
black 900
black 900 Italic

___

Work Sans

thin 100
extra-light 200
light 300
regular 400
medium 500
semi-bold 600
bold 700
extra-bold 800
black 900

========================================================================================================================
*/

:root {

  /* Model 1 Variables */

 

    --medium: #6fc8f2 !important;

    --medium-color-1:#83551F;

    --dark: #223b4b !important;

    --white: #ffffff;

  }

.bkg-1 {
  background: red !important;
  padding: 20px;
}

.bkg-2 {
  background: pink !important;
  padding: 20px;
}

.bkg-3 {
  background: green !important;
  padding: 20px;
}

.bkg-4 {
  background: yellow !important;
  padding: 20px;
}

.bkg-5 {
  background: blue !important;
  padding: 20px;
}

.bkg-6 {
  background: orange !important;
  padding: 20px;
}

a {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0 0 30px;
}

sup {
  font-size: 75%;
  position: relative;
  vertical-align: sub;
}

.logo-section-top {
  display: none;
}

/*
==============================================
Navigation
==============================================
*/

.mobile-logo {
  position: absolute;
  top: -10px;
  z-index: 99;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  display: none;
}

.mobile-logo .ftr-logo-wrapper .desktop-image {
  display: block !important;
}

.mobile-logo .ftr-logo-wrapper .ftr-logo {
  max-width: 100% !important;
}

.mobile-logo .ftr-logo-divider, .mobile-logo .ftr-group-name {
  display: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc !important;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc !important;
}

.wow {
  visibility: hidden;
}

.mc-container .slick-next:before {
  content: "" !important;
}

.mc-container .slick-next {}

.mc-container .slick-next:after {
  content: "" !important;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: absolute;
  top: 40px;
  left: -30px;
  -webkit-transform: rotate(45deg) skew(10deg, 10deg);
  transform: rotate(45deg) skew(10deg, 10deg);
  width: 25px;
  height: 25px;
  border-right: 1px solid #c9a560;
  border-top: 1px solid #c9a560;
  -webkit-text-stroke: 8px transparent !important;
}

.mc-container .slick-prev:after {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: absolute;
  top: 40px;
  left: 125px;
  content: "";
  -webkit-transform: rotate(-45deg) skew(-10deg, -10deg);
  transform: rotate(-45deg) skew(-10deg, -10deg);
  width: 25px;
  height: 25px;
  border-left: 1px solid #c9a560;
  border-top: 1px solid #c9a560;
}

.mc-container .slick-prev {
  z-index: 222;
}

.mc-container .slick-prev:before {
  content: "" !important;
}

.mc-container a:hover .mc-cta {
  background-color: #c9a560 !important;
  color: #FFF;
  border: solid 1px transparent;
}

a {
  color: #58595b;
}

a:hover, a:focus {
  color: #f14830;
  text-decoration: none;
}

.home-body .nav-main-header {
  animation-delay: 1s;
}

.primary-nav {
  position: relative;
}

.primary-nav li {
  height: 100%;
  min-height: 125px;
}

.primary-nav li ul li {
  height: auto;
  min-height: auto;
}

.primary-nav li:nth-child(9) {
  background: rgba(241, 72, 48, 0.5);
  position: absolute !important;
  right: 0;
  top: 0; /*110px;*/
  border: 1px solid rgba(223, 68, 46, 0.3);
  text-align: center;
  padding: 5px 0px 0px;
  height: 30px;
  display: block !important;
  width: 150px;
  min-height: 30px;
}

.primary-nav li:nth-child(9) a {
  padding: 6px 0px 0px 0px;
  text-align: center;
  font-size: 10px !important;
}

.primary-nav li:nth-child(9) ul li a {
  padding: 0 0px;
  text-align: left;
  font-size: 12px !important;
}

.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
  top: 59px;
}

.primary-nav li a>i {
  margin-right: 0;
}

.primary-nav>li>a:hover {
  color: #f14830;
}

.primary-nav>li>a.selected, .primary-nav>li>a.active, .nav-standard.selected {
  color: #f14830;
}

.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav {
  margin-top: -55px;
  margin-left: -73px;
}

.nav-overall-wrapper:not(.van-mobile-nav) .nav {
  max-width: 1170px;
  margin: 0 auto;
  font-family: 'Source Sans Pro', sans-serif;
  color: #FFFFFF;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 20px;
}

.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li a img {
  margin-right: 40px;
  max-width: 230px;
  position: relative;
  top: 20px;
  left: -32px;
}

.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li a img:after {
  background: url(https://www.raymondjames.com/-/media/rj/advisor-sites/sites/a/j/ajaneewm/Images/logo-btm-slogan.png) no-repeat rgba(0, 0, 0, .5);
  content: "";
  display: inline-flex !important;
  width: 200px;
  height: 50px;
  margin: 0 auto;
  position: absolute;
  left: 0px;
  top: 4px;
}

.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav>.has-children>a {
  padding-right: 0px !important;
}

.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav>.has-children>a::before {
  display: none;
}

.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav>.has-children>a::after {
  display: none;
}

.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav>li>a:hover {
  color: #f14830 !important;
}

.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav a.active, .primary-nav a.active {
  color: #f14830 !important;
}

.nav-trigger span, .nav-trigger span::before, .nav-trigger span::after, .nav-trigger.nav-is-visible span::before, .nav-trigger.nav-is-visible span::after {
  background: #f14830;
}

.nav-overall-wrapper:not(.van-mobile-nav) {
  position: fixed;
  width: 100%;
  z-index: 150;
  height: 148px; /*99px;*/
  background: url(https://www.raymondjames.com/-/media/rj/advisor-sites/sites/a/j/ajaneewm/Images/bkg-navigation-pattern/bkg-navigation-pattern-clear.png) no-repeat rgba(0, 0, 0, .5);
  background-size: contain;
  animation: fadeIn 1s linear;
  -webkit-animation: fadeIn 1s linear;
}

.primary-nav a, .primary-nav ul a, .van-mobile-nav .primary-nav a, .van-mobile-nav .primary-nav ul a {
  text-overflow: inherit;
}

.nav-subnav .nav-address-mobile {
  display: none !important;
}
.investor-access-remember-me-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 5px 0;
  color: #58595b;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.special-page .change:after {
  background: none;
}

.special-page nav {
  padding-top: 0px;
}

.no-bkg-nav {
  background: none;
  background-image: none !important;
}

.primary-nav .nav-subnav>li>a {
  /* secondary nav title */
  color: #f14830;
}

.primary-nav .nav-subnav a:hover {
  color: #f14830 !important;
}

.special-page .primary-nav>li {
  height: auto;
}

.close-subnav:hover:before {
  background-color: #f14830;
}

.close-subnav:hover:after {
  background-color: #f14830;
}

.primary-nav .see-all a {
  /* different style for the See all button on mobile and tablet */
  color: #f14830;
}

.nav-subnav, .close-subnav {
  top: 60px !important;
  width: 100% !important;
  left: 0px;
  min-width: 250px !important;
}

.account-access-header-wrapper {
  display: none;
}

.close-subnav {
  top: 60px !important;
  right: 0px !important;
}

.primary-nav>li {
  margin-left: 0px;
}

.nav-main-header {
  background: transparent;
}

.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav {
  float: none;
  padding-right: 0px !important;
  margin-top: -20px;
}

.nav-overall-wrapper:not(.van-mobile-nav) .nav-overlay {
  display: none;
}

.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li a>i {
  background: #fff;
  content: "";
  display: inline-flex !important;
  width: 1px;
  height: 13px;
  margin: 0 auto;
  position: absolute;
  left: 0px;
  top: 0px;
}

.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li a>i:before {
  display: none;
}

.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li.has-children {
  padding-right: 16px;
}

.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav>li>a {
  position: relative;
  display: inline-block;
  height: 100%;
  top: 0%;
  padding: 0 16px;
  color: #fff;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  min-height: /*125px*/ 70px;
}

.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li:nth-child(9) a i {
  width: 0px;
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 18px;
}

.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li:nth-child(3) a i {
  width: 0px;
}

.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e9e9e9+0,ffffff+100 */
  background: rgb(218, 215, 215);
  /* Old browsers */
  background: -moz-linear-gradient(45deg, rgba(218, 215, 215, 1) 0%, rgba(255, 255, 255, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, rgba(218, 215, 215, 1) 0%, rgba(255, 255, 255, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgba(218, 215, 215, 1) 0%, rgba(255, 255, 255, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
  top: 61px !important;
}

.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav a {
  color: #58595b;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
}

.investor-access-input-wrapper input {
  padding: 10px 0 10px 35px;
  margin-bottom: 5px;
  border: none;
  border-bottom: 1px solid black;
  width: 100%;
  color: #58595b;
}

.investor-access-login-button {
  display: inline-flex;
  height: 40px;
  width: 150px;
  border: 2px solid #000;
  margin: 20px 20px 20px 20px;
  font-family: 'Work Sans', sans-serif;
  color: #f14830;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: none;
}

@media only screen and (max-width: 1455px) {
  .primary-nav li:nth-child(9) ul.nav-subnav {
    left: -100px;
  }
}
@media screen and (max-width: 780px) {
.investor-access-content-wrapper {
    padding: 15px 10px 0 20px;
  }
}
/*
==============================================
Billboard - Home
==============================================
*/

.billboard-container {
  max-width: 100%;
}

.billboard-container .slick-track .slick-slide>a {
  z-index: 99999999999999999;
  position: relative;
}

.billboard-container .slick-next:before {
  font-size: 70px;
}

.billboard-container .slick-prev:before {
  font-size: 70px;
}

.slick-dots li button {
  width: 196px;
  height: 170px;
  text-align: center;
  /* border: 1px solid green; */
}

.slick-dots li {
  width: 233px;
}

.slick-dots li {
  height: 0px;
}

.home-section-main .billboard-container .billboard-slider {
  opacity: 1;
  visibility: visible;
}

.slick-dots li button:before {
  position: absolute;
  top: 50%;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto;
  background: transparent;
  border-top: .3rem solid #f14830;
  border-right: .3rem solid #f14830;
  box-shadow: 0 0 0 lightgray;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  left: 40%;
  -webkit-transform: translate3d(0, -50%, 0) rotate(-225deg);
  transform: translate3d(0, -50%, 0) rotate(-225deg);
}

.slick-dots button:after {
  font-family: 'Playfair Display', serif;
  color: #58595b;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  width: 218px;
  height: 20px;
  text-transform: uppercase;
}

.billboard-container .slick-dots li button:hover:before {
  color: rgba(255, 255, 255, 0);
  opacity: 1;
}

.slick-dots #slick-slide01 button:after {
  position: absolute;
  top: 40px;
  left: 0px;
  content: "PHYSICIANS and DENTISTS";
}

.slick-dots #slick-slide02 button:after {
  position: absolute;
  top: 40px;
  left: 0px;
  content: "BUSINESS OWNERS";
}

.slick-dots #slick-slide03 button:after {
  position: absolute;
  top: 40px;
  left: 0px;
  content: "IT PROFESSIONALS";
}

#slick-slide00 {
  display: none;
}

.billboard-container .slick-dots li button:before {
  color: rgba(255, 0, 0, 0);
  opacity: 0;
}

.billboard-container .slick-dots li.slick-active button:before {
  color: rgba(0, 128, 0, 0);
}

.billboard-container .slick-dots {
  bottom: -11px;
  padding: 36px 0 50px;
  background: rgba(255, 255, 255, 0.7);
}

.billboard-content-wrapper {
  justify-content: space-around !important;
}

.billboard-content-wrapper {
  height: auto !important;
}

.billboard-slide {
  background-size: cover;
}

@media only screen and (max-width: 1550px) {
	.billboard-container billboard-main .slick-track .slick-slide {
    background-position: right !important;
	}
	.billboard-content-wrapper h1, .billboard-content-wrapper p {
		text-shadow: #ffffff 2px 0px 6px, #ffffff 2px 0px 10px;
	}
}

.main-content {
  /* background:#000; */
}

.main-content-coliumn {
  width: 780px;
  margin: 0 auto;
}

.billboard-background-video::after {
  background: none !important;
}

.account-access-header-wrapper {
  display: none;
}

.billboard-container {
  min-height: 1107px;
}

.billboard-container billboard-main .slick-track .slick-slide {
  min-height: 1107px;
}

@media screen and (max-width: 1024px) and (min-width: 780px) {
  .callouts-container .callout-item {
    width: 100%;
  }
  .callout-item a {
    margin: 0 auto;
  }
}

/* BEGIN IE Styles */

@media screen and (max-width: 1024px) {
  .callouts-container {
    display: block !important;
  }
}


/* END IE Styles */

.billboard-heading {
  text-align: left;
}

.bboard-head-main {
  font-family: 'Playfair Display', serif;
  font-size: 58px;
  line-height: 58px;
  font-weight: 400;
  text-transform: uppercase;
  color: #58595b;
}

.head-white {
  color: #fff;
}

.billboard-heading-wrapper {
  padding: 0px 15px 0px;
  position: relative;
}

.billboard-heading h1 {
  margin: 0 0 20px;
  position: relative;
  z-index: 50;
}

.bboard-head-main span {
  display: block;
}

.home-subhead-small {
  font-family: 'Playfair Display', serif;
  font-size: 35px;
  line-height: 35px;
  font-weight: 400;
  color: #f14830;
  font-style: italic;
}

.home-subhead {
  font-family: 'Work Sans', sans-serif;
  line-height: 25px;
  font-weight: 400;
  color: #58595b;
  display: block;
  text-transform: uppercase;
  font-size: 20px;
}

.interior .home-subhead {
  font-family: 'Work Sans', sans-serif;
  line-height: 25px;
  font-weight: 400;
  color: #58595b;
  display: block;
  text-transform: uppercase;
  font-size: 50px;
}

.home-headline {
  font-family: 'Playfair Display', serif;
  font-size: 50px;
  line-height: 48px;
  font-weight: 400;
  color: #58595b;
}

.billboard-container p {
  margin: 0 0 15px;
  font-family: 'Work Sans', sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  color: #58595b;
  width: 470px;
}

.billboard-cta-wrapper {
  text-align: left;
  padding: 0px 15px 0px;
  position: relative;
  top: -8px;
}

.billboard-cta-button .billboard-cta {
  font-family: 'Playfair Display', serif !important;
  font-size: 20px !important;
  line-height: 27px !important;
  font-weight: 400 !important;
  font-style: italic !important;
  color: #f14830 !important;
  background: rgba(0, 0, 0, 0);
  padding: 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1px solid transparent;
  margin-top: 0px;
}

.slogan-section {
  position: relative;
  margin: 0 auto;
  text-align: center;
  /* border: 2px solid pink; */
  /* height: 200px; */
}

.slogan-container {
  position: fixed;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  top: 110px;
  z-index: 999;
  pointer-events: none;
  /* border: 1px solid red; */
  /* left: 200px; */
  animation: fadeInUp 1s linear;
  -webkit-animation: fadeInUp 1s linear;
}

.slogan-container img {
  max-width: 200px;
  position: relative;
  margin-left: -870px;
}

/*
==============================================
Home intro section
==============================================
*/

.intro-icon {
  text-align: center;
  padding: 40px 0 20px;
}

.intro-icon img {
  width: 42px;
  height: 37px;
  margin: 0 auto;
}

.intro-section {
  padding: 1px;
  background-size: cover;
}

.intro-container {
  text-align: center;
  width: 80% !important;
  max-width: 977px;
  padding: 10px 105px;
  margin: 145px auto;
  background: #fff;
  height: auto;
  border-radius: 10px;
  display: table;
  box-shadow: 5px 10px 15px #898989;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefefe+0,e9e9e9+99 */
  background: rgb(254, 254, 254);
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, rgba(254, 254, 254, 1) 0%, rgba(233, 233, 233, 1) 99%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(254, 254, 254, 1) 0%, rgba(233, 233, 233, 1) 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(254, 254, 254, 1) 0%, rgba(233, 233, 233, 1) 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e9e9e9', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  position: relative;
}

.intro-container:after {
  width: 99%;
  height: 99.7%;
  border-radius: 10px;
  text-align: center;
  display: block;
  box-shadow: 8px 8px 10px #7f7f7f;
  content: '';
  position: absolute;
  bottom: 3px;
  right: 3px;
}

.intro-container:before {
  width: 99%;
  height: 99%;
  border-radius: 10px;
  text-align: center;
  display: block;
  box-shadow: inset 1px 0px 0px #fff;
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
}

.intro-subhead {
  font-family: 'Playfair Display', serif;
  font-size: 35px;
  line-height: 35px;
  font-weight: 400;
  color: #58595b;
  font-style: italic;
  display: block;
  text-transform: none;
}

.intro-headline h2 {
  font-family: 'Playfair Display', serif;
  font-size: 50px;
  line-height: 61px;
  font-weight: 400;
  color: #58595b;
  text-transform: uppercase;
}

.intro-subhead-small {
  font-family: 'Playfair Display', serif;
  font-size: 35px;
  line-height: 35px;
  font-weight: 400;
  color: #f14830;
  font-style: italic;
  text-transform: none;
}

.intro-body-copy {
  margin: 0 0 15px;
  font-family: 'Work Sans', sans-serif;
  font-size: 17px;
  line-height: 29px;
  font-weight: 400;
  color: #58595b;
  text-align: center;
  margin-top: 20px;
}

.interior-default {
  background-size: cover;
}

footer {
  padding-bottom: 0;
}

.main-content {
  /*padding-top:130px; */
}

.about-interior-wrap .main-content {
  padding-top: 0px;
}

.individuals-interior-wrap .main-content {
  padding-top: 0px;
}

.contactus-interior-wrap .main-content {
  padding-top: 0px;
}

.contactus-interior-wrap .main-content {
  padding-top: 0px;
}

/*
==============================================
Home - Call Outs
==============================================
*/

.callout-item a {
  display: inherit;
  position: relative;
  z-index: 5;
}

.callouts-section {
  padding: 114px 0;
  background-size: cover;
}

.callouts-container {
  background: none;
}

.callouts-container-wrap {
  background: none;
  grid-template-columns: repeat(3, 369px) !important;
  grid-gap: 23px !important;
  margin: 0px auto;
  padding: 20px 0 !important;
}

.callouts-container-wrap .callout-item {
  text-align: center;
  padding: 80px 10px 30px;
}

.callout-cta {
  font-family: 'Playfair Display', serif;
  font-size: 20px !important;
  line-height: 27px;
  font-weight: 400 !important;
  font-style: italic;
  color: #f14830 !important;
  background: none !important;
  border: none !important;
  text-transform: lowercase !important;
}

.callouts-container-wrap .callout-item h3 {
  font-family: 'Playfair Display', serif;
  font-size: 30px !important;
  line-height: 34px;
  font-weight: 400;
  color: #58595b;
}

.callouts-container .callout-item .callout-heading-wrapper {
  margin-bottom: 20px;
}

.callouts-container-wrap .callout-item .callout-cta-wrapper {
  /* padding: 50px 0 60px; */
  align-self: end;
  grid-row: 6;
  position: relative;
  top: -20px;
}

.callout-3 .callout-cta-wrapper:after {
  content: "Tax and accounting services are a service of Roshan Ajanee CPA, PC. and not provided by Raymond James.";
  color: #58595b;
  font-size: 11px;
  line-height: 13px;
  display: block;
  width: 100%;
  position: relative;
  top: 12px;
}

.callouts-container-wrap .callout-item .callout-copy-wrapper {
  padding: 0 0px;
  color: #58595b;
  font-family: 'Work Sans', sans-serif;
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 0;
  width: 240px;
  margin: 0 auto;
}



.callouts-container-wrap .callout-item {
  height: auto;
  border-radius: 10px;
  display: table;
  box-shadow: 5px 10px 15px #898989;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfcfc+0,f9f9f9+49,e9e9e9+100 */
  background: rgb(252, 252, 252);
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(252, 252, 252, 1) 0%, rgba(249, 249, 249, 1) 49%, rgba(233, 233, 233, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(252, 252, 252, 1) 0%, rgba(249, 249, 249, 1) 49%, rgba(233, 233, 233, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(252, 252, 252, 1) 0%, rgba(249, 249, 249, 1) 49%, rgba(233, 233, 233, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e9e9e9', GradientType=1);
  position: relative;
}

.callouts-container-wrap .callout-item:after {
  width: 99%;
  height: 99.7%;
  border-radius: 10px;
  text-align: center;
  display: block;
  box-shadow: 8px 8px 10px #7f7f7f;
  content: '';
  position: absolute;
  bottom: 3px;
  right: 3px;
}

.callouts-container-wrap .callout-item:before {
  width: 99%;
  height: 99%;
  border-radius: 10px;
  text-align: center;
  display: block;
  box-shadow: inset 1px 0px 0px #fff;
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
}

.callouts-mobile-slider {
  background: none !important
}

.callouts-container .callout-item:hover .callout-cta {
  letter-spacing: 3px !important;
}

/*
==============================================
Interior - Our Team
==============================================
*/

.interior .billboard-container {
  max-width: 100%;
  min-height: 558px;
  max-height: 558px;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}

.billboard-int-main {
  animation-duration: 3s;
}

.billboard-heading {
  animation-duration: 5s;
}

.interior .billboard-content-wrapper {
  position: inherit;
  top: inherit;
}

.interior .billboard-content-wrapper {
  min-height: 558px;
}

.our-team-default-section {
  background: #f7f7f7;
}

.main-content-int-section {
  background-color: #f7f7f7;
  padding: 110px 60px;
}

.interior .home-headline {
  color: #58595b;
  text-transform: uppercase;
  text-shadow: 0px 0px 12px #ffffff;
}

.interior .home-subhead {
  font-family: 'Playfair Display', serif;
  line-height: 58px;
  font-weight: 400;
  color: #58595b;
  display: block;
}

.interior .billboard-heading-wrapper {
  padding: 110px 15px 0px;
}

@media only screen\0 {
  .interior .billboard-heading-wrapper {
    padding: 310px 15px 0px;
  }
}

.interior .home-subhead-small {
  font-family: 'Playfair Display', serif;
  font-size: 35px;
  line-height: 35px;
  font-weight: 400;
  color: #f14830;
  font-style: italic;
  text-transform: lowercase;
}

.main-content-int-copy {
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #6d6f71;
  margin: 0px 0 60px;
  border-left: 1px solid #f14830;
  padding-left: 30px;
  padding-bottom: 130px;
}

.resources-masonry {
  border-left: none;
  padding-left: 0px;
}

.main-content-int-title {
  color: #f14830;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  line-height: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: right;
  padding-right: 30px;
}

/****** quote *****/

.quote-section blockquote {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  color: #58595b;
  text-transform: uppercase;
  margin: 0;
  border-left: none;
  padding: 0;
}

.quote-container {
  width: 769px;
  padding: 10px 55px 66px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbfbfb+0,e9e9e9+100 */
  background: rgb(251, 251, 251);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(251, 251, 251, 1) 0%, rgba(233, 233, 233, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(251, 251, 251, 1) 0%, rgba(233, 233, 233, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(251, 251, 251, 1) 0%, rgba(233, 233, 233, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#e9e9e9', GradientType=0);
  /* IE6-9 */
}

.subnav-section {
  background-size: cover;
  padding: 100px 0;
  border-bottom: 14px solid #fff;
}

.subnav-content ul {
  font-family: 'Playfair Display', serif;
  font-size: 21px;
  line-height: 25px;
  font-weight: 400;
  color: #58595b;
  text-transform: uppercase;
  padding-left: 0px;
  text-align: center;
}

.subnav-content li {
  list-style: none;
  display: inline-block;
  padding: 0 64px;
  position: relative;
}

.quote-container cite {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  line-height: 31px;
  font-weight: 400;
  color: #f14830;
  font-style: italic;
  text-transform: uppercase;
}

.subnav-content ul li:before {
  background: red;
  content: "";
  display: inline-flex;
  width: 1px;
  height: 70px;
  margin: 0 auto;
  position: absolute;
  left: 0px;
}

.subnav-content ul li:nth-child(1):before {
  display: none;
}

.btm-subnav .current {
  color: #f14830;
}

/****** bio *******/

.bio-detail-headshot {
  width: auto;
  max-width: 250px;
}

.bio-detail-copy-wrapper firstletter {
  left: 0px;
  top: 35px;
}

.bio-content-photo {
  margin-bottom: 20px;
}

.bio-content-name {
  text-align: center;
}

.bio-detail-title {
  margin: 0px;
  line-height: 27px;
  font-size: 20px;
  display: block;
}

.bio-detail-first-name-wrapper, .bio-detail-last-name-designation-wrapper, .bio-detail-first-name, .bio-detail-last-name, .bio-detail-designation-wrapper, .bio-detail-designation, .bio-detail-middle-initial-wrapper, .bio-detail-middle-initial {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  line-height: 40px;
  color: #000000 !important;
  text-transform: uppercase;
  display: inline;
}

.bio-detail-designation-wrapper {
  font-family: 'Work Sans', sans-serif;
  position: relative !important;
}

.bio-detail-designation {
  line-height: 20px !important;
}

.bio-detail-first-name, .bio-detail-last-name {
  font-size: 27px !important;
}

.bio-content-social {
  text-align: center;
}

.bio-name {
  margin-top: 20px;
}

.bio-assets-container {
  border-bottom: 1px solid #ececec;
  margin: 0px 0px 50px;
  padding: 0px 0px 49px;
}

.bio-page .main-content-int-container {
  padding-top: 100px;
}

.quote-hr {
  display: none;
}

.quote-wrapper {
  padding: 0;
}

/*
==============================================
Interior Default Page
==============================================
*/

.accord-inner .accord-inner-link-content {
  background: none;
}

.accord .accord-link-content {
  background: none;
}

.accord {
  background: none;
  max-width: inherit;
}

.accord .accord-link {
  border-bottom: 1px solid #ececec;
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  text-transform: uppercase;
}

.accord li.open .accord-link {
  color: #f14830;
}

.accord-inner .accord-inner-link-content {
  background: none;
}

.accord-inner .accord-link-content {
  background: none;
}

.accord-inner {
  background: none;
  max-width: inherit;
}

.accord-inner .accord-link {
  border-bottom: 1px solid #ececec;
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  text-transform: uppercase;
}

.accord-inner li.open .accord-link {
  color: #f14830;
}

.accord-inner li {
  border-bottom: 1px solid #ececec;
}

.accord .accord-link-content a, .accord .accord-inner-link-content a {
  padding: 15px 0px;
}

.accord .accord-link-content a:hover, .accord .accord-inner-link-content a:hover {
  background: none;
  color: #f14830;
  padding: 15px 0px;
  letter-spacing: 1px;
}

.main-content-int-copy h3 {
  border-bottom: 1px solid #ececec;
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-top: 50px;
}

/*
==============================================
Contact Us
==============================================
*/

.main-content-int-form {
  margin-top: 60px;
}

.contact-form {
  background-color: #e7ebef;
}

.contact-form .form-inline .captcha .btn-contact {
  display: inline-flex;
  height: 40px;
  width: 150px;
  border: 2px solid #d27855;
  margin: 20px 20px 20px 20px;
  font-family: PlayfairDisplay;
  color: #393939;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: none;
}

.contact-form .form-inline .captcha .btn-contact:hover {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 2px solid #d27855;
  background: rgba(255, 255, 255, 1);
  color: #393939;
}

.contact-form .form-inline .captcha {
  background-color: #f1f2f4;
}

/*
==============================================
Resources - Masonry Grid
==============================================
*/

.resource-detail-copy-wrapper a {
  color: #f14830;
}

.resource-detail-info-wrapper a:hover {
  color: #f14830;
}

.disclaimer {
  font-size: 12px !important;
  line-height: 15px !important;
}

.masonry-title {
  font-family: 'Playfair Display', serif;
  font-size: 25px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.masonry-date {
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
}

.masonry-paragraph {
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.masonry-load-more, .masonry-tertiary-load-more {
  display: inline-flex;
  height: 40px;
  width: 150px;
  border: 2px solid #000;
  margin: 20px 20px 20px 20px;
  font-family: 'Work Sans', sans-serif;
  color: #f14830;
  font-size: 15px;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: none;
}

.masonry-load-more:hover, .masonry-tertiary-load-more:hover {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 2px solid #f14830;
  background: rgba(255, 255, 255, 0.5);
  color: #393939;
}

.masonry-load-more:before {
  content: "\f021";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: relative;
  left: -7px;
  color: #393939;
  animation: rotating 2s infinite linear;
  -webkit-animation: rotating 2s infinite linear;
}

@-webkit-keyframes rotating
/* Safari and Chrome */

  {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 275s linear infinite;
  -moz-animation: rotating 275s linear infinite;
  -ms-animation: rotating 275s linear infinite;
  -o-animation: rotating 275s linear infinite;
  animation: rotating 275s linear infinite;
}

.masonry-container {
  padding: 70px 15px;
}

.filter-container {
  margin-bottom: 0px;
  max-width: 100%;
  padding: 0px;
}

.filter-reset-container {
  border-bottom: double #cbcbcb;
}

.filter-link {
  border: none;
  background: none;
  padding-bottom: 0px;
}

.filter {
  background: none;
  margin-bottom: 0px;
}

.masonry-container {
  background: none;
}

.filter-open.fa-angle-down:before {
  color: #f14830;
}

.filter a {
  color: #393939;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.filter a:hover {
  color: #f14830;
}

/****** block colors ******/

.masonrytile021x1 {
  background: url(https://www.raymondjames.com/-/media/rj/advisor-sites/sites/a/j/ajaneewm/images/bkg-slide-1.jpg);
  background-repeat: no-repeat;
  color: #fff;
  padding: 0px 10px;
  background-size: cover;
}

.masonrytile021x2 .masonry-copy {
  height: 370px !important;
}

.masonry-copy {
  padding: 60px 25px;
}

.masonry-category-container {
  bottom: 25px;
}

.masonry-cta-text .masonry-cta {
  bottom: 40px;
  padding-left: 10px;
}

.masonry-one-of-two .masonry-cta {
  padding-left: 10px;
}

.masonry-one-by-two .masonry-cta {
  padding-left: 10px;
}

.masonrytile021x1 .masonry-cta {
  color: #fff !important;
  padding-left: 20px;
}

.masonry-category-container {
  left: auto;
}

.masonrytile021x1 .masonry-cta-text .masonry-cta {
  padding-left: 20px;
}

.resource-detail-next-link:before {
  display: none;
}

.resource-detail-previous-link:before {
  display: none;
}

/****** Newsletter tables ******/

.wmsTbl {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 4px;
}

.wmsTbl th {
  font-family: verdana;
  font-size: 11px;
  text-align: left !important;
  background: #D3D3D3;
  color: #676767 !important;
  text-transform: uppercase;
}

.wmsTbl td {
  font-family: verdana;
  font-size: 11px;
  padding: 4px;
}

.wmsTbl tr.tblon td {
  background: rgba(255, 255, 255, 0.3);
  padding: 10px;
}

.wmsTbl tr.tbloff td {
  background: rgba(234, 234, 234, 0.5);
  padding: 10px;
}

/*
==============================================
Home Section 2 Body Copy
==============================================
*/

.bodycopy-wrap {
  padding: 142px 0 122px;
  background-size: cover;
  background-position: center center;
}

.bodycopy-container {
  text-align: center;
  margin-top: 50px;
  margin: 0 auto;
  position: relative;
}

.bodycopy-wrap-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 96px 0 66px;
  display: grid;
}

.bodycopy-container:before {
  content: "";
  display: block;
  height: 5px;
  width: 83px;
  margin: 0 auto;
  background: #d27855;
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -35px;
  z-index: 30;
}

.bodycopy-line {
  display: block;
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
}

/* ----------- Animation ----------- */

.bodycopy-line {
  animation-duration: 4s;
}

.bc-top {
  margin: 0px auto 0 33px !important;
}

.bodycopy-content {
  font-family: 'Raleway', sans-serif;
  color: #d7cfcf;
  font-size: 19px;
  font-weight: 400;
  line-height: 31px;
  text-align: center;
  margin: 0px auto 33px;
  -webkit-font-smoothing: antialiased;
}

.body-copy-accent {
  font-family: 'Playfair Display', serif;
  color: #eb926f;
  font-size: 28.27px;
  font-weight: 300;
  line-height: 44px;
  text-align: center;
  padding: 0 110px;
  text-transform: uppercase;
  margin: 30px auto 20px;
  -webkit-font-smoothing: antialiased;
  animation-delay: 1s;
  animation-duration: 3s;
}

.body-copy-accent:after {
  content: "";
  display: block;
  height: 5px;
  width: 60px;
  background: rgba(255, 255, 255, 0.2);
  margin: 28px auto 20px;
}

.s2-bodycopy-main-3 {
  font-family: 'Raleway', sans-serif;
  color: #d7cfcf;
  font-size: 19px;
  font-weight: 400;
  line-height: 31px;
  text-align: center;
  margin: 117px auto 0;
  -webkit-font-smoothing: antialiased;
}

.s2-bodycopy-main-4 {
  display: inline-flex;
  margin: 10px 0 60px;
  animation-delay: 1s;
}

/* Button Styles */

.s2-button {
  animation-delay: 1s;
}

.button {
  display: inline-flex;
  height: 40px;
  width: 150px;
  border: 2px solid #d27855;
  margin: 20px 20px 20px 20px;
  font-family: PlayfairDisplay;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

#button-2 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#button-2 a {
  position: relative;
  transition: all .35s ease-Out;
}

#button-2:hover #slide {
  left: 0;
}

#button-2:hover a {
  color: #eb926f;
}

#button-2 a {
  color: #fff;
}

.top-row-main .rich-text {
  font-family: 'Raleway', sans-serif;
  color: #d7cfcf;
  font-size: 19px;
  font-weight: 400;
  line-height: 31px;
  text-align: center;
  margin: 117px auto 0;
  -webkit-font-smoothing: antialiased;
}

.middle-row-main .rich-text {
  font-family: 'Playfair Display', serif;
  color: #eb926f;
  font-size: 28.27px;
  font-weight: 300;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  margin: 30px auto 45px;
  -webkit-font-smoothing: antialiased;
}

.bottom-row-main .rich-text {
  font-family: 'Raleway', sans-serif;
  color: #d7cfcf;
  font-size: 19px;
  font-weight: 400;
  line-height: 31px;
  text-align: center;
  margin: 0 auto 75px;
  -webkit-font-smoothing: antialiased;
}

/*
==============================================
Footer
==============================================
*/

.footer-component-section {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2d2d2d+0,171717+100 */
  background: rgb(45, 45, 45);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(45, 45, 45, 1) 0%, rgba(23, 23, 23, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(45, 45, 45, 1) 0%, rgba(23, 23, 23, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(45, 45, 45, 1) 0%, rgba(23, 23, 23, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#171717', GradientType=0);
  /* IE6-9 */
  -moz-box-shadow: inset 0 0 180px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 180px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 180px rgba(0, 0, 0, 0.5);
}

.ftr-logo {
  max-width: 191px;
}

.ftr-nap p {
  margin: 0px 0 0 0;
  font-family: 'Work Sans', sans-serif;
  font-size: 17px;
  line-height: 23px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.footer-content-1 {
  border-bottom: 1px solid #f14830;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.ftr-nap .ftr-nap-name {}

.ftr-disclosures a {
  color: #fff;
}

.ftr-disclosures {
  font-family: 'Work Sans', sans-serif;
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
  color: #fff;
}

.social-container {
  text-align: center;
  padding: 0px 0;
}

.footer-social-content {
  animation-delay: 1s;
}

.footer-social-content a:nth-child(2) {
  border-left: 1px solid #fff;
}

.footer-social-content a:nth-child(3) {
  border-left: 1px solid #fff;
}

.footer-social-content a:nth-child(4) {
  border-left: 1px solid #fff;
}

.ftr-nap-wrapper {
  font-family: 'Work Sans', sans-serif;
  font-size: 17px;
  line-height: 23px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.ftr-nap .ftr-nap-map-directions:before {
  display: none;
}

.ftr-logo-wrapper {
  padding: 53px 0 0;
}

.ftr-nap li {
  padding: 5px 0 5px 0px;
  font-family: 'Work Sans', sans-serif;
  font-size: 17px;
  line-height: 23px;
  font-weight: 400;
  color: #fff;
}

/* ----------- footer slide animation ----------- */

@keyframes slideInDownSmall {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, -20px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDownSmall {
  -webkit-animation-name: slideInDownSmall;
  animation-name: slideInDownSmall;
}

/* ----------- Phone ----------- */

.social-container a .fa {
  color: #fff !important;
}

.social-container a:hover .fa {
  color: #eb926f !important;
}

/* ----------- Address ----------- */

.ftr-nap-address-label {
  display: none;
}

.ftr-nap-map-directions a {
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.footer-headline-content {
  margin: 0 !important;
}

.ftr-cta-wrapper {
  margin: 0 !important;
}

.footer-head-1 {
  font-family: 'Playfair Display', serif;
  color: #eb926f;
  font-size: 28px;
  font-weight: 300;
  line-height: 44px;
  text-transform: uppercase;
  text-align: center;
  margin: 0px auto 45px;
  -webkit-font-smoothing: antialiased;
  animation-duration: 2s;
}

.ftr-cta:hover {
  border: none;
}

.footer-content a {
  color: #fff;
}

.ftr-nap-phone a {
  font-family: 'Work Sans', sans-serif;
  font-size: 17px;
  line-height: 23px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.footer-content a:hover {
  color: #eb926f;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.ftr-nap .ftr-nap-phone:before {
  display: none;
}

.blog-posts ul {
  list-style: none;
  padding: 0 0px 20px;
  margin-left: 5px;
}

.blog-posts li {
  font-family: 'Raleway', sans-serif;
  color: #ffffff;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  text-align: left;
  margin: 0px;
}

/*
==============================================
Intergenerational Wealth Transfer Modules
==============================================
*/

.iwt-landing .masonry-cta {
  bottom: 0;
  padding: 10px 20px;
}

.iwt-landing .masonry-img {
  height: 360px;
}

.iwt-landing .intergenerational-main-landing-page .iwt-campaign-video-billboard {
  max-width: 900px !important;
  height: auto !important;
  min-height: auto !important;
  padding-top: 0px !important;
  background-size: cover !important;
}

.iwt-landing .masonry-title {
  margin-top: 0;
}

.iwt-landing .main-content-int-copy, .iwt-detail .main-content-int-copy {
  padding-bottom: 0;
}

.iwt-landing .content-slider-hidden-slide-link:hover, .iwt-landing .masonry-link:hover, .iwt-landing .mc-slide a:hover, .iwt-detail .content-slider-hidden-slide-link:hover, .iwt-detail .masonry-link:hover, .iwt-detail .mc-slide a:hover {
  color: #000;
}

.iwt-detail .media-carousel-section .media-carousel-base .mc-heading {
  font-size: 90px !important;
}

.iwt-detail .main-content-int-copy h3 {
  border-bottom: none;
}

.iwt-detail .callouts-container .callout-item .callout-heading-wrapper {
  margin-bottom: 0;
}

.iwt-detail .mc-content-wrapper {
  padding: 0;
}

.iwt-detail .mc-cta {
  left: 0;
}

.iwt-detail .mc-container .slick-prev {
  left: -175px;
}

.iwt-detail .mc-container .slick-prev:after {
  border-left: 1px solid #000;
  border-top: 1px solid #000;
}

.iwt-detail .mc-container .slick-next {
  right: -175px;
}

.iwt-detail .mc-container .slick-next:after {
  border-right: 1px solid #000;
  border-top: 1px solid #000;
}

.iwt-detail .mc-container a:hover .mc-cta {
  background: none !important;
  border: none;
}

@media (min-width: 768px) and (max-width: 1549px) {
  .iwt-detail .mc-container .slick-next {
    right: -75px;
  }
}
/*
==============================================
Responsive Media Queries GOOD
==============================================
*/

@media screen\0 {
  .slick-dots li button:before {
    left: 50%;
  }
  .billboard-content-wrapper .container {
    position: relative;
    top: 0px;
  }
}

@media screen and (min-width: 780px) {
    .billboard-content-wrapper {
      max-width: 90%;
      min-width: 85%;
      width: 320px;
    }
}

@media all and (-ms-high-contrast: none) and (min-width: 780px), (-ms-high-contrast: active) and (min-width: 780px) {
    .billboard-content-wrapper {
      max-width: 90%;
      min-width: 85%;
      width: 320px;
    }
}

@media screen and (min-width: 1600px) {
    .billboard-content-wrapper {
      max-width: 69%;
      min-width: 68%;
      width: 320px;
    }
}

@media all and (-ms-high-contrast: none) and (min-width: 1600px), (-ms-high-contrast: active) and (min-width: 1600px) {
    .billboard-content-wrapper {
      max-width: 69%;
      min-width: 68%;
      width: 320px;
    }
}

@media screen and (min-width: 2150px) {
    .billboard-content-wrapper {
      max-width: 65%;
      min-width: 45%;
      width: 320px;
    }
}

@media all and (-ms-high-contrast: none) and (min-width: 2150px), (-ms-high-contrast: active) and (min-width: 2150px) {
    .billboard-content-wrapper {
      max-width: 65%;
      min-width: 45%;
      width: 320px;
    }
}

@media screen and (min-width: 2640px) {
    .billboard-content-wrapper {
      max-width: 65%;
      min-width: 30%;
      width: 320px;
    }
}

@media all and (-ms-high-contrast: none) and (min-width: 2640px), (-ms-high-contrast: active) and (min-width: 2640px) {
    .billboard-content-wrapper {
      max-width: 65%;
      min-width: 30%;
      width: 320px;
    }
}


/* Background image Fix */

@media screen and (min-width: 780px) and (max-width: 1720px) {
  .interior .billboard-container {
    background-size: cover;
  }
}

/* Breakpoint - bootstrap */

@media screen and (min-width: 991px) and (max-width: 1199px) {}

/* Ipad landscape ONLY */

@media screen and (width: 1024px) {
  .slogan-container img {
    margin-left: 0px;
  }
  .interior .billboard-container {
    background-size: contain;
  }
  .interior .billboard-container {
    min-height: 335px !important;
    padding-top: 98px;
    background-position: right bottom;
  }
  .interior .billboard-content-wrapper {
    min-height: 335px !important;
    position: relative;
    top: -98px;
  }
  .billboard-container .slick-track .slick-slide {
    min-height: 856px;
  }
  .billboard-container {
    min-height: 856px;
  }
  .billboard-slide {
    background-size: contain;
    background-repeat: no-repeat;
  }
  .primary-nav>li>a {
    margin-left: 0px;
    font-size: 12px;
  }
  .nav .primary-nav li a img {
    margin-left: 0px;
  }
  .nav-center .primary-nav {
    left: 58%;
  }
  .intro-container {
    width: 767px;
    padding: 10px 35px;
  }
  .callouts-container-wrap .callout-item {
    width: calc(31% - 0px);
  }
  .callouts-container-wrap .callout-item .callout-cta-wrapper {
    top: -10px;
  }
  .interior .billboard-heading-wrapper {
    padding: 200px 15px 0px;
  }
  .interior .home-headline {
    font-size: 42px;
  }
  .interior .home-subhead {
    font-size: 42px;
    line-height: 42px;
  }
  .interior-default {
    overflow: hidden;
  }
  .callout-copy-wrapper {
    height: auto;
  }
  .callouts-container-wrap .callout-item .callout-cta-wrapper {
    padding: 0px 10px;
  }
  .callouts-container-wrap {
    padding: 0px;
  }
  .team-content {
    padding: 63px 90px 10px;
  }
  .slogan-section {
    position: relative;
    margin: 0 auto;
    text-align: center;
  }
  .slogan-container {
    position: fixed;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    top: 120px;
    z-index: 99;
    left: 30px;
    animation: fadeIn 1s linear;
    -webkit-animation: fadeIn 1s linear;
    animation-delay: 1s;
  }
  .slogan-container img {
    max-width: 200px;
  }
  .callouts-container-wrap .callout-item h3 {
    font-size: 28px !important;
  }
  .subnav-content li {
    padding: 0 44px;
  }
  .quote-container {
    width: 767px;
    padding: 10px 105px 70px;
  }
  ul.top-level-sub.nav-subnav.single-nav {
    left: -100px;
  }
}


@media screen and (min-width: 781px) and (max-width: 1190px) {
		.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li.home-page {
			display: none !important
		}
		.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li.nav-image {
			display: inline-block !important;
			position: absolute;
			top: -105px;
			left: 0px;
			width: 100%;
		}
		.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li a img {
			left: 0px;
			margin-right: 0px;
		}
		.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li:nth-child(3) {
			display: inline-block !important;
		}
		.nav-overall-wrapper:not(.van-mobile-nav) .nav, .slogan-section {
			max-width: 781px;
		}
		.slogan-section {
			height: auto;
	    min-height: 21.5px;
	    width: 100%;
		}
		.slogan-section, .slogan-container {
			text-align: unset;
		}
		.slogan-container {
			top: 75px;
			left: 0px;
		}
		.slogan-container .image-container {
			margin: 0 auto;
			display: block;
			width: 100%;
		}
		.slogan-container img {
			margin-left: 0px;
			display: block;
    	margin: 0 auto;
		}
		.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav {
			margin-left: 0px;
			text-align: center;
			top: 80px;
		}
		.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
			top: 30px !important;
		}
		.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:nth-child(3) {
		    display: block !important;
		}
		.nav-overall-wrapper:not(.van-mobile-nav) {
			background-size: cover;
			min-height: 130px;
		}
		.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li.has-children {
    	padding-right: 8px;
		}
		.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav>.has-children>a {
		    padding-right: 0px !important;
		}
		.primary-nav li:nth-child(9) {
			top: 35px;
		}
}
/* Ipad Portrait Breakpoint */

@media screen and (min-width: 780px) and (max-width: 991px) {}

/* Responsive Menu Breakpoint */

@media screen and (max-width: 780px) {
	.ftr-logo-wrapper {
		padding: 30px 0 0;
	}
	.slogan-container {
		top: 150px !important;
	}
	.account-access a, .account-access form a, .investor-access-links-wrapper a:first-child, .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li:nth-child(9) .nav-subnav .parent-nav-item {
      display: none !important;
  }
  .account-access form div div a, .account-access form div a, .account-access-header-wrapper {
      display: block !important;
  }
	.account-access-header {
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	.billboard-container billboard-main .slick-track .slick-slide {
    min-height: 700px;
	}
	.billboard-content-wrapper {
    min-height: 100vh !important;
	}
	.home-section-main .billboard-container billboard-main .slick-track .slick-slide {
    background-position: top right !important;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li.account-access .account-access-overall-wrapper a:first-child {
		padding-top: 0px !important;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li:nth-child(9) .nav-subnav {
		top: 0px !important;
		background-color: #c7c7c7 !important;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li .nav-subnav {
		background-color: #c7c7c7 !important;
	}
	.nav-subnav .parent-nav-item {
		visibility: visible !important;
	}
	.investor-access-wrapper {
		padding-top: 20px;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) {
		z-index: 100000009;
	}
  .nav-overall-wrapper:not(.van-mobile-nav).nav-right .nav.nav-opened {
    left: calc(100% - 300px);
    background: rgb(218, 215, 215);
    background: -moz-linear-gradient(45deg, rgba(218, 215, 215, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(218, 215, 215, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(45deg, rgba(218, 215, 215, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#ffffff', GradientType=1);
    box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
  }
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) {
    padding: 5px 0 0px 0px !important;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper {
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: block;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    width: 43px;
    height: 43px;
  }
  .fa-angle-down:before {
    color: #f14830;
  }
  label.investor-access-remember-me-label {
    clear: both;
  }
  form.login-form {
    padding: 0px !important;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger.nav-opened span:before, .nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger.nav-opened span:after {
    background: #f14830;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav>li {
    padding: 8px 0px;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
    padding: 0px !important;
    background: none !important;
    box-shadow: none !important;
    left: 0px;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a {
    display: block;
    text-align: left;
    padding: 9px 0 16px 35px;
    font-size: 14px;
    font-weight: 400;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav>li>a {
    border-bottom: 1px solid rgba(58, 63, 64, 0.7);
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-address-mobile {
    margin-top: 10px;
    padding: 0px 16px;
    text-align: left;
  }
  .nav-address-mobile .nav-address-overall-wrapper span {
    float: left;
    clear: both;
    padding: 4px 0px;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li:nth-child(9) {
    height: auto !important;
    background: transparent;
    position: relative !important;
    right: initial;
    top: initial;
    border: none;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li:nth-child(9) span.has-children-arrow-wrapper {
    text-align: center !important;
  }
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li:nth-child(9)  a {
    font-size: 14px !important;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li:nth-child(9) form a {
    padding: 18px 32px 17px 35px !important;
    border-bottom: 1px solid rgba(58, 63, 64, 0.7);
    font-size: 14px !important;
  }
  .slogan-container {
    z-index: 99;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav {
    padding-top: 10px !important;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav {
    margin-left: 0px;
    padding-top: 0px !important;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav>li>a {
    height: auto;
    min-height: auto;
    color: #58595b;
    border-bottom: 1px solid rgba(58, 63, 64, 0.7);
    padding: 0px 32px 17px 17px;
    width: 100%;
    text-align: left;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav a:hover {
    color: #f14830 !important;
  }
	.nav-overall-wrapper:not(.van-mobile-nav).click-nav .primary-nav li > .nav-subnav.clicked {

	}
  .primary-nav li {
    height: auto;
    min-height: initial;
  }
  .address-phone-wrapper span, .address-group-name-1 {
    color: #58595b;
  }
}

/* Ipad Portrait ONLY */

@media screen and (max-width: 780px) {
  .billboard-content-wrapper {
    min-height: 130vh;
  }
  .slogan-container img {
    margin-left: 0px;
  }
  .slogan-section {
    position: relative;
    margin: 0 auto;
    text-align: center;
  }
  .slogan-container {
    position: absolute;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    top: 140px;
    text-align: center;
  }
  .slogan-container img {
    max-width: 250px;
  }
  .interior .billboard-heading-wrapper {
    padding: 310px 15px 0px !important;
  }
  .billboard-container .slick-track .slick-slide {
    min-height: 1035px;
    height: 1035px;
  }
  .billboard-container p {
    width: 100%;
    font-size: 17px;
    padding: 0 90px;
  }
  .billboard-slide {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
  }
  .billboard-container .slick-track .slick-slide {
    max-height: 745px !important;
    height: 755px;
  }
  .billboard-content-wrapper {
    min-height: auto !important;
    padding-top: 30px;
    bottom: 190px;
  }
  .billboard-container {
    min-height: 755px;
  }
  .logo-section-top .ftr-logo {
    max-width: 300px;
  }
  /*.ftr-logo-wrapper {
	z-index: 150;
	width: 100%;
	position: absolute;
	}*/
  .logo-section-top {
    width: 100%;
    display: inherit;
    margin-bottom: 70px;
  }
  .intro-container {
    width: 89%;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) {
    background: none;
  }
  .nav-overlay {
    background-color: rgba(0, 0, 0, 0.8) !important;
    display: none;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav {
    padding-top: 50px;
    margin-top: 0px;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav>.has-children>a::before {
    display: inherit;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav>.has-children>a::after {
    display: inherit;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li.has-children {
    padding-right: 0px;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li a>i {
    display: none !important;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li:nth-child(9) a {
    padding: 8px 32px 17px 17px !important;
    text-align: left;
    font-size: 14px !important;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li:nth-child(9) {
    background: none;
    position: initial;
    right: auto;
    top: auto;
    border: none;
    text-align: left !important;
    padding: 0px;
    height: 30px;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px !important;
    font-weight: 500;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav.nav-is-visible {
    background: rgb(218, 215, 215);
    /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(218, 215, 215, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(218, 215, 215, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(218, 215, 215, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
  }
  .ftr-brokercheck {
    z-index: 250;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav a {
    color: #58595b !important;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav {
    min-width: 260px !important;
    animation: fadeIn 2s linear;
    -webkit-animation: fadeIn 2s linear;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav a {
    color: #58595b;
  }
  .nav-address-mobile .nav-address-overall-wrapper span {
    color: #58595b;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav>li>a {
    margin-left: 0px;
    width: 100%;
    color: #58595b;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav:after {
    display: none;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
    border-top: 1px solid rgba(255, 255, 255, 0.0);
    background: rgb(220, 217, 217)00;
    top: 0 !important;
    padding-top: 20px;
  }
  .has-children>a::before, .has-children>a::after, .go-back a::before, .go-back a::after {
    background: #f14830;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav a {
    border-bottom: 1px solid rgba(58, 63, 64, 0.2);
  }
  .nav-address-mobile .nav-double-separator {
    border-top: none;
    border-bottom: none;
  }
  .main-content-int-section {
    padding: 35px 0px;
    margin-top: 170px;
  }
  .interior .billboard-container {
    min-height: 308px !important;
    max-height: 308px !important;
    background-size: cover;
		background-position: right !important;
  }
  .interior .billboard-heading-wrapper {
    padding: 230px 15px 0px;
  }
  .subnav-content li {
    padding: 0 24px;
  }
  .billboard-heading {
    text-align: center;
  }
  .billboard-container p {
    width: 100%;
    text-align: center;
    padding: 0 90px;
  }
  .billboard-cta-wrapper {
    text-align: center;
    top: 0px;
  }
  .main-content-int-copy {
    padding-left: 0px;
    border-left: none;
    padding-bottom: 0px;
    padding-top: 40px;
  }
  .main-content-int-title {
    padding-right: 0px;
    text-align: center;
    border-bottom: 1px solid #ececec;
  }
  .interior-default {
    overflow: hidden;
  }
  .intro-subhead {
    font-size: 25px;
  }
  .home-section-main {
    overflow: hidden;
  }
  .callouts-container-wrap .callout-item h3 {
    font-size: 28px !important;
  }
  .callouts-container .callout-item {}
  .callout-copy-wrapper {
    height: auto;
  }
  .callouts-container .callout-item .callout-cta-wrapper {
    padding: 0px 0px;
  }
  .callouts-container {
    padding: 0px;
  }
  .callouts-container .callout-item .callout-heading-wrapper {
    padding: 0 10px;
  }
  .callouts-container .callout-item .callout-copy-wrapper {
    padding: 0 10px;
  }
  /*** media carousel ***/
  .mc-heading {
    font-size: 22px;
    line-height: 27px;
  }
  .mc-content-wrapper {
    padding: 20px 0;
  }
  /*** quote ***/
  .quote {
    font-size: 24px;
  }
  .billboard-content-wrapper .container {
    max-width: calc(100% - 0px);
  }
  .main-head-line {
    margin-left: 18px;
  }
  li.has-children a>i {
    margin-right: 10px;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
    padding: 40px 0px 20px;
    margin-top: 0px;
  }
  .nav-trigger span, .nav-trigger span::before, .nav-trigger span::after {
    /* hamburger icon in CSS */
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 24px;
    background: #756e6e;
  }
  .nav-trigger.nav-is-visible span::before, .nav-trigger.nav-is-visible span::after {
    /* keep visible other 2 lines */
    background: #f14830;
  }
  .nav-overlay {
    display: inherit;
  }
  .nav-overlay.is-visible {
    z-index: 100;
  }
  nav.nav {
    z-index: 250;
    padding: 0px;
    position: absolute;
  }
  .nav-header-buttons {
    z-index: 250;
  }
  .nav-address-mobile .nav-address-overall-wrapper .address-group-name-1 {
    font-size: 22px;
  }
  .nav-address-mobile .nav-address-overall-wrapper .address-group-name-1 {
    font-size: 22px;
  }
  .media-carousel-main {
    height: 900px;
  }
  .team-content {
    padding: 63px 90px 10px;
  }
  .sub-content-container {
    display: inherit;
  }
  .cd-words-wrapper {
    display: table
  }
  .cd-intro {
    padding-left: 0px;
  }
  .sub-content-text-supporting {
    padding-left: 0px;
  }
  .ftr-disclosures-wrapper {
    padding: 20px;
  }
  .ftr-disclosures {
    margin: 30px 0px;
  }
  .bio-page .main-content-int-section {
    margin-top: 60px;
  }
  .bio-page .main-content-int-container {
    padding-top: 0px;
  }
  .bio-detail-designation-wrapper {
    display: block;
  }
  .bio-name, .bio-title {
    text-align: center;
  }
  .main-content-int-title {
    padding-bottom: 15px;
  }
  .resources-masonry {
    padding-right: 0px !important;
  }
  .masonry-container {
    padding: 70px 0px;
  }
  .resource-detail-content-wrapper {
    padding: 0px 15px 80px 15px;
    margin-top: 0px;
  }
  .resource-detail-previous-link-wrapper-mobile, .resource-detail-next-link-wrapper-mobile {
    bottom: -40px
  }
}

@media screen and (max-width: 420px) {
	.intro-container {
		margin-top: 10px;
		margin-bottom: 0px;
	}
}
/* All Mobile Portrait Universal*/

@media screen and (min-width: 320px) and (max-width: 736px) {
  nav.nav {
    position: absolute;
  }
  .slogan-container img {
    margin-left: 0px;
  }
  .main-content-int-copy {
    padding-left: 0px;
    border-left: none;
    padding-bottom: 0px;
    padding-top: 40px;
  }
  .interior .home-subhead {
    line-height: 47px;
  }
  .main-content-int-title {
    padding-right: 0px;
    text-align: center;
    border-bottom: 1px solid #ececec;
  }
  .main-content-int-section {
    padding: 35px 0px;
  }
  .billboard-content-wrapper {
    min-height: 100vh;
  }
  .billboard-heading h1 {
    text-align: center;
  }
  .slick-track {
    padding-top: 0px !important;
  }
  .home-headline {
    line-height: 47px;
  }
  .home-subhead {
    font-size: 16px;
    line-height: 18px;
  }
  .interior .home-subhead {
    font-size: inherit;
  }
  .billboard-container p {
    width: 100%;
    font-size: 17px;
    padding: 0 20px;
  }
  .billboard-cta-wrapper {
    padding: 0 38px;
  }
  .billboard-slide {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
  }
  .logo-section-top {
    width: 100%;
    display: inherit;
    margin-bottom: 40px;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) {
    background: none;
  }
  .nav-overlay {
    background-color: rgba(0, 0, 0, 0.8) !important;
    display: none;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav {
    padding-top: 50px;
    margin-top: 0px;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav>.has-children>a::before {
    display: inherit;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav>.has-children>a::after {
    display: inherit;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li.has-children {
    padding-right: 0px;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li a>i {
    display: none !important;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li:nth-child(9) a {
    padding: 0 17px;
    text-align: left;
    font-size: 14px !important;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li:nth-child(9) {
    background: none;
    position: initial;
    right: auto;
    top: auto;
    border: none;
    text-align: left !important;
    padding: 0px;
    height: 30px;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px !important;
    font-weight: 500;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav.nav-is-visible {
    background: rgb(218, 215, 215);
    /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(218, 215, 215, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(218, 215, 215, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(218, 215, 215, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
  }
  .ftr-brokercheck {
    z-index: 250;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav a {
    color: #58595b !important;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav {
    min-width: 260px !important;
    animation: fadeIn 2s linear;
    -webkit-animation: fadeIn 2s linear;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav a {
    color: #58595b;
  }
  .nav-address-mobile .nav-address-overall-wrapper span {
    color: #58595b;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav>li>a {
    margin-left: 0px;
    width: 100%;
    color: #58595b;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav:after {
    display: none;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
    border-top: 1px solid rgba(255, 255, 255, 0.0);
    background: rgb(220, 217, 217)00;
    top: 0 !important;
    padding-top: 20px;
  }
  .has-children>a::before, .has-children>a::after, .go-back a::before, .go-back a::after {
    background: #f14830;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav a {
    border-bottom: 1px solid rgba(58, 63, 64, 0.2);
  }
  .nav-address-mobile .nav-double-separator {
    border-top: none;
    border-bottom: none;
  }
  .intro-container {
    width: 98%;
    padding: 10px 15px 66px;
  }
  .quote-container {
    width: 90%;
    padding: 10px 15px 66px;
  }
  .intro-subhead {
    font-size: 31px;
    line-height: 35px;
    margin-bottom: 5px;
  }
  .intro-headline h2 {
    font-size: 46px;
    line-height: 41px;
  }
  .intro-container:before, .intro-container:after, .intro-container {
    box-shadow: none;
  }
  form.login-form {
    padding: 0px 20px;
  }
  label.investor-access-remember-me-label {
    display: block;
    margin: 0px;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li:nth-child(9) ul li a {
    padding-left: 20px;
  }
  .main-content-int-title {
    padding-bottom: 20px;
  }
  .ourteam .main-content-int-copy {
    padding-left: 15px;
  }
  .bio-page .main-content-int-section {
    margin-top: 60px;
  }
  .bio-page .main-content-int-container {
    padding-top: 0px;
  }
  .bio-detail-designation-wrapper {
    display: block;
  }
  .bio-name, .bio-title {
    text-align: center;
  }
  .resources-masonry {
    padding-right: 0px !important;
  }
  .masonry-container {
    padding: 70px 0px;
  }
  .resource-detail-content-wrapper {
    padding: 0px 15px 80px 15px;
    margin-top: 0px;
  }
  .resource-detail-previous-link-wrapper-mobile, .resource-detail-next-link-wrapper-mobile {
    bottom: -40px
  }
  .slogan-section {
    position: relative;
    margin: 0 auto;
    text-align: center;
  }
  .slogan-container {
    position: absolute;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    top: 130px;
    z-index: 99;
  }
  .slogan-container img {
    max-width: 200px;
  }
}

/* iPhone 6 Plus Landscape */

@media screen and (max-width: 780px) {
	.billboard-content-wrapper {
		min-height: 180vw !important;
	}
  .interior .billboard-content-wrapper {
    min-height: auto !important;
  }
}

@media screen and (max-width: 736px) {
  .billboard-content-wrapper {
    min-height: 190vw !important;
  }
  .billboard-slide {
    background-position: inherit;
  }
  .slick-dots {
    display: none;
  }
  .billboard-container .slick-track .slick-slide {
    min-height: 755px;
  }
  .billboard-container {
    min-height: 755px;
		max-height: 900px !important;
  }
  .callouts-section {
    padding: 40px 0;
  }
  .callout-item a {
    margin: 0 auto;
  }
  .callouts-container-wrap .callout-item:after {
    box-shadow: 2px 2px 5px #7f7f7f;
  }
  .callouts-container-wrap .callout-item {
    box-shadow: 0px 0px 0px #898989;
  }
  .callouts-container-wrap .callout-item {
    text-align: center;
    padding: 50px 10px 30px;
  }
  .subnav-section {
    display: none;
  }
  .logo-section-top .ftr-logo {
    max-width: 270px;
  }
  .interior .billboard-heading-wrapper {
    padding: 461px 15px 0px !important;
  }
  .interior .billboard-content-wrapper {
    min-height: 438px;
  }
  .billboard-container {
    background-position: top !important;
  }
  .interior-default {
    overflow: hidden;
  }
  .slick-dots {
    display: none !important;
  }
  .home-section-main {
    overflow: hidden;
  }
  .ftr-brokercheck {
    z-index: 250;
  }
  .interior-default {
    overflow: hidden;
  }
  .home-section-main {
    overflow: hidden;
  }
  .team-content {
    padding: 40px;
  }
  .nav-trigger span, .nav-trigger span::before, .nav-trigger span::after {
    /* hamburger icon in CSS */
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 24px;
    background: #756e6e;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav>li>a {
    margin-left: 0px;
  }
  .nav-trigger.nav-is-visible span::before, .nav-trigger.nav-is-visible span::after {
    /* keep visible other 2 lines */
    background: #f14830;
  }
  .nav-address-mobile .nav-double-separator {
    border-top: none;
    border-bottom: none;
  }
  .has-children>a::before, .has-children>a::after, .go-back a::before, .go-back a::after {
    background: #d27955;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav:after {
    display: none;
  }
  .nav-address-mobile .nav-address-overall-wrapper span {
    line-height: 15px;
  }
  .nav-address-mobile .nav-address-overall-wrapper span.address-group-name-1 {
    line-height: 30px;
  }
  .nav-address-mobile {
    font-size: 15px;
  }
  .interior .billboard-container {
    min-height: 185px !important;
  }
  .interior .billboard-container {
    min-height: 455px !important;
  }
  .bodycopy-content {
    margin: 0 auto !important;
  }
  .bodycopy-wrap-content {
    display: inherit;
  }
  .bodycopy-wrap {
    padding: 72px 0 72px;
    padding: 56px 0 26px;
  }
  .body-copy-accent {
    font-size: 27px;
    line-height: 32px;
    padding: 0 0px;
  }
  .heading-billboard-main .head-3 {
    line-height: 30px;
  }
  .main-head-line {
    margin-left: 20px;
  }
  .quote {
    font-size: 23px;
    line-height: 31px;
  }
  .address-group-name-1 {
    font-size: 24px;
    line-height: 27px;
    font-weight: 300;
  }
  .nav-address-mobile .nav-address-overall-wrapper .address-group-name-1 {
    font-size: 22px;
  }
  .ftr-disclosures-wrapper {
    padding: 20px;
  }
  .ftr-disclosures {
    margin: 30px 0px;
  }
  .sub-content-container {
    display: inherit;
  }
}

/* iPhone 6 Landscape */

@media screen and (max-width: 667px) {
  .subnav-section {
    display: none;
  }
}

/* iPhone 5 Landscape */

@media screen and (max-width: 568px) {
  .subnav-section {
    display: none;
  }
  .interior .home-headline {
    font-size: 40px;
    line-height: 40px;
  }
  .interior .billboard-heading-wrapper {
    padding: 190px 15px 0px;
  }
  .logo-section-top .ftr-logo {
    max-width: 270px;
  }
  .interior .billboard-content-wrapper {
    min-height: 338px;
  }
  .interior .billboard-container {
    min-height: 338px !important;
  }
  .interior .billboard-heading-wrapper {
    padding: 351px 15px 0px !important;
  }
}

/* iPhone 4 Landscape */

@media screen and (max-width: 480px) {
  .logo-section-top .ftr-logo {
    max-width: 270px;
  }
  .subnav-section {
    display: none;
  }
  .interior .home-headline {
    font-size: 34px;
    line-height: 34px;
  }
  .interior .home-headline {
    font-size: 34px;
    line-height: 40px;
  }
  .interior .billboard-heading-wrapper {
    padding: 190px 15px 0px;
  }
  .interior .billboard-content-wrapper {
    min-height: 338px !important;
  }
  .interior .billboard-container {
    min-height: 338px !important;
  }
}


@media screen and (max-width: 630px) {
	.billboard-container {
		min-height: 600px;
		max-height: 800px !important;
	}
}

@media screen and (max-width: 500px) {
	.billboard-content-wrapper {
		min-height: 240vw !important;
	}
  .billboard-container {
    min-height: 600px;
    max-height: 700px !important;
  }
 .home-section-main .billboard-section .billboard-container {
    min-height: 800px !important;
  }
}

/**** IE Home Billboard Styles ****/
@media all and (max-width: 500px) and (-ms-high-contrast: none), all and (max-width: 500px) and (-ms-high-contrast: active) {
  .billboard-content-wrapper {
    min-height: 0px !important;
    position: relative;
    top: 300px;
  }
  .slick-slide[data-slick-index="0"] .billboard-content-wrapper .container {
    top: 0px;
  }
}

/* iPhone 6Plus Portrait */

@media screen and (max-width: 414px) {
  /*
	.interior .billboard-container {
	min-height: 325px !important;
	}
	.interior .billboard-content-wrapper {
	min-height: 325px !important;

	}*/
  .billboard-container {
    min-height: 680px !important;
    max-height: 680px !important;
  }
  .billboard-content-wrapper {
    min-height: 250vw !important;
  }
  .main-content-int-section {
    margin-top: 280px;
  }
  .interior .billboard-container {
    min-height: 185px !important;
    background-size: 220%;
    background-position: center right !important;
  }
  .billboard-slide {
    background-position: top;
  }
  .billboard-content-wrapper {
    background: none;
  }
  .callouts-container-wrap .callout-item:after {
    box-shadow: 2px 2px 5px #7f7f7f;
  }
  .callouts-container-wrap .callout-item {
    box-shadow: 0px 0px 0px #898989;
  }
  .callouts-container-wrap .callout-item:before {
    width: 90%;
    height: 99%;
    border-radius: 1px;
    text-align: center;
    display: block;
    box-shadow: inset 10px 0px 0px #fff;
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
  }
  .callouts-container-wrap .callout-item .callout-copy-wrapper {
    padding-top: 20px;
  }
  .slick-next {
    right: 0;
  }
  .slick-prev {
    left: 0;
  }
  .callouts-section {
    padding: 34px 0;
  }
  .slick-track {
    padding: 50px 0 0px;
  }
  .footer-content-1 {
    margin: 10px 0 30px;
  }
  .footer-content-2 {
    margin: 20px 0;
  }
  .mc-container .slick-arrow {
    opacity: 1;
  }
  .slick-next:before {
    opacity: 0;
  }
  .slick-prev:before {
    opacity: 0;
  }
  .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 0;
  }
  .slick-prev:after {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    position: absolute;
    top: 14px;
    right: -10px;
    content: "";
    -webkit-transform: rotate(-45deg) skew(-10deg, -10deg);
    transform: rotate(-45deg) skew(-10deg, -10deg);
    width: 25px;
    height: 25px;
    border-left: 1px solid #51576d;
    border-top: 1px solid #51576d;
  }
  .slick-next:after {
    content: "" !important;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    position: absolute;
    top: 14px;
    left: -10px;
    -webkit-transform: rotate(45deg) skew(10deg, 10deg);
    transform: rotate(45deg) skew(10deg, 10deg);
    width: 25px;
    height: 25px;
    border-right: 1px solid #51576d;
    border-top: 1px solid #51576d;
    -webkit-text-stroke: 8px transparent !important;
  }
  .subnav-section {
    display: none;
  }
  .logo-section-top .ftr-logo {
    max-width: 270px;
  }
  .home-headline {
    font-size: 38px;
  }
  .bboard-head-main {
    font-size: 43px;
    line-height: 43px;
  }
  .interior .billboard-heading-wrapper {
    padding: 305px 15px 0px !important;
  }
  .interior .home-headline {
    font-size: 35px;
    line-height: 38px;
  }
  .billboard-container .slick-track .slick-slide {
    height: 400px !important;
    min-height: 680px;
  }
  .billboard-container {
    min-height: 680px;
  }
  .interior-default {
    overflow: hidden;
  }
  .home-section-main {
    overflow: hidden;
  }
  .team-content {
    padding: 40px;
  }
  .intro-container {
    margin-top: 80px;
  }
  .bodycopy-content {
    margin: 0 auto !important;
  }
  .bodycopy-wrap-content {
    display: inherit;
  }
  .bodycopy-wrap {
    padding: 72px 0 72px;
    padding: 56px 0 26px;
  }
  .body-copy-accent {
    font-size: 27px;
    line-height: 32px;
    padding: 0 0px;
  }
  .heading-billboard-main .head-3 {
    line-height: 30px;
  }
  .main-head-line {
    margin-left: 20px;
  }
  .quote {
    font-size: 24px;
    line-height: 31px;
  }
  .address-group-name-1 {
    font-size: 24px;
    line-height: 27px;
    font-weight: 300;
  }
  .nav-address-mobile .nav-address-overall-wrapper .address-group-name-1 {
    font-size: 22px;
  }
  .ftr-disclosures-wrapper {
    padding: 20px;
  }
  .ftr-disclosures {
    margin: 30px 0px;
  }
}

/* iPhone 6 Portrait */

@media screen and (max-width: 375px) {
  .billboard-content-wrapper {
    min-height: 140vh;
  }
  .logo-section-top .ftr-logo {
    max-width: 270px;
  }
  .interior .billboard-container {
    min-height: 185px !important;
    background-size: 220%;
    background-position: center right !important;
  }
}

/* iPhone 4/5 Portrait */

@media screen and (max-width: 320px) {
  .main-content-int-section {
    margin-top: 280px;
  }
  .interior .billboard-container {
    min-height: 185px !important;
    background-size: 220%;
    background-position: center right !important;
  }
  .bboard-head-main {
    font-size: 38px;
  }
  .home-subhead {
    font-size: 14px;
  }
  .logo-section-top .ftr-logo {
    max-width: 270px;
  }
  .callouts-container-wrap .callout-item .callout-copy-wrapper {
    padding-top: 0px;
  }
  .callouts-container-wrap .callout-item {
    text-align: center;
    padding: 30px 10px 20px;
  }
  .billboard-content-wrapper {
    min-height: 260vw !important;
  }
  .home-headline {
    font-size: 38px;
    line-height: 38px;
  }
  .slick-slide11 .billboard-heading-wrapper {
    margin-top: -20px;
    border: 1px solid red;
  }
  .interior .home-headline {
    font-size: 37px;
    line-height: 38px;
  }
}

/******* Prev/Next Button Styles - Blog/Resource/Bio *******/

.blog-detail-previous-link-wrapper, .resource-detail-previous-link-wrapper, .bio-detail-previous-link-wrapper {
	top: 10% !important;
	text-align: left;
	opacity: 0;
}

.blog-detail-next-link-wrapper, .resource-detail-next-link-wrapper, .bio-detail-next-link-wrapper {
	top: 10% !important;
	text-align: right;
	opacity: 0;
}

.blog-detail-prev, .blog-detail-next, .resource-detail-prev, .resource-detail-next, .bio-detail-prev, .bio-detail-next {
	color: #0a3463;
    font-weight: 300;
    font-size: 18px;
	line-height: 40px;
}

.blog-detail-prev-resource, .blog-detail-next-resource, .resource-detail-prev-resource, .resource-detail-next-resource, .bio-detail-prev-bio, .bio-detail-next-bio {
	color: #0a3463;
	font-size: 18px;
	line-height: 40px;
}

.blog-detail-next-wrapper, .resource-detail-next-wrapper, .bio-detail-next-wrapper {
	margin: -15px 0px 0 0 !important;
	padding: 10px !important;
	display: inline-block !important;
}

.blog-detail-prev-wrapper, .resource-detail-prev-wrapper, .bio-detail-prev-wrapper {
    background: transparent;
    margin: -15px 0 0 25px;
    padding: 10px !important;
}

.blog-detail-next-arrow, .resource-detail-next-arrow, .bio-detail-next-arrow {
	position: relative;
    top: -13px;
    left: 2px;
}

/***** PREV/NEXT Background Color ********/

.blog-detail-next-link-wrapper:before, .blog-detail-next-link-wrapper-mobile:before, .resource-detail-next-link-wrapper:before, .resource-detail-next-link-wrapper-mobile:before, .bio-detail-next-link-wrapper:before, .bio-detail-next-link-wrapper-mobile:before {
    background: #f14830 !important;
}

/***** END PREV/NEXT Background Color ********/

/***** PREV/NEXT Hover Background Color ********/

.blog-detail-previous-link-wrapper:hover:before, .blog-detail-next-link-wrapper.hover-link:before, .blog-detail-previous-link-wrapper-mobile:hover:before, .blog-detail-next-link-wrapper-mobile.hover-link:before, .resource-detail-previous-link:hover:before, .resource-detail-next-link-wrapper.hover-link:before, .resource-detail-next-link-wrapper-mobile.hover-link:before, .bio-detail-previous-link:hover:before, .bio-detail-previous-link-wrapper.hover-link:before, .bio-detail-next-link-wrapper.hover-link:before, .bio-detail-previous-link-wrapper-mobile.hover-link:before, .bio-detail-next-link-wrapper-mobile.hover-link:before {
    background: gray !important;
}

/***** END PREV/NEXT Background Color ********/

.blog-detail-previous-link:hover:after, .resource-detail-previous-link:hover:after, .bio-detail-previous-link:hover:after {
    border-color: white !important;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-detail-previous-link-wrapper:before, .blog-detail-previous-link-wrapper-mobile:before, .resource-detail-previous-link:before, .bio-detail-previous-link:before, .bio-detail-previous-link-wrapper:before, .bio-detail-previous-link-wrapper-mobile:before {
    background: #f14830 !important;
    height: 60px !important;
    top: 4px !important;
		display: block !important;
}

.blog-detail-previous-arrow {
	position: absolute;
	left: -2px;
	top: -20px !important;
}

.bio-detail-previous-arrow {
	position: absolute;
	top: -23px !important;
    left: -2px;
}

.bio-detail-headshot {
	max-width: 206px !important;
}

.resource-detail-previous-link:after, .bio-detail-previous-link:after {
    top: -62px !important;
}

/********* Arrow Colors **********/

.resource-detail-previous-link:after, .bio-detail-previous-arrow {
	border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}

.resource-detail-next-arrow, .bio-detail-next-arrow {
	border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}

/********* END Arrow Colors **********/

@media screen and (max-width: 1380px) {
	.bio-detail-previous-link-wrapper-mobile, .bio-detail-next-link-wrapper-mobile, .resource-detail-previous-link-wrapper-mobile, .resource-detail-next-link-wrapper-mobile, .blog-detail-next-link-wrapper-mobile, .blog-detail-previous-link-wrapper-mobile {
		display: inline-block !important;
		bottom: 40px;
		position: absolute;
    top: auto;
	}
	.bio-detail-previous-link-wrapper, .bio-detail-next-link-wrapper, .resource-detail-previous-link-wrapper, .resource-detail-next-link-wrapper, .blog-detail-next-link-wrapper, .blog-detail-previous-link-wrapper {
		display: none !important;
	}
}

@media screen and (max-width: 1380px) and (min-width: 1200px) {
	.bio-detail-previous-link-wrapper-mobile, .bio-detail-next-link-wrapper-mobile, .resource-detail-previous-link-wrapper-mobile, .resource-detail-next-link-wrapper-mobile, .blog-detail-next-link-wrapper-mobile, .blog-detail-previous-link-wrapper-mobile {
		bottom: -40px;
	}
}

.blog-detail-next-link-wrapper:before, .resource-detail-next-link-wrapper:before, .bio-detail-next-link-wrapper:before {
    top: 5px !important;
}

.blog-detail-next-link-wrapper-mobile:before, .resource-detail-next-link-wrapper-mobile:before, .bio-detail-next-link-wrapper-mobile:before {
    right: -13px;
    top: 5px;
}

/****** IE Prev/Next Fix ********/

@media screen\0 {
	.resource-detail-previous-link:after, .bio-detail-previous-link:after {
    	top: 22px !important;
	}
	.bio-detail-previous-link-wrapper:before, .bio-detail-previous-link-wrapper-mobile:before, .bio-detail-next-link-wrapper:before, .bio-detail-next-link-wrapper-mobile:before {
		top: -43px !important;
	}
	.bio-detail-next-link-wrapper:before, .bio-detail-next-link-wrapper-mobile:before {
		top:-31px !important;
	}
	.slick-prev:after {
		right: -20px !important;
}
	.slick-next:after {
		left: -20px !important;
	}
	.callout-item a {
		display: block;
	}
}

/******* Vanilla Theme Fluid Container Fix ********/
@media (min-width: 1700px) {
  .interior .billboard-container {
    background-size: cover;
  }
  .billboard-content-wrapper .container {
      max-width: calc(100% - 100px);
  }
}

@media (min-width: 1200px) {
	.main-content-int-container.container {
	    width: 100%;
			max-width: 1170px;
	}
  .subnav-content.container {
      max-width: 85%;
  }
}

@media (min-width: 992px) {
	.container {
			width: 100%;
	    max-width: 970px;
	}
  .subnav-content.container {
      max-width: 85%;
  }
}

@media (min-width: 768px) {
	.container {
	    width: 100%;
			max-width: 910px;
	}
  .subnav-content.container {
      max-width: 85%;
  }
}

.subnav-content li {
  min-width: 266px;
}

@media (max-width: 1370px) {
  .subnav-content li:nth-child(4) {
    display: block;
    max-width: 230px;
    margin: 0 auto;
    margin-top: 70px;
  }
  .subnav-content li:nth-child(4):before {
    display: none;
  }
}

@media (max-width: 1000px) {
    .subnav-section {
      display: none;
  }
}


/******* Callouts Mobile Fixes *********/

@media (max-width: 1024px) {
	.billboard-container {
		min-height: 800px;
		max-height: 1107px;
	}
	.billboard-container billboard-main .slick-track .slick-slide {
			min-height: 1000px;
			max-height: 1107px;
	}
	.callouts-container-wrap .callout-item {
			width: 80%;
			margin: 0 auto;
			margin-bottom: 20px;
	}
	.callouts-container-wrap {
		max-width: 85%;
	}
}

@media (max-width: 767px) {
	.slick-prev:before, .slick-next:before {
			display: none;
	}
	.slick-prev {
		left: -5px;
	}
	.slick-next {
		right: -5px;
	}
	.slick-prev:after {
		content: "" !important;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    position: absolute;
    top: 14px;
    right: 0px;
    content: "";
    -webkit-transform: rotate(-45deg) skew(-10deg, -10deg);
    transform: rotate(-45deg) skew(-10deg, -10deg);
    width: 25px;
    height: 25px;
    border-left: 1px solid #51576d;
    border-top: 1px solid #51576d;
		-webkit-text-stroke: 8px transparent !important;
}
	.slick-next:after {
	    content: "" !important;
	    -webkit-transition: all 500ms ease;
	    transition: all 500ms ease;
	    position: absolute;
	    top: 14px;
	    left: 0px;
	    -webkit-transform: rotate(45deg) skew(10deg, 10deg);
	    transform: rotate(45deg) skew(10deg, 10deg);
	    width: 25px;
	    height: 25px;
	    border-right: 1px solid #51576d;
	    border-top: 1px solid #51576d;
	    -webkit-text-stroke: 8px transparent !important;
	}
}

/****** Iphone 5 ******/

.resource-detail-previous-link-wrapper-mobile {
	left: -15px;
}

.resource-detail-next-link-wrapper-mobile {
	right: -15px;
}

@media (max-width: 330px) {
	.callouts-container-wrap .callout-item {
			width: 90%;
	}
	.callouts-container-wrap {
		max-width: 95%;
	}
}