﻿:root {
    --nav-bg-color: #BEC59F;
    --nav-dark-bg-color: #9DA57A;
    --bg-grey: #F2F2F2;
    --white: #FFFFFF;
    --purple: #65476D;
    --footer-top-background: #7B5F82;
    --footer-bottom-background: #65476D;
    --danger-btn-background: #9D7FA4;
    --danger-btn-hover: #8C6F93;
}

body {
    font-family: 'Assistant', sans-serif;
    font-size: 1em;
    width: 1444px;
    margin-left: auto;
    margin-right: auto;
}

.alert-info, .alert-warning {
    background-color: #9da67b;
    border-color: #8c956a;
    color: white;
}

.pricing {
	text-align:center;
}

.pricing h1{
	font-size:3.0em;
}

.pricing h2{
	color: #777777;	
}

.pricing .pricingoption{
	padding:20px;
	border:1px #eeeeee solid;
	margin-right:10px;	
	box-shadow: 5px 5px 10px #eeeeee;
}
.pricing .btn-primary {
	box-shadow: 0px 10px 10px #dddddd;
}
	

h1 {
    color: var(--purple);
    font-weight: bold;
    font-size: 2em;
}

h2 {
    color: var(--purple);
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom:30px;
}

.form-label{
    font-weight:bold;
}

.zawlist {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.zawlist li{
    background: url('/_images/2021/bullet.svg') no-repeat left top;
    height:auto;
    padding-top:0px;
    padding-left:44px;
    margin-bottom:20px;
}

    .zawlist b, .zawlist strong {
        color: var(--nav-dark-bg-color);
    }

#topnavbar {
    margin: 0px;
    padding: 0px;
}

.nav-item {
    text-align: center;
}

    .nav-item a {        
        font-weight: bold;
        display: block;
        padding-top: 63px;
        height: 148px;
        width: 200px;
    }
far-left
.navbar-light .navbar-nav .nav-link {
    color: black;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: var(--white);
    background-color: var(--nav-bg-color);
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    color: var(--white);
    background-color: var(--nav-dark-bg-color);
}


.navUL {
    margin-left: auto;
}

.iconset img {
	height:80px;
}

.iconset h5 {
	margin-top:5px;
	font-weight:bold;
}


#homepagequotes {
    padding-left: 60px;
    padding-right: 40px;
    position:absolute;
    z-index: 2;
    margin-top: -50px;        
    max-width:1444px;
}

.quoteblock {
    background-color: var(--footer-top-background);
    border-radius: 15px;
    color: var(--white);
    padding: 65px;
    position: relative;
    height:200px;
    overflow:hidden;
}

    .quoteblock:before, .coachquoteblock:before {
        display: block;
        content: "\201C";
        font-size: 10em;
        position: absolute;
        color: var(--nav-bg-color);
        left: 10px;
        top: -50px;
    }

    .quoteblock .cite {
        font-weight: bold;
    }

.coachquote{
    position:absolute;
    z-index:2;
}

.coachquoteblock {
    background-color: var(--nav-bg-color);
    border-radius: 15px;
    color: var(--white);
    padding: 45px 100px 45px 100px;    
    position: relative;
    height: auto;
    overflow: hidden;
    font-size:1.5em;
    width:70%;
    margin-left:auto;
    margin-right:auto;
    margin-top:-40px;    
}

    .coachquoteblock:before {
        color: var(--nav-dark-bg-color);
        font-size: 7em;
    }

    .coachquote .cite {
        font-weight: bold;
        margin-top:30px;        
    }


.plainjumobtron {
    background-color: var(--footer-bottom-background);
    width: 100%;
    height: 120px;
    color: var(--white);
    padding: 30px;
    padding-top:60px;
}

.plainjumobtron h1 {
    color:var(--white);
    font-size:2.2em;    
}

#pagecore {
    background-color: var(--bg-grey);
    padding: 40px;
}

    #pagecore #innercore {
        padding: 40px;
        background-color: var(--white);
    }

.jumbotron {
    position: relative;
		background-color:var(--purple);

}

    .jumbotron .backgroundimage {
        width: 100%;
    }

    .jumbotron .homepage_inner {
        position: absolute;
        top: 80px;
        left: 60px;
        color: white;
        width: 600px;
        font-size: 1.5em;
        line-height:1.8em;
    }

    .jumbotron .homepage_inner h1, .jumbotron .secondary_inner h1 {
        color: var(--white);
        font-weight: bold;        
    }

        .jumbotron .homepage_inner h1 {
            font-size: 3.0em;
        }

    .jumbotron .secondary_inner {
        position: absolute;
        top: 40%;
        left: 60px;
        color: white;
        width: 80%;
        font-size: 2.8em;
    }

.btn-primary {
    background-color: var(--nav-bg-color);
    border-color: var(--nav-bg-color);
    font-size: 1.2em;
    line-height:2em;
    padding-left:80px;
    padding-right:80px;
    font-weight:bold;
}

    .btn-primary:hover {
        border-color: var(--nav-bg-color);        
    }


.btn-danger {
    background-color: var(--danger-btn-background);
    border-color: var(--nav-dark-bg-color);
    font-size: 1.2em;
    line-height: 2em;
    padding-left: 80px;
    padding-right: 80px;
    font-weight: bold;
}

    .btn-danger:hover {
        border-color: var(--danger-btn-hover);
        background-color: var(--danger-btn-hover);
    }

.defaultbtn {
    color: white;
    font-weight: bold;
    width: 250px;
    border-radius: 8px;
    background-color: var(--nav-bg-color);
    font-size: .85em;
    line-height: 2em;
}

        .defaultbtn:hover, .btn-primary:hover {
            background-color: var(--nav-dark-bg-color);
	        color:white;
        }


.homepagecard{
	position:relative;
	padding:30px;
	height:450px;
	border:1px #eeeeee solid;
	border-radius:10px;
	width:100%;
}

.homepagecard img {
	height:90px;
}

.homepagecard .defaultbtn{
	position:absolute;
	bottom:50px;	
	left:80px;
}

.homepagecard h5{
	margin-top:20px;
	margin-bottom:20px;
	color: var(--footer-bottom-background);
	font-weight:bold;
	font-size:25px;
}

.homepagecard .defaultbtn
{
	font-size:1.2em;
	width:60%;
}


    #footer {
        color: var(--white);
    }

    #footer a {
        color: var(--white);
    }

    #footer .top a {
        font-weight: bold;
    }

    #footer h1 {
        color: var(--white);
    }

    #footer ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

    #footer li {
        margin-bottom: 20px;
    }


    #footer .top {
        background-image: url(/_images/2021/footer_top.png);
        background-color: var(--footer-top-background);
        width: 100%;
        height: 377px;
        padding: 35px;
        padding-top: 80px;
        font-size: 1.8em;
    }

    #footer .bottom {
        background-image: url(/_images/2021/footer_bottom.png);
        background-color: var(--footer-bottom-background);
        width: 100%;
        height: 265px;
        margin-top: -1px;
        padding: 35px;
        font-size: 1em;
    }

    #footer .bi {
        font-size: 1.8em;
        color: var(--footer-top-background);
        margin-right: 30px;
        display: block;
    }

@media (max-width:1444px) {
    body {
        width: 100%;
    }
}

@media (max-width: 1150px){
    body {
        font-size: .8em;
    }

    .jumbotron .secondary_inner {
        position: absolute;
        top: 35%;
        left: 30px;
        font-size: 2.0em;
    }
}


/* Mobile overrides */
@media (max-width: 768px) {

    body{
        font-size:1.2em;
    }

    h1 {
        font-size: 1.1em;
    }


    #pagecore {
        padding: 5px;
    }


    #footer .top, #footer .bottom {
        background-image: none;
    }

    .homepagecard {
        height: auto;
        margin-bottom:15px;
    }

    .homepagecard .defaultbtn{
        position:relative;
        bottom:0px;
        left:0px;
        font-size:1em;
    }


    .jumbotron .homepage_inner {
        top: 20px;
        left: 2%;
        width: 96%;
        font-size: 1em;
	    height:auto;
        line-height:1em;
    }

        .jumbotron .homepage_inner h1 {
            font-size: 1.1em;
        }

    .jumbotron .secondary_inner {
        position: absolute;
        top: 20px;
        left: 20px;
        font-size: 1em;
        line-height:1em;
    }

    .plainjumobtron h1 {
        font-size: 2.2em;
    }

    #footer li {
        margin-bottom: 12px;
    }


    #footer .top {
        background-image: none;
        height: auto;
        padding: 2%;
        padding-top: 30px;
        font-size: 1.2em;
    }

        #footer .top h1, #footer .bottom h1 {
            font-size: 1.5em;
        }

    #footer .bottom {
        background-image: none;
        height: auto;
        margin-top: -1px;
        padding: 2%;
        font-size: 1em;
    }
}

@media (max-width: 991px)
{
    .nav-item {
        text-align: left;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 15px;
    }

    .nav-item a {
        display: block;
        padding-top: 0px;
        height: auto;
        width: auto;
    }


}
/* end Mobile Overrides*/

