
/* COLOR PALETTE
 Blue - #0484cf
 Dark Blue - #2d529f
 Dark Blue Hover - #88a3dd
 BlueGray - #96b1c1
 Gray - #999999
 
*/

html {
    min-height: 800px;
    overflow-y: scroll;
    background: #fff;
    margin-top: 0;
}

body {
    background: none;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    color: #000000;
    font-size: 14pt;
    font-family: "Roboto Condensed", Arial, sans-serif;
}

/*general class for elements that start hidden, can't use in-line display:none anymore*/
.startHidden {display: none;}
/*some very specific styles to handle old in-line eremit styles that had to be removed*/
.pleft27 {padding-left: 27px;}
.h100 {height: 100px;}
#addNewEmployee, #clearNewEmployee {
    width: 5em;
}
.commentsf {
    display: block;
    margin: 0;
    padding: 0;
}
.red-text {
    color: red;
}
.bold {
    font-weight: bold;
}

::selection {
    background-color: #193F6E;
    color: white;
}
/* banner background */
td#header {
    width: 100%;
    padding: 0px;
    text-align: left;
}
img {
    max-width: 200%;
    height: auto;
    width: auto\9;
}
/* employer name on remittance entry page */
.name-address { 
	padding: 0px 0px 15px 0px;
	font-weight: bold;
}

/* group status change */
#replace {display:none}

.info {
    background: url('../../../../eremitimages/images/icons/warning2.png') no-repeat #e8e8ff;
    background-size: 50px;
    background-position: 5px 50%;
    border: 1px solid #2e3091;
    padding: 20px 20px 20px 65px;
    font-size: 1.2em;
    color: #2e3091;
    border-radius: 0;
    border-left: 8px solid #2e3091;
    width: auto;
    margin: 0 0 15px 0;
}

.isite {display: none}

.info p {
    padding: 0;
    margin: 5px 0;
}

#member-error, .success, .warning, .errormsg, .importantMessage, .redirect {
    font-weight: normal;
    border: 1px solid #d84b4b;
    margin: 10px auto;
    padding: 10px 10px 10px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 30px;
    margin-left: 0;
    width: auto;
    color:#FFFFFF;
}

.toast {
    width:200px;
    height:20px;
    height:auto;
    left:50%;
    margin-left:-100px;
    bottom: 150px;
	position: fixed;
    background-color: #383838;
    color: #F0F0F0;
    font-family: Calibri;
    font-size: 20px;
    padding:10px;
    text-align:center;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
}


/*Custom styling for remittance entry page.
  Below are validation warnings and changes to their jqueryUI dialog*/
span.warn1{color: #FF0000; font-weight:bold; font-size: 14px;}
span.warn2{color: #1871fb; font-weight:bold; font-size: 14px;}
span.warn3{color: #1d8e4b; font-weight:bold; font-size: 14px;}
span.warn4{color: #9d1bc5; font-weight:bold; font-size: 14px;}
span.warn5{color: #EE00EE; font-weight:bold; font-size: 14px;}
span.warn6{color: #ef853b; font-weight:bold; font-size: 14px;}
td.warn1	{background-color: #FF9999 !important}
td.warn2	{background-color: #70a2ef !important}
td.warn3	{background-color: #89d495 !important}
td.warn4	{background-color: #d282e2 !important}
td.warn5	{background-color: #cc84cc !important}
td.warn6	{background-color: #efa470 !important}

div#warn-i-status {color: #f11e1e; font-weight:bold;}
div#warn-ip-status {color: #f11e1e; font-weight:bold;}
div#warn-if-status {color: #f11e1e; font-weight:bold;}
div.warn {color: #f11e1e; font-weight:bold;}

/* background color of header row on remittance entry table and new employee table */
tr.tableLabel { 
	background-color: #686256 ; 
	color: #fff 
} 

/* remittance entry table */

div#pcTable_wrapper.dataTables_wrapper { width: 75% }
td.wageInputTd { width: 15%; }

/*remittance table errors*/
td.err1 {background-color: #FF9999 !important ;}
span.err1 {color: #FF0000; font-weight: bold;}
td.err2 {background-color: #a5ff99 !important ;}
span.err2 {color: #68b35f; font-weight: bold;}
td.err3 {background-color: #7ec5ff !important ;}
span.err3 {color: #4d8ec4; font-weight: bold;}
td.err4 {background-color: #ffb45e !important ;}
span.err4 {color: #ffa136; font-weight: bold;}

/* background color of totals footer row */
#pcTable tfoot {
	background-color: #686256 ; 
	color: #fff 
} 

table.nw {
	background-color: #fff;
	padding: 8px 8px 8px 8px;
}

.nw	td { 
	border-collapse: collapse; 
	padding: 8px 8px 8px 8px;
	white-space: nowrap;
}

/* new employees box */
table#new-emp-table { 
	background-color: black; 
	border-collapse: collapse ; 
	border: solid 1px black 
}

#new-emp-table tr.evenrowx td { 
	background-color: #d0d0d0; 
	padding: 4px 4px 4px 4px ; 
	border: solid 1px black;
}

#new-emp-table .wageInput {
	border: solid 1px black ; 
	padding: 2px 2px 2px 2px ;
	width: 95%;
}

#creditDiv {
    border: solid;
    display:inline-block;
    border-width: 2px;
    background-color: #baefbe;
    border-radius: 10px;
    padding-right:20px;
    padding-left:20px;
}

/* roster maintenance webform view */
input.webform {color:#000099 !important}
select.webform {color:#000099 !important}


.botBar {
    background-color: #062134;
    width: 100%;
}


#botPad {
    margin-bottom: 0;
    padding: 0;
}

#social-links ul {
    margin-top: 10px;
    text-align: right;
}

#social-links ul li {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 40px;
}

#copy {
    text-align: left;
    color: lightgrey;
    margin-top: 10px;
}


/* ---------- Materialize changes -----------*/

select {
    display: inline-block;
}

label {
    color: #555555;
}

.card-content.white-text p a {
    color: #fff;
}

.card-content.white-text p a:hover {
    color: lightgrey;
}

.card.link {
    min-height: 351px;
}

.card.link:hover {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3)
}

#contactUs {
    padding: 5px;
}


/* ----------- top bar design element -------------*/

.top {
    color: #FFF;
    text-align: center;
    background: #2b2b2b;
    line-height: 1.4;
    padding: 5px 10px 5px 0;
}

.top div {
    display: inline;
}

.top span.topbar {
    padding-right: 5px;
    padding-left: 5px;
    font-family: 'Roboto Condensed';
}

.top .material-icons,
.top a.topbar {
    color: #FFF;
}

.top .material-icons {
    font-size: 22px;
    vertical-align: bottom;
    color: #FFFFFF;
    padding: 0 5px 0 0;
}

i.material-icons {
    vertical-align: middle;
    margin-right: 3px;
}

.top div#google_translate_element {
    margin-right: 10px;
}

#main {
    background: #fff;
    width: 100%;
    margin: 0 0;
    padding: 0;
}

ul,
ol {
    font-size: 12pt;
    text-align: left;
}

ul.right,
ol {
    /*font-size: 9pt;*/
    text-align: left;
}

p {
    padding: 0;
    margin: 20px 0 10px 0;
    line-height: 140%;
    font-size: 12pt;
    font-family: 'Roboto Condensed', Arial, sans-serif;
	
}

p.footer {
    padding: 0;
    margin: 20px 0 10px 0;
    line-height: 140%;
    font-size: 10pt;
    font-family: 'Roboto Condensed', Arial, sans-serif;
	text-align: left;
	padding-left: 20px;
	
}

span.small,
p.small {
    font-size: .75em;
    font-style: italic;
}

p.error {
    font-weight: bold;
    color: red
}

#menu-page-right {
    display: block;
    float: right;
    margin-top: -300px;
    text-align: center;
}


/*------ MATERIALIZE MODS ------*/

/* this was making newpayroll look bad, what was it for? */
/* .card {
    min-height: 300px;
} */

.card .card-content p {
    margin: 10px 0;
}

.card-title {
    padding: 5px 10px;
}

#sidenav-overlay,
.drag-target {
    cursor: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='30px' height='30px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve'%3E%3Cpath fill='%23ffffff' d='M12.621,2.674L8,7.299L3.376,2.674c-0.254-0.253-0.664-0.253-0.919,0c-0.254,0.254-0.253,0.667,0,0.919l4.622,4.625l-4.624,4.625c-0.254,0.255-0.253,0.665,0,0.917c0.255,0.256,0.666,0.256,0.921,0L8,9.136l4.626,4.625c0.251,0.256,0.665,0.256,0.919,0c0.253-0.252,0.253-0.666,0-0.917L8.922,8.219l4.623-4.624c0.253-0.253,0.253-0.667,0-0.919C13.291,2.421,12.877,2.421,12.621,2.674z'/%3E%3C/svg%3E"), auto;
}

blockquote {
    border-left: 5px solid #193F6E;
    background-color: #486B78;
    color: #FFF;
    padding: 1rem;
    margin: 20px 0 0 0;
}

input[type=text][readonly="readonly"],
input[type=text][readonly="readonly"]+label,
.input-field label.active {
    color: rgba(0, 0, 0, 0.7);
}



/*  ----------------- FONTS  ------------------- */

small {
    font-size: .8em;
}

h1 {
    font-family: 'Roboto Condensed' !important;
    font-size: 42px;
    font-weight: bold;
}

h2 {
    font-size: 32px;
    color: #000032;
}

h2,
h3 {
    width: auto;
    margin: 0px !important;
    padding: 20px 0 15px 0;
    font-family: 'Roboto Condensed', sans-serif !important;
    color: #000032;
    background: none;
    border: none;
    letter-spacing: 0pt;
}

h3 {
    letter-spacing: 0;
    text-align: left;
    margin: 10px 0 10px 0;
    padding: 0;
    font-size: 32px;
}

h4 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #2B2B2B;
    font-size: 24px;
    padding: 0;
}

td {
    font-family: 'Roboto Condensed', Arial, sans-serif; 
}

a {
    font-family: 'Roboto Condensed', Arial, sans-serif;
    color: #2d529f;
}

li a {
    color: #444444;
}

h4.hf {
    color: #f26522;
}

.panel-body td {
    font-size: 12pt;
}

li {
    font-family: 'Roboto Condensed', Arial, sans-serif;
}

.validTextBox {
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 0 0 #000;
}

.invalidTextBox {
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 0 0 #000;
}

#page-wrapper {
    width: 90%;
    margin: 20px auto;
    border: 0px solid #e7e7e7;
    min-height: 350px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
}

.login-span {
    font-size: 1.3em !important;
    font-family: 'Roboto Condensed', Arial, sans-serif;
}

.input-field label {
    color: #555;
}

.upperRight {
    display: block;
    width: 40%;
    text-align: center;
    margin: 0 auto 10px auto !important;
    /*    margin: 10px 10px 0 0 !important; */
    padding: 5px 12px !important;
    background-color: #FEBE04;
}

#member-license p {
    font-size: .8em;
}

a img {
    border: none;
}

/*
#leftcontent {
    float: left !important;
    width: 100% !important;
    background-image:url(bg.jpg); 
    padding: 0;
    margin: 0 auto !important;
    display: none;
    border-bottom: 1px solid #c3d8e0;
    background: #fff url(../../images/menu_bg.png) repeat-x left bottom !important;
}

#leftcontent-hide {
    float: left !important;
    width: 100% !important;
    /*  background-image:url(bg.jpg);
    padding: 0;
    margin: 0 auto !important;
    display: none;
    /*  border-bottom: 1px solid #c3d8e0; 
    background: #fff url(../../images/menu_bg.png) repeat-x left bottom !important;
	
}
*/
#content {
    width: 100% !important;
    float: left;
    padding: 0;
    margin: 0 auto;
}

/*noinspection CssUnknownTarget*/

a img {
    display: block;
    padding: 0px;
}

TD#header {
    margin: 10px 0 20px 0;
    width: 100%;
    padding: 0px;
    background-repeat: repeat-x;
	
}

.logo-brand {
    float: left;
    cursor: pointer;
}

nav {
    background-color: #193F6E !important;
    width: 100%;
    padding: 0px;
    background-image: url(../eremitimages/432/images/432slice.jpg) !important;
    background-repeat: repeat-x;
}

nav .sidenav-trigger i {
    color: white;
}

#newHeader .nav-wrapper {
    background-image: url(../eremitimages/432/images/432slice.jpg);
    background-repeat: repeat-x;
}

#rStatNav {
    margin-top: 60px;
}

#rStatNav li a {
    color: white;
}

#rStatNav li a:hover {
    color: lightgrey;
}

a#loginSite img {
    float: none;
    margin: auto;
}

.headertext p {
    text-align: right;
    font-size: .8em;
}

TD#tag {
    background-color: #0077BC !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #FFFFFF;
}

#backMainBtn {
    float: right;
    margin-right: 25px;
    font-size: 1em;
    background-color: #555254 !important;
    padding: 5px 8px 5px 8px;
}

#depList {
    float: right;
    display: block;
    margin-right: 20%;
}

.btn {
    background-color: #FFF;
}

.btn:hover {
    background-color: #CBDAE7;
}

.user {
    display: none;
}

.big {
    font-size: 20px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

footer .fa {
    color: #fff;
    padding-left: 0;
    padding-right: 5px;
    padding-top: 5px;

	
}

footer .fa:hover {
    color: #88a3dd;
	
}

footer #security-seal {
    clear: both;
    display: block;
    margin: 0 auto;
	
}

#fineprint {
    width: 60%;
    float: right;
    font-style: italic;
    padding-top: 0;
}

#fineprint p {
    color: #fff;
    font-size: .9em;
    text-align: right;
}

#footerlinks {
    width: 40%;
    margin: 0;
    float: left;
}

TR#navbar1 {
    background-color:#0077BC;
    background-image: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.navtext {
    text-align: left;
    font-family: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
    padding: 5px 5px;
    color: #FFFF99;
    background-color: transparent;
    width: 90% !important;
    margin: 0;
}

.navbar-brand {
    font-size: 18px;
    display: inline-block;
    padding-left: 15px;
    color: #000;
}

nav.nav-extended .nav-wrapper {
    height: 130px;
}

div.userView {
    background-color: #00334d;
}

.navtext a:hover {
    color: #FFFF99;
}

.navtext a {
    color: #FFFFFF;
}

#mainNavWrapper {
    margin-top: 10px;
}

.nav-wrapper {
    background-color: #fff;
    /*margin-top: 30px;*/
}

nav ul a {
    color: #000;
    display: inline-block;
}

i {
    color: #2B2B2B;
}

.dropdown-content {
    width: inherit !important;
    margin: 0;
    min-width: 200px;
    max-height: auto;
    margin-left: -1px;
    opacity: 0;
    white-space: nowrap;
    z-index: 999;
    position: absolute;
}

.dropdown-content li>a {
    color: #000;
}

nav ul.collection a:hover {
    background-color: transparent;
}

td.child ul li {
    background-color: #fff;
}

.waves-effect {
    font-family: "Roboto Condensed";
    display: block;
}

.btn:hover,
.btn-large:hover {
    background-color: rgba(85, 85, 85, 0.85);
}

select {
    display: inline-block;
}

#fundList {
    width: 25%;
}

.large {
    font-size: 17pt;
    font-family: "Roboto Condensed", Arial, sans-serif;
}

.medium {
    font-size: 11pt;
    font-family: "Roboto Condensed", Arial, sans-serif;
}

a {
    color: #000 !important;
}

a:hover {
    color: #88a3dd;
}

#employer_button {
    display: none;
    margin-left: 15px;
}

#member_button {
    display: none;
    margin: 20px 0 10px 15px;
    text-align: left;
}

.textbox1 {
    border: 50x;
    margin: 20px;
}

#howToSelect {
    font-size: 1.2em;
    margin: 10px 0;
}

/* ---------- MENU ------- */

.side-nav {
    background-color: #00334d;
}

.side-nav li>a>i {
    color: rgba(255, 255, 255, 1);
    margin-right: 15px;
}

a.brand-logo {
    color: #fff;
    font-size: 16px !important;
}

a.brand-logo:hover {
    background-color: #2B2B2B !important;
    color: #fff !important;
}

.side-nav .userView {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
}

.side-nav .userView .circle {
    height: 180px;
    width: 180px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.side-nav.fixed,
#nav-mobile {
    background-color: #356D89;
}

.side-nav .collapsible li,
.side-nav.fixed .collapsible li {
    background-color: #2B2B2B;
}

.side-nav .collapsible li li a,
.side-nav.fixed .collapsible li li a {
    padding-left: 60px !important;
}

a.collapsible-header.waves-effect {
    background-color: #2B2B2B;
    color: #FFF;
}

.side-nav a {
    font-family: 'Roboto Condensed';
    color: white;
    padding: 0 15px;
    font-size: 15px;
    background-color: #2B2B2B;
}

.side-nav a:hover {
    background-color: rgba(255, 255, 255, 0.05);
    color: #FFC70C;
}

.side-nav i:hover {
    color: #FFC70C;
}

.side-nav .collapsible-header:hover,
.side-nav.fixed .collapsible-header:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

/* LOGINE PAGE */

/*noinspection CssUnknownTarget,CssUnknownTarget*/
.invalid {
    background: url('../../eremitimages/images/icons/error.png') no-repeat 0 50%;
    background-size: 15px;
    padding-left: 22px;
    line-height: 24px;
    color: #ec3f41;
}

/*noinspection CssUnknownTarget,CssUnknownTarget,CssUnknownTarget,CssUnknownTarget*/
.valid {
    background: url('../../eremitimages/images/icons/success.png') no-repeat 0 50%;
    background-size: 15px;
    padding-left: 22px;
    line-height: 24px;
    color: #3a7d34;
}

#register #pswd_info {
    position: absolute;
    bottom: 225px;
    bottom: -115px \9; /*IE Specific*/
    right: 30%;
    width: 40%;
    padding: 15px;
    background: #f5f5f5;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: 0 1px 5px #888;
    border: 1px solid #bbb;
}

#register #pswd_info h4 {
    background: none;
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: normal
}

#register #pswd_info::before {
    content: "\25B2";
    position: absolute;
    top: -12px;
    left: 45%;
    font-size: 14px;
    line-height: 14px;
    color: #bbb;
    text-shadow: none;
    display: block;
}

.logButton:focus {
    color: #FFF !important;
}

/*--------------- ENROLLMENT FORM-------------*/



.logButton:focus {
    color: #FFF !important;
}

/* Hexadecimal entities for the icons */

.add:before {
    content: "\271A";
}

.update:before {
    content: "\270E";
}

.delete:before {
    content: "\2718";
}

.submit:before {
    content: "\2714";
}

span.downarrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 49%;
    right: 0;
    margin-top: -2px;
    border-top: 5px solid #ccc;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.logo {
    width: 90% !important;
    /*margin: 0 auto !important;*/
}


div#loading {
    text-align: center;
}

.h7 {
    font-size: 18px;
    color: #ffbf05;
    font-weight: bold;
    margin-top: 10px;
}

.one-fourth.column {
    width: 23%;
}

.info {
    background: url('../../../../eremitimages/images/icons/warning2.png') no-repeat #e8e8ff;
    background-size: 50px;
    background-position: 5px 50%;
    border: 1px solid #2e3091;
    padding: 20px 20px 20px 65px;
    font-size: 1.2em;
    color: #2e3091;
    border-radius: 0;
    border-left: 8px solid #2e3091;
    width: auto;
    margin: 0 0 15px 0;
}

.info p {
    padding: 0;
    margin: 5px 0;
}

#member-error,
.success,
.warning,
.errormsg,
.importantMessage,
.redirect {
    font-weight: normal;
    border: 1px solid #d84b4b;
    margin: 10px auto;
    padding: 10px 10px 10px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 30px;
    width: 45%;
    color: #FFFFFF;
}

.importantMessage,
.warning {
    background-color: #f44336;
}

[type="checkbox"]+label {
    height: 18px;
}

.confirmations label {
    font-size: 1.2rem;
    font-weight: bolder;
}



/* ------ DATATABLES ----------*/

form {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    display: inline;
}

 .nw td {
    font-size: 12pt;
    white-space: nowrap;
    padding: 5px;
}

.wageInputTd {
    text-align: center;
}

.wageInput {
    border-color: white;
    border: 0px;
    text-align: right;
    width: 92px;
} 

.progress {
    width: 60%;
    margin: 20px auto auto auto;
}

table.dataTable thead th,
table.dataTable thead td {
    color: #FFF;
    margin-top: 10px;
    font-size: 12pt;
}

.dataTables_wrapper .dataTables_filter {
    margin-bottom: 15px;
}

.sorting,
.sorting_desc,
.sorting_asc,
.colFilter,
.sorting_disabled {
    background-color: #686256 !important;
}

.sorting:after,
.sorting_desc:after,
.sorting_asc:after {
    display: none;
}


.dataTables_length label {
    color: #444444 !important;
    display: inline-flex;
    max-width: 100%;
    padding: 0px;
    line-height: 3rem;
}

.dataTables_length select {
    display: inline;
    padding: 3px;
    margin-left: 3px;
    margin-right: 3px;
    border: 1px solid #9e9e9e;
}

.dataTables_filter label {
    color: #444444 !important;
}

/* --------- DASHBOARD ----------*/

h2#dashboard {
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-weight: bold;
    border-bottom: 5px solid #FEBE04;
    text-align: center;
    font-size: 2.75em;
    padding-bottom: 5px;
    width: 60%;
    margin: 0 auto 35px auto;
}

.linkbutton,
input[type="submit"] {
    font-weight: bold;
    color: #000032;
    text-decoration: none;
    font-size: 1.3em;
}

.linkbutton:hover {
    color: #F2F2F2;
    text-decoration: none;
    background: rgba(68, 68, 68, 0.90);
}

.linkbutton:focus {
    border: 1px solid #b6d5ea;
    border-bottom-color: #b8d4ea;
    box-shadow: 0 2px 3px #b9d4e9 inset;
}

.forms {
    background: #F2F2F2 url('../../../../eremitimages/211/images/submit_small.jpg');
    background-repeat: no-repeat;
    background-position: right;
}

#register {
    margin: 20px auto;
    padding: 20px;
}

/* Responsive Menu stuff */

.responsive-menu-toggle {
    display: none;
    cursor: pointer;
}

.menu-visibility {
    display: block;
    z-index: 100;
    position: relative;
    box-shadow: 0 1px 2px #ccc;
}

.menu-visibility li {
    float: none !important;
}

.menu-visibility li a:hover {
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1) !important;
    color: #fcc416 !important;
    /* border-top: 2px solid #fcc416; */
    /* margin-top: -2px; */
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* -----------Sweet Alert Pop up ---*/
.swal2-popup {

    max-width: 100%;
    padding: 1.25em;
    border-radius: .3125em;
    background: #fff;
    font-family: inherit;
    font-size: 1rem !important;
    box-sizing: border-box;
}
/* --------- RESPONSIVE ---------*/

@media only screen and (min-width: 1260px) {
    .menu li.first:hover {
        border-top: 4px solid #ffbd35;
        margin-top: -4px;
        transition: border-top-color .3s;
    }
    .logo-brand {
        width: 50%;
    }
    .logo-brand img {
        width: 90%;
    }
}

/* breakpoint from 768 - 1238 */

@media only screen and (max-width: 1259px) and (min-width: 768px) {
    .menu li {
        margin: 0;
    }
    .menu li a {
        text-align: left;
    }
    .first {
        padding: 0;
        margin: 0;
    }
    .menu li ul {
        position: relative;
    }
    .menu li li {
        border: none;
        width: auto;
        padding-right: 0;
        padding-left: 0;
    }
    .menu li li a {
        padding: 5px 20px 5px 40px;
        margin: 0;
    }
    .menu li ul a {
        font-size: inherit;
    }
    .menu li ul li a:hover {
        color: inherit !important;
    }
    .menu li:hover ul {
        display: block;
        width: 310px;
        margin-left: -5px;
    }
    .navtext {
        margin-bottom: 30px;
    }
    .logo-main {
        margin: 20px 0 0 50px;
    }
    .responsive-menu-toggle {
        display: block;
        width: 35px;
        height: 35px;
        text-align: center;
        position: relative;
        top: 0;
        left: 40px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }
    .responsive-menu {
        display: none;
        background-color: white;
    }
    .menu-visibility {
        position: absolute;
        display: block;
        margin-top: 0;
        width: 300px;
        padding-left: 0;
        padding: 5px;
    }
    #desktopMenu {
        margin-left: 35px;
    }
    .forms {
        background-size: 45%;
    }
    #page-wrapper {
        padding-left: 0px;
    }
    td#tag {
        padding-left: 0px;
    }
    #header h1 {
        font-size: 2.7em;
        text-align: center;
    }
    #header h2 {
        font-size: 1.5em;
        text-align: center;
    }
    #backMainBtn {
        margin-top: 0px;
    }
    #slide-out.side-nav {
        transform: translateX(-100%);
    }
    #depList {
        float: none;
    }
    #claimList {
        width: 100%;
    }
    #ytdSpend {
        width: 100%;
    }
    .censusCard {
        font-size: 16px;
    }
    #rStatNav li a {
        color: #FFF;
    }
    .nav-wrapper .logo-brand {
        width: 35%;
    }
    .nav-wrapper .logo-brand img {
        width: 100%;
    }
    #rstatNav {
        margin-top: 0;
    }
}

/* breakpoint from 993 - 1240 */

/* breakpoint from 768 - 992 */

@media only screen and (max-width: 992px) and (min-width: 768px) {

    #rStatNav li a {
        color: #FFF;
    }
    .nav-wrapper .logo-brand {
        width: 40%;
        float: right;
    }
    .nav-wrapper .logo-brand img {
        width: 100%;
    }
    #rstatNav {
        margin-top: 0;
    }
}

/* breakpoint from 0 - 767/899 */

@media all and (max-width: 767px) {
    .textbox1 {
        width: 100%;
        margin-left: inherit !important;
    }
    #page-wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    #active {
        padding: 0;
    }
    #div1 {
        padding: 0;
    }
    table.dataTable thead th,
    table.dataTable thead td {
        font-size: 11pt;
    }
    .censusCard {
        font-size: 15px;
    }
    .card p {
        font-size: 15px;
    }
    .nav-wrapper a img {
        margin: 0;
    }
    #newHeader .nav-wrapper {
        height: auto;
    }
    nav {
        margin: 0;
    }
    .card .card-title {
        font-size: 18px !important;
    }
    span a.paginate_button {
        display: none !important;
    }
}

@media all and (max-width: 500px) {
    .featured-item .icon i {
        float: none;
        margin: 0;
    }
}


/* --------- RESPONSIVE ---------*/

@media all and (max-width: 899px) {
    #fundList {
        width: 90%;
    }
    TD#header {
        padding: 0px;
    }
    #header img {
        width: 100%;
        float: right;
    }
    .logo-brand {
        width: 70%;
        float: right !important;
    }
    .textbox1 {
        min-width: 0;
        padding: 0;
    }
    #trustMain,
    #contact {
        width: 96%;
        padding: 0 2%;
		
    }
    #trustMain p {
        line-height: 250%;
    }
    #trustLeft {
        width: 90%;
    }
    #trustLeft .box {
        width: 100%;
    }
    #welcome-box {
        display: none !important;
    }
    TD#tag {
        padding-left: 0px;
    }
    .top {
        display: none;
    }
    .importantMessage {
        width: 100%;
        margin-left: 0;
    }
    TD#header {
        height: 40px;
        background-color: #193F6E;
        background-image: none;
    }
    ul.right {
        display: none;
    }
    .tabs-transparent li {
        display: none;
    }
    nav.nav-extended .nav-wrapper {
        height: auto;
    }
    .card .card-title {
        font-size: 15px !important;
    }
    #drCard {
        min-height: 0;
    }
    #social-links ul li {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 10px;
    }
    .formImageR {
        float: right;
        width: 100%;
        height: 100%;
    }
    .formImageL {
        float: left;
        width: 100%;
        height: inherit;
        clear: both;
    }
    .formDocs {
        float: none;
        padding: 5px;
        width: 100%;
    }
    .card.link {
        min-height: 0;
    }
    .card .card-image a img {
        margin-top: 0 !important;
    }
}

@media all and (max-width: 768px) and (min-width: 412px) {
    .flexslider li .meta {
        position: absolute;
        bottom: 10%;
        left: 20px;
        color: white;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        font-family: 'Roboto', sans-serif;
    }
    .flexslider li h1 {
        background: rgba(51, 51, 51, 0.5);
        padding: 2px;
        margin-bottom: 0;
        font-size: 1.2em;
        font-weight: 300;
    }
    .flexslider li h2 {
        background: rgba(51, 51, 51, 0.5);
        margin-top: 2px;
        padding: 2px;
        font-size: 1em;
        margin-bottom: 0;
        font-weight: 300;
        color: lightgrey;
    }
    .flexslider li .category p {
        background: #193F6E;
        margin-top: 2px;
        margin-right: 7px;
        font-size: .8em;
        padding: 2px;
        font-weight: 300;
    }
    .flexslider li .category span {
        background: #193F6E;
        margin-top: 2px;
        padding: 2px;
        font-size: .8em;
        font-weight: 300;
        height: 24px;
        box-sizing: initial;
        color: white;
    }
}

@media all and (max-width: 411px) {
    .flexslider li .meta {
        position: absolute;
        bottom: 10%;
        left: 20px;
        color: white;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        font-family: 'Roboto', sans-serif;
    }
    .flexslider li h1 {
        background: rgba(51, 51, 51, 0.5);
        padding: 2px;
        margin-bottom: 0;
        font-size: 1.2em;
        font-weight: 300;
    }
    .flexslider li h2 {
        background: rgba(51, 51, 51, 0.5);
        margin-top: 2px;
        padding: 2px;
        font-size: .9em;
        margin-bottom: 0;
        font-weight: 300;
        color: lightgrey;
    }
    .flexslider li .category p {
        background: #193F6E;
        margin-top: 2px;
        margin-right: 7px;
        font-size: .7em;
        padding: 2px;
        font-weight: 300;
    }
    .flexslider li .category span {
        background: #193F6E;
        margin-top: 2px;
        padding: 2px;
        font-size: .7em;
        font-weight: 300;
        height: 24px;
        box-sizing: initial;
        color: white;
    }
}

@media print {
    #navWrapper {
        display: none;
    }
}