/*@import url(../../../../eremitimages/all.css); */

/* COLOR PALETTE

Primary:
    purple         : #612166

Accent:
    yellow         : #FFC70C
    dark yellow    : #c09403

Side-Nav:
    dark purple    : #2e0030

DB01: NIPF
    purple         : #612166
    light purple 2 : #eec2ff

DB02/DB03: Affiliates Pension
    light purple   : #A167A7
    light purple 2 : #eec2ff

DB04/DB05: Staff Pension
    pink           : #C04F76
    light pink     : #f3d2de

DB06: Heath & Welfare
    green          : #3F9A6C
    light green    : #b7e9c8

401K (not used)
    blue           : #3E6f8C
    light blue     : #627d8d

 */

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         : #00334d;
    background-color: #612166;
    font-size     : 14pt;
}

.issi-gold {
    color: #FFC70C !important;
}

::selection {
    background-color : #612166;
    color            : white;
}

/* ----------- top bar design element -------------*/

.top {
    text-align  : right;
    color       : #FFF;
    background  : #612166;
    line-height : 1.4;
    padding     : 5px 10px 5px 0;
}

.top div {
    display : inline;
}

.top span.topbar {
    padding-right : 5px;
    padding-left  : 5px;
    font-family   : 'Work Sans', sans-serif;
}

.top, .top a.topbar {
    color : #FFF;
}

.top a.topbar.clickable:hover {
    color : #FFC70C;
}

.top .material-icons {
    font-size      : 22px;
    vertical-align : bottom;
    padding        : 0 5px 0 0;
    color : #FFF;
}

.top .material-icons.clickable {
    color : #FFC70C;
}

.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 : "Work Sans", Arial, sans-serif;
}

span.small, p.small {
    font-size  : .75em;
    font-style : italic;
}

p.error {
    font-weight : bold;
    color       : red;
}

.warning-font {
    color           : red;
    font-weight     : bold;
}

#menu-page-right {
    display    : block;
    float      : right;
    margin-top : -300px;
    text-align : center;
}

#main [class*='db0'] {
    display : none;
}

/*------ MATERIALIZE MODS ------*/
.card {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}
.card-title {
    border-top-left-radius: 5px;
    border-top-right-radius: 5PX;
}

.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 #612166;
    background-color: #e5dbe6;
    /* background-image: linear-gradient(to right, #e5dbe6 , #f3f3f3); */
    color            : #333;
    padding          : 1rem;
}

/*------- COLORS ------*/

.seiuGold {
    background-color : #FFC70C !important; /* ACCENT COLOR */
}

.seiuPurple {
    background-color : #612166 !important; /* NIPF */
}

.seiuLightPurple2 {
    background-color : #ede4f1 !important /* NIPF */
}

.seiuLightPurple {
    background-color : #A167A7 !important; /* AFFILIATES PENSION */
}

.seiuGreyPurple {
    background-color: #8c788e !important; /* AFFILIATES PENSION */
}

.seiuPink {
    background-color : #C04F76 !important; /* STAFF PENSION */
}

.seiuLightPink {
    background-color : #f3d2de !important; /* STAFF PENSION */
}

.seiuGreyPink {
    background-color : #bb8195 !important; /* STAFF PENSION */
}

.seiuGreen {
    background-color : #3F9A6C !important; /* H & W */
}

.seiuLightGreen {
    background-color : #ceebd7 !important; /* H & W */
}

.seiuBlue {
    background-color : #3E6f8C !important; /* 401K */
}

.seiuLightBlue {
    background-color : #627d8d !important; /* 401K */
}

.cta {
    border-left      : 8px solid #ffc70c;
    background-color : #333;
    color            : #fff;
    padding          : 1rem;
    margin           : 10px 0 0 0;
}

.alert-yellow {
    border-left      : 8px solid #B19C74;
    background-color :#FCF8E3;
    color            :#B19C74;
    padding          : 1rem;
    margin           : 10px 0 0 0;
    font-weight: normal;
}

.alert-red {
    border-left      : 8px solid #af504e;
    background-color : #f1d6d6;
    color            : #af504e;
    display          : block;
    padding          : 1rem;
    margin           : 10px 0 20px 0;
    font-weight: normal;
}

/*  ----------------- FONTS  ------------------- */

.seiuFontGold {
    color : #FFC70C !important; /* ACCENT COLOR */
}

.seiuFontPurple {
    color : #612166 !important; /* NIPF */
}

.seiuFontLightPurple {
    color : #A167A7 !important; /* AFFILIATES PENSION */
}

.seiuFontPink {
    color : #C04F76 !important; /* STAFF PENSION */
}

.seiuFontBlue {
    color : #3E6f8C !important; /* 401K */
}

.seiuFontGreen {
    color : #3F9A6C !important; /* H & W */
}

small {
    font-size : .8em;
}

h1 {
    font-family : "Work Sans", sans-serif !important;
    font-size   : 42px;
}

h2 {
    font-size : 32px;
    color     : #444
}

h2, h3 {
    width          : auto;
    margin         : 0;
    padding        : 20px 0 15px 0;
    font-family    : 'Work Sans', sans-serif !important;
    color          : #444;
    background     : none;
    border         : none;
    letter-spacing : 0;
    font-size      : 2.8rem;
}

h3 {
    letter-spacing : 0;
    margin         : 10px 0 10px 0;
    padding        : 0;
}

h4 {
    font-family : 'Work Sans', sans-serif;
    font-size   : 1.225em;
    padding     : 0;
}

a {
    /*font-family : "Work Sans", Arial, sans-serif;*/ /* is this custom font required? */
    /*color       : #004469;*/ /* this blends in with the regular text color making it difficult to tell what is a link */
}

.panel-body {
    font-size : 12pt;
}

li {
    font-family : "Work Sans", 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 {
    padding-left  : 315px;
    padding-right : 15px;
    margin-left   : 0;
    margin-top: 50px;
}

.login-span {
    font-size   : 1.3em !important;
    font-family : "Work Sans", Arial, sans-serif;
}

.material-icons {
    color         : #612166;
    font-size     : 28px;
    padding-right : 8px;
}

.material-icons.clickable {
    color : #FEBE04;
}

.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*/
#header {
    margin            : 0;
    padding           : 10px 0 0 300px;
    width             : 100%;
    background        : #fff url(../../images/banner_01.jpg);
    background-repeat : repeat-x;
    text-align        : left;
    border-bottom: 1px solid #e0e0e0;
}

.fund-header {
    display: none;
}

.fund-header-wrapper {
    margin-top  : 20px;
    margin-bottom: 20px;
    padding     : 20px;
    color       : white;
    font-size   : 2.0em;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    background-color: black;
}

h2.fund-header-name {
    color: white;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 10px;
}

.fund-header-name.fund01,
.fund-header-wrapper.fund01 {
    background-color : #612166;
}

.fund-header-name.fund02,
.fund-header-wrapper.fund02,
.fund-header-name.fund03,
.fund-header-wrapper.fund03 {
    background-color : #A167A7;
}

.fund-header-name.fund04,
.fund-header-wrapper.fund04,
.fund-header-name.fund05,
.fund-header-wrapper.fund05 {
    background-color : #C04F76;
}

.fund-header-name.fund06,
.fund-header-wrapper.fund06 {
    background-color : #3F9A6C;
}

#tag {
    background-color : #612166 !important;
    font-family      : Arial, Helvetica, sans-serif;
    font-size        : 9pt;
    color            : #FFFFFF;
    text-align       : center;
    /* padding          : 20px 0 10px 300px; */
    padding          : 20px 0 10px 0px;
}

#backMainBtn {
    float            : right;
    margin-right     : 25px;
    font-size        : 1em;
    background-color : #555254 !important;
    padding          : 5px 8px 5px 8px;
}

#depList {
    float        : right;
    display      : inline-block;
    margin-right : 20%;
}

.btn {
    background-color : #612166;
    border-radius: 5px;
}

.btn-gold {
    background-color : #FFC70C;
    color            : #612166;
    font-weight: bold;
}

.btn-purple {
    background-color : #612166;
    color            : #FFF;
}

.btn-flat {
    color: #612166;
    background-color: transparent;
    border: 1px solid #612166;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn-flat:focus,
.btn-flat:hover,
.btn-flat:active {
    background-color : rgb(219, 168, 0);
    color            : #612166;
}

.waves-effect {
    font-family : "Work Sans", sans-serif;
    display     : block;
}

/*TR#navbar1 { margin: 0; padding: 0;  }*/

.user {
    display : none;
}

.big {
    font-size : 20px;
}

.row-eq-height {
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
}

.footer-wrapper #contact {
    color   : #FFFFFF;
    padding : 0 2rem;
}

.footer-wrapper i {
    vertical-align : text-bottom;
}

.footer-wrapper .fa {
    color         : #FFFFFF;
    padding-left  : 0;
    padding-right : 5px;
    padding-top   : 5px;
}

.footer-wrapper .fa:hover {
    color : #FAC800;
}

.footer-wrapper #contact a {
    color : #FFFFFF; /* GRS 05/16/18 - Ensuring that all of the contact information in the .footer-wrapper has white text consistently on every page. */
}

.footer-wrapper #contact a.clickable:hover {
    color : #FAC800;
}

.footer-wrapper .security-seal {
    clear   : both;
    float   : right;
    display : block;
    margin  : 0 auto;
}

@media screen and (max-width: 601px) {
    .footer-wrapper p {
        text-align: center;
    }
}

#fineprint {
    width       : 60%;
    float       : right;
    font-style  : italic;
    padding-top : 0;
}

#fineprint p {
    color      : #2b2b2b;
    font-size  : .9em;
    text-align : right;
}

#footerlinks {
    width  : 40%;
    margin : 0;
    float  : left;
}

TR#navbar1 {
    background-color : #efefef;
    background-image : none;
    border-top       : 1px solid #ddd;
    border-bottom    : 1px solid #ddd;
}

.navtext {
    text-align       : left;
    font-family      : "Work Sans", Arial, Helvetica, sans-serif;
    font-weight      : normal;
    text-decoration  : none;
    padding          : 5px 5px;
    color            : #14508f;
    background-color : transparent;
    display          : block;
    width            : 90% !important;
    margin           : 0;
}

div.userView {
    background-color : #2e0030;
}

.userView i {
    color: #FFC70C;
}

.navtext a {
    color : #14508f;
}

.nav-wrapper {
    background : #2e0030;
    /* background : transparent; */
    font-size  : 18px;
}

@media print {
    #navWrapper {
        display: none;
    }
}

i {
    color : #612166;
}

#issi_grid {
    width : 98%;
}

#fundList {
    /*display:none; */
}

.large {
    font-size : 17pt;
}

.medium {
    font-size : 11pt;
}

/* a {
    /*color : #323890;*/ /* this blends in with the regular text color making it difficult to tell what is a link */
} */

#employer_button {
    display     : none;
    margin-left : 15px;
}

#member_button {
    display    : none;
    margin     : 20px 0 10px 15px;
    text-align : left;
}

.textbox1 {
    border  : 0;
    margin  : 0;
    padding : 0;
}

/* ---------- MENU ------- */

.keepDb {
  font-size        : 14px;  /* GRS 06.05.2018 - [G7] - Specify font-size for Database drop-down */
  background-color : #FFC70C;
  color            : #612166;
  font-weight      : bolder;
}

.side-nav a {
    color       : #FFF;
    padding     : 0 10px;
    font-family : "Work Sans", sans-serif;
    font-size   : 13px;
    line-height : 42px;
    height      : 42px;
}

.side-nav a:hover,
.side-nav li > a.nav-current-page,
.side-nav li > a.nav-current-menu {
    background-color: rgba(255, 199, 12, 0.239);
    color            : #FFC70C;
}

.side-nav li > a > i.material-icons.nav-current-page,
.side-nav li > a > i.material-icons.nav-current-menu {
    color            : #FFC70C;
}

.side-nav li>a>i.material-icons {
    color: #FFC70C;
}

.side-nav .input-field,
.side-nav label {
    padding-left: 5px;
}

.side-nav a.indent {
    padding-left : 15px;
}

.side-nav li {
    color        : #FFF;
}

.side-nav li a {
    padding-left: 10px;
}

.side-nav li > a > i {
    color        : #FFC70C;
    margin-right : 10px;
}

a.brand-logo {
    color     : #fff;
    font-size : 18px;
}

a.brand-logo:hover {
    background-color : transparent !important;
    color            : #fff !important;
}

.side-nav .userView {
    padding-left  : 0;
    padding-right : 0;
    padding-top   : 0;
    margin-bottom : 0;
}

.side-nav .userView .circle {
    height        : 180px;
    width         : 180px;
    margin-bottom : 20px;
    margin-top    : 20px;
}

.side-nav.fixed, #nav-mobile {
    /* background-color : #2B2B2B; */
    background-color : #2e0030;

}

.side-nav .collapsible li, .side-nav.fixed .collapsible li {
    /* background-color : #2B2B2B; */
    background-color : #2e0030;
}

.side-nav .collapsible .collapsible-body li,
.side-nav.fixed .collapsible .collapsible-body li {
    background-color : #612166;
}

.side-nav .collapsible-header, .side-nav.fixed .collapsible-header {
    padding : 0 8px;
}

a.collapsible-header.waves-effect {
    background-color : #2e0030;
    /* background-color : #2B2B2B; */
    /* color            : #FFF; */
}

.side-nav i:hover {
    color : #FFC70C;
}

.side-nav .collapsible-header:hover, .side-nav.fixed .collapsible-header:hover {
    background-color: rgba(255, 199, 12, 0.239);
    color            : #FFC70C;
}

ul#nav-slide-out select.browser-default {
    background-color : #FFC70C;
    max-width        : calc(100% - 10px);
    color            : #612166;
    font-weight      : bolder;
    font-size        : 13px;
}

ul#nav-slide-out select.browser-default:hover {
    background-color : #c09403;
}

.side-nav .collapsible-body li a, .side-nav.fixed .collapsible-body li a {
    padding: 0 23.5px 0 75px;
}

/* ul#nav-slide-out li:first-child {
    padding-left : 0;
} */

label[for='input-field'] {
    font-size : 16px;
    color     : white;
}

.input-field {
    margin-top    : 0;
    margin-bottom : 10px;
}

/*--------------- ENROLLMENT FORM-------------*/
#disclaimer {
    font-size  : .8em;
    font-style : italic;
}

.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;*/
}

/* looks better without */
/*.textbox1 {*/
/*width: 96%;*/
/*margin: 0 3% 0 1%;*/
/*}*/

div#loading {
    text-align : center;
}

.h7 {
    font-size   : 18px;
    color       : #ffbf05;
    font-weight : bold;
    margin-top  : 10px;
}

.one-fourth.column {
    width : 23%;
}

/*
input[type="checkbox"] {
    width: 25px;
    height: 25px;
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfff4', endColorstr='#b3bead', GradientType=0);
    margin: 0 5px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    vertical-align: bottom;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
}

input[type="search"] {
    height: 18px;
    margin-bottom: 0px;
}

textarea, input[type="textbox"], input[type="text"], input[type="password"], input[type="email"] {
    background: #efefef;
    border: 1px solid #F2F2F2;
    line-height: 20px;
    margin: 0;
    height: auto;
    padding: 5px;
    color: #5f6a5f;
    border-radius: 5px;
    box-shadow: 0 2px 3px #bcbcbc inset;
}
*/
.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 green;
    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               : #000000;
}

.importantMessage, .warning {
    background-color : #f44336;
}

/*------ PENSION PAGES ---------*/
/*
#pension {
background-image: url('../../../../eremitimages/500/images/retirement.jpg');
background-repeat: no-repeat;
background-size: 70%;
background-position: right top;
}*/

/*------ TAX FORMS ---------*/

/* GRS 6/6/2018 - 1099F3 - Align Tax Year with input line.*/
.tbtxt {
    color : #555;
}
#tax_year {
    font-size   : 15pt;
    width: 25%;
    text-align: center;
}

/* ------ DATATABLES ----------*/

.progress {
    margin-top : 40px;
}

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 {
    background-color : #612166 !important;
} */

.sorting:after, .sorting_desc:after, .sorting_asc:after {
    display : none;
}

.dataTable tbody, .dataTable tfoot {
    font-size : 10pt;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background : -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFC70C), color-stop(100%, #c09403));
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover
{
    background : -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFC70C), color-stop(100%, #FFC70C));
    border: 1px solid #979797;
    color: #333 !important;
}

/* --------- DASHBOARD ----------*/

h2#dashboard {
    font-family    : "Work Sans", 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:hover {
    color           : #FFF;
    text-decoration : none;
    padding         : 10px 18px;
    background      : rgba(68, 68, 68, 0.90);
}

.linkbutton:focus {
    border              : 1px solid #b6d5ea;
    border-bottom-color : #b8d4ea;
    box-shadow          : 0 2px 3px #b9d4e9 inset;
}

.dash-highlight {
    text-align : center;
    padding    : 10px 0;
    background : #367DA5;
    color      : #FFF;

}

.user-bg {
    background          : #FFFFFF url('../../../../eremitimages/211/images/user.png');
    background-repeat   : no-repeat;
    background-position : 95% 95%;
    background-size     : 50%;
}

.panel-bottom {
    padding : 0 15px;
}

.panel-bottom-table {
    width : 100%;
}

.panel-bottom-table td {
    vertical-align : top;
    font-size      : 1.25em;
    padding        : 5px;
    width          : 50%;
}

.panel-bottom-table td:nth-child(2) {
    text-align : right;
}

.forms {
    background          : #F2F2F2 url('../../../../eremitimages/211/images/submit_small.jpg');
    background-repeat   : no-repeat;
    background-position : right;
}

.med-bg {
    background          : #FFFFFF url('../../../../eremitimages/211/images/medical-bg.png');
    background-repeat   : no-repeat;
    background-position : 95% 95%;
    background-size     : 70%;
}

.panel-bottom p {
    line-height : 200%
}

table.panel-body {
    margin : 15px;
}

table.panel-body td {
    font-size : 1.25em;
}

table.panel-body img {
    padding : 10px 15px;
}

.panel-bottom h4 {
    margin-top    : 30px;
    color         : #2c2F90;
    border-bottom : 3px solid #FEBE04;
}

.panel-bottom h4.half-width {
    width : 50%;
}

h3.panel-title {
    text-align  : center;
    font-weight : bold;
    font-family : "Work Sans", Arial, sans-serif;
    font-size   : 2em;
}

.left {
    float          : left;
    width          : 70%;
    padding-bottom : 0;
    margin-bottom  : 0;
}

.right {
    float : left;
    width : 25%;
}

.left-half {
    float: left;
    width: 25%;
}

.right-half {
    float: right;
    width: 25%;
}

.right .warning {
    width     : 70%;
    font-size : .9em;
}

/* Responsive Menu stuff */

.responsive-menu-toggle {
    display : none;
    cursor  : pointer;
}

#leftcontent-hide div.menu a.responsive-menu-toggle {
    /*display: none;*/
}

.menu-visibility {
    /* visibility: visible !important; */
    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;
}

#tag.align-footer {
    padding-left: 300px;
}

/* --------- RESPONSIVE ---------*/

@media only screen and (min-width : 1240px) {
    .menu li.first:hover {
        border-top : 4px solid #ffbd35;
        margin-top : -4px;
        transition : border-top-color .3s;
    }
}

/*Dashboard Fix from 1238 */

@media only screen and (max-width : 1239px) {
    #page-wrapper, #tag, #tag.align-footer {
        padding-left  : 5px;
        padding-right : 5px;

    }
}

/* breakpoint from 768 - 1238 */
@media only screen and (max-width : 1239px) 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;
        /*width: 100%;*/
    }

    .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;
    }

    .responsive-menu-toggle i {
        /*    text-shadow: 2px 2px #ccc; */
    }

    .navtext {
        margin-bottom : 30px;
    }

    .logo-main {
        margin : 20px 0 0 50px;
    }

    .responsive-menu-toggle {
        display               : block;
        width                 : 35px;
        height                : 35px;
        text-align            : center;
        /*position: absolute;*/
        position              : relative;
        /*top: 190px;*/
        top                   : 0;
        left                  : 40px;
        -webkit-border-radius : 3px;
        border-radius         : 3px;
    }

    .responsive-menu {
        /* visibility: hidden; */
        display          : none;
        background-color : white;
    }

    .menu-visibility {
        position   : absolute;
        display    : block;
        margin-top : 0;
        width      : 300px;
        padding    : 5px;
    }

    #desktopMenu {
        margin-left : 35px;
    }

    .forms {
        background-size : 45%;
    }

    #header {
        padding-left : 300px;
    }

    #tag {
        padding-left : 0;
    }

    /* #header h1 {
        font-size  : 2.7em;
        text-align : center;
    }

    #header h2 {
        font-size  : 1.5em;
        text-align : center;
    } */

    #backMainBtn {
        margin-top : 0;
    }

}

/* breakpoint from 993 - 1240 */
@media only screen and (max-width : 1240px) and (min-width : 993px) {

    #slide-out.side-nav {
        transform : translateX(-100%);
    }

    #header {
        padding-left : 310px;
    }

    #page-wrapper {
        padding-left  : 325px;
        padding-right : 25px;
    }

    #tag, #tag.align-footer {
        padding-left : 300px;
    }

    #depList {
        float : none;
    }

    #claimList {
        width : 100%;
    }

    #ytdSpend {
        width : 100%;
    }

}

/* breakpoint from 768 - 992 */
@media only screen and (max-width : 992px) and (min-width : 768px) {

    #header {
        padding-left : 10px;
    }

}

/* breakpoint from 0 - 767/899 */

@media all and (max-width : 992px) {

    #header {
        padding-left : 0;
        /*      display:none; /* hiding header b/c we're using the materialize nav header */
    }

    .textbox1 {
        width       : 100%;
        margin-left : inherit !important;
    }

    .topLink {
        display : block !important;
    }
}

/* ------------------ TRUSTEE SITE ---------------------*/

.divider {
    margin : 30px 0 10px 0;
    border : 1px solid #ddd;
}

#docTable, #trustTable {
    width       : 100% !important;
    padding-top : 20px;
}

#docTable_filter, #docTable_length {
    font-size : 1.3em;
}

td.sorting, td.sorting_asc, td.sorting_desc {
    font-weight : bold;
    border      : 1px solid #ddd;
}

#trustTable thead td, #docTable thead td {
    background-color : #00334d;
    color            : #FFF;
    font-weight      : bold;
}

#docTable thead a {
    color : #FFF;
}

#doc-loading {
    position   : absolute;
    background : black;
    top        : 0;
    left       : 0;
    width      : 100%;
    height     : 100%;
    opacity    : 0.2;
}

#doc-loading span {
    font-size  : 3em;
    color      : #000;
    text-align : center;
    display    : block;
}

#doc-loading img {
    display  : block;
    position : absolute;
    top      : 50%;
    left     : 50%;
    z-index  : 1000;
    margin   : 0 auto;
    opacity  : 1;
}

#trustTable_paginate, #docTable_paginate {
    margin-top : 10px;
    font-size  : 1.1em;
}

#trustTable_paginate a, #docTable_paginate a {
    padding         : 5px 10px;
    text-decoration : none;
}

#trustTable_paginate span a, #docTable_paginate span a {
    margin     : 0 5px;
    background : rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff 0%, #dcdcdc 100%) repeat scroll 0 0;
    border     : 1px solid #979797;
    color      : #333 !important;
    padding    : 6px 12px;
}

#trustLeft {
    width         : 20%;
    margin-right  : 2%;
    float         : left;
    padding-top   : 20px;
    padding-right : 1%;
}

#trustMain {
    width   : 76%;
    float   : right;
    display : block;
}

#trustMain h2 {
    font-size : 2.5em;
}

#trustMain h3 {
    text-align : center;
    padding    : 5px 0;
}

#trustMain h3 img {
    width        : 20px;
    margin-right : 8px;
}

#trustMain ul {
    list-style-type : none;
    padding-left    : 0;
}

#trustMain ul li {
    padding-bottom : 25px;
}

#trustLeft .box {
    display    : inline;
    background : #efefef;
    float      : left;
    border     : 1px solid #ccc;
    width      : 100%;
    margin     : 8px 5% 20px 0;
    padding    : 10px 5%;
    min-height : 100px;
    text-align : left;
    color      : #444444;
}

.sidebar-menu {
    list-style-type : none;
    padding-left    : 0;
    line-height     : 220%;
    font-size       : 1.25em;
}

.sidebar-menu img {
    width          : 18px;
    padding-right  : 5px;
    vertical-align : middle;
}

#trustLeft h3 {
    margin  : 0;
    padding : 0;
}

#trustLeft .box a {
    color : #062134;
}

#trustLeft .box span {
    color : #062134;
}

#trustLeft .box p {
    color   : #062134;
    padding : 10px 0 20px 0;
    margin  : 0;
}

#trustLeft .box h3 {
    color      : #00334d;
    text-align : left;
    padding    : 10px 0;
    font-size  : 1.75em;
}

/* --------- RESPONSIVE ---------*/

@media all and (max-width : 899px) and (min-width : 220px) {

    #header img {
        width : 75%;
    }

    .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;
    }

}

.ben-remove {
    text-decoration: line-through;
}

#header img {
    max-width: 500px;
}

#header .row {
    margin-bottom: 0;
}

#content {
    background-color: #f5f5f5;
}

header {
    text-align: center;
}

.dataTables_wrapper td,
.dataTables_wrapper th {
    border: 1px solid #ddd;
    border-collapse: separate;
    border-spacing: 0;
}

.dataTables_wrapper tfoot tr th {
    border: none;
}

.page-header,
form .page-header p {
    text-align: center;
}

.container {
    background: #fff;
}

.fund-header-country {
    font-size: 2.0rem;
}

.fund-banner {
    padding: 10px;
}

.page-name {
    text-transform: capitalize;
    font-size: 2.4rem;
}

.side-nav .collapsible-header.nav-current-page,
.side-nav.fixed .collapsible-header.nav-current-page,
.side-nav .collapsible-header.nav-current-menu,
.side-nav.fixed .collapsible-header.nav-current-menu {
    background-color: rgba(255, 199, 12, 0.239);
    color            : #FFC70C;
}

#contact {
    text-align: right;
}

.footer-section {
    margin-bottom: 30px;
}

.iremit {
    display: none;
}

form .center-align p,
#disclaimer {
    text-align: center;
}

.input-field .helper-text {
    position: relative;
    min-height: 18px;
    display: block;
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.54);
}

.no-padding {
    padding: 0 !important;
}