@font-face {
	font-family: 'Avenir Heavy';
	src: url('fonts/avenir-heavy.eot');
	src: local('☺'), url('fonts/avenir-heavy.woff') format('woff'), url('fonts/avenir-heavy.woff2') format('woff2'), url('fonts/avenir-heavy.ttf') format('truetype'), url('fonts/avenir-heavy.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir Medium';
	src: url('fonts/avenir-medium.eot');
	src: local('☺'), url('fonts/avenir-medium.woff') format('woff'), url('fonts/avenir-medium.woff2') format('woff2'), url('fonts/avenir-medium.ttf') format('truetype'), url('fonts/avenir-medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir Roman';
	src: url('fonts/avenir-roman.eot');
	src: local('☺'), url('fonts/avenir-roman.woff') format('woff'), url('fonts/avenir-roman.woff2') format('woff2'), url('fonts/avenir-roman.ttf') format('truetype'), url('fonts/avenir-roman.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir Black';
	src: url('fonts/avenir-black.eot');
	src: local('☺'), url('fonts/avenir-black.woff') format('woff'), url('fonts/avenir-black.woff2') format('woff2'), url('fonts/avenir-black.ttf') format('truetype'), url('fonts/avenir-black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir Book';
	src: url('fonts/avenir-book.eot');
	src: local('☺'), url('fonts/avenir-book.woff') format('woff'), url('fonts/avenir-book.woff2') format('woff2'), url('fonts/avenir-book.ttf') format('truetype'), url('fonts/avenir-book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family:BertholdAkzidenzGroteskBE;
    src:url('fonts/BertholdAkzidenzGroteskBE.otf');
  	font-weight:normal;
  	font-weight:400;
}
@font-face{
	font-family:BertholdAkzidenzGroteskBE;
    src:url('fonts/BertholdAkzidenzGroteskBEBold.otf');
  	font-weight:bold;
  	font-weight:600;
}

@import url('https://fonts.googleapis.com/css?family=Noto+Sans:100,400,700,900');

body{
	background: #fff;
	color: #4f4f4f;
	font-family:'Noto Sans', 'Open Sans', 'Lucida Grande', Corbel, sans-serif;
	font-size: 14px;
}

th {
    font-family: 'Noto Sans', 'Open Sans', 'Lucida Grande', Corbel, sans-serif;
    font-weight: normal;
}

table.resultsTBL thead th {
	background: #adadad;
}

table.resultsTBL .row1 td, table.resultsTBL .odd td {
	background: #f6f6f6;
}

#header {
	background: #fff;
	padding: 28px 12% 0;
    position: relative;
    text-align: right;
}

.header-wrapper {
    padding: 25px 0px 15px;
	text-align: right;
}

.header-wrapper .site-container {
    max-width: 90%;
    margin: auto;
	position: relative;
    width: 1170px;
}

.header-wrapper .top-header {
    display: flex;
    justify-content: flex-end;
}

.header-wrapper .top-header .head-social-icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 25px;
}

.header-wrapper .top-header .head-social-icons a {
    color: #fff;
    width: 33px;
    height: 33px;
    display: inline-block;
    border: 1px solid #56b59f;
    background: #56b59f;
    border-radius: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    margin-left: 7px;
    margin-bottom: 7px;
}

.header-wrapper .top-header .menu-top-menus-container ul {
	margin: 0;
}

.header-wrapper .top-header .menu-top-menus-container ul li {
	background: none;
    display: inline-block;
    margin-left: 10px;
	padding: 0;
}

.header-wrapper .top-header .menu-top-menus-container ul li a {
    text-decoration: none;
    display: inline-block;
    padding: 8px 12px;
    text-transform: uppercase;
    border: solid 2.5px #dd6b28;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: 0.4px;
    text-align: center;
    color: #dd6b28;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.header-wrapper .top-header .menu-top-menus-container ul li.menu-btn a,
.header-wrapper .top-header .menu-top-menus-container ul li.last-item a {
  	background-color: #dd6b28;
  	color:#fff;
}
.header-wrapper .top-header .menu-top-menus-container ul li.menu-btn a:hover,
.header-wrapper .top-header .menu-top-menus-container ul li.last-item a:hover {
  	background-color: #fff;
  	color:#dd6b28;
}

.header-wrapper .top-header .menu-top-menus-container ul li a:hover {
    background-color: #dd6b28;
    color: #fff;
}

.header-wrapper .top-header .menu-top-menus-container ul li.menu-item-gtranslate select{
	text-decoration: none;
    display: inline-block;
    padding: 6px 6px;
    text-transform: uppercase;
    border: solid 2.5px #dd6b28;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    letter-spacing: 0.4px;
    text-align: center;
    color: #dd6b28;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    height: 31px;
    line-height: 31px;
    width: 150px;
  	margin-bottom: 0px;
}
.header-wrapper .top-header .menu-top-menus-container ul li.menu-item-gtranslate select option{
	font-size: 10px;
    font-weight: bold;
    font-style: normal;
    letter-spacing: 0.4px;
}

.header-wrapper .main-header {
    display: flex;
    flex-direction: row;
    position: relative;
    align-items: center;
}

.header-wrapper .main-header .logo {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.header-wrapper .main-header .logo img {
	vertical-align: baseline;
}

.header-wrapper .main-header .nav-side {
    width: 100%;
    text-align: right;
}

h1#logo {
	left: 0;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

#global {
	display: inline-block;
	max-width: 100%;
}

#global .btn {
	margin-left: 10px;
}

#nav {
	clear: both;
	margin-top: 12px;
}

#nav ul.menu {
	margin: 0;
}

#nav ul.menu > li {
	background: none;
	display: inline-block;
    height: auto;
    margin: 0 10px 0 0;
	padding: 0;
	position: relative;
    vertical-align: middle;
}

#nav ul.menu li:last-child {
	margin-right: 0;
}
#nav ul.menu li.item38{
	text-transform: uppercase; 
	padding: 0;
	line-height: 1.5em;
}

#nav ul.menu li.item38 a{
	color: #B5C930 !important;
	padding-right:30px;
	font-size: 13px; 
	background: url(../images/login-arrow.png) no-repeat 100% 8px; 

}
#nav ul.menu li.item43{
	text-transform: uppercase; 
	padding: 0;
	line-height: 1.5em;
}

#nav ul.menu li.item43 a{
	color: #B5C930 !important;
	padding-left:30px;
	font-size: 13px; 
	background: #fff url(../images/login-arrow.png) no-repeat 10% center; 
}

#nav ul.menu > li > a {
	text-transform: uppercase !important;
	font-family: BertholdAkzidenzGroteskBE;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.48px;
	text-align: left;
	color: #717375;
	display: block;
	padding: 0px 10px 0px 10px;
	line-height: 40px;
}

#nav ul.menu > li > span {
	text-transform: uppercase !important;
	font-family: BertholdAkzidenzGroteskBE;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.48px;
	text-align: left;
	color: #717375;
	display: block;
	padding: 0px 10px 0px 10px;
	line-height: 40px;
}

#nav ul.menu > li:hover > a {
	border-bottom-color: #d46828;
}

#nav ul.menu > li.item38:hover > a{
	border-bottom-color: #fff;
}

#nav ul.menu > li.parent > a:after {
	color: inherit;
    /*content: "\f0d7";*/
    display: inline-block;
    font-family: FontAwesome;
    margin: 0 0 0 6px;
    transform: rotate(0deg);
    vertical-align: top;
}

#nav ul.menu li ul li.parent > a:after {
	/*content: '\f0da';*/
	font-family: FontAwesome;
	float: right;
	margin: 0;
}

#nav ul.menu li ul {
	background: #f1f1f1 none repeat scroll 0 0;
    border-color: #fff;
    border-style: solid;
    border-width: 0;
    padding: 0;
    position: absolute;
    width: 200px;
    z-index: 999;
	margin-top: 10px;
    opacity: 0;
	text-align: left;
    transition-duration: 200ms;
    transition-property: opacity, margin-top, visibility;
    transition-timing-function: ease-in;
	visibility: hidden;
}
#nav ul.menu li ul li ul {
    left: 100%;
	top: 0;
}

#nav ul.menu li:hover > ul {
	opacity: 1;
	margin-top: 0;
	visibility: visible;
}

#nav ul.menu li ul li {
	background: none;
	padding: 0;
	position: relative;
}

#nav ul.menu li ul li a {
	color: #666;
    display: block;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    line-height: 35px;
    padding: 0 10px;
	text-transform: uppercase;
}

#nav ul.menu li ul li a:hover {
	background: #ddd;
}

#portalmenu {
	float: left;
	margin: 28px 8% 10px;	
	padding: 0; 
}
#portalmenu button.button, .menubtn {
	background: #cdcdc6;
	-moz-border-radius: 10px 0 10px 0;
	-webkit-border-radius: 10px 0 10px 0;
	border-radius: 10px 0 10px 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #cdcdc6;
    color: #fff;
    font-family: 'Noto Sans', 'Open Sans', 'Lucida Grande', Corbel, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
    padding: 7px 10px;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
	text-shadow: none;
	text-transform: uppercase;
	text-decoration: none;}
#portalmenu li {
	background: #fff none repeat scroll 0 0 !important; 
    display: inline-block;
    font-family: "Roboto";
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0; 
    margin-left: 2px; 
    margin-bottom: 2px; 
}
#portalmenu li.last-item {
	width: 240px;   
}
#portalmenu li a {
	color: #fff;
	background: #9b9b9b none no-repeat scroll 0 0;
	padding: 10px 27px; 
    text-decoration: none;
}
#portalmenu li.active a {
	background: #d26628 none repeat scroll 0 0; 
	padding: 10px 27px;
    text-decoration: none;
}
#portalmenu li a:hover {
	background: #707070 none repeat scroll 0 0; 
	padding: 10px 27px; 
    text-decoration: none;
}


#banner, #bannerinner {
	/*background: url(../images/separator-pattern.png) repeat-x left bottom;
	padding-bottom: 26px;*/
    position: relative;
    height: 326px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#banner_separator { 
	background: url(../images/separator-pattern.png) repeat-x left bottom;
	height: 26px;
	padding: 326px 0 0; 
}
#banner img {
    height: 326px;
    object-fit: cover;
}

/*#banner #banner_shadow_overlay {
    background-image: none /*url("../images/banner-shadow.png");
    background-position: left top;
    background-repeat: repeat-x;
    height: 88px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}*/

#main {
	/*background: url(../images/separator-pattern.png) repeat-x left bottom;*/
	padding-bottom: 26px;
}

#main #content {
	padding: 30px 100px;
	margin-top: 67px;
}

h1.componentheading, .item-header h1.title {
	border-bottom: none;
	color: #D26628;
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	font-weight: normal;
	padding-bottom: 5px;
	text-transform: uppercase;
}

div.jsfsearch-my-profile-search div h1.componentheading, .item-header h1.title {
	border-bottom: none;
	color: #D26628;
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	font-weight: normal;
	padding-bottom: 5px;
	/* margin-bottom: -90px; */
	text-transform: uppercase;
}

.item-section .section-header h3.title {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 16px;
}

.item-section.item-paymentsection .section-header h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}

ul.compList label.desc {
	font-weight: normal;
	cursor: auto;
}
ul.compList label#sfcampaignmsg.desc {
	text-transform: uppercase; 
	font-size: 16px;
	color: #B5C930; 
	font-family: 'Roboto', 'helvetica neue', helvetica, arial, sans-serif;
}

select, textarea, input[type=text], input.field.text, textarea.field, .inputbox, input.input-text, input.field[type="text"], textarea.textarea, td.paramlist_value select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    color: #4f4f4f;
    font-family: 'Noto Sans', 'Open Sans', 'Lucida Grande', Corbel, sans-serif;
    font-size: 15px;
    height: auto;
	line-height: 24px;
    padding: 4px 6px;
}

select.inputbox, select.select {
    color: #4f4f4f;
    font-family: 'Noto Sans', 'Open Sans', 'Lucida Grande', Corbel, sans-serif;
    font-size: 15px;
	line-height: 24px;
	height: auto;
    padding: 4px 1px 4px 0;
    width: 100%;
    min-width: 40px;
}

select#sfcampaign.inputbox, select#sfcampaign.select {
    width: auto;
}
select.input-block-level {
	width: 100%;
}

button.button, .btn, .btn-primary {
	background: #d46828;
	-moz-border-radius: 10px 0 10px 0;
	-webkit-border-radius: 10px 0 10px 0;
	border-radius: 10px 0 10px 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
    color: #fff;
    font-family: 'Roboto', 'helvetica neue', helvetica, arial, sans-serif;
	font-size: 15px;
	letter-spacing: 2px;
	font-weight: 700;
    padding: 7px 20px;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
	text-shadow: none;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1.2em;
}
.btn-profile {
	background: #d46828;
	-moz-border-radius: 10px 0 10px 0;
	-webkit-border-radius: 10px 0 10px 0;
	border-radius: 10px 0 10px 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
    color: #fff;
    font-family: 'Roboto', 'helvetica neue', helvetica, arial, sans-serif;
	font-size: 15px;
	letter-spacing: 2px;
	font-weight: 700;
    padding: 7px 20px;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
	text-shadow: none;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 50px; 
}

.btn-grey {
	background: #cdcdc6;
}

.btn-secondary, .btn-secondary:hover {
	background: #adadad;
	-moz-border-radius: 10px 0 10px 0;
	-webkit-border-radius: 10px 0 10px 0;
	border-radius: 10px 0 10px 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
    color: #fff;
    font-family: 'Roboto', 'helvetica neue', helvetica, arial, sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
    padding: 7px 20px;
	text-transform: uppercase;
}

.btn-danger, .btn-info {
    font-weight: normal;
    line-height: 16px;
    padding: 2px 6px;
    text-shadow: none;
	text-transform: none;
}

.btn-info {
    background-color: #5bc0de;
    border-color: #46b8da;
    color: #fff;
}

.btn-danger {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff;
}

button.button:active, .btn:active, .btn-primary:active, .btn-profile:active, .btn-profile:focus, .btn.btn-amount:focus, .btn.btn-primary:focus,
button.button:hover, .btn:hover, .btn-primary:hover, .btn.btn-amount:hover, .btn-profile:hover, 
.btn.btn-amount.active {
	background: #adadad none repeat scroll 0 0;
	border-color: #adadad;
	color: #fff;
	text-decoration: none; 
}

.btn.btn-amount {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding:6px 14px;
	font-size:13px;
	line-height:20px;
	letter-spacing:1px; 
	color:#525252;
	background-color:#f5f5f5;
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image:-o-linear-gradient(top,#fff,#e6e6e6);
	background-image:linear-gradient(to bottom,#fff,#e6e6e6);
	background-image:-moz-linear-gradient(top,#fff,#e6e6e6);
	background-repeat:repeat-x;
	border:1px solid #c5c5c5;
	filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false);
	border-color:rgba(0,0,0,.15) rgba(0,0,0,.15) rgba(0,0,0,.25)
}


.input-group .form-control {
	height: 34px;
}

ul.compList label.choice {
	margin-top: -18px;
}

input.checkbox, input.radio {
	min-height: 0;
}

ul.pagination {
	border-top: 1px dotted #ccc;
	padding-top: 25px;
	padding-bottom: 0;
	text-transform: uppercase;
}

ul.pagination a {
	color: #d46828;
	text-decoration: none;
}

ul.pagination strong {
	font-family: 'Noto Sans', 'Open Sans', 'Lucida Grande', Corbel, sans-serif;
	font-weight: normal;
}

ul.pagination li {
	vertical-align: middle;
}

ul.pagination li:first-child, ul.pagination li:last-child {
	background: url(../images/prev.png) no-repeat;
	height: 24px;
	width: 24px;
	text-indent: -9999em;
}

ul.pagination li:last-child {
	background: url(../images/next.png) no-repeat;
}

.com_user.userLogin {
	margin: 0 auto;
	max-width: 600px;
}

.compSect-title h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
}

ul.compList#sectLogin-formUL li.leftHalf, ul.compList#sectLogin-formUL li.rightHalf {
	float: none;
	width: auto;
	max-width: 400px;
}

.compSect-content ul.linksList {
	color: #d46828;
	list-style: inside;
}

.compSect-content ul.linksList li {
	background: none;
	padding: 0;
}

.compSect-content ul.linksList li a {
	color: #d46828;
	font-family: 'Noto Sans', 'Open Sans', 'Lucida Grande', Corbel, sans-serif;
	font-size: 16px;
	text-decoration: none;
}

#footer {
    background-color: #fff;
    padding: 0;
    position: relative;
    text-align: center;
}

#footer a {
    color: inherit;
}

#footer .subscribe-form-container {
    background: transparent;
    position: relative;
    /* top: -20px; */
    padding: 30px 0px;
}

#footer .site-container {
    max-width: 90%;
    margin: auto !important;
    width: 1170px;
}

.subscribe-form-container .site-container {
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.16);
    border: solid 9px #56b59f;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    /* padding: 30px; */
    padding: 15px 30px;
    box-sizing: border-box;
}



#footer .subscribe-form-container h3 {
    margin-bottom: 20px;
    margin-top: 0px;
    font-family: BertholdAkzidenzGroteskBE;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #56b59f;
    text-transform: uppercase;
}



#footer .subscribe-form-container h3 strong {
    font-size: 30px;
    font-family: BertholdAkzidenzGroteskBE;
    font-weight: 600;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #56b59f;
    text-transform: lowercase;
}





#footer .subscribe-form-container iframe {
    border: 0px;
    height: 100%;
    width: 100%;
}



/* BEGIN modal subscription styles */
.subscribe_modal {
	display: none;
    padding: 34px 0;
    background-color: #cdcccc;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.subscribe_modal iframe {
    height: 100%;
    width: 394px;
    border: none;
}
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    filter: Alpha(Opacity=40); /* support: IE8 */
}
.ui-front {
    z-index: 100;
}
.ui-dialog-titlebar {
    display: none;
}
*:focus {
    outline: none;
}
/* END modal subscription styles */

#footer .subscribe_container {
    display: inline-block;
    position: relative;
    min-height: 35px;
    line-height: 35px;
    padding: 0;
    /*background-image: url(../images/orange-input-left.png), url(../images/orange-input-right.png);
    background-repeat: no-repeat;
    background-position: left 50%, right 50%;*/
    vertical-align: top;
    margin-top: 5px;
}
#footer .subscribe_container .subscribe_button {
    background-color: #d46828;
	border-radius: 10px 0 10px 0;
    line-height: inherit;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    border: none;
    margin: 0;
    padding-left: 14px;
    padding-right: 14px;
    cursor: pointer;
	vertical-align: top;
	font-family: 'Roboto', 'Helvetica Neue', helvetica, arial, sans-serif;
	font-size:14px; 
}
#footer .subscribe_container .subscribe_button img {
    margin-left: 20px;
    margin-right: 9px;
    height: 18px;
    vertical-align: text-bottom;
}

#footer #social_media_icon_group {
    display: inline-block;
    position: relative;
    line-height: 0;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
    margin-top: 5px;
}
#footer #social_media_icon_group a {
    margin-left: 3px;
}

#footer #ministry_priorities {
    display: inline-block;
    position: relative;
    background-color: #e7e7e7;
    width: 90%;
    padding: 17px 28px;
    vertical-align: middle;
    margin-top: 13px;
    max-width: 825px;
}
#footer #ministry_priorities .heading {
    text-transform: uppercase;
    color: #000000 ;
	font-family: 'Roboto', sans-serif;
    font-size: 19px;
    margin-bottom: 20px;
}
#footer #ministry_priorities .subsection {
    margin-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #afafaf;
}
#footer #ministry_priorities .subsection:last-child {
    border-bottom: none;
    padding-bottom: 0;    
}
#footer #ministry_priorities .subsection .subheading {
    display: block;
    text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
    font-size: 85%;
    font-weight: bold;
    color: #000; 
    
}
#footer #ministry_priorities .priority {
    display: inline-block;
    position: relative;
    width: 124px;
    margin-top: 12px;
    vertical-align: top;
}
#footer #ministry_priorities .priority img {
	vertical-align: baseline;
}
#footer #ministry_priorities .priority .priority_name {
    display: block;
    text-transform: uppercase;
    /* font-weight: lighter; */
	font-family: 'Roboto', sans-serif;
 	color: #000;
    font-family: "Roboto",sans-serif;
    font-size: 65%;
}

#footer #about {
    display: inline-block;
    width: 333px;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 20px;
    color: #4a4a4a;
    margin-top: 17px;
    margin-bottom: 17px;
}
#footer #about .content {
    font-size: 14px;
}
#footer #about img {
    margin: 20px 0;
}
#footer #about .contact {
    color: #313131;
    text-transform: uppercase;
}
#footer #about .contact .name,
#footer #about .contact .address {
	font-family:'Roboto', sans-serif;
    font-size: 12px;
    font-weight: bold;
    display: block;
    line-height: 1.15;
}
#footer #about .copyright {
    margin-top: 15px;
	font-family: 'Roboto', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    /* font-weight: lighter; */
}
#footer #about .privacy {
    margin-top: 2px;
}
#footer #about .privacy a,
#footer #about .privacy a:hover,
#footer #about .privacy a:visited {
    text-transform: uppercase;
    text-decoration: none;
	font-family: 'Roboto', sans-serif;
    font-size: 10px;
    color: inherit;
}

#footer .bottom-footer {
    padding: 35px 0px;
    background: #000000;
}

#footer .bottom-footer .bottom-footer-inner {
    display: flex;
}

#footer .bottom-footer .footer-copyright, #footer .bottom-footer .footer-copyright a {
    margin-top: 45px;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: 0.2px;
    text-align: center;
    color: #a3a7ac;
    font-family: BertholdAkzidenzGroteskBE;
}

#footer .bottom-footer .bottom-footer-inner .footer-column.footer-column-1 {
    width: 30%;
}

#footer .bottom-footer .bottom-footer-inner .footer-column.footer-column-2 {
    width: 20%;
}

#footer .bottom-footer .bottom-footer-inner .footer-column.footer-column-3 {
    width: 50%;
}

#footer .bottom-footer .bottom-footer-inner .footer-column.footer-column-1 p {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: 0.24px;
    text-align: left;
    color: #cecec5;
    font-family: BertholdAkzidenzGroteskBE;
}

#footer .bottom-footer .bottom-footer-inner .footer-column.footer-column-2 .abfms-logo {
    width: 100px;
}

#footer .bottom-footer .bottom-footer-inner .search-box-nav-container {
    display: flex;
    justify-content: flex-end;
}

#footer .bottom-footer .bottom-footer-inner .search-box-nav-container input.searchinput.uppercase.bold {
    padding: 8px 10px;
    border: 2.5px solid #cecec5;
    font-size: 10px;
    font-weight: bold;
    background: transparent;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: 0.4px;
    text-align: center;
    color: #cecec5;
    font-family: BertholdAkzidenzGroteskBE;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    max-width: 90px;
	text-transform: uppercase;
}

#footer .bottom-footer .bottom-footer-inner .footer-address, #footer .bottom-footer .bottom-footer-inner .footer-address a {
    margin-top: 10px;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: 0.24px;
    text-align: right;
    color: #cecec5;
    font-family: BertholdAkzidenzGroteskBE;
}

#footer .bottom-footer .bottom-footer-inner .search-box-nav-container .menu-footer-menu-container {
    margin-left: 25px;
    text-align: right;
}

#footer .bottom-footer .bottom-footer-inner .search-box-nav-container .menu-footer-menu-container ul {
	margin: 0;
}

#footer .bottom-footer .bottom-footer-inner .search-box-nav-container .menu-footer-menu-container ul li {
	background: none;
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 15px;
	padding: 0;
}

#footer .bottom-footer .bottom-footer-inner .search-box-nav-container .menu-footer-menu-container ul li a {
    text-decoration: none;
    display: inline-block;
    padding: 9px 20px;
    text-transform: uppercase;
    border: 2.5px solid #cecec5;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: 0.4px;
    text-align: center;
    color: #cecec5;
    font-family: BertholdAkzidenzGroteskBE;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    min-width: 150px;
}

#footer .bottom-footer .bottom-footer-inner .search-box-nav-container .menu-footer-menu-container ul li a:hover {
    background-color: #cecec5;
    color: #000;
}

#footer .bottom-footer .bottom-footer-inner .footer-address, #footer .bottom-footer .bottom-footer-inner .footer-address a {
    margin-top: 10px;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: 0.24px;
    text-align: right;
    color: #cecec5;
    font-family: BertholdAkzidenzGroteskBE;
}

#footer .bottom-footer .footer-copyright a:hover, #footer .bottom-footer .bottom-footer-inner .footer-address a:hover {
    color: #d46828;
}

.poweredby {
	padding: 13px 0 0;
}
#menu {margin-top: 4%; padding: 0 1%; } 
#menu button.button, .menubtn {
	background: #cdcdc6;
	-moz-border-radius: 10px 0 10px 0;
	-webkit-border-radius: 10px 0 10px 0;
	border-radius: 10px 0 10px 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #cdcdc6;
    color: #fff;
    font-family: 'Roboto', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
    padding: 7px 10px;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
	text-shadow: none;
	text-transform: uppercase;
	text-decoration: none;}
#menu li {
   color: #4a4a4a;
    font-size: 20px;
    text-decoration: none;
}
a.ia-link, a.ia-link:active, a.ia-link:visited {
    background-color: #d46828;
    color: #fff;
	-moz-border-radius: 10px 0 10px 0;
	-webkit-border-radius: 10px 0 10px 0;
	border-radius: 10px 0 10px 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
    color: #fff;
    font-family: 'Roboto', 'Helvetica Neue', helvetica, arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 2px;
    padding: 7px 20px !important;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
	text-shadow: none;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 1em; 
	line-height: 1.2em;
}
a.ia-link:hover {
	background: #adadad none repeat scroll 0 0;
	border: none;
	color: #fff;
}

#sectParams-wrap {
	display: none;
}
.ra .modal {
	position: relative;
	background-color: rgba(0,0,0,0); 
	border: none; 
	box-shadow: none; 
	left: 0; 
	margin: 0; 
	display: inline;
    padding-left: 0 !important;
} 
.ra { 
    padding-left: 0 !important;
}
ul.compList span.req {
	color: #E04041 !important; 
}
.fade {
	opacity: 1 !important; 
}
#system-message ul li {
    background: #fff none repeat scroll 0 0;
    font-size: 1em;
    font-weight: normal;
    text-align: center;
    font-family: 'Noto Sans', sans-serif; 
    color: #3A91BF !important;
}
#system-message dd.message ul {
	border: none !important;
	margin-bottom: 30px; 
	margin-left: 0px;
}
#system-message ul li p {
    color: #E04041;
    font-size: 1em;
    font-weight: 400;
    margin: 0;
    padding-left: 18%; 
    text-align: left; 
    
}
#system-messageDetail dd.message ul {
    background: #fff none repeat scroll 0 0;
    border: 1px dotted #fff;
}
.mod-login div.logoutBtn{
	display: none; 
}

.sbxModTable-login {
    /*margin-bottom: -100%;*/
    position: relative;
    width: 30%;
    z-index: 1;
    float: right; 
    padding-left: 15px; 
}
.odd.tr-primary.no-details {
    border-bottom: 5px solid #fff;
}


#search {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

#search .container {
    background-color: #cdcdc6;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    line-height: 36px;
    min-height: 36px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}
#search input[type="text"] {
    background-color: #cdcdc6;
    border: medium none;
    color: #757575;
    font-size: 14px;
    font-weight: 700; 
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif; 
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    min-width: 160px;
    text-transform: uppercase;
    vertical-align: middle;
    padding: 0 !important;
    height: calc(); 
    margin-bottom: 0; 
    box-shadow: none; 
}
#search img {
    cursor: pointer;
    margin-bottom: 3px;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
}
#header #give_action, .header-wrapper #give_action {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    vertical-align: top;
}
#header #give_action .container, .header-wrapper #give_action .container {
    line-height: 0;
    min-height: 36px;
    position: relative;
    vertical-align: top;
	width: auto;
}
#header #give_action .give_button, .header-wrapper #give_action .give_button {
    background-color: #d46828;
    border: medium none;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700; 
    letter-spacing: 2px; 
    cursor: pointer;
    font-size: 14px;
    line-height: 36px;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
}
.menu-toggle {
	-moz-user-select: none;
    background: #222 none repeat scroll 0 0;
    border-radius: 2px;
    cursor: pointer;
    display: none;
    height: 40px;
    line-height: 40px;
    outline: medium none;
    text-align: center;
    z-index: 1;
}
.menu-toggle .toggle-block {
	float: right;
    margin-right: 6px;
}
.menu-toggle .toggle-block:before {
	color: #fff;
    content:"\f0c9";
    font-family:'FontAwesome';
    font-size: 18px;
    margin: 0 0 0 5px;
}
.menu-toggle .toggle-block:after {
	color: #fff;
    content: "MENU";
    float: left;
}

/*Cancel button hidden due to error shown on direct edit of a record*/

.btn.btn-cancel {
    display: none;
}

/*Table Results Item Placeholder Removal */
.item-expander {
	display: none; 
} 
.item-placeholder {
	display: none; 
} 
.login-buttons {
	padding-top: 25px; 
}

.modal-title h1.modaltitle {
	line-height: 32px;
}

.compSectBtns-content ul li {
	padding: 0;
}
/*My Transactions View Updates*/
table.resultsTBL tr.even td, table.resultsTBL tr.odd td, table.resultsTBL tr.row1 td, table.resultsTBL tr.row2 td {
    border: none;
}
td.ot-date {
    width: 20%;
}
td.rec-date {
    width: 20%;
}


/*Donation Form Selector*/
.sbxModTable-donation-select {
	/*margin-bottom: 160px;*/ 
	margin-bottom: 20px; 
}
.sbxModTable-donation-select button{
	width:225px; 
}
.sbxModTable-donation-select h3{
	font-size: 16px; 
	padding-bottom: 5px; 
}
.sbxModTable-donation-select .col-one-third{
	margin-bottom: 0; 
	margin-right: 0px; 
	width: 240px; 
}
.mod-login .login-links ul li{
    background: none;
    padding: 0; 
    }
.mod-login .login-links ul {
    color: #d46828;
    list-style: inside;
}
.jsfsubmit-edit-my-subscriptions-submit h1.componentheading {
	display: none;
}
.donations-donate {
	clear: both;
}

ul.compList li.notStacked div.cntr span.span-block {
    min-width: 300px;
}

#donate-amount-form-onetime span.span-block {
	min-width: 50px;
}

#donate-amount-form-recurring span.span-block {
	min-width: 50px;
}

#donate-amount-form-recurring span.span-block {
	min-width: 50px;
}

.sbxPayType span.span-block {
	min-width: 50px;
}

ul.compList div.sbxPayType span.span-block {
    min-width: 50px !important;
}

.page_separator {
    height: 26px;
    background-image: url(../images/separator-pattern.png);
    background-repeat: repeat-x;
    background-position: left top;
    clear: both;
}

#portalmenu li.item223 span {
	color: #fff;
	background: #9b9b9b none no-repeat scroll 0 0;
	padding: 8px 5px;
	text-decoration: none;
}