﻿/*============================================================================================*/
/* 1. GENERAL TYPOGRAPHY */
/*============================================================================================*/
/*----------------------------------------------*/
/* Global Reset */
/*----------------------------------------------*/ 

html {
    height: 100%;
    min-width: 240px;
    font-size: 10px;
}

/*----------------------------------------------*/
/* General Styles */
/*----------------------------------------------*/
body {
    /*font-family: 'DIN 1451 Std Engschrift';*/
    font-family: OpenSansRegular,'Arial Rounded MT',sans-serif;
    /*padding-top: 40px;*/
    -moz-font-smoothing: none;
    /*font-smoothing: antialiased;*/
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale; 
    letter-spacing: -0.02em; 
    color: #414042;
    /*min-height:100vh;*/
    font-size: 1.2em;
    font-weight:normal;
    /*height:87%;*/
    height: 100%;
    background-color:#fff;
}

body a:hover, body a:focus, body a:active { text-decoration: none; }

body a:active, body a:focus { outline: none; }

h1 {
    color: #014880 !important;
}
a { 
    /*color: #337AB7;*/
    color:#000;
    text-decoration: underline;
}

a.noUnderLine{
    color:#337AB7;
    text-decoration: none;
}

.italicWords{
    font-family: OpenSansItalic, 'Arial Rounded MT',sans-serif;
}
.divClear{
    clear:both;
}
.row{
    padding-top:10px;
}
.rowGrey{
    background-color:#CACACA;
    background-color:rgba(202, 202, 202, 0.2);
}

.list-unstyled ul {
    list-style-type: none !important;
}

.btn-parent{        
    display: inline-block;
    color: #fff;
    background-color: #014880;    
    padding: 6px 20px 6px 20px;
    font-weight:500;
    font-size:1.3em;
    border-radius:7px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-parent:hover, .btn-parent:focus{
    outline:0 !important;
    text-decoration:none;
    color:#ffffff;
    padding: 6px 20px 6px 20px;
    font-weight:500;
    font-size:1.3em;    
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-default{
    display: inline-block;
    padding: 6px 12px 6px 15px;
    font-weight:500;
    font-size:1.3em;
    border-radius:7px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-default:focus{
    outline:0 !important;
}
input[type=checkbox] {    
    width:15px;
    height:15px;
    outline: 1px solid #014880 !important;
    outline-offset: -2px;
}
.form-control{
    font-size:inherit;
}
.noBulletList {
    list-style:none;
}
.toLeft{
    margin-left: -15px;
}
.blueText{
    color:#01497F !important;
}
.aeroBlueTxt{
    color:#276FE3 !important;
}
.redText{
    color:red;
}
.bold{
    font-family: OpenSansBold, 'Arial Rounded MT',sans-serif;
}


.divBordered{
    text-align: center; 
    border-top: 1px solid #01497F; 
    border-bottom: 1px solid #01497F;
    padding-top: 10px;
}


/*----------------------------------------------*/
/* Font implement */
/*----------------------------------------------*/
@font-face {
    font-family: OpenSansRegular;
    src:url('../fonts/Open_Sans/OpenSans-Regular.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
}
@font-face {
    font-family: OpenSansLight;
    src: url('../fonts/Open_Sans/OpenSans-Light.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
}
@font-face {
    font-family: OpenSansBold;
    src:url('../fonts/Open_Sans/OpenSans-Bold.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
}
@font-face {
    font-family: OpenSansItalic;
    src:url('../fonts/Open_Sans/OpenSans-Italic.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*============================================================================================*/
/* 2. SITE Styles : Membersite */
/*============================================================================================*/
/*----------------------------------------------*/
/* Header section */
/*----------------------------------------------*/

#header { 
    margin-bottom: 0; 
    min-height: 4.5em;
    background-color:transparent;  /*NavyBlue #014880*/
    vertical-align:middle;
}

.navbar.navbar-expand-xl {
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.headerBottom {
    width: 100%;
}

.menu-toggle {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.navbar .container-fluid {
    margin: 0;
    padding: 0;
}

#header .navbar-toggler {
    float: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 0;
    margin: 0;
    font-size: 1.4em;
    line-height: 1;
    color: #FFF;
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

@media (min-width: 768px) {

    .navbar-toggler {
        display: none;
    }

    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0;
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-nav>li {
        float: left;
    }

    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 340px;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}
}

/*----------------------------------------------*/
/* Header section : Left Logo part */
/*----------------------------------------------*/

#header .navbar-toggler, #header .navbar-toggler:focus, #header .navbar-toggler:focus-visible {
    float: none; 
    position: absolute; 
    left: 0; 
    top: 0; 
    width: 50px; 
    height: 50px; 
    border-radius: 0; 
    margin: 0; 
    font-size: 1.4em; 
    line-height: 1; 
    color: #FFF;
    border: none;
    background-color: transparent;
    border-image: none;
}
.logo{     
     width:100%;     
     /*color:#014880;
     background-color: #fff;
     font-size:1.5em;
     min-width:100px;*/
     z-index: 1002;
     /*padding-top: 1.5em;*/  
}
.leftHead .logo a{
    text-decoration:none !important;
    font-size:0.7em;
}

/*----------------------------------------------*/
/* Header section: Right Menu items part */
/*----------------------------------------------*/
#header #main-menu {
    /*container including menu items*/    
    background-color: #014880;
}
#header #nav-main{ 
    text-transform:uppercase;
    position:relative;
    display: inline-block;
    height: inherit;
}
#header #nav-main a{
    text-decoration:none;
}

.menuArrow{
    color:#F6AD1B;
    float:right;
}


/* Trustee login/logout/changepassword buttons */
/*
#sideNavBar{
    float:right;
    padding-right:5em;
    padding-top:1.2em;
}

#header #nav-pwchange-bar{
    margin-left: 0.8em;
}

#LinkLogin{
    text-decoration:none;
    background-color:#fff;
    padding:0.3em;
}

#LinkLogout{
    text-decoration:none;
    background-color:#fff;
    padding:0.3em;
}

#LinkChangePW{
    text-decoration:none;
    background-color:#fff;
    margin-top:0;
    padding:0.3em;
}
*/

.trusteelogin-toggle a{
    cursor:pointer;
}

/*----------------------------------------------*/
/* Main Content section */
/*----------------------------------------------*/
#viewContainer{
    padding-top: 40px;
    padding-bottom:10px;
    background-color:#fff;
    min-height: 100%;
}

.ContentHeader1{
    font-family: OpenSansBold, 'Arial Rounded MT',sans-serif;   
    font-size: 1.875em;
    color: #01497F;
    width: 90%;
}
.ContentHeader11{
    font-family: OpenSansBold, 'Arial Rounded MT',sans-serif;   
    font-size: 1.1em;
    color: #01497F;
    text-transform: uppercase;
}
.ContentHeader2{
    font-family: OpenSansBold, 'Arial Rounded MT',sans-serif;   
    font-size:1.375em;
    color:#45A7DA;
}
.ContentHeaderError{    
    font-family: OpenSansBold, 'Arial Rounded MT',sans-serif; 
    font-size:1.375em;
    color:#DA291C;    
}
.ContentHeader3{
    font-family: OpenSansBold, 'Arial Rounded MT',sans-serif;
    color:#018ABE;    
}
.ContentHeader4{
    font-family: OpenSansBold, 'Arial Rounded MT',sans-serif;
    color:#000;
    margin-top:0.5em;
    margin-bottom:0.2em;
}
.ContentHeader4Blue{
    font-family: OpenSansBold, 'Arial Rounded MT',sans-serif;
    color:#01497F;
    margin-top:1.0em;
    margin-bottom:1.0em;
}
.ContentHeader2Italic{
    font-family: OpenSansItalic, 'Arial Rounded MT',sans-serif;   
    font-size: 1.1em;
    color: #01497F;
    width: 90%;
}
.ContentParagraph{
    width:95%;
}

/* Home page */
.homeContent{
    overflow:hidden;
}
.homeItem{
    background-color:#F1F3F2;
    width: 90%;
    padding: 1.0em;
}

/* HOME: blue ribbon */
 .homeItemLinkButton{
    font-family: OpenSansBold, 'Arial Rounded MT',sans-serif;
    top: 0.5em;   /*5px;*/
    left: 480px;
    background-color: #008BBD;
    height: 2.2em; 
    width: 200px; 
    z-index: 1; 
    position: relative; 
    margin-top: -45px;
    color:#fff;
    text-align:left;
    padding-top:5px;
    padding-left:25px;
}
.triangleEdge{
    float:right;
    margin-right:5em;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 0 7px;
    border-color: transparent transparent transparent #01497F;
    line-height: 0px;
    _border-color: #000000 #000000 #000000 #01497F;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.homeItemLinkButton a{
    text-decoration:none;
    color: #fff;
}
.homeItemLinkButtonArrow {
    float: right;
    margin-right: 20px;
    color: #F6AD1B;
    font-weight: bold;
}
#homeItemNoStyle{
    width: 90%;
    padding: 1.0em;
    text-align:center;
}
#homeItemButton {
    border-color:#AEBEC6;
    border-style: solid;
    border-width:0.2em;
    width: 90%;
    padding: 1.0em;
    text-align:center;
    color:#014880;
}

@media(max-width: 1199px){
      .triangleEdge{          
          margin-right:4em;          
      }
     .homeItemLinkButton{     
        left: 360px;        
        width: 200px; 
    }
}
@media(max-width: 991px) {
    .triangleEdge {        
        margin-right: 2.8em;        
    }

    .homeItemLinkButton {
        left: 290px;
        background-color: #008BBD;        
        width: 140px;        
        padding-left:8px;        
    }

    .homeItemLinkButton a {
        font-size: 0.8em;
    }
    .homeItemLinkButtonArrow {
        margin-top: 3px;
        margin-right:15px;
    }
}
@media (max-width:767px) {
    .homeItemLinkButtonWrapper{
        text-align:center;
        width:90%;
    }
     .triangleEdge {
        display:none;
     }
    
    .homeItemLinkButton {
        left: 290px;
        width: 50%;
        padding-left: 8px;
        height:2.5em;
        padding-top:3px;
        /*top: 1em;*/
    }
    .homeItemLinkButton a {
        font-size:1.2em;
    }
     .homeItemLinkButtonArrow {
        margin-top: 0;
    }
    .ContentHeader11{
        font-size:1.3em;
    }
}


#divContentHeader1{
    padding-left:0 !important;
}

.SideTable{
    width:100%;
}
.SideTableBody{
    background-color:#F1F3F2;    
}
.SideHeader1{
    font-family: OpenSansBold, 'Arial Rounded MT',sans-serif;   
    text-transform:uppercase;
    font-size: 1.2em;
    color: #01497F;
    background-color:#F6AD1B ;
    padding:0.8em;
}
.SideHeader2{
    font-family: OpenSansBold, 'Arial Rounded MT',sans-serif;
    font-size: 1.0em;
    color: #01497F;
    padding-top:1.3em;
    padding-left:1.0em;
    padding-right:1.0em;
}
.SideItem{
    font-family: OpenSansBold, 'Arial Rounded MT',sans-serif;
    font-size: 1.0em;
    color: #01497F;
    padding:1.0em;
}
.SideItem a,
.SideHeader2 a{
    font-family: OpenSansBold, 'Arial Rounded MT',sans-serif;
    font-size: 1.0em;
    color: #01497F;
    text-decoration:none;
}
.SideItem a:hover,
.SideItem a:focus,
.SideHeader2 a:hover,
.SideHeader2 a:focus{
    color: #45A7DA;
    text-decoration:underline;
}
.SideContent{
    padding-left:1.0em;
    padding-right:1.0em;
}
.SideContentFont{
    font-family: OpenSansRegular;
    color:#414042;
}
.LinkLarge{
    font-family: OpenSansBold, 'Arial Rounded MT',sans-serif;
    text-transform:uppercase;
    font-size:1.0em;
    color: #01497F;
    padding-top:1.5em;
    padding-left:1.0em;
    padding-right:1.0em;
}
.LinkSmall{
    font-size:1.0em;
    color: #01497F;    
    float:right;
}
.LinkMiddle {
    font-family: OpenSansBold, 'Arial Rounded MT',sans-serif;
    text-transform: uppercase;
    font-size: 1.0em;
    color: #01497F;
    padding-top: 1.5em;
    padding-left: 1.0em;
    padding-right: 1.0em;
    float: right;
}
.warning {
    color:red;
}
.warningline {
    text-decoration-color: red;
}
.bold {
    font-weight:bold;
}
.warningBox {
    border-color: #AEBEC6;
    border-style: solid;
    border-width: 0.2em;
    width: 90%;
    padding: 1.0em;
    color: #014880;
}

/* News Archive page */
.newsContent {
    float: left;
}

/* Benefits Page */
.ulBlueDot {
    color: #45A7DA;
    padding-left: 1.0em;
    margin-left:0;    
}
.ulBlueDot span{
    color: #000;
}

/* START ul style */
.ul {
    color: #000;
    padding-left: 2.0em;
    margin-left:0;
    border-spacing: 0 0.5em !important; /* Key!! for spacing between each li items */
}
.ul li{    
    text-indent:-2em; /* Key!! for secondline indent (2)*/       
}   
ul.ul > li {    
    display: table-row;    
}

ul.ul > li::before {
    content: "\2022";
    font-size: 1.1em;
    display: table-cell; /* aha! */    
    font-weight: bold;
}
.ul span{
    color: #000;
    margin-left:2em;
}
.ul span.noMargin{   
    margin-left:0;
}
/* END ul style */


/* START ol style */
.ol{    
    color: #000;
    counter-reset: foo;
    display: table;    
    padding-left: 2.0em; /* Key!! for secondline indent (1)*/    
    line-height:1.5em; 
    border-spacing: 0 0.8em !important; /* Key!! for spacing between each li items */
}

.ol li{    
    text-indent:-2em; /* Key!! for secondline indent (2)*/   
}   
ol.ol > li {
    counter-increment: foo;
    display: table-row;    
}

ol.ol > li::before {
    content: counter(foo) " ";
    display: table-cell; /* aha! */    
    font-weight: bold;
}
ol.ol:first-child {
    counter-reset: foo;
}
.ol span{
    color: #000;
    margin-left:2em;
}

.ol span.noMargin{   
    margin-left:0;
}
/* END ol style*/

.blueArrow
{
    color:#45A7DA;
    float:right;
}

/* Benefits - Claim */
#benefitsCoordination .ContentHeader4Blue{
    margin-bottom:0;
}
ol {
    /*counter-reset: foo;
    display: table;*/
}

ol, li{
    margin:0;
    padding:0;
}
.olBlue{
    counter-reset: foo;
    display: table;
    color: #45A7DA;
    padding-left: 2.0em; /* Key!! for secondline indent (1)*/
    /*margin-left:-2em;*/
    line-height:1.5em;    
}
.olBlue li{    
    text-indent:-2em; /* Key!! for secondline indent (2)*/   
}   
ol.olBlue > li {
    counter-increment: foo;
    display: table-row;    
}

ol.olBlue > li::before {
    content: counter(foo) " ";
    display: table-cell; /* aha! */    
    font-weight: bold;
}
ol.olBlue:first-child {
  counter-reset: foo;
}

.olBlue span{
    color: #000;
    margin-left:2em;
}

/* ol with line spacing between li items */
.oBlueSpacing{ 
    counter-reset: foo;
    display: table;
    color: #45A7DA;
    padding-left: 2.0em; /* Key!! for secondline indent (1)*/
    /*margin-left:-2em;*/
    line-height:1.5em;      
    border-spacing: 0 0.8em !important; /* Key!! for spacing between each li items */
}

.oBlueSpacing li{    
    text-indent:-2em; /* Key!! for secondline indent (2)*/   
}   
ol.oBlueSpacing > li {
    counter-increment: foo;
    display: table-row;    
}

ol.oBlueSpacing > li::before {
    content: counter(foo) " ";
    display: table-cell; /* aha! */    
    font-weight: bold;
}
ol.oBlueSpacing:first-child {
  counter-reset: foo;
}

.oBlueSpacing span{
    color: #000;
    margin-left:2em;
}

/* About the truste page*/
.trusteeItemBox{
    background-color: #F1F3F2;
    width:95%
}
.trusteeItemCanvas{
    display: flex;    
}
.trusteeItemLeft{    
    width: 0.8%; 
    background-color: #2091A2; 
    float: left;    
}
.trusteeItemLeftCol{
    width: 9.2%; 
    height: auto;
    /*padding-top:2em;*/ 
    background-color: #FCB827; 
    float: left; 
    display: inline-block; 
    flex: 1;
    position: relative;
}
.trusteeItemLeftCol .upperHalf{
    background:#FCB827;width:100%;float:left;height:50%;
}
.trusteeItemLeftCol .lowerHalf{
    background:#F1F3F2;width:100%;float:left;height:50%;
}
.trusteeItemRightCol{
    width: 90%; 
    background-color: #F1F3F2; 
    float: left; 
    padding: 1%;
}
.trusteeName{
    font-family: OpenSansBold, 'Arial Rounded MT',sans-serif;
    color:#01497F;
    text-transform:uppercase;
    font-size:1.0em;
}  
.trusteeTitle{
    font-family: OpenSansItalic;
    color:#45A7DA;    
    font-size:1.0em;    
}
.trusteeBio{
    margin-top:1.0em;
}

/* Contact Us Page */
.contactItemBox{
    padding-left: 0.8%; 
    background-color: #014880;
    /*width:95%;*/
}
.contactRowWrapper {
    display: flex;
}
.contactLeftCol{
    font-family: OpenSansBold, 'Arial Rounded MT',sans-serif;
    width: 35%;     
    background-color: #FCB827; 
    float: left; 
    display: inline-block; 
    flex: 1; 
    position: relative;
    padding-top:1%;
}
.contactLeftCol ul {
    list-style: none;
    padding-left: 40px;
}

.contactLeftCol ul li{
    color: #014880;
    padding-left: 0.2em;
    text-indent: -1.5em;
}
.contactLeftCol ul li:before{
    color: #45A7DA;
    content: ">";
    padding-right: 0.3em;
}
.contactRightCol{
    width: 65%; 
    background-color: #F1F3F2; 
    float: left; 
    padding: 1%;
}
.contactRightCol a{
    color: #45A7DA;
}
.contactName{
    font-family: OpenSansBold, 'Arial Rounded MT',sans-serif;
    color:#01497F;
    text-transform:uppercase;
    font-size:1.0em;
}
.contactAddress{
    margin-top: 0.2em;
}

/* Registration Modal Popup */

.modal-content {
	box-shadow: none;
	border: none;
	border-radius: 15px;
	border-top-right-radius: 0;
}

.modal-header {
	border-bottom: 0;
}

.modal-header .close {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background-color: #9fa1a3;
	margin-top: 0;
	opacity: 1.0;
	color: #fff;
	font-size: 40px;
	text-shadow: none;
}

.modal-header .close:focus{
    outline:none;
}

.modal-header h4 {
	color: #da291c;
	padding: 15px 15px 0 15px;
}

.modal-body {
	padding: 15px 30px 30px 30px;
}

.modal{
    background-color: #0C8040;
}

.fadein.ng-hide-remove,
.fadeout.ng-hide-add {
    -webkit-transition: 400ms ease-in-out all;
    -moz-transition: 400ms ease-in-out all;
    -o-transition: 400ms ease-in-out all;
    transition: 400ms ease-in-out all;
    display: block !important;
}

.fadein.ng-hide-remove,
.fadeout.ng-hide-add.ng-hide-add-active {
    opacity: 0;
}

.fadeout.ng-hide-add,
.fadein.ng-hide-remove.ng-hide-remove-active {
    opacity: 1;
}

.help-block{
    font-size: inherit;
    text-transform: none;
}

.HomeTable {
    width:100%;
    border: solid 1px #014880;    
}
.HomeTable tr th{
    padding:10px 15px;
    background-color:#E1E2E4; 
    background-color: rgba(225, 226, 228, 0.40);
    border: solid 1px #014880;    
}
.HomeTable tr td:first-child
{    
    font-family: OpenSansBold, 'Arial Rounded MT',sans-serif;
    width:25%;
    /*text-transform:uppercase;*/    
    color:#000;
    padding:10px 15px;
    border: solid 1px #014880;    
    /*background-color:#F8D48B; 
    background-color: rgba(248, 212, 139, 1.00);*/
}

.HomeTable tr td:last-child
{
    width:75%;
    padding:10px;
    color: #414042;
    border: solid 1px #014880;    
    /*background-color:#E1E2E4; 
    background-color: rgba(225, 226, 228, 0.40)*/ 
}

/*.HomeTable tr:nth-child(even) td:first-child{background-color:#F8D48B; background-color: rgba(248, 212, 139, 1.00); }
.HomeTable tr:nth-child(even) td:last-child{background-color:#E1E2E4; background-color: rgba(225, 226, 228, 0.40); }
.HomeTable tr:nth-child(odd) td:first-child{background-color: #F6AD1B; background-color: rgba(246, 173, 27, 1.00);}
.HomeTable tr:nth-child(odd) td:last-child{background-color: #CACACA; background-color: rgba(202, 202, 202, 0.502);}

.HomeTable tr:first-child td:first-child{border-top-left-radius:7px;}
.HomeTable tr:first-child td:last-child{border-top-right-radius:7px;}
.HomeTable tr:last-child td:first-child{border-bottom-left-radius:7px;}
.HomeTable tr:last-child td:last-child{border-bottom-right-radius:7px;}*/

.bulletPts span{
    display:table-cell;
    padding-bottom:2px;
    vertical-align:middle;
}

.bulletPts span.secondSpan{
    padding-left:15px;
}

.bulletPts span.firstSpan{
    color:#DA291C;
    font-weight:500;
}
.form-group{
    margin-bottom:0;
}

/*----------------------------------------------*/
/* Footer section */
/*----------------------------------------------*/
#footer-bar{
    font-family: OpenSansBold, 'Arial Rounded MT',sans-serif;    
    background-color: #014880;
    position:absolute;    
    left:0px;
    right:0px;
    color:#fff;
    padding-bottom:10px;
}  

#footer-bar #copyright { 
    padding: 15px 0 10px; 
}

#footer-bar .row {
    display: block;
}

#divWebLinkPWwrapper a {
    float: right;
}

@media(max-width: 767px) {
    #divWebLinkPWwrapper a {
        float: none;
    }
}

/*----------------------------------------------*/
/* Safari 5+ only */
/*----------------------------------------------*/
@media screen and (-webkit-min-device-pixel-ratio:0){
    /*::i-block-chrome, .logo img{
        width: auto !important;
        height:100%;
        content: url('images/logo.PNG') ;
    }*/
}


/*============================================================================================*/
/* 3. SITE Styles : Trustee site */
/*============================================================================================*/
/*----------------------------------------------*/
/* Trustee login page : ItemHolder */
/*----------------------------------------------*/
/*.tloginPage {    
    min-height:646px;
}*/
.tloginPanel{
    background-color:transparent;
    border:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}

.tloginPanel .panel-heading{
    background-color: rgba(12,128,64,0.7); !important;
    border-radius:7px;    
    color:#fff;
    width: 90%;
    position:relative;  
    z-index:999 !important;
    margin-left:15px;
    max-width:200px;
    text-transform:uppercase;
}

.tloginPanel .panel-body {
    border: 1px solid #bce5ec;
    background-color:#FFF;
    border-radius: 8px;
    margin-top: -10px;
    position:relative;  
    z-index:3;
    min-width:250px;  
    padding-bottom:0px;
    padding-top:20px;  
}
.tloginInput{
    border:1px solid #bce5ec;
}
.errorBox
{
    color: Red;
    font-weight: bold;
    letter-spacing: 1px;
}
.tloginPanel .panel-footer{
    padding:0px;
    padding-right:15px;
    border:none;
}

/*----------------------------------------------*/
/* Trustee Password reset */
/*----------------------------------------------*/

#pwResetPanelBody, 
#MainContent_pwChangePanelBody{
    margin-top:0;
}

/*----------------------------------------------*/
/* Information for trustee page : ItemHolder */
/*----------------------------------------------*/
 .body-content .main .content .itemHolder .item {
        font-family: OpenSansBold, 'Arial Rounded MT',sans-serif;  
        display: block;
        width:100%;
        min-height: 1.125em;
        margin-top: 3px;
        padding: 1em;
        padding-right: 66px;
        position: relative;
        text-decoration: none;
        border-radius: 5px;
        color: #fff;
        background-color: #018ABE;        
    }
                 .body-content .main .content .itemHolder .item > span {
                    vertical-align: middle;
                    text-align:center;
                }
                 .body-content .main .content .itemHolder .item .iconHolder {
                    position: absolute;
                    top: 0;
                    right: 0;
                    height: 100%;
                    border-left: 1px solid #f1f1f1;
                }
                     .body-content .main .content .itemHolder .item .iconHolder .icon {
                        display: block;
                        height: 50px;
                        width: 66px;
                        color: #fff;
                        font-size:xx-large;
                    }
                     .body-content .main .content .itemHolder .item .iconHolder .file {
                        position:relative;
                    }
                     .body-content .main .content .itemHolder .item .iconHolder .file:before {
                        content: "\f0f6"; /* pdf : \f1c1   fa-file-pdf-o  http://fontawesome.io/cheatsheet/ */
                        font-family: FontAwesome;
                        left:-5px;                        
                        top:0;
                    }
                     .body-content .main .content .itemHolder .item .iconHolder .closed {
                        position:relative;
                    }
                     .body-content .main .content .itemHolder .item .iconHolder .closed:before {
                        content: "\f067";
                        font-family: FontAwesome;
                        left:-5px;
                        top:0;
                    }
                     .body-content .main .content .itemHolder .item .iconHolder .open {
                        position:relative;
                    }
                     .body-content .main .content .itemHolder .item .iconHolder .open:before {
                        content: "\f068";
                        font-family: FontAwesome;
                        left:-5px;                        
                        top:0;
                    }
             .body-content .main .content .itemHolder .sub {
                display: none;
                padding-bottom: 1em;
                border-top: 1px solid #f1f1f1;
                background-color: #F2F2F2;
                background-color: rgba(242, 242, 242, 1.00);
            }
                 .body-content .main .content .itemHolder .sub > ul {
                    margin: 0;
                }
                     .body-content .main .content .itemHolder .sub > ul > li {
                    }
                        .container .body-content .main .content .itemHolder .sub > ul > li > a {
                        }
                 .body-content .main .content .itemHolder .sub table {
                    width: 100%;
                    color: #999999;
                    border-collapse: collapse;
                }
                     .body-content .main .content .itemHolder .sub table td {
                        border: 1em solid #ffffff;
                    }
                     .body-content .main .content .itemHolder .sub table .fieldlabel {
                        background: #f5f5f5;
                        height: 3em;
                        line-height: 3em;
                        display: inline-block;
                        padding-left: 0.5em;
                        padding-right: 0.5em;
                        vertical-align: top;
                    }
                     .body-content .main .content .itemHolder .sub table .field {
                        background: #f5f5f5;
                        border: none;
                        height: 3em;
                        padding-left: 0.5em;
                        padding-right: 0.5em;
                        width: 73%;
                        vertical-align: top;
                    }
                     .body-content .main .content .itemHolder .sub table .full {
                        width: 100%;
                    }
                         .body-content .main .content .itemHolder .sub table .full .fieldlabel {
                            width: 100%;
                            box-sizing: border-box;
                            -moz-box-sizing: border-box;
                            -webkit-box-sizing: border-box;
                        }
                         .body-content .main .content .itemHolder .sub table .full .field {
                            width: 100%;
                            min-height: 10em;
                            box-sizing: border-box;
                            -moz-box-sizing: border-box;
                            -webkit-box-sizing: border-box;
                            padding: 0.5em;
                        }
                     .body-content .main .content .itemHolder .sub table .submitbutton {
                        display: block;
                        text-decoration: none;
                        height: 3em;
                        line-height: 3em;
                        text-align: center;
                        text-transform: uppercase;
                        font-weight: bold;
                    }

/*----------------------------------------------*/
/* Information for trustee page : subItemHolder */
/*----------------------------------------------*/
 .body-content .main .content .subItemHolder .subItem {
                font-family: OpenSansBold, 'Arial Rounded MT',sans-serif;    
                display: block;
                width:80%;
                min-height: 1.125em;
                margin-top: 3px;
                margin-left:2%;
                position: relative;
                text-decoration: none;
                border-radius: 5px;
                color: #000;
            }
                 .body-content .main .content .subItemHolder .subItem > span {
                    vertical-align: middle;
                    text-align:center;
                }
                 .body-content .main .content .subItemHolder .subItem .subIconHolder {
                    position: absolute;
                    top: 0;                    
                    height: 100%;                    
                }
                     .body-content .main .content .subItemHolder .subItem .subIconHolder .subIcon {
                        display: block;
                        height: 50px;
                        width: 25px;
                        color: #018ABE;
                        font-size: larger; 
                    }
                     .body-content .main .content .subItemHolder .subItem .subIconHolder .file {
                        position:relative;
                    }
                      .body-content .main .content .subItemHolder .subItem .subIconHolder .file:before {
                        content: "\f1c1";
                        font-family: FontAwesome;
                        left:-5px;
                        top:0;
                    }
                     .body-content .main .content .subItemHolder .subItem .subIconHolder .closed {
                        position:relative;
                    }
                      .body-content .main .content .subItemHolder .subItem .subIconHolder .closed:before {
                         content: "\f067";
                        font-family: FontAwesome;
                        left:-5px;
                        top:0;
                    }
                     .body-content .main .content .subItemHolder .subItem .subIconHolder .open {
                        position:relative;
                    }
                     .body-content .main .content .subItemHolder .subItem .subIconHolder .open:before {
                        content: "\f068";
                        font-family: FontAwesome;
                        left:-5px;
                        top:0;
                    }
             .body-content .main .content .subItemHolder .subsub {
                display: none;
                padding-bottom: 1em;
                border-top: 1px solid #f1f1f1;
                margin-left:3%;
                width:80%;
                background-color: #F2F2F2;
                background-color: rgba(242, 242, 242, 1.00);
            }
                 .body-content .main .content .subItemHolder .subsub > ul {
                    margin: 0;
                }
                     .body-content .main .content .subItemHolder .subsub > ul > li {
                    }
                        .container .body-content .main .content .subItemHolder .subsub > ul > li > a {
                        }
                 .body-content .main .content .subItemHolder .subsub table {
                    width: 100%;
                    color: #999999;
                    border-collapse: collapse;
                }
                     .body-content .main .content .subItemHolder .subsub table td {
                        border: 1em solid #ffffff;
                    }
                     .body-content .main .content .subItemHolder .subsub table .fieldlabel {
                        background: #f5f5f5;
                        height: 3em;
                        line-height: 3em;
                        display: inline-block;
                        padding-left: 0.5em;
                        padding-right: 0.5em;
                        vertical-align: top;
                    }
                     .body-content .main .content .subItemHolder .subsub table .field {
                        background: #f5f5f5;
                        border: none;
                        height: 3em;
                        padding-left: 0.5em;
                        padding-right: 0.5em;
                        width: 73%;
                        vertical-align: top;
                    }
                     .body-content .main .content .subItemHolder .subsub table .full {
                        width: 100%;
                    }
                         .body-content .main .content .subItemHolder .subsub table .full .fieldlabel {
                            width: 100%;
                            box-sizing: border-box;
                            -moz-box-sizing: border-box;
                            -webkit-box-sizing: border-box;
                        }
                         .body-content .main .content .subItemHolder .subsub table .full .field {
                            width: 100%;
                            min-height: 10em;
                            box-sizing: border-box;
                            -moz-box-sizing: border-box;
                            -webkit-box-sizing: border-box;
                            padding: 0.5em;
                        }
                     .body-content .main .content .subItemHolder .subsub table .submitbutton {
                        display: block;
                        text-decoration: none;
                        height: 3em;
                        line-height: 3em;
                        text-align: center;
                        text-transform: uppercase;
                        font-weight: bold;
                    }
/*----------------------------------------------*/
/* Information for trustee page : Search Box    */
/*----------------------------------------------*/
    .searchBox{
        text-align:right;
        vertical-align: bottom;
        width:250px;
        float:right;        
        margin-top:1%;
    }
    #MainContent_SearchBox{
        border-radius: 5px;
        float:right;
        width:80%;
        display: inline-block;
        height: initial;
    }
    #MainContent_SearchButton1{
        float:right;
        display: inline-block;
        background-color: #018ABE !important;
    }
    .noBulletList {
        list-style:none;
    }
    #iFile, #iFolder, #iLink {
        color:#018ABE !important;
    }

    .PortalChartWrapper{
        width:100%;
        height:auto;
        text-align:left;
        padding-top:10px;
    }

    .PortalChartWrapper img{
        width:130%;
        height:auto;
    }
/*============================================================================================*/
/* 4. Responsive design */
/*============================================================================================*/

@media (min-width: 768px) {
    .headerTop {
        height: 30px;
        width: 100%;
        background-color: #014880;
    }
    #sideNavBarTop{
        background-color: #014880; float: right; padding-right: 5em;
        width: 67%; 
        margin: 0; display: inline-block;
    }
    #sideNavBar {
        display: none;
    }
         /* <---- Trustee login bar */
    #sideNavBar{
        float:right;
        padding-right:5em;
        padding-top:1.2em;
    }
    .headerTop #headerTopLeft{
        width: 33%; height:100%;background-color: #fff; float: left; display: inline-block;
    }    
    .headerTop #sideNavBarTop #nav-trusteelogin-bar{
        float:right;
    }

    #header #nav-pwchange-bar{
        margin-left: 2px;
        float:right;
    }
    #LinkDocuShare{
        text-decoration:none;
        background-color:#fff;
        padding:0.3em;
        margin-right:2px;
    }
    #LinkLogin{
        text-decoration:none;
        background-color:#fff;
        padding:0.3em;
        /*border-radius: 5px;*/
    }

    #LinkLogout{
        text-decoration:none;
        background-color:#fff;
        padding:0.3em;
        /*border-radius: 5px;*/
    }

    #LinkChangePW{
        text-decoration:none;
        background-color:#fff;
        margin-top:0;
        padding:0.3em;
        /*border-radius: 5px;*/
    }

    #trusteeInfoContent,
    #trusteeSearchContent,
     #tPwChangePage,
     #tPwResetPage,
     #tloginPage {
        margin-top:4.5em;
    }

}
@media (max-width: 767px) {
    #headerTop, #sideNavBarTop {
        display: none;
    }
    .headerTop #headerTopLeft {
        display:none
    }
     /*--------------------------------------------------------*/
      /* Header section: Right Menu items part > Trustee login  */
      /*--------------------------------------------------------*/
      #header #nav-trusteelogin-bar-small a, #header #nav-pwchange-bar-small a { 
          font-size: 1.3em; 
          color: #414042; 
          width:200px; 
          background-color: #fff; 
          text-decoration:none;
      }

      #header #nav-trusteelogin-bar-small a:hover, 
      #header #nav-pwchange-bar-small a:hover { 
          background-color: #fff; 
          color: #F6AD1B;
      }
      #header #nav-trusteelogin-bar-small li.active a,
      #header #nav-pwchange-bar-small li.active a
      {           
          color: #F6AD1B;
          background-color: transparent;
      }
     
      #sideNavBar{
        /*float:right;
        padding-right:5em;
        padding-top:1.2em;*/
      }

      #LinkLoginSide{
          font-family: OpenSansBold, 'Arial Rounded MT',sans-serif;
          font-size: 1.4rem; 
          color: rgb(65, 64, 66); 
          display: inline-block; 
          line-height: 20px; 
          width:200px; 
          background-color: #808284;
      }

      #LinkLogoutSide{
        font-family: OpenSansBold, 'Arial Rounded MT',sans-serif;
          font-size: 1.4rem; 
          color: rgb(65, 64, 66); 
          display: inline-block; 
          line-height: 20px; 
          width:200px; 
          background-color: #808284;
      }

      #LinkChangePWSide{
        font-family: OpenSansBold, 'Arial Rounded MT',sans-serif;
          font-size: 1.2rem; 
          color: rgb(65, 64, 66); 
          display: inline-block; 
          line-height: 20px; 
          width:200px; 
          background-color: #808284;
      }
      
}
/*----------------------------------------------*/
/*  iPad 768x 1024                              */
/*----------------------------------------------*/
@media (min-width: 768px) {
     body { 
          font-size: 1.4em; 
      }
    
     #header .leftHead {
          background-color: #fff;
          float:left;
          width:33%;
          text-align:center;
          /*padding-left: 15%;*/
          /*margin-left: auto;*/
          /*margin-right:0px; 
        margin-left:0px;*/
        height: 5.0em !important;
       }
     #header .rightHead{
        background-color: #014880;
        float:left;
        width:67%;
        /*padding-right: 20%;*/  
        margin-right: auto;
        height: 5.0em !important;
     }
        
    /*----------------------------------------------*/
    /* Header section : Left Logo part */
    /*----------------------------------------------*/
        .logo {            
            /*padding-left:20%;*/
            text-align:center;
            bottom:10px;
            z-index:1000;
            position:relative;
        }
        .logo img{
            width:auto;
            height:auto;
            /*content: url('images/logo.PNG') ;*/
        }
        #logoTxt {
            display:none;
            /*position:absolute;*/
        }
       
    /*----------------------------------------------*/
    /* Header section: Right Menu items part */
    /*----------------------------------------------*/  
      #header #main-menu { 
          font-family: OpenSansBold, 'Arial Rounded MT',sans-serif;
          height: 5.0em !important;   
      }
      #header #nav-main {
          font-size: 1.0em;
      }
      #header #nav-main li { 
          /* had to use a fixed min-width on dropdowns because firefox and chrome round half-pixels differently */
          display: inline-block;
          transition: all 0.5s;
          height:100% !important;
      }
      #header #nav-main li:hover > ul{ 
           display:block;
      }  
      #header #nav-main li a{ 
          vertical-align:middle;
          height: 100% !important;
          color: #fff;
          padding-top:1.4em;
      }          
      #header #nav-main li a.menuItem:focus, 
      #header #nav-main li a.menuItem:hover { 
          background-color: #F6AD1B; /*transparent;*/ 
          color: #014880;
          width:100%;
          height: 100%;
      }      
      #header #nav-main li.active {
         background-color: #F6AD1B;         
      }
      #header #nav-main li.active a.menuItem{
          color:#014880;
      }
      
      /* Sub dropdown menus */
      #header #nav-main li:hover #nav-submain, 
      #header #nav-main li:active #nav-submain { 
          -webkit-transition: all 0.001s ease-out;
          -moz-transition: all 0.001s ease-out; 
          transition: all 0.001s ease-out; }
      
      #header #nav-main li #nav-submain, 
      #header #nav-main li #nav-submain a { 
          color: #FFF; 
          text-transform:none; 
          font-weight:500;
      }
      #header #nav-main li ul{
         display:none;
         position: absolute;
         background-color: #014880;
         width:100%;    
         box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
         z-index: 1;
         padding-left:0;
      }
      #header #nav-main li ul li{
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        overflow:hidden;
        -webkit-transition: all 0.005s ease-in;
        -moz-transition: all 0.005s ease-in;
        transition: all 0.005s ease-in;
      }
      #header #nav-main li ul li a{
        /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
        overflow:hidden;
        -webkit-transition: all 0.005s ease-in;
        -moz-transition: all 0.005s ease-in;
        transition: all 0.005s ease-in;
      }
      #header #nav-main #nav-submain {
          text-align:left;          
      }
      #header #nav-main #nav-submain li{
          /*list-style:none;*/
           text-indent:0;
           position:relative; /*// this is set to remove position absolute set for ul#menu li*/
           /*width: 40px;*/
           color: #fff;
           min-width:400px;
           float: none;
           display: block;
           /*padding-left:15px;*/
      }
      #header #nav-main #nav-submain li.subactive{
          /*list-style:none;*/
           text-indent:0;
           position:relative; /*// this is set to remove position absolute set for ul#menu li*/
           /*width: 40px;*/
           color: #fff;
           min-width:400px;
           float: none;
           display: block;
           /*padding-left:15px;*/
           background-color: #014880;
           padding:5px 10px 1px 17px;
      }
      #header #nav-main #nav-submain li:hover{
          color: #F6AD1B;
      }
      #header #nav-main #nav-submain li:hover a{
           color: #F6AD1B;
           background-color: #014880;
      }
      #header #nav-main #nav-submain .nested-title{          
          /*padding: 0.35em 0.5em 0.6em;*/ 
          /*font-weight: 500;*/
          background-color: #018ABE;
          text-transform:uppercase;
          padding:7px 10px 7px 17px;
          font-size:1.0em;
      }
      #header #nav-main #nav-submain .nested-item{
          background-color: #014880;
          text-transform: none;
          padding:5px 10px 0 17px;
      }
      #header #nav-main #nav-submain .nested-item a{
          text-decoration:none;
          font-size:1.0em;
      }      
      
      #header #nav-submain a:hover,
      #header #nav-main #nav-submain li.subactive a{
          color: #F6AD1B;
          /*padding:5px 10px 0 17px;*/ 
          background-color: #014880;
      }
      #header #nav-submain a:hover:before,
      #header #nav-submain li.subactive a:before{
          color: #F6AD1B;
          padding:5px 10px 0 17px; 
          background-color: #014880;
      }

      li#lnkGSC, li#lnkLifeinsurance, li#lnkbContact, li#lnkTravelMedical{
          padding-bottom:5px !important;
      }

 

      /*
      #header #nav-trusteelogin-bar { 
          position: absolute; 
          top: 1.4em; 
          right: 14em;
          font-size: 0.85em;
          background-color:#014880;
          width:130px;
          text-align:center;
          padding: 0.6em 0.00em;
      }
      #header #nav-trusteelogin-bar li {
          padding-left: 0.25em ; 
          padding-right:0.25em;          
          width:120px;
          background-color: #fff;
          height:100% !important
      }
      #header #nav-trusteelogin-bar li a{ 
          padding: 0; 
          font-size: 1.3rem; 
          color: #014880; 
          display: inline-block; 
          line-height: 2em; 
          width:120px;
          text-decoration:none;
      }
      #header #nav-trusteelogin-bar li a:hover { 
          background-color: transparent; 
          color: #F6AD1B;}
      #header #nav-trusteelogin-bar li a:focus { 
          background-color: transparent; 
          color: #F6AD1B; }
      #header #nav-trusteelogin-bar li li a { padding: 0.2em 1.4em; color: #414042; }
      #header .shadow { display: none; }

      */
      /* language bar */
      /*#header #nav-language-bar { 
          position: absolute;
          top: 1.4em;
          right: 13em;
          font-size: 0.85em;
          color: #000;
          padding: 0.6em 0.00em;
          background-color: #014880;
      }
      #header #nav-language-bar li {          
          padding: 0.3em 0.5em; 
          background-color: #F6AD1B;
      }
      #header #nav-language-bar li a { 
          font-family: OpenSansBold, 'Arial Rounded MT',sans-serif;
          padding: 0; 
          font-size: 1.4rem; 
          color: #000; 
          display: inline-block; 
          line-height: 20px; 
      }      
      #header #nav-language-bar li a:hover { background-color: transparent; color: #014880;}
      #header #nav-language-bar li a:focus { background-color: transparent; color: #fff; }
      #header #nav-language-bar li li a{ padding: 0.2em 1.4em; color: #414042; }*/
      
      /* Trustee login bar ----->  */
      
    /*----------------------------------------------*/
    /* Main section:  */
    /*----------------------------------------------*/
    /* top banner */
      #topbannerwrapper_home .resize_horizontal {
         width:100%;
         height:auto;
         /*height:90%;*/
         /*content: url('images/home.PNG') ;*/
      }
      #topbannerwrapper_benefits .resize_horizontal {
         width:100%;
         height:auto;
         /*height:90%;*/
         /*content: url('images/your-benefits.PNG') ;*/
      }
      #topbannerwrapper_access .resize_horizontal {
         width:100%;
         height:auto;
         /*height:90%;*/
         /*content: url('images/access-your-healthcare-claim.PNG') ;*/
      }
      #topbannerwrapper_claim .resize_horizontal {
         width:100%;
         height:auto;
         /*height:90%;*/
         /*content: url('images/how-to-make-your-healthcare-plan.PNG') ;*/
      }
      #topbannerwrapper_coordination .resize_horizontal {
         width:100%;
         height:auto;
         /*height:90%;*/
         /*content: url('images/coordination-of-benefits.PNG') ;*/
      }
      #topbannerwrapper_events .resize_horizontal {
         width:100%;
         height:auto;
         /*height:90%;*/
         /*content: url('images/life-events.PNG') ;*/
      }
      #topbannerwrapper_forms .resize_horizontal {
         width:100%;
         height:auto;
         /*height:90%;*/
         /*content: url('images/forms.PNG') ;*/
      }
      #topbannerwrapper_insurance .resize_horizontal {
         width:100%;
         height:auto;
         /*height:90%;*/
         /*content: url('images/your-life-insurance.PNG') ;*/
      }
      #topbannerwrapper_about .resize_horizontal {
         width:100%;
         height:auto;
         /*height:90%;*/
         /*content: url('images/about-the-trust.PNG') ;*/
      }
      #topbannerwrapper_contact .resize_horizontal {
         width:100%;
         height:auto;
         /*height:90%;*/
         /*content: url('images/contact-us.PNG') ;*/
      }
      .topbannerwrapper{
        width:100%;
        height:auto;
        margin-top:4.5em;
        /*object-fit:cover;*/
      }
      #bottombannerwrapper .resize_horizontal {
         width:100%;
         height:auto;
         /*content: url('images/bottomBanner.PNG') ;*/
         /*content: url('images/bottom-banner.PNG') ;*/
      }
}      .nowrap{
           white-space:nowrap;
       }

.bannerwrapper img{
    width:80%;
    height:auto;   
}

.bannerwrapperfull img{
    width:100%;
    height:auto; 
}
    /*----------------------------------------------*/
    /* Footer section:  */
    /*----------------------------------------------*/

      #footer-bar{
          display:inline-block;
      }
      #footer-bar #copyright { 
          padding-top: 10px; }
      
      #footer-bar #divCopyrightWrapper{
          float:left;
          display:inline-block;
          /*width:80%;*/
          margin-left:3%;
      }
      #footer-bar #divWebLinkPWwrapper{
          float:right;          
          display:inline-block;
          /*width:20%;*/
          margin-right:2%;
      }
      #footer-bar #divWebLinkPWwrapper a{         
          color: #fff;
          text-decoration:none;
      }
}

/*@media (min-width: 960px){
    .homeItemLinkButton{
        left: 480px;
    }    
}*/
/*----------------------------------------------*/
/*  iPad Pro 1024 x 1366                        */
/*----------------------------------------------*/
@media (min-width: 1024px){  

    #header .leftHead {
          /*padding-left: 10%;*/
          
       }
     .logo {        
        /*padding-left:50%;
        text-align:center;
        height: 100% !important;*/
    }
/*----------------------------------------------*/
/* Header section: Right Menu items part */
/*----------------------------------------------*/
    #header #nav-main {
        font-size: 1.3em;
        /*padding-top:0.9em;*/ 
    }
     #header #nav-trusteelogin-bar {           
          right: 34em;
     }
     #header #nav-language-bar {
          right: 33em;
      }
     .homeItemLinkButtonWrapperL{
         display:none;
     }
     .homeItemLinkButtonWrapperS{
         display:block;
     }
}

/*----------------------------------------------*/
/*  788px <= width <= 1465                      */
/*----------------------------------------------*/
@media (min-width: 967px) and (max-width:1465px){
    #trusteeInfoContent,
    #trusteeSearchContent,
     #tPwChangePage,
     #tPwResetPage,
     #tloginPage {
        margin-top:4.5em;
    }

    #header #nav-main{
        font-size: 0.9em;
    }
    #header #nav-main li a{
        padding-top:1.7em;
    }
   
    #LinkLogin, #LinkLogout, #LinkChangePW{
        font-size: 0.9em;
    }
}

@media (min-width: 768px) and (max-width: 966px) {
     #aTrusteeInfo{
         color:#014880 !important;
     }
     #trusteeInfoContent, 
     #trusteeSearchContent,
     #tPwChangePage,
     #tPwResetPage,
     #tloginPage {
         margin-top: 4.5em;
    }
     #header #nav-main{
        font-size: 0.8em;
    }    
     #header #nav-main li a{
         padding-top:1.7em;
     }
      
     #LinkDocuShare, #LinkLogin, #LinkLogout, #LinkChangePW{
        font-size: 0.8em;
    }
     #header #nav-main li a{
         padding-left: 0.5em;
         padding-right: 0.5em;
     }
}


/*----------------------------------------------*/
/* For Devices */
/*----------------------------------------------*/
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (max-width: 767px) {
    .container {
        width: 100%;
        max-width: unset;
    }
}

@media (max-width: 767px) {   
    body{
        font-family: OpenSansRegular;
    }    
     #viewContainer{
        padding-top: 0px;
     }
     .container{
         /*margin-left:0;
         margin-right:0;*/
         padding-left:0;
         padding-right:0;
     }
    /*.lead { line-height: 1; }*/
     .body-content{
         margin-top:4em;
     }
     .body-content .main .content .itemHolder .item > span {
        vertical-align: -webkit-baseline-middle;   
        /*vertical-align:  super;*/   
    }
    .row {
        margin-left: 0;
        width:100%;
    }
/*----------------------------------------------*/
/* Header section: Left Logo part */
/*----------------------------------------------*/
   #header{
       min-height: 3.7em;
   }
   #header .leftHead {
        background-color:#014880;
        padding: 1.0em;
        width: 100%; }
   .logo {        
        line-height: 2.0em;
        max-width: 100%;
        /*padding-top: 0.8em;*/
        margin-left: 40px;        
        background-color: transparent;       
    }
    
   .logo #logoImg{
       display:none;
   }
   #logoTxt {
       font-family: OpenSansBold, 'Arial Rounded MT',sans-serif;     
       text-transform:uppercase;
       text-decoration: none;
       color: #fff;
       display:block;
       font-size:2em;
   }
   
    /*----------------------------------------------*/
    /* Header section: Right Menu items part */
    /*----------------------------------------------*/   
    #header #main-menu { background-color: #fff; 
                         border-bottom: 3px solid #2E9AA6; 
                         max-height: none; height: auto !important; 
                         width: 250px !important; 
                         position: fixed; 
                         top: 4.0em; 
                         bottom: 0; 
                         z-index: 1002; 
                         overflow-x: hidden; 
                         overflow-y: scroll; 
                         -webkit-transition: left 0.8s ease; 
                         -moz-transition: left 0.8s ease; 
                         transition: left 0.8s ease; }
      #header #main-menu.in { left: 0px; }
      #header #main-menu li { 
          /*padding: 0 0 0 15px;*/           
      }
       
      #header .navbar-nav { width: 250px; }
      #header .navbar-nav a {           
          font-size: 1.7em; color: #414042; font-weight: 500; }
      #header #nav-main { margin-top: 40px; }      
      #header #nav-main a:hover, 
      #header #nav-main li.active a { 
          /*color: #014880;*/
          color: #F6AD1B;
          background-color: transparent; }
      #header #nav-main a:hover:before, 
      #header #nav-main li.active a:before { 
          background-color: #ffffff; 
          display: inline-block; 
          width: 5px; 
          border-radius: 0 2px 2px 0; 
          height: 0.98em; 
          vertical-align: bottom; 
          margin-left: -15px; 
          margin-right: 10px;
      }
      
      /* Sub-menu dropdowns */
      #header #nav-main li.active ul li a.subMenuItem {
          color: #414042;
      }
      #header #nav-main li.active ul a:hover, 
      #header #nav-main li.active ul li.subactive a.subMenuItem{
          color: #F6AD1B;
          background-color: transparent;
          font-size: 0.9em;
      }     
      #header #nav-submain a:hover:before,
      #header #nav-submain li.subactive a:before{
          color: #F6AD1B;
          background-color: transparent;
      }

      #header ul ul{
          list-style-type: none !important;
          padding-right:1em;
      }
      #header #nav-main #nav-submain .nested-title{
          /*background-color: #018ABE;*/
          text-transform:uppercase;
          /*padding:7px 10px 7px 17px;*/
          font-size:1.2em;
          font-weight:bold;
      }
      #header #nav-main #nav-submain .nested-item{
          /*background-color: #014880;*/
          text-transform: none;
          /*padding:5px 10px 5px 17px;*/
      }
      #header #nav-main #nav-submain .nested-item a{
          text-decoration:none;
          font-size:0.9em;
      }
      #header #nav-main #nav-submain .nested-item a:hover{
          color: #F6AD1B;
          background-color: transparent;
      }


     
      #trusteeInfoContent, 
     #trusteeSearchContent,
     #tPwChangePage,
     #tPwResetPage,
     #tloginPage {
         margin-top: 0;
    }
      .topbannerwrapper {
          display: none;
      }
      .contactLeftCol ul {        
        margin-left: -1.5em;
      }
            
    /*----------------------------------------------*/
    /* TrusteePortal: Info section */
    /*----------------------------------------------*/
       .PortalChartWrapper img{
        width:100%;
        height:auto;
    }

    /*----------------------------------------------*/
    /* Footer section */
    /*----------------------------------------------*/
    #footer-bar { 
        font-size: 1.3em; 
        text-align:center;
        margin:0 auto;
    }
    #footer-bar .row { margin-top: 1em; }
    #footer-bar #copyright { margin: 0 15px; }
     #footer-bar #divCopyrightWrapper{
          float:none;
          display: block;          
          margin:0 auto;
      }
    #footer-bar #divWebLinkPWwrapper { 
        float:none;
        margin:0 auto;
    }
    #footer-bar #divWebLinkPWwrapper a{
        color: #fff;
        text-decoration:none;
    }     
}
@media(max-width:732px){
    .logo{
        /*font-size: 1.3em;
        line-height: 1.0em; 
        max-width: 100%; 
        margin-left: 40px;*/
        /*padding-top:0.8em;*/ 
    }
    .homeItemLinkButtonWrapper{
        float:left;
        display:inline-block;
        width:100%;
    }
}
@media(max-width:600px){
    .homeItem{
        width:auto;
    }
}

/*----------------------------------------------*/
/*  Nexus 5X / Nexus 6P : 412 x 732  */
/*----------------------------------------------*/
/*@media(max-width:400px){*/
@media(max-width:412px){
    #logoTxt{
       font-size:1.8em;
   }
}

/*----------------------------------------------*/
/* iPhone 6 :375 x 667 */
/*----------------------------------------------*/
@media(max-width:375px){
    #logoTxt{
       font-size:1.65em;
   }
}

/*----------------------------------------------*/
/* Galaxy S5 : 360 x 640 */
/*----------------------------------------------*/
/*@media(max-width:380px){*/
@media(max-width:360px){
    #logoTxt{
       font-size:1.5em;
   }
    #footer-bar #copyright { margin: 0 auto; }
}
@media(max-width:345px){
    #logoTxt{
       font-size:1.3em;
   }
}
@media(max-width:329px){
    #logoTxt{
       font-size:1.3em;
   }
}

/*----------------------------------------------*/
/* iPhone 5 : 320 x 568 */
/*----------------------------------------------*/
@media(max-width:320px){
   #logoTxt{font-size:1.2em;}
   #footer-bar #copyright,
   #divWebLinkPWwrapper a{
       font-size: 0.8em; 
   }
}
@media(max-width:260px){
    #logoTxt {font-size: 1.1em; 
    }
    #footer-bar #copyright,
    #divWebLinkPWwrapper a {
       font-size:0.7em;       
    }
}