@import url('https://raymondjames.com/-/media/rj/advisor-sites/global/global-css/model-1/base.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;1,400;1,500&family=Scope+One&display=swap');

/*==============================================  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: Pam
JOB #: 20-BR33G-0181
COMPLETION DATE: 2019
ADDITIONAL NOTES:
Fonts:

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

thin 100
light 300
regular 400
bold 700
black 900

____

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

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

body {
    background: #fff;
	color: #393939;
   font-family: 'Montserrat', sans-serif;	
}
a, .resource-detail-copy-wrapper a {
    color: #187ea8;
}
.cfp {
	font-variant: small-caps;
}
.copy-section h1 {
    font-family: 'Scope One', serif;
    color: #167198;
    text-align: center;	
}
.copy-section .head-1 {
    color: #167198;
    font-size: 24px !important;
	line-height: 28px;
    font-family: 'Scope One', serif;
    font-weight: 300;
    letter-spacing: 2px;
}
.copy-section .head-3, .copy-section .head-2 {
    text-align: center;
    font-family: 'Scope One', serif;
    color: #167198;
    font-size: 48px;
}
.copy-section h1 .head-2:after {
	display: none;
}
.copy-section h2 .head-3, .body-about-us .copy-section h2 .head-2 {
    font-family: 'Scope One', serif;
    color: #167198;
}

h2 {
    font-family: 'Scope One', serif;
    color: #167198;
}
h3 {
    font-family: 'Scope One', serif;
    color: #167198;
}
h4 {
    font-family: 'Scope One', serif;
    color: #167198;
}
h5 {
    font-family: 'Scope One', serif;
    color: #167198;
}
.main-content-int-section .main-content-int-content h2:after, .main-content-int-section .main-content-int-content h3:after, .main-content-int-section .main-content-int-content h4:after, .main-content-int-section .main-content-int-content h5:after {
	display: none;
}
blockquote:before, q:before {
    background: #187ea8;
}
blockquote, q {
	font-family: 'Scope One', serif !important;
    font-style: normal;
    color: #187ea8;
    font-weight: 600;
    text-transform: uppercase;
}
/*
==============================================
HOME PAGE
==============================================
*/


/*
==============================================
SCROLLER
==============================================
*/
.scroller-wrapper .scroller, .scroller-mobile-wrapper .scroller-mobile {
    background-color: rgba(24, 126, 168, 0.1) !important;
}
.scroller-wrapper .scroller:before {
    background: rgba(24, 126, 168, 0.2);
}
.scroller-wrapper .scroller:after {
    background: rgba(24, 126, 168, 0.5);
}
/*
==============================================
HEADER
==============================================
*/


/*
==============================================
Navigation
==============================================
*/
.primary-nav a, .investor-access-remember-me-label {
    font-family: 'Scope One', serif;
	letter-spacing: 1px;color: #fff;
}
.primary-nav > li > a:hover {
    color: #84d5f7;
}
.primary-nav .nav-subnav a, .investor-access-content-wrapper, .investor-access-remember-me-label {
    color: #fff;
    font-family: 'Scope One', serif;
    letter-spacing: 1px;
}
.primary-nav .nav-subnav a:hover {
    color: #84d5f7;
}
.primary-nav .nav-subnav {
    background: rgba(0,0,0,.9) !important;
}
.primary-nav .nav-subnav a.active, .primary-nav a.active {
    color: #84d5f7;
}
.nav:after {
    background: transparent;
}
.investor-access-login-button {
	border: 2px solid #187ea8;
    font-family: 'Scope One', serif !important;
    color: #fff;
    font-weight: 600;
    background: #187ea8;
}
.investor-access-login-button:hover {
    color: #187ea8;
    background: #fff;
}
.account-access-header {
	display: none;
}
/*
==============================================
BILLBOARD - HOME
==============================================
*/
.billboard-section:after {
    background: #fff;
    -webkit-box-shadow: inset 0px 0px 100px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 0px 100px 0px rgba(0,0,0,0.5);
	box-shadow: inset 0px 0px 100px 0px rgba(0,0,0,0.5);	
}
.billboard-content-wrapper .container {
    bottom: auto;
    top: 250px;
}
.billboard-container.billboard-full-height {
    position: relative;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: auto !important;
    background-position-y: 370px;	
}
.billboard-container.billboard-full-height:after {
	content:'';
	background: url(/-/media/rj/advisor-sites/sites/b/l/blueinkadvisory/Images/inkdrops-home-billboard.png) no-repeat top center;	
    background-size: cover;	
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
}
.billboard-heading {
	position: relative;
}
.billboard-container .paper {
	background: url(/-/media/rj/advisor-sites/sites/b/l/blueinkadvisory/Images/paper.png) no-repeat;
	background-size: contain;
    width: 378px;
    height: 274px;
    margin: 0 auto;
    position: absolute;
    left: 10px;
    right: 0;
    top: 40px;
    z-index: 1;
    animation-fill-mode: forwards;
    -webkit-animation-name: paper-up;
    animation-name: paper-up;
    animation-duration: 2s;
    -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;	
}

@keyframes paper-up {
  from {top: 40px;}
  to {top: -142px;}
}

.billboard-container .typewriter {
    background: url(/-/media/rj/advisor-sites/sites/b/l/blueinkadvisory/Images/typewriter.png) center center no-repeat;
	background-size: contain;	
    width: 591px;
    height: 447px;
    margin: 0 auto;
    position: relative;
    left: 0;
    right: 0;
    top: 0px;
    z-index: 3;
}
.billboard-container .typewriter:before {
    content:'';
    background: url(/-/media/rj/advisor-sites/sites/b/l/blueinkadvisory/Images/typewriter-left-line.png) center center no-repeat;
	background-size: contain;	
    position: absolute;
    top: 270px;
    left: -425px;
    width: 460px;
    height: 13px;
}
.billboard-container .typewriter:after {
	content: '';
    background: url(/-/media/rj/advisor-sites/sites/b/l/blueinkadvisory/Images/typewriter-right-line.png) center center no-repeat;
	background-size: contain;	
    position: absolute;
    top: 260px;
    right: -395px;
    width: 412px;
    height: 14px;
}
/*
==============================================
HOME INTRO SECTION
==============================================
*/
.intro-section {
    background: url(https://www.raymondjames.com/-/media/rj/advisor-sites/global/model-assets/model-1/patterns/bkg-interior-top-2.jpg) no-repeat center center;
    background-size: cover;
	position: relative;
}
.intro-section:after {
	content:'';
    background: url(/-/media/rj/advisor-sites/sites/b/l/blueinkadvisory/Images/inkdrops-intro-section.png) center center no-repeat;	
    background-size: cover;	
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.intro-section .intro-text:before, .intro-section .intro-content:before, .intro-section .body-copy-accent:after, .intro-section .intro-content:after {
	display: none;
}
.intro-content .intro-text {
    padding: 0;
    position: relative;
    z-index: 1;	
}
.intro-section .body-copy-accent {
    font-family: 'Scope One', serif;
    color: #167198;
	font-size: 22px;
	line-height: 30px;
}
.intro-section .intro-text p {
	line-height: 24px;
}
.intro-section .body-copy-accent span {
	font-size: 33px;
	line-height: 40px;
}
.intro-section .intro-text span {
	display: block;
}
.book {
	background: url(/-/media/rj/advisor-sites/sites/b/l/blueinkadvisory/Images/book.png) no-repeat;
	width: 173px;
	height: 123px;
	margin: 40px auto;	
}
.button {
    width: 300px;
    border: 2px solid #187ea8;
    font-family: 'Scope One', serif !important;
    color: #fff;
	font-weight: 600;
	background: #187ea8;
	margin: 0 auto;
    text-align: center;
    display: inherit;	
}
.button:hover {
    border: 2px solid #187ea8;
    color: #187ea8;
    background: #fff;
}

p.line-1{
    position: relative;
    top: 40px;  
	left: 10px;
    margin: 0 auto;
	color: #007cad;
    border-right: 2px solid rgba(255,255,255,0);
    font-size: 38px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);  
    z-index: 2;	
	font-family: 'Scope One', serif;
}

/* Animation */
.anim-typewriter{
  animation: typewriter 4s steps(44) 1.5s 1 normal both,
             blinkTextCursor 500ms steps(44) infinite normal;
}
@keyframes typewriter{
  from{width: 0;}
  to{width: 15em;}
}
@keyframes blinkTextCursor{
  from{border-right-color: rgba(255,255,255,0);}
  to{border-right-color: transparent;}
}
/*
==============================================
SERVICES SECTION
==============================================
*/
.services-section {
    background: #f6f6f6;
	position: relative;
    padding: 50px 0;	
}
.services-section:after {
	content:'';
    background: url(/-/media/rj/advisor-sites/sites/b/l/blueinkadvisory/Images/inkdrops-intro-section.png) center center no-repeat;	
    background-size: cover;	
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.services-cite-author {
	text-transform: uppercase;
}
.services-section .services-slider h3 {
	position: relative;
}
.services-section .services-slider h3:before {
	content:'';
	position: absolute;
	background: url(/-/media/rj/advisor-sites/sites/b/l/blueinkadvisory/Images/bracket-left.png) no-repeat;	
	width: 13px;
	height: 48px;
    left: 70px;
    top: -5px;
}
.services-section .services-slider h3:after {
	content:'';
	position: absolute;
	background: url(/-/media/rj/advisor-sites/sites/b/l/blueinkadvisory/Images/bracket-right.png) no-repeat;	
	width: 13px;
	height: 48px;
    right: 70px;
    top: -5px;
}
.services-section .services-slider .slick-dots li.slick-active button:before {
    color: #167198;
}
.services-section .services-slider .content-slider-wrapper {
    position: relative;
    z-index: 1;
}
/*
==============================================
TEAM SECTION
==============================================
*/
.team-section {
    border-top: 10px solid #187ea8;
    background: url(https://www.raymondjames.com/-/media/rj/advisor-sites/global/model-assets/model-1/patterns/bkg-pattern-dark.jpg) !important;
}
.team-section h4 {
    font-family: 'Scope One', serif;
    color: #fff;
}
.team-section h4:after {
	display: none;
}
.team-section .yearbook-container .yearbook-first-name {
    font-family: 'Scope One', serif;
    color: #fff;
	display: inline-block;
}
.team-section .yearbook-container .yearbook-last-name {
    font-family: 'Scope One', serif;
    color: #fff;
    font-weight: 300;
}
.team-section .yearbook-designation-wrapper {
    margin: 0;
}
.team-section .yearbook-container .yearbook-designation {
    font-family: 'Scope One', serif;
    color: #fff;
    font-size: 24px;	
    display: inline-block;
}
.yearbook-three .yearbook-hr {
    color: #7fdaff;
    background-color: #7fdaff;
}
.team-section .yearbook-container .yearbook-title {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}
.team-section .yearbook-container .slick-dots li.slick-active button:before {
  color: #7fdaff;
}
.team-section .yearbook-container .slick-dots li button:before {
	color: #fff;
}
/*
==============================================
NICHE SECTION
==============================================
*/
.niche-section {
	display: none;
}

/*
CALLOUTS SECTION
==============================================
*/
.callouts-section {
	display: none;
}

/*
QUOTE SECTION
==============================================
*/
.quote-section {
	border-top: 10px solid #187ea8;
}
.body-home .quote-section, .quote-section {
    -webkit-box-shadow: inset 0px 0px 100px 10px rgba(208,208,208,1);
    -moz-box-shadow: inset 0px 0px 100px 10px rgba(208,208,208,1);
    box-shadow: inset 0px 0px 100px 10px rgba(208,208,208,1);
    background: #fafafa;
	border-top: 10px solid #187ea8;
}
.quote-section .quote-wrapper .quote-hr {
	display: none;
}
.body-home .quote-section .quote {
    color: #000 !important;
    font-family: 'Scope One', serif;
    text-transform: uppercase;
    margin: 0 auto;	
}
.quote-section .quote {
	position: relative;
	margin: 0 auto 25px;	
}
.quote-section .quote:before {
	content:'';
	background: url(/-/media/rj/advisor-sites/sites/b/l/blueinkadvisory/Images/pencil.png) no-repeat;
	position: relative;
	display: block;
	width: 79px;
	height: 86px;
    margin: 0 auto 30px;
}
.body-home .quote-section .quote-cite, .quote-section .quote-cite {
    color: #000 !important;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    text-transform: uppercase;
}

/*
SLIDER SECTION
==============================================
*/


/*
POV SECTION
==============================================
*/
.pov-section {
	display: none;
}

/*
FOOTER SECTION
==============================================
*/
.footer-section .social-container {
    border-top: 8px solid #187ea8;
}
.footer-section .footer-content a {
    color: #989898;
}
.footer-section .ftr-disclosures a span {
	text-decoration: none !important;
}
.footer-section .ftr-nap-address:before {
	display: none;
}
.footer-section .footer-content a {
    color: #fff;
}
.footer-section .footer-content a:hover {
    color: #84d5f7;
}
.footer-section .footer-contact-info .ftr-nap .ftr-nap-phone:after {
    color: #84d5f7;
}
.footer-section .footer-content .ftr-disclosures a {
    color: #989898;
}
.footer-section .footer-content .ftr-disclosures a:hover {
    color: #fff;
}
.footer-section .footer-cta-section h4 {
    font-family: 'Scope One', serif;
    color: #fff;
    text-transform: none;
}
.footer-section .sub-light .head-1 {
    color: #84d5f7;
    font-family: 'Scope One', serif;
    font-weight: 300;
    font-size: 30px !important;
	margin: 0;
}
.footer-section .footer-cta-section h4:after {
	display: none;
}
.footer-section .footer-cta-section h4:hover > .head-1 {
    color: #fff !important;
}
.footer-section .footer-cta-section h4 {
	position: relative;
}
.footer-section .footer-cta-section h4:before {
    content: '';
    background: url(/-/media/rj/advisor-sites/sites/b/l/blueinkadvisory/Images/book-footer.png) no-repeat;
    position: relative;
    display: block;
    width: 80px;
    height: 39px;
    margin: 0 auto 30px;
}
.footer-section .social-container a:hover .fa {
    color: #84d5f7 !important;
}
.footer-section .footer-cta-section h4:hover {
    color: #84d5f7;
}
/*
INTERIOR SECTION
==============================================
*/
.copy-section .copy-content {
	position: relative;
}
.body-about-us .copy-section h2:after {
	display: none;
}
.interior .copy-section .copy-content:before {
    position: absolute;
    top: 270px;
    left: 80px;
    opacity: .25;
    font-family: 'Scope One', serif;
    color: #187ea8;
	text-transform: uppercase;
    font-size: 200px;
}
.body-about-us .copy-section .copy-content:before, .body-our-story .copy-section .copy-content:before {
    content: 'o';
}
.body-contact-us .copy-section .copy-content:before {
    content: 'e';
}
.body-risk .copy-section .copy-content:before, .body-return .copy-section .copy-content:before {
    content: 'i';
}
.body-wealth-creation .copy-section .copy-content:before {
    content: 'd';
}
.body-investment-strategy .copy-section .copy-content:before, .body-transparency .copy-section .copy-content:before, .body-final-thought .copy-section .copy-content:before {
    content: 't';
}
.body-teamwork .copy-section .copy-content:before {
    content: 'p';
}
.body-the-library .copy-section .copy-content:before {
    content: 'D';
}
.interior .billboard-section {
	display: none;
}
.body-teamwork .copy-section p.partnership {
	margin-bottom: 0px !important;
}
.book-title {
	display: block;
    font-family: 'Scope One', serif;
    color: #167198;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 28px;
    font-size: 23px;
}
.book-author {
    display: block;
    line-height: 28px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px dashed #b9b9b9;
    padding: 0 0 10px;
    margin: 0 0 10px;
}
.book-review {
	display: block;	
    margin: 0 0 50px;	
}
/*
QUOTE INTERIOR 
==============================================
*/


/*
TEAM PAGE
==============================================
*/
.copy-section .yearbook-container .yearbook-first-name {
    font-family: 'Scope One', serif;
    color: #167198;
}
.copy-section .yearbook-container .yearbook-last-name {
    font-family: 'Scope One', serif;
    color: #167198;
    font-weight: 300;
}   
.yearbook-container .yearbook-links .fa {
    color: #167198 !important;
}
.yearbook-container .yearbook-links .fa:hover {
	color: #000  !important;
}
.copy-section .yearbook-container .yearbook-designation, .copy-section .yearbook-container .yearbook-title {
    font-family: 'Scope One', serif;
    color: #167198;
    font-weight: 300;
}
/*
BIO DETAIL PAGE
==============================================
*/
.bio-quote-section {
	display: none;
}
.bio-section .bio-detail-first-name, .bio-detail-preferred-name, .bio-section .bio-detail-last-name, .bio-section .bio-detail-designation {
    font-family: 'Scope One', serif;
    color: #167198;
    font-weight: 300;	
}
.bio-section .bio-detail-title {
    font-family: 'Montserrat', sans-serif;
    color: #167198;
    font-weight: 300;	
}
.bio-section .bio-detail-links-wrapper .fa {
    color: #167198;
}
.bio-section .bio-detail-links-wrapper .fa:hover {
    color: #000;
}
/*
CONTACT US
==============================================
*/
.contact-form .form-inline .form-group.select-container:before {
    border-color: #187ea8 transparent transparent transparent;
}
.contact-form .form-inline .captcha .btn-contact, .simple-form input[type="submit"] {
    border: 2px solid #187ea8;
    font-family: 'Scope One', serif !important;
    color: #fff;
    font-weight: 600;
    background: #187ea8;	
}
.contact-form .form-inline .captcha .btn-contact:hover, .simple-form input[type="submit"]:hover {
    border: 2px solid #187ea8;
    color: #187ea8;
    background: #fff;
}
.contact-form .form-inline .captcha .btn-contact i {
    margin-top: -5px;
}
/*
MAP AND DIRECTIONS
==============================================
*/
.directions-search .submit-search {
    border: 2px solid #187ea8;
    font-family: 'Scope One', serif !important;
    color: #fff;
    font-weight: 600;
    background: #187ea8;
}
.directions-search .submit-search:hover {
    border: 2px solid #187ea8;
    color: #187ea8;
    background: #fff;
}

/*	
ACCORDIONS
==============================================
*/	
.accord .accord-link {
    font-family: 'Scope One', serif !important;
    font-weight: 600;
	color: #187ea8;	
}
.accord .accord-link:hover, .accord .accord-inner-link:hover {
    color: #ae5c3c !important;
}
.accord .accord-link:hover, .accord .accord-inner-link:hover, .accord li.open .accord-link, .accord li.open .accord-inner-link {
    color: #000 !important;
}
.accord li.open .fa {
    color: #187ea8;
}
.accord a.accord-cta {
	border: 2px solid #187ea8;
    font-family: 'Scope One', serif !important;
    color: #fff;
    font-weight: 600;
    background: #187ea8;
}
.accord a.accord-cta:hover {
	border: 2px solid #187ea8;
    color: #187ea8;
    background: #fff;
}
/*	
FLEXTABS
==============================================
*/	
.flextab-triggers a {
    font-family: 'Scope One', serif;	
    color: #187ea8;
}
.flextab-triggers a:hover {
    color: #000;
}
.flextab-triggers .set {
    color: #000;
}

/*	
RESOURCES
==============================================
*/	
.resource-section {
    background-image: url(https://www.raymondjames.com/-/media/rj/advisor-sites/global/model-assets/model-1/patterns/bkg-interior-top-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}
.filter-dropdown {
	border: none;
}
.filter a:hover {
    color: #167198;
}
.filter-reset:hover {
    color: #167198;
}
.filter-open.fa-angle-down:before {
    color: #167198;
}
.masonry-one-of-two-stacked {
    background: #167198;
}
.masonry-one-of-two .masonry-title, .masonry-one-by-two .masonry-title, .masonry-one-by-one .masonry-title, .masonry-three-by-one .masonry-title {
    color: #167198 !important;
}
.masonry-one-of-two .masonry-date, .masonry-one-by-two .masonry-date, .masonry-one-by-one .masonry-date, .masonry-three-by-one .masonry-date {
    color: #167198 !important;
}
.masonry-one-of-two .masonry-paragraph, .masonry-one-by-two .masonry-paragraph, .masonry-one-by-one .masonry-paragraph, .masonry-three-by-one .masonry-paragraph {
    color: #167198 !important;
}
.masonry-one-of-two .masonry-category, .masonry-one-by-two .masonry-category, .masonry-one-by-one .masonry-category, .masonry-three-by-one .masonry-category {
    color: #167198 !important;
}
.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: #167198 !important;
}
.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: #fff !important;
}
.masonry-two-by-one:hover .masonry-img-container:after {
    border-left: 15px solid #167198;
}
.masonry-one-by-two:hover .masonry-copy:after {
    border-bottom: 15px solid #167198;
}
.masonry-one-by-two:hover .masonry-copy:after {
    border-bottom: 15px solid #167198;
}
.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: #167198;
}
.masonry-one-of-two-stacked:hover {
	background: #272727;
}
.masonry-title {
    font-family: 'Scope One', serif;
}
.resource-section .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a {
    color: #167198;
}
.filter-overlay .close-filter-overlay {
    background: #167198;
}
.masonry-load-more, .masonry-tertiary-load-more {
    border: 2px solid #187ea8;
    font-family: 'Scope One', serif !important;
    color: #fff;
    font-weight: 600;
    background: #187ea8;
}
.masonry-load-more:hover, .masonry-tertiary-load-more:hover {
    border: 2px solid #187ea8;
    color: #187ea8;
}
.masonry-two-of-two-stacked:hover {
    background: #187ea8;
}
.resource-section .body-resource-detail h3, .resource-detail-heading {
    font-family: 'Scope One', serif;
    font-size: 31px !important;
    line-height: 35px;
    color: #167198 !important;
}
/*	
BLOGS
==============================================
*/	
.filter-list-heading a:hover {
    color: #167198 !important;
}
.filter-list-category a, .filter-list-topic a, .filter-list-media a {
    color: #000 !important;
}
.fa-share-alt {
    color: #187ea8 !important;
}
.social-media-share-wrapper span {
    background-color: #187ea8;
}
.social-media-share-wrapper span a:hover {
    color: #cbeaf7 !important;
}
.social-media-share-wrapper span:before {
    border-bottom: 10px solid #187ea8;
}
.social-media-share-link:hover > .fa-share-alt:before {
    color: #187ea8;
}
.filter-list-links .filter-list-date a {
    color: #5a5d63 !important;
}
.filter-list-links .filter-list-date a:hover {
    color: #167198 !important;
}
.main-content-int-blog h1 {
    font-family: 'Scope One', serif;
    color: #167198;
    text-align: center;	
}
.main-content-int-blog h1 .head-1 {
    color: #167198;
    font-size: 24px !important;
    font-family: 'Scope One', serif;
    font-weight: 300;
    letter-spacing: 2px;
}
.main-content-int-blog h1 .head-2 {
    text-align: center;
    font-family: 'Scope One', serif;
    color: #167198;
    font-size: 48px;
	max-width: none;
}
.copy-section h1 .head-2:after {
	display: none;
}
.resource-detail-info-wrapper a, .social-media-share-link, .blog-date-link, .blog-category-link, .blog-media-type-link {
    color: #167198 !important;
}
.blog-landing-copy-cta {
width: 300px;
    border: 2px solid #187ea8;
    font-family: 'Scope One', serif !important;
    color: #fff;
    font-weight: 600;
    background: #187ea8;
}
.blog-landing-copy-cta:hover {
    border: 2px solid #187ea8;
    color: #187ea8;
    background: #fff;
}
.resource-pager .resource-pager-link:hover, .resource-pager .resource-pager-arrow:hover {
    color: #167198;
}
.blog-detail-heading {
    font-family: 'Scope One', serif !important;
    color: #167198 !important;
}
	
/* 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) {
	.billboard-content-wrapper .container {
		top: 140px;
	}	
	.billboard-container .paper {
		width: 248px;
		height: 174px;
	}
	.billboard-container .typewriter {
		width: 401px;
		height: 307px;
		top: -74px;	
	}
	.billboard-container .typewriter:before {
		top: 230px;
		left: -315px;
		width: 340px;
		height: 10px;
	}	
	.billboard-container .typewriter:after {
		top: 230px;
		right: -315px;
		width: 319px;
		height: 11px;
	}	
	p.line-1 {
		top: -40px;
		font-size: 28px;
	}
	.interior .copy-section .copy-content:before {
		left: 30px;
	}
	.services-section .services-slider h3:before {
		left: 10px;
	}
	.services-section .services-slider h3:after {
		right: 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-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: #167198;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger.nav-opened span:before {
		background: #167198;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger.nav-opened span:after {
		background: #167198;
	}	
	.nav-address-wrapper {
    font-family: 'Scope One', serif;
	}
	.fa-angle-down:before {
		color: #84d5f7;
	}	
	.nav-address-wrapper a:hover {
		color: #84d5f7;
	}
	.billboard-content-wrapper .container {
		top: 270px;
	}
	.interior .copy-section .copy-content:before {
		top: 240px;
		left: 50px;
	}
	.services-section .services-slider h3:before {
		left: 70px;
	}
	.services-section .services-slider h3:after {
		right: 70px;
	}	
	.services-section .services-intro p {
		text-align: center;
	}		
}
	
/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {	
	.billboard-content-wrapper .container {
		top: 140px;
	}	
	.copy-section .head-3, .copy-section .head-2 {
		font-size: 30px;
	}
	.billboard-container .typewriter {
		width: 361px;
		height: 283px;
		top: -86px;
	}
	.billboard-container .paper {
		width: 230px;
		height: 174px;
		left: 5px;
	}	
	@keyframes typewriter{
	  from{width: 0;}
	  to{width: 10em;}
	}	
	p.line-1 {
		font-size: 25px;
		left: 3px;
	}	
	.intro-section .intro-text .body-copy-accent span {
		display: block;
	}
	.intro-section .intro-text span {
		display: inline;
	}	
	.intro-content .intro-text {
		padding: 56px 30px 66px;
	}	
	.services-section .content-slider-wrapper .content-slider-heading {
		font-size: 28px;
	}
	.services-section .services-slider h3:before {
		left: 0px;
	}
	.services-section .services-slider h3:after {
		right: 0px;
	}	
	.quote-section .quote span {
		display: inline;
	}
	.interior .copy-section .copy-content:before {
		top: 230px;
		left: 20px;
	}	
	.services-section .services-intro p {
		text-align: center;
	}	
}
	
/* 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) {
	.billboard-container.billboard-full-height {
		min-height: calc(170vh - 140px) !important;
	}
	.billboard-content-wrapper .container {
		top: 130px;
	}	
	.billboard-container .typewriter {
		width: 393px;
	}	
}

/* IE only */
@media screen\0 {
	.billboard-container.billboard-full-height {
		min-height: calc(120vh - 136px);
	}

}


