﻿/** RES V1.0* Copyright 2014* www.res-group.com*/

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}


/***** Reset & Basics *****/

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    /* vertical-align: baseline; */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    background: #9A9A9A;
}


/***** Basic Styles *****/

html {
    overflow-y: scroll;
    overflow: -moz-scrollbars-vertical;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: rgb(106, 115, 123);
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    line-height: 1em;
}

.slideContainer {
    margin-top: 0;
}

.slideTitle {
    cursor: pointer;
    padding: 10px 10px 10px 35px;
    color: #fff;
    background: #9ea4a9;
}

h2.slideTitle {
    margin: 0 0 10px 0;
}

.sliderImg {
    cursor: pointer;
    float: left;
    height: 22px;
    /*margin-left: -25px;*/
    width: 18px;
    height: 0;
    box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
    display: list-item;
    list-style: none;
    margin: 7px 0 0 10px;
}

.slideBtn clicked {
    margin-left: 9px;
    transition: width 0.2s ease-out 0s, margin-left 0.2s ease-out 0s;
    width: 1px;
}

.slideBtn notclicked {
    transition: width 0.2s ease-out 0s, margin-left 0.2s ease-out 0s;
    width: 16px;
}

.articleSidebar p.articleParagraph {
    display: none;
}

.articleSidebar img {
    margin-bottom: 15px;
    max-width: 288px;
    height: auto !important;
}

#articletext img {
    /*padding: 0 15px;*/
    margin: 0;
    padding: 0;
}

#articletext .newsListing {
    padding: 0;
    background: none;
    margin-bottom: 25px;
}

#articletext .newsListing h3 {
    border-bottom: none;
}

.wrapper {
    min-height: 100%;
    position: relative;
}

.content {
    padding-bottom: 140px;
}

#footer {
    bottom: 0;
    left: 0;
    padding: 20px 0 0;
    position: absolute;
    width: 100%;
}

#footer #copyrightText,
#footer #linksList li .item,
#footer #linksList li .item a {
    float: right;
    padding: 0;
    margin: 0;
    color: rgb(106, 115, 123);
}

#footer #linksList {
    float: right;
    margin-left: 10px;
}

#footer #linksList li {
    float: left;
    display: inline;
    padding: 0 10px 0 10px;
    border-right: 1px solid rgb(142, 152, 160);
}

#footer #linksList li:first-child {
    border-left: 1px solid rgb(142, 152, 160);
}

#footer li.activeMenu.textclicked.current {
    background: none !important;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    background: none;
}


/***** Basic Styles *****/

html {
    overflow-y: scroll;
    overflow: -moz-scrollbars-vertical;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: rgb(106, 115, 123);
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    line-height: 1em;
}


/***** Typography *****/

h1,
h2,
h3,
h4,
p {
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color: #f37421;
    font-weight: normal;
}

h1,
h2,
h3,
h4 {
    /* border-left: 5px solid #b6cf04; */
    padding: 0;
}

.articleSidebar h1,
.articleSidebar h2,
.articleSidebar h3,
.articleSidebar h4 {
    padding: 0;
}

h1 a,
h2 a,
h3 a,
h4 a {
    font-weight: inherit;
}

h1 {
    /* padding: 10px 0; */
    font-size: 2.125em;
    line-height: 1.313em;
    font-weight: 300;
    background: #f5f2ed;
    margin: 10px 0;
}

h2 {
    margin: 15px 0 5px 0;
    /* padding: 0; */
    line-height: 1.1em;
    font-size: 1.625em;
    letter-spacing: 1px;
    /* border-bottom: 1px dotted #b6cf04; */
    padding-bottom: 2px;
}

h3 {
    margin: 15px 0 10px 0;
    /* padding: 0; */
    line-height: 1.500em;
    font-size: 1.45em;
    font-weight: 300;
}

#articletext h3 {
    /* margin: 15px 0 10px 0; */
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    /* line-height: 1.375em; */
    /* font-size: 1.625em; */
    /* border-bottom: 2px dotted #cdd2d6; */
}

h4 {
    margin: 0 0 10px 0;
    /* padding: 0; */
    line-height: 1.375em;
    font-size: 1.16em;
    letter-spacing: 1px;
    font-weight: 300;
}

#articletext h4 {
    margin: 15px 0 10px 0;
    /* padding: 0; */
    /* line-height: 1.375em; */
    /* font-size: 1.250em; */
    /* border-bottom: 1px dotted #cdd2d6; */
}

#articletext .newsListing h4,
#articletext .newsListing p {
    margin: 0;
    padding: 0 15px;
}

#articletext .newsListing p {
    font-weight: bold;
}

#article h1 {
    line-height: 2.125em;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 2.313em;
    font-weight: 300;
    /* border-bottom: 1px dotted #6a737b; */
    margin-top: 15px;
    padding-bottom: 2px;
}

p {
    margin: 0;
    padding: 5px 0 10px 0;
    line-height: 1.313em;
    font-size: 0.938em;
    color: rgb(106, 115, 123);
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    text-align: left;
}

.floatingBox {
    background-color: #cbb777;
    color: #fff;
    padding: 20px 20px 20px 20px;
    margin: 20px 0 20px 20px;
    float: right;
    width: 250px;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
    color: #666;
}

small {
    font-size: 80%;
}

sup,
sub {
    height: 0;
    line-height: 5px;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
    font-size: 80%;
}

sup {
    bottom: 5px;
}

sub {
    top: 5px;
}

code,
pre {
    padding: 0 3px 2px;
    color: #333;
    font-size: 11px;
}

code {
    padding: 0 4px 2px 4px;
    background-color: #000;
    border: 1px solid #000;
    color: #f1f1f1;
}

#zoomingTextOptions ul {
    margin: 0;
    padding: 0;
    text-align: right;
}

#zoomingTextOptions ul li {
    display: inline-table;
    background: #D9D9D9;
    height: 20px;
    width: 20px;
}

#zoomingTextOptions ul li p {
    padding: 2px;
    cursor: pointer;
    text-align: center;
}


/***** Sub Menu *****/

#sideNav {
    line-height: 22px;
    margin: 0;
    padding: 0 0 0 8px;
}

#sideNavigationWrap #sideNav li {
    list-style: none outside none;
    margin: 0;
    padding: 0 0 0 8px;
}

#sideNavigationWrap #sideNav .menuBox,
#nav .list li .menuBox,
#nav .title-area .menu-icon .menuBox {
    cursor: pointer;
    float: left;
    height: 22px;
    margin-left: -25px;
    width: 18px;
}

#sideNavigationWrap #sideNav li #menu-icon,
#nav .list li .menuBox #menu-icon,
#nav .title-area .menu-icon .menuBox #menu-icon {
    border-bottom: 7px double #FFFFFF;
    border-top: 2px solid #FFFFFF;
    content: "";
    height: 3px;
    margin-top: 5px;
}

.clicked {
    margin-left: 6px;
    transition: width 0.2s ease-out 0s, margin-left 0.2s ease-out 0s;
    width: 5px;
}

.sectionTitle {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    padding-left: 0;
}

#sideNav ul {
    margin: 0 0 10px;
}

#sideNavigationWrap #sideNav .menuBoxDisabled {
    float: left;
    height: 22px;
    margin-left: -25px;
    width: 18px;
}

#sideNavigationWrap #sideNav li #menu-icon,
#nav .list li .menuBox #menu-icon,
#nav .title-area .menu-icon .menuBox #menu-icon {
    border-bottom: 7px double #FFFFFF;
    border-top: 2px solid #FFFFFF;
    content: "";
    height: 3px;
    margin-top: 5px;
}

#sideNavigationWrap #sideNav .notmenu {
    opacity: 0.3;
}

#sideNavigationWrap #sideNav .textnotclicked .sectionTitle {
    color: #DEDEDE;
    transition: color 0.2s ease-out 0s;
}

#sideNavigationWrap #sideNav li a {
    color: #DEDEDE;
    text-decoration: none;
}

#sideNavigationWrap #sideNav .p1 .sectionTitle:hover,
#sideNavigationWrap #sideNav li a:hover {
    color: #F2F3F4;
    transition: color 0.2s ease-out 0s;
}

#sideNavigationWrap #sideNav .textclicked .sectionTitle,
#nav .textclicked .sectionTitle {
    color: #F2F3F4;
    transition: color 0.2s ease-out 0s;
}

.finalLink {
    background: url(/images/legacy/HRGreenRoom/menu-arrow.gif) no-repeat 0px 2px;
    color: #DEDEDE;
    display: block;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 1px 0 0 10px;
    text-align: left;
    text-decoration: none;
    z-index: 5;
}


/***** Quick Links *****/

.quickLinkList {
    margin: 0 0 10px 5px;
}

.quickLinkTitle {
    border-bottom: 1px dotted #CFD5EA;
    margin: 0 0 15px 5px;
}

.quickLinkHeading {
    color: #fff;
}

a.quickLink {
    color: #fff !important;
    background: url("/images/legacy/HRGreenRoom/menu-arrow.gif") no-repeat scroll 0 -2px rgba(0, 0, 0, 0);
    display: block;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 1px 0 0 12px;
    text-align: left;
    text-decoration: none !important;
    z-index: 5;
}


/***** Lists *****/

ul,
ol {
    margin-bottom: 20px;
}

ul {
    line-height: 20px;
    margin: 0 0 20px 20px;
    list-style: square;
}

li {
    /* list-style-type: square; */
    font-size: 0.938em !important;
}

.panel_contents ul li {
    padding: 0 10px 0 0;
}

ul ul,
ul ol {
    margin: 5px 0 5px 0;
}

ol ol,
ol ul {
    margin: 5px 0 5px 20px;
}

ul ul li,
ul ol li,
ol ol li,
ol ul li {
    margin: 0 0 6px 0;
}

ul.square,
ul.square ul {
    list-style: square outside;
}

ul.circle,
ul.circle ul {
    list-style: circle outside;
}

ul.disc,
ul.disc ul {
    list-style: disc outside;
}

ul.square li,
ul.circle li,
ul.disc li {
    margin: 0 0 5px 15px;
    padding: 0;
    line-height: 18px;
    background: none;
}

ol {
    margin: 0 0 20px 20px;
    list-style: decimal;
}

ol li {
    margin: 0 0 5px 0;
    padding: 0;
    line-height: 18px;
}

#articletext .video-js-box ul li {
    list-style-type: none;
}

#articletext .vjs-controls ul {
    padding-left: 0;
}


/***** Blockquotes *****/

blockquote {
    font-family: 'Artifika', serif;
    font-size: 18px;
    font-style: italic;
    width: 80%;
    line-height: 1.45;
    position: relative;
    color: rgb(143, 149, 155);
    float: left;
    background-image: url(/media/1035/quote.gif);
    background-repeat: no-repeat;
    background-color: #fff;
    padding: 1px 6%;
    margin: auto;
    min-height: 80px;
}

blockquote:before {
    content: "\201C";
    left: -4%;
    top: 0;
    float: left;
    position: relative;
    font-size: 40px;
    FONT-WEIGHT: BOLD;
    margin-bottom: -20px;
}

blockquote:after {
    content: "\201D";
    right: -5%;
    bottom: 0;
    float: right;
    position: relative;
    font-size: 40px;
    font-weight: bold;
    margin-top: -10px;
}

blockquote p span,
blockquote p {
    font-family: 'Artifika', serif;
    font-size: 18px;
    font-style: italic;
    width: 100%;
    line-height: 1.45;
    position: relative;
    color: rgb(143, 149, 155);
    float: left;
    text-align: left;
}


/***** ARTICLE STYLE (START) - Smaller than 767px *****/

@media only screen and (max-width: 767px) {
    blockquote {
        width: 100%;
        padding: 35px 0 20px 0;
        margin: 0 0 15px 0;
        max-width: none;
    }
}

blockquote strong {
    color: #999999;
    font-size: 12px;
    display: block;
    margin-top: 5px;
    float: right;
    font-weight: normal;
}

blockquote strong:before {
    content: "\2014 \2009";
}

hr {
    margin: 5px 0 10px 0;
    border: 0;
    border-top: 1px solid #999;
    height: 2px;
    width: 100%;
    text-align: left;
}

abbr {
    border-bottom: 1px dotted rgb(188, 194, 199);
    cursor: help;
}


/***** Links *****/

.articletext a:link {
    font-weight: bold;
}

a:active {
    text-decoration: none;
    outline: 0;
}

a:focus {
    -moz-outline-style: none;
}

a:link {
    text-decoration: none;
    outline: 0;
}

a:visited {
    text-decoration: none;
    outline: 0;
}

a:hover {
    text-decoration: underline;
    outline: 0;
}


/* #articletext a { */


/* border-bottom: 1px dotted #F37421;    color: #F37421;    outline: 0 none;    text-decoration: none;	line-height: 1.5em; */


/*transition-property: color .1s linear 0s;	-moz-transition: color .1s linear 0s;	-webkit-transition: color .1s linear 0s;	-o-transition: color .1s linear 0s;*/


/* } */


/* a:link { */


/* color: #333;	text-decoration: none;	outline: 0; */


/*transition-property: color .1s linear 0s;	-moz-transition: color .1s linear 0s;	-webkit-transition: color .1s linear 0s;	-o-transition: color .1s linear 0s;*/


/* } */


/* a:visited {	color: #000;	text-decoration: none;	outline: 0;}a:active {	color: #333;	text-decoration: none;	outline: 0;}a:hover {	color: #999;	text-decoration: underline;	outline: 0;}a:focus {	-moz-outline-style: none;} */


/***** Print option  *****/

#printButton {
    transition-property: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
}

#printButton:hover {
    margin-top: -28px;
    /*margin-top:-28px\9; /* IE6, IE7, IE8, IE9 */
    margin-top: 0px\0;
    /* IE8, IE9 */
    /*margin-top:-28px\9\0;/*Only works in IE9*/
    transition-property: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
}

#printIt {
    float: right;
    background: rgb(243, 243, 240);
    width: 61px;
    height: 34px;
    overflow: hidden;
}

#printIt a,
#printIt a p {
    text-decoration: none;
    text-align: center;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
}

#printer {
    background: url('/images/legacy/icons/printer.png') no-repeat;
    height: 23px;
    width: 22px;
    margin: 5px auto;
}


}
/***** Images iFrames & Videos  *****/
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}
.max-img {
    width: 100%;
    height: auto;
}
.media {
    position: relative;
    margin: 0 0 15px 0;
    padding-bottom: 51%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    border: 1px solid #ccc;
}
.media iframe,
.media object,
.media embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tr-caption-container {
    /* float: left; */
    /* margin-right: 10px; */
    
    text-align: left;
    width: auto;
    /* max-width:300px; */
    
    margin-top: 5px;
    margin-bottom: 5px;
    height: auto;
}
a .tr-caption-container {
    border: none;
}
.tr-caption-container tr {}
.tr-caption-container tr td,
.tr-caption-container div {
    padding: 5px 0 5px 0;
    border: none;
    background: rgb(243, 243, 240);
}
.tr-caption-container .tr-caption {
    border: none;
    padding: 0 5px 5px 5px;
    color: rgb(143, 149, 155);
    font-family: 'Artifika', serif;
    font-size: 11px;
    font-style: italic;
    text-align: left;
    box-sizing: border-box;
}
.tr-caption-container .no-tr-caption {
    clear: both;
    height: 0px;
    width: 0px;
    padding: 0;
}
.tr-caption-container img {
    /* max-width:143px; */
    /* max-height:120px; */
    /* margin:0; */
    
    padding: 5px 0 5px 0;
    border: none;
    background: rgb(243, 243, 240);
    box-sizing: border-box;
}
.caption {
    padding: 5px 0 5px 0;
    border: none;
    background: rgb(243, 243, 240);
}
figcaption {
    border: none;
    padding: 2px 5px 0px 5px;
    color: rgb(143, 149, 155);
    font-family: 'Artifika', serif;
    font-size: 11px;
    font-style: italic;
    text-align: left;
    box-sizing: border-box;
    background: rgb(243, 243, 240);
}
/***** SET for IMAGE GALLERY (START) *****/
.imageGallery .tr-caption-container {
    margin: 3px 3px 4px 4px;
    height: auto;
    /* min-height: 120px;	min-width: 144px; */
    
    height: 120px;
    width: 142px;
    background: rgb(243, 243, 240);
    overflow: hidden;
    float: left;
}
.imageGallery .tr-caption-container .tr-caption {
    display: none;
}
.leftAlign {
    float: left;
    margin-right: 10px;
    /* margin-right: 10px;	display:inline-block; */
}
.rightAlign {
    float: right;
    margin-left: 10px;
}
.rightAlign .tr-caption {
    /* float : left\9; */
    /* IE8 and below */
    /* *float : left; */
    /* IE7 and below */
}
.notAlign {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/***** SET for IMAGE GALLERY (END) *****/
/***** Buttons *****/
a.btn,
.btn {
    margin: 5px 0 5px 0;
    padding: 4px 25px 4px 10px;
    display: inline-block;
    color: #fff;
    border: 1px solid #000;
    cursor: pointer;
}
a:hover.btn {
    text-decoration: none;
    border: 1px solid #000;
    color: #666;
}
/***** Forms *****/
#stylized-form {
    margin: 10px 0 20px 0;
    padding: 20px;
    background-color: #f4f4f4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.wrapper-block label {
    padding: 0;
    display: block;
    font-weight: bold;
    text-align: right;
    width: 140px;
    float: left;
}
.wrapper-block [type="text"] {
    font-size: 12px;
    padding: 4px 2px;
    border: solid 1px #bbbbbb;
    width: 200px;
    margin: 2px 0 15px 10px;
}
.wrapper-block select {
    font-size: 12px;
    padding: 2px;
    border: solid 1px #bbbbbb;
    margin: 2px 0 15px 10px;
}
.wrapper-block [type="radio"] {
    line-height: 16px;
    margin: 0 2px 15px 10px;
}
.wrapper-block [type="checkbox"] {
    line-height: 16px;
    margin: 0 2px 15px 10px;
}
.wrapper-block textarea {
    padding: 4px 2px;
    border: solid 1px #bbbbbb;
    width: 200px;
    margin: 2px 0 15px 10px;
    font: 12px "Century Gothic", "Trebuchet MS", Helvetica, sans-serif;
}
.wrapper-inline label {
    padding: 0;
    display: block;
    font-weight: bold;
    text-align: right;
    width: 140px;
    float: left;
}
.wrapper-inline [type="text"] {
    font-size: 12px;
    padding: 4px 2px;
    border: solid 1px #bbbbbb;
    width: 200px;
    margin: 2px 0 15px 10px;
    float: left;
}
.wrapper-inline select {
    font-size: 12px;
    padding: 4px 2px;
    border: solid 1px #bbbbbb;
    margin: 2px 0 15px 10px;
    float: left;
}
.wrapper-inline [type="radio"] {
    line-height: 16px;
    margin: 0 2px 15px 10px;
    float: left;
}
.wrapper-inline [type="checkbox"] {
    line-height: 16px;
    margin: 0 2px 15px 10px;
    float: left;
}
.wrapper-inline textarea {
    padding: 4px 2px;
    border: solid 1px #bbbbbb;
    width: 140px;
    margin: 2px 0 15px 10px;
    font: 12px "Century Gothic", "Trebuchet MS", Helvetica, sans-serif;
    float: left;
}
a.btn-form,
input.btn-form {
    margin: 5px 0 5px 150px;
    padding: 4px 28px 4px 8px;
    display: inline-block;
    font-size: 11px;
    color: #fff;
    border: 1px solid #444;
    background: #333 url(/images/legacy/btn-arrow.png) no-repeat right;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    cursor: pointer;
}
.small-label {
    display: block;
    font-size: 10px;
    font-weight: normal;
    color: #666;
    text-align: right;
    width: 140px;
}
/***** Tables  *****/
table tbody tr td p {
    text-align: left;
}
table tbody tr td {
    padding: 10px;
    color: rgb(106, 115, 123);
    border-right: 1px solid rgb(240, 240, 240);
    border-left: 1px solid rgb(240, 240, 240);
    /*width:100%;*/
}
table {
    /* margin: 0 0 20px 0; */
    
    width: 100%;
}
table th {
    padding: 10px 8px 10px 8px;
    background-color: #e2e2e2;
    color: #333;
    font-weight: bold;
    /* border: 1px solid #999; */
}
table td {
    padding: 4px 8px 4px 8px;
    /* background-color: #e2e2e2; */
    
    color: #333;
}
table tr:nth-child(even) td {
    background: #fff;
}
table tr:nth-child(odd) td {
    background: #F8F8F6;
}
table tr:first-child,
table tr:last-child {
    border-bottom: 2px solid #E4DAA7;
}
table td.highlight {
    color: #FFF;
    font-weight: bold;
}
table tr td.highlight {
    background-color: #333;
}
table tr td p.tableTextRight {
    width: 50%;
    display: inline-block;
}
@media only screen and (max-width: 959px) {
    table tr:first-child {
        display: none;
    }
    /* Force table to not be like tables anymore */
    
    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    
    tr {
        border: 1px solid #ccc;
    }
    
    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }
    
    td:before {
        width: 50%;
        font-weight: bold;
        font-size: 0.85em;
        float: left;
    }
}
/**** SEARCH RESULTS (START) ****/
#searchResults {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 12px;
}
#searchResults table th {}
#searchResults table tr.odd td {}
#searchResults table tr {
    background: rgb(237, 235, 222);
    max-height: 50px;
}
#searchResults table td {
    border: 0px;
}
.generalSearchResults {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color: rgb(108, 113, 116);
    text-shadow: 0px 1px 0px white;
}
.generalSearchResults strong {
    font-size: 20px;
    line-height: 32px;
    color: rgb(73, 79, 85);
    font-weight: 600;
}
#contactSearchResults #name {
    width: 25%;
    font-size: 20px;
    line-height: 32px;
    color: rgb(73, 79, 85);
    font-weight: 600;
}
#contactSearchResults #job_Title {
    width: 25%;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color: rgb(108, 113, 116);
    text-shadow: 0px 1px 0px white;
}
#contactSearchResults #job_Title a {}
#contactSearchResults #email,
#contactSearchResults #email a {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color: rgb(108, 113, 116);
    text-shadow: 0px 1px 0px white;
}
#contactSearchResults #phone,
#contactSearchResults #phone a {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color: rgb(108, 113, 116);
    text-shadow: 0px 1px 0px white;
}
#contactSearchResults #attendance_today {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color: rgb(108, 113, 116);
    text-shadow: 0px 1px 0px white;
}
#contactSearchResults #picture {
    margin: 0 30px;
    float: left;
    box-shadow: 0px 0px 3px;
    border: 4px solid white;
    top: -10px;
    position: relative;
    background-color: #fff;
}
#contactSearchResults #picture img {
    margin: 0;
    /* width:70px; */
}
#contactSearchResults #department {}
#contactSearchResults #speed_dial {}
#contactSearchResults #fax_number {}
#contactSearchResults #attendance {}
.footable-row-detail-inner {
    position: relative;
    margin-top: 10px;
    background-color: rgb(237, 235, 222);
}
.footable-cell-detail {
    /* padding:10px 8px 10px 8px; */
    
    background: rgb(246, 245, 238);
    padding: 10px 20px;
}
.footable-detail-show {
    border-top: 1px dotted black;
}
.footable-row-detail-left {
    /* width: 37%; */
    
    width: 400px;
    margin-left: 270px;
}
.footable-row-detail-right {
    float: right;
    /* width: 37%; */
    
    width: 425px;
    margin-right: 15px;
}
/**** SEARCH RESULTS (END) ****/
/***** Global Classes *****/
.img-left {
    float: left;
    margin: 0 30px 30px 0;
    border: none;
}
.img-right {
    float: right;
    margin: 0 0 30px 30px;
    border: none;
}
.clear {
    clear: both;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.text-big {
    color: #a2bd30;
    font-weight: bold;
    line-height: 26px;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.normal {
    font-weight: normal;
}
.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
.underline {
    border-bottom: 1px solid;
}
.highlight {
    padding: 0 3px 2px;
    color: #333;
    font-size: 11px;
    background: #00deff;
    font-weight: bold;
}
.intro {
    font-size: 130%;
    line-height: 130%;
}
.nopadding {
    padding: 0;
}
.noindent {
    margin-left: 0;
    padding-left: 0;
}
.nobullet {
    list-style: none;
    list-style-image: none;
}
.block {
    display: block;
}
.hidden {
    display: none;
}
.hide {
    display: none;
}
/***** Back to Top *****/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 51px;
    height: 51px;
    border: none;
    text-indent: -999px;
    background: url(/images/legacy/ui.totop.png) no-repeat left top;
}
#toTopHover {
    background: url(/images/legacy/ui.totop.png) no-repeat left -51px;
    width: 51px;
    height: 51px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
#toTop:active,
#toTop:focus {
    outline: none;
}
.titleIcon {
    margin-top: -12px;
    float: right;
    position: relative;
}
/***** ARTICLE STYLE (START) - Screen 960px *****/
.panelButtons {
    height: 50px;
    width: 440px;
    float: right;
    padding: 15px 20px 0 0;
}
/***** ARTICLE STYLE (END) - Screen 960px *****/
/***** ARTICLE STYLE (START) - Smaller than 767px *****/
@media only screen and (max-width: 767px) {
    .panelButtons {
        padding: 15px 0 0 0;
    }
}
/***** ARTICLE STYLE (END) - Smaller than 767px *****/
.panelButtons img {
    margin: 0;
}
.panelButtons ul {
    margin: 0;
}
.button {}
#searchQuery {
    padding: 0 7px 0 30px;
    width: 84px;
    height: 32px;
    font-size: 11px;
    border: none;
    background: #7686c2 url(/media/1050/search.gif) no-repeat;
    /* color: white; */
    
    float: right;
    text-align: right;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color: rgb(211, 215, 231);
    line-height: 32px;
}
.searchBox {
    margin-top: 10px !important;
    margin-bottom: -20px;
}
.searchButton {
    float: right;
    z-index: 100;
}
/* general news item style */
.newsItem {
    /* max-height: 278px; */
    
    float: left;
}
.newsItem a {
    text-decoration: none;
}
.newsItem a:hover {
    color: white;
}
.newsItem:hover {
    /* background-color: #f37421; */
    
    color: #fff;
}
.newsItem p {
    padding-left: 5px;
}
.newsItem H5 {
    display: block;
    padding: 3px;
    color: #fff;
    border-left: 1px dotted #dbd7bd;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 20px;
}
#accordion .newsItem:hover {
    background: rgb(245, 243, 239);
    transition-property: background .2s linear 0s;
    -moz-transition: background .2s linear 0s;
    -webkit-transition: background .2s linear 0s;
    -o-transition: background .2s linear 0s;
}
#accordion .newsItem {
    width: 100%;
    margin: 0;
    /* height: 25px; */
    /* overflow: hidden;	 */
    
    transition-property: background .2s linear 0s;
    -moz-transition: background .2s linear 0s;
    -webkit-transition: background .2s linear 0s;
    -o-transition: background .2s linear 0s;
}
#accordion .newsItem .articleHeader {
    border-bottom: 1px dotted rgb(198, 207, 214);
}
#accordion .newsItem h5 {
    background: none;
    color: #6a737b;
    border: none;
}
#accordion .newsItem img,
#accordion .newsItem p {
    display: none;
}
.regionalNewsBox {
    /* background:rgb(247,247,247); */
    /* border-bottom:2px solid #7686c2; */
}
/* horizontalAccordion news item */
#horizontalAccordion {
    height: 250px;
    overflow: hidden;
}
#horizontalAccordion .newsItem {
    width: 228px;
    height: 100%;
    /* background: #f37421; */
    
    margin: 0 2px;
}
#horizontalAccordion .newsItem H5 {
    background: #f37421;
    display: block;
    padding: 3px;
    color: #fff;
    border-left: 1px dotted #dbd7bd;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 20px;
}
#horizontalAccordion .newsItem p,
.sliderBack .page-options p {
    position: relative;
    float: left;
    /* background: #f37421; */
    
    background: #fff;
    /* height: 100%; */
    /* height: 76px; */
    
    height: 70px;
    color: #6a737b;
    padding: 2px 10px 16px 10px;
    /* margin: -23px 0 0 0; */
    
    margin: 4px 0 0 0;
    /* width:231px; */
    
    border-top: 2px solid #78a22f;
    border-bottom: 2px solid #78a22f;
    letter-spacing: 0.3px;
    font-size: 11px;
    overflow: hidden;
}
#horizontalAccordion .newsItem .articleHeader,
.sliderBack .page-options .articleHeader {
    background: #78a22f;
    height: 55px;
    overflow: hidden;
    float: left;
    z-index: 1;
    position: relative;
    width: 100%;
}
#horizontalAccordion .newsItem .articleHeader h5,
.sliderBack .page-options H5 {
    border: 0;
    display: block;
    padding: 8px;
    background: #78a22f;
    color: #fff;
    /* font-size: 14px; */
}
#horizontalAccordion .newsItem img,
.sliderBack .page-options img {
    width: 100%;
    /* margin: -25px 0 0 0; */
    
    position: relative;
}
#horizontalAccordion .newsItemImg {
    position: relative;
    overflow: hidden;
    /* height: 100px; */
    
    height: 98px;
    width: 100%;
}
#horizontalAccordion .newsItemImg img {
    position: absolute;
}
/* #horizontalAccordion #newsItemText{	width:173px;} */
/****** ELASTISLIDE ESPECIFIC CONFIGURATION (START) ******/
#horizontalAccordion .elastislide-horizontal {
    padding: 0;
}
#horizontalAccordion .elastislide-horizontal ul {
    white-space: normal;
}
#horizontalAccordion .elastislide-carousel ul li a img {
    border: 0;
}
#horizontalAccordion .elastislide-wrapper nav span {
    width: 26px;
    height: 24px;
    opacity: 1;
    margin-left: 1px;
    margin-right: -7px;
}
#horizontalAccordion .elastislide-horizontal nav span {
    left: auto;
    /* left: 0;	margin-top: 0; */
}
#horizontalAccordion .elastislide-vertical nav span {
    background-position: 0;
}
#horizontalAccordion .elastislide-horizontal nav span.elastislide-next {
    background-position: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    rotation: 180deg;
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
}
#horizontalAccordion .elastislide-vertical nav span.elastislide-next {
    background-position: 0;
}
/***** ARTICLE STYLE (START) - Screen Bigger than 960px *****/
@media only screen and (min-width: 1200px) {
    #horizontalAccordion .newsItem p {
        font-size: 13px;
        /* padding:2px 10px 16px 10px; */
    }
    
    #horizontalAccordion .newsItem {
        width: 286px;
    }
    /* #horizontalAccordion .newsItemImg{		width: 251px;	} */
    /* #horizontalAccordion #newsItemText{		width:231px;	} */
}
/***** ARTICLE STYLE (START) - Tablet (Smaller than 959px) *****/
@media only screen and (min-width: 768px) and (max-width: 959px) {
    #horizontalAccordion .newsItem p {
        font-size: 11px;
        letter-spacing: 1px;
        /* padding:2px 10px 16px 10px; */
    }
    
    #horizontalAccordion .newsItem {
        width: 242px;
    }
    
    #horizontalAccordion .newsItem .articleHeader h5 {
        font-size: 16px;
    }
    
    #horizontalAccordion .newsItemImg {
        /* width:146px; */
        width: 100%;
    }
    /* #horizontalAccordion #newsItemText{		width:126px;	} */
}
/***** ARTICLE STYLE (START) - Phone (landscape 420px) *****/
@media only screen and (min-width: 480px) and (max-width: 767px) {
    #accordionCarousel-1,
    #accordionCarousel-2,
    #accordionCarousel-3 {
        /* min-width:612px; */
        /* min-height:250px !important; */
    }
    
    #horizontalAccordion .newsItem {
        width: 224px;
    }
    
    #horizontalAccordion .newsItem .articleHeader h5 {
        font-size: 14px;
    }
    
    #horizontalAccordion .newsItemImg {
        /* width:150px; */
        width: 100%;
    }
    /* #horizontalAccordion #newsItemText{		width:130px;	} */
}
/***** ARTICLE STYLE (START) - Phone 480px max *****/
@media screen and (max-width: 480px) {
    #horizontalAccordion .newsItem {
        width: 295px;
    }
    
    #horizontalAccordion .newsItem .articleHeader h5 {
        font-size: 14px;
    }
    
    #accordionCarousel-1,
    #accordionCarousel-2,
    #accordionCarousel-3 {
        /* min-width:590px; */
    }
    
    #horizontalAccordion .newsItemImg {
        /* width:144px; */
        width: 100%;
    }
    /* #horizontalAccordion #newsItemText{		width:124px;	} */
}
/* people News Item */
.prev {
    top: 0;
    left: 0px;
    position: absolute;
    background: #fff;
    width: 20px;
    height: 100%;
    cursor: pointer;
    opacity: 0.1;
}
.next {
    top: 0;
    left: auto;
    position: absolute;
    background: #fff;
    width: 20px;
    height: 100%;
    cursor: pointer;
    right: 0px;
    opacity: 0.1;
}
.panel_contents .prev {
    top: 0;
    left: 0px;
    position: absolute;
    background: #fff;
    width: 20px;
    height: 100%;
    cursor: pointer;
    opacity: 0.8;
    margin-top: -5px;
}
.panel_contents .next {
    top: 0;
    left: auto;
    position: absolute;
    background: #fff;
    width: 20px;
    height: 100%;
    margin-top: -5px;
    cursor: pointer;
    right: 0px;
    opacity: 0.8;
}
.peopleNews .newsItem {
    height: 130px;
    width: 100%;
    margin-bottom: 10px;
    list-style: none;
    background-color: #dbd8bd;
    overflow: hidden;
}
*:first-child+html .newsItemImg {
    /*margin-left: -499px;*/
}
.peopleNews .newsItem p {
    /*position: relative;*/
    
    float: right;
    background: #dbd8bd;
    color: #fff;
    padding: 10px;
    width: 188px;
    height: 100%;
}
.peopleNews .newsItem H5 {
    border: none;
    display: block;
    padding: 3px;
    color: #fff;
    border-left: 1px dotted #dbd7bd;
}
.peopleNews .newsItemImg {
    overflow: hidden;
    width: 80px;
    height: 100px;
    float: left;
    margin: 0px -15px 0px -20px;
    /* height: 80px; */
    
    width: 115px;
    float: left;
    /*position: relative;*/
}
.peopleNews .newsItemImg img {
    /* margin: 0px -15px 0px -20px; */
    /* height: 80px; */
    /* width: 115px; */
    /* float: left; */
    /* position: relative; */
    
    height: 100%;
}
.peopleNews .newsItem .articleHeader {
    background-color: #cbb777;
    height: 28px;
    padding-top: 2px;
}
.peopleNews:hover,
.peopleNews a:hover {
    background: #f37421;
    color: #fff;
}
/***** ARTICLE STYLE (START) - Screen Bigger than 960px *****/
@media only screen and (min-width: 1200px) {
    .peopleNews .newsItem p {
        width: 260px;
    }
}
/***** ARTICLE STYLE (START) - Tablet (Smaller than 959px) *****/
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .peopleNews .newsItem p {
        width: 128px;
    }
    
    .peopleNews .newsItemImg {
        width: 115px;
        height: 150px;
    }
    
    .peopleNews .newsItem {
        height: 180px;
    }
}
/***** ARTICLE STYLE (START) - Phone (landscape 420px) *****/
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .peopleNews .newsItem p {
        width: 356px;
    }
}
/***** ARTICLE STYLE (START) - Phone 480px max *****/
@media screen and (max-width: 480px) {
    .peopleNews .newsItem p {
        width: 200px;
    }
}
.sliderBack {
    width: 100%;
    /*background: #80888f;*/
    
    margin: 5px 0 5px 0;
}
.sliderGraphic {
    position: absolute;
    height: 314px;
    width: 205px;
    background: url(/images/legacy/sliderGraphic.png) no-repeat;
    margin-left: -205px;
}
.header {
    margin-top: 15px !important;
    margin-bottom: 10px !important;
}
#nav a:link {
    color: #fff;
    text-decoration: none;
}
#nav a:visited {
    color: #fff;
}
#nav a:active {
    color: #fff;
    /* background-color: #f37421 !important; */
}
#nav a:hover {
    color: #fff;
    /* background-color: #f37421 !important; */
}
#moreButton a:link {
    color: #fff;
}
.newsItem {
    width: 152px;
    margin-bottom: 2px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .newsItem {
        width: 476px;
    }
}
@media only screen and (max-width: 767px) {}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .newsItem {
        width: 121px;
    }
}
@media only screen and (min-width:1200px) {
    .newsItem {
        width: 190px;
    }
}
/**** LATEST NEWS ON DIRECTORY PAGES (START) ****/
.latestNews {}
.latestNews .newsItem:hover {
    background: rgb(245, 243, 239);
    transition-property: background .2s linear 0s;
    -moz-transition: background .2s linear 0s;
    -webkit-transition: background .2s linear 0s;
    -o-transition: background .2s linear 0s;
}
.latestNews .newsItem {
    /* width:100%;	list-style:none;	margin-top:20px;	padding:10px 5px 5px 5px; */
    
    width: 284px;
    min-height: 200px;
    position: relative;
    margin: 20px 5px 0 5px;
    float: none;
    display: inline-table;
    list-style: none;
    padding: 10px 5px 5px 5px;
    box-sizing: border-box;
    transition-property: background .2s linear 0s;
    -moz-transition: background .2s linear 0s;
    -webkit-transition: background .2s linear 0s;
    -o-transition: background .2s linear 0s;
}
.latestNews .newsItem .articleHeader {
    margin: 0 0 10px 0;
}
.latestNews .newsItem .articleHeader H5 {
    color: #6a737b;
    border: none;
    padding: 0;
    margin: 0;
    font-weight: 300;
    font-size: 30px;
    line-height: 24px;
}
.latestNews .newsItem .articleHeader h5:before {
    height: 10px;
    width: 10px;
    background: #f37421;
    content: '';
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 6px;
    margin-left: 6px;
}
.latestNews .newsItemImg {
    max-height: 150px;
    overflow: hidden;
    float: left;
}
.latestNews .newsItem img {
    margin: 0 10px 0 0;
    width: 160px;
    float: left;
}
.latestNews .newsItem p {
    /* width: 420px;	float: left;	padding: 0 5px; */
    
    padding: 0 5px;
    display: block;
}
@media only screen and (min-width:1200px) {
    .latestNews .newsItem {
        width: 360px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .latestNews .newsItem {
        width: 100%;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .latestNews .newsItem {
        width: 100%;
    }
    
    .latestNews .newsItem img {
        width: 150px;
    }
}
@media only screen and (max-width: 480px) {
    .latestNews .newsItem {
        width: 100%;
    }
    
    .latestNews .newsItem img {
        width: 120px;
    }
}
/**** LATEST NEWS ON DIRECTORY PAGES (END) ****/
/**** GENERAL LATEST NEWS (START) ****/
.generalLatestNews {
    margin-bottom: 20px !important;
}
.generalLatestNews h3 {
    font-size: 22px;
    color: #fff;
    clear: both;
    background: #7686c2;
    margin-top: 2px;
    padding: 5px 10px;
}
.level3 h3 {
    margin: 10px 0 0 0;
}
.generalLatestNews .newsItem:hover {
    background: rgb(245, 243, 239);
    transition-property: background .2s linear 0s;
    -moz-transition: background .2s linear 0s;
    -webkit-transition: background .2s linear 0s;
    -o-transition: background .2s linear 0s;
}
.generalLatestNews .newsItem {
    width: 446px;
    margin: 10px 4px 0px 4px;
    float: none;
    display: inline-table;
    list-style: none;
    padding: 10px 5px 5px 5px;
    /* margin: 20px 5px 0px 5px; */
    
    transition-property: background .2s linear 0s;
    -moz-transition: background .2s linear 0s;
    -webkit-transition: background .2s linear 0s;
    -o-transition: background .2s linear 0s;
}
.generalLatestNews .newsItem .articleHeader {
    margin: 0 0 10px 0;
    border-bottom: 0;
}
.generalLatestNews .newsItem .articleHeader H5 {
    color: #6a737b;
    border: none;
    padding: 0;
    margin: 0;
    font-weight: 300;
    font-size: 30px;
    background: none;
    color: #6a737b;
    border: none;
}
.generalLatestNews .newsItem .articleHeader h5:before {
    height: 10px;
    width: 10px;
    background: #f37421;
    content: '';
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 6px;
    margin-left: 6px;
}
.generalLatestNews .newsItem img {
    margin: 0 10px 0 0;
    /* width:160px; */
    
    width: 40%;
    float: left;
    display: block;
}
.generalLatestNews .newsItem p {
    /* width: 420px; */
    /* float: left; */
    
    padding: 0 5px;
    display: block;
    width: auto;
}
.generalLatestNews #accordionLatestNews .newsItem:hover {
    /* background:rgb(245, 243, 239); */
}
.generalLatestNews #accordionLatestNews .newsItem {
    /* width: 100%; */
    /* margin:0; */
    /* height: 25px; */
    /* overflow: hidden;	 */
}
.generalLatestNews #accordionLatestNews .newsItem .articleHeader {
    /* border-bottom: 0; */
}
.generalLatestNews #accordionLatestNews .newsItem h5 {
    /* background: none;	color: #6a737b;	border: none; */
}
.generalLatestNews #accordionLatestNews .newsItem img,
#accordionLatestNews .newsItem p {
    display: block;
    /* width:auto; */
}
@media only screen and (min-width:1200px) {
    .generalLatestNews .newsItem {
        width: 562px;
    }
    
    .generalLatestNews .newsItem p {
        /* width: 48%; */
        /* width: 580px; */
    }
    
    .generalLatestNews .newsItem img {
        /* width:auto; */
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .generalLatestNews .newsItem {
        width: 352px;
    }
    
    .generalLatestNews .newsItem p {
        /* width: 260px; */
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .generalLatestNews .newsItem {
        width: 446px;
        margin-left: 0;
        margin-right: 0;
    }
    
    .generalLatestNews .newsItem p {
        /* width: 275px; */
    }
    
    .generalLatestNews .newsItem img {
        width: 150px;
    }
}
@media only screen and (max-width: 480px) {
    .generalLatestNews .newsItem {
        width: 290px;
        margin-left: 0;
        margin-right: 0;
    }
    
    .generalLatestNews .newsItem p {
        /* width: 150px; */
    }
    
    .generalLatestNews .newsItem img {
        width: 120px;
    }
}
/**** GENERAL LATEST NEWS (END) ****/
/**** GENERAL PAGES (START) ****/
.mainPageImage {
    position: relative;
    /*height: 423px;*/
    
    width: 772px;
    margin: 0 0px 0 20px;
    float: left;
    overflow: hidden;
}
.mainPageImage img {
    margin: 0;
}
/** MEET THE TEAM (DEPARTMENTS) (START)**/
.meetTheTeam {
    background: #a9b2b9;
    height: 423px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 290px;
    margin: 0 0 0 -20px;
}
.meetTheTeam .next {
    bottom: 0;
    top: auto;
    width: 100%;
    height: 15px;
    background: #7686c2;
    opacity: 0.7;
    margin-bottom: -20px;
}
.meetTheTeam .prev {
    margin-top: -20px;
    width: 100%;
    height: 15px;
    background: #7686c2;
    opacity: 0.7;
    -webkit-transition: display 0.2s ease-out;
    -moz-transition: display 0.2s ease-out;
    -o-transition: display 0.2s ease-out;
    -ms-transition: display 0.2s ease-out;
    transition: display 0.2s ease-out;
}
.meetTheTeam .celds {
    background: rgb(206, 214, 221);
    padding: 5px;
    margin-bottom: 5px;
}
.meetTheTeam .picture,
.meetTheTeam .text {
    float: left;
}
.meetTheTeam .picture,
.meetTheTeam .picture img {
    width: 80px;
    height: 80px;
}
.meetTheTeam .text {
    margin: 0 5px;
    width: 190px;
}
.meetTheTeam .text p {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: left;
}
.meetTheTeam .text a {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
}
/** ELASTISLIDE (START) **/
#meetTheTeamSlide {
    width: auto !important;
}
.meetTheTeam .elastislide-wrapper,
.meetTheTeam .elastislide-wrapper .elastislide-carousel {
    height: 320px;
    background: #a9b2b9;
    margin-top: 25px;
}
.meetTheTeam .elastislide-horizontal {
    padding: 0;
}
.meetTheTeam .elastislide-horizontal ul {
    white-space: normal;
}
.meetTheTeam .elastislide-carousel ul li a img {
    border: 0;
}
.meetTheTeam .elastislide-wrapper nav span {
    width: 14px;
    height: 16px;
    opacity: 1;
    /* margin-top: -5px; */
    
    margin-right: auto;
    border-radius: 0;
}
.meetTheTeam .elastislide-horizontal nav span {
    left: auto;
    /* left: 0;	margin-top: 0; */
}
.meetTheTeam .elastislide-vertical {
    padding: 0;
}
.meetTheTeam .elastislide-vertical nav span {
    background-position: 0;
    background-size: contain;
    top: 0;
    width: 11px;
    height: 14px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    rotation: 90deg;
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=-1);
}
.meetTheTeam .elastislide-vertical nav span.elastislide-next {
    background-position: 0;
    background-size: contain;
    top: 0;
    width: 11px;
    height: 14px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    rotation: 270deg;
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
}
@media only screen and (min-width:1200px) {
    .meetTheTeam {
        width: 370px;
    }
    
    .meetTheTeam .text {
        width: 270px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .meetTheTeam {
        width: 226px;
    }
    
    .meetTheTeam .text {
        width: 126px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .mainPageImage {
        margin: 0 0 0 0 !important;
    }
    
    .meetTheTeam {
        display: none;
    }
}
@media only screen and (max-width: 480px) {
    .mainPageImage {
        margin: 0 0 0 0 !important;
    }
    
    .meetTheTeam {
        display: none;
    }
}
/** ELASTISLIDE (END) **/
/** MEET THE TEAM (DEPARTMENTS) (END)**/
/**** GENERAL PAGES (END) ****/
/**** SLIDE NAVIGATION MENU (START) ****/
#navigationWrap {
    cursor: default;
    /*position: relative;	z-index: 100;	font-weight: bold;	font-size: 11px;	width:auto;	padding:10px 15px;	background:#7686c2;	box-sizing:border-box;*/
    /* width:auto\9;  IE8 and below */
    /* *width:auto;  IE7 and below */
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    #navigationWrap {
        width: auto;
    }
}
@media only screen and (max-width: 480px) {
    #navigationWrap {
        width: auto;
    }
    
    #copyrightText {
        margin-bottom: 10px !important;
    }
    
    #linksList {
        float: left !important;
    }
    
    #footer #linksList {
        margin-left: 0 !important;
    }
}
#slideNav {
    margin: 0;
    padding: 0 0 0 20px;
    line-height: 22px;
}
#navigationWrap #slideNav li {
    list-style: none;
    margin: 0;
    padding: 0 0 0 20px;
}
#navigationWrap #slideNav li a {
    text-decoration: none;
}
#navigationWrap #slideNav .menuBox {
    cursor: pointer;
    width: 18px;
    float: left;
    height: 22px;
    margin-left: -25px;
    *margin-top: -4px;
    /* IE7 and below */
}
#navigationWrap #slideNav .menuBoxDisabled {
    width: 18px;
    float: left;
    height: 22px;
    margin-left: -25px;
}
#navigationWrap #slideNav li span {
    margin-top: -4px;
    display: list-item;
    -webkit-box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
    box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
    background: url(/images/legacy/menu_icon_for_IE.gif) no-repeat\9;
    /* IE8 and below */
    
    *background: url(/images/legacy/menu_icon_for_IE.gif) no-repeat;
    /* IE7 and below */
    
    margin-top: 3px\9;
    /* IE8 and below */
    
    *margin-top: 3px;
    /* IE7 and below */
    
    height: 16px\9;
    /* IE8 and below */
    
    *height: 16px;
    /* IE7 and below */
}
#navigationWrap #slideNav .notmenu {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    /* IE 8 */
    
    filter: alpha(opacity=30);
    /* IE 5-7 */
    
    -moz-opacity: 0.3;
    /* Netscape */
    
    -khtml-opacity: 0.3;
    /* Safari 1.x */
    
    opacity: 0.3;
    /* Good browsers */
}
#navigationWrap>#slideNav>.active>.sectionTitle,
.active>#slideNav>.active>.sectionTitle {
    color: #fff !important;
    font-weight: 400 !important;
}
.notclicked {
    width: 16px;
    -webkit-transition: width 0.2s ease-out, margin-left 0.2s ease-out;
    -moz-transition: width 0.2s ease-out, margin-left 0.2s ease-out;
    -o-transition: width 0.2s ease-out, margin-left 0.2s ease-out;
    -ms-transition: width 0.2s ease-out, margin-left 0.2s ease-out;
    transition: width 0.2s ease-out, margin-left 0.2s ease-out;
    width: 20px\9;
    /* IE8 and below */
    
    *width: 20px;
    /* IE7 and below */
    
    height: 16px\9;
    /* IE8 and below */
    
    *height: 16px;
    /* IE7 and below */
}
#navigationWrap #slideNav .textclicked .sectionTitle/*, #navigationWrap #slideNav .textclicked .subSectionTitle*/
{
    color: #f2f3f4;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    -ms-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
#navigationWrap #slideNav .p1 .sectionTitle:hover,
#navigationWrap #slideNav li a:hover {
    color: #f2f3f4;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    -ms-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
#navigationWrap #slideNav .textnotclicked .sectionTitle/*, #navigationWrap #slideNav .textnotclicked .subSectionTitle*/
{
    color: #ffffff;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    -ms-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
.clicked {
    margin-left: 9px;
    width: 1px;
    -webkit-transition: width 0.2s ease-out, margin-left 0.2s ease-out;
    -moz-transition: width 0.2s ease-out, margin-left 0.2s ease-out;
    -o-transition: width 0.2s ease-out, margin-left 0.2s ease-out;
    -ms-transition: width 0.2s ease-out, margin-left 0.2s ease-out;
    transition: width 0.2s ease-out, margin-left 0.2s ease-out;
    margin-left: 8px\9;
    /* IE8 and below */
    
    *margin-left: 8px;
    /* IE7 and below */
    
    width: 4px\9;
    /* IE8 and below */
    
    *width: 4px;
    /* IE7 and below */
}
.sectionTitle/*, .subSectionTitle*/
{
    /* display: block; */
    
    padding-left: 0px;
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
}
/**** SLIDE NAVIGATION MENU (END) ****/

.articleSidebar hr{
	display:none;}
#OutageOverlay hr {
    border-width: 1px;
    border-style: solid;
    border-color: #666d70;
    margin: 10px 150px;
    height: auto !important;
    width: auto !important;
}