/* /RJ/Advisor Sites/Global/Global CSS/Model 1/base */
@import url('https://www.raymondjames.com/-/media/rj/advisor-sites/global/global-css/model-1/base.css');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Roboto+Slab:wght@100;200;300;400;500;600;700&display=swap');

@import url('resources.css');
@import url('modules.css');


.billboard-content-wrapper .button:hover {
  background: none;
}
.accord-cta-wrapper .accord-cta::before {
  background: var(--black) !important;
}

/* Isi */
.button, .accord-cta {
	padding: 1.2em 2em;
	color: var(--white);
	background: transparent;
	overflow: hidden;
  position: relative;
}
.button::before, .accord-cta::before{
	content: '';
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 100%;
	margin: -15px 0 0 1px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--light);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale3d(1, 2, 1);
	transform: scale3d(1, 2, 1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
	transition-timing-function: cubic-bezier(0.7,0,0.9,1);
}

.button > span, .accord-cta > span {
	vertical-align: middle;
	padding-left: 0.75em;
}

.ftr-cta:hover .button::before, .client-section .billboard-container a:hover .button::before {
	-webkit-transform: scale3d(9, 9, 1);
	transform: scale3d(9, 9, 1);
}
.ftr-cta:hover .button {
  color: var(--light);
}
.button:hover::before, .accord-cta:hover::before {
	-webkit-transform: scale3d(9, 9, 1);
	transform: scale3d(9, 9, 1);
}
.button:hover > span, .accord-cta:hover > span{
	vertical-align: middle;
	padding-left: 0.75em;
	color: var(--black);
}

/* SVG ICON ANIMATION */
stop {
  stop-color: hsla(200, 60%, 44%, 0.99);
}

stop:first-child,
stop:nth-child(3n) {
  stop-color: hsla(200, 84%, 60%, 0.4);
}
.animted-icon-svg svg {
  margin: 20px auto;
}


/*
@import url('modules.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: 
DESIGNER: K
JOB #:
COMPLETION DATE: 
ADDITIONAL NOTES:
Fonts:
 
font-family: 'Oswald', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Roboto Slab', serif;

 
========================================================================================================================
*/

/****************************** John's Wow Bar Animation CSS START ******************************/

/* .bboard-initiate-animation {
} */
.abar {
	overflow: visible;
}

/* .wowbboardfadein1 {
  visibility: hidden;
} */



/* .wowbar1.bar-initiate-animation, .wowbar2.quote-bar-animation, .wowbar3.bar-initiate-animation, .wowbar4.bar-initiate-animation, .wowbar5.bar-initiate-animation, .wowbar6.bar-initiate-animation, .wowbar7.bar-initiate-animation, .wowbar8.bar-initiate-animation, .wowbar9.bar-initiate-animation, .wowbar10.bar-initiate-animation, .wowbar11.bar-initiate-animation, .wowbar12.bar-initiate-animation {
  visibility: visible !important;
} */

body {
  font-family: var(--font-ra);
  color: var(--gray-dark);
  font-size: 20px;
  line-height: 34px;
}
.nav-overall-wrapper {
  position: fixed !important;
  top: 0;
}
.body-home, .body-athletes, .body-business {
  background: var(--black);
}

:root {
  --light: #e6ab29;  
  --medium: #cccccc;
  --medium-color-1: #f9f9f9;
  --medium-color-2: #eeeaea;
  --dark: #1f1f1f;
  --dark-color-1: #121b23;
  
  
  --gray-light: #a2a2a2;
  --gray-medium: #636363;
  --gray-dark: #393939;   

  --white: #ffffff;
  --black: #000000;

  --font-os: 'Oswald', sans-serif;
  --font-ra: 'Raleway', sans-serif;
  --font-ro: 'Roboto Slab', serif;
}

.masterprime .related-resources-main {
  background: var(--white);
}
 
/* Buttons */
.cta-center.hide-category .mc-cta-slide-number-wrapper .mc-cta, .button, .accord a.accord-cta, .directions-search .submit-search, .contact-form .form-inline .captcha .btn-contact, .masonry-load-more, .masonry-tertiary-load-more, .investor-access-login-button, .blog-landing-copy-cta, .simple-form input[type="submit"] {

  display: inline-flex;
  height: inherit;
  width: auto;
  margin: 0;
  padding: 8px 25px 3px !important;
  color: var(--light);
  font-family: var(--font-ra) !important;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  border-color: var(--light);
  border-radius: 0;
  border-width: 1px;
  
 -webkit-transition: all 0.3s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 -ms-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
}
.cta-center.hide-category .mc-cta-slide-number-wrapper .mc-cta {
  color: var(--black);
  border: 1px solid var(--black);
  background: var(--light)
}
.quote-section .mc-slide a:hover .mc-cta-slide-number-wrapper .mc-cta {
  color: var(--light) !important;
  border: transparent;
  background: var(--black) !important;
  border: 1px solid var(--black) !important;
}
.mc-slide a:hover, .mc-slide a:hover .mc-ta, .mc-slide a {
  border-bottom: none !important;
}
.quote-section .mc-heading {
  font-size: 30px;
}
.quote-section .cta-center.hide-category .mc-cta-slide-number-wrapper .mc-cta {
  bottom: 0;
}
.quote-section .mc-container .slick-next:before, .quote-section .mc-container .slick-prev:before {
  font-size: 60px;
  color: var(--black);
}
/* Buttons Hover */
.cta-center.hide-category .mc-cta-slide-number-wrapper .mc-cta:hover, .button:hover, .blog-landing-copy-cta:hover, .accord a.accord-cta:hover, .investor-access-login-button:hover, .masonry-load-more:hover, .masonry-tertiary-load-more:hover, .masonry-load-more:hover, .masonry-tertiary-load-more:hover, .contact-form .form-inline .captcha .btn-contact:hover, .simple-form input[type="submit"]:hover, .directions-search .submit-search:hover {
  color: var(--black);
  letter-spacing: 0px;
  border-color: var(--light);
  background: var(--light);

}
.masonry-load-more, .simple-form input[type="submit"], .directions-search .submit-search {
  background: var(--light);
  padding: 0 25px !important;
  color: var(--black);
  border: none;
}
.masonry-load-more:hover, .simple-form input[type="submit"]:hover, .directions-search .submit-search:hover {
  background: var(--black);
  padding: 0 25px !important;
  color: var(--light);
  border: none;
  border-radius: 0;
}
.simple-form input[type="submit"], .simple-form input[type="submit"]:hover, .directions-search .submit-search:hover, .directions-search .submit-search {
  padding: 15px 25px 12px !important;
}
.investor-access-login-button {
  background: var(--light);
  color: var(--black);
  border: 2px solid var(--black)
}
.investor-access-login-button:hover {
  background: var(--black);
  color: var(--light);
  border: 2px solid var(--black)
}
a, .resource-detail-copy-wrapper a, .blog-detail-copy-wrapper a, .accordion-panel a,
.blog-detail-tag-cloud-wrapper .blog-detail-tag-cloud-links a, .resource-section .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a, .related-resources-content .mc-cta
 {
  color: var(--black);
  text-decoration: none; 
  border-bottom:2px dotted var(--light);
}

a:hover, .resource-detail-copy-wrapper a:hover, .blog-detail-copy-wrapper a:hover, .accordion-panel a:hover,
.blog-detail-tag-cloud-wrapper .blog-detail-tag-cloud-links a:hover, .resource-section .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a:hover, .mc-container a:hover .mc-cta {
  color: var(--black);
  border-bottom:2px dotted var(--black) !important;

}
 
/*
==============================================
Header Section
==============================================
*/
.header-main {
 background: transparent !important;
}
.header-social {
  display: none;
}
.header-section .ftr-logo {
  -webkit-filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 1));
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 1));
}
.header-main:after {
  display: none;
}
/*
==============================================
Mouse Scroller Section
==============================================
*/
/*
 
Mouse Scroller Model 1
==============================================
 
red = #
blue = #
 
==============================================
*/
 
.scroller-wrapper .scroller, .scroller-mobile-wrapper .scroller-mobile {
  background-color: rgba(0, 0, 0, 0.4) !important;
  box-shadow: none !important;
  background-image: none !important;
}
.scroller:before, .scroller-mobile:before {
    content: '';
    height: 50px;
    width: 50px;
    display: block;
    animation: none !important;
    background: none !important;
    border-radius: 50%;
}
.scroller:after, .scroller-mobile:after  {
    content: '' !important;
    height: 18px !important;
    width: 18px !important;
    animation-name: none !important;
    display: block !important;
    border-radius: 0 !important;
    border: 2px solid var(--light);
    border-right-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg) !important;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute !important;
    bottom: 20px !important;
    left: 52% !important;
    top: 13px !important;
    background: rgba(210, 120, 85, 0) !important;
    margin-left: -10px !important;
}
.scroller-mobile:after  {
     transform: rotate(135deg) !important;
    -webkit-transform: rotate(135deg) !important;
    -moz-transform: rotate(135deg) !important;
    -o-transform: rotate(135deg) !important;
    -ms-transform: rotate(135deg) !important;
    bottom: 10px;
    top: 20px !important;
}

/*
==============================================
Navigation Section
==============================================
*/
.nav-overall-wrapper:not(.van-mobile-nav) {
  background: var(--black) !important;
} /* Main Nav */
.nav-overall-wrapper:not(.van-mobile-nav) a {
  border-bottom: none !important;
}
.primary-nav a {
  color: var(--white);
  font-family: var(--font-ra);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.interior .header-main, .nav-overall-wrapper:not(.van-mobile-nav) {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0d1319+0,1b2732+38,1b2732+56,0d1319+100 */
  background: rgb(13,19,25) !important; /* Old browsers */
  background: -moz-linear-gradient(left, rgba(13,19,25,1) 0%, rgba(27,39,50,1) 38%, rgba(27,39,50,1) 56%, rgba(13,19,25,1) 100%) !important; /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(13,19,25,1) 0%,rgba(27,39,50,1) 38%,rgba(27,39,50,1) 56%,rgba(13,19,25,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(13,19,25,1) 0%,rgba(27,39,50,1) 38%,rgba(27,39,50,1) 56%,rgba(13,19,25,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1319', endColorstr='#0d1319',GradientType=1 ); /* IE6-9 */
  
  }
  .body-home .header-main, .body-athletes .header-main, .body-business .header-main {
  background: transparent !important;
}
.body-home .nav-overall-wrapper:not(.van-mobile-nav), .body-athletes .nav-overall-wrapper:not(.van-mobile-nav), .body-business .nav-overall-wrapper:not(.van-mobile-nav) {
  background: var(--black) !important;
}
/* Main Nav Active/Hover */
.primary-nav > li > a:hover, .primary-nav > li > a.selected, .primary-nav > li > a.active, .nav-standard.selected {
  color: var(--light) !important;
}
/* Dropdown nav */
.primary-nav .nav-subnav a, .investor-access-remember-me-label {
  color: var(--black);
  font-weight: 400;
  border-bottom:2px dotted transparent !important;
}
.investor-access-remember-me-label {
  margin-left: 0px;
  padding: 10px 0 0px;
  text-transform: uppercase;
}
.investor-access-input-wrapper input {
  font-size: 11px;
  color: var(--black);
  font-weight: 600;
}
.fa-user:before, .fa-lock:before {
  color: var(--black);
}

/* Dropdown Active/Hover */
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a:hover, .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a.active {
  color: var(--black);
  border-bottom:2px dotted var(--black) !important;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav, .primary-nav .nav-subnav-second {
  background: var(--black) !important;
}
.nav:before, .nav:after {
  display: none;
}
/* Mega menu css */

@media only screen and (min-width: 769px) {
  .about-us-page > ul {
    -moz-column-count: 4;
    -moz-column-gap: 70px;
    -webkit-column-count: 4;
    -webkit-column-gap: 70px;
    column-count: 4;
    column-gap: 60px;
    width: max-content;
  }
  .about-us-page > li {
    display: inline-block;
    width: 100%;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .about-us-page .nav-subnav li:not(.nav-top-link) a {
    display: inline-flex;
    text-align: left;
    margin-bottom: 20px;
    /* padding: 0 !important; */
    width: 100%;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .about-us-page .nav-subnav li:not(.nav-top-link)  {
    padding: 0 !important;
    display: inherit;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .about-us-page .nav-subnav {
    left: 50%;
    transform: translate(-50%, -0%);
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .about-us-page li:hover > .about-us-page .nav-subnav, .primary-nav .about-us-page .nav-subnav {
  left: 50% !important;
  transform: translate(-50%, -0%) !important;
  }  
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li > .nav-subnav {
    -webkit-transform-style: initial;
    transform-style: initial;
  }
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a {
  margin-left: 0px !important;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav, .primary-nav .nav-subnav-second {
  background: var(--light) !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-top: none;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li:hover > .nav-subnav, .primary-nav .nav-subnav {
  margin-top: 0px !important;
}
/*
==============================================
Hero Billboard Section
==============================================
*/
.hero-section .billboard-container {
  z-index: 2;
  position: relative;
}
.hero-section {
  position: relative;
}
.hero-section .billboard-background-video::before {
  content:"";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: 5;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000b32+0,000b32+100&0.9+0,0+100 */
background: -moz-radial-gradient(center, ellipse cover, rgba(0,11,50,0.9) 0%, rgba(0,11,50,0) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(0,11,50,0.9) 0%,rgba(0,11,50,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(0,11,50,0.9) 0%,rgba(0,11,50,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000b32', endColorstr='#00000b32',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  /* background: #000b32; */
  mix-blend-mode: soft-light;
  opacity: 1;
}

/* .body-home .hero-section .billboard-background-video > video {
  filter: saturate(30%);
} */

.hero-section .billboard-background-video::after {
  content:"";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: 5;

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+9,0+93,1+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 9%, rgba(0,0,0,0) 93%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 9%,rgba(0,0,0,0) 93%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 9%,rgba(0,0,0,0) 93%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.body-home .hero-section .billboard-heading {
  font-family: var(--font-os);
  text-transform: uppercase;
  text-shadow: 3px 3px 8px var(--black);
}
.body-home .hero-section .billboard-heading .head-1 {
  font-size: 86px;
  line-height: 107px;
  animation: slideInUpSmall 2s forwards;
}
.body-home .hero-section .billboard-heading .body-home .head-2, .hero-section .billboard-heading .head-3 {
  font-size: 62px;
  line-height: 68px;
}
.body-home .hero-section .billboard-heading .head-3 {
  margin-top: 55px;
  display: block;
}
.body-home .hero-section .billboard-heading .head-2 {
  animation: slideInDownSmall 1s forwards !important;
  display: block;
}
.body-home .hero-section .billboard-container {
  max-width: fit-content;
}
/*
==============================================
Billboard Section
==============================================
*/
.body-home .hero-section .head-1 {
  display: block;
}
.body-home .main-content, .body-athletes .main-content, .body-business .main-content {
  margin-top: -148px;
}

.interior .billboard-content:after {
background: var(--light);
height: 5px;
}
.slick-slide {
  border: none !important;
  cursor: default !important;
}
.slick-slide:hover {
  border: none !important;
}
.interior .billboard-heading-wrapper {
  display: block;
}
.header-main .ftr-logo-wrapper {
  top: 45%;
}

.billboard-container.billboard-full-height video {
  height: auto;
}
.client-section {
  background: #14151a;
  position: relative;
}
.client-section .billboard-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.client-section .billboard-container:before {
  content:"";
  background: #14151a;
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  z-index: 1;
  
}
.client-section:before {
  mix-blend-mode: overlay;
  content:"";
  background: #555b7a;
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  opacity: 0;
  z-index: 5;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.client-section:hover:before {
  opacity: 1;
 /* mix-blend-mode:multiply; */
}
.bboard-initiate-animation .billboard-container:before {
  content:"";
  background: #14151a;
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  z-index: 1;
  animation: fadeOut 5s forwards;
  
  /* mix-blend-mode:multiply; */
} 


.client-section .billboard-content-wrapper .container {
  width: 1170px;
}
.client-section .billboard-content-wrapper .row {
  width: 500px;
}
.client-section h2 {
  color: var(--light);
  font-size: 50px;
  line-height: 53px;
  font-family: var(--font-os);
  font-weight: 400;
  letter-spacing: 5px;
}
.client-section .billboard-content-wrapper, .client-section .billboard-content-wrapper .container {
  min-height: 690px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.client-section .billboard-container {
  height: 690px;
  background: #14151a;
  /* background-size: contain !important; */
  /* background-position: center center !important; */
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-repeat: no-repeat;
  /* -webkit-background-size: cover; */
  /* background-size: 90% !important; */
  width: 100%;
  /* height: 80vh; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.client-section .container {
  position: relative;
  bottom: 0px;
}
.client-section .billboard-container a {
  text-shadow: 5px 5px 28px var(--black);
  border-bottom: 2px solid transparent !important;
}
.client-section .billboard-container a:hover {
  color: var(--white) !important;
}
.client-section .billboard-container a:hover .button {
  /* background: var(--light); */
  color: var(--black);
}
.client-section .billboard-container a.button:hover {
  background: var(--black) ;
  color: var(--light);
}
.client-section .billboard-container .row {
  text-shadow: 5px 5px 28px var(--black);
}
.client-section.client-section-home-2 .billboard-content-wrapper .row, .client-section.client-section-int-2 .billboard-content-wrapper .row, .client-section.client-section-int-3 .billboard-content-wrapper .row {
  position: absolute;
  right: 0;
}
.client-section .client-content {
  max-width: 1270px;
  margin: 0 auto;
}
/* image zoom background */
.client-section .billboard-container {
  animation-fill-mode: forwards;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  background-size: 105% !important;
  overflow: visible !important;
}
.client-section .billboard-container:hover {
  /* animation: zoominbkg 0.4s ease-in-out; */
  animation-fill-mode: forwards;
  background-size: 108% !important;
}

@-webkit-keyframes zoominbkg {
  0% {
      background-size: 100%;
  }
  100% {
    background-size: 125%;

  }

}
@-webkit-keyframes zoominbkgout {
  0% {
      background-size: 125%;
  }
  100% {
    background-size: 100%;

  }

}

/*
==============================================
Intro Section
==============================================
*/
 
.intro-main-section {
  margin-top: -140px;
  position: relative;
  z-index: 2;
  padding-bottom: 80px;
  color: var(--white);
}
.home-main-grid .intro-main-section .rich-text-container, .athletes-main-grid .intro-main-section .rich-text-container, .business-main-grid .intro-main-section .rich-text-container  {
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
}
.intro-color {
  color: var(--light);
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  font-family: var(--font-os);
  text-transform: uppercase;
}

/*
==============================================
Stats Section
==============================================
*/
.stats-section {
 background: var(--light);
 padding: 11px;
}
.stats-section {
 text-align: center;
}
.stats-section .stats-head {
  color: var(--black);
  font-family: var(--font-ro);
  font-size: 50px;
  font-weight: 600;
  line-height: 55px;
  letter-spacing: 4px;
  display: block;
}
.stats-section .stats-sub {
  color: var(--black);
  font-family: var(--font-os);
  font-size: 24px;
  font-weight: 300;
  line-height: 31px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.stats-number-btm {
  color: var(--black);
  font-family: var(--font-ro);
  font-size: 70px;
  font-weight: 600;
  line-height: 55px;
  letter-spacing: 4px;
  display: inline;
  text-transform: uppercase;
}
.stats-content-btm {
  color: var(--black);
  font-family: var(--font-os);
  font-size: 24px;
  font-weight: 300;
  line-height: 31px;
  letter-spacing: 2px;
  text-transform: none;
}
.lower-stat-wrap {
  text-align: left;

}
.stats-btm-source {
  font-size: 11px;
  line-height: 13px;
  font-style: normal;
  font-family: var(--font-ra);
  color: var(--black);
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
.stats-bottom-lines {
  font-family: var(--font-os);
  color: var(--black);
  font-size: 36px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 6px;
  text-transform: uppercase;
  padding: 5px 0;
  border-top: 2px solid var(--black);
  border-bottom: 2px solid var(--black);
  margin: 25px auto;
  width: 100%;
  text-align: center;
  display: inline-block;
  clear: both;
  margin-top: 10px;
}
.body-athletes .stats-section-3 {
  background: var(--light);
  padding: 31px 0 35px;
}
.lower-stat-wrap {
  max-width: 666px;
  margin: 0 auto;
}
.lower-stat-wrap {
  /* display: flex;
  flex-direction: row;
  flex-wrap: wrap; */
  width: 100%;
}
.lower-stat-wrap .stats-number-btm {
  flex: 0;
  letter-spacing: 0px;
  display: block;
  width: 107px;
  float: left;
}
.stats-number-btm, .stats-content-btm {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  
}
.lower-stat-wrap .stats-content-btm {
  padding-left: 20px;
  width: 559px;
  float: right;
}
.perc {
  font-size: 39px;
  position: relative;
  top: -20px;
}
.counter-section3 {
  width: 200px;
}
/*
==============================================
Stats Section Interior
==============================================
*/
.quote-section .quote-wrapper .quote-hr {
  display: none;
}
.quote-section .quote {
  margin: 0px auto;
}
.quote-section .quote-content {
  padding: 25px 15px 30px;
}
.quote-section .quote-wrapper {
  padding: 0;
}

.quote-section .stats-number-btm {
  color: var(--black);
  font-family: var(--font-ro);
  font-size: 50px;
  font-weight: 600;
  line-height: 55px;
  letter-spacing: 4px;
  display: block;
  text-transform: uppercase;

}
.quote-section .stats-content-btm {
  color: var(--black);
  font-family: var(--font-os);
  font-size: 24px;
  font-weight: 300;
  line-height: 31px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.quote-cite span {
  font-size: 11px;
  line-height: 13px;
  font-style: normal;
  font-family: var(--font-ra);
  color: var(--black);
  text-transform: uppercase;
}
.quote-section .quote-cite {
  margin-top: 10px;
}
/*
==============================================
Atheletes Content Slider Hero Section
==============================================
*/
.body-athletes .content-slider-wrapper .content-slide, .body-business .content-slider-wrapper .content-slide {
  height: 765px;
  display: flex;
  background-position: center top;
  background-size: contain !important;
  background-repeat: no-repeat;
}
.body-athletes .intro-main-section {
  position: relative;
}
.body-athletes .intro-main-section:after {
  content:"";
  height: 100%;
  width: 100%;
  mix-blend-mode:luminosity;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;


background-image: url(https://www.raymondjames.com/-/media/8020e02706384b6680a1d9893d602d01.ashx);
}
.interior .intro-main-section {
  margin-top: 0px;
  padding-top: 50px;
    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0d1319+0,1b2732+38,1b2732+56,0d1319+100 */
  background: rgb(13,19,25); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(13,19,25,1) 0%, rgba(27,39,50,1) 38%, rgba(27,39,50,1) 56%, rgba(13,19,25,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(13,19,25,1) 0%,rgba(27,39,50,1) 38%,rgba(27,39,50,1) 56%,rgba(13,19,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(13,19,25,1) 0%,rgba(27,39,50,1) 38%,rgba(27,39,50,1) 56%,rgba(13,19,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1319', endColorstr='#0d1319',GradientType=1 ); /* IE6-9 */
}
.body-athletes .content-slider-heading-wrapper, .body-business .content-slider-heading-wrapper {
  text-align: center;
}
.body-athletes .content-slider-wrapper .content-slider-content-wrapper, .body-business .content-slider-wrapper .content-slider-content-wrapper {
  align-self: flex-end;
  position: relative;
  bottom: 60px;
}
.body-athletes .content-slide h3, .body-business .content-slide h3 {
  color: var(--white);
  font-family: var(--font-os);
  text-shadow: 3px 3px 8px var(--black);
}
.body-athletes .content-slide .head-1, .body-business .content-slide .head-1 {
  display: block;
  font-size: 82px;
  line-height: 88px;
  font-weight: 500;
}
.body-athletes .content-slide .head-2, .body-business .content-slide .head-2 {
  display: block;
  font-size: 68px;
  line-height: 70px;
  font-weight: 400;
}
.body-athletes .content-slide:before, .body-business .content-slide:before {
  content:"";
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+2,0+33,0+50,0+70,0.82+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 2%, rgba(0,0,0,0) 33%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.82) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 2%,rgba(0,0,0,0) 33%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 70%,rgba(0,0,0,0.82) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 2%,rgba(0,0,0,0) 33%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 70%,rgba(0,0,0,0.82) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#d1000000',GradientType=0 ); /* IE6-9 */

}

/*
Media Carousel Dots to Outlines
==============================================
red = #
==============================================
*/
.slick-dots li.slick-active button:focus:before {
  opacity: 1;
  color: transparent;
}
.slick-dots li.slick-active button:before {
  color: transparent !important;
  opacity: 1 !important;
  background: var(--white);
}
.slick-dots li button:before {
  color: var(--white);
  opacity: 0.95;
  font-size: 10px;
}
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: var(--white);
  opacity: 1;
}
.slick-dots li button {
  border: none;
  background: transparent;
  display: block;
  height: 11px;
  width: 11px;
  outline: none;
  font-size: 0;
  color: transparent;
  padding: 4px;
  cursor: pointer;
  /* border-radius: 50%; */
}
.slick-dots li button:before {
  color: transparent !important;
  opacity: 1 !important;
  font-size: 10px;
  width: 9px !important;
  height: 9px !important;
  border: 2px solid var(--white);
  border-radius: 50%;
}
.slick-dots li {
  width: 9px !important;
  height: 9px;
}


/*
==============================================
Team Section
==============================================
*/
/* bio/yearbook First and Last Name */
.team-section .yearbook-last-name, .yearbook-first-name, .yearbook-last-name, .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, .bio-detail-preferred-name {
  color: var(--dark) !important;
  font-family: var(--font-os) !important;
  font-weight: 400 !important;
}
.copy-section .yearbook-container .yearbook-first-name, .copy-section .yearbook-container .yearbook-last-name {
  display: inline;
}
.yearbook-designation {
  color: var(--gray-dark) !important;
  font-weight: 400 !important;
  font-family: var(--font-ro) !important;
}
/* bio/yearbook title */
.yearbook-designation-wrapper .yearbook-title, .bio-detail-title-wrapper, .bio-detail-title {
  font-family: var(--font-ro) !important;
  color: var(--dark) !important;
  text-transform: none !important;
}
/* bio/yearbook icon */
.bio-detail-links-wrapper .fa, .yearbook-links .fa, .yearbook-links a {
  color: var(--black) !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bio-detail-links-wrapper a:first-child {
  margin-left: -10px;
}
.bio-detail-links-wrapper a:first-child {
  padding-left: 0px;
}
.bio-detail-link, .yearbook-links-as-icon a {
  border-bottom:2px dotted transparent !important;
  text-decoration: none;
}
.bio-detail-link:hover, .yearbook-links-as-icon a:hover {
  border-bottom:2px dotted var(--light) !important;
}
.bio-detail-links-wrapper .fa {
  padding: 10px 10px;
}
.bio-detail-link .fa:before {
  left: 2px;
  position: relative;
}
.bio-section .bio-detail-designation {
  display: inline;
}
/* bio/yearbook icon hover */
.bio-detail-links-wrapper .fa:hover, .yearbook-links .fa:hover {
  color: var(--black) !important;
  border-bottom:none;
  text-decoration: none;
}
.bio-detail-container {
  padding: 110px 0 80px;
}
.bio-detail-headshot {
  width: auto;
}
.yearbook-links a:hover  {
  border-bottom:2px dotted var(--light) !important;
 
}
.yearbook-three .yearbook-hr, .bio-content-social:before {
  background-color:var(--light);
}
.resource-section, .body-resource-detail .resource-section, .resource-section, .copy-section, .bio-section, .blog-main {
  background-image: none !important;
}
/*
==============================================
Default Page Content Section
==============================================
*/
.copy-section .head-1 {
  color: var(--dark);
  font-family: var(--font-os);
  font-size: 48px !important;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: 4px;
}
.copy-section .head-2 {
  color: var(--gray-medium);
  font-family: var(--font-ro);
  font-size: 27px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0px;
}
.copy-section h1 .head-2:after {
  background-color: var(--light);
}


/*
 
Styles Page Section
==============================================
red = #
blue = #
aqua = #
lime = #
fuchsia = #
orange = #
==============================================
*/
 
.copy-section h2, h2,
.copy-section h3, h3, 
.copy-section h4,h4,
.copy-section h5, h5 {
  font-family: var(--font-os);
  color: var(--dark);
  font-weight: 400;

}
.accord .accord-link {
  color: var(--dark) !important;
  font-family: var(--font-os) !important;
  border-bottom: 1px solid var(--medium-color-2);
  padding: 17px 20px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.02+0,0+100;Neutral+Density */
background: -moz-linear-gradient(left, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,0,0,0.02) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,0,0,0.02) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
  border-left: 6px solid var(--medium-color-2);
}
.flextabs-wrapper a {
  border-bottom: 2px dotted var(--light);
}
.accord .fa {
  color: var(--dark);
  top: 37%;
}
.accord a.accord-cta {
  background: var(--light);
  padding: 0 25px !important;
  color: var(--black);
  border: none;
}
.accord a.accord-cta:hover {
  background: var(--light);
  padding: 0 25px !important;
  color: var(--light);
  border: none;
  z-index: 1;
  border-bottom: none !important;
}
.accord .accord-link:hover {
  /* border-bottom: none !important; */
  border-bottom: 1px solid var(--dark) !important;
}
.accord .accord-link:hover, 
.accord .accord-inner-link:hover {
  color: var(--black) !important;
  border-bottom: 1px solid var(--light);
}
.accord li.open .accord-inner-link,
.accord li.open .accord-link {
  color: var(--light) !important;
  border-bottom: 1px solid var(--light) !important;
  background: var(--black) !important;
  border-left: 6px solid var(--light);

}
.accord li.open .fa {
  color: var(--light) !important;
}
.flextab-triggers a {
  background: var(--white);
  color: var(--dark) !important;
  border-bottom: 1px solid var(--light);
  font-family: var(--font-os) !important;

}
.fa-chevron-down {
  border-bottom: none !important;
}
.flextab-triggers a:hover, .flextab-triggers .set {
  background: var(--black) !important;
  color: var(--light) !important;

}
blockquote:before, q:before {
  background: var(--light);
}
blockquote, q {
  color: var(--dark);
  font-family: var(--font-ro) !important;
  text-transform: uppercase;
  border-color: var(--light) !important;
  font-style: normal !important;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}
 
.mc-slide {
  background: transparent;
}
.mc-heading, .media-carousel-one .mc-copy {
  text-align: center;
  color: var(--black);
}
.mc-cta {
  color: ver(--black);
}
/*
==============================================
Quote Section
==============================================
*/  
.quote-section {
  background: var(--light);
}
/*
==============================================
Footer Section
==============================================
*/
.footer-section {
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#111920+0,1b2732+38,1b2732+56,111920+100 */
background: rgb(17,25,32); /* Old browsers */
background: -moz-linear-gradient(left, rgba(17,25,32,1) 0%, rgba(27,39,50,1) 38%, rgba(27,39,50,1) 56%, rgba(17,25,32,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(17,25,32,1) 0%,rgba(27,39,50,1) 38%,rgba(27,39,50,1) 56%,rgba(17,25,32,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(17,25,32,1) 0%,rgba(27,39,50,1) 38%,rgba(27,39,50,1) 56%,rgba(17,25,32,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111920', endColorstr='#111920',GradientType=1 ); /* IE6-9 */
}
.footer-section .footer-logo .ftr-logo-wrapper {
  padding-top: 0px;
}
.footer-main-content, .footer-content {
  padding-top: 60px;
}
.footer-section .ftr-nap .ftr-nap-phone:after, .footer-section .ftr-nap-address-line1:after, .footer-section .ftr-nap-address-line2:after, .footer-section .ftr-nap-email:before {
color: var(--gray-light) !important;
}
/*
==============================================
Blog Archive Sidebar Links
==============================================
*/
.footer-section h5 {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 30px;
}
.footer-section .footer-head-1 {
  color: var(--white);
  font-size: 41px;
  line-height: 38px;
  font-weight: 500;
}
.footer-hedge-content {
  color: var(--gray-light);
  text-align: center;
}
.footer-section .footer-head-2 {
  color: var(--light);
  font-size: 42px;
  line-height: 45px;
  font-weight: 400;
  display: block;
  font-family: var(--font-os);
}
.footer-section .footer-content a {
  border: none;
}
.footer-section .disclosure {
  font-style: normal;

}
.social-container {
  padding: 0px;
}
.footer-section .social-container:before {
  content:"";
  width: 60px;
  height: 3px;
  background: var(--light);
  position: relative;
  display: block;
  margin: 0 auto 15px;
}
.footer-section .social-container a {
  color: var(--white);
}
.footer-section .social-container a:hover {
  color: var(--light);
}
.footer-learn-more {
  background: var(--light);
  display: inline-table;
  padding: 8px 25px 3px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  z-index: 1;
  color: var(--black);

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-learn-more:hover {
  color: var(--light);
  letter-spacing: 0px;
  border-color: var(--light);
  background: var(--light);
  z-index: 10;
}
.footer-learn-more::before {
  background: var(--black);
}
.ftr-cta:hover .footer-learn-more {
  /* background: var(--black); */
  /* color: var(--light); */
}
.footer-section .footer-logo  {
  padding-top: 18px;
}
.footer-section .ftr-nap li {
  padding: 5px 0 5px 0px;
  display: inline;
  font-weight: 500;
  font-size: 17px;
  line-height: 18px;
}
.footer-box-wrap {
  border: 3px solid var(--light);
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}
.ftr-cta {
  padding: 0px;
}
.footer-section .footer-privacy-section {
  text-align: center;
  position: relative;
  top: -20px;}
.footer-section .footer-privacy-section a {
  color: var(--gray-light);
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  font-weight: 400;
  border-bottom: 2px solid transparent !important;

}
.ftr-disclosures a span {
  text-decoration: none !important;
}
.footer-section .footer-privacy-section a:hover {
  color: var(--light);

}
.footer-section .ftr-nap a, .footer-section .social-container a {
	color: var(--white);
  border-bottom: 2px solid transparent !important;

}
.footer-section .ftr-nap a:hover, .footer-section .social-container a:hover, .footer-section .footer-content a:hover, .footer-section .social-container a:hover .fa  {
	color: var(--light) !important;
}
.footer-section .ftr-nap {
  font-family: var(--font-ra);
    font-size: 21px;
    line-height: 25px;
    font-weight: 600;
    color: var(--white);
    margin-top: 30px;
    margin-bottom: 0px;
}
.footer-section .ftr-nap li:before {
	display:none;
	margin-left: 0;
    width: 0;

}
.ftr-nap-address {
  display: block !important;
}
.ftr-nap-address-label {
  font-family: var(--font-ra);
    font-weight: 300;
    font-size: 18px;
    text-transform: uppercase;
    display: block !important;
}
.footer-section .ftr-nap-wrapper {
	text-align: center;
}
.footer-contact-section {
  text-align: center;
}
.footer-section .ftr-nap .ftr-nap-phone:after, 
.footer-section .ftr-nap-address-line1:after, 
.footer-section .ftr-nap-address-line2:after, 
.footer-section .ftr-nap-email:before {
  content: "//";
  position: relative;
  margin-left: 8px;
  margin-right: 3px;
  color: var(--gray-light);
  display: inherit!important;
  font-weight: 300;
  font-family: 'Playfair Display', serif;
}
.footer-section .ftr-disclosures {
  color: var(--gray-light);
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  margin: 0;
  padding:0px;
}
.ftr-disclosures a {
  color: var(--gray-light);
  border-bottom: 2px solid transparent !important;

}
.ftr-disclosures a:hover {
  color: var(--light);
}
.footer-hedge-section {
  display: table;
}
.ftr-disclosures-wrapper {
  padding: 0;
}
.footer-section .footer-contact-section {
  clear: inherit;
}
.footer-section .social-container:after {
  display: none;
}
.footer-section .social-container {
  border: none !important;
}
.simple-form .radio-label .radio-button {
  border: 2px solid var(--gray-medium) !important;
}

.simple-form {
  padding: 50px;
  background: var(--medium-color-1);
}
.simple-form label {
  font-weight: 400;
}
.copy-content, .bio-detail-content-wrapper, .resource-detail-overall-wrapper {
  font-size: 17px;
  line-height: 34px;
}
.body-contact .billboard-container {
    background-position: center top;
}
.fa-tags {
  color: var(--light);
}
.blog-detail-tag-cloud-wrapper .blog-detail-tag-cloud-heading-wrapper, .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-heading-wrapper {
  color: var(--black);
}
.copy-section h1 sup {
  font-size: 15px;
}
 /*
==============================================
Responsive Media Queries
==============================================
*/
  
/* Large devices (tablet landscape, 1024px and less) tablet-pro-l */
   @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape)  {
    
}
 
/* Large devices (tablet landscape, 1024px and less) tablet-pro-p */
   @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
   
}
 
/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
  .client-section .billboard-container {
    height: 570px;
  }
  .client-section .billboard-content-wrapper .container {
    width: 970px;
  }  
  .footer-section .footer-contact-info {
    display: table;
    width: 100%;
  }
  .nav-overlay {
    background-color: rgb(230 171 41 / 30%) !important;
    animation: fadeIn 1s forwards;
  }
  .content-slider-wrapper .content-slide {
    background-size: cover !important;
  }
  .client-section .billboard-container .row {
    text-shadow: 2px 2px 2px var(--black);
  }
  .client-section .billboard-content-wrapper .row {
    width: 340px;
  }
  .billboard-container p {
    font-size: 16px;
    line-height: 28px;
  }
  .client-section h2 {
    font-size: 37px;
    line-height: 40px;
    letter-spacing: 2px;
  }
  .business-main-grid .client-section .billboard-container {
    height: 620px;
  }
  .business-main-grid .client-section .billboard-content-wrapper .row {
    width: 410px;
  }
  .copy-section .yearbook-slide {
    width: 50% !important;
  }
  .body-home .hero-section .billboard-background-video-overlay {
    top: 47%;
  }
}
 
 
/* Large devices (desktops, 992px and less) */
@media only screen and (max-width: 992px) {
     
}
 
 
/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
 
.body-home .hero-section .billboard-container {
  background-size: cover !important;
  background-position: center 30px;
  background-repeat: no-repeat;
  max-height: 630px
}
.body-home .hero-section .billboard-background-video-overlay {
  top: 41%;
}
.body-home .intro-main-section {
  margin-top: 0;
}

.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li:hover > .nav-subnav {
  padding: 10px 15px 0px !important;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
  border-bottom: 1px solid rgb(70 70 70 / 20%) !important;
}
/* Hamburger Menu Icon */
.nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger span, .nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger span:before, .nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger span:after {
  background:var(--light);
}
/* .primary-nav a {
  color: var(--black);
}
.primary-nav > li > a:hover {
  color: var(--black) !important;
} */

/* Hamburger Menu Icon Active and Open*/
.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: var(--light);
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav {
  background-image: none;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#111111+5,000000+77 */
background: rgb(17,17,17); /* Old browsers */
background: -moz-linear-gradient(top, rgba(17,17,17,1) 5%, rgba(0,0,0,1) 77%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(17,17,17,1) 5%,rgba(0,0,0,1) 77%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(17,17,17,1) 5%,rgba(0,0,0,1) 77%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

  box-shadow: none;
}
  .nav-trigger:after {
    left: -2px;
    top: -15px;
    right: -25px;
    bottom: -17px;
    background: var(--black);
    z-index: -1;
  } 

  .nav-container .address-group-name-wrapper {
    display: none !important;
  }
  .fa-angle-down:before {
    color: var(--light) !important;
  }
  .client-section .billboard-content-wrapper .container {
    width: 100%;
  }
  .client-section .billboard-content-wrapper .row {
    padding: 0 30px;
    margin-left: 0px;
    width: 100%;
    display: contents;
  } 
  .client-section .billboard-content-wrapper, .client-section .billboard-content-wrapper .container {
    min-height: 750px;
    justify-content: end;
    text-align: center;
    position: relative;
    bottom: 16px;
    padding: 0 20px;
  }
  .client-section .billboard-container {
    height: auto;
  }
  .athletes-main-grid .client-section-int .billboard-content-wrapper, .athletes-main-grid .client-section-int .billboard-content-wrapper .container {
    min-height: auto;
    margin-top: 240px;
  }
  .body-home .hero-section .billboard-heading .head-1 {
    line-height: 106px;
  }
  .nav-address-wrapper {
    font-family: var(--font-ra);
    font-weight: 600;
  }
  .body-athletes .intro-main-section:after {
    background-size: contain;
  }
  .footer-section .footer-logo {
    padding-top: 48px;
  }
  .business-main-grid .client-section .billboard-content-wrapper, .business-main-grid .client-section .billboard-content-wrapper .container {
    width: 100%;
  }
  .business-main-grid .client-section .billboard-content-wrapper, .business-main-grid .client-section .billboard-content-wrapper .container {
    min-height: auto;
  }
  .business-main-grid  .client-section-int-1 .billboard-content-wrapper, .business-main-grid .billboard-content-wrapper .container {
    min-height: auto;
  }
  .business-main-grid .client-section .billboard-container {
    height: auto;
  }
  .business-main-grid .client-section .billboard-content-wrapper {
    margin-top: 530px;
  }
  .client-section .billboard-container .row {
    text-shadow: none;
  }
  .bio-content-left {
    text-align: center;
    margin-bottom: 30px;
  }
  .body-home .client-section .billboard-content-wrapper, .body-home .client-section .billboard-content-wrapper .container {
    min-height: auto;
    margin-top: 244px;
    margin-bottom: 10px;
  }

}
 
 
/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
  .body-home .client-section .billboard-content-wrapper, .body-home .client-section .billboard-content-wrapper .container {
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }
    .body-home .hero-section .billboard-heading .head-1 {
    font-size: 76px;
  }
  .body-home .hero-section .billboard-heading .head-2 {
    font-size: 76px;
  }
  .body-home .hero-section .billboard-heading .head-2 {
    line-height: 26px;
    font-size: 34px;
  }
  .body-home .hero-section .billboard-background-video-overlay {
    top: 40%;
  }
  .client-section .billboard-content-wrapper, .client-section .billboard-content-wrapper .container {
    padding: 0 0px;
  } 
  .client-section .billboard-container {
    height: 630px !important;
  }  
  .client-section h2 {
    font-size: 35px;
    line-height: 43px;
    letter-spacing: 0px;
  }  
  .billboard-container p {
    font-size: 17px;
    line-height: 33px;
  }

  .hero-section .content-slider-wrapper .content-slide {
    height: 525px;
  }
  .hero-section .content-slide .head-1 {
    font-size: 62px;
    line-height: 58px;
  }
  .hero-section .content-slide .head-2 {
    font-size: 45px;
    line-height: 52px;
  }
  .hero-section .content-slider-wrapper .content-slide {
    background-size: cover !important;
  }
  .hero-section .content-slider-wrapper .content-slider-heading {
    padding-bottom: 0;
  }
  .hero-section .content-slider-wrapper .content-slider-content-wrapper {
    bottom: 27px;
  }
  .hero-section .content-slide:before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+2,0+33,0+50,0+57,0.82+87 */
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 2%, rgba(0,0,0,0) 33%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 57%, rgba(0,0,0,0.82) 87%, rgba(0,0,0,0.82) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 2%,rgba(0,0,0,0) 33%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 57%,rgba(0,0,0,0.82) 87%,rgba(0,0,0,0.82) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 2%,rgba(0,0,0,0) 33%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 57%,rgba(0,0,0,0.82) 87%,rgba(0,0,0,0.82) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#d1000000',GradientType=0 ); /* IE6-9 */
  }
  .body-athletes .intro-main-section:after {
    background-size: contain;
  }
  .home-main-grid .intro-main-section .rich-text-container, .athletes-main-grid .intro-main-section .rich-text-container, .business-main-grid .intro-main-section .rich-text-container {
    max-width: 660px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }

  .stats-section .stats-head {
    font-size: 44px;
    line-height: 47px;
    letter-spacing: 1px;
  }
  .stats-section .stats-sub {
    line-height: 27px;
    display: block;
  }
  .billboard-container p {
    font-size: 16px;
    line-height: 28px;
  }
  .client-section .billboard-container {
    height: auto !important;
  }
  .client-section .billboard-content-wrapper, .client-section .billboard-content-wrapper .container {
    margin-top: 0px;
    top: 0px;
  }
  .client-section .billboard-container, .client-section .billboard-content-wrapper .container, .client-section .billboard-content-wrapper {
    min-height: auto !important;  
    height: auto !important;
  }
  .body-home .client-section h2 {
    font-size: 34px;
    line-height: 43px;
  }
  .body-home .client-section .billboard-content-wrapper .container {
    margin-top: 235px;
    margin-bottom: 60px;
  }
  .athletes-main-grid .client-section .billboard-content-wrapper .container {
    margin-top: 235px;
    margin-bottom: 60px;
  }
  .business-main-grid .client-section .billboard-content-wrapper .container {
    margin-top: 259px;
    margin-bottom: 60px;
  }
  .business-main-grid  .client-section-int-1 .billboard-content-wrapper, .business-main-grid .billboard-content-wrapper .container, .business-main-grid .client-section .billboard-content-wrapper {
    min-height: auto !important;
    margin-top: 0px;
  }
  .lower-stat-wrap .stats-content-btm {
    padding-left: 0px;
    width: 100%;
    text-align: center;
  }
  .lower-stat-wrap .stats-number-btm {
    display: block;
    width: 100%;
    float: inherit;
    text-align: center;
  }
  .body-home .hero-section .billboard-heading .head-2 {
    line-height: 15px;
    display: block;
  }
  .footer-section .footer-contact-info .ftr-nap .ftr-nap-phone:after, .footer-section .ftr-nap-address-line1:after {
    display: none !important;
  }
  .footer-section .footer-head-1 {
    font-size: 38px;
    line-height: 34px;
  }
  .footer-section .footer-head-2 {
    font-size: 36px;
    line-height: 40px;
  }
  .footer-section .footer-contact-section {
    clear: both;
    padding-top: 30px;
  }
  .athletes-main-grid .client-section-int .billboard-content-wrapper {
    margin-top: 250px;
    margin-bottom: 20px;
  }
  .athletes-main-grid .client-section-int .billboard-content-wrapper .container {
    margin-top: 0;
    margin-bottom: 0;
  }
  .copy-section .yearbook-slide {
    width: 100% !important;
  }
  .quote-section .stats-number-btm {
    letter-spacing: 1px;
  }


}
 
 
 
/* Extra small landscape devices (most landscape phones, >=480px and <= 767 and landscape) mobile-l */
 
@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
  .hero-section .content-slider-wrapper .content-slide {
    height: 575px;
    background-size: cover !important;
  }
  .body-home .hero-section .billboard-container {
    /* max-height: 460px; */
  }
  .body-home .hero-section .billboard-background-video-overlay {
    top: 40%;
  }
  .hero-section .content-slide:before {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+2,0+33,0+42,0+50,0.82+74 */
  background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 2%, rgba(0,0,0,0) 33%, rgba(0,0,0,0) 42%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.82) 74%, rgba(0,0,0,0.82) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 2%,rgba(0,0,0,0) 33%,rgba(0,0,0,0) 42%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.82) 74%,rgba(0,0,0,0.82) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 2%,rgba(0,0,0,0) 33%,rgba(0,0,0,0) 42%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.82) 74%,rgba(0,0,0,0.82) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#d1000000',GradientType=0 ); /* IE6-9 */
  }
  
  .hero-section .content-slider-wrapper .content-slider-content-wrapper {
      bottom: 20px;
  } 
  .body-home .client-section .billboard-content-wrapper, .body-home .client-section .billboard-content-wrapper .container {
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .lower-stat-wrap .stats-content-btm {
    padding-left: 0px;
    width: 100%;
    text-align: center;
  }
  .lower-stat-wrap .stats-number-btm {
    display: block;
    width: 100%;
    float: inherit;
    text-align: center;
  }
  .body-athletes .stats-section-3 {
    padding: 31px 55px 35px;
  }
  .stats-bottom-lines {
    letter-spacing: 2px;
  }
  .body-home .client-section h2 {
    font-size: 48px;
    letter-spacing: 3px;
  }
  /* .body-home .client-section .billboard-content-wrapper .container {
    min-height: 700px !important;
  } */
  .client-section .billboard-container, .client-section .billboard-content-wrapper .container, .client-section .billboard-content-wrapper {
    min-height: auto !important;  
    height: auto !important;
    background-size: contain !important;
  }
  .body-home .client-section .billboard-content-wrapper .container {
    margin-top: 420px;
    margin-bottom: 60px;
  }
  /* .athletes-main-grid .client-section .billboard-content-wrapper .container {
    margin-top: 420px;
    margin-bottom: 60px;
  } */
  .business-main-grid .client-section .billboard-content-wrapper .container {
    margin-top: 470px;
    margin-bottom: 60px;
  }
  .footer-section .footer-contact-info .ftr-nap .ftr-nap-phone:after, .footer-section .ftr-nap-address-line1:after {
    display: none !important;
  }
  .footer-section .footer-contact-section {
    clear: both;
    padding-top: 30px;
  }
  .client-section h2 {
    font-size: 45px;
    letter-spacing: 2px;
  }
  .athletes-main-grid .client-section-int .billboard-content-wrapper {
    margin-top: 455px;
  }
  .athletes-main-grid .client-section .billboard-content-wrapper .container {
    margin-top: 0;
    margin-bottom: 0;
  }
  .business-main-grid  .client-section-int-1 .billboard-content-wrapper, .business-main-grid .billboard-content-wrapper .container, .business-main-grid .client-section .billboard-content-wrapper {
    min-height: auto !important;
    margin-top: 0px;
  }
}
 
/* IE only */
@media screen\0 {
 
}