/* located in caa/css
    # means id, . means class
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
#TopBar{
    max-width:1400px;
	min-width: 450px;
    justify-content: center;
    align-items: stretch;
	text-align: left;
	border-right: 3px double #959595;
	border-bottom: 3px double #959595;
    border-left: 3px double #959595;
    border-top:  3px double #959595;
    margin: 0px auto;
    }

.jumbotron {
    background-position-x: 0em;         
    background-image: url("../images/BannerCAANYCLong.png");
    text-align: center;
    height: 211px;
    margin-top:-28px;
    max-width:1400px;
    justify-content: center;
    background-repeat: no-repeat;
}

#jumboText {
    text-align: center;
    
    top: 0%;
    left: 0%;
    transform: translate(-50%, -50%);
    
    color: darkred;

}

body {
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
	padding-right: 20px;
	max-width: 1000px;
    color: #606060;
}
/* 5/30/22 Added li css to correct odd color and font shift - created odd spacingin menu
 li {
	font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    
	padding-right: 20px;
	max-width: 1000px;
	color: #606060;}
*/

.alignleft {
	font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
	padding-right: 5px;
    color: #606060;
	float: left;
}
.greenbuttonlink {
	color: #406344;
}
.alignright {
	font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
	padding-right: 5px;
    color: #606060;
	float: right;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    transition: all 0.3s;
	color: #009933
}

.navbar {
    
    background-image: url(../images/lady2.jpg);
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span {
    display: inline-block;
}

.wrapper {
    justify-content: center;
    max-width:1400px;
	min-width: 450px;
    display: flex;
    align-items: stretch;
	text-align: left;
	border-right: 3px double #959595;
	border-bottom: 3px double #959595;
    border-left: 3px double #959595;
    
    margin: 0px auto;
    
}

#sidebar {
    position: bottom;
    min-width: 270px;
    max-width: 270px;
    background: #fff;
    color: #406344 important;
    transition: all 0.3s;
}

#sidebar.active {
    min-width: 128px;
    max-width: 140px;
    text-align: center;
}

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
    
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    
}

#sidebar .sidebar-header {
    padding: 7px;
    background: #fff;
    
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    padding: 20px 0px;
    border-bottom: 1px solid #406344;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    color: #406344 ;
}

#sidebar ul li a:hover {
    color:   black;
    background: #fff;
}

#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #406344;
    background: #fff;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #fff;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #406344;
}

a.article,
a.article:hover {
    background: #fff !important;
    color: #fff !important;
}

.SideBarImage {
    width: 230px;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
.blockIndent {
	
	margin-left: 25px;
	font-style: italic;
	
}

#content {
    width: 100%;
    padding: 0px;
    padding-left: 40px;
    min-height: 100px;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        min-width: 90px;
        max-width: 100px;
        text-align: center;
        margin-left: -150px !important;
    }
    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
    }
    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }
    #sidebar .sidebar-header strong {
        display: block;
    }
    #sidebar ul li a {
        padding: 20px 10px;
    }
    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right: 0;
        display: block;
    }
    #sidebar ul ul a {
        padding: 10px !important;
    }
    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}
/*  The items below set the footer properties as well as the text
and links that appear in this area  */

#footer {
	justify-content: center !important;
    
    border-left: 3px double #959595;
    border-right: 3px double #959595;
    border-bottom: 3px double #959595;    
    padding: 20px 00px 0px  0px;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.7em;
	font-size: 80%;
    height: 85px;
    max-width: 1400px;
	min-width: 450px;
    color: #406344;
}

#footer_copyline {
	justify-content: center !important;  
    padding: 20px 00px 0px  0px;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.7em;
    height: 85px;
	font-size: 100%;
    max-width: 1400px;
	min-width: 450px;
    color: #406344;
}

#footer a {
	font-weight: normal;}
	
#footer a:hover {
	font-weight: normal;}

#footer p {
	justify-content: center !important;
	padding: 10px 0 0 0px;
}
table {
	font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.4em;
    color: #606060
}