/*@import url(../../../../eremitimages/all.css); */

/* COLOR PALETTE
 purple - #612166 -- NIPF
 lt purple - #A167A7 -- Affiliates Pension
 yellow - #FFC70C -- accent color
 blue - #3E6f8C -- 401K
 green - #3F9A6C  -- H&W
 pink - #C04F76 -- Staff Pension
*/

html {
    min-height : 100vh;
    overflow-y : scroll;
    background : #fff;
    margin-top : 0;
}

body {
    background    : none;
    margin        : 0 auto;
    padding-left  : 0;
    padding-right : 0;
    color         : #00334d;
    font-size     : 14pt;
}

::selection {
    background-color : #612166;
    color            : white;
}

/* ----------- top bar design element -------------*/

.top {
    text-align  : right;
    color       : #FFF;
    background  : #1B375D;
    line-height : 1.4;
    padding     : 5px 10px 5px 0;
}

.top div {
    display : inline;
}

.top span.topbar {
    padding-right : 5px;
    padding-left  : 5px;
    font-family   : 'Lato', sans-serif;
}

.top .material-icons, .top a.topbar {
    color : #FFF;
}

.top .material-icons {
    font-size      : 22px;
    vertical-align : bottom;
    color          : #FFFFFF;
    padding        : 0 5px 3px 0;
}

.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 : "Lato", Arial, sans-serif;
}

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;
}

#main [class*='db0'] {
    display : none;
}

/*------ MATERIALIZE MODS ------*/
.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 #ffc70c;
    background-color : #612166;
    color            : #FFF;
    padding          : 1rem;
    margin           : 20px 0 0 0;
}

/*------- COLORS ------*/

.apiBlue {
    background-color : #004E94 !important;
}

.apiBlueLight {
    background-color : #5678AB !important;
}

.apiNavy {
    background-color : #1B375D !important;
}

.apiGrey {
    background-color : #2B2B2B !important;
}

.cta {
    border-left      : 8px solid #ffc70c;
    background-color : #333;
    color            : #fff;
    padding          : 1rem;
    margin           : 10px 0 0 0;
}

/*  ----------------- FONTS  ------------------- */

small {
    font-size : .8em;
}

h1 {
    font-family : "Lato", 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    : 'Lato', sans-serif !important;
    color          : #444;
    background     : none;
    border         : none;
    letter-spacing : 0;
    font-size      : 2.5rem;
}

h3 {

    letter-spacing : 0;
    text-align     : left;
    margin         : 10px 0 10px 0;
    padding        : 0;
}

h4 {
    font-family : 'Lato', sans-serif;
    color       : #2B2B2B;
    font-size   : 1.225em;
    padding     : 0;
}

td {
    font-family : "Lato", Arial, sans-serif;
}

a {
    /*font-family : "Lato", 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 */
}

li a {
    color : #444444;
}

h4.hf {
    color : #f26522;
}

.panel-body td {
    font-size : 12pt;
}

li {
    font-family : "Lato", 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;
}

.login-span {
    font-size   : 1.3em !important;
    font-family : "Lato", Arial, sans-serif;
}

#register {
    width: 80%;
    margin: 10px auto;
    padding: 25px !important;
    padding-bottom: 5px !important;
}

.material-icons {
    color         : #444444;
    font-size     : 28px;
    padding-right : 8px;
}

.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; */
}

#content {
    width   : 100% !important;
    float   : left;
    padding : 0;
    margin  : 0 auto;
}

/*noinspection CssUnknownTarget*/
TD#header {
    margin            : 0;
    padding           : 10px;
    padding-top       : 20px;
    padding-bottom    : 0;
    padding-left      : 305px;
    width             : 100%;
    text-align        : left;
    background-color  : #FFFFFF;
}

TD#tag {
    background-color : #004e94 !important;
    font-family      : Arial, Helvetica, sans-serif;
    font-size        : 9pt;
    color            : #FFFFFF;
    text-align       : center;
    padding          : 20px 0 10px 275px;
}

#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 : #444;
}

.btn:hover {
    background-color : rgba(255, 255, 255, 0.25);
}

/*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 {
    color   : #FFFFFF;
    padding : 0 5%;
}

footer p {
    margin-bottom: 10px !important;
}

footer .fa {
    color         : #FFFFFF;

}

footer .fa:hover {
    color : #FAC800;
}

footer #security-seal {
    clear   : both;
    float   : right;
    display : block;
    margin  : 0 auto;
}

#fineprint {
    width       : 60%;
    float       : right;
    font-style  : italic;
    padding-top : 0;
}

#fineprint p {
    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;
    display          : none;
}

.navtext {
    text-align       : left;
    font-family      : "Lato", 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 : #004E94;
}

.navtext a {
    color : #14508f;
}

.nav-wrapper {
    background: transparent;
    font-size: 15px;
    height: 48px;
    line-height: 48px;
}

i {
    color : #2B2B2B;
}

#issi_grid {
    width : 98%;
}

/* this prob should be element specific instead of so generic */
/*ul:not(.browser-default) li {*/
/*background-color: #2B2B2B;*/
/*}*/

td.child ul li {
    background-color : #fff;
}

.waves-effect {
    font-family : "Lato", sans-serif;
    display     : block;
}

.btn:hover, .btn-large:hover {
    background-color : rgba(68, 68, 68, 0.90);
}

.btn-flat {
    color : #FFF;
}

#fundList {
    /*display:none; */
}

.large {
    font-size : 17pt;
}

.medium {
    font-size : 11pt;
}

#employer_button {
    display     : none;
    margin-left : 15px;
}

#member_button {
    display    : none;
    margin     : 20px 0 10px 15px;
    text-align : left;
}

.forgotButton {
    font-size: 12pt;
}

.textbox1 {
    border  : 0;
    margin  : 0;
    padding : 0;
}

/* ---------- MENU ------- */

.side-nav a {
    color       : #FFF;
    padding     : 0 10px;
    font-family : "Lato", sans-serif;
    font-size   : 13px;
    line-height : 48px;
    height      : 48px;
    padding     : 0 15px;
}

.side-nav a:hover {
    background-color : rgba(255, 255, 255, 0.05);
    color            : #FFC70C;
}

.side-nav a.indent {
    padding-left : 15px;
}

.side-nav li {
    color        : #FFF;
    /*padding-left : 10px;*/
}

.side-nav li > a > i {
    color        : rgba(255, 255, 255, 1);
    margin-right : 15px;
    line-height  : 46px !important;
}

a.brand-logo {
    color     : #fff;
    font-size : 16px;
}

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 : #1B375D;
}

.side-nav .collapsible li, .side-nav.fixed .collapsible li {
    background-color : #1B375D;
}

.side-nav .collapsible li li a, .side-nav.fixed .collapsible li li a {
    padding-left: 60px !important;
}

.side-nav .collapsible-header, .side-nav.fixed .collapsible-header {
    padding : 0 15px;
}

a.collapsible-header.waves-effect {
    background-color : #1B375D;
    color            : #FFF;
}

.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);
    color : #FFC70C;
}

.side-nav-dropdown {
    color: #fff;
    float: right;
    transform: translateX(-125%) translateY(-205%);
}

ul#nav-slide-out select.browser-default {
    background-color : #612166;
    max-width        : calc(100% - 10px);
    color            : white;
}

ul#nav-slide-out li:first-child {
    padding-left : 0;
}

label[for='input-field'] {
    font-size : 16px;
    color     : white;
}

/*--------------- 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;
}

.collapsedInfo {
    top: 9px;
    left: 4px;
    height: 18px;
    width: 18px;
    display: inline-block;
    color: white;
    border: 2px solid white;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: 'Courier New', Courier, monospace;
    line-height: 18px;
    content: '+';
    background-color: #31b131;
}

#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;
}

.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;
}*/

/* ------ 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 : #004E94 !important;
}

.sorting:after, .sorting_desc:after, .sorting_asc:after {
    display : none;
}

.dataTable tbody, .dataTable tfoot {
    font-size : 10pt;
}

.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;
    margin-top: 9px;
    border: 1px solid #9e9e9e;
    height: 1.7rem;
}

.dataTables_length {
    display: none;
}

.dataTables_filter label {
    color: #444444 !important;
}

/* --------- DASHBOARD ----------*/

h2#dashboard {
    font-family    : "Lato", 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 : "Lato", Arial, sans-serif;
    font-size   : 2em;
}

.left {
    float          : left;
    width          : 70%;
    padding-bottom : 0;
    margin-bottom  : 0;
}

/*.right {
    float : left;
    width : 25%;
}*/

.right .warning {
    width     : 70%;
    font-size : .9em;
}

.btnText {
    font-size: 12pt;
}

.btnText .card .info, .btnText .card .info a {
    font-size: 12pt;
}

/* Responsive Menu stuff */

.responsive-menu-toggle {
    display : none;
    cursor  : pointer;
}

td#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;
}

.iremit {
    display: none;
}

/* --------- 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, td#tag {
        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      : 240px;
        padding    : 5px;
    }

    #desktopMenu {
        margin-left : 35px;
    }

    .forms {
        background-size : 45%;
    }

    td#header {
        padding-left : 305px;
    }

    td#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%);
    }

    td#header {
        padding-left : 305px;
    }

    #page-wrapper {
        padding-left  : 315px;
        padding-right : 15px;
    }

    td#tag {
        padding-left : 275px;
    }

    #depList {
        float : none;
    }

    #claimList {
        width : 100%;
    }

    #ytdSpend {
        width : 100%;
    }

    .btnText {
        font-size: 12pt;
    }

    .btnText .card .info, .btnText .card .info a {
        font-size: 12pt !important;
    }

}

/* breakpoint from 768 - 992 */
@media only screen and (max-width : 992px) and (min-width : 768px) {

    td#header {
        padding-left : 10px;
    }

    .btnText {
        font-size: 11pt !important;
    }

}

/* breakpoint from 0 - 767/899 */

@media all and (max-width : 992px) {

    td#header {
        padding-left : 0;
        /*      display:none; /* hiding header b/c we're using the materialize nav header */
    }

    table.dataTable thead th, table.dataTable thead td {
        font-size: 10pt;
    }

    .textbox1 {
        width       : 100%;
        margin-left : inherit !important;
    }

    .btnText {
        font-size: 11pt !important;
    }

}

/* breakpoint from 0 - 767/899 */

@media all and (max-width: 767px) {

    #page-wrapper {
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 0px;
    }

    TD#tag {
        padding-left: 0px;
    }

    #register{
        padding: 0;
        margin: 0 auto;
        width: 96%;
        margin-bottom: 10px;
    }

    .forgotButton {
        font-size: 10pt;
    }

    .top span.topbar, .top a.topbar {
        font-size: 12pt;
        line-height: 24px;
    }

}

@media all and (max-width: 350px) {

    .top span.topbar, .top a.topbar {
        font-size: 11pt;
    }

}

/* ------------------ 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 : 50%;
    }*/

    .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;
    }

}

@media all and (max-width: 620px) and (min-width: 0px) {

    #header img {
        width: 100%;
    }

}

@media print {
    #navWrapper {
        display: none;
    }
}