/* GLOBAL STYLES
-------------------------------------------------- */

body {
	padding-top: 3rem;
	padding-bottom: 3rem;
	color: #444;
	background-color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	/*max-width: 1200px;*/
	margin-left: auto;    
	margin-right: auto;
}

.master-container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
a {
    color: #000;
}
a:hover {
    color: #800;
}
#brokercheck {
    width: 200px;
    height: auto;
    position: fixed;
    bottom: 0;
    right: 2rem;
    z-index: 10;
    margin-top: 0;
    box-sizing: content-box;
}
main {
	background-color: #fff;
}
#navlead {
	text-align: right;
	font-size: 14px;
	height: 24px;
	background-color: #ccc;
	padding: 1px 10px 2px 10px;
	margin-left: auto;
	margin-right: auto;
}
#navmain {
	margin-top: 24px;
	background-color: #1c1c1c;
	/*max-width: 1200px;*/
	font-family: 'Lato', sans-serif;
	margin-left: auto;
	margin-right: auto;
}
#navmain2 {
	margin-top: 24px;
	background-color: #fefefe;
	/*max-width: 1200px;*/
	font-family: 'Lato', sans-serif;
	margin-left: auto;
	margin-right: auto;
    border-bottom: solid 2px #000;
}
.navbar-brand {
	padding: 0px;
}
.navbar-brand img {
	max-height: 70px;
	/* margin: -20px 20px -15px 10px; */
}
#AWMGLogo {
    content:url(../images/Alliance_WMG_logo_4.png);
}
#AWMGLogo2 {
    content:url(../images/Alliance_WMG_logo.png);
}
.nav-link {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: -0px;
	margin-bottom: -15px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	line-height: 16px;
}
.nav-item .active {
 /*border-bottom: 4px solid #7F0000;*/
}

.nav-item img {
    opacity: 0.5;
}
.nav-item img:hover {
    opacity: 0.8;
}



.hero-image {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.hero-main {
	background-image: url("../images/Success.jpg");
	height: 450px;	
	background-position:center;
}
.hero-about {
	background-image: url("../images/AboutUs.jpg");
	width: 100%;
    min-height: 550px;	
    margin-top: 50px;
	background-position:top;
}
.hero-invest {
	background-image: url("../images/Trusted_Partner.jpg");
	width: 100%;
    min-height: 450px;	
	background-position:center;
}
.hero-tax {
	background-image: url("../images/Tax-Prep_AAG_1080.jpg");
	width: 100%;
    min-height: 450px;	
	background-position:center;
}
.hero-planning {
	background-image: url("../images/financial_planning.jpg");
	width: 100%;
    min-height: 450px;	
	background-position:top;
}
.hero-insight {
	background-image: url("../images/Satisfaction-2.jpg");
	width: 100%;
    min-height: 450px;	
	background-position:top;
}
.hero-access {
	background-image: url("../images/Laptop-User-1.jpg");
	height: 500px;
    background-position: top right;
    margin-top: 60px;
}
.hero-contact {
	background-image: url("../images/team/Office-Picture.jpg");
	height: 500px;	
	background-position:center;
}
.hero-hjtcpa {
	background-image: url("../images/young_family.jpg");
	height: 450px;	
	background-position:center;
}
.hero-memphis {
	background-image: url("../images/Memphis.jpg");
	width: 100%;
    min-height: 450px;	
}

.cpaSectionHeader {
    color:#333; 
    background-color:#670000; 
    color: #f3f3f3; 
    padding:5px 5px 10px 10px;
}

.cpaOversizeFact {
    font-weight:800; 
    font-size:30px; 
    line-height: 30px; 
    text-align:right; 
    padding-top: 10px;
}

.cpaBackground {
    background-image: url("../images/GrayBgForWeb.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    max-width: 1400px; 
    margin-left:auto; 
    margin-right: auto;
}

#cpa_wifm {
    margin-top: 40px;
    padding-left: 25px;
    padding-right: 65px;
    min-height: 600px;
    background-image: url("../images/Young Businessman.png");
    background-repeat: no-repeat;
    background-position: bottom right;
}

#cpa_wifm ul {
    font-size: 18px; 
    line-height: 24px; 
    width:60%;
}

#cpa_partnership {
    width: 70%;
}

.compassBackground {
    width:100%;
    padding-top:30px;
    background-image: url("../images/compass_bg.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding-bottom: 30px;
}

#advPlatformImg {
    text-align: center;
    /*padding-top: 20%;*/
    margin: auto;
    font-size: 20px;
    line-height: 65px;
    background-image: url("../images/advisor-platform-features.png");
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-size: contain;
}

#zoomImg {
    content: url("../images/advisor-platform-features.png");
    opacity: 0; 
    filter: alpha(opacity=0); 
    max-width: 100%;
    height: auto;
    /*margin-top: -45%;*/
}

.img-magnifier-container {
  position:relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 5%;
  cursor: none;
}

.hero-text {
	text-align: left;
	position: absolute;
	bottom: 10%;
	left: 2%;
	color: #fff;
	filter: drop-shadow(0px 0px 20px #963);
}
.hero-text p {
	font-size: 24px;
}
.hero-subtext {
	text-align: right;
	position: absolute;
	bottom: 0%;
	right: 2%;
	color: #fff;
    float: right;
	opacity: .95;
	filter: drop-shadow(0px 0px 20px #963);
}
.partnerImg {
    height: 20px;  
    margin:0 0 2px 5px;
    border-radius: 0.25rem;
}
#schwabPartner {
    content: url("../images/external/charles-schwab-logo-med.jpg");
}
#tdPartner {
    content: url("../images/external/TD-Ameritrade-Logo-med.jpg");
}

.hero-text-dark {
	color: #555;
	filter: drop-shadow(0px 0px 5px #fff);
}

.hero-base {
	background-color: #1c1c1c;
	color: #b85;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	height: 36px;
	margin-bottom: 50px;
}

.hero-base a {
    cursor: pointer;
}

.hero-base a:hover {
    color: #aa0000;
}

.cares_msg {
	padding-top: 2px;
	background-color: #011355;
	color: #fff;
	text-align: center;
	font-size: 20px;
	height: 36px;
	margin-bottom: 50px;
	margin-top: -45px;
}

/*.hero-base:after {
    content: "Investments \00A0 \00A0 \00A0 \00A0 \00A0 \2666 \00A0 \00A0 \00A0 \00A0 \00A0 Tax \00A0 \00A0 \00A0 \00A0 \00A0 \2666 \00A0 \00A0 \00A0 \00A0 \00A0 Financial Planning";
}*/

.btn-primary {
	background-color: #770900;
  border-color: #770900;
    margin-bottom: 10px;
}

.btn-primary:hover {
  background-color: #999;
  border-color: #999;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #999;
  border-color: #444;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: #550000;
  border-color: #440300;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.vidWindow {
	width: 480px;
	height: 270px;
    position: absolute;
    margin-left: -240px;
    z-index: 2;
}
.vidContainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    
}

.externalLogos {
    display: block;
    vertical-align: bottom;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.container {
	margin-top: 15px;
	padding-left: 1rem;
	padding-right: 1rem;
	max-width: 100%;
}
.marketing {
	margin-top: -1.5rem;
}
.marketing .col-lg-4 {
	margin-bottom: 1.5rem;
	text-align: center;
}
.marketing h2 {
	font-weight: 400;
}
.marketing .col-lg-4 p {
	margin-right: .75rem;
	margin-left: .75rem;
}

/* Featurettes
------------------------- */

/*.home-pattern {
	height:100%;
	position:inherit;
	width:100%;
	z-index:1;
	left:0;
	bottom:0;
	background-image:url(../images/home-pattern.png);
	background-repeat:repeat;
	opacity:0.2;
}*/

#pDividerA {
  background-image: url("../images/Investments_1080.jpg");
    height: 30rem;
}

#pDividerB {
  background-image: url("../images/financial_planning_1080.jpg");
    height: 30rem;
}

#pDividerC {
  background-image: url("../images/desktop_items2.jpg");
    height: 200px;
}

#pDividerD {
  background-image: url("../images/Tax-Prep_1080.jpg");
    height: 30rem;
}

#whoWeServe {
    /*background: #f3f2f1;*/
}

#services {
    text-align: center;
}

.parallax-section{
	min-height: 300px;
	width: 100%;
	height: 50%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
    margin: 4rem 0 4rem 0;
}



hr {
  border-top: 1px solid rgba(100, 0, 0, 0.3);
}

.featurette-divider {
	margin: 4rem 4rem;
}

.featurette-spacer {
	border-top: 0px;
	margin: 3rem;
}


.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -.05rem;
}
#playaiavideoimg {
	/*border: #aaa solid 2px;*/
    border-radius: 0;
}

.row img {
  border-radius: 0.75rem;
}

.rowShort img {
  border-radius: 0.75rem;
}


/*.heightfix {
  height: 100%;
}*/

.featurette-image {
	margin-right: 10px;
    float: left;
}

.sectionTitle {
	text-align: center !important;
	margin: 2rem 2rem 0rem 2rem;
	padding: .5rem 0rem .25rem 0rem;
	color: #411;
	background-color: #b3ada0;
	/*border-radius: 0.75rem;*/
}

.sectionTitle2 {
	text-align: center !important;
   /* text-decoration: underline;*/
	margin: 1.5rem 1rem .5rem 1rem;
	padding: .5rem 0rem .25rem 0rem;
	color: #444;
	/*background-color: #e4e2e0;*/
	/*border-radius: 0.75rem;*/
}

.sectionTitle3 {
	text-align: center !important;
	margin: 2rem 2rem 2rem 2rem;
	padding: .5rem 0rem .25rem 0rem;
	color: #eee;
	background-color: #A29F9D;
	/*border-radius: 0.75rem;*/
}

.featurette-block {
	margin: 1rem 2rem;
	padding: 2rem 2rem 1rem 2rem;
	text-align: center;
	/*background-color: #5e351d;*/
	background-color: #b3ada0;
	/*border-radius: 0.75rem;*/
	height: 95%;
}

.featurette-block2 {
	margin: 1rem 2rem;
	padding: 2rem 2rem 1rem 2rem;
	/*text-align: center;*/
	/*background-color: #5e351d;*/
	background-color: #e4e2e0;
	border-radius: 0.25rem;
	height: auto;
}

.featurette-block3 {
	margin: 1rem 2rem;
	padding: 2rem 2rem 1rem 2rem;
	text-align: center;
	/*background-color: #5e351d;*/
	background-color: #DBD8D2;
	/*border-radius: 0.75rem;*/
}

.featurette-block4 {
    text-align: left;
	margin: 1rem 0rem;
	padding: 2rem 2rem 1rem 2rem;
	/*background-color: #f4f2f0;
	border-radius: 0.75rem;
    box-shadow: 5px 5px 10px #d0d0d0;*/
    height: 160px;
}
.rowShort {
    padding: 0px;
    margin: 0px;
    width: 60%;
    margin: 0 auto;
}

.featurette p {
	text-align: justify;
	color: #222;
}
.featurette h4 {
	color: #311;
}
.featurette h2 {
	color: #311;
}



.bio-image {
	margin-bottom: 10px;
    width: 100%;
    height: auto;
    max-width: 250px;
}

.bio-image2 {
	margin-bottom: 10px;
    width: 100%;
    height: auto;
    max-width: 200px;
}

.contactDetails {
    margin-top: 1.25rem;
    font-size: 1.5rem;
    line-height: 2rem;
}

#signPic {
    width: 400px;
    height: auto;
}
.map {
    width: 700px;
    height: 540px;
    margin-left: auto;
    margin-right: auto;
}
.mapSmall {
    width: 500px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
}

.extLogos {
    width: 100%;
    height: auto;
    max-width: 300px;
}

footer {
    border-top: solid 2px #333;
    padding-top: 2rem;
}

/* MODAL */

.modal-title {
    font-weight: bold;
}
.hero-finplan {
	background-image: url("../images/Dream-of-Flying.jpg");
	height: 400px;
	position: relative;
}

.modal-pic {
    float: right;
    /*width: 250px;
    height: auto;*/
    margin-left: 10px;
    border-radius: .75rem;
}

.modal-footer {
	display: block;
	text-align: center;
}

.modal-footer-question {
	font-size: 18px;
}

.modal-xl {
    max-width:80%;
    max-height: 100%;
}

.articleImg {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 10px;
}
.clearfix {
    overflow: auto;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 1300px) {
    #cpa_wifm {
        font-size: 14px;
        background-size: 80%;
    }
    
    #cpa_wifm ul {
        font-size: 14px; 
        line-height: 20px; 
        width:60%;
        
    }
    
    #cpa_partnership {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    #map {
        width: 500px;
        height: 540px;
    }
}

@media (max-width: 1024px) {
	.sectionTitle, .featurette-block, .sectionTitle2, .featurette-block2 {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}    
    .hero-main {
        background-image: url("../images/Success-1024.jpg");
    }
    .hero-about {
        background-image: url("../images/AboutUs-1024.jpg");
        min-height: 300px;	
        background-position:top;
    }   
    .hero-invest {
        background-image: url("../images/Trusted_Partner-1024.jpg");
        width: 100%;
        min-height: 270px;	
        background-position:center;
    }    
    .hero-access {
        background-image: url("../images/Laptop-User-1-1024.jpg");
        height: 300px;
        min-width: 500px;
        background-position: top right;
        margin-top: 60px;
    }
    .hero-contact {
        background-image: url("../images/team/Office-Picture_1024.jpg");
        height: 300px;
    }
    .hero-memphis {
        background-image: url("../images/Memphis-1024.jpg");
	}
	.hero-text h1 {
		font-size: 30px;
	}
	.hero-text h3 {
		font-size: 22px;
	}
	.hero-text p {
		font-size: 18px;
	}
	.hero-base {
		font-size: 18px;
		height: 28px;
	}

    .parallax-section{
        min-height: inherit;
        width: auto;
        height: 100%;
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-attachment:scroll;
    }
    #map {
        width: 500px;
        height: 500px;
    }
    
    .rowShort {
        width: 70%;
    }
    
    #cpa_wifm {
        font-size: 18px;
    }
    
    #cpa_wifm ul {
        font-size: 18px; 
        line-height: 24px; 
        width:60%;
        
    }
    
    #cpa_partnership {
        width: 60%;
    }
}

@media (max-width: 768px) {
	.nav-link {
		margin-left: 0px;
		margin-right: 10px;
		margin-top: 05px;
		margin-bottom: 5px;
		background-color: #292929;
	}
	.hero-text h1 {
		font-size: 26px;
	}
	.hero-text h3 {
		font-size: 18px;
	}
	.hero-text p {
		font-size: 16px;
	}
	.hero-base {
		font-size: 16px;
		height: 24px;
	}
    
    .rowShort {
        width: 80%;
    }
    
    .partnerImg {
        width: 100px;
        height: auto;
    }
	#pDividerB {
		height: 20rem;
	}
    #schwabPartner {
        content: url("../images/external/charles-schwab-logo-100.png");
    }
    #tdPartner {
        content: url("../images/external/TD-Ameritrade-Logo-100.png");
    }
    
    #cpa_wifm {
        font-size: 14px;
    }
    
    #cpa_wifm ul {
        font-size: 14px; 
        line-height: 20px; 
        width:60%;
        
    }
    
    #cpa_partnership {
        width: 100%;
    }
}

@media (max-width: 576px) {
	#navlead {
		text-align: right;
		font-size: 10px;
		padding-top: 4px;
	}    
	#pDividerB {
		height: 15rem;
	}
    #brokercheck {
        width: 125px;
        right: 5rem;
    }
	.featurette-block4 {
		margin: 1rem 0rem 6rem 0rem;
	}
    .hero-main {
        background-image: url("../images/Success-576.jpg");
    }
    .hero-about {
        background-image: url("../images/AboutUs-576.jpg");
        min-height: 200px;	
        background-position: top;
    }
    .hero-invest {
        background-image: url("../images/Trusted_Partner-576.jpg");
        width: 100%;
        min-height: 180px;	
        background-position: center;
    }
    .hero-contact {
        background-image: url("../images/team/Office-Picture_576.jpg");
        height: 250px;	
        background-position: bottom;
    }
    .hero-memphis {
        background-image: url("../images/Memphis-576.jpg");
        min-height: 200px;
    }
	.hero-text h1 {
		font-size: 22px;
		color: #fff;
	}
    .hero-text-dark {
        filter: drop-shadow(0px 0px 15px #000);
    }
	.hero-text h3 {
		font-size: 16px;
		color: #fff;
	}
	.hero-text p {
		font-size: 14px;
		color: #fff;
	}
	.hero-base {
        font-size: 12px;
		height: 18px;
	}
	.vidWindow {
		width: 400px;
		height: 225px;
        margin-left: -200px;
	}
	.row {
		padding-left: 5px;
		padding-right: 5px;
	}
    
    .rowShort {
        width: 90%;
    }
}