/*
 * Copyright (c) 2017. The code listed in this file cannot be used in part or whole.
 */

@import url(../../eremitimages/all.css);

/* COLORS */
/*
 ORANGE: #F8981C; 
 GREY:   #4C4C4C;
 BLUE: #004469;
 GREEN: #418500;
 RED:  #d92e00
/* DARK ORANGE: #FC5700;*/
/* need colors for c388 */

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    min-height: 800px;
    overflow-y: scroll;
    font-size: 16px;
    line-height: 1.25em;
}

body {
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

#main {
    background: #ffffff;
    padding: 0px;
    width: 100%;
    margin: 0 0 0 0;
}

.red {
    background: red;
}

#content {
    width: 90% !important;
    padding: 0;
    display: block;
    margin: 0 auto !important;
}

section.one-third {
    width: 33%;
    padding: 0 1%;
    float: left;
}

section.two-third {
    width: 66%;
    padding: 0 1%;
    float: left;
    background: none;
}

section.full-width {
    width: 100%;
    padding: 1%;
}

/*---------BUTTON----------*/
input.MyButton {
    width: 200px;
    padding: 20px;
    font-weight: bold;
    font-size: 125%;
    background: #3161A6;
    color: #FFFFFF;
    cursor: pointer;
    border: 1px solid #999999;
    border-radius: 10px;
    -webkit-box-shadow: 6px 6px 5px #999999;
    -moz-box-shadow: 6px 6px 5px #999999;
    box-shaddow: 6px 6px 5px;
    #999999;
}

input.MyButton:hover {
    color: #D76549;
    background: #3366CC;
    border: 1px solid #A3A3A3;
    -webkit-box-shadow: 2px 2px 5px #666666;
    -moz-box-shadow: 2px 2px 5px #666666;
    box-shaddow: 2px 2px 5px;
    #666666;
}

/*----------COLORS---------*/

.pension {
    color: #004469;
}

.grey {
    color: #4c4c4c;
}

.hw {
    color: #D92E00;
}

.annuity {
    color: #004D9A;
}

.legal {
    color: #F8981C;
}

.links {
    color: #CEA25C;
}

TD#header {
    /*display:none; */
}

TD#header img {
    margin: 0px 0 0 0;
    height: 150px;
    padding: 0 0 0 50px;
}

td#header a h1, #header a h2 {
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0em;
    font-size: 3em;
    color: #FFF;
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px 2px #ccc;
    display: inline;
    opacity: 1;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    padding: 15px 0 9px 0;
    text-decoration: none;
}

TD#header a:hover h1, #header a:hover h2 {
    color: #96C1E0;
    opacity: .9
}

td#header a h2 {
    font-size: 2em;
    color: #FFF;
    margin: 0 0 20px 0;
    padding: 0;
}

TD#header a {
    text-decoration: none;
    color: #000000;
}

TD#tag {
    color: #000000;
    padding: 20px 0 0px 0;
}

TR#navbar1 {
    margin: 200px 0 0 0;
    padding: 0;
}

.user {
    display: none;
}

.navtext {
    text-align: left;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: normal;
    text-decoration: none;
    padding: 10px 44px;
    color: #4c4c4c;
    background-color: #fff;
    margin: 0;

    /* Original

    text-align: left;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 1em;
    text-decoration: none;
    padding: 5px 12px 10px 12px;
    color: #2C5EA3;
    background-color: #fff;
    margin: 0;

    */
}

.material-icons {
    color: #0A2B3E;
    font-size: 28px;
    padding-right: 8px;
}

.navtext a {
    /* Original
    color: #2C5EA3;*/
    color: #4c4c4c;
}

.navtext a:hover {
    /* Original
    color: #e03c3e;*/
    color: #5b5b5b;
    text-decoration: underline;
}

a {
    font-family: "Roboto Condensed", Arial, sans-serif;
    color: #DD413F;
    text-decoration: underline;
}

a:hover {
    color: #53729A;
    text-decoration: underline;
}

a.company {
    color: #000;
    text-decoration: underline;
}

a.company:hover {
    color: #000;
    text-decoration: underline;
}

.imgright {
    float: right;
    margin-left: 10px;
}

#employer_button {
    display: none;
}

#member_button {
    display: none;
}

.pipe {
}

.textbox1 {
    border: 0;
    margin: 0;
    padding: 0;
    min-height: 400px;
}

.box {
    display: inline;
    background: #4c4c4c;
    float: left;
    border: 3px solid #333;
    width: 18%;
    margin: 10px 1%;
    padding: 10px 1%;
    min-height: 200px;
    text-align: center;
}

.hw {
    background: #D92E00;
}

.pension {
    background: #004469;
}

.annuity {
    background: #418500;
}

.legal {
    background: #F8981C;
}

.links {
    background: #CEA25C;
}

.box a {
    color: #fff;
}

.box p {
    color: #FFF;
    padding: 10px 0 20px 0;
    margin: 0;
}

.box h4 {
    color: #FFF;
    margin: 0;
    text-align: center;
    padding: 0;
}

.linkbutton {
    display: inline-block;
    color: #eee;
    margin-top: 10px;
    padding: 5px 8px;
    background: #222222;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: bold;
    font-size: 1.2em;
    text-decoration: none;
    border: 1px solid #222;
    background: #5e5e5e; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVlNWU1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iIzYwNjA2MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYTNhM2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #5e5e5e 0%, #606060 36%, #3a3a3a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5e5e5e), color-stop(36%, #606060), color-stop(100%, #3a3a3a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5e5e5e 0%, #606060 36%, #3a3a3a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5e5e5e 0%, #606060 36%, #3a3a3a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5e5e5e 0%, #606060 36%, #3a3a3a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #5e5e5e 0%, #606060 36%, #3a3a3a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e5e5e', endColorstr='#3a3a3a', GradientType=0); /* IE6-8 */
}

.linkbutton:hover {
    color: #fff;
    border: 1px solid #222;
    background: #828282; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgyODI4MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iIzdjN2M3YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NjU2NTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #828282 0%, #7c7c7c 36%, #565656 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #828282), color-stop(36%, #7c7c7c), color-stop(100%, #565656)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #828282 0%, #7c7c7c 36%, #565656 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #828282 0%, #7c7c7c 36%, #565656 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #828282 0%, #7c7c7c 36%, #565656 100%); /* IE10+ */
    background: linear-gradient(to bottom, #828282 0%, #7c7c7c 36%, #565656 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#828282', endColorstr='#565656', GradientType=0); /* IE6-8 */

    text-decoration: none;
    cursor: pointer;
    background-color: #e0f3fa;
}

#leftcontent-hide {
    display: none;
}

.section {
    padding: 10px 1%;
    border: 1px solid #aaa;
    margin: 0 1% 25px 1%;
    background: #eFeFeF;
    width: 44%;
    float: left;
    box-shadow: 0px 0px 5px #999;
    -moz-box-shadow: 0px 0px 5px #999;
    -webkit-box-shadow: 0px 0px 5px #999;
}

textarea, input[type="textbox"], input[type="text"], input[type="password"], input[type="email"] {
    background: #e8e8e8;
    border: 1px solid #F2F2F2;
    line-height: 20px;
    margin: 0;
    padding: 5px;
    color: #5f6a5f;
    border-radius: 5px;
    box-shadow: 0px 2px 3px #bcbcbc inset;
}

.info, #member-error, .success, .warning, .errormsg, .importantMessage, .redirect {
    width: 60%;
    font-weight: bold;
    border: 1px solid;
    margin: 10px auto;
    padding: 10px 10px 10px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 30px;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border-radius: .5em;
    margin-left: auto;
    margin-right: auto;
}

.importantMessageTitle {
    background: none;
}

.info {
    background: url('../../../../eremitimages/images/icons/warning2.png') no-repeat #e8e8ff;
    background-size: 50px;
    background-position: 5px 50%;
    border: 1px solid #DD413F;
    padding: 20px 20px 20px 65px;
    font-size: 1.2em;
    color: #0B2D40;
    border-radius: 0;
    border-left: 8px solid #DD413F;
    width: auto;
    margin: 15px 15px 15px 15px;
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../eremitimages/images/icons/success.png');
    display: none;
}

#confirm {
    display: none;
}

.warning, #member-error {
    color: #9F6000;
    font-size: 1.2em;
    background-color: #FEEFB3;
    background-image: url('../eremitimages/images/icons/warning2.png');
}

.error msg, .importantMessage {
    font-size: 100%;
    font-weight: normal;
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/icons/error.png');
}

/*  ----------------- FONTS  ------------------- */

h2, h3 {
    width: auto;
    margin: 0px;
    /*  font-family: Times New Roman, Georgia;*/
    font-family: 'Roboto Condensed', sans-serif;
    color: #4c4c4c;
    padding: 20px 0 0 0;
    font-size: 2.5em;
    line-height: 1.25;
    font-weight: bold;
}

h2 {
    padding: 20px 0 15px 0;
    background-image: url('../../eremitimages/388/images/biggerbluebg.png');
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff !important;
    padding-left: 50px;
}

h3 {
    margin: 10px 0 10px 0;
    padding: 0;
    font-size: 1.75em;
    line-height: 1.25em;
}

h4 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #14508F;
    font-size: 1.125em;
    margin: 15px 0;
    padding: 0;
}

td {
    font-family: "Roboto Condensed", Arial, sans-serif;
}

p {
    font-size: 105%;
    font-family: "Roboto Condensed", Arial, sans-serif;
    padding: 5px 0;
    margin: 0px 0 10px 0;
    color: #333;
}

span1 {
    color: #333;
}

li {
    font-family: "Roboto Condensed", Arial, sans-serif;
}

.login-span {
    font-size: 1.3em !important;
    font-family: "Roboto Condensed", Arial, sans-serif;
}

a {
}

img.benefits {
    display: block;
    margin: 0 auto;
}

/*--------------ABOUT-------------*/
.large-img {
    position: relative;
    overflow: hidden;
    width: 111.5%;
    margin-left: -6%;
    margin-bottom: 10px;
}

#about .box {
    width: 31%;
}

/*------------- DOCUMENTS -----------*/

#documents {
}

#documents td {
    width: 40%;
    vertical-align: top;
    padding: 5px 1%;
}

#documents h3 {
    margin-bottom: 5px;
}

.rightdoc {
    float: right;
    width: 30%;
    margin: 30px;
    text-align: center;
    background: #efefef;
    padding: 10px 2%;
    border: 1px solid black;
}

.rightdoc h3 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #062134;
    text-align: center;
}

/* --------- NEWS ---------*/

img.right {
    float: right;
    background: none;
    border: none;
}

.post {
    display: block;
    padding: 10px;
    margin: 30px auto;
}

.post p {
    padding: 0;
}

.post h3 {
    margin: 0 0 5px 0;
    padding: 0;
    color: #4C4C4C;
}

.post p.date {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-style: italic;
}

.post img.right {
    display: block;
    width: 200px;
    float: right;
    margin: 15px 0 10px 10px;
}

.post img {
    display: block;
    float: right;
    margin: 15px 0 10px 10px;
}

/*---------------- FAQs -------------*/

#faq-list h3 {
    font-size: 1em;
}

#faq-list hr {
    height: 1px;
    border: none;
    background-color: rgb(220, 220, 220);
}

#faq-list .answer {
    display: none;
    padding-left: 24px;
    margin-bottom: 20px;
}

#faq-list h3 {
    line-height: 24px;
    font-size: 18px;
    font-weight: 700;
    padding-left: 24px;
    cursor: pointer;
    background-image: url('../../eremitimages/images/icons/open.png');
    background-position: left;
    background-repeat: no-repeat;
    background-color: transparent;
    margin-bottom: 10px;
}

#faq-list h3.close {
    background-image: url('../../eremitimages/images/icons/close.png');
}

/*----------- FOOTER -----------*/

footer {
    overflow: auto;
    background-color: #0E3043;
}

footer section {
    width: 60%;
    float: left;
    padding: 10px 2%;
}

footer section p {
    font-size: 1em;
    text-align: left;
    color: #ffffff;
}

footer section#contact {
    width: 40%;
    float: left;
}

footer section#contact p {
    text-align: right;
}

footer section#social {
    text-align: center;
    width: 100%;
}

footer #fineprint {
    font-style: italic;
    font-size: .9em;
}

footer #fineprint p {
    color: #ffffff;
}

footer section.company {
    width: 100%;
}

footer section.company p {
    text-align: center;
    color: #FFF;
}

#security-seal #ssl-seal img {
    float: right !important;
    margin-right: 100px !important;
    margin-top: 40px !important;
}
/*---------- HOME --------*/
#home {
}

#home .box {
    width: 23%;
    border: none;
    min-height: 300px;
}

#home .box h3 {
    color: #fff;
    text-align: center;
}

.box.hw:hover {
    opacity: .9;
}

.box.pension:hover {
    opacity: .9;
}

.box.annuity:hover {
    opacity: .9;
}

.box.legal:hover {
    opacity: .9;
}

.box.links:hover {
    opacity: .9;
}

#home #news {
    margin-top: 8px;
    padding: 0;
    background: #EFEFEF;
    border: 1px solid #ccc;
}

#home #news p {
    padding: 5px 3%;
    line-height: 110%;
}

#home #news h3 {
    padding: 5px 3%;
    background: #4c4c4c;
    color: #fff;
}


/*---------- REGISTRATION PAGE ----------*/

#register, #login {
    width: 50%;
    border: 1px solid #ccc;
    -moz-box-shadow: 0px 0px 5px #ccc;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    box-shadow: 0px 0px 5px #ccc;
    background: #f8f8f8;
    margin: 0 auto;
    padding: 10px;
 }
 
 #login h2 { color: #444; margin: 0 0 5px 0; padding: 5px; border-top:none;border-bottom:1px solid #ddd; text-align:center; }

#login input[type="text"],
#login input[type="password"],
#login input[type="date"],
#login input[type="datetime"],
#login input[type="email"],
#login input[type="number"],
#login input[type="search"],
#login input[type="tel"],
#login input[type="time"],
#login input[type="url"],
#login textarea,
#login select {
    background: #FFF;
    border: 1px solid #d2d2d2;
    font-size: 16px;
    height: auto;
    margin: 0;
    outline: 0;
    padding: 10px;
    width: 100%;
}
  
#login input:focus {
    border: 1px solid #b6d5ea;
    border-top-color: #b6d5ea;
    border-bottom-color: #b8d4ea;
    box-shadow: 0 2px 3px #b9d4e9 inset;
    color: #444444;
}

#register fieldset {
    /*margin-bottom: 0px;*/
    /*border: none;*/
    /*padding: 10px;*/
}

#register label {
    /*display: block;*/
    /*color: #444444;*/
    /*margin: 10px 0;*/
    /*font-weight: bold;*/
    /*font-family: 'Roboto Condensed', Arial, sans-serif;*/
    /*font-size: 1.2em;*/
    /*padding-bottom: 5px;*/
}

#register input[type="text"], #register input[type="password"], #register input[type="date"], #register input[type="datetime"], #register input[type="email"], #register input[type="number"], #register input[type="search"], #register input[type="tel"], #register input[type="time"], #register input[type="url"], #register textarea, #register select {
    /*background: #FFF;*/
    /*border: 1px solid #d2d2d2;*/
    /*font-size: 16px;*/
    /*height: auto;*/
    /*margin: 0;*/
    /*outline: 0;*/
    /*padding: 10px;*/
    /*width: 100%;*/
}

#register h2 {
    /*color: #444;*/
    /*margin: 0 0 5px 0;*/
    /*padding: 5px;*/
    /*border-top: none;*/
    /*border-bottom: 1px solid #ddd;*/
    /*text-align: center;*/
}
  
#login fieldset {
    margin-bottom: 0px;
    border: none;
    padding: 10px;
}

#login legend {
    font-size: 1.4em;
    margin-bottom: 10px;
}

#login label {
    display: block;
    color: #444444;
    margin: 10px 0;
    font-weight:bold;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 1.2em;
}

#login button {
    padding: 19px 39px 18px 39px;
    color: #FFF;
    background-color: #DE3B3E;
    font-size: 20px;
    text-align: center;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-style: normal;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #DE3B3E;
    border-width: 1px 1px 3px;
    margin-bottom: 10px;
}

a#submit { 
    display:block;
    text-decoration:none;
  padding: 20px 39px 20px 39px;
  color: #FFF;
  background-color: #DE3B3E;
  font-size: 20px;
  text-align: center;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-style: normal;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #DE3B3E;
  border-width: 1px 1px 3px;
  margin-bottom: 10px;
}

#login ul {  list-style-type:none; }

.invalid {  
background: url('../../eremitimages/images/icons/error.png') no-repeat 0 50%;
background-size: 15px;
padding-left: 22px;
line-height: 24px;
color: #ec3f41;
}

.valid {
background: url('../../eremitimages/images/icons/success.png') no-repeat 0 50%;
background-size: 15px; 
padding-left: 22px;
line-height: 24px;
color: #3a7d34;
}

#login #pswd_info {
position:absolute;
/*bottom: -45px; */
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;
}

#login #pswd_info h4 {background: none; margin: 0 0 10px 0; padding: 0; font-weight:normal }

#login #pswd_info::before {
content: "\25B2";
position:absolute;
top: -12px;
left: 45%;
font-size: 14px;
line-height: 14px;
color: #bbb;
text-shadow:none;
display:block;
}

table.dataTable tfoot th {
    text-align: right !important;
}

table.dataTable thead th, table.dataTable tfoot th,
table.dataTable thead td, table.dataTable tfoot td {
    font-weight: bold;
}

.right-align {
    text-align: right !important;
}

.left-align {
    text-align: left !important;
}



/*---------- ANNUITY--------*/
#annuity {
}

#annuity section {
    float: left;
    width: 32%;
    margin-right: 1%;
    padding: 10px 1%;
    border: 1px solid #ddd;
    background: #EFEFEF;
}

#annuity section img {
    max-width: 100%;
}

#annuity h2, #annuity h3 {
    color: #418500;
}

#annuity h2 {
    border-top: 15px solid #418500;
}

#annuity p {
    margin-bottom: 5px;
    line-height: 150%;
}

#annuity .forms a {
    background-image: url('../../eremitimages/images/pdfsmall.gif');
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 20px;
}

#annuity.forms a.noimg {
    background: none;
    padding: 0;
}

#annuity.forms a.doc {
    background: url('../../eremitimages/images/icons/word.png');
    background-repeat: no-repeat;
    background-size: 18px;
}

/*---------- PENSION--------*/
#pension {
}

#learn .box {
    width: 31%;
    text-align: left;
}

#learn .box p {
    padding-bottom: 0;
}

.right {
    width: 32%;
    border: 1px solid #ddd;
    margin-left: 1%;
    padding: 10px 1%;
    background: #efefef;
    float: right;
}

.right img {
    width: 100%;
}

#pension section {
    float: left;
    width: 32%;
    margin-right: 1%;
    padding: 10px 1%;
    border: 1px solid #ddd;
    background: #EFEFEF;
}

#pension h2, #pension h3 {
    color: #004469;
    background-color: transparent;
}

#pension h2 {
    border-top: 15px solid #004469;
}

#pension p {
    margin-bottom: 5px;
    line-height: 150%;
}

#pension .forms a {
    background-image: url('../../eremitimages/images/pdfsmall.gif');
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 20px;
}

#pension.forms a.noimg {
    background: none;
    padding: 0;
}

#pension.forms a.doc {
    background: url('../../eremitimages/images/icons/word.png');
    background-repeat: no-repeat;
    background-size: 18px;
}

/*---------- HEALTH-WELFARE--------*/
#hw {
}

#hw section {
    float: left;
    width: 32%;
    margin-right: 1%;
    padding: 10px 1%;
    border: 1px solid #ddd;
    background: #EFEFEF;
}

#hw h2, #hw h3 {
    color: #e03c3e;
}

#hw h2 {
    background-image: url('../../eremitimages/388/images/biggerbluebg.png');
    color: #ffffff;
    padding-left: 50px;
}

#hw p {
    margin-bottom: 5px;
    line-height: 150%;
}

#hw .forms a {
    background-image: url('../../eremitimages/images/pdfsmall.gif');
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 20px;
}

#hw .forms a.noimg {
    background: none;
    padding: 0;
}

#hw .forms a.doc {
    background: url('../../eremitimages/images/icons/word.png');
    background-repeat: no-repeat;
    background-size: 18px;
}

/*--------------LEGAL --------------*/
#legal #whosWho {
    overflow: auto;
}

#legal #whosWho h3 {
}

#legal #whosWho section {
    text-align: center;
}

#legal #whosWho section p {
}

#legal-staff img {
    width: 200px;
}

#legal section {
    float: left;
    width: 33%;
    padding: 2%;
}

#legal article {
    clear: both;
}

#legal h2, #legal h3 {
    color: #F8981C;
}

#legal h2 {
    border-top: 15px solid #F8981C;
}

#legal h4 {
    margin: 0;
    color: #4c4c4c;
}

#legal h3 {
    font-size: 1.4em;
    margin: 0;
}

#legal .linkbutton {
    font-size: .9em;
    font-weight: normal;
}

hr {
    color: #4c4c4c;
    background-color: #4c4c4c;
    height: 3px;
    margin-bottom: 20px;
}

/* ---------- CONTACT ------- */

#contact section {
    float: left;
    width: 50%;
    padding: 10px 1%;
}

#contact h4 {
    margin: 0;
    color: #4c4c4c;
}

#contact h3 {
    font-size: 1.4em;
}

#contact table {
}

#contact table td {
    padding: 2px 15px 2px 0;
}

#contact #map { /*width: 111.5%; margin-left: -6%; */
    margin-bottom: 10px;
}

#email {
    background: #efefef;
    padding: 10px 1%;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

/* ---------- MENU ------- */

/* Original

td#leftcontent, #leftcontent-hide {
    position: absolute;
    display: block !important;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    z-index: 2000 !important;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    background-color: #FFF;
}
*/

#leftcontent-hide {
    display: none;
}

#leftcontent {
    display: none;
    z-index: 1;
    float: left !important;
    width: 100% !important;
    /*  background-image:url(bg.jpg); */
    padding: 0;
    margin: 0px auto !important;
    display: block !important;
}

.shadow {
    background: #fcfcfc !important;
    -moz-box-shadow: 0px 0px 5px #333333;
    -webkit-box-shadow: 0px 0px 5px #333333;
    box-shadow: 0px 0px 5px #333333;
    padding-top: 0;
    padding-bottom: 0;
}

#brand {
    width: 15%;
    float: left;
}

#brand img {
}

#brand span {
}

#brand h1 {
    font-size: 1em;
}

.menu {
    padding: 0px;
    display: block;
    width: 90%;
    margin: 0 auto;
    float: none;
}

.toggleMenu {
    display: none;
}

.validTextBox {
    border: 3px solid green !important;
    background-color: #CFFFAF;
}

.invalidTextBox {
    border: 3px solid red !important;
    background-color: inherit;
}

/*
.nav {
    list-style: none;
    *zoom: 1;
    width: auto;
    display: block;
    position: relative;
    float: right
}

.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.nav ul {
    list-style: none;
    width: 11em;
    -webkit-padding-start: 0;
    padding-left: 0;
}

.nav a {
    padding: 10px 15px;
    color: #4c4c4c;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 1.2em;
    display: inline;
    line-height: 1.05;
    margin: 0px;
    padding: 5px 10px;
    text-decoration: none;
}

.nav li {
    position: relative;
    background: none;
    padding: 0 5px;
}

.nav > li {
    float: left;
}

.nav > li > .parent {
    background-image: url("http://webdesigntutsplus.s3.amazonaws.com/tuts/378_tessa/tessa-lt-dropdowns-21c7868/images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}

.nav > li > a {
    display: block;
}

.nav li ul {
    position: absolute;
    left: -9999px;
    background: #4c4c4c;
}

.nav > li.hover > ul {
    left: 0;
}

.nav li li.hover ul {
    left: 100%;
    top: 0;
}

.nav li li a {
    display: block;
    position: relative;
    z-index: 100;
    color: #fff;
    font-size: 1em;
}

.nav ul li a:hover {
    background: #FFF;
    opacity: .5;
    color: #000;
}

.nav li.hover ul.hw {
    background: #D92E00;
    border-top: 5px solid #4c4c4c;
}

.nav li.hover ul.pension {
    background: #004469;
    border-top: 5px solid #4c4c4c;
}

.nav li.hover ul.annuity {
    background: #418500;
    border-top: 5px solid #4c4c4c;
}

.nav li.hover ul.legal {
    background: #F8981C;
    border-top: 5px solid #4c4c4c;
}

.nav li.hover ul
.nav li.hover ul.links {
    background: #cea25c;
    border-top: 5px solid #4c4c4c;
}

.nav li li li a {
    background: #249578;
    z-index: 200;
    border-top: 1px solid #1d7a62;
}*/

.nav {
    list-style: none;
    *zoom: 1;
    width: auto;
    display: block;
    position: relative;
    float: right;
    margin-top: 40px;
    /* border: 1px solid #eee;
     background :#f9f9f9;*/
    padding: 0 10px;
    font-size: 16px;
}

.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.nav ul {
    list-style: none;
    width: 11em;
    -webkit-padding-start: 0;
    padding-left: 0;
}

.nav li {
    position: relative;
    padding: 0 5px;
    /*height: 74px;*/
    /*min-height: 74px;*/
    line-height: 54px;
    /*display:inline-block;*/
    vertical-align: middle;
    /*background :#f9f9f9;*/
}

.nav a {
    color: #4c4c4c;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 1em;
    display: inline;
    margin: 0px;
    text-decoration: none;
    vertical-align: middle !important;
    margin: 0 12px;
}

/* ------------- RESPONSIVE -----------*/

/**
    >=769px
*/
@media screen and (min-width: 769px) {

    #desktopNav {
        display: block;
    }

    #mobileNav {
        display: none !important;
    }

    .nav a:hover {
        color: #dd9933;
        border-bottom: 2px solid #444;
    }

    .nav > li {
        float: left;
    }

    .nav > li > .parent {
        /* background-image: url("https://ecommerce.issisystems.com/isite-test394/eremitimages/394/images/dropdownarrow.png");*/
        background-repeat: no-repeat;
        background-position: right;
    }

    .nav > li > a {
        /* display: block; */
        vertical-align: middle
    }

    .nav li ul {
        position: absolute;
        left: -9999px;
        background: #4c4c4c;
    }

    .nav > li:hover > ul {
        left: 0;
    }

    .nav li li:hover ul {
        left: 100%;
        top: 0;
    }

    .nav ul li a {
        display: block;
        /*border-right: solid 1px transparent;*/
        /*border-left: solid 1px transparent;*/
        margin: 0 0 2px -1px;
        padding: 7px 30px 7px 10px;
        font-weight: 400;
        text-align: left;
        text-decoration: none;
        line-height: 20px;
        color: #fff;
    }

    .nav li:hover ul.general {
        z-index: 1;
    }

    .nav li:hover ul.hw {
        background: #D92E00;
        z-index: 1;
    }

    .nav li:hover ul.pension {
        background: #004469;
        z-index: 1;
    }

    .nav li:hover ul.annuity {
        background: #418500;
        z-index: 1;
    }

    .nav li:hover ul.legal {
        background: #F8981C;
        z-index: 1;
    }

    .nav li li li a {
        background: #249578;
        z-index: 200;
        border-top: 1px solid #1d7a62;
    }

    .nav li .documents {
        line-height: 24px;
        padding-bottom: 10px;
    }

    .nav .main:after {
        width: 0;
        height: 0;
        content: "";
        position: absolute;
        top: 25px;
        right: 5px;
    }

    .nav .menu-item-link-general:hover {
        background-color: #FFF;
        opacity: .5;
        color: #4c4c4c;
        border-bottom: 0px solid #FFF;
    }

    .nav .menu-item-link-pension:hover {
        background-color: #FFF;
        opacity: .5;
        color: #004469;
        border-bottom: 0px solid #FFF;
    }

    .nav .menu-item-link-annuity:hover {
        background-color: #FFF;
        opacity: .5;
        color: #418500;
        border-bottom: 0px solid #FFF;
    }

    .nav .menu-item-link-hw:hover {
        background-color: #FFF;
        opacity: .5;
        color: #D92E00;
        border-bottom: 0px solid #FFF;
    }

    .nav .menu-item-link-legal:hover {
        background-color: #FFF;
        opacity: .5;
        color: #F8981C;
        border-bottom: 0px solid #FFF;
    }

    .nav .menu-item-link-undefined:hover {
        background-color: #FFF;
        opacity: .5;
        color: #F8981C;
        border-bottom: 0px solid #FFF;
    }

}

/*#mobileNav {*/
/*display: none;*/
/*}*/
/*}*/

/*@media screen and (max-width: 719px){*/
/*#desktopNav {*/
/*display: none;*/
/*}*/
/*#mobileNav {*/
/*display: block;*/
/*}*/
/*}*/

/**
    <=768px
*/

@media all and (max-width: 768px) {

    .general {
        background: #F8981C;
    }

    #desktopNav {
        display: none;
    }

    #mobileNav {
        display: block;
        z-index: 9999;
        position: relative;
    }

    ul#mobileNav > li.navItem {
        display: none;
    }

    ul#mobileNav > li.navItem ul li {
        display: none;
    }

    .toggleMenu a {
        color: #fff;
    }

    #smallTitle {
        display: block;
    }

    .menu {
        width: 100%;
    }

    #brand {
        display: none;
    }

    .active {
        display: block;
    }

    .nav {
        width: 100%;
        background: #4c4c4c;
        text-align: center;
        z-index: 9999;
    }

    .nav a {
        color: #FFF;
        padding: 10px;
    }

    .nav > li {
        float: none;
    }

    .nav > li > .parent {
        background-position: 95% 50%;
    }

    .nav > li > .parent {
        background-image: none;
    }

    .nav ul {
        /*display: block;*/
        width: 100%;
        -webkit-margin-before: 0;
        -webkit-padding-start: 0;
        padding-left: 0;
    }

    .nav li {
        padding: 0 0px;
    }

    .nav li a {
        padding-left: 0px;
    }

    .nav > li.hover > ul, .nav li li.hover ul {
        position: static;

    }

    /*.nav .main:after {
        width: 0;
        height: 0;
        content: "";
        position: absolute;
        top: 25px;
        right: 5px;
        border-top: 4px solid rgba(211, 211, 211, 1);
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
    }*/
    .nav li.general {
        background: #808080;
    }

    .nav li.hw {
        background: #D92E00;
    }

    .nav li.pension {
        background: #004469;
    }

    .nav li.annuity {
        background: #418500;
    }

    .nav li.legal {
        background: #F8981C;
    }

}

/**
   600px - 960px
*/
@media all and (max-width: 960px) and (min-width: 600px) {

    .textbox1 {
        padding: 0 1%;
    }

    footer section {
        float: left;
        width: 100%;
    }

    footer section#contact p {
        text-align: left
    }

    footer section#contact {
        width: 100%;
    }

    #cssmenu {
        width: 95%;
    }

    #register, #login {
        width: 80%;
    }
}

/**
    220px - 599px
*/
@media all and (max-width: 599px) and (min-width: 220px) {

    #desktopNav {
        display: none;
    }

    #mobileNav {
        display: block;
    }

    #wrapper span {
        font-size: 1.4em;
    }

    #wrapper label {
        font-size: 1.2em;
    }

    .textbox1 {
        padding: 0 1%;
    }

    #pension img {
        max-width: 100%;
    }

    footer section {
        float: left;
        width: 100%;
    }

    footer section#contact p {
        text-align: left;
    }

    footer section#contact {
        width: 100%;
    }

    #loginright {
        display: none;
    }

    h2 {
        font-size: 1.5em;
    }

    #left-30 {
        float: left;
        width: 100%;
    }

    #right-70 {
        float: left;
        width: 98%;
        margin-left: 2%;
    }

    #register, #login {
        width: 95%;
        max-width: 480px;
    }

    .info {
        width: 90%;
        margin-left: 0px;
    }

    textarea, input[name="email_addr"], input[name="email_addr0"], input[name="opwd"], input[name="npwd"], input[name="npwd2"], input[name="answer"], select[name="question"] {
        width: 90%;
    }

    #loading img {
        height: 200px;
        width: 200px;
    }

    TD#header img {
        padding: 0;
        margin-right: auto;
        margin-left: auto;
        display: block;
    }

    #hw h2 {
        text-align: center;
        padding-left: 0px;
    }
}

@media all and (max-width: 960px) and (min-width: 600px) {
#register, #login { width: 80%; }
}

@media all and (max-width: 599px) and (min-width: 220px) {
#register, #login  {   width: 95%;  max-width: 480px; }
}


