/* /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/css?family=Montserrat:300,400,500,700|Playfair+Display:400,400i,500i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');


@import url('resources.css');
/*
@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:
JOB #:
COMPLETION DATE:
ADDITIONAL NOTES:
Fonts:

    font-family: 'Montserrat', sans-serif;
    font-family: 'Playfair Display', serif;


========================================================================================================================
*/

body {
  font-family: 'Lato', sans-serif !important;
  font-size: 17px !important;
  color: #474747;
}

.masterprime .related-resources-main {
  background: #fff;
}

/*

/*
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: #364a5b;
}
.slick-dots li button:before {
    color: red;
    opacity: 0.95;
    font-size: 10px;
}
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li.slick-active button:before {
    color: black;
    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 #364a5b;
    border-radius: 50%;
}
.slick-dots li {
    width: 9px !important;
    height: 9px;
}

/* Buttons */
.button, .accord a.accord-cta, .blog-landing-load-more, .directions-search .submit-search, .contact-form .form-inline .captcha .btn-contact, .masonry-load-more, .masonry-tertiary-load-more, .blog-landing-copy-cta, .content-slider-cta, .simple-form input[type="submit"] {

  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
  height: auto !important;
  width: auto !important;
  border: 2px solid #d6eaea !important;
  margin: 20px 20px 20px 20px !important;
  padding: 10px 40px !important;
  font-family: 'Merriweather', serif !important;
  color: #7e7e7e !important;
  font-size: 19px !important;
  font-weight: 600 !important;
  line-height: 40px !important;
  text-transform: none !important;
  text-decoration: none !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  background: none !important;
}
/* Buttons Hover */
.button:hover, .blog-landing-copy-cta:hover, .blog-landing-load-more:hover, .accord a.accord-cta: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, .content-slider-cta:hover, .simple-form input[type="submit"]:hover, .directions-search .submit-search:hover {
  border: 2px solid #679da2 !important;
  background: #679da2 !important;
  color: #fff !important;
}
.investor-access-login-button {
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
  height: auto !important;
  width: 100% !important;
  border: 2px solid #679da2 !important;
  background: #679da2 !important;
  margin: 0px 0px 20px 0px !important;
  padding: 0px 5px !important;
  font-family: 'Merriweather', serif !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 40px !important;
  text-transform: none !important;
  text-decoration: none !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  text-transform: capitalize !important;
}
.investor-access-login-button:hover {
  border: 2px solid #679da2 !important;
  background: none !important;
  color: #fff !important;
}
.body-map-directions .directions-search:before {
  content: "Enter your address here:" !important;
  display: block !important;
  position: relative !important;
  color: #7e7e7e !important;
}
.body-map-directions .directions-search .submit-search {
  float: none;
  margin: 0px 0px 0px 20px !important;
}

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: #517B85;
}
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: #364a5b;
}

/* Blog Videos */
.video-responsive {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


/*

Next/Previous arrows and background variables
==============================================

blue = #
fuchsia = #
lime = #
orange = #
red = #
aqua = #

==============================================
*/   /* Next/prev text normal */
.bio-detail-next, .bio-detail-next-bio, .blog-detail-prev, .blog-detail-prev-resource, .blog-detail-next-resource, .blog-detail-next, .bio-detail-prev-bio, .bio-detail-next-bio, .resource-detail-prev, .resource-detail-next, .resource-detail-next-resource, .resource-detail-prev-resource, .bio-detail-next, .bio-detail-prev, .resource-detail-next, .resource-detail-prev, .bio-detail-prev, .bio-detail-next  {
  color: #364a5b !important;
  webkit-transition: all 0.2 ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  -ms-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}
/* Next/prev text hover */
.blog-detail-previous-link:hover .blog-detail-prev, .blog-detail-previous-link:hover .blog-detail-prev-resource, .blog-detail-next-link:hover .blog-detail-next, .blog-detail-next-link:hover .blog-detail-next-resource, .bio-detail-next-link:hover .bio-detail-next, .bio-detail-next-link:hover .bio-detail-next-bio, .bio-detail-previous-link:hover .bio-detail-prev, .bio-detail-previous-link:hover .bio-detail-prev-bio, .resource-detail-previous-link:hover .resource-detail-prev, .resource-detail-next-link:hover .resource-detail-next, .resource-detail-previous-link:hover .resource-detail-prev-resource, .resource-detail-next-link:hover .resource-detail-next-resource
{
  color: #364a5b !important;
}
/* Next/prev arrow normal */
.resource-detail-previous-link:after, .bio-detail-previous-link .bio-detail-previous-arrow, .bio-detail-next-link .bio-detail-next-arrow, .resource-detail-next-link:after, .resource-detail-next-link .resource-detail-next-arrow, .resource-detail-previous-arrow, .blog-detail-previous-link .blog-detail-previous-arrow, .blog-detail-next-link .blog-detail-next-arrow {
  border-color: #fff !important;
}
/* Next/prev arrow hover */
.resource-detail-previous-link:hover:after, .bio-detail-previous-link:hover .bio-detail-previous-arrow, .bio-detail-next-link:hover .bio-detail-next-arrow, .resource-detail-next-link:hover:after, .resource-detail-next-link:hover .resource-detail-next-arrow, .resource-detail-previous-link:hover .resource-detail-previous-arrow, .blog-detail-previous-link:hover .blog-detail-previous-arrow, .blog-detail-next-link:hover .blog-detail-next-arrow {
  border-color: #fff !important;
}
/* Arrow background normal */
.resource-detail-previous-link-wrapper-mobile:before, .bio-detail-next-link-wrapper-mobile:before, .bio-detail-previous-link-wrapper-mobile:before, .bio-detail-previous-link-wrapper:before, .bio-detail-next-link-wrapper:before, .blog-detail-previous-link-wrapper:before, .blog-detail-next-link-wrapper:before, .resource-detail-previous-link-wrapper:before, .resource-detail-next-link-wrapper:before, .resource-detail-next-link-wrapper-mobile:before, .blog-detail-previous-link-wrapper-mobile:before, .blog-detail-next-link-wrapper-mobile:before {
  background: #679da2 !important;
}
/* Arrow background hover */
.bio-detail-previous-link-wrapper.hover-link:before, .bio-detail-next-link-wrapper.hover-link:before, .blog-detail-next-link-wrapper.hover-link:before, .blog-detail-previous-link-wrapper.hover-link:before, .resource-detail-previous-link-wrapper.hover-link:before, .resource-detail-next-link:hover:before, .resource-detail-next-link-wrapper.hover-link:before {
  background: #364a5b !important;
}

/*

Mouse Scroller Model 1
==============================================

red = #
blue = #

==============================================
*/

 .scroller-wrapper .scroller, .scroller-mobile-wrapper .scroller-mobile {
  background-image: none !important;
 background-color: #465464 !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 #fff;
    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;
}

/*
==============================================
Social Bar Section
==============================================
*/
.social-contact-section {
    padding: 0px 50px 0px 0px;
    border-bottom: 2px solid #576777;
    width: 100%;
}
.social-contact-section .ftr-nap-phone, .social-contact-section .ftr-nap {
	display: inline;
}
.social-contact .ftr-nap li {
	display: inline;
}

.social-contact .ftr-nap .ftr-nap-phone:before {
	display:none;
}
.social-contact .ftr-nap {
  font-family: 'Lato', sans-serif !important;
  font-size: 13px;
  font-weight: 400;
  color: #b6e5e9 !important;
  text-align: right;
  list-style-type: none;
  text-transform: uppercase;
}
.social-contact .ftr-nap a {
	color: #b6e5e9;
}
.social-contact {
	float: right;
}
.social-icons {
	float: right;
}
.social-icons .social-container {
    padding: 0;
}

.social-icons .social-container .fa {
	color: #b6e5e9;
	padding: 0 8px;
	font-size: 14px;
	position: relative;
  top: -1px;
	-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;
}
.social-contact .ftr-nap-wrapper .ftr-nap li {
  padding: 5px 8px 5px 0px;
}
.social-contact .ftr-nap-wrapper .ftr-nap [data-phonetype*="0"] a, .social-contact .ftr-nap-wrapper .ftr-nap [data-phonetype*="0"] {
display: none !important;
}
.social-contact .ftr-nap-wrapper .ftr-nap li:after {
	content:"//";
	position: relative;
  margin-left: 8px;
  color: #576777;
  display: none;
}
.social-contact .ftr-nap a:hover {
  color: #fff !important;
}
.social-icons .social-container .fa:hover {
  color: #fff !important;
}
.header-cta {
	float: right;
}
.header-cta .ftr-cta-wrapper {
	margin: 0px 5px 0 0;
}
.header-cta .ftr-cta {
  font-family: 'Merriweather', serif !important;
	color: #b6e5e9;
	font-weight: 400;
	font-size: 13px;
	text-transform: none;
	border: none;
	-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;
}
.header-cta .ftr-cta:hover {
	color:#fff !important
}

/*
==============================================
Header Section
==============================================
*/
.header-main {
 background: #465464 !important;
}
.header-main .ftr-logo {
    max-width: 285px !important;
}

/*
==============================================
Navigation Section
==============================================
*/
.nav-overall-wrapper:not(.van-mobile-nav) {
  background: #465464 !important;
}
.primary-nav .nav-subnav {
  background-image: none !important;
  -webkit-box-shadow: inset 0 60px 60px -60px rgb(0 0 0 / 20%);
  -moz-box-shadow: inset 0 60px 60px -60px rgba(0,0,0,0.2);
}

/* Main Nav */
.primary-nav a, .investor-access-remember-me-label {
  color: #fff;
  font-family: 'Lato', sans-serif !important;
  font-size: 16px !important;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
  padding: 0px 2px 20px 0 !important;
}
.nav:after, .nav:before {
  display: none;
}
/* Main Nav Active/Hover */
.primary-nav > li > a:hover, .primary-nav > li > a.selected, .primary-nav > li > a.active, .nav-standard.selected {
  color: #b6e5e9 !important;
}
/* Dropdown nav */
.primary-nav .nav-subnav a {
  color: #fff;
}
/* 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: #b6e5e9;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav, .primary-nav .nav-subnav-second {
  background: #465464 !important;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
    top: 39px;
}

/*
==============================================
Main Styles
==============================================
*/
.copy-section h1 {
  text-align: center;
}
hr {
  background: #e0e0e0;
}
.body-giving-back hr, .body-events hr {
  background: #ccc;
  margin: 50px 0px;
}
.copy-section .head-1, .main-content-int-blog h1 .head-1 {
  font-family: 'Merriweather', serif !important;
  color: #679da2 !important;
  font-size: 34px !important;
  font-weight: 300 !important;
  line-height: 40px !important;
  text-transform: none !important;
  display: inline !important;
}
.copy-section .yearbook-three .yearbook-headshot-wrapper::after {
  background: -moz-linear-gradient(top, rgba(70,84,100,0) 30%,rgba(70,84,100,0) 52%,rgba(70,84,100,1) 100%);
  background: -webkit-linear-gradient(top, rgba(70,84,100,0) 30%,rgba(70,84,100,0) 52%,rgba(46,65,78,1) 100%);
  background: linear-gradient(to bottom, rgba(70,84,100,0) 30%,rgba(70,84,100,0) 52%,rgba(70,84,100,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00465464', endColorstr='#465464',GradientType=0 );
}
.copy-section .head-2, .main-content-int-blog h1 .head-2 {
  font-family: 'Merriweather', serif !important;
  color: #364a5b !important;
  font-size: 34px !important;
  font-weight: 800 !important;
  line-height: 40px !important;
  text-transform: none !important;
  display: inline !important;
}
.main-content-int-blog h1 .head-1 {
  font-family: 'Merriweather', serif !important;
  color: #679da2 !important;
  font-size: 34px !important;
  font-weight: 300 !important;
  line-height: 40px !important;
  text-transform: none !important;
  display: block !important;
}
.main-content-int-blog h1 .head-2 {
  font-family: 'Merriweather', serif !important;
  color: #364a5b !important;
  font-size: 34px !important;
  font-weight: 800 !important;
  line-height: 40px !important;
  text-transform: none !important;
  display: block !important;
}
h2 {
  font-family: 'Merriweather', serif;
  color: #364a5b !important;
  font-size: 21px !important;
  font-weight: 600 !important;
  line-height: 35px !important;
  text-transform: none !important;
}
h3 {
  font-family: 'Merriweather', serif;
  color: #364a5b !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  text-transform: none !important;
}
h4 {
  font-family: 'Merriweather', serif;
  color: #364a5b !important;
  font-size: 19px !important;
  font-weight: 200 !important;
  line-height: 24px !important;
  text-transform: none !important;
}
h5 {
  font-family: 'Merriweather', serif;
  color: #364a5b !important;
  font-size: 18px !important;
  font-weight: 200 !important;
  line-height: 18px !important;
  text-transform: none !important;
}
.blog-detail-heading, .resource-detail-heading {
  font-family: 'Merriweather', serif;
  color: #364a5b !important;
  font-size: 28px !important;
  font-weight: 600 !important;
  line-height: 35px !important;
  text-transform: none !important;
}
.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-heading {
  font-family: 'Merriweather', serif;
  color: #364a5b !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 28px !important;
  text-transform: none !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;
}
.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-heading:hover {
  color: #679da2 !important;
}
.resource-detail-info-wrapper a, .social-media-share-link, .blog-date-link, .blog-category-link, .blog-media-type-link {
  color: #679da2 !important;
}
.resource-detail-info-wrapper a:hover, .social-media-share-link:hover, .blog-date-link:hover, .blog-category-link:hover, .blog-media-type-link:hover {
  color: #364a5b !important;
}
.fa-share-alt {
  color: #364a5b !important;
}
.social-media-share-link:hover > .fa-share-alt:before {
  color: #364a5b !important;
}
.social-media-share-link:active > .fa-share-alt:before {
  color: #364a5b !important;
}
.social-media-share-wrapper span {
  background-color: #364a5b;
}
.social-media-share-wrapper span:before {
    border-bottom: 10px solid #364a5b;
}
.social-media-share-wrapper span a {
	color: #fff !important;
}
.social-media-share-wrapper span a:hover {
	color: #b6e5e9 !important;
}
.blog-detail-info-wrapper .blog-detail-info-divider, .blog-detail-info-divider, .resource-detail-info-divider, .blog-landing-info-divider {
  color: #ccc !important;
}
.blog-landing-overall-copy {
  margin-bottom: 50px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
.block-quote-author {
  font-weight: 200;
  display: block;
  font-size: 16px;
  line-height: normal;
  padding-top: 10px;
}
blockquote:before, q:before {
  background: #465464;
}
blockquote, q {
  quotes: none;
  font-family: 'Merriweather', serif !important;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  max-width: 858px;
  width: 100%;
  font-style: italic;
  color: #465464;
  text-align: center;
  padding: 60px 30px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin: 60px auto;
}
.body-giving-back blockquote, .body-giving-back q, .body-events blockquote, .body-events q {
  quotes: none;
  font-family: 'Merriweather', serif !important;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  max-width: 858px;
  width: 100%;
  font-style: italic;
  color: #465464;
  text-align: center;
  padding: 20px;
  border-top: none;
  border-bottom: none;
  margin: 30px auto;
}
.body-giving-back blockquote:before, .body-giving-back q:before, .body-events blockquote:before, .body-events q:before {
  display: none;
}
.accord .accord-link {
  color: #474747;
  font-family: 'Merriweather', serif !important;
  font-size: 21px;
  font-weight: 400;
  text-transform: none !important;
  line-height: normal;
}
.accord .accord-link:hover, .accord .accord-inner-link:hover {
  color: #486D75 !important;
}
.accord .accord-link:hover, .accord .accord-inner-link:hover, .accord li.open .accord-link, .accord li.open .accord-inner-link {
  color: #486D75 !important;
}
.accord li.open .fa {
  color: #486D75;
}
.flextab-triggers .set {
  color: #fff;
  background: #486D75;
}
.flextab-triggers .set:hover {
  color: #fff;
  background: #486D75;
}
.flextab-triggers a {
  background: #fff;
  color: #393939;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}
.flextab-triggers a:hover {
  background: #486D75;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}
.flextab-content {
  padding: 30px;
  background: #fff;
}
.body-giving-back .img-responsive, .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  background: #fff;
  padding: 10px;
}
/*.body-giving-back blockquote {
  border-bottom: none !important;
}*/
.body-giving-back h3, .body-events h3 {
  text-align: center;
}
.content-slider-wrapper .content-slider-heading {
  font-family: 'Merriweather', serif !important;
  color: #679da2 !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 35px !important;
  text-transform: none !important;
  display: block !important;
  text-align: center;
  margin: 0 auto;
}
.content-slider-wrapper .slick-prev:before {
  color: #727479;
}
.content-slider-wrapper .slick-next:before {
  color: #727479;
}
.body-our-process .content-slider-wrapper .slick-prev:before {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: absolute;
  top: 35px;
  right: 0px;
  content: "";
  -webkit-transform: rotate(
  -45deg) skew(
  -10deg,
  -10deg);
  transform: rotate(
  -45deg) skew(
  -10deg,
  -10deg);
  width: 25px;
  height: 25px;
  border-left: 1px solid #393939;
  border-top: 1px solid #393939;
}
.body-our-process .content-slider-wrapper .slick-next:before {
  content: "" !important;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: absolute;
  top: 35px;
  left: 0px;
  -webkit-transform: rotate(
  45deg) skew(
  10deg,
  10deg);
  transform: rotate(
  45deg) skew(
  10deg,
  10deg);
  width: 25px;
  height: 25px;
  border-right: 1px solid #393939;
  border-top: 1px solid #393939;
  -webkit-text-stroke: 8px transparent !important;
}
.content-slider-wrapper .slick-prev, .content-slider-wrapper .slick-next {
  top: 34%;
}
.content-slider-wrapper .content-slider-cta {
    margin: 0 auto !important;
    display: block !important;
    line-height: 24px !important;
}
.content-slider-wrapper .slick-next:before, .content-slider-wrapper .slick-prev:before {
  font-size: 50px;
}
.investor-access-input-wrapper input {
  width: 100% !important;
}


/*
==============================================
Billboard Section
==============================================
*/
.billboard-section:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  opacity: 1;
  top: 0;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 41%, rgba(255,255,255,0.75) 80%, rgba(255,255,255,0.75) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 41%,rgba(255,255,255,0.75) 80%,rgba(255,255,255,0.75) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 41%,rgba(255,255,255,0.75) 80%,rgba(255,255,255,0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
}


.billboard-section h1, .copy-section h1, .services-section .services-headline h2, .team-section h4, .pov-section h4, .copy-section .head-1, .body-about-us .copy-section h2, .copy-section h3, .copy-section h4, .copy-section h5 {
  color: purple;
}
.billboard-section .head-2, .team-section .head-1, .pov-section .head-1, .copy-section .head-2, .copy-section .head-3, .copy-section h2 .head-3, .body-about-us .copy-section h2 .head-2, .services-section .head-1 {
  color: orange;
}
.billboard-section h1:after, .services-section h2:after, .team-section h4:after, .pov-section h4:after, .pov-carousel .mc-heading:after, .footer-section .footer-cta-section h4:after, .copy-section h1 .head-2:after, .body-about-us .copy-section h2:after {
  background: blue;
  display: none !important;
}
.billboard-section h1 {
  font-family: 'Merriweather', serif !important;
  color: #679da2 !important;
  font-size: 38px;
  font-weight: 300;
  line-height: 44px;
  text-transform: none;
  display: block;
}
.billboard-section h1 .head-1-bolder {
  color: #364a5b;
  font-weight: 800;
}
.interior .billboard-content:after {
  display: none;
}
.body-events .billboard-container {
  background-position-y: bottom !important;
}


/*
==============================================
Intro Section
==============================================
*/

.intro-section .intro-text:before, .niche-section .mc-heading:after, .quote-section .quote-wrapper .quote-hr:before {
  background: blue;
  display: none;
}
.intro-section .body-copy-accent:after {
  display: none;
}
.intro-section .intro-content:before, .intro-section .intro-content:after {
  background: #def1f2;
  max-width: 1170px;
  margin: 0 auto;
}
.intro-section {
  background-image:url('/-/media/rj/advisor-sites/sites/o/w/owens/images/backgrounds/background-1-introsection.jpg') !important;
  background: #ccc;
  background-size: cover;
  background-position: center center;
  padding: 35px;
}
.intro-content {
  background: #fff;
  padding: 50px 125px;
  max-width: inherit;
  margin: 0 auto;
}
.intro-content .intro-text {
  padding: 96px 0 66px;
  color: #575757;
  font-size: 19px;
  line-height: 45px;
  font-family: 'Merriweather', serif !important;
  max-width: 1170px;
  margin: 0 auto;
}
.intro-section .body-copy-accent {
  font-family: inherit;
  color: #575757;
  font-size: 21px;
  font-weight: 600;
  text-transform: none;
  padding: 0 !important;
}

/*
==============================================
Copy Section
==============================================
*/
.copy-section {
  background-image: none !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  background: #fff !important;
}

/*
==============================================
Services Section
==============================================
*/
.services-section {
  display: none;
}
/*
==============================================
Niches Section
==============================================
*/
.niche-section:before {
  display: none;
}
.niche-section {
  background-image: url(https://www.raymondjames.com/-/media/rj/advisor-sites/global/model-assets/model-1/patterns/bkg-interior-top-2.jpg);
  background-size: cover;
  border-top: none !important;
  border-bottom: none !important;
  padding-bottom: 0px !important;
  position: relative;
}

/*
==============================================
Team Section
==============================================
*/
.team-section {
  border-top: none !important;
  background: #fff;
  padding: 40px 0 10px;
}
.team-section .head-2 {
  text-align: center;
  font-family: 'Merriweather', serif;
  color: #334544 !important;
  font-size: 26px !important;
  font-weight: 300;
  line-height: 30px !important;
  text-transform: none;
}
.team-section .head-1 {
  text-align: center;
  font-family: 'Merriweather', serif;
  color: #679da2 !important;
  font-size: 35px !important;
  font-weight: 600;
  line-height: 35px !important;
  text-transform: none;
}
.team-section .head-1:after {
  content: '';
  background: #def1f2;
  display: block;
  position: relative;
  height: 4px;
  width: 20%;
  margin: 50px auto 0px auto;
}
.team-image-wrapper {
  height: auto;
  margin: 0px auto 30px auto;
  width: 80%;
  text-align: center;
}
.team-section h4 {
  margin-bottom: 21px;
  line-height: inherit;
}
.home-team-caption {
  font-size: 16px;
  max-width: 80%;
  margin: 0 auto;
  line-height: normal;
  color: #334544;
  font-family: 'Lato', sans-serif !important;
}


/* bio/yearbook First and Last Name */
.team-section .yearbook-last-name, .yearbook-first-name, .yearbook-last-name, .yearbook-designation, .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: #474747 !important;
}
.body-bio .bio-detail-last-name text {
  display: none;
}
/* bio/yearbook title */
.yearbook-designation-wrapper .yearbook-title, .bio-detail-title-wrapper, .bio-detail-title {
  color: #474747 !important;
}
.copy-section .yearbook-designation-wrapper {
  display: inline;
}
.copy-section .yearbook-three .yearbook-hr {
    margin: 15px auto 20px;
}
/* bio/yearbook icon */
.bio-detail-links-wrapper .fa, .yearbook-links .fa, .yearbook-links a {
  color: #517B85 !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-next, .bio-detail-prev, .blog-detail-prev, .blog-detail-next, .resource-detail-prev, .resource-detail-next {
  font-family: 'Lato', sans-serif !important;
  font-weight: 300;
}
..bio-detail-next-bio, .bio-detail-prev-bio, .blog-detail-prev-resource, .blog-detail-next-resource, .resource-detail-prev, .resource-detail-next {
  font-family: 'Lato', sans-serif !important;
  font-weight: 400;
}
/* bio/yearbook icon hover */
.bio-detail-links-wrapper .fa:hover, .yearbook-links .fa:hover, .yearbook-links a:hover {
  color: #364a5b !important;
}
.yearbook-three .yearbook-hr, .bio-content-social:before {
  background-color: #679da2;
}
.copy-section .yearbook-container .yearbook-first-name, .bio-section .bio-detail-first-name, .bio-detail-preferred-name {
  font-family: 'Merriweather', serif !important;
  color: #679da2 !important;
  font-size: 26px !important;
  font-weight: 300 !important;
  text-transform: none !important;
}
.copy-section .yearbook-container .yearbook-last-name, .bio-section .bio-detail-last-name {
  font-family: 'Merriweather', serif !important;
  color: #364a5b !important;
  font-size: 26px !important;
  font-weight: 600 !important;
  text-transform: none !important;
}
.bio-section, .resource-section, .blog-main {
  background-image: none !important;
  background: #fff !important;
}
.bio-quote-section {
  display: none;
}
.bio-detail-container {
  padding-bottom: 0px !important;
}
.body-blog-detail .blog-detail-banner-wrapper .blog-detail-banner {
  display: none;
}


/*
==============================================
Callouts Section
==============================================
*/
.callouts-section {
  background-image: none;
  background: #fff;
  padding: 0px;
}
.callouts-version-1.callouts-mobile-slider .callout-slide .callout-cta-wrapper button, .callouts-version-1.callouts-mobile-slider .callout-slide .callout-cta-wrapper button {
  margin: 0 auto;
    color: #b6e5e9 !important;
    font-family: 'Merriweather', serif !important;
    font-size: 21px !important;
    background: rgba(0, 0, 0, 0) !important;
    border: none !important;
    letter-spacing: 1px !important;
    display: block;
    opacity: 1;
    font-weight: 600;
    text-transform: lowercase;
}
.content-slider-wrapper .content-slider-copy {
    text-align: center;
}
.body-home .callouts-section:before {
  display: block;
  content: '';
  background-image:url('/-/media/rj/advisor-sites/sites/o/w/owens/images/backgrounds/background-1-introsection.jpg') !important;
  background: #fff;
  background-size: 100% !important;
  background-position: top;
  height: 33px;
  width: 100%;
  background-repeat: no-repeat;
}
.callouts-content {
  background: #465464;
}
.callouts-section .slick-next:after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  left: -30px;
}
.callouts-section .slick-prev:after {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  right: -30px;
}
.callouts-section .callouts-container .callout-item .callout-copy-wrapper {
  text-align: center;
  font-family: 'Lato', sans-serif;
}
.callouts-section .callouts-container .callout-item .callout-cta-wrapper button {
  margin: 0 auto;
  color: #b6e5e9;
  font-family: 'Merriweather', serif;
  font-size: 21px;
  background: rgba(0, 0, 0, 0);
  border: none;
  letter-spacing: 1px;
  display: block;
  opacity: 1;
  font-weight: 600;
  text-transform: lowercase;
}
.callouts-section .callouts-content {
  margin-top: 50px;
  margin-bottom: 50px;
}


/*
==============================================
Quote Section
==============================================
*/
.quote-section {
  border-top: none;
  background: #f9f9f9 !important;
  padding: 50px;
  overflow: hidden !important;
}
.body-home .quote-section {
  border-top: none;
}
.body-home .quote-section .quote {
  color: #474747 !important;
  font-family: 'Merriweather', serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  max-width: 858px;
  width: 100%;
  margin: 25px auto 25px;
}
.quote-section .quote {
  color: #474747 !important;
  font-family: 'Merriweather', serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  max-width: 858px;
  width: 100%;
  margin: 25px auto 25px;
}
.body-home .quote-section .quote:before {
  content: url(/-/media/rj/advisor-sites/sites/o/w/owens/images/quotes/quote-3-logo.png);
  display: block;
  position: relative;
  padding:10px 0px 30px 0px;
}
.quote-section .quote:before {
  content: url(/-/media/rj/advisor-sites/sites/o/w/owens/images/quotes/quote-3-logo.png);
  display: block;
  position: relative;
  padding:10px 0px 30px 0px;
}
.quote-section .quote-wrapper {
  padding: 25px 15px 25px;
  border-top: 1px solid #c2d8da;
  border-bottom: 1px solid #c2d8da;
  max-width: 1023px;
  margin: 0 auto;
}
.quote-section .quote-content {
  padding-top: 0px;
  width: inherit !important;
}
.quote-section .quote-wrapper .quote-hr:after {
  content: "";
  display: none;
  height: 1px;
  max-width: 1170px;
  width: 80%;
  margin: 0 auto;
  background: #c2d8da;
  top: 22px;
  position: absolute;
}
.quote-section .quote-wrapper .quote-hr {
  max-width: 1170px;
  display: none;
}
.quote-section:after {
  display: none;
}

/*
==============================================
POV Section
==============================================
*/
.pov-section {
  background-image: none !important;
  background: #e2eded !important;
  padding-top: 60px;
  height: auto;
}
.body-home .btm-image img {
  display: none;
}
.pov-section .head-2 {
  text-align: center;
  font-family: 'Merriweather', serif;
  color: #334544 !important;
  font-size: 26px !important;
  font-weight: 300;
  line-height: 26px !important;
  text-transform: none;
}
.pov-section .head-1 {
  text-align: center;
  font-family: 'Merriweather', serif;
  color: #486D75 !important;
  font-size: 35px !important;
  font-weight: 600;
  line-height: 15px !important;
  text-transform: capitalize;
}
.pov-section h4 {
  margin-bottom: 40px;
}
.pov-carousel .mc-container:before {
  content: "";
  display: block;
  position: relative;
  height: 3px;
  width: 100%;
  border-top: 1px solid #a4b0b6;
  border-bottom: none;
  padding: 25px 0px 0px 0px;
}
.pov-carousel .mc-heading {
  font-family: 'Merriweather', serif !important;
  color: #393939 !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
  padding: 25px 0px !important;
}
.pov-carousel .mc-heading-wrapper:after {
  position: relative;
  display: block;
  height: 1px;
  width: 100px;
  background: #000;
  content: '';
  margin: 0 auto;
}
.mc-content-wrapper {
  height: auto;
}
.pov-carousel .mc-copy-wrapper {
    margin-top: 10px;
}
.pov-carousel .mc-copy {
  font-family: 'Lato', sans-serif;
  color: #393939;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 10px;
}
.pov-carousel .mc-cta {
  font-family: 'Merriweather', serif;
  color: #486D75;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  background: none;
  padding: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: none;
  letter-spacing: 0;
  text-transform: capitalize;
}

/*
==============================================
Footer Section
==============================================
*/
.footer-section {
  background: #36495a;
}
.footer-section .footer-logo .ftr-logo {
  max-width: 285px;
}
.footer-section .footer-contact-info .ftr-nap li {
    padding: 0px 0px 0px 0px;
    line-height: 29px;
}
.footer-section .social-container {
  text-align: center;
  border-bottom: 8px solid #425e6c;
  border-top: none;
}
.footer-section .social-container:after {
  background: #516c79;
}
.footer-section .social-container a:hover .fa {
  color: #B6E5E9 !important;
}
.footer-section .footer-cta-section .head-2 {
  text-align: center!important;
  font-family: 'Merriweather', serif !important;
  color: #fff !important;
  font-size: 26px !important;
  font-weight: 300!important;
  line-height: 23px !important;
  text-transform: none!important;
}
.footer-section .footer-cta-section .head-1 {
  text-align: center !important;
  font-family: 'Merriweather', serif !important;
  color: #B6E5E9 !important;
  font-size: 26px !important;
  font-weight: 600!important;
  line-height: 13px !important;
  text-transform: none !important;
}
.footer-section .footer-cta-section h4:hover > .head-1 {
  color: #fff !important;
}
.footer-section .ftr-disclosures {
  color: #fff;
  text-align: left;
}
.footer-section .footer-content a {
  color: #fff;
}
.footer-section .footer-content a:hover {
  color: #B6E5E9;
}

.ftr-nap-address-label {
  display: none !important;
}
.footer-section .ftr-nap .ftr-nap-address:before, .footer-section .ftr-nap-address-line1:after, .footer-section .ftr-nap-address-line2:after {
  display: none;
}
.ftr-nap-address-line1, .ftr-nap-address-line2 {
  display: block;
}
.ftr-nap-address-line1 {
  font-family: 'Merriweather', serif !important;
  font-weight: 400;
  font-size: 18px !important;
  color: #B6E5E9;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.footer-section .footer-contact-info .ftr-nap .ftr-nap-phone:after {
    content: "|";
    color: #B6E5E9;
}
.ftr-nap-address-line3:after {
  content: "|";
  color: #fff;
  position: relative;
  margin-left: 8px;
  margin-right: 3px;
}
.footer-section .ftr-nap li, .footer-section .ftr-nap-phone a, .footer-section .ftr-nap-map-directions a {
  line-height: 22px;
}
.footer-section .footer-contact-info:after {
  position: relative;
  display: block;
  content: 'Our offices are open Monday through Friday, 8:30 a.m. to 4:30 p.m.';
  font-weight: 400;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  line-height: 26px;
}

/*
==============================================
Blog Archive Sidebar Links
==============================================
*/
.filter-list-heading a, .filter-list-links .filter-list-date a, .filter-list-category a, .filter-list-topic a, .filter-list-media a {
  color: #679da2 !important;
}

.filter-list-heading a:hover, .filter-list-heading ul li a:hover {
  color: #364a5b !important;
}
.filter-list-heading {
  font-size: 24px;
  color: #5a5d63 !important;
  text-transform: none;
  margin-bottom: 20px;
  font-family: 'Merriweather', serif !important;
}


 /*
==============================================
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)  {
     .billboard-heading-wrapper {
       bottom: 11px !important;
     }
}

/* 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)  {
    .billboard-heading-wrapper {
      bottom: 150px !important;
    }

}

/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
  .billboard-section h1 {
    font-family: 'Merriweather', serif !important;
    color: #679da2 !important;
    font-size: 38px;
    font-weight: 300;
    line-height: 44px;
    text-transform: none;
    display: block;
}
  .billboard-heading-wrapper {
    bottom: 0px !important;
  }
  .intro-content {
    padding: 20px ;
    max-width: 1170px;
  }
  .intro-content .intro-text {
    padding: 40px 30px 20px 30px;
    font-size: 14px;
    line-height: 24px;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
    padding: 0px 0px 20px 0px !important;
    font-size: 15px !important;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a {
    font-size: 15px !important;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav {
    background-image: none !important;
    background: #465464;
    box-shadow: none;
  }
  .fa-angle-down:before {
    color: #fff;
  }
  .nav-address-wrapper {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #fff;
    text-align: left;
    padding: 0 15px;
    font-size: 14px;
    line-height: 22px;
  }
  .copy-section .yearbook-slide {
    width: 50%;
  }

}


/* Large devices (desktops, 992px and less) */
@media only screen and (max-width: 992px) {
  .social-contact-section {
     display: none !important;
  }
}

/* Mega menu css */

@media only screen and (min-width: 769px) {
  .about-us-page > ul {
      -moz-column-count: 3;
      -moz-column-gap: 50px;
      -webkit-column-count: 3;
      -webkit-column-gap: 50px;
      column-count: 3;
      column-gap: 50px;
      width: max-content;
  }
  .about-us-page > li {
     display: inline-block;
      width: 100%;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .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 .nav-subnav li:not(.nav-top-link)  {
      padding: 0 !important;
  }
}

/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
  .content-slider-wrapper .content-slider-copy {
  text-align: center;
  width: 85%;
  margin: 0 auto;
  }
  .copy-section .yearbook-slide {
    width: 50%;
  }
  .quote-section {
    padding: 25px;
  }
  blockquote, q {
    font-size: 18px;
    line-height: 24px;
  }
  .billboard-heading-wrapper {
    bottom: 0px !important;
  }
  .billboard-section h1 {
    font-size: 33px;
  }
  .body-home .quote-section .quote {
    font-size: 20px;
    line-height: 30px;
  }
  /* 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: #679da2;
  }
  .header-main:after {
    display: none;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
    padding: 0px 0px 20px 0px !important;
    font-size: 15px !important;
    border-bottom: 1px solid #526675;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
    padding: 8px 5px 8px 15px !important;
  }
  .quote-section .quote {
    color: #474747 !important;
    font-family: 'Merriweather', serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 34px;
    max-width: 858px;
    width: 100%;
    margin: 25px
    auto 25px;
  }
  .copy-section .yearbook-designation-wrapper {
    display: block;
  }
  .bio-section .bio-detail-designation {
    display: block;
  }


  /* 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: #fff;
  }
  .nav-container .address-group-name-wrapper {
    display: none !important;
  }

}


/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
  .billboard-section h1 {
    font-size: 28px;
    padding: 38px;
    line-height: 32px;
  }
  .billboard-heading-wrapper {
    bottom: -30px !important;
  }
  .home-team-caption {
    font-size: 12px;
  }
}



/* 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) {}

/* IE only */
@media screen\0 {

}
