/*@import url(../../../../eremitimages/all.css); */

/* COLOR PALETTE
 medium blue - #193F6E -- primary blue
 dark blue - #1C2541 -- accent color
 maroon - #660000 -- accent color
 teal - #486B78 - accent color
 dark grey - #444444 -- accent color
*/

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: #193F6E;
    color: white;
}

/* ---------- Materialize changes -----------*/

select {
    display: inline-block;
}

label {
    color: #555555;
}

/* ----------- top bar design element -------------*/

.top {
    text-align: right;
    color: #FFF;
    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 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: 'Roboto Condensed', 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;
}

/*------ 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 #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);
}

/*------- COLORS ------*/

.tebpBlue {
    background-color: #193f6e !important;
}

.tebpNavy {
    background-color: #1c2541 !important;
}

.tebpRed {
    background-color: #660000 !important;
}

.tebpTeal {
    background-color: #486b78 !important;
}

.tebpGrey {
    background-color: #444444 !important;
}

.c211Yellow {
    background-color: #ffbf05 !important;
    color           : black !important;
}

.c211Yellow-text {
    color           : #ffbf05 !important;
}

/*  ----------------- FONTS  ------------------- */

small {
    font-size: .8em;
}

h1 {
    font-family: 'Roboto Condensed' !important;
    font-size: 42px;
    color: #FFF;
    font-weight: bold;
}

h2 {
    font-size: 32px;
    color: #444
}

h2,
h3 {
    width: auto;
    margin: 0px;
    padding: 20px 0 15px 0;
    font-family: 'Roboto Condensed', sans-serif !important;
    color: #444;
    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: #004469;*/
}

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 {
    padding-left: 315px;
    padding-right: 15px;
    margin-left: 0px;
}

.login-span {
    font-size: 1.3em !important;
    font-family: 'Roboto Condensed', 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; */
    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*/

TD#header {
    margin: 0;
    padding: 10px;
    padding-left: 325px;
    width: 100%;
    background-repeat: repeat-x;
    text-align: left;
    background-color: #193f6e;
    border-radius: 0;
    /* fixes tiny white gap between top black bar and header */
}

.headertext {
    float: right;
    color: #dddddd;
    padding-right: 8px;
}

.headertext p {
    text-align: right;
    font-size: .8em;
}

TD#tag {
    background-color: #193f6e !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #FFFFFF;
    text-align: center;
    padding: 20px 0 10px 300px;
}

#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 .fa {
    color: #FFFFFF;
    padding-left: 0;
    padding-right: 5px;
    padding-top: 5px;
}

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 {
    color: #eeeeee;
    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: 'Roboto Condensed', 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: #2B2B2B;
}

.navtext a {
    color: #14508f;
}

.nav-wrapper {
    background: #2B2B2B;
    font-size: 15px;
    height: 48px;
    line-height: 48px;
}

i {
    color: #2B2B2B;
}

/*ul:not(.browser-default) li {*/

/*background-color: #2B2B2B;*/

/*}*/

td.child ul li {
    background-color: #fff;
}

.waves-effect {
    font-family: 'Roboto Condensed';
    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;
}

a {
    /*color: #323890;*/
}

#employer_button {
    display: none;
    margin-left: 15px;
}

#member_button {
    display: none;
    margin: 20px 0 10px 15px;
    text-align: left;
}

.textbox1 {
    border: 0;
    margin: 0;
}

#howToSelect {
    font-size: 1.2em;
    margin: 10px 0;
}

/* ---------- MENU ------- */

.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: #2B2B2B;
}

.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;
}

.collapsible-header i {
    font-size: 1.33333333rem;
}

a.collapsible-header.waves-effect {
    background-color: #2B2B2B;
    color: #FFF;
}

.side-nav a {
    font-family: 'Roboto Condensed';
    color: #FFF;
    padding: 0 16px;
    font-size: 15px;
}

.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);
    color: #FFC70C;
}

.side-nav-dropdown {
    color: #fff;
    float: right;
    transform: translateX(-125%) translateY(-205%);
}

.side-nav li.active {
    background-color: rgba(0,0,0,0.05) !important;
}

.wordyNav {
    padding-left: 25px !important;
}

/*--------------- 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;*/
}

.textbox1 {
    width: 100%;
    margin: 0;
}

div#loading {
    text-align: center;
}

.h7 {
    font-size: 18px;
    color: #ffbf05;
    font-weight: bold;
    margin-top: 10px;
}

.one-fourth.column {
    width: 23%;
}

.iremit {
    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;
}

.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;
}

.importantMessage,
.warning {
    background-color: #f44336;
}

[type="checkbox"]+label {
    height: 18px;
}

.confirmations label {
    font-size: 1.2rem;
    font-weight: bolder;
}

/*
#elig-state {
    display: none;
}

#inelig-reason {
    display: none;
}
*/

/*------ 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,
.sorting_disabled {
    background-color: #193F6E !important;
}

.sorting:after,
.sorting_desc:after,
.sorting_asc:after {
    display: none;
}

.dataTable tbody,
.dataTable tfoot {
    font-size: 10pt;
}

.dataTable tfoot th {
    padding-left: 10px !important;
}

.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_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: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;
}

.forms {
    background: #F2F2F2 url('../../../../eremitimages/211/images/submit_small.jpg');
    background-repeat: no-repeat;
    background-position: right;
}

/* 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;
}

.progress {
    width: 50%;
    margin: auto;
}

/* --------- 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: 300px;
        padding-left: 0;
        padding: 5px;
    }
    #desktopMenu {
        margin-left: 35px;
    }
    .forms {
        background-size: 45%;
    }
    td#header {
        padding-left: 325px;
    }
    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;
    }
}

/* 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: 325px;
    }
    #page-wrapper {
        padding-left: 315px;
        padding-right: 15px;
    }
    td#tag {
        padding-left: 300px;
    }
    #depList {
        float: none;
    }
    #claimList {
        width: 100%;
    }
    #ytdSpend {
        width: 100%;
    }
    .censusCard {
        font-size: 15px;
    }
    .card p, .card-panel {
        font-size: 15px !important;
    }
    .card .card-content {
        padding: 14px;
    }
    .modal .modal-content {
        padding: 18px;
    }
}

/* breakpoint from 768 - 992 */

@media only screen and (max-width: 992px) and (min-width: 768px) {
    td#header {
        padding-left: 10px;
    }
}

/* breakpoint from 0 - 767/899 */

@media all and (max-width: 992px) {
    td#header {
        padding-left: 10px;
        /*      display:none; /* hiding header b/c we're using the materialize nav header */
    }
    .textbox1 {
        width: 100%;
        margin-left: inherit !important;
    }
    table.dataTable thead th,
    table.dataTable thead td {
        font-size: 10pt;
    }
    .censusCard {
        font-size: 15px;
    }
    .card p, .card-panel {
        font-size: 15px !important;
    }
    .card .card-content {
        padding: 8px;
    }
    .modal .modal-content {
        padding: 12px;
    }
}

/* breakpoint from 0 - 767/899 */

@media all and (max-width: 767px) {
    #page-wrapper {
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 0px;
    }
    #register {
        padding: 0;
        margin: 10px auto;
        width: 96%;
    }
}

/* ------------------ 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;
    }
    TD#tag {
        padding-left: 0px;
    }
    #nav-slide-out {
        height: 100%;
        padding-bottom: 0;
    }
}

@media print {
    #navWrapper {
        display: none;
    }
}