@import url('https://www.raymondjames.com/-/media/rj/advisor-sites/global/global-css/model-1/base.css'); 
/*@import url('https://publicdev.rjf.com/branches/_custom_dev/vanilla-dev/intelligentinvestorsgroup/css/contact-widget-section.css');*/
@import url('contact-widget-section.css');

/*@import url('https://publicdev.rjf.com/branches/_custom_dev/vanilla-dev/model-1-rebuild/global/base.css');*/
@import url('https://fonts.googleapis.com/css?family=Old+Standard+TT:400,400i|Raleway:500,600');

/*==============================================  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: Evan
DESIGNER: Jesse
JOB #: 18-BR3DR-0088
COMPLETION DATE: 2018
ADDITIONAL NOTES:
Fonts:

font-family: 'Lato', sans-serif;

thin 100
light 300
regular 400
bold 700
black 900

____

font-family: 'Prata', serif;
regular 400

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

.red { background: red !important; padding: 90px;  }
.pink { background: pink !important; padding: 90px;   }
.green { background: green !important; padding: 90px;   }
.yellow{ background: yellow !important; padding: 90px;   }
.blue { background: blue !important; padding: 90px; }
.orange { background: orange !important; padding: 90px;   }
.teal { background: teal !important; padding: 90px;   }

body {
    background: #d7d2cb;
	color: #414141;
}
body:before {
    display: none !important;
}
.disclaimer {
	font-size: 11px;
	line-height: 15px !important;
}
.cfp {
	font-variant: small-caps;
}
a {
	color: #2d5134;
	-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;		
}
a:hover {
    color: #343434;	
}
hr {
    color: rgba(39, 20, 20, 0.2);;
    background-color: rgba(39, 20, 20, 0.2);
}

h2 {
    color: #2d5134;
}
h3 {
    color: #2d5134;
}
h4 {
    color: #2d5134;
    font-family: 'Old Standard TT', serif;
    font-size: 25px;
    font-weight: 300;
    text-transform: uppercase;
    display: block;
    margin: 15px 0 0px;
}
h5 {
    color: #2d5134;
}
.head-2 sup {
	font-size: 30%;
    line-height: 0;
    position: relative;
    vertical-align: super;
    top: -15px;
}
blockquote:before, q:before {
    content: "";
    display: block;
    height: 5px;
    width: 83px;
    margin: 0 auto;
    background: #2d5134;
    top: -63px;
    position: relative;
}
blockquote, q {
    quotes: none;
    font-family: 'Old Standard TT', serif !important;
	font-size: 26px;
	border-top: 1px solid #b6a268;
    border-bottom: 1px solid #b6a268;
}


/*
==============================================
Home Page
==============================================
*/

/*
SCROLLER
==============================================
*/

.scroller-wrapper .scroller:before {
    background: rgba(255, 255, 255, 0.2);
}
.scroller-wrapper .scroller:after {
    background: rgba(255, 255, 255, 0.5);
}

/*
Header
==============================================
*/
.header-main, .header {
	background: #c0b8b0 !important;
}
.header-content {
    position: relative;
    min-height: 174px;
}
.logo-section {
	background: #c0b8b0 !important;		
}
.ftr-logo, .header-main .ftr-logo {
    max-width: 500px;
}
/*
Navigation
==============================================
*/
.nav-overall-wrapper:not(.van-mobile-nav) {
	background: #c0b8b0 !important;
}
.nav-overall-wrapper:not(.van-mobile-nav) {
	border-bottom: none;
}
.primary-nav a, .investor-access-remember-me-label {
    color: #fff;
}
.primary-nav a.active {
    color: #3d3935;
}
.primary-nav .nav-subnav a.active {
	color: #ffffff;
}
.primary-nav .nav-subnav a, .investor-access-content-wrapper, .investor-access-remember-me-label {
    color: #c0b8b0;
	text-transform: none;
}
.primary-nav > li > a:hover {
    color: #3d3935;
}
.nav:before {
    background: #b6a268;
}
.nav:after {
    bottom: 7px;	
    background: #35573c;
}
.primary-nav .nav-subnav {
    background: rgba(61, 57, 53, .92) !important;
    background-image: none !important;
}
.primary-nav .nav-subnav a:hover {
    color: #ffffff;
}
.primary-nav .nav-subnav a, .investor-access-content-wrapper, .investor-access-remember-me-label {
    font-family: 'Raleway', sans-serif;
    line-height: 15px;
    font-weight: 500;	
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
    top: 52px;
}
.primary-nav a {
    font-family: 'Raleway', sans-serif;
    color: #2d5134;
    font-size: 16px;
    font-weight: 500;
	text-transform: uppercase;
}
.primary-nav > li > a.selected, .nav-standard.selected {
    color: #2d5134 !important;
}
.investor-access-remember-me-label {
	color: #b3a168;
}
.filter-overlay .close-filter-overlay {
    background: #88794b;
}
.page-link {
	background: #2d5134;
    height: 35px;
    padding: 0px 20px 0px 0px;
}
.page-link a {
	color: #FFF;
}
.primary-nav > .page-link > a:hover {
	color: #b6a268;
}
.contact-us-page {
	margin-right: 20px;
}
.investor-access-login-button {
    display: block;
    height: 40px;
    width: 150px;
    border: 2px solid #88794b;
}
/*
Billboard - Home
==============================================
*/
.billboard-container {
    max-width: inherit;
    background-size: contain !important;
    background-position: center center;
    background-repeat: no-repeat;
}
.billboard-container.billboard-full-height {
    background-color: #3d3935;
	    background-size: cover !important;
    min-height: 900px !important;
}
.billboard-section h1 {
    font-family: 'Old Standard TT', serif;
    color: #ffffff;
    font-size: 50px;
    font-weight: 300;
    line-height: 44px;
    text-transform: uppercase;
    display: block;
}
.billboard-section .head-2 {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-size: 24px !important;
    font-weight: 500;
    line-height: 44px;
    text-transform: uppercase;
    display: block;
    animation-name: slideInUpSmall;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    letter-spacing: 2px;
}
.billboard-section h1:after {
	background-color: #98d2dd;
}
/*
Home Intro Section
==============================================
*/
.intro-section {
    background-image: url(/-/media/rj/advisor-sites/sites/i/n/intelligentinvestorsgroup/Images/intro-bg.jpg);
    padding: 72px 0 72px;
    background-size: inherit;
    background-position: top center;
    position: relative;
    display: block;
    background-repeat: no-repeat;
}
.lead-in-text {
    font-family: 'Old Standard TT', serif;
	font-size: 45px;
}
.intro-section .intro-text:before, .intro-section .intro-content:before, .intro-section .intro-content:after {
	display: none;
}


/*
Client Experience Section
==============================================
*/




/*
Callouts Section
==============================================
*/
.callouts-section {
    background-image: url(/-/media/rj/advisor-sites/sites/i/n/intelligentinvestorsgroup/Images/callout-bg.jpg);
    display: block;
	background-size: cover;
    background-position: center center;
    /* display: inline-table; */
    width: 100%;
    position: relative;
    clear: both;
    padding: 50px 5px;
    background-repeat: no-repeat;
    background-color: #3d3935;
	min-height: 600px;
}
.callouts-section .callout-item {
    background: rgba(0, 0, 0, 0.65) !important;
}
.callouts-section .callout-heading .head-1:before {
    content: "";
    display: block;
    height: 5px;
    width: 60px;
    position: relative;
    background: rgba(152, 210, 221, 0.80);
    margin-top: 32px;
    -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;
    margin-bottom: 20px;
}
.callouts-section .callouts-container .callout-item:hover .head-1:before {
	width: 90px;
}
.callouts-section .callouts-container .callout-item {
    padding: 30px;
}
.callouts-section .callouts-container .callout-item .head-2:after {
	display: none;
}
.callouts-section .callouts-container .callout-item .callout-cta-wrapper button, .callouts-version-1.callouts-mobile-slider .callout-item .callout-cta-wrapper button {
    color: #ffffff;
    font-family: 'Old Standard TT', serif;
    font-size: 16px;
	font-weight: 400i;
    font-style: italic;
    background: rgba(0, 0, 0, 0);
    border: solid 1px #fff !important;
    letter-spacing: 1px;
    display: block;
    opacity: 1;
    -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;
    padding: 0px 40px;
    text-transform: lowercase;
}
.callouts-section .callouts-container .callout-item:hover .callout-cta {
    background: rgba(86, 112, 94, 0.7);
    border: solid 1px #98d2dd;
    color: #fff;
    letter-spacing: 1px;
    opacity: 1;
}
.callouts-section .callout-heading .head-1 {
    font-family: 'Old Standard TT', serif;
    color: #ffffff;
}
.callouts-mobile-slider {
	margin: 0 auto;
}
/*
Quote Home Section
==============================================
*/




/*
Team Section
==============================================
*/
.bio-section .bio-detail-links-wrapper .fa {
    color: #2d5134;
}
.bio-section .bio-detail-links-wrapper .fa:hover {
    color: #88794b;
}

.body-about-us .yearbook-container {
	margin-bottom: 50px;
}
.copy-section .yearbook-container .yearbook-title {
	margin-bottom: 5px !important;
}

/*
POV Section
==============================================
*/
.resource-section .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a {
    color: #2d5134;
}
.resource-detail-info-wrapper a, .social-media-share-link, .blog-date-link, .blog-category-link, .blog-media-type-link {
    color: #2d5134 !important;
}
.resource-detail-info-wrapper a:hover {
    color: #88794b !important;
}
.resource-detail-next-link-wrapper:before {
	background: #b6a268;
}
.resource-detail-next-link-wrapper:hover:before, .resource-detail-previous-link:hover:before {
  	background: #2d5134 !important;
}
.social-media-share-wrapper span {
    background-color: #88794b;
	padding: 3px 9px;
}
.social-media-share-wrapper span:before {
    border-bottom: 10px solid #88794b;
}
.fa-share-alt {
	color: #2d5134 !important;

}
.social-media-share-link:hover > .fa-share-alt:before {
    color: #2d5134;
}
.social-media-share-link:active > .fa-share-alt:before {
    color: #2d5134;
}
.social-media-share-wrapper span a:hover {
	color: #2d5134 !important;
}
.accord .accord-link-content a, .accord .accord-inner-link-content a, .resource-detail-copy-wrapper a {
    color: #2d5134;
}
/*
Interior Section
==============================================
*/
.interior .billboard-container {
    max-width: inherit;
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
	max-width: 1700px;
	min-height: 700px;
}
.billboard-section {
	background: #3d3935;
}
.interior .billboard-content:after {
	display: none;
}
.interior .lead-in-text {
	font-size: 31px;
}
.copy-section {
    background-image: url(/-/media/rj/advisor-sites/sites/i/n/intelligentinvestorsgroup/Images/interior-bg.jpg);
    background-repeat: no-repeat;
    background-size: inherit;
	background-color: #d7d2cb;
    background-position: top center;
    background-attachment: inherit;
}
.copy-section h1 {
	margin-bottom: 60px;
}
.copy-section .copy-content {
    padding: 95px 0px 140px;
}
.copy-section .head-1 {
    /* text-align: left; */
    font-family: 'Raleway', sans-serif;
    color: #2d5134;
    font-size: 20px !important;
    font-weight: 600;
    line-height: 44px;
	letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    animation-delay: 0.4s;
    margin-top: 10px;
    animation: slideInUpSmall 1s linear;
	
}
.copy-section .head-3, .copy-section .head-2 {
    text-align: left;
    font-family: 'Old Standard TT', serif;
    color: #3d3935;
    font-size: 50px;
    font-weight: 300;
    line-height: 44px;
    text-transform: uppercase;
    display: block;
    max-width: 900px;
    width: 100%;
    animation-delay: 0.8s;
    animation: slideInUpSmall 2s linear;
}
.copy-section h1:after {
    content: "";
    display: block;
    height: 5px;
    width: 60px;
    position: relative;
    background: #2d5134;
    margin: 19px 0;
}


.copy-sidebar {
	    padding-top: 200px;
    padding-left: 60px;
    padding-right: 0px;
}
.copy-sidebar .callouts-container, .copy-sidebar .callouts-mobile-slider {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 300px 300px 300px;
    grid-template-columns: repeat(1, 1fr);
}
.copy-sidebar .callouts-container, .callouts-mobile-slider {
	background-image: url(/-/media/rj/advisor-sites/sites/i/n/intelligentinvestorsgroup/Images/interior-callout-bg.jpg);
	background-size: cover;
    max-width: 300px;
    min-height: 300px;
}
.copy-sidebar .callouts-container .callout-item, .callouts-version-1.callouts-mobile-slider .callout-slide {
	background: none;
}
.copy-sidebar .head-1 {
    /* text-align: left; */
    font-family: 'Old Standard TT', serif;
    color: #fff;
    font-size: 20px !important;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    animation-delay: 0.4s;
    margin-top: 40px;
    animation: slideInUpSmall 1s linear;
}
.copy-sidebar .callouts-container .callout-item .callout-copy-wrapper, .copy-sidebar .callouts-mobile-slider .callout-item .callout-copy-wrapper {
    -ms-grid-row: 4;
    grid-row: 4;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    margin-top: 10px;
}
.copy-sidebar .callouts-container .callout-item .callout-copy-wrapper p, .copy-sidebar .callouts-mobile-slider .callout-item .callout-copy-wrapper p {
	margin-bottom: 0px !important;
}
.copy-sidebar .callouts-container .callout-item .callout-cta-wrapper, .copy-sidebar .callouts-mobile-slider .callout-item .callout-cta-wrapper {
    padding: 5px 20px;
}

.copy-sidebar .callouts-container .callout-item .callout-cta-wrapper button {
    color: #ffffff;
    font-family: 'Old Standard TT', serif;
    font-size: 16px;
    font-weight: 400i;
    font-style: italic;
    background: rgba(0, 0, 0, 0);
    border: solid 1px #fff;
    letter-spacing: 1px;
    display: block;
    opacity: 1;
    -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;
    padding: 0px 40px;
    text-transform: lowercase;
}
.copy-sidebar .callouts-container .callout-item:hover .callout-cta {
    background: rgba(86, 112, 94, 0.7);
    border: solid 1px #98d2dd;
    color: #fff;
    letter-spacing: 1px;
    opacity: 1;
}
.copy-sidebar .callout-heading .head-1:before {
    content: "";
    display: block;
    height: 5px;
    width: 60px;
    position: relative;
    background: rgba(152, 210, 221, 0.80);
    margin-top: 32px;
    -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;
    margin-bottom: 20px;
}
.copy-sidebar .callouts-container .callout-item:hover .head-1:before {
    width: 90px;
}

.resource-section, .bio-section, .body-resource-detail .resource-section {
	background-image: url(/-/media/rj/advisor-sites/sites/i/n/intelligentinvestorsgroup/Images/interior-bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
	background-color: #d7d2cb;
    background-position: top center;
    background-attachment: inherit;
}

/*
Quote Interior Section
==============================================
*/

.interior .quote-section {
    background-image: url(/-/media/rj/advisor-sites/sites/i/n/intelligentinvestorsgroup/Images/quote-bg.jpg);
    display: block;
	background-size: contain;
    background-position: center center;
    /* display: inline-table; */
    width: 100%;
    position: relative;
    clear: both;
    background-repeat: no-repeat;
    background-color: #d7d2cb;
	min-height: 510px;
	border-top: solid 2px #3d3935;
}
.quote-section .quote {
    font-family: 'Old Standard TT',serif;
    font-size: 35px;
    line-height: 40px;
    max-width: 858px;
    width: 100%;
    margin: 65px auto 25px;
    color: #3d3935;
    text-transform: uppercase;
}
.quote-hr {
	display: none;
}
.quote-cite:before {
	content: "";
    display: block;
    height: 5px;
    width: 60px;
    position: relative;
    background: #7da8ae;
    margin: 19px auto;
}
.quote-section .quote-cite {
    margin-top: 22px;
    font-family: 'Old Standard TT',serif;
    font-style: italic;
    font-size: 21px;
    line-height: 24px;
    color: #3d3935 !important;
}
/*
Bio Detail Page
==============================================
*/
.bio-quote-section {
	display: none;
}
.bio-detail-previous-link-wrapper:before {
  content: "";
  left: -15px;
  top: -18px;
  position: absolute;
  background: #b6a268;
  width: 40px;
  height: 60px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.bio-detail-previous-link-wrapper.hover-link:before {
  background: #2d5134;
}
.bio-detail-next-link-wrapper.hover-link:before {
  background: #2d5134;
}

.bio-detail-next-link-wrapper:before {
  content: "";
  right: -15px;
  top: -18px;
  position: absolute;
  background: #b6a268;
  width: 40px;
  height: 60px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bio-detail-next-link-wrapper-mobile:before, .bio-detail-previous-link-wrapper-mobile:before, .resource-detail-next-link-wrapper-mobile:before, .resource-detail-previous-link:before {
  background: #b6a268;
}



/*
Contact Us
==============================================
*/
.contact-form .form-inline .captcha .btn-contact {
    display: inline-flex;
    height: 40px;
    width: 150px;
    border: 2px solid #2d5134;
}
.contact-form .form-inline .captcha .btn-contact:hover {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 2px solid #b6a268;
}
.contact-form .form-inline .form-group.select-container:before {
    border-color: #2d5134 transparent transparent transparent;
}
.directions-search .submit-search {
	border: 2px solid #88794b;
}


/*
Footer Section
==============================================
*/
.footer-section .footer-contact-info .ftr-nap {
    margin-bottom: 12px;
    text-align: center;
}
.footer-cta-section {
	background: #3d3935;
    display: flex;
}
.footer-section .footer-contact-section {
    clear: both;
    background: #d7d2cb;
}
.footer-hedge-section {
    background: #d7d2cb;
}
.footer-section .ftr-nap li {
    font-weight: 400;
    color: #3d3935;
}
.footer-section .ftr-nap-phone a, .footer-section .ftr-nap-map-directions a, .footer-section .footer-content a {
	color: #3d3935;
}
.footer-section .ftr-nap-address:before, .footer-section .social-container:after {
	display: none;
}
.footer-section .social-container {
    text-align: center;
    border-bottom: none;
    border-top: none;    
	background: #d7d2cb;
}
.footer-section .social-container a .fa {
    color: #35573c !important;
}
.footer-section .footer-content a:hover, .footer-section .social-container a:hover .fa {
    color: #88794b !important;
}
.footer-section .ftr-disclosures {
    color: #3d3935;
    margin: 0px 30px 70px;
	font-weight: 500;
}
.ftr-disclosures-wrapper {
    padding: 0px 30px 30px;
}
/*	
Accordions
==============================================
*/	
.accord .accord-link {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 600;
    color: #2d5134;
}
.accord .accord-link:hover, .accord .accord-inner-link:hover {
    color: #414141 !important;
}
.accord li.open .accord-link, .accord li.open .accord-inner-link {
    color: #88794b;
}
.accord li.open .fa {
    color: #88794b;
}
.accord .accord-link, .accord .accord-inner-link {
    border-bottom: 1px solid #b6a268;
}


.flextab-triggers a {
    background: #c0b8b0;
}
.flextab-triggers .set {
    color: #ffffff;
    background: #2d5134;
}
.flextab-triggers a:hover {
    background: #2d5134;
    color: #ffffff;
}

.resource-detail-next, .resource-detail-prev, .bio-detail-next, .bio-detail-prev, .blog-detail-next, .blog-detail-prev {
    color: #333 !important;
}
.resource-detail-info-divider, .blog-landing-info-divider {
    color: #333;
}
.blog-detail-tag-cloud-wrapper .blog-detail-tag-cloud-heading-wrapper, .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-heading-wrapper {
	color: #333;
}
.masonry-one-of-two:hover, .masonry-one-by-two:hover, .masonry-one-by-one:hover, .masonry-three-by-one:hover, .masonry-two-by-one:hover .masonry-one-of-two, .masonry-one-of-two-stacked:hover {
    background: #2d5134;
    background-repeat: repeat;
}
.filter-open.fa-angle-down:before {
	color: #2d5134;
}
.masonry-one-of-two .masonry-cta, .masonry-one-by-two .masonry-cta, .masonry-one-by-one .masonry-cta, .masonry-three-by-one .masonry-cta {
    color: #4e4834 !important;
    border: transparent !important;
}
.masonry-load-more, .masonry-tertiary-load-more {
    display: inline-flex;
    height: 40px;
    width: 150px;
    border: 2px solid #2d5134;
}
.masonry-two-by-one:hover .masonry-cta, .masonry-one-by-two:hover .masonry-cta, .masonry-one-by-two:hover .masonry-cta, .masonry-one-by-one:hover .masonry-cta, .masonry-two-by-one:hover .masonry-cta, .masonry-three-by-one:hover .masonry-cta, .masonry-one-of-two-stacked:hover .masonry-cta {
    color: #ffffff !important;
    border: transparent !important;
}
.masonry-one-of-two-stacked {
    background: #4e4834;
}
.masonry-two-of-two-stacked {
    background: #2d5134;
}
.masonry-two-by-one:hover .masonry-img-container:after {
    border-left: 15px solid #2d5134;
}
.masonry-one-by-two:hover .masonry-copy:after {
    border-bottom: 15px solid #2d5134;
}
.masonry-load-more:hover, .masonry-tertiary-load-more:hover {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 2px solid #88794b;
    background: rgba(255, 255, 255, 0.5);
    color: #393939;
}
.masonry-two-of-two-stacked:hover {
    background: #88794b;
}
.filter a:hover, .filter-reset:hover {
    color: #88794b;
}
.filter-dropdown {
    border-top: double #b6a268;
}

/* Large devices (tablet landscape, 1199px and less) tablet-l */
@media only screen and (max-width: 1199px) {


}

/* Large devices (tablet landscape,1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
	.services-section .services-intro p {
		padding: 0 120px;
	}
	.primary-nav a {
	    font-size: 15px;
	}
	.billboard-container {
    	max-width: inherit;
    	background-size: cover !important;
	}
	.callouts-section {
		background-size: cover;
	}
	
	.callouts-section .callouts-container .callout-item .callout-heading-wrapper, .callouts-section .callouts-container .callout-item .callout-copy-wrapper, .callouts-section .callouts-container .callout-item .callout-cta-wrapper {
		padding: 0px;
	}
	.callouts-section .callout-heading .head-1 {
		font-size: 24px;
	}
	.interior .quote-section {
		background-size: cover;
		min-height: 400px;
	}
	.callouts-container .callout-item {
		width: calc(100% - 20px);
	}
	.callout-item .callout-heading-wrapper, .callout-item .callout-copy-wrapper, .callout-item .callout-cta-wrapper {
		padding: 0px !important;
	}
	.callouts-container {
		padding: 20px 10px;
	}
}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
.nav-overall-wrapper:not(.van-mobile-nav) .nav {
    background-image: none;
    background: #c0b8b0;
    box-shadow: none;
}
	.page-link {
		height: auto;
	background: none;
}
	.page-link a {
		color: #2d5134;
	}
	.bio-section .bio-detail-designation {
    	display: block;
	}
	.billboard-container {
    	max-width: inherit;
    	background-size: cover !important;
	}
	.callouts-section {
		background-size: cover;
	}
	.callouts-section .callouts-container .callout-item {
		width: calc(47% - 0px);
}
	.callouts-section .callouts-container .callout-item .callout-heading-wrapper, .callouts-section .callouts-container .callout-item .callout-copy-wrapper {
		padding: 0px;
	}
	.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: #2d5134;
	}
	.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: #2d5134;
	}
	.nav-address-wrapper {
		font-family: 'Raleway', sans-serif;
		font-weight: 500;
		color: #2d5134;
		text-align: left;
		padding: 0 15px;
		font-size: 16px;
		line-height: 27px;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li:hover > .nav-subnav {
		margin-top: 0px;
		padding: 10px 15px 10px !important;
	}
	.copy-section {
		padding: 0px 0px;
	}
	.fa-angle-down:before {
		color: #2d5134;
	}
	.copy-sidebar {
		padding: 20px 0px 40px 0px;
	}
	.copy-sidebar .callouts-container {
		margin: 0 auto;
	}
	.callouts-container .callout-item {
		width: calc(100% - 20px);
	}
	.callout-copy-wrapper {
		height: 64px;
	}
	.copy-section .copy-content {
		padding: 95px 0px 0px;
	}
	.copy-container {
		padding: 0px 30px;
	}
	.bio-section .bio-content {
		padding: 90px 30px 70px;
	}
	
	.lead-in-text {
		font-size: 35px;
		line-height: 30px;
	}
	
}
	
/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {	
	
	.footer-logo {
		width: 100%;
	}
	.contact-widget-section {
		display: none;
	}
	.callouts-mobile-slider {
		max-width: 350px;
	}
	.callouts-mobile-slider .callout-item {
		padding: 20px;
		text-align: left;
	}
	.callouts-section .callout-copy-wrapper { 
		margin-top: 12px;
	}
	.billboard-section .head-2 {
		line-height: 24px;
		margin-bottom: 15px;
	}
	.copy-section .head-1 {
		line-height: 24px;
		margin-bottom: 5px;
	}
	.lead-in-text {
		font-size: 30px;
		line-height: 30px;
	}
	.copy-section .head-3, .copy-section .head-2 {
		font-size: 37px;
		line-height: 34px;
	}
	.intro-content .intro-text {
    	padding: 36px 30px 0px;
	}
	.ftr-logo, .header-main .ftr-logo {
		max-width: 350px;
	}
	.footer-section .footer-logo .ftr-logo {
		max-width: 350px;
	}
}
	
/* 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) {
		.callouts-mobile-slider .callout-item {
		padding: 20px 20px 20px 40px;
		text-align: left;
	}
	.callouts-section .callout-copy-wrapper { 
		margin-top: 12px;
	}
	.footer-logo {
		margin: 0 auto;
	}
	.callouts-p-animation {
		padding: 0 0px;
	}
	.callouts-mobile-slider .callout-item {
    	padding: 20px;
	}
	.copy-sidebar .callouts-container, .callouts-mobile-slider {
		background-image: url(/-/media/rj/advisor-sites/sites/i/n/intelligentinvestorsgroup/Images/interior-callout-bg.jpg);
		background-size: cover;
		max-width: 350px;
		min-height: 300px;
	}
	.callouts-section .callout-cta-wrapper button {
		color: #ffffff !important;
	}
}

/* IE only */
@media screen\0 {
	.copy-sidebar .callouts-container .callout-item {
		 width: calc(280px - 0px);
	}

}


