/*
Theme Name: OAC-BS4
Theme URI: https://outandaboutcommunications.com/
Author: Harry Hamernik
Author URI: http://hamernikartstudios.com
Description:  Custom BootStrap 4 WordPress Theme -- WordPress v5.3.2
Mobile First BootStrap 4 theme
Version: 3.1
Tags: responsive-layout, editor-style, custom-menu, custom-header
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,900&display=swap');

@media screen {
html {overflow-x: hidden;}
body {
	font-family: "Nunito Sans", tahoma, san-serif;
	font-size:16px;
	line-height: 1.5 !important;
	overflow-x: hidden;
	}
h1, h2, h3, h4  {font-weight: 400;}
h1 {font-size: 2rem;}
h2 {font-size: 1.75rem;}
h3 {font-size: 1.5rem;}
h4 {font-size: 1.25rem;}
h5 {}
h6 {}
p {}
hr {border-color:#b8b8b8;}
img {border:none; outline:none;}

a {text-decoration:none; }
a:link,
a:visited {
	}
a:hover,
a:active {
	transition: all .1s ease-in;
	text-decoration: none;
	}
blockquote { }
blockquote p { }
b, strong { font-weight:700;}
em { font-style:italic; }
ul {
	list-style:disc;
	margin-left: 30px;
	padding-left:15px;
	padding-bottom: 15px;
	}
ol {
	margin-left: 30px;
	padding-left:15px;
	padding-bottom: 15px;
	}
ul ul, ol ol {  }
ul.no-bullets,
ol.no-bullets {
	list-style:none;
	}
.post { }

a,
.entry a,
.content a {
	text-decoration: none;
	color:#008080;
	transition: all .4s;
	}
a:hover,
.entry a:hover,
.content a:hover{ color: #153e35; }
a.teal-font {color:#008080;}
button:focus {outline:solid;}

.gallery img {border:none !important;}

/* generic CSS available for theme */
pre { }
code, tt { }

.meta {	}
.postmetadata { }

/* wordpress default search form */
#s {
	color:#9a9a9a;
	border: none;
	box-sizing: border-box;
	margin: 0;
	}
#searchsubmit {
	color:#fff;
	border-radius: 5px;
	background-image: url("images/search-icon.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #dd7332;
	text-align: center;
	margin: 0;
	}
form {
}
input, textarea {
	width: 100%;
	border-radius: 5px;
	padding: 5px;
	margin-right:5px;
	margin-bottom:15px;
	border:none;
	}
.wpcf7-form input, .wpcf7-form textarea {
	border:solid 1px #ced0d1;
	max-width: none;
	margin: 0;
	}
input[type=email] {	}
textarea { }
div.orange input[type=submit],
input.orange[type=submit] {
	display: inline-block;
	height: 31px;
	border:none;
	background: #dd7332;
	color:#fff;
	text-align: center;
	padding: 0 10px;
	line-height: 31px;
	max-width:90px;
}

/* comments CSS */	
ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }
/* = WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
	}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
	}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
	}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
	}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
	}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
	}
a img.alignnone {
    margin: 5px 20px 20px 0;
	}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
	}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
	}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
	}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
	}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
	}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
	}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
	}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
	}
.gallery img {
	max-width:100%;
	height: auto;
}
/*  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx CSS re-usable classes */
.sticky {}
.gallery-caption {}
.pointer {cursor:pointer;}
.defaultCursor {cursor: default;}
.disabled-button {opacity: .3; cursor: default;}
.box-shadow {box-shadow: 5px 5px 7px 3px #f6f6f6; }
.p-15 {padding: 15px;}
.p-30 {padding: 30px;}
.p-60 {padding: 60px;}
.py5 {padding-top:5px;padding-bottom:5px;}
.py-10 {padding-top:10px;padding-bottom:10px;}
.py-15 {padding-top:15px;padding-bottom:15px;}
.py-30 {padding-top:30px;padding-bottom:30px;}
.py-60 {padding-top:60px;padding-bottom:60px;}
.py-90 {padding-top:90px;padding-bottom:90px;}
.px-15 {padding-left: 15px; padding-right: 15px;}
.px-30 {padding-left: 30px; padding-right: 30px;}
.px-60 {padding-left: 60px; padding-right: 60px;}
.pt-15 {padding-top:15px;}
.pt-30 {padding-top:30px;}
.pt-60 {padding-top:60px;}
.pt-90 {padding-top:90px;}
.pb-15 {padding-bottom: 15px;}
.pb-30 {padding-bottom:30px;}
.pb-60 {padding-bottom: 60px;}
.pb-90 {padding-bottom: 90px;}
.mx-15 {margin-left: 15px; margin-right: 15px;}
.mt-15 {margin-top: 15px;}
.mt-30 {margin-top: 30px;}
.mb-15 {margin-bottom: 15px;}
.mbn-30 {margin-bottom: -30px;}
.mb-30 {margin-bottom: 30px;}
.mb-60 {margin-bottom: 60px;}
.mb-90 {margin-bottom: 90px;}
/* ================================================== font colors */
.white-font {color:#fff;}
.grey-font {color:#808080;}
.light-grey-font {color:#808080;}
.royal-blue-font {color:#4583e5;}
.green-font {color:#153e35;}
.orange-font {color:#dd732e;}
.teal-font {color: #008080;}
.green-heading-font { color: #163e35;}
.font-12 {font-size:.75rem;}
.font-14 {font-size:.875rem;}
.font-18 {font-size:1.125rem;}
.font-20 {font-size:1.25rem;}
.font-24 {font-size:1.5rem !important;}
.font-28 {font-size:1.75rem !important;}
.font-32 {font-size:2rem !important;}
.font-40 {font-size:2.5rem !important;}
.font-44 {font-size:2.75rem !important;}
.font-48 {font-size:3rem !important;}
.light-weight {font-weight: 300;}
.semi-bold {font-weight: 600 !important;}
.bold {font-weight: 700 !important;}
.black {font-weight: 900 !important;}
.uppercase {text-transform:uppercase;}
.lowercase {text-transform: lowercase !important;}
.capitalize {text-transform: capitalize;}
.bg-img-cover {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	}
.bg-img-contain {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	}
.bg-img-contain-50-12 {
	background-size: contain;
	background-position: 50% 12%;
	background-repeat: no-repeat;
	}
.white-borders {
	border-left:solid 15px #fff;
	border-right:solid 15px #fff;
	border-bottom:solid 15px #fff;
	}
.white-1px-border .wrapped {
	border: solid 1px #fff;
	padding:15px;
	}
/*.home .wrapped { background-color:rgba(255,255,255,0.15);}*/
.top-green-border {
	border-top: solid 5px #153e35;
	}
.top-teal-border {
	border-top: solid 5px #008080;
	}
.border-bottom-green {
	border-bottom: solid 8px #153e35;
	}
.bottom-border-teal {
	border-bottom: solid 8px #008080;
	}
.border-bottom-orange {
	border-bottom: solid 8px #dd732e;
	}
.border {border-radius: 5px;}
.orange-divider {
	display:inline-block;
	width:70px;
	height: 2px;
	background-color:#dd732e;
	text-indent: -9999px
	}
.orange-divider-wide {
	display:inline-block;
	width:150px;
	height: 2px;
	background-color:#dd732e;
	text-indent: -9999px;
	}
.teal-divider {
	display:inline-block;
	width:70px;
	height: 2px;
	margin-top: 22px;
	background-color:#008080;
	text-indent: -9999px
	}
.teal-divider-wide {
	display:inline-block;
	width:150px;
	height: 2px;
	margin-top: 22px;
	background-color:#008080;
	text-indent: -9999px;
	}
.white-bg {background-color:#fff;}
.white-bg-80 {background-color:rgba(255,255,255,0.8);}
.light-grey-bg {background-color:#f2f2f2;}
.royal-bg {background-color:#4583e5;}
.green-bg {background-color:#153e35;}
.orange-block { 
	display: block;
	background-color: #dd732e;
	margin-bottom: 10px;
	padding: 10px;
	font-weight: 900;
	color:#fff;
	text-transform: uppercase;
	}
.teal-block { 
	display: block;
	background-color: #008080;
	margin-bottom: 10px;
	padding: 10px;
	font-weight: 900;
	color:#fff;
	text-transform: uppercase;
	}
.light-green-block { 
	display: block;
	background-color: #8dc63f;
	margin-bottom: 10px;
	padding: 10px;
	font-weight: 900;
	color:#fff;
	text-transform: uppercase;
	}
.teal-quiz-block {
	align-items: center;
	background: url(https://myccmi.com/wp-content/uploads/2023/03/my-ccmi-quiz-bg.jpg) no-repeat left center / cover;
	color: #fff;		
	display: flex;
	margin-bottom: 60px;
	padding: 80px 60px;
}
.teal-quiz-block img {
	margin: -120px 60px -83px 0;
	max-height: 600px;
	width: auto;
}
.teal-quiz-block h2 {
	font-size: 2.7rem;
	font-weight: 900;
	text-transform: uppercase;
}
.teal-quiz-block h2::after {
	background: #dd732e;
	content: '';
	display: block;		
	height: 10px;
	margin: 20px 0;
	width: 70px;
}
.teal-quiz-block p {
	font-size: 18px;		
}
.teal-quiz-block a {
	color: #fff;
	font-weight: 900;
}
.teal-quiz-block a:hover {
	color: #dd732e;
}
@media screen and (max-width: 991px) {
	.teal-quiz-block {
		padding: 50px 35px 30px;
	}
	.teal-quiz-block img {
		margin: -80px 30px -33px -80px;
	}
	.teal-quiz-block img.wp-image-9196 {
		margin: -80px 10px -33px -60px;	
	}
}
@media screen and (max-width: 767px) {	
	.teal-quiz-block {
		align-items: flex-end;
	}
	.teal-quiz-block img {
		margin: 0 20px -33px -130px;
	}
	.teal-quiz-block img.wp-image-9196 {
		margin: 0 10px -33px -80px;	
	}
	.teal-quiz-block h2 {
		font-size: 2rem;
	}
}	
.green-pill	.nav-link {
	padding: 0px !important;
	}
.green-pill {
	display:inline-block;
	padding:2.5px 30px;
	border:none;
	border-radius: 15px;
	text-align: center;
	background-color:#153e35;
	color:#fff !important;
	}
.green-pill a {color:#fff !important;}
.teal-pill {
	display:inline-block;
	padding:2.5px 30px;
	border:none;
	border-radius: 15px;
	text-align: center;
	background-color:#008080;
	color:#fff !important;
	}
.teal-pill a, .orange-pill a {color:#fff !important;}
.orange-pill {
	display:inline-block;
	padding:2.5px 30px;
	border:none;
	border-radius: 15px;
	text-align: center;
	background-color:#dd732e;
	color:#fff !important;
	margin-top: 30px;
	}	
.outline-btn {
	border:solid 1px #fff;
	border-radius: 30px;
	padding: 5px 30px;
	text-align: center;
	margin-top: auto;
	}
.text-btn,
.text-btn:focus{
	border:none;
	outline: none;
	background-color: transparent;
	color:#4583e5;
	}
.text-btn:hover {color:#1a409e;}
a.cta-button,
.cta-button {
	display:inline-block;
	margin:5px 0 0 0;
	padding:5px 30px;
	background-color:#dd732e;/* orange */
	border:none;
	border-radius: 15px !important;
	color: #fff !important;
	white-space: nowrap;
	}
a.cta-button:hover,
a.cta-button:active,
.cta-button:hover,
.cta-button:active {
	background-color:#1a409e;
	background-color: #008080;
	transition: all .4s;
	}
a.orange-more {
	color:#dd7332;
	text-transform: uppercase;
	font-weight: 900;
	}
a.hover-blue.active .wrapped {
	background-color:#008080;
}
a.hover-blue .wrapped {background-color: rgba(255,255,255,0.15); transition: all .4s;}
a.hover-blue:hover .wrapped {background-color:rgba(0,128,128,0.79)}
/* View Heights */
.vh-10 {height: 10vh;}
.vh-20 {height: 20vh;}
.vh-30 {height: 30vh;}
.vh-40 {height: 40vh;}
.vh-50 {height: 50vh;}
.vh-60 {height: 60vh;}
.vh-70 {height: 70vh;}
.vh-80 {height: 80vh;}
.vh-90 {height: 90vh;}
.vh-100 {height: 100vh;}
.vh-110 {height: 110vh;}
.vh-120 {height: 120vh;}
.vh-130 {height: 130vh;}
.vh-140 {height: 140vh;}
.vh-150 {height: 150vh;}
.w100 {width: 100%;}
/*  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Bootstrap 4 fade carousel module */
.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: 1s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}
/*  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Layout CSS */
.relative {position: relative;}
.ap-bottom {
	position: absolute;
	bottom: 0;
	left:0;
	right:0;
	z-index: 11;
	padding-bottom:10px;
}
a.ap-blue {
	position: absolute;
	top:0;
	bottom: 0;
	left:0;
	right:0;
	z-index: 11;
	padding:15px;
	background-color:rgba(0,128,128,0.75);
	transition: all .4s;
	opacity:0;
}
a.ap-blue.d-flex {
	justify-content: center;
}
a.ap-blue:hover {opacity: 100;}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a4a6a9;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#a4a6a9;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color:#a4a6a9;
}

/*  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxSocial Sharing and follow CSS */
.social-follow {
	position: relative;
	z-index: 1011;
	padding:30px 0px ;
	}
.social-follow a {
	display: inline-block;
	padding:0 15px;
	font-size:2rem;
	}
.social-follow a:link,
.social-follow a:visited {
	color:#4583e5;
	}
/*.social-follow a:hover,
.social-follow a:active {
	color:#fff;
	transform: scale(1.2);
	transition: all .3s ease-in;
	}*/
.social-sharing {
	clear: both;
	text-align: center;
	padding-bottom:30px;
	}
.sharer.button {
	display:inline-block;
	width:30px;
	height:30px;
	margin: 0 5px;
	border-radius: 50%;
	background-color:#9a9a9a;
	border:none;
	color:#fff;
	font-size: .8rem;
	}
.sharer.button:hover {
	background-color:#4583e5;
	transition: all .25s ease-in;
	}
/*  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx contact form 7 styles CSS */
.wpcf7-form input,
.wpcf7-form textarea {	}
.cf7-span {	}
.wpcf7-form input[type="submit"] {	}
/*  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx header area CSS */
header {
	position: absolute;
	z-index: 1001;
	border-top:7px solid #153e35;
	transition: all .4s;
}
.sticky {
	transition: all .4s;
}
.sticky.active {
	position: fixed;
	top:0;
	left:0;
	right: 0;
	z-index: 1021;
	height: 120px;
	padding-top: 30px;
	background-color: #fff;
	border-bottom: solid 8px #153e35;
}
.top-nav {
 	padding-top:2px;
	padding-bottom: 2px;
	height: 30px;
	border-radius: 0 0 0 25px;
 }
.top-nav-triangle {
	width:0px;
	height:0px;
	margin-right: -10px;
	border-top:25px solid #153e35;
	border-left:25px solid transparent;
}
.ap-top-nav {
	position: absolute;
	top:0;
	left:0;
	right:0;
	z-index: 1011;
}
.phone {letter-spacing: .075em;}
.rounded-circle {
	display: inline-block;
	width:24px;
	height: 24px;
	background-color:#fff;
	margin-left: 15px;
	border-radius: 50%;
	text-align: center;
	line-height: 24px;
	}
.rounded-circle .fa {
	color:#153e35 !important;
	line-height: 24px;
}
.footer-social .rounded-circle {background-color:#153e35;}
.footer-social .rounded-circle .fa {color:#fff !important;}
/*  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx navbar CSS */
#logo {
	position: relative;
	z-index: 1111;
	}
nav {
	clear:both;
	float:none;
	font-size:16px;
	}
.navbar-toggler {
	width:auto;
	height: auto;
	position: relative;
	z-index: 1111;
	}
.navbar-toggler .fa {
	font-size: 28px;
	}
#primary-nav {
	position: fixed;
	top:150px;
	left:15px;
	right:15px;
	padding-bottom:15px;
	border:solid 5px #153e35;
	z-index: 1101;
	background: rgba(255,255,255,1);
	
	}
ul.navbar-nav {
	margin:0px;
	padding-top: 15px;
	}
ul.navbar-nav li {
	position:relative;
	display:block;
	}
ul.navbar-nav li.green-pill {padding: 0 30px;}
ul.navbar-nav li a {
	color:#153e35;
	font-weight: 700;
	text-transform: uppercase;
	white-space: normal;
	transition: all 1s;
	padding: 0 15px !important;
	}
#blog-cat-nav .navbar-nav li a {
	padding: 0 15px 0 0 !important;
	font-size: 14px;
}
ul.navbar-nav li a:hover,
ul.navbar-nav li a:active {
	
	color:#008080;
}
ul.navbar-nav .current-menu-item > a {font-weight: 900;}

ul.navbar-nav li:hover ul {	
	text-align: center;
	/*margin:0;*/
	}
.blog-nav {
	position: absolute;
	z-index: 1100;
}
#blog-cat-nav {
	position: absolute;
	top:100%;
	left:0;
	right:0;
	z-index: 1101;
	padding: 15px 30px;
	background:#fff;
}
#blog-cat-nav li a {
	color:#008080;
	font-weight: 900;
}
/* ============================== pagination */
.navigation {text-align: center;}
.navigation li a,
.navigation li.disabled {
    color: #808080;
    text-decoration:none;
}
 
.navigation li {
    display: inline;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
 
.navigation li a:hover,
.navigation li.active a {
    color: #dd7332;
}

/*  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx content CSS */
main {}
.hero-bg-img {
	position: absolute;
	top:0;
	left:0;
	right:0;
	z-index: -1;
}
.hero-cta {
	position: absolute;
	left:0;
	right:0;
	bottom:0;
	padding: 15px;
}
	
@media (max-width: 768px) { 
	.home .hero-cta {
		position: initial;
	}
}

.blog-excerpt {
	min-height: 120px;
}
.block-title.orange {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	padding:15px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	text-align: center;
	background-color:#de7330;
}
.block-title.teal {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	padding:15px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	text-align: center;
	background-color:#008080;
}
.slide-number {
	font-size: 5rem;
	color:rgba(173,194,194,0.90);
}
.slide-content {
	display: inline-block;
}
.thick-bottom-border {
	display: inline-block;
	width: 120px;
	height: 15px;
	background-color: #de7330;
}
.wealth-slider.owl-theme .owl-dots button.owl-dot span, 
.financial-slider.owl-theme .owl-dots button.owl-dot span {
	background-color:rgba(222,115,48,0.66);
}
.wealth-slider.owl-theme .owl-dots .owl-dot.active span, .wealth-slider.owl-theme .owl-dots .owl-dot:hover span,
.financial-slider.owl-theme .owl-dots .owl-dot.active span, .financial-slider.owl-theme .owl-dots .owl-dot:hover span {
	background: #de7330; 
}
.fee-block {
	display: block;
	text-align: center;
	color:#fff;
	font-size:18px;
	background-color:#979797;
	margin-bottom:15px;
	padding: 15px;
}
.column-group {
	display: block;
	width:100%;
	padding: 15px 30px;
}
.column-group a { color:#212529;}
.column-group a:hover { color:#fff;}
.outline-box.heading {
	font-size: 18px;
	
}
.outline-box.item {
	text-indent: 15px;
}
.outline-box.item::before {
	content: "•";
}
/*  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Single CSS */
.round-img {
	display:inline-block;
	width:120px;
	height:120px;
	border-radius: 50%;
	overflow: hidden;
}
.article-notice {font-size:12px;}
/*  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Aside sidebar CSS */
.widget {
	background-color:#f2f2f2;
	padding:15px;
	margin-bottom: 15px;
}
.widget.widget_search {
	background-color:white;
	border: solid 1px #e6e6e6;
	border-radius: 5px;
	padding: 5px 15px;
}
.widget h2 {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 18px;
	border-bottom: solid 2px #e6e6e6;
	padding-bottom:5px;
	color: #153e35;
}
.widget ul {
	margin-left:0;
}
.widget li,
.widget li a {
	color:#008080;
	padding-bottom:15px;
	}
/*  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx footer banner CSS */	
.footer-banner {
background: rgb(0,128,128);
background: -webkit-linear-gradient(left, rgba(0,128,128,1) 0%, rgba(21,62,53,1) 100%);
background: -o-linear-gradient(left, rgba(0,128,128,1) 0%, rgba(21,62,53,1) 100%);
background: linear-gradient(to right, rgba(0,128,128,1) 0%, rgba(21,62,53,1) 100%); 
}

/*  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx footer CSS */
footer { 
	background-color:#e6e6e6;
	border-bottom:18px solid #153e35;
}

.copyright {
	padding-top:30px;
	text-align: center;
	}

} /* END screen media - Start Adaptive CSS */
@media (min-width : 568px) { /* smart phones portrait xs */

} /* end 576px -xs- */
@media (max-width: 768px) { 
/* ANimate from left for bootstrap mobile menu 
    .navbar-collapse {
        position: fixed;
        top: 70px;
        left: 30%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 70%;
		transition: all 0.3s ease-in;
    }
    .navbar-collapse.collapsing {
        height: auto;
        -webkit-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
        transition: left 0.3s ease;
        left: 100%;
    }
    .navbar-collapse.show {
        left: 30%;
        -webkit-transition: left 0.3s ease-in;
        -o-transition: left 0.3s ease-in;
        -moz-transition: left 0.3s ease-in;
        transition: left 0.3s ease-in;
    }*/
} /* end -sm- */
@media (min-width: 768px) { /* ============================================ 768 ipad portrait */
/* View Heights */
.font-md-12 {font-size:.75rem;}
.font-md-14 {font-size:.875rem;}
.font-md-18 {font-size:1.125rem;}
.font-md-20 {font-size:1.25rem;}
.font-md-24 {font-size:1.5rem !important;}
.font-md-32 {font-size:2rem !important;}
.font-md-40 {font-size:2.5rem !important;}
.font-md-44 {font-size:2.75rem !important;}
.font-md-48 {font-size:3rem !important;}
.vh-md-20 {height: 20vh;}
.vh-md-30 {height: 30vh;}
.vh-md-40 {height: 40vh;}
.vh-md-50 {height: 50vh;}
.vh-md-60 {height: 60vh;}
.vh-md-70 {height: 70vh;}
.vh-md-80 {height: 80vh;}
.vh-md-90 {height: 90vh;}
.vh-md-100 {height: 100vh;}
.vh-md-110 {height: 110vh;}
.vh-md-120 {height: 120vh;}
.vh-md-130 {height: 130vh;}
.vh-md-140 {height: 140vh;}
.vh-md-150 {height: 150vh;}

	
}/* end 576px -md- */

@media (min-width: 992px) { /* LG ====================================== ipad landscape */
.font-lg-12 {font-size:.75rem;}
.font-lg-14 {font-size:.875rem;}
.font-lg-18 {font-size:1.125rem;}
.font-lg-20 {font-size:1.25rem;}
.font-lg-24 {font-size:1.5rem !important;}
.font-lg-32 {font-size:2rem !important;}
.font-lg-36 {font-size:2.25rem !important;}
.font-lg-40 {font-size:2.5rem !important;}
.font-lg-44 {font-size:2.75rem !important;}
.font-lg-48 {font-size:3rem !important;}
.vh-lg-10 {height: 10vh;}
.vh-lg-15 {height: 15vh;}
.vh-lg-20 {height: 20vh;}
.vh-lg-30 {height: 30vh;}
.vh-lg-40 {height: 40vh;}
.vh-lg-50 {height: 50vh;}
.vh-lg-60 {height: 60vh;}
.vh-lg-70 {height: 70vh;}
.vh-lg-80 {height: 80vh;}
.vh-lg-90 {height: 90vh;}
.vh-lg-100 {height: 100vh;}
.vh-lg-110 {height: 110vh;}
.vh-lg-120 {height: 120vh;}
.vh-lg-130 {height: 130vh;}
.vh-lg-140 {height: 140vh;}
.vh-lg-150 {height: 150vh;}
.pt-lg-90 {padding-top:90px;}
.h-450 {height: 450px;}
.mih-450 {min-height: 450px;}

#primary-nav {
	position: relative;
	top:0;
	left:0;
	right:0;
	padding-bottom:60px;
	border:none;
	background:none;
	}
ul.navbar-nav ul {
border:none;
text-align: left;
background-color:#153e35;
}
ul.navbar-nav li {
	display: inline-block;
	height: 24px;
	}
ul.navbar-nav li a {
	white-space: nowrap;
	padding: 0 0 0 15px !important;
	}
ul.navbar-nav li:hover ul {
	/*left: unset;
	right:unset;
	margin-left: -15px;
	padding:15px 0;*/
	text-align: left;
	}
	
ul.navbar-nav ul li a {
	color:#d5d5d5;
	white-space: nowrap;
	padding: 0;
	transition: all .4s;
	}
ul.navbar-nav ul li a:hover {
	color:#fff;
	background-color:transparent;
}
.blog-nav {
	position: relative;
	z-index: 1;
}
#blog-cat-nav {
	position:relative;
	top:0;
	left:0;
	right:0;
	z-index: 1;
	padding: 0;
	background-color:transparent;
}
.bg-img-lg-cover {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	}
.mt-lg--80 {margin-top: -80px;}

input, textarea {
	/*max-width: 200px;*/
	}
#about-1990 {margin-top:-20px;}
#about-2010 {margin-top: -220px;}
#about-today {margin-top: -70px;}
.slide-number {	font-size: 15rem;}
} /* end 992px -lg- */

@media (min-width: 1200px) { /* XL===================================== computer monitors */
.vh-xl-10 {height: 10vh;}
.vh-xl-15 {height: 15vh;}
.vh-xl-20 {height: 20vh;}
.vh-xl-30 {height: 30vh;}
.vh-xl-40 {height: 40vh;}
.vh-xl-50 {height: 50vh;}
.vh-xl-60 {height: 60vh;}
.vh-xl-70 {height: 70vh;}
.vh-xl-80 {height: 80vh;}
.vh-xl-90 {height: 90vh;}
.vh-xl-100 {height: 100vh;}
.vh-xl-110 {height: 110vh;}
.vh-xl-120 {height: 120vh;}
.vh-xl-130 {height: 130vh;}
.vh-xl-140 {height: 140vh;}
.vh-xl-150 {height: 150vh;}
ul.navbar-nav li a {
	padding: 0 15px !important;
	}
.column-group {
	display: block;
	width:auto;
	padding:unset;
	cursor: pointer;
}
.column-group .heading {
	background-color:#c9c8c9;
	transition: all .4s;
}
.column-group .item {
	background-color:#fff;
	transition: all .4s;
}
.column-group.portfolio:hover .heading {
	background-color:rgba(222,115,48,1);
}
.column-group.portfolio:hover .item {
	background-color:rgba(222,115,48,0.66);
}
.column-group.financial:hover .heading {
	background-color:rgba(0,128,128,1);
}
.column-group.financial:hover .item {
	background-color:rgba(0,128,128,0.66);
}
.outline-box.heading {
	font-size: 14px;
	
}
.outline-box.item {
	text-indent: 0px;
}
.outline-box.item::before {
	content: "";
}
.outline-box {
	width: 120px;
	height: 90px;
	border:solid 1px #ccc;
	padding:5px;
	margin-left:7.5px;
	margin-right:7.5px;
	margin-bottom: 15px;
	text-align: center;
}
} /* end 1200px -xl- */

@media print { /* Print styles */

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */



/* editing contact form on contact us page */

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
	    display: flex;
    flex-direction: column;
}


span.wpcf7-list-item input[type="checkbox"] {
	width: initial;
}

/* end of contact form on contact us page */


/* customizing CTA form homepage */

img.cta-form-image-hero {
	margin: 20px auto;
	height: 160px;
}


@media(min-width: 992px) {
	.hero-cta div.container {
		max-width: 75%;
		position: relative;
	}
	
	img.cta-form-image-hero {
			position: absolute;
			left: -130px;
			top: -37px;
			margin:0;
	}
}

/* end of customizing CTA form homepage */


* customizing color columns for client getting started page */
.smaller-box div {
	height: initial;
}

.green-font {
	color: #008080;
}
.white-bg-color {
	background-color: #fff;
}

.green-bg-color {
	background-color: #008080;
}

.orange-bg-color {
	background-color: #e88140;
}

/* end of customizing color columns for client getting started page */

/* Popup Styling */
body:not(.businessowners):not(.author-bmatter):not(.author-mshowley) #popmake-8405, 
body:not(.postid-471):not(.author-kbenson) #popmake-8828 {
	display: none !important;
}
form.wpforms-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
button.wpforms-submit {
  background: #f86700 !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 7px 16px !important;
  color: white !important;
  text-transform: uppercase !important;
  font-weight: bold;
  letter-spacing: 1px !important;
}
button.wpforms-submit:hover {
  background: #212529 !important;	
}

/*body:not(.category-businessowners):not(.single-post.author-bmatter):not(.single-post.author-mshowley):not(.postid-473) #popmake-8405 {
	display: none !important;
}*/
#popmake-8405,
#popmake-8828 {
	top: auto !important;
	bottom: 0;
}
.pum-content.popmake-content {
	-webkit-appearance: none;
	outline: none;
	padding-bottom: 0px;
}
.logged-in .pum-content div.wpcf7 {
	margin-top: 0;
}
#popmake-8405 .pum-content img,
#popmake-8828 .pum-content img {
	height: auto;
	margin-top: -150px;
	max-width: 180px;
}
.pum-content.popmake-content div.wpforms-container-full .wpforms-form .wpforms-one-half {
	margin-left: 0 !important;
	width: 100%;
}
.pum-content.popmake-content form input {
	border: solid 1px #ced0d1;
	max-width: none;
	margin: 0;
}
.pum-content.popmake-content form input[type="submit"], 
.pum-content.popmake-content form button[type="submit"] {
	background-color: #008080 !important;
	color: #fff !important;
	display: block;
	float: none;
	margin: 0 auto;
	text-transform: uppercase;
	width: 100% !important;
}
.pum-content.popmake-content form input[type="submit"]:hover, 
.pum-content.popmake-content form button[type="submit"]:hover {
	background-color: #153e35 !important;
}
.pum-content.popmake-content form p:last-of-type {
	margin-bottom: 0;
}
.pum-content.popmake-content .ajax-loader {
	height: 0px;
}
#wpforms-form-8805 button.wpforms-submit:not(:hover) {
	background: #008080 !important;
}
/* end of customizing for pop-ups */

footer .acsb-trigger,
footer .acsb-trigger.acsb-ready { background: transparent !important; color: #008080; display: inline !important; margin: 0 !important; height: auto !important; width: auto !important; position: relative !important; inset: auto !important;}
footer .acsb-trigger-icon { display: none !important; }
footer .acsb-trigger:hover,
footer .acsb-trigger.acsb-ready:hover { color: #153e35; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.nav-links {
	display: flex;
	margin-bottom: 2em;
}
.nav-links .nav-previous,
.nav-links .nav-next {
	flex-basis: 50%;
}
.nav-links .nav-previous {
	text-align: left;	
}
.nav-links .nav-next {
	text-align: right;
}
.nav-previous a,
.nav-next a {
	background-color: #153e35;
	border-radius: 15px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	line-height: 1;
	outline: none;
	padding: 6px 30px;
	text-transform: uppercase;
	-webkit-transition: 0.37s ease;
	-moz-transition: 0.37s ease;
	-o-transition: 0.37s ease;
	transition: 0.37s ease;
}
.nav-previous a:hover,
.nav-next a:hover {
	background-color: #008080;
}



/* blog articles */
/* indent lines that have image with leaves on blog articles */

.list-with-leaves {
	display: flex;
	align-items: flex-start;
}


.list-with-leaves div.img-wrapper {
	width: 12%;
}

