  A {
    color: #4F2C1D;
}

H1.index A, H2.index A {
    color: #4f2c1d ;
}

#breadcrumb, #breadcrumb A, #breadcrumb SPAN {
    color: #4f2c1d;
}

.subnav-menu ul li.current-menu-item>a, .subnav-menu ul li.current_page_item>a, #subnav-menu ul li.current_page_item>a {
    color: #4f2c1d;
}
/*
.brown {
    background-color: #f1efed;
}

#bottom-footer {
    background-color: #f1efed;
}

#bottom-footer UL.footer-menu LI A {
    color: #4F2C1D ;
}

#bottom-footer UL.footer-menu LI A:hover {
    color: #4F2C1D ;
}

#menu-info-for-1 LI A  {
    color: #4F2C1D !important ;
    font-weight: 500 !important;
}

#menu-info-for-1 LI A:hover {
    color: #4F2C1D !important;
}

#global-address-line {
    color: #4f2c1d ; 
}
*/

.top {
    background-color: #f3f1ef;
    height: 250px;
    padding: 10px;
}

.subnav-menu ul li.current-cat>a,
.subnav-menu ul li.current-cat-parent>a,
#subnav-menu ul li.current-cat>a,
#subnav-menu ul li.current-cat-parent>a {
    color: #4f2c1d;
}

.subnav-menu ul li.cat-item ul.children,
#subnav-menu ul li.cat-item ul.children {
    display: block;
}


.fpIcon:before {
    font-family: FontAwesome;
    font-size: 2.5em;
    color: #4f2c1d;
}

.fpIcon-small:before {
    font-family: FontAwesome;
    font-size: 1.2em;
    color: #4f2c1d;
}

.desc1 {
    /*
	max-width: 225px;
	width: 100%;
	*/
    display: block;
    margin: auto;
    max-height: 225px;
    max-width: 100%;
}

.disclaimer {
    padding: 15px 20px;
    background-color: #f3f1ef;
    margin: 1em 0;
    text-align: center;
    font-style: italic;
    color: #686868;
}


/*----A-Z List Menu----*/

.azlist*,
.azlist*:after,
.azlist*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div#azlist {
    text-align: center;
    margin: 0 .1em 1em .1em;
    padding: 15px;
    background-color: #f3f1ef;
}

nav.azlist a {
    position: relative;
    margin-bottom: .3em;
    margin-top: .3em;
    margin-right: .15em;
    margin-left: .15em;
    display: inline-block;
    outline: none;
    color: #7a6855;
    font-family: 'Graphik', Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    font-size: 1.5em;
    line-height: .5em;
}

nav.azlist {
    color: #cccccc;
}

nav.azlist a:hover,
nav.azlist a:focus {
    outline: none;
}


/* top line fades in */

.azlist a {
    padding: 8px 0;
}

.azlist a::after {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(0, 0, 0, 0.1);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(5px);
}

.azlist a:hover::after,
.azlist a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

#row {
	/*
	margin-bottom: 20px;
	*/
}

/*
#title, #department {
	line-height: 1.1em;
}
*/

#name A {
	font-size: 16px;
    font-weight: 600;
    color: #4F2C1D;
    text-decoration: none;
    transition: color .5s;
}

#name A:hover {
	color: #7f7f7f;
} 

.register-button {
	padding: 5px 0 5px 0;
    display: inline-block;
    color: #000;
    font-family: 'Graphik', Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.5em;
    font-size: 1.1em;
    width: auto;
    -o-transition: color .5s;
    -ms-transition: color .5s;
    -moz-transition: color .5s;
    -webkit-transition: color .5s;
    transition: color .5s;
}

