/* Write your custom css code here */

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

ul.menu-horizontalmenu > li {
	display: inline-block;
}

div.align-right {
	text-align: right;
}

div.page-bottom {
	background-color: #2d2d2d;
    color: rgb(225, 225, 225);
}

.navbar {
	margin-bottom: 0px;
}

/*span.caret {
	display: none;
}*/

span.menutitle {
	display: inline;
}

.custom-header-menu {
	font-family: oswald;
	text-transform: uppercase;
	font-size: 10pt;
}

.header-search-box {
	border: none;
    background-color: #eeeeed;
    height: 24px;
    border-radius: 26px;
}

:target:before {
    display: block;    
    position: relative;     
    /*top: -50px;
    visibility: hidden;*/
    content:"";
    height:50px;
    margin:-50px 0 0;
}

.jsn-uniform .form-actions .btn-toolbar .btn.jsn-form-submit:before {
    content: "\f1d8\ ";
    font-family: FontAwesome;
}

.jsn-uniform .form-actions .btn-toolbar .btn.jsn-form-submit {
  border: 1px solid white;
    font-family: roboto;
    font-size: 18px;
    font-weight: 500;
}

.jsn-uniform .form-actions .btn-toolbar .btn.jsn-form-submit:hover {
  border: 1px solid #00843d;
  background-color: white;
  color: #00843d;
}

.jsn-uniform .form-actions .btn-toolbar .btn.jsn-form-submit.TWT_Page {
  background-color: #825994;
}

.jsn-uniform .form-actions .btn-toolbar .btn.jsn-form-submit.TWT_Page:hover {
  border: 1px solid #825994;
  background-color: white;
  color: #825994;
}

.jsn-uniform .form-actions .btn-toolbar .btn.jsn-form-submit.CAC_Page {
  background-color: #46B64A;
}

.jsn-uniform .form-actions .btn-toolbar .btn.jsn-form-submit.CAC_Page:hover {
  border: 1px solid #46B64A;
  background-color: white;
  color: #46B64A;
}

.jsn-uniform .form-actions .btn-toolbar .btn.jsn-form-submit.ASP_Page {
  background-color: #88348A;
}

.jsn-uniform .form-actions .btn-toolbar .btn.jsn-form-submit.ASP_Page:hover {
  border: 1px solid #88348A;
  background-color: white;
  color: #88348A;
}

.jsn-uniform .form-actions .btn-toolbar .btn.jsn-form-submit.Campaign_Page {
  background-color: #634183;
}

.jsn-uniform .form-actions .btn-toolbar .btn.jsn-form-submit.Campaign_Page:hover {
  border: 1px solid #634183;
  background-color: white;
  color: #634183;
}

a.list-group-item, button.list-group-item {
  color: #00843d;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
@media (max-width: 780px) {
	/*span.caret {
		display: inline-block;
	}*/
	
	#menu_item_menu ul.dropdown-menu, #menu_item_menu ul.sunfw-megamenu-sub-menu ul {
		width: 100%;
	}
}

.login-description {
  	margin-left: 30px;
    margin-bottom: 15px;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: inherit;
}

#submissions-list{
  	margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px
}
	