/* v075 */
/* Additional LESS Variables */
/* base css */
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #333333;
}
body {
  font-size: 1em;
  line-height: 1.4;
  background-color: #f0f7ff;
  color: #333333;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}
/* Remove text-shadow in selection highlight: h5bp.com/i These selection rule sets have to be separate. Customize the background color to match your design. */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/* A better looking default horizontal rule */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/* Remove the gap between images and the bottom of their containers: h5bp.com/i/440 */
img {
  vertical-align: middle;
}
/* Remove default fieldset styles. */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* Allow only vertical resizing of textareas. */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Override LotusUI Styles
   ========================================================================== */
.video .body {
  background: inherit;
}
.aw-main-header {
  display: none;
}
.body-of-content h3 {
  font-size: 1.2em;
}
.aw-page-body textarea {
  padding: 1px 0;
  margin: 1px 0;
  font: normal 1em/1.2em Arial, Helvetica, sans-serif;
  resize: none;
}
.aw-page-body p {
  margin: 0 0 10px;
}
.aw-page-body pre {
  font-family: "Courier New", Courier, monospace;
}
.aw-page-body a,
.aw-page-body a:visited,
.aw-page-body a:hover,
.aw-page-body a:focus,
.aw-page-body a:active {
  color: #145d84;
}
.aw-page-body a.btn,
.aw-page-body a.btn-small,
.aw-page-body a.btn-large,
.aw-page-body a.btn-mini,
.aw-page-body a.btn:visited,
.aw-page-body a.btn-small:visited,
.aw-page-body a.btn-large:visited,
.aw-page-body a.btn-mini:visited,
.aw-page-body a.btn:hover,
.aw-page-body a.btn-small:hover,
.aw-page-body a.btn-large:hover,
.aw-page-body a.btn-mini:hover,
.aw-page-body a.btn:focus,
.aw-page-body a.btn-small:focus,
.aw-page-body a.btn-large:focus,
.aw-page-body a.btn-mini:focus,
.aw-page-body a.btn:active,
.aw-page-body a.btn-small:active,
.aw-page-body a.btn-large:active,
.aw-page-body a.btn-mini:active {
  color: #FFF;
  text-decoration: none;
}
.aw-page-body a.btn-primary,
.aw-page-body a.btn-primary:visited,
.aw-page-body a.btn-primary:hover,
.aw-page-body a.btn-primary:focus,
.aw-page-body a.btn-primary:active {
  color: #fff;
  text-decoration: none;
}
.aw-page-body button.close {
  font-size: 1em;
}
table th {
  font-size: 1em;
  font-weight: bold;
}
/* Videos */
.video-wrapper {
  border: 1px solid black;
}
.video-summary {
  min-height: 6em;
}
/* ==========================================================================
   Override Bootstrap Styles
   ========================================================================== */
.carousel-caption {
  position: relative;
}
.carousel-control:hover {
  text-decoration: none !important;
}
.carousel-control.right:before {
  /* content: 'Next'; */

  color: white;
  font-size: 1.5em;
  top: 8px;
  position: relative;
}
.carousel-control.left:before {
  /* content: 'Prev'; */

  color: white;
  font-size: 1.5em;
  top: 8px;
  position: relative;
}
.carousel-control.right {
  background-color: #0192cf;
  right: 0;
}
.carousel-control.left {
  left: 0;
  background-color: #0192cf;
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Basic Theme Styles
   ========================================================================== */
h2 {
  color: #184971;
  font-weight: bold;
  margin-top: 0;
}
h4 {
  font-weight: bold;
}
#aw-main-wrapper {
  font-size: 1em;
}
/* Translation labels */
.multilingual {
  visibility: hidden;
}
.widget .multilingual {
  visibility: visible;
}
/* ==========================================================================
   Theme Header
   ========================================================================== */
#aw-header-top-right {
  float: right;
  display: none;
  min-width: 300px;
  text-align: right;
}
#aw-header-top-right ul {
  float: right;
  list-style: none;
  font-size: 1em;
}
#aw-header-top-right li {
  float: left;
  margin-left: 10px;
}
#aw-header-top-right a:hover {
  color: #145d84;
  text-decoration: none;
}
#aw-header-top-right .btn-rounded:hover {
  color: white;
}
#aw-header-top-right > ul > li {
  line-height: 1em;
}
#aw-header-top-right > ul > li > a {
  color: #777666;
}
#aw-header-top-right .user-tools {
  padding-top: 1em;
}
#aw-header-top-right .user-tools a {
  color: black;
}
#aw-header-top-right .user-properties .wps-icon-user {
  width: 30px;
  height: 35px;
  display: block;
  background-position: -397px 0;
  float: left;
  text-align: left;
}
#aw-header-top-right .user-properties a {
  text-decoration: none;
}
#aw-header-top-right .user-help {
  padding-top: 5px;
}
#aw-header-top-right .user-full-name-welcome {
  padding-right: 2px;
  display: block;
  float: left;
  margin-top: 5px;
}
#aw-header-top-right .user-full-name {
  display: block;
  float: left;
  padding-top: 5px;
  margin-left: 5px;
}
#aw-header-top-right .user-tools-font {
  padding-right: 20px;
}
#aw-header-top-right .user-tools-language {
  padding-right: 20px;
}
#aw-header-top-right .switch-user-language {
  height: 35px;
  display: block;
  border: 1px solid transparent;
}
#aw-header-top-right .user-tools-live-chat {
  margin-top: -10px;
}
#aw-header-top-right .wps-icon-chat {
  text-align: left;
  display: block;
  float: left;
  width: 35px;
  height: 29px;
  background-position: -5px -171px;
  margin-top: -3px;
}
#aw-header-authoring-tools {
  text-align: right;
}
#aw-header-top #aw-header-top-left {
  float: left;
}
#aw-header-authoring-tools .actions .aw-right a:hover {
  color: #145d84;
  text-decoration: none;
}
#aw-header-top #aw-header-authoring-tools {
  float: right;
  padding-top: 4px;
}
#aw-header-authoring-tools .actions {
  line-height: 1em;
}
#aw-header-authoring-tools .actions #portal-actions {
  display: none;
}
#aw-header-authoring-tools .actions .aw-right {
  float: right;
}
#aw-quick-access-tools,
#aw-people-directory {
  float: left;
}
#aw-quick-access-tools > ul,
#aw-people-directory > ul {
  margin: 0 0 10px;
}
#aw-quick-access-tools > ul > li,
#aw-people-directory > ul > li {
  font-size: 1em;
  line-height: 1em;
}
#aw-quick-access-tools a,
#aw-people-directory a {
  color: #777666;
}
#aw-quick-access-tools a:hover,
#aw-people-directory a:hover {
  color: #145d84;
  text-decoration: none;
}
#aw-header-authoring-tools {
  margin-bottom: 10px;
}
#aw-header-authoring-tools .actions .aw-right {
  display: inline;
  margin-left: 10px;
  color: #777666;
}
#aw-header-authoring-tools .actions .aw-right a {
  color: #777666;
  text-decoration: none;
}
/* Logo */
.logo-wrapper {
  padding-top: 1em;
}
.slogan-top {
  display: block;
  float: left;
  width: 400px;
  font-size: 1.5em;
  font-weight: bold;
}
.slogan-bottom {
  display: block;
  color: #666666;
}
/* Quick Links */
.widget.dynamicList.quicklinks-dynamiclist {
  margin-bottom: 0;
}
.widget-quick-links-wrapper {
  position: relative;
}
.widget-quick-links-wrapper a {
  color: #2284a1;
}
.widget-quick-links-wrapper .widget.dynamicList .item {
  padding: 1em;
}
.widget-quick-links-wrapper .widget.dynamicList .item:hover {
  background: #efefef;
}
.widget-quick-links {
  border: 10px solid #b5b5b5;
  position: absolute;
  z-index: 100;
  padding: 1em;
  min-width: 760px;
  right: 0;
  display: none;
  background-color: #f5f5f5;
}
.widget-quick-links a {
  color: #991821;
  font-size: 0.9em;
}
.widget-quick-links .summary {
  font-size: 0.9em;
}
.quick-links-trigger-action {
  background: #991821;
  color: white;
  min-height: 65px;
}
.quick-links-trigger-action .wps-icon-arrow {
  right: 0;
  width: 30px;
  top: 6px;
}
.quick-links-trigger-action > a {
  padding-top: 0.9em;
  display: block;
  text-align: center;
  font-size: 1.3em;
  color: white;
  outline: 0;
}
/* Navigation */
#aw-header-bottom:before,
#aw-header-bottom:after {
  /* content: " "; */

  display: table;
}
#aw-header-navigation {
  border-color: #ccc;
  width: 100%;
  min-height: 65px;
  float: left;
}
#aw-header-navigation ul {
  min-height: 65px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
#aw-header-navigation ul .dropdown-menu {
  border-bottom: medium none;
  min-width: initial;
  min-height: inherit;
  height: auto;
  background-color: #F2F2F2;
  border: 2px solid #BABABA;
  border-radius: inherit;
}
#aw-header-navigation ul .dropdown-menu li {
  background-color: #FFF;
  width: 100%;
}
#aw-header-navigation ul .dropdown-menu a {
  color: #000;
  height: auto;
  float: left;
  width: 100%;
  text-align: left;
}
#aw-header-navigation ul .dropdown-menu a:hover {
  background-color: #CCC;
  /*#FFF;*/

}
#aw-header-navigation ul .dropdown-menu a:focus {
  font-weight: bold;
}
#aw-header-navigation li {
  list-style: none;
  float: left;
}
#aw-header-navigation ul a {
  display: block;
  height: 36px;
  padding: 16px 10px 0;
  text-decoration: none;
  min-width: 60px;
}
#aw-header-bottom,
.aw-header-bottom {
  position: relative;
}
#aw-header-bottom-left {
  float: left;
}
#aw-header-bottom-right {
  float: right;
  width: 240px;
  border-bottom: 5px solid #000066;
}
#aw-header-navigation {
  float: left;
  width: auto;
  left: 0;
  position: absolute;
  right: 240px;
}
#aw-header-navigation ul {
  height: 65px;
  min-height: 65px;
}
#aw-header-navigation li {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}
#aw-header-navigation ul a {
  height: auto;
  padding: 20px 24px 17px;
  border-bottom: none;
  font-size: 1em;
}
#aw-header-navigation ul li.current a {
  background-color: #000066;
}
#aw-header-navigation ul .dropdown-menu li a {
  background-color: #FFF;
  /*#F2F2F2;*/

  padding-top: 10px;
  padding-bottom: 10px;
}
#aw-header-navigation > .active > a {
  background-color: inherit;
  font-weight: bold;
  /*New Line*/

}
/* Search Box */
#aw-header-bottom-right {
  min-height: 65px;
  height: 65px;
  margin-left: -20px;
  padding-left: 20px;
}
#aw-header-bottom-right .search-trigger-action {
  min-height: 65px;
}
#aw-header-bottom-right .search-trigger-action.open {
  background-color: black;
}
#aw-header-bottom-right .search-trigger-action-link {
  display: block;
  width: 100%;
  text-align: left;
  text-indent: -9999px;
  height: 65px;
}
#aw-header-bottom-right .search-trigger-action-link .wps-icon-search {
  width: 55px;
  height: 60px;
  background-position: -822px -478px;
}
.form-search {
  z-index: 101;
  position: relative;
  padding: 1em;
  color: white;
  display: none;
}
.form-search .btn {
  color: #fff;
  width: 10%;
  height: 34px;
  margin-left: -5px;
  border-radius: 0 10px 10px 0;
  margin-top: -3px;
  padding: 0;
  background: url('/wps/wcm/connect/tdb/99756c73-35bb-4fb5-bcb3-3791509fedfb/icons-white-02.png?MOD=AJPERES&amp;CACHEID=ROOTWORKSPACE.Z18_82L8HGG0L86RF0AEBD6CDC00G6-99756c73-35bb-4fb5-bcb3-3791509fedfb-nbdfYNC') no-repeat -687px -53px #5cb85c;
}
.form-search .wps-icon-search {
  width: 55px;
  height: 40px;
  background-position: -783px -441px;
}
.search-form-wrapper {
  position: relative;
  float: left;
  width: 20%;
  z-index: 999;
}
.search-query {
  width: 80%;
  min-height: 35px;
  border-radius: 10px 0 0px 10px;
  border: 1px solid black;
  padding-left: 1em;
}
.widget-quick-links-wrapper {
  float: left;
  width: 80%;
  z-index: 999;
}
.custom-search-input {
  position: absolute;
  display: none;
  top: 65px;
  right: 0;
  min-width: 200px;
  background-color: black;
  width: 540px;
  height: 95px;
  z-index: 100;
  border-bottom: 6px solid #2a7e2a;
}
.custom-search-input .wps-icon-close {
  width: 30px;
  height: 30px;
  background-position: -929px -402px;
}
.custom-search-input .close-search-link {
  display: block;
  position: absolute;
  right: 0;
  z-index: 102;
}
@media screen and (max-width: 990px) {
  #aw-header-bottom-right {
    float: right;
    width: 170px;
    border-bottom: 5px solid #000066;
    padding-left: 0px;
  }
}
/* Search Page */
.search-filter input[type="checkbox"] {
  margin: 0;
  vertical-align: inherit;
}
.search-filter label {
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.search-result-item {
  word-wrap: break-word;
}
/* Search results */
.search-results-container .search-count {
  margin-bottom: 20px;
  color: #777666;
  display: inline-block;
  width: 100%;
}
.search-results-container .clear-filters {
  color: #777666;
  font-size: 0.8em;
  display: inline-block;
  margin-left: 10px;
}
.search-results-container a,
.search-results-container a:visited {
  text-decoration: none;
}
.search-results-container a:hover {
  text-decoration: underline;
}
.search-results .search-result-item {
  padding-bottom: 10px;
}
.search-results .search-result-title {
  font-size: 1.4em;
  margin: 5px 0 4px 0;
}
.search-results .search-result-authoring-template {
  color: #777666;
  font-size: 0.8em;
  display: inline;
}
.search-results .search-result-summary {
  line-height: 22px;
}
.search-results .search-result-authoring-template {
  color: #777666;
  display: none;
}
.search-result-topics {
  color: #777666;
  display: none;
}
.search-result-date {
  color: black;
  margin-top: 10px;
  font-size: 0.8em;
  font-weight: bold;
}
.search-pagination {
  margin: 0;
  height: 30px;
  padding: 0;
}
.search-pagination .separator {
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid transparent;
}
.search-pagination li {
  float: left;
  padding: 0 0.5em;
  list-style: none;
}
/* Impersonation Modal */
.dmdc-note {
  font-weight: bold;
  padding-left: 2px;
}
/* Pagination */
.paginationContainer .pagination {
  margin: 0 0 1em 0;
  padding-left: 0;
}
.paginationContainer .pagination .addedPage {
  cursor: pointer;
}
ul.pagination > li > span {
  color: gray;
}
ul.pagination > li > span > a {
  color: #145d84;
}
@media only screen and (max-width: 568px) {
  .pagination .pagination-item {
    display: none;
  }
  .pagination .pagination-item.first,
  .pagination .pagination-item.last {
    display: inline;
  }
}
.search-filter {
  padding: 20px;
  background-color: #f6f6f6;
}
#apply-search-filters {
  padding: 0 20px 20px;
  background-color: #f6f6f6;
}
.search-filter .title {
  font-size: 1.5em;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  padding-bottom: 5px;
}
.search-filter .facet {
  color: #999;
  padding-bottom: 2px;
}
.search-filter .facet input[type="checkbox"] {
  margin-right: 5px;
  opacity: 0.8;
}
.search-filter .facet label {
  display: inline;
  font-weight: inherit;
  line-height: inherit;
  color: #666;
  font-size: 1em;
}
/* Workspace Navigation */
.submenu-nav {
  list-style: none outside none;
  margin-left: 10px;
}
.submenu-nav > li {
  float: left;
  height: 20px;
  padding: 10px 5px;
}
.submenu-nav > li.active a {
  background-color: #009390;
}
.submenu-nav a {
  padding: 5px;
}
.submenu-nav a,
.submenu-nav a:hover,
.submenu-nav a:visited {
  color: #eafcfb;
}
.submenu-nav-container {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 1.5em;
}
.wrapper-submenu-nav {
  background-color: #000066;
}
/* Site Navigation */
#wps-icon-unhide {
  display: none;
}
.wps-icon {
  background: url('/wps/wcm/connect/tdb/1f2f7ddc-30b9-42df-933d-875fb4474ca8/icons-dark.png?MOD=AJPERES&amp;CACHEID=ROOTWORKSPACE.Z18_82L8HGG0L86RF0AEBD6CDC00G6-1f2f7ddc-30b9-42df-933d-875fb4474ca8-nbdfYNC') no-repeat 0 0 transparent;
  text-indent: -9999px;
}
.wps-icon-chevron-gray {
  background-position: -144px -92px;
}
.wps-icon-colors {
  background: url('') no-repeat 0 0 transparent;
}
.wps-icon-gray {
  background: url('/wps/wcm/connect/tdb/1f2f7ddc-30b9-42df-933d-875fb4474ca8/icons-dark.png?MOD=AJPERES&amp;CACHEID=ROOTWORKSPACE.Z18_82L8HGG0L86RF0AEBD6CDC00G6-1f2f7ddc-30b9-42df-933d-875fb4474ca8-nbdfYNC') no-repeat 0 0 transparent;
  display: block;
  text-indent: -199999px;
  height: 50px;
  width: 50px;
}
.wps-icon-gray-small {
  background: url('/wps/wcm/connect/tdb/1f2f7ddc-30b9-42df-933d-875fb4474ca8/icons-dark.png?MOD=AJPERES&amp;CACHEID=ROOTWORKSPACE.Z18_82L8HGG0L86RF0AEBD6CDC00G6-1f2f7ddc-30b9-42df-933d-875fb4474ca8-nbdfYNC') no-repeat 0 0 transparent;
  display: block;
  text-indent: -199999px;
  width: 30px;
  height: 30px;
}
.wps-icon-white {
  background: url('/wps/wcm/connect/tdb/99756c73-35bb-4fb5-bcb3-3791509fedfb/icons-white-02.png?MOD=AJPERES&amp;CACHEID=ROOTWORKSPACE.Z18_82L8HGG0L86RF0AEBD6CDC00G6-99756c73-35bb-4fb5-bcb3-3791509fedfb-nbdfYNC') no-repeat 0 0 transparent;
  display: block;
  text-indent: -9999px;
  text-align: left;
  min-width: 20px;
  min-height: 20px;
}
.wps-icon-user {
  background-position: 0px -435px;
}
.wps-icon-star {
  background-position: 8px -510px;
}
.wps-icon-simple-user {
  background-position: -379px 0px;
}
.wps-icon-doctor {
  background-position: -127px -507px;
  margin: 8px;
}
.wps-icon-gray-small.wps-icon-money {
  background-position: -64px -2px;
}
.wps-icon-gray-small.wps-icon-document {
  background-position: -788px -257px;
}
.widget.timeLine .icon {
  background-color: white;
  box-shadow: 0 0 0 6px #666666;
  /*@darkgrey*/

  left: 30px;
}
.widget.timeLine .icon.icon-small {
  left: 45px;
}
.widget.timeLine .post {
  margin-left: 135px;
  background-color: transparent;
  padding-bottom: 15px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  border: 0;
}
.widget.timeLine .post .serviceDescription {
  max-width: 80%;
}
.widget.timeLine .items:before {
  left: 80px;
}
.widget.timeLine .items:before,
.widget.timeLine .items .before {
  background-color: #666666;
}
.widget.timeLine .post:after {
  border: 0;
}
.wps-icon-chevron-color {
  background-position: -144px -92px;
}
.aw-left-nav {
  padding-top: 0;
  /*.active a {
    color:inherit;
  }*/

}
.aw-left-nav a {
  display: block;
  text-decoration: none;
}
.aw-left-nav a:hover {
  text-decoration: none;
}
.aw-left-nav .title a {
  padding: 0 20px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.8em;
}
.aw-left-nav .title a:hover {
  /*text-decoration:none;
      color:@left_sidebar_hover;*/

  background-color: #FFF;
  color: #CF1F2C;
}
.aw-left-nav ul.first-level,
.aw-left-nav ul.second-level {
  margin-left: 0;
}
.aw-left-nav ul.first-level > li {
  margin-bottom: 4px;
  clear: both;
}
.aw-left-nav ul.first-level > li > a {
  /*padding: 5px 20px 5px;*/

}
.aw-left-nav ul.second-level > li > a {
  padding-left: 30px;
}
.aw-left-nav ul.first-level > li > a.current-page,
.aw-left-nav ul.second-level > li > a.current-page,
.aw-left-nav ul.first-level > li > a:hover,
.aw-left-nav ul.second-level > li > a:hover,
.aw-left-nav .title a:hover {
  color: #CF1F2C;
  background-color: transparent;
}
.aw-left-nav ul.first-level > li:hover,
.aw-left-nav ul.second-level > li:hover,
.aw-left-nav .title a:hover {
  background-color: #FFF;
}
.aw-left-nav li.active {
  background-color: #FFF;
}
.aw-left-nav span {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  margin-top: 14px;
  margin-left: 20px;
}
.aw-left-nav .nav a {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
}
#twoColumnsRight .aw-main-content {
  /* box-shadow : -30px 0px 50px -40px rgba(0, 0, 0, 0.5); */

}
/* Registration */
.registration-wrapper .wps-icon-help {
  background-position: 0 -3px;
  width: 40px;
  height: 26px;
  display: block;
  float: right;
}
.registration-wrapper {
  position: relative;
}
.registration-header {
  min-height: 70px;
}
.registration-wrapper .button-ds-logon {
  position: absolute;
  top: 0;
  right: 20px;
}
.help-text {
  margin-top: 4px;
  margin-left: 4px;
}
.help-container {
  min-width: 120px;
}
.registration-wrapper h4 {
  margin: 0;
  padding: 0;
}
.passwordForm .password {
  position: relative;
}
.passwordForm .password .wps-icon-key {
  background-position: -659px -265px;
  width: 26px;
  position: absolute;
  left: 7px;
  top: 10px;
}
.passwordForm .password .wps-icon-lock-on {
  background-position: -860px -176px;
  width: 25px;
  position: absolute;
  top: 55px;
  right: 10px;
}
.btn-active {
  background-color: #051C36;
}
.createAccountForm .password {
  position: relative;
}
.createAccountForm .wps-icon-key {
  background-position: -659px -265px;
  width: 26px;
  position: absolute;
  left: 7px;
  top: 10px;
}
.createAccountForm .wps-icon-lock-on {
  background-position: -860px -176px;
  width: 25px;
  position: absolute;
  top: 55px;
  right: 10px;
}
.wps-icon-question {
  background-position: -253px -1px;
  width: 40px;
  height: 28px;
  display: block;
}
.bg-white {
  background-color: white;
}
.whiteDiv {
  overflow: hidden;
  border-color: #717171;
  border-style: solid;
  border-width: 1px;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.terms {
  height: 250px;
  border: 1px solid black;
  overflow-y: scroll;
}
.buttonText {
  font-size: 1em;
}
.registration-form .btn-lg {
  font-size: 1em;
}
.createAccountContainer .password {
  position: relative;
}
.createAccountContainer .controls {
  position: relative;
}
.createAccountContainer .wps-icon-key {
  background-position: -659px -265px;
  width: 26px;
  position: absolute;
  left: 7px;
  top: 10px;
}
.createAccountContainer .wps-icon-lock-on {
  background-position: -860px -176px;
  width: 25px;
  position: absolute;
  top: 19px;
  right: 10px;
}
.dark-well {
  background: black;
  color: white;
}
.arrow-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid black;
  margin-top: 110px;
}
.validation-container ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.validation-container li {
  display: block;
  margin-bottom: 5px;
}
.validation-container .wps-icon-colors {
  float: left;
}
.top-blue-border {
  border-top: 1px solid #184971;
}
.bottom-blue-border {
  border-bottom: 2px solid #184971;
}
.blue-text {
  color: #184971;
}
.red-text {
  color: #991821;
}
.strong-text {
  font-weight: bold;
}
.green-text {
  color: #2a7e2a;
}
.gray-text {
  color: #666666;
}
.registration-wrapper .btn-lg {
  padding: 8px 10px;
}
.registration-btn-live-chat {
  text-align: center;
  margin-top: 40px;
}
/* Registration DS Logon  */
.container-form-ds-logon {
  padding-bottom: 70px;
}
.btn-continue-ds-logon {
  padding-left: 30%;
  padding-right: 30%;
}
/* Regitration Wizard */
.container-slider {
  padding-top: 10px;
  padding-bottom: 35px;
  padding-left: 50px;
  padding-right: 55px;
}
.ui-slider {
  background: none repeat scroll 0 0 #ddd;
  border-radius: 32px;
  box-shadow: none;
  cursor: pointer;
  height: 12px;
  margin: 21px;
  position: relative;
}
.step {
  border: 6px solid #ddd;
  border-radius: 80%;
  color: #aaa;
  text-decoration: none;
  font-weight: bold;
  line-height: 39px;
  margin-left: -21px;
  position: absolute;
  text-align: center;
  top: -16px;
  width: 50px;
  height: 50px;
  z-index: 2;
  background-color: #FFFFFF;
}
a.step:hover {
  color: #aaa;
  text-decoration: none;
}
a.step:visited {
  color: #aaa;
  text-decoration: none;
}
.steps * {
  cursor: text;
}
.done {
  background-color: #115976;
  border-color: #115976;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
a.done:hover {
  color: #fff;
  text-decoration: none;
}
a.done:visited {
  color: #fff;
  text-decoration: none;
}
#step-bar2 {
  background: none repeat scroll 0 0 #115976;
  border-radius: 32px;
  box-shadow: none;
  cursor: pointer;
  height: 12px;
  margin: 21px;
  width: 25%;
  position: absolute;
  top: -21px;
  left: 0%;
  display: none;
}
#step-bar3 {
  background: none repeat scroll 0 0 #115976;
  border-radius: 32px;
  box-shadow: none;
  cursor: pointer;
  height: 12px;
  margin: 21px;
  width: 25%;
  position: absolute;
  top: -21px;
  left: 25%;
  display: none;
}
#step-bar4 {
  background: none repeat scroll 0 0 #115976;
  border-radius: 32px;
  box-shadow: none;
  cursor: pointer;
  height: 12px;
  margin: 21px;
  width: 25%;
  position: absolute;
  top: -21px;
  left: 50%;
  display: none;
}
#step-bar5 {
  background: none repeat scroll 0 0 #115976;
  border-radius: 32px;
  box-shadow: none;
  cursor: pointer;
  height: 12px;
  margin: 21px;
  width: 25%;
  position: absolute;
  top: -21px;
  left: 75%;
  display: none;
}
.step1-registration {
  left: 0%;
}
.step2-registration {
  left: 25%;
}
.step3-registration {
  left: 50%;
}
.step4-registration {
  left: 75%;
}
.step5-registration {
  left: 100%;
}
#step-title-1 {
  position: absolute;
  top: 35px;
  max-width: 82px;
  left: -4%;
}
#step-title-2 {
  position: absolute;
  top: 35px;
  left: 21%;
}
#step-title-3 {
  position: absolute;
  top: 35px;
  left: 42%;
}
#step-title-4 {
  position: absolute;
  top: 35px;
  left: 71%;
}
#step-title-5 {
  position: absolute;
  top: 35px;
  left: 93%;
}
.step.current {
  background: #115976;
  color: #fff;
  font-weight: bold;
  border-color: #115976;
  text-decoration: none;
}
a.step.current:hover {
  color: #fff;
  text-decoration: none;
}
a.step.current:visited {
  color: #fff;
  text-decoration: none;
}
/* Login */
.aw-content-login .login-top {
  border-bottom: 1px solid;
  border-color: #eeeeee;
}
.aw-content-login .login-top h2 {
  margin: 0;
  width: 45%;
  display: inline-block;
}
.aw-content-login .login-top .span-center {
  text-align: center;
}
.aw-content-login .login-top .div-account {
  float: right;
  padding-top: 7px;
}
.aw-content-login .login-bottom p {
  text-align: center;
}
.aw-content-login .login-bottom input {
  border: 1px solid;
  border-radius: 0;
  padding-left: 35px;
  padding-right: 50px;
}
.aw-content-login .login-bottom .button-login button {
  font-style: normal;
  font-weight: bold;
}
.aw-content-login .login-bottom .button-login button:hover {
  background-color: #13488E;
}
.aw-content-login .login-bottom .button-ds-logon button {
  background-color: transparent;
  border-color: #2284A1;
  color: #2284A1;
  font-style: normal;
  font-size: 1.1em;
}
.aw-content-login .login-bottom .button-ds-logon button:hover {
  background-color: #2284A1;
  color: #FFF;
}
.aw-content-login .login-bottom .username,
.aw-content-login .login-bottom .password {
  position: relative;
}
.aw-content-login .login-bottom .ds-logon-instead {
  border: 1px solid;
  border-color: cadetblue;
  border-radius: 5px;
  color: cadetblue;
}
.aw-content-login .wps-icon {
  background: url('/wps/wcm/connect/tdb/1f2f7ddc-30b9-42df-933d-875fb4474ca8/icons-dark.png?MOD=AJPERES&amp;CACHEID=ROOTWORKSPACE.Z18_82L8HGG0L86RF0AEBD6CDC00G6-1f2f7ddc-30b9-42df-933d-875fb4474ca8-nbdfYNC') no-repeat 0 0 transparent;
}
.aw-content-login .family-list-open-lock .wps-icon {
  background-position: -860px -176px;
  width: 25px;
  position: absolute;
  top: 55px;
  right: 10px;
}
.aw-content-login .wps-icon-user {
  background-position: -394px -3px;
  height: 30px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 30px;
}
.aw-content-login .wps-icon-key {
  background-position: -659px -265px;
  left: 7px;
  position: absolute;
  top: 8px;
  width: 26px;
}
.aw-content-login .wps-icon-unhide {
  background-position: -865px -87px;
  position: absolute;
  right: 30px;
  top: 5px;
  width: 16px;
}
.aw-content-login .wps-icon-lock-on {
  background-position: -860px -176px;
  height: 22px;
  position: absolute;
  right: 3px;
  top: 7px;
  width: 15px;
}
.aw-content-login .checkbox {
  text-align: left;
}
.aw-content-login .checkbox label {
  padding-left: 0;
}
.aw-content-login .checkbox label > input {
  margin-right: 5px;
}
.aw-content-login #loginForm input[type='checkbox'] {
  margin-left: 0;
  position: static;
}
/* Login Secure Form */
.aw-container-login-secure {
  /*margin: 0 174px;
  padding: 0 200px;*/

  background: #f5f5f5;
}
.aw-container-login-secure .a-forgot {
  text-align: center;
}
.aw-container-login-secure a {
  color: #115976;
}
.aw-container-login-secure .well-sm {
  padding: 20px;
}
.aw-header-login-secure {
  margin-bottom: 20px;
  border-bottom: 2px solid #115976;
}
.aw-header-login-secure a {
  color: #145d84;
  float: right;
}
.aw-header-login-secure h2 {
  margin: 0;
  width: 70%;
  display: inline-block;
}
.aw-footer-login-secure {
  background: #f5f5f5;
  /*margin: 0 174px;*/

  margin-top: -20px;
  margin-bottom: 20px;
  padding: 0 20px;
}
.aw-login-secure-information {
  padding: 20px 5px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.aw-login-secure-links {
  padding: 20px 0;
  color: #115976;
  font-size: 1.1em;
}
.aw-login-secure-links .link-legal {
  float: right;
}
/* Blocks */
.aw-block-no-border {
  background-color: #fff;
  margin-top: 10px;
  overflow: hidden;
}
.aw-block-no-border ul {
  margin-left: 0;
  padding-left: 10px;
  margin-top: 0;
  list-style: none;
  background-color: #ffffff;
}
.aw-block-no-border a {
  color: #145d84 !important;
}
.aw-block-no-border li {
  color: #333333;
}
.aw-block-no-border li a {
  background-color: #ffffff;
  color: #004a91;
}
.aw-block a {
  font-size: 1em;
}
.aw-block ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.aw-block li {
  margin: 0;
  margin-left: 12px;
  list-style: square outside none;
}
.aw-block li a {
  font-size: 1em;
}
.aw-block .utb-right {
  padding: 10px;
}
.related-content ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.related-content li {
  margin: 0;
  margin-left: 12px;
  list-style: square outside none;
}
.related-content li a {
  font-size: 1em;
}
.aw-block-title {
  padding: 10px;
  line-height: 1em;
}
.aw-block-title,
.aw-block-title .relatedContent .group .title {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1em;
  margin: 0;
  padding: 0;
}
.aw-block-title,
.aw-block-title .related-icon {
  width: 10px;
  height: 15px;
  padding: 0 9px 0;
  display: inline-block;
}
.aw-block-title,
.aw-block-title .related-icon.related-promotions {
  background-position: 0 -390px;
}
.aw-block-title,
.aw-block-title .related-icon.related-items {
  background-position: 0 -132px;
}
.aw-block-title,
.aw-block-title .related-icon.related-articles {
  background-position: 0 -447px;
}
.aw-block-title,
.aw-block-title .related-icon.related-equipment {
  background-position: 0 -330px;
}
.aw-block-title,
.aw-block-title .related-icon.related-videos {
  background-position: 0 -200px;
}
.aw-block-title,
.aw-block-title .related-icon.related-dates {
  background-position: 0 -66px;
}
.aw-block-title,
.aw-block-title .related-icon.related-downloads {
  background-position: 0 0;
}
.aw-block-title,
.aw-block-title .related-icon.related-news {
  background-position: 0 -269px;
}
.aw-block-body {
  overflow: hidden;
  padding: 15px;
}
.wrapper-related-download {
  margin-bottom: 10px;
}
.resource-related-attachment,
.resource-related-attachment a {
  font-size: 1em;
}
.resource-related-attachment span {
  color: #999;
}
/* Home */
#twoColumnsLeft {
  margin-top: 20px;
}
#twoColumnsLeft #aw-content-layout-single-column {
  padding-top: 0;
  background: transparent;
}
#home-body-right .aw-block-title {
  color: #333 !important;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-size: 1.8em;
  padding-left: 15px;
  padding-top: 25px;
}
#home-body-right .aw-block-title h2 {
  font-size: 1.5em;
}
#home-body-right .aw-block-body {
  border-top: none;
}
#home-body-right .aw-upcoming-events .event-date {
  width: 60px;
  color: #777666;
}
#home-body-right .aw-upcoming-events .event-title {
  font-size: 1.2em;
  line-height: 15px;
  padding-bottom: 3px;
}
#home-body-right .aw-upcoming-events .event-summary {
  line-height: 12px;
  color: #777666;
}
/* Home Background*/
.aw-background-home {
  min-height: 400px;
  max-width: 100%;
}
.aw-background-home .title {
  color: #FFF;
  font-family: Arial;
  font-size: 3em;
  font-weight: bold;
  width: 90%;
  padding-top: 105px;
  padding-left: 105px;
  min-height: 235px;
  text-shadow: 1px 1px 4px #000;
}
.aw-background-home .summary {
  color: #FFF;
  font-family: Arial;
  width: 90%;
  padding-left: 105px;
  font-size: 2em;
  text-shadow: 1px 1px 4px #000;
}
.aw-background-home .background-right {
  background: none repeat scroll 0 0 #f7f7f7;
  min-height: 400px;
}
/* Home Carousel */
.carousel-caption {
  background-color: #ffffff;
}
.carousel-caption h4 a,
.carousel-caption h4 a:visited {
  color: #333333;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 1.2em;
}
.carousel-caption p {
  color: #333333;
}
.carousel .img-carousel-container {
  max-height: 220px;
}
.carousel .img-carousel-container img {
  width: 100%;
}
/* River of News */
#xWidgetHomeRiverOfNews .title {
  font-size: 2.2em !important;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  text-transform: uppercase;
  padding-left: 10px;
  padding-top: 30px;
}
.archive {
  position: absolute;
  right: 20px;
  color: #ccc;
  text-transform: uppercase;
  font-style: normal;
}
.archive a {
  color: #777;
}
.wps-icon-archive {
  width: 33px;
  height: 33px;
  text-indent: -9999px;
  position: absolute;
  right: 77px;
  top: 16px;
  background-position: -790px -87px;
}
.widget.riverOfNews .more,
.widget.riverOfNews .moreLoading {
  background-color: transparent;
}
.widget.riverOfNews .moreBlock #moreLink {
  display: block;
  height: 30px;
  padding-top: 4px;
  padding-left: 17px;
  text-transform: initial;
  font-size: 1.2em;
  color: #777666;
  width: 100px;
}
.widget.riverOfNews .moreBlock #moreLink:hover {
  color: #145d84;
}
.river-of-news .menu-item {
  border-bottom: none;
}
.river-of-news .menu-item .item-title {
  font-size: 1.5em;
}
.river-of-news .menu-item .item-title a {
  color: #145d84;
}
.river-of-news .menu-item .item-title a:hover {
  color: #145d84;
}
.river-of-news .menu-item p.teaser {
  font-size: 1.2em;
  color: #333333;
}
.river-of-news .menu-item.open .title-cell,
.river-of-news .menu-item .menu-item.medium .title-cell {
  margin-bottom: 0px;
}
.river-of-news .feed-info {
  color: #777666;
  font-size: 1em;
  letter-spacing: 0;
  width: auto;
  line-height: 1em;
  margin-bottom: 5px;
}
.river-of-news .separator {
  border-bottom: none;
}
.river-of-news .show-post {
  display: none !important;
}
.home-tutorials-view-more {
  text-decoration: none;
  color: grey;
  width: 30%;
  display: inline-block;
  text-align: right;
  padding-top: 7px;
  float: right;
}
/* Sidebar Ads */
.ad-block {
  margin-bottom: 20px;
}
.ad-block a,
.ad-block a:visited,
.ad-block a:active {
  color: #145d84;
}
.ad-block a:hover {
  color: #009390;
}
.ad-block .title-ad {
  font-size: 1.3em;
  line-height: 1.2em;
  font-weight: bold;
}
/* Claims column right */
.print-icons-container .wps-icon {
  background: url('/wps/wcm/connect/tdb/1f2f7ddc-30b9-42df-933d-875fb4474ca8/icons-dark.png?MOD=AJPERES&amp;CACHEID=ROOTWORKSPACE.Z18_82L8HGG0L86RF0AEBD6CDC00G6-1f2f7ddc-30b9-42df-933d-875fb4474ca8-nbdfYNC') no-repeat scroll 0 0 transparent;
  width: 33px;
  height: 40px;
  display: block;
  text-indent: -9999px;
  text-align: left;
}
.print-icons-container .wps-icon-print {
  background-position: -398px -171px;
}
.print-icons-container li {
  list-style: none;
  min-height: 30px;
  display: block;
  clear: both;
}
.print-icons-container span {
  display: block;
  float: left;
  /*text-indent: -9999px;*/

}
.print-icons-container a {
  display: block;
  float: left;
  color: #666666;
}
.modal-claim-search .radio {
  font-size: 1.2em;
}
.claims-top {
  margin-left: 10px;
  padding: 0 10px;
}
.claims-top .wps-icon-expanded-view {
  background-position: -856px -444px;
}
.claims-top .wps-icon-list-view {
  background-position: -920px -445px;
}
.aw-title-no-margin {
  color: #000;
}
/* Claims Top Row */
.claim-search-controls {
  min-height: 20px;
  padding: 10px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  margin: 20px 0 10px 0;
}
.claim-activity-main-wrapper .family-list-select-main-label {
  display: none;
}
.claim-activity-main-wrapper .inline-text-container {
  padding-top: 3px;
}
#containerDropdownSort select {
  width: 75%;
}
.containerDropdownSort {
  margin-bottom: 5px;
  padding-left: 0;
}
.containerDropdownStatus {
  margin-bottom: 5px;
}
select.statusClaim {
  width: 175px;
}
.claims-middle {
  margin-left: 10px;
  padding: 0 10px;
  border: 2px solid;
  border-color: #eeeeee;
  border-radius: 10px;
  position: relative;
}
.claims-middle p span {
  float: left;
  text-indent: -9999px;
}
.claims-middle .claims-middle-top {
  max-width: 150px;
  position: relative;
  z-index: 1;
}
.claims-middle .claims-middle-bottom {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 0;
}
.claims-middle .claims-middle-bottom img {
  width: 100px;
}
.claims-detail .tab-content {
  padding: 0;
  border: medium none;
}
.claims-detail .nav-tabs > li.active > a,
.claims-detail .nav-tabs > li.active > a:hover,
.claims-detail .nav-tabs > li.active > a:focus {
  background-color: #f1f1f1;
  border-top: 1px solid gray;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  border-bottom: medium none;
  border-radius: 0;
  padding: 0.5em 20px;
  margin-left: 0;
  margin-right: 4px;
  color: black;
}
.claims-detail .nav-tabs > li > a {
  background-color: #777;
  border: 1px solid #777;
  color: white;
  border-radius: 0;
  padding: 0.5em 20px;
  margin-left: 0;
  margin-right: 4px;
}
.claims-detail .nav-tabs > li > a:hover,
.claims-detail .nav-tabs > li > a:focus {
  background-color: #f1f1f1;
  border-top: 1px solid gray;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  border-bottom: medium none;
  border-radius: 0;
  padding: 0.5em 20px;
  margin-left: 0;
  margin-right: 4px;
  color: black;
}
.claims-detail ul.nav {
  border: medium none;
}
.claims-bottom {
  margin-top: 25px;
  margin-left: 10px;
  background-color: #ceecf5;
  /*#CEECF5;*/

  padding: 0 10px;
  border: 1px solid #A9E2F3;
  border-radius: 5px;
}
ul.claims-right-column > li:nth-child(even) {
  background-color: #D9EDF7;
  border: 3px solid #0B3C64;
  padding: 10px;
}
ul.claims-right-column > li:nth-child(odd) {
  background-color: #FFF;
  border: 3px solid #AAA;
  padding: 10px;
}
.claims-content-list {
  font-size: 0.8em;
  max-width: 150px;
  position: relative;
}
.claim-right-item {
  position: relative;
}
.claims-image {
  position: absolute;
  top: 88px;
  right: -29px;
  width: 126px;
}
.claims-image img {
  width: 70%;
}
.claims-detail ul.nav {
  padding-left: 0;
}
.claims-detail ul.nav li {
  margin: 0;
}
.claims-detail ul.nav li.tab-other-adjustment {
  padding-left: 0;
}
.claims-detail ul.nav li.tab-other-adjustment > a {
  padding-left: 1em;
  color: black;
  text-decoration: none;
}
.claims-detail ul.nav li.tab-other-adjustment:hover {
  background: #ddd;
}
.other-adjustments-container-parent {
  position: relative;
}
.other-adjustments-container {
  text-decoration: none;
  position: absolute;
  min-width: 185px;
  z-index: 1;
  background-color: #eee;
  border: 1px solid gray;
  margin-left: 0;
}
.other-adjustments-container .close-button {
  z-index: 2;
  position: relative;
  padding: 5px 0 5px 5px;
  margin-right: -7px;
  cursor: pointer;
}
li.tab-other-adjustment {
  min-height: 20px;
  display: block;
  padding: 0.5em 1em;
  position: relative;
  z-index: 1;
}
.content-column ul.other-adjustments-list {
  margin-left: 0;
  margin-top: 5px;
  padding-left: 0;
}
/* Dashboard view */
#singleColumn #content-layout-single-column {
  border: 1px solid #ccc;
  background-color: #F9F9F9;
}
.aw-dashboard-nav {
  width: 100%;
  margin-top: 0;
  background-color: #F9F9F9;
  min-height: 200px;
}
.aw-dashboard-nav h2 {
  border-bottom: 1px solid #ccc;
  color: #A40021;
  padding-bottom: 35px;
  padding-top: 5px;
  margin-top: 0;
}
.aw-dashboard-content {
  background-color: #fff;
  font-size: 1em;
  margin-top: 0;
  padding-left: 20px;
  padding-top: 10px;
}
/* Footer */
.aw-footer {
  padding: 1.5em 2em;
  background-color: #2b3036;
  color: #ffffff;
  /*.social-networks {
    float: right;

    li {
      float: left;
      padding: 0.5em;
    }
  }*/

}
.aw-footer a {
  color: #ffffff;
  text-decoration: none;
}
.aw-footer a:visited {
  color: #ffffff;
}
.aw-footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.aw-footer ul {
  margin-left: 0;
  padding-left: 0;
}
.aw-footer h2 {
  margin-top: 0;
  font-size: 1.5em;
  color: white;
}
.aw-footer li {
  padding-right: 0;
  padding-top: 0.4em;
  margin-right: 0;
  list-style: none;
}
.aw-footer .bottom-wrapper {
  background-color: #ffffff;
  border-top: 1px solid #eeeeee;
  padding-top: 1em;
  margin-top: 2em;
}
.aw-footer .logo-footer {
  float: left;
}
.aw-footer .copyright-footer {
  float: left;
}
.aw-footer .social-networks {
  float: right;
}
.aw-footer .social-networks .social-networks-icons li {
  list-style: none;
  min-height: 30px;
  float: left;
  padding: 0.5em;
}
.aw-footer .social-networks .social-networks-icons span {
  display: block;
  float: left;
  text-indent: -9999px;
}
.aw-footer .social-networks .social-networks-icons a {
  display: block;
  float: left;
}
.aw-footer .social-networks .wps-icon {
  background: url('/wps/wcm/connect/tdb/99756c73-35bb-4fb5-bcb3-3791509fedfb/icons-white-02.png?MOD=AJPERES&amp;CACHEID=ROOTWORKSPACE.Z18_82L8HGG0L86RF0AEBD6CDC00G6-99756c73-35bb-4fb5-bcb3-3791509fedfb-nbdfYNC') no-repeat scroll 0 0 transparent;
  width: 27px;
  height: 33px;
}
.aw-footer .social-networks .wps-icon-twitter {
  background-position: -961px -60px;
  margin-top: 10%;
}
.aw-footer .social-networks .wps-icon-youtube {
  background-position: -899px -62px;
}
.aw-footer .social-networks .wps-icon-facebook {
  background-position: -834px -58px;
  margin-top: 2%;
  margin-left: 35%;
}
.aw-footer-bottom {
  padding: 1.5em 2em;
  background-color: #ffffff;
  /*
  .social-networks {
    float: right;

    .social-networks-icons {
      li {
        list-style:none;
        min-height: 30px;
        float: left;
        padding: 0.5em;
      }
      span {
        display: block;
        float: left;
        text-indent: -9999px;
      }

      a {
        display: block;
        float: left;
      }
    }

    .wps-icon {
      background: url('/wps/wcm/connect/tdb/99756c73-35bb-4fb5-bcb3-3791509fedfb/icons-white-02.png?MOD=AJPERES&amp;CACHEID=ROOTWORKSPACE.Z18_82L8HGG0L86RF0AEBD6CDC00G6-99756c73-35bb-4fb5-bcb3-3791509fedfb-nbdfYNC') no-repeat scroll 0 0 transparent;
      width: 27px;
      height: 33px;
    }

    .wps-icon-twitter {
      background-position: -923px -7px;
      margin-top: 10%;
    }
    .wps-icon-youtube{
      background-position: -856px -4px;
    }
    .wps-icon-facebook{
      background-position: -796px -5px;
      margin-top: 2%;
      margin-left: 35%;
    }

  }*/

}
.aw-footer-bottom ul {
  margin-left: 0;
  padding-left: 0;
}
.aw-footer-bottom h2 {
  margin-top: 0;
  font-size: 1.5em;
}
.aw-footer-bottom li {
  padding-right: 0;
  margin-right: 0;
  list-style: none;
}
.aw-footer-bottom .logo-footer {
  float: left;
}
.aw-footer-bottom .copyright-footer {
  margin-left: 50px;
  width: 50%;
  float: left;
}
/* Content details */
#bodyContent,
#uw-guidelines {
  font-size: 1em;
  line-height: 1.5em;
  color: #333;
}
.center-content {
  border-right: 1px solid #ccc;
}
.content-summary {
  margin-left: -20px;
  background-color: #F5F5F5;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: 20px;
  padding: 20px 20px 10px 20px;
}
/* Structured story */
#bodyContent .twisty h2 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  color: white;
  font-weight: normal;
  padding: .6em 1em .5em 2em;
  text-transform: none;
  margin-bottom: 0;
}
.section.twisty {
  margin-bottom: 1em;
}
.twisty .sectionHeader {
  background-color: #184971;
  color: white;
}
.twisty .sectionHeader.opened {
  background: url('/wps/wcm/connect/tdb/239a2ad8-50b2-448c-85ab-261037b946a1/twisty-opened.png?MOD=AJPERES&amp;CACHEID=ROOTWORKSPACE.Z18_82L8HGG0L86RF0AEBD6CDC00G6-239a2ad8-50b2-448c-85ab-261037b946a1-nbdfYNC') no-repeat scroll 10px 18px #184971;
  border-radius: 6px 6px 0 0;
}
.twisty .sectionHeader.closed {
  background: url('/wps/wcm/connect/tdb/4303ec50-7195-4623-ad13-d6242535e9eb/twisty-closed.png?MOD=AJPERES&amp;CACHEID=ROOTWORKSPACE.Z18_82L8HGG0L86RF0AEBD6CDC00G6-4303ec50-7195-4623-ad13-d6242535e9eb-nbdfYNC') no-repeat scroll 10px 15px #184971;
  border-radius: 6px;
}
.twisty .sectionHeader:hover {
  cursor: pointer;
}
.twisty .sectionBody,
.horizontalTabs .sectionBody,
.verticalTabs .sectionBody {
  border: 2px solid #184971;
  margin-bottom: 1em;
  padding: 1em;
}
.horizontalTabs .sectionBody a,
.horizontalTabs .sectionBody a:hover,
.horizontalTabs .sectionBody a:focus {
  margin: 0;
}
.verticalTabs .nav-tabs {
  padding-left: 0;
  border-bottom: medium none;
}
.verticalTabs .nav-tabs > li {
  margin-bottom: 0;
  width: 100%;
}
.verticalTabs .nav-tabs > li a,
.verticalTabs .nav-tabs > li a:hover,
.verticalTabs .nav-tabs > li a:focus {
  border-radius: 0;
  margin: 0;
}
.tableOfContents {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  border-radius: 0;
  box-shadow: inset 0 14px 1px rgba(0, 0, 0, 0.05);
  background-color: #D9EDF7;
  border: 1px solid #0B3C64;
}
.tableOfContents a {
  text-decoration: none;
}
.tableOfContents li {
  list-style: none;
}
.tableOfContents ul {
  margin: 0;
  padding-left: 5px;
}
.tableOfContents .title {
  font-size: 1.4em;
  margin: 0.5em 0;
}
/* Content */
.aw-title {
  color: #000;
  margin-right: 20px;
  padding-bottom: 1em;
  padding-top: 10px;
}
.aw-title h1 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: inherit;
  font-size: 2em;
  line-height: 42px;
}
.aw-content-title {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  margin: 0.4em 0;
  font-size: 2em;
}
.aw-resource .last-updated {
  text-transform: uppercase;
  font-size: 1em;
  color: #777666;
  margin-top: -10px;
  /*display: block;*/

  margin-right: 64%;
}
.resource-summary {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.resource-summary p {
  color: #777666;
  line-height: 1.5em;
  font-size: 1em;
}
.resource-image {
  margin-bottom: 20px;
}
.resource-attachments .title,
.resource-external-link .title {
  font-weight: bold;
  font-size: 1.5em;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}
.aw-resource #aw-content-small-column .aw-block a,
.aw-resource #aw-content-small-column .aw-block a:visited {
  color: #777666 !important;
}
/* Event Detail */
.event-detail-info {
  margin-bottom: 20px;
}
.event-detail-info .dates {
  background-color: #3eaaa7;
  padding: 20px 20px 15px;
}
.event-detail-info .location {
  background-color: #60b9b6;
  padding: 10px 20px 10px;
  margin-bottom: 20px;
}
.event-detail-info .start-date {
  border-bottom: 1px solid #60b9b6;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.event-detail-info .field-name {
  color: #ddf1f1;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
  width: 100px;
  display: inline-block;
}
.event-detail-info .field-value {
  color: #fff;
  font-size: 1.2em;
}
/* Only for themes with no borders on sidebar blocks */
#aw-content-small-column .aw-block .aw-block-body {
  padding-left: 0;
  padding-right: 0;
}
.aw-resource #aw-content-small-column .aw-block a:hover {
  color: #145d84 !important;
}
.aw-resource #aw-content-small-column .aw-block ul,
#home-body-right .aw-block ul {
  margin-left: 0;
}
#aw-content-small-column .aw-block li,
#home-body-right .aw-block li {
  margin-left: 0;
  margin-bottom: 5px;
  line-height: 1.2em;
  list-style: none;
}
/* Squared corners for bootstrap elements */
.well,
.alert {
  border-radius: 0;
}
#bodyContent h2 {
  font-size: 1.2em;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  text-transform: uppercase;
  padding-top: 1em;
  color: #333;
  line-height: 1.5em;
}
#bodyContent h3 {
  padding-top: 1em;
}
#bodyContent.resource-body blockquote {
  font-size: 1em;
}
#bodyContent.resource-body h2 {
  font-size: 1.429em;
  font-weight: bold;
  text-transform: none;
  line-height: 1.5em;
}
#bodyContent.resource-body h3 {
  font-size: 1.143em;
  font-weight: bold;
  color: inherit;
}
#bodyContent.resource-body h4 {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5em;
  margin-top: 1.5em;
}
#bodyContent.resource-body h5 {
  font-size: 1em;
  font-weight: normal;
  font-style: italic;
  line-height: 1.5em;
}
#bodyContent.resource-body h6 {
  font-size: 0.857em;
  background: gray;
  display: inline-block;
  padding: 1em;
  color: white;
  line-height: 1.5em;
}
/* Flexible iFrame */
.flexible-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.flexible-container iframe,
.flexible-container object,
.flexible-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Structured Story */
.tableofContents {
  background-color: #f4f4f4;
  margin: 10px 0;
  padding: 10px 20px 10px 10px;
  border: none;
  display: block;
}
.tableofContents .TOCHeader {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 1.2em;
  padding: 10px 0;
  display: inline-block;
}
.tableofContents ul {
  margin-left: 0;
}
.tableofContents li {
  list-style: none;
}
/* Twisties */
h2.twisty,
h3.twisty,
h2.resource-guidelines-title {
  border: none;
  cursor: pointer;
  padding: 0;
  padding-top: 10px !important;
  border-bottom: 1px solid #eee;
  background-size: 16px 11px;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  h2.twisty,
  h2.resource-guidelines-title {
    background-size: 16px 11px;
  }
}
/* Horizontal Tabs */
.tab_content {
  border: 0;
}
/* Main Navigator */
nav {
  position: relative;
}
nav a#button-collapse-navigator {
  display: none;
  color: #fff;
  background-color: #004a91;
  font-size: 1.3em;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  text-transform: uppercase;
  height: 65px;
  width: 65px;
  padding: 20px 7px;
}
nav a#button-collapse-navigator:hover {
  background-color: #000066;
  text-decoration: none;
}
nav a#button-collapse-search {
  position: absolute;
  right: 5px;
  text-indent: -9999px;
  top: 10px;
  margin-right: -5px;
  height: 40px;
  margin-top: -10px;
  width: 40px;
  display: none;
}
nav a#button-collapse-search:hover {
  background-color: #000066;
}
/* Guidelines List */
.aw-guidelines-body {
  border-top: 3px solid #eee;
  padding-top: 10px;
  padding-bottom: 10px;
}
.aw-guidelines-body .resource-title {
  font-size: 1.5em;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
* Padding and margin classes
*/
.padfull-5 {
  padding: 5px;
}
.padleft-5 {
  padding-left: 5px;
}
.padright-5 {
  padding-right: 5px;
}
.padtop-5 {
  padding-top: 5px;
}
.padbottom-5 {
  padding-bottom: 5px;
}
.padfull-10 {
  padding: 10px;
}
.padleft-10 {
  padding-left: 10px;
}
.padright-10 {
  padding-right: 10px;
}
.padtop-10 {
  padding-top: 10px;
}
.padbottom-10 {
  padding-bottom: 10px;
}
.padfull-20 {
  padding: 20px;
}
.padleft-20 {
  padding-left: 20px;
}
.padright-20 {
  padding-right: 20px;
}
.padtop-20 {
  padding-top: 20px;
}
.padbottom-20 {
  padding-bottom: 20px;
}
.marginfull-5 {
  margin: 5px;
}
.marginleft-5 {
  margin-left: 5px;
}
.marginright-5 {
  margin-right: 5px;
}
.margintop-5 {
  margin-top: 5px;
}
.marginbottom-5 {
  margin-bottom: 5px;
}
.marginfull-10 {
  margin: 10px;
}
.marginleft-10 {
  margin-left: 10px;
}
.marginright-10 {
  margin-right: 10px;
}
.margintop-10 {
  margin-top: 10px;
}
.marginbottom-10 {
  margin-bottom: 10px;
}
.marginfull-20 {
  margin: 20px;
}
.marginleft-20 {
  margin-left: 20px;
}
.marginright-20 {
  margin-right: 20px;
}
.margintop-20 {
  margin-top: 20px;
}
.marginbottom-20 {
  margin-bottom: 20px;
}
/* min height */
.min-height-section-home {
  min-height: 400px;
}
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */

  /* *text-indent: -9999px; */

}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
  clear: both;
}
.overflow-hidden {
  overflow: hidden;
}
a {
  color: #145d84;
}
#aw-main-wrapper {
  background-color: #f0f7ff;
}
#aw-header-top {
  background-color: #f0f7ff;
  color: #333333;
  min-height: 105px;
  padding-top: 1em;
}
@media only screen and (max-width: 768px) {
  
}
#aw-header-authoring-tools {
  display: none;
}
#aw-header-top-right ul {
  background-color: #f0f7ff;
}
#aw-header-top-right ul:hover {
  background-color: #f0f7ff;
}
#aw-header-top-right ul li {
  color: #333333;
}
#aw-header-navigation ul {
  background-color: #004a91;
  border-bottom: 5px solid #000066;
}
#aw-header-navigation ul li {
  background-color: #004a91;
}
#aw-header-navigation ul li a {
  color: #eafcfb;
  border-color: #004a91;
}
#aw-header-navigation ul li:hover {
  background-color: #000066;
  color: #eafcfb;
}
#aw-header-bottom-right {
  background-color: #004a91;
}
.aw-block a,
.aw-block a:visited {
  color: #145d84;
}
.aw-block a:hover {
  color: #009390;
}
.aw-block ul li {
  color: #333333;
}
.aw-block ul li a {
  color: #004a91;
}
.aw-block h1 {
  color: #333333;
}
.aw-block-title,
.aw-block .relatedContent .group .title {
  color: #e44f21 !important;
}
.aw-block-body {
  color: #333333;
  background-color: #ffffff;
  border-top: 1px solid transparent;
}
.aw-block-body ul li a {
  color: #004a91;
}
/* Pagination  */
.aw-pagination {
  text-align: center;
}
.aw-pagination .pagination {
  padding: 0;
  margin: 0;
}
.custom_style_area {
  width: 160px;
  height: 280px;
}
.aw-main-content {
  position: relative;
  margin-top: 0;
  padding-bottom: 0;
  min-height: 560px;
  background-color: #ffffff;
  overflow: hidden;
}
.aw-main-content #aw-content-header {
  /* padding-right: 20px; */

}
#twoColumnsRight #aw-content-layout-single-column {
  padding-bottom: 40px;
}
#aw-content-large-column {
  padding-bottom: 20px;
}
#twoColumnsRight #aw-content-layout-two-columns {
  padding-left: 20px;
}
#singleColumn #aw-content-layout-single-column {
  /* padding-left:20px;
   padding-right:20px;
 */

}
@media screen and (max-width: 768px) {
  #twoColumnsRight #aw-content-layout-two-columns {
    margin-left: 0;
    padding-right: 20px;
  }
  #twoColumnsRight #aw-content-layout-single-column {
    margin-left: 0;
  }
  .aw-main-content .content-column-right {
    margin-left: 0;
  }
}
/* Remove min-height rule from spans inside the breadcrumb and workspace dashboard container */
.single-column-tools .large-column {
  min-height: 0;
}
.content-column-right {
  padding-right: 20px;
}
.content-column ul {
  padding-left: 20px;
}
.content-column ul ul {
  padding-left: 15px;
}
.content-column li {
  text-decoration: none;
  min-height: 1em;
}
.validation-container li {
  min-height: 3em;
}
.loggedOut .aw-background-home {
  background-position: -210px -150px;
}
/*
.loggedOut .aw-background-home-repeated {
  background: url('') repeat-x scroll 0 top transparent;
  position: relative;
  z-index: 0;
}*/
.loggedIn .aw-background-home {
  background-position: -575px -150px;
}
.loggedOut .aw-page-body .aw-background-home {
  background-color: #ffffff;
}
.loggedOut .aw-page-body {
  background-color: white;
}
.loggedOut.aw-navigation-left .aw-page-body,
.loggedIn .aw-page-body {
  background-color: #3c3d50;
}
.aw-left-nav {
  color: #ffffff;
}
.aw-left-nav a,
.aw-left-nav a:visited {
  color: #ffffff;
}
.aw-left-nav .nav a:hover {
  color: #cf1f2c;
}
/* Content Tools */
.aw-content-tools {
  height: 65px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 160px;
}
.aw-content-tools .text {
  background-color: #3c3d50;
  color: #ffffff;
  text-align: center;
}
.aw-content-tools a {
  color: #ffffff;
}
.aw-content-tools #page-info {
  padding: 5px;
  text-align: center;
  background: #3c3d50;
  color: #fff;
  font-family: 'lucida grande', arial, sans-serif;
  font-size: 13px;
}
.aw-content-tools #page-info:hover {
  cursor: pointer;
  opacity: 0.8;
}
#page-info-content {
  min-width: 150px;
}
#page-info-content .field-name {
  color: #777666;
  padding-right: 5px;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
}
#page-info-content .field-value {
  display: block;
  margin-bottom: 5px;
}
.aw-content-tools > ul > li {
  display: inline;
  padding-right: 10px;
  opacity: 0.6;
}
.aw-content-tools > ul > li:hover {
  opacity: 0.8;
}
/* Notifications */
.alert .title {
  font-weight: bold;
}
.alert {
  font-size: 1em;
}
/* Rate this article */
.well.aw-rating {
  padding: 10px 20px 10px;
  margin-top: 20px;
}
.aw-rating .title {
  font-weight: bold;
  color: #999;
}
.aw-title h1 {
  max-width: 600px;
}
/* Search Autocomplete */
.ui-autocomplete {
  border: 2px #f8f8f8;
  padding: 4px 0 0 0;
  border-radius: 0;
  width: 202px !important;
  /* box-shadow:0 7px 10px rgba(0, 0, 0, 0.2); */

}
.ui-autocomplete .ui-menu-item {
  padding: 10px;
  background: #f8f8f8;
  width: auto;
}
.ui-autocomplete .ui-menu-item img {
  display: none;
}
.ui-autocomplete .ui-menu-item .title {
  font-weight: bold;
  font-family: 'helvetica neue', helvetica, arial, sans-serif;
  line-height: 1em;
  padding-bottom: 5px;
}
.ui-autocomplete .ui-menu-item .title u {
  text-decoration: none;
}
.ui-autocomplete .ui-menu-item .summary {
  font-size: 1em;
  line-height: 1.2em;
  color: #777666;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.6em;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  margin: 0;
}
.ui-autocomplete {
  border: 2px solid #004a91;
}
.ui-menu-item:hover {
  background: #ecf1f1;
}
/* Site Events */
#xwidget-related-events .item-event .aw-event-title {
  display: block;
}
#xwidget-related-events .item-event .aw-date {
  font-weight: bold;
  color: #777666;
}
/* Directory */
.widget.alphaList .widget-head ul.menu li a.active,
.widget.topicList .widget-head ul.menu li a.active {
  color: #145d84;
}
/* Plain-Text Reader */
#text-reader {
  border-radius: 0;
  position: absolute;
}
#text-reader.fade {
  top: -120%;
}
#text-reader.fade.in {
  position: absolute;
  top: -33px;
}
#text-reader.modal-header {
  border-bottom: none;
}
#text-reader.modal-body {
  padding: 15px 40px;
}
#text-reader a:hover,
#text-reader a:active,
#text-reader a:visited,
#text-reader a:link {
  text-decoration: none;
}
#text-reader p {
  margin: auto;
  padding: 0 10px 10px;
}
#text-reader h2 {
  padding: 0 10px 10px;
}
#text-reader h3 {
  padding: 0 10px 10px;
}
#text-reader img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}
#text-reader table,
#text-reader ul,
#text-reader blockquote {
  font-family: "Lucida", Georgia, serif;
}
#text-reader table {
  text-align: left;
}
#text-reader table p {
  font-size: inherit;
}
#text-reader .fontChanger {
  color: #000000;
  font-family: "Lucida", Georgia, serif;
}
#text-reader .fontStyle {
  color: #000000;
}
#font-increase {
  font-size: 18px;
}
#font-decrease {
  font-size: 14px;
}
#font-sans {
  font-size: 14px;
  font-family: "Lucida Sans Unicode", Arial, sans-serif;
}
#font-serif {
  font-size: 15px;
  font-family: "Lucida Sans Unicode", Arial, sans-serif;
}
#text-reader .readerEvent {
  margin: auto;
}
#text-reader .reader-title {
  text-align: center;
  font-size: 22px !important;
}
/* Misc Content Styles */
hr.stop-content-transformation {
  display: none;
}
/* More Info */
.more-information-box {
  border: 5px solid #eeeeee;
  margin-bottom: 20px;
  clear: both;
}
.more-information-box .title {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 20px;
  padding: 2px 10px;
  border-left: 5px solid #145d84;
  margin-left: -5px;
  margin-top: 15px;
}
.more-information-box .body {
  padding: 10px;
}
.more-information-box .body ul {
  list-style: square;
  margin-left: 15px;
  font-size: 13px;
}
/* current site ad styles */
.title-ad-cs {
  float: left;
  display: block;
  margin-left: 6px;
  width: 60%;
}
.title-ad-cs a {
  font-size: 14px;
  line-height: 1.5em;
}
.override-ad,
.standard-ad {
  margin-bottom: 10px;
}
.img-ad {
  width: 70px;
  height: 70px;
}
.full-img-ad {
  max-width: 100%;
  height: auto;
}
/* People Directory */
.pd-link,
.pd-link-modal {
  font-size: 1em;
  color: #004a91;
}
.pd-link:hover,
.pd-link-modal:hover {
  text-decoration: underline;
  cursor: pointer;
}
#people-directory-modal {
  border-radius: 0;
  position: absolute;
  width: 700px;
  /*height:610px;*/

  overflow: hidden;
  right: auto;
}
#people-directory-modal.fade.in {
  position: absolute;
  /*top: 60px;*/

}
#people-directory-modal-results {
  height: 510px;
  overflow: hidden;
}
#directory-content {
  height: 460px;
  width: 100%;
}
#people-directory-iframe {
  width: 65%;
  height: 450px;
  float: left;
}
#directory-departments {
  width: 30%;
  float: left;
  margin-left: 10px;
}
.search-pd-label-widget {
  float: left;
  margin-top: 5px;
  font-size: 1em;
  color: #333333;
  font-weight: bold;
  margin-right: 5px;
  display: none;
}
#input-last-name-widget {
  float: left;
  font-size: 1em;
  color: #004a91;
  width: 125px;
  height: 14px;
  margin-right: 5px;
}
.search-pd-button-widget {
  float: left;
  margin-top: 5px;
  cursor: pointer;
}
.search-pd-button-widget:hover {
  cursor: pointer;
}
.search-pd-label {
  float: left;
  font-size: 14px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 2px;
  font-weight: bold;
  margin-right: 10px;
  display: none;
}
#input-last-name {
  float: left;
  font-size: 1em;
  color: #004a91;
  width: 145px;
  height: 14px;
  margin-right: 10px;
}
.search-pd-button {
  float: left;
  cursor: pointer;
  margin-top: 5px;
}
.search-pd-button:hover {
  text-decoration: underline;
  cursor: pointer;
}
/* Content List */
.content-list .item {
  padding-bottom: 10px;
}
.content-list .title {
  font-weight: bold;
  font-size: 16px;
}
.content-list .summary {
  color: #777666;
}
.form-control-inline {
  min-width: 0;
  width: auto;
  display: inline;
}
.wps-icon-colors {
  background: url('/wps/wcm/connect/tdb/be53e4a5-033d-42a3-97ef-90e897e39502/icons-colors-1.png?MOD=AJPERES&amp;CACHEID=ROOTWORKSPACE.Z18_82L8HGG0L86RF0AEBD6CDC00G6-be53e4a5-033d-42a3-97ef-90e897e39502-nbdfYNC') no-repeat 0 0 transparent;
  width: 55px;
  height: 55px;
  display: inline-block;
  text-indent: -99999px;
}
.wps-icon-colors-small {
  background: url('/wps/wcm/connect/tdb/be53e4a5-033d-42a3-97ef-90e897e39502/icons-colors-1.png?MOD=AJPERES&amp;CACHEID=ROOTWORKSPACE.Z18_82L8HGG0L86RF0AEBD6CDC00G6-be53e4a5-033d-42a3-97ef-90e897e39502-nbdfYNC') no-repeat 0 0 transparent;
  width: 26px;
  height: 26px;
  display: inline-block;
  text-indent: -99999px;
}
.wps-icon-colors-small.wps-icon-elegible {
  background-position: -666px -170px;
  margin-left: 23px;
}
.wps-icon-colors-small.wps-icon-no-elegible {
  margin-left: 23px;
}
.wps-icon-colors-small.wps-icon-mail {
  background-position: -922px -81px;
}
.wps-icon-colors-small.wps-icon-unlock {
  background-position: -266px -543px;
}
.wps-icon-colors-small.wps-icon-money {
  background-position: -66px -5px;
  margin-top: -3px;
}
.wps-icon-colors-small.wps-icon-warning-info {
  background-position: -393px -544px;
  margin-top: -3px;
}
.wps-icon-chevron-color {
  background-position: -144px -92px;
}
.wps-icon-color-Processed,
.wps-icon-color-P {
  background-position: -517px -430px;
}
.wps-icon-color-Denied,
.wps-icon-color-D {
  background-position: -645px -430px;
}
.wps-icon-color-Returned,
.wps-icon-color-R {
  background-position: -906px -430px;
}
.wps-icon-color-In-Process,
.wps-icon-color-I {
  background-position: -379px -430px;
}
.wps-icon-color-Flagged,
.wps-icon-color-F {
  background-position: -517px -527px;
}
.wps-icon-color-EOB {
  background-position: -123px -528px;
}
.wps-icon-colors-small.wps-icon-color-Processed,
.wps-icon-colors-small.wps-icon-color-P {
  background-position: -667px -170px;
}
.wps-icon-colors-small.wps-icon-color-Denied,
.wps-icon-colors-small.wps-icon-color-D {
  background-position: -789px -170px;
}
.wps-icon-colors-small.wps-icon-color-In-Process,
.wps-icon-colors-small.wps-icon-color-I {
  background-position: -626px -170px;
}
.wps-icon-colors-small.wps-icon-color-Returned,
.wps-icon-colors-small.wps-icon-color-R {
  background-position: -749px -170px;
}
.wps-icon-colors-small.wps-icon-color-Flagged,
.wps-icon-colors-small.wps-icon-color-F {
  background-position: -831px -170px;
}
.wps-icon-colors-small.wps-icon-color-Info {
  background-position: -920px -170px;
}
.wps-icon-colors-small.wps-icon-color-Info-yellow {
  background-position: -393px -544px;
  margin-top: -2px;
}
/* Datatable override */
table.dataTable.tricare thead th,
table.dataTable.tricare thead td {
  border-bottom: 0;
}
table.tricare > tbody > tr > td {
  border-top: 0;
}
table.dataTable.tricare.no-footer {
  border-bottom: 0;
}
table.dataTable.tricare TH {
  background-color: #FFFFFF;
}
.dataTables_wrapper .paging_simple_numbers a.paginate_button,
.dataTables_wrapper .paging_simple_numbers a.paginate_button.disabled {
  color: #337ab7 !important;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  border: 1px solid #ddd;
}
.dataTables_wrapper .dataTables_paginate > a:first-child {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.dataTables_wrapper .dataTables_paginate > a:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button:hover,
.dataTables_wrapper .dataTables_paginate a.paginate_button.current,
.dataTables_wrapper .dataTables_paginate a.paginate_button.current:hover {
  background: none;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button:hover,
.dataTables_wrapper .dataTables_paginate a.paginate_button.current,
.dataTables_wrapper .dataTables_paginate a.paginate_button.current:hover {
  color: #23527c !important;
  background-color: #eee;
  border-color: #ddd;
}
.dataTables_wrapper .dataTables_paginate {
  text-align: center;
  float: none;
  padding-top: 20px;
  padding-bottom: 10px;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding-bottom: 10px;
}
/*End Data tables*/
.inline-text-container {
  margin-left: 32px;
}
.panel-eob .inline-text-container {
  margin-left: 60px;
}
.bills .bill {
  border-bottom: 1px dashed black;
  margin-top: 0.3em;
  padding-bottom: 0.3em;
}
#fileUploadD {
  display: inline-flex;
}
.widget.claims-expanded {
  padding-left: 3px;
  padding-right: 3px;
}
.widget.claims-expanded .item {
  background-color: white;
  padding-bottom: 10px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 15px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.3);
  border: 1px solid #444;
  z-index: 1;
  position: relative;
}
.blue-box {
  background-color: #D9EDF7;
  border-bottom: 1px solid #184971;
  border-left: 1px solid #184971;
  border-right: 1px solid #184971;
  padding: 10px;
  position: relative;
  z-index: 0;
}
.blue-box p {
  margin: 0 0 0 10px;
}
#containerDropdownSort {
  padding-left: 8px;
}
/*Claims Detail css*/
.widget.claims-detail .summary {
  background-color: #f1f1f1;
  padding: 1em;
  margin-bottom: 10px;
  margin-top: -1px;
  border: 1px solid gray;
}
.widget.claims-detail .summary .title {
  color: #004a91;
  margin: 0 0 0.5em 0;
  line-height: 1.3em;
}
.widget.claims-detail .responsibilityInfo {
  background-color: #f1f1f1;
  padding: 1em;
  margin-bottom: 10px;
}
.widget.claims-smartphone .item .claimStatus {
  float: left;
  width: 60%;
  margin-bottom: 5px;
}
.widget.claims-smartphone .item .question {
  text-align: center;
}
.widget.claims-smartphone .item .claim-status {
  padding-left: 5px;
}
.widget.claims-smartphone .item .claimtitle {
  color: #004a91;
}
.widget.claims-smartphone .item .claim-status-color-P {
  color: #39b54b;
}
.widget.claims-smartphone .item .claim-status-color-I {
  color: #f7931e;
}
.widget.claims-smartphone .item .claim-status-color-D {
  color: #ff1d26;
}
.widget.claims-smartphone .item .claim-status-color-R {
  color: gray;
}
.widget.claims-smartphone .item .claim-status-color-F {
  color: black;
}
.widget.claims-list .item .info {
  float: left;
}
.claim-process-info {
  padding-right: 70px;
}
.claims-tools .wps-icon {
  background: url('/wps/wcm/connect/tdb/1f2f7ddc-30b9-42df-933d-875fb4474ca8/icons-dark.png?MOD=AJPERES&amp;CACHEID=ROOTWORKSPACE.Z18_82L8HGG0L86RF0AEBD6CDC00G6-1f2f7ddc-30b9-42df-933d-875fb4474ca8-nbdfYNC') no-repeat 0 0 transparent;
  display: block;
  text-indent: -199999px;
  height: 24px;
  width: 30px;
}
.claims-tools .wps-icon-print {
  background-position: -398px -171px;
}
.claims-tools .wps-icon-message {
  background-position: -4px -170px;
}
.margin-bottom0 {
  padding-bottom: 0px;
}
.title-border {
  border-bottom: 1px solid #184971;
  padding-bottom: 5px;
}
.separator {
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 3px solid #666666;
}
.align-to-icon {
  top: 0px;
  position: relative;
}
.margin-right-icon {
  margin-right: 5px;
}
#familyAccessProfileTable {
  border-top: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
}
.nounderline {
  text-decoration: none;
}
.fix-button-width {
  min-width: 200px;
  text-align: center;
}
/* How to Contact Us*/
.aw-how-content-us .btn-live-chat {
  background: #2e7ab8;
  border: 1px solid #1E517B;
}
.aw-how-content-us a.btn-live-chat:hover {
  background: #235F90;
  border: 1px solid #1E517B;
}
.aw-how-content-us h5 {
  font-weight: bold;
}
.aw-how-content-us select {
  background: white;
  height: 40px;
}
.aw-how-content-us .container-email-customer {
  border-top: 1px solid #eeeeee;
  padding-right: 20px;
}
.aw-how-content-us table {
  border: 0 transparent;
  width: auto;
}
.aw-how-content-us td {
  vertical-align: top;
  padding: 4px 0;
}
h3 {
  margin-top: 0;
  font-weight: bold;
  color: #184971;
  line-height: 1.4em;
}
.buttons {
  font-weight: bold;
  width: 100%;
  height: 50px;
  padding-top: 6%;
  /*with media queries this value change as 2%*/

  margin: 10px 0;
}
.wps-icon-live-chat {
  width: 33px;
  height: 33px;
  text-indent: -9999px;
  background-position: -5px -172px;
  position: absolute;
  left: 25px;
}
/* Retrieve Username or Reset Password */
.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background: #eee;
  color: #000;
  text-decoration: none;
  border: 1px solid #eee;
  border-radius: 0.28571429em 0.28571429em 0 0;
  margin-left: 4px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  font-weight: normal;
  color: white;
  text-decoration: none;
  border: 2px solid #184971;
  border-bottom: 0 solid transparent;
  background-color: #184971;
}
.tab-content {
  background: white;
  padding: 20px;
  border: 1px solid #eee;
  border-top: 0;
}
.tab-content .well {
  border: 0;
}
.tab-content a {
  text-decoration: none;
}
.wps-icon-shield {
  width: 40px;
  height: 45px;
  text-indent: -9999px;
  background-position: -65px -161px;
  position: absolute;
  left: 25px;
  top: -10px;
}
#failedLoginOption {
  padding-left: 50px;
}
/* Give Us a Call*/
.give-us-a-call strong {
  color: #2E7AB8;
}
.give-us-a-call table {
  width: auto;
}
.give-us-a-call td {
  vertical-align: top;
  padding: 4px 0px;
}
/* TPL Benefits Tiles */
.benefits-tiles .title {
  font-weight: bold;
  text-decoration: none;
  color: #000;
  font-size: 1.4em;
  display: block;
  text-align: center;
}
.benefits-tiles a.title:visited {
  color: black;
}
.benefits-tiles .summary {
  margin-bottom: 30px;
  margin-top: 15px;
  color: #145D84;
  text-align: center;
  min-height: 50px;
}
.benefits-tiles .image {
  margin-bottom: 30px;
  min-height: 245px;
}
.benefits-tiles .widget-head {
  color: gray;
  font-size: 1.5em;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.benefits-tiles .btn-healthcare {
  font-weight: bold;
  width: 80%;
  margin: 20px 20px;
  display: block;
  font-size: 1em;
}
.benefits-tiles a.btn-healthcare:visited {
  color: white;
}
/* TPL FaqHomePage*/
.widget.listFAQs .header h2 {
  width: 70%;
  display: inline-block;
}
.widget.listFAQs .header a {
  text-decoration: none;
  color: gray;
  width: 30%;
  display: inline-block;
  text-align: right;
}
.widget.listFAQs .items {
  padding-left: 0px;
  list-style: none;
}
.widget.listFAQs .item {
  padding-bottom: 15px;
}
.widget.listFAQs .item .title {
  text-decoration: none;
  font-weight: bold;
}
.widget.listFAQs .item .summary {
  color: #5d5d5d;
}
.item-icon {
  max-width: 75%;
  display: inline-table;
}
.wps-Multimedia {
  background-position: -129px -341px;
  display: inline-block;
}
.wps-Attachment {
  background-position: 0 -341px;
  display: inline-block;
}
.wps-Question {
  background-position: -259px -341px;
  display: inline-block;
}
/*Message Detail TPL*/
table.dataTable tbody th,
table.dataTable tbody td.checkbox-delete-col {
  padding-left: 18px;
}
.messageDetail {
  padding: 0 60px;
}
.messageDetail a {
  text-decoration: none;
}
.messageDetail .from {
  display: inline;
  font-size: 1.1em;
}
.messageDetail .from span {
  font-weight: bold;
}
.messageDetail .date {
  display: inline;
  float: right;
  font-size: 1.1em;
}
.messageDetail .message {
  border: 2px solid;
  width: 80%;
  float: right;
  padding: 20px;
  height: 100%;
  font-size: 1.1em;
  margin: 10px 0;
}
.messageDetail .odd {
  background-color: rgba(193, 214, 193, 0.247059);
}
.messageDetail .even {
  background-color: rgba(255, 221, 153, 0.247059);
}
.messageDetail .last-message {
  width: 100%;
  border: 1px solid;
  min-height: 100px;
  padding: 20px;
  background-color: #efefef;
  margin-bottom: 20px;
}
.messageDetail .replay-message {
  width: 100%;
  float: right;
}
.messageDetail .replay-message .choose-file {
  padding-bottom: 15px;
  font-size: 1.1em;
  width: 80%;
  float: right;
}
.messageDetail .replay-message .choose-file input {
  display: inline;
  padding-left: 25px;
}
.messageDetail .replay-message .choose-file a {
  float: right;
}
.messageDetail .replay-message textarea {
  width: 80%;
  height: 150px;
  float: right;
  margin-bottom: 20px;
}
.messageDetail .replay-message .btns-replay-message {
  clear: both;
  padding-bottom: 15px;
  float: right;
}
.messageDetail .wps-icon-attach {
  background-position: -268px -261px;
  position: absolute;
  width: 30px;
  height: 30px;
}
.height-select {
  height: 2.5em;
}
.input-file-padding {
  padding-bottom: 2.5em;
}
/* Family Profile-Insurance Coverage */
.family-list-container {
  float: left;
  width: 87%;
}
.family-list-container > span {
  display: block;
}
.family-list-container .content-select {
  background-color: #ddd;
  float: left;
  padding: 0 10px;
  border: 1px solid;
  border-top: none;
}
.family-list-container .button-select {
  border: 0;
  background-color: transparent;
}
.family-list-container #family {
  clear: both;
}
.family-list-container .row h2 {
  clear: both;
  padding-top: 20px;
  border-bottom: 1px solid black;
}
.family-list-container .note {
  background-color: #D9EDF7;
  border: 3px solid #0B3C64;
  padding: 10px;
}
.family-list-container .container-form {
  /*border-bottom: 1px solid;*/

}
.family-list-container .container-form label {
  display: block;
  font-weight: 0;
}
.family-list-container .container-form input {
  border: 2px solid;
  border-radius: 0px;
}
.family-list-container .container-form select {
  background-color: #fff;
  border: 2px solid;
  border-radius: 0px;
}
.family-list-container .container-form .planAdministrator label {
  display: inline-block;
}
.family-list-container .container-form .planAdministrator > span {
  font-size: 0.68em;
}
.family-list-container .container-termns {
  border: 2px solid;
  padding: 10px;
  text-align: center;
}
.family-list-container .container-termns p {
  text-align: left;
}
.family-list-container .container-buttons-bottom {
  text-align: center;
}
.wps-exclamation-mark {
  background-position: -921px -171px;
  width: 30px;
  height: 30px;
  position: absolute;
  margin-top: 5px;
}
.wps-sm-processed {
  background-position: -668px -171px;
  width: 30px;
  height: 30px;
  position: relative;
  float: left;
}
.wps-sm-expired {
  background-position: -793px -522px;
  width: 30px;
  height: 30px;
  position: relative;
  float: left;
}
.wps-sm-delete {
  background-position: -137px -171px;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}
/* Change Security Question */
.container-security-question .security-question-header {
  border-bottom: 2px solid #184971;
  margin-bottom: 20px;
}
.container-security-question .security-question-header h2 {
  display: inline-block;
}
.container-security-question .security-question-header .security-question-help {
  float: right;
}
.container-security-question .wps-interrogation {
  background-position: -267px -4px;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 90.5%;
  top: -1%;
}
.container-security-question .security-question-buttons {
  text-align: right;
}
/* Message Center */
/* Create a Replay Message */
.container-new-message {
  margin: 0 20px;
  /*input[type='file']{
    padding-left: 20px;
  }*/

  /* Create a New Message */

}
.container-new-message .wps-interrogation {
  background-position: -267px -4px;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 89%;
}
.container-new-message .wps-exclamation-mark {
  background-position: -921px -171px;
  width: 30px;
  height: 30px;
  position: absolute;
  margin-top: -2px;
}
.container-new-message .note {
  background-color: #D9EDF7;
  border: 3px solid #0B3C64;
  padding: 10px;
}
.container-new-message #fileUploadD {
  display: block;
}
.container-new-message .message-center-edit-email {
  display: none;
  margin-left: 5px;
  padding-top: 6px;
  float: right;
  margin-top: -33px;
  padding-right: 5px;
  position: relative;
}
.container-new-message .message-center-time-to-reload {
  text-align: center;
  height: 25px;
  color: #115976;
  font-weight: bold;
  font-size: 1.2em;
}
/* General Information */
.arrow-list {
  list-style: none;
  font-size: 1.1em;
  padding-left: 0;
}
.arrow-list li {
  padding-bottom: 15px;
}
.arrow-list a {
  text-decoration: none;
}
.wps-item {
  background-position: -17px -546px;
  display: inline-block;
  height: 25px;
  width: 15px;
}
/* Start Retrofil Styles for family profile section */
.fixed-margin-profile {
  position: absolute;
  right: 0;
  z-index: 1;
}
.btn-primary-border {
  color: #184971 !important;
  border: 1px solid #184971;
  border-radius: 0;
}
.wps-icon-non-eligible {
  background-position: -792px -352px;
}
.wps-icon-eligible {
  background-position: -668px -170px;
}
.bright-text-danger {
  color: #FF1D25;
}
.wps-icon-gray-overseas {
  background: url('/wps/wcm/connect/tdb/413602df-137e-4052-924e-ca6c00d5b96e/icons-overseas-06-1.png?MOD=AJPERES&amp;CACHEID=ROOTWORKSPACE.Z18_82L8HGG0L86RF0AEBD6CDC00G6-413602df-137e-4052-924e-ca6c00d5b96e-nbdfYNC') no-repeat 0 0 transparent;
  display: block;
  text-indent: -199999px;
  width: 40px;
  height: 40px;
}
.wps-icon-danger-arrows {
  background-position: -438px -56px;
  width: 27px;
  height: 27px;
}
.wps-icon-succes-arrows {
  background-position: -507px -56px;
  width: 27px;
  height: 27px;
}
.fpAlign {
  padding-left: 53px;
  padding-top: 20px;
}
.fpPull-rgt {
  padding-left: 53px;
}
.family-member-full-name {
  cursor: pointer;
}
.family-member-intro-container:hover {
  color: #145d84;
}
/* End Retrofil Styles for family profile section */
/* Layout Borders */
.aw-layout-border-middle .content-column-left {
  border-right: 1px solid #eeeeee;
  overflow: hidden;
  margin-right: 20px;
  margin-top: -107px;
  padding-top: 107px;
}
.aw-layout-border-middle-and-top .content-column-left {
  border-right: 1px solid #eeeeee;
  margin-right: 20px;
  overflow: hidden;
}
.aw-layout-border-middle-and-top .aw-title {
  border-bottom: 1px solid #eeeeee;
  margin-left: -20px;
  padding-left: 20px;
  margin-right: 0;
}
/* Styles for mobile view */
.wps-icon-menu {
  background-position: -136px -448px;
  position: absolute;
  width: 33px;
  height: 33px;
}
.main-nav-container {
  display: none;
}
#aw-header-top #main-nav-btn {
  margin-top: 10px;
}
#aw-header-top .header-logo-mobile {
  margin-left: 60px;
}
.loggedOut .mm-menu.mm-hasnavbar-top .mm-panel,
.loggedOut .mm-menu.mm-hasnavbar-top .mm-fixeddivider {
  top: 95px;
}
.loggedOut .mm-menu .mm-navbar {
  border: 0;
}
.loggedOut .mm-menu > .mm-navbar {
  margin-bottom: 65px;
  /* padding-bottom: 17%; */

}
.loggedOut .mm-menu > .mm-navbar-bottom {
  padding-bottom: 17%;
}
.mm-menu > .mm-navbar {
  margin-bottom: 65px;
  /* padding-bottom: 35%; */

}
.mm-navbar.mm-navbar-bottom {
  margin-bottom: 0;
  padding-bottom: 35%;
}
.mobile-buttons-bottom .sing-out {
  min-width: 85%;
}
.mobile-language-select .switch-user-language {
  min-width: 85%;
  min-height: 27px;
  font-size: 1.5em;
  padding: 0 65px;
}
.mobile-buttons-actions {
  /* overflow: hidden;
  padding: 4px;
  margin-bottom: 10px; */

  background-color: #2c4859;
}
.mobile-buttons-actions a {
  width: 100%;
  margin: 5px 2%;
  color: white;
  text-decoration: none;
  text-align: center;
}
.mobile-buttons-actions .register a:hover {
  background: #2284A1;
  border: 1px solid #2BA6CB;
}
.mobile-buttons-actions .login a:hover {
  background: #457A1A;
  border: 1px solid #5DA423;
}
.mobile-buttons-actions .wps-icon-simple-user {
  background-position: -428px -52px;
  width: 40px;
  height: 35px;
}
.mobile-buttons-actions .glyphicon-chevron-right {
  color: white;
}
.loggedIn .mobile-buttons-actions {
  height: 40px;
}
.loggedOut .mobile-buttons-actions {
  padding-right: 18px;
}
ul.awesome-navigator.main-nav-list.navList1.mm-listview.mm-first.mm-last {
  margin-top: -10px;
}
.mobile-user-name-container {
  width: 70%;
}
.mobile-left-navigator {
  background: white;
}
.mobile-left-navigator a.active {
  background: #CF1F2C;
  color: white;
  text-decoration: none;
}
.mobile-left-navigator a {
  display: block;
  padding: 1em;
  color: black;
  text-decoration: none;
}
.mobile-left-navigator .open-secondary-nav-mobile {
  width: 50px;
}
.wps-icon-arrow {
  position: absolute;
  top: 0;
  right: 0;
}
.wps-icon-arrow-open {
  background-position: -417px -128px;
}
.wps-icon-arrow-close {
  background-position: -287px -129px;
}
.quick-links-trigger-action .wps-icon-arrow-open {
  background-position: -441px -126px;
}
.quick-links-trigger-action .wps-icon-arrow-close {
  background-position: -311px -126px;
}
.select-mobile-left-navigator {
  display: block;
  background: #efefef;
}
/* Mmenu */
.mm-page .search-form-wrapper {
  position: absolute;
  width: 50px;
  height: 53px;
  right: 0;
  top: 0;
  z-index: 100;
}
.mm-page .form-search .btn {
  background-position: -695px -53px;
}
.mm-page .search-trigger-action {
  display: block;
  min-height: 50px;
}
.mm-page .custom-search-input {
  width: 100%;
  min-width: 320px;
  height: 115px;
}
.mm-page .wps-icon-search.wps-icon-white {
  background-position: -821px -479px;
  display: block;
  width: 100%;
  height: 60px;
}
.mm-page .wps-icon-search.wps-icon {
  background-position: -783px -428px;
  display: block;
  width: 100%;
  height: 60px;
}
.mm-page .search-trigger-action-link.dark-search {
  background: black;
}
.mm-page .search-trigger-action-link {
  display: block;
  width: 50px;
  height: 65px;
  text-align: left;
  text-indent: -9999px;
}
.awesome-navigator-clone {
  display: none;
}
#aw-header-navigation .active {
  background-color: #000066;
}
#aw-header-navigation .icon-bar {
  display: block;
  width: 41px;
  height: 3px;
  border-radius: 0;
  background-color: white;
  margin-bottom: 6px;
  margin-left: 5px;
}
/* ==========================================================================
   Media Queries for responsive web design
   ========================================================================== */
@media only screen and (max-width: 620px) {
  #aw-header-navigation ul a {
    height: auto;
    padding: 20px 7px 17px;
  }
  .widget-quick-links {
    min-width: 385px !important;
  }
  .widget.dynamicList ._2columns.top-to-bottom > .column {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .submenu-nav a {
    font-size: 14px;
  }
  .horizontalTabs .nav-tabs > li > a {
    font-size: 11px;
    padding-right: 8px;
    padding-left: 8px;
    margin-right: 5px;
  }
  /* Main navigation options */
  #aw-header-navigation ul.awesome-navigator {
    display: none;
  }
  #aw-header-navigation ul.awesome-navigator-clone {
    position: absolute;
    border: 5px solid #000066;
    height: auto;
  }
  #aw-header-navigation ul.awesome-navigator-clone li {
    float: none;
  }
  #aw-header-navigation > nav {
    border-bottom: 5px solid #000066;
  }
  #aw-header-navigation li > a {
    padding: 1em 8em 1em 1.5em;
    text-align: left;
    font-size: 1.2em;
  }
  ul.awesome-navigator-clone a {
    float: none;
  }
  #aw-header-navigation {
    min-height: 65px !important;
    background-color: #004a91 !important;
  }
  nav a#button-collapse-navigator {
    display: block;
    position: relative;
    text-decoration: none;
    background-color: black;
    padding-top: 14px;
    font-size: 1em;
    text-align: center;
  }
  #aw-header-navigation {
    min-height: 65px;
  }
  .widget-quick-links {
    min-width: 530px;
  }
  .form-search .form-inline .radio,
  .form-search .form-inline .checkbox {
    display: inline-block;
    margin-left: 20px;
    margin-top: 0;
  }
  .custom-search-input {
    width: 340px;
  }
  .dropdown-menu {
    display: none;
  }
  #aw-header-bottom-right {
    width: 84px;
  }
  .search-form-wrapper {
    width: 50%;
  }
  .widget-quick-links-wrapper {
    width: 50%;
  }
  .quick-links-trigger-action > a {
    color: transparent;
    font-size: 1em;
  }
  .form-search .btn {
    width: 50px;
    height: 33px;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  /* Main navigation */
  #aw-header-navigation ul a {
    padding: 24px 14px 18px 14px;
    font-size: 1em;
  }
  .widget-quick-links {
    min-width: 695px;
  }
  #aw-header-bottom-right {
    width: 84px;
  }
  .search-form-wrapper {
    width: 50%;
  }
  .widget-quick-links-wrapper {
    width: 50%;
  }
  .quick-links-trigger-action > a {
    color: transparent;
    font-size: 1em;
  }
  /* Image in the homepage */
  .aw-background-home .summary {
    padding-left: 20px;
  }
  .aw-background-home .title {
    padding-top: 20px;
    padding-left: 20px;
    min-height: 100px;
  }
  .form-search .form-inline .radio,
  .form-search .form-inline .checkbox {
    display: inline-block;
    margin-left: 20px;
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Main navigation */
  #aw-header-navigation ul a {
    padding: 23px 13px 16px;
    font-size: 1.2em;
  }
  .widget-quick-links {
    min-width: 695px;
  }
  #aw-header-bottom-right {
    width: 84px;
  }
  .search-form-wrapper {
    width: 50%;
  }
  .widget-quick-links-wrapper {
    width: 50%;
  }
  .quick-links-trigger-action > a {
    color: transparent;
    font-size: 1em;
  }
  /* Image in the homepage */
  .aw-background-home .summary {
    padding-left: 20px;
  }
  .aw-background-home .title {
    padding-top: 20px;
    padding-left: 20px;
    min-height: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* Main navigation */
  #aw-header-navigation ul a {
    padding: 19px;
    font-size: 1.1em;
  }
}
@media (min-width: 992px) {
  .fixed-access-info-row {
    min-height: 67px;
    position: relative;
  }
  #grantAccessInfo {
    bottom: 0;
    position: absolute;
  }
}
@media (max-width: 992px) {
  .arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid black;
    margin-top: -15px;
    margin-left: 43px;
    transform: RotateZ(90deg);
  }
  .fixed-margin-profile {
    margin-left: 53px;
  }
  #familyAccessProfileTable .col-xs-15.col-sm-15 {
    padding-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  /* Main navigation */
  #aw-header-navigation ul a {
    font-size: 1.2em;
  }
}
/* Main Navigation Responsive */
@media screen and (max-width: 496px) {
  #aw-header-top {
    margin-bottom: 5px;
    min-height: 75px;
  }
  #aw-quick-access-tools,
  #aw-people-directory {
    float: right;
  }
}
@media screen and (max-width: 768px) {
  #aw-header-bottom-left {
    float: none;
  }
  #aw-header-navigation {
    width: 100%;
    left: 0;
    float: none;
    position: relative;
    min-height: 0;
    z-index: 999;
    background: #009390;
  }
  .aw-header-bottom #aw-header-bottom-right {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
  }
}
@media screen and (max-width: 995px) {
  #aw-header-bottom-left {
    position: absolute;
    top: -55px;
  }
  #aw-header-navigation {
    left: 0;
    width: 100%;
    font-size: 0.9em;
  }
  .logo-wrapper .slogan-top {
    width: 200px;
  }
  .logo-wrapper .logo {
    margin-right: 0;
    width: 130px;
  }
  .logo-wrapper .logo img {
    width: 130px;
    height: 43px;
  }
}
@media only screen and (max-width: 496px) {
  #xwidget-calendar .fc-header-left,
  .fc-header-center,
  .fc-header-right {
    float: left;
    clear: both;
  }
  .submenu-nav {
    margin-left: 0;
  }
  nav a#button-collapse-search {
    display: block;
  }
  /*
    #aw-header-navigation li {
      float: none;
      text-align: left;
    }
  */
  #aw-header-bottom-right input.search-query {
    width: 200px;
  }
}
@media only screen and (max-width: 620px) {
  .aw-title h1 {
    font-size: 29px;
    line-height: 29px;
  }
  .aw-title {
    padding-bottom: 0;
  }
  .widget.dynamicList.fourFeatured .column {
    width: 100%;
  }
  .widget.dynamicList.fourFeatured .title {
    font-size: 14px;
  }
  .widget.dynamicList.fourFeatured .teaser {
    font-size: 1em;
  }
  .widget.dynamicList.fourFeatured .item {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .widget.alphaList .column,
  .widget.topicList .column {
    width: 50% !important;
  }
}
@media only screen and (max-width: 440px) {
  .widget.alphaList .column,
  .widget.topicList .column {
    width: 100% !important;
  }
}
@media only screen and (max-width: 477px) {
  .directory .search-tab {
    float: none !important;
    clear: both;
    border-top: 1px solid #ddd !important;
    padding-right: 5px;
    padding-left: 10px;
  }
  .directory .search-tab input {
    max-width: 90%;
  }
}
@media only screen and (min-width: 460px) and (max-width: 782px) {
  .ad-block .standard-ad,
  .ad-block .override-ad {
    float: left;
    width: 50%;
  }
}
@media only screen and (max-width: 459px) {
  .ad-block .standard-ad .full-img-ad img {
    width: 100%;
  }
}
@media only screen and (min-width: 490px) and (max-width: 782px) {
  .aw-left-nav {
    padding-top: 8px;
  }
}
@media only screen and (max-width: 489px) {
  .aw-left-nav {
    padding-top: 0;
  }
  .aw-left-nav .title a {
    padding: 8px;
  }
  .aw-left-nav ul.first-level > li a {
    padding-left: 8px;
  }
  .aw-left-nav ul.second-level > li > a {
    padding-left: 20px;
  }
  .aw-left-nav .title a:after {
    content: "";
    display: inline-block;
    height: 14px;
    position: absolute;
    right: 20px;
    top: 12px;
    width: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .search-filter,
  #apply-search-filters {
    margin-left: 20px;
  }
  .search-form form {
    width: 100%;
  }
  .search-form #searchInput {
    width: 80%;
  }
  /* Header */
  #aw-header-top-left {
    text-align: center;
  }
  /* Footer */
  .aw-footer-bottom {
    position: relative;
    font-size: 0.8em;
    padding: 1em;
    min-height: 100px;
  }
  .aw-footer-bottom .logo-footer {
    float: left;
    width: 25%;
    height: 15%;
  }
  .aw-footer-bottom .logo-footer img {
    width: 65%;
    height: 20%;
  }
  .aw-footer-bottom .copyright-footer {
    position: absolute;
    width: 60%;
    margin-left: 23%;
  }
  .aw-footer-bottom .social-networks {
    position: absolute;
    right: 0;
  }
  .aw-footer-bottom .social-networks .social-networks-icons li {
    list-style: none;
    float: left;
    padding: 0;
    max-width: 25px;
  }
  /* Topic List */
  .topicList-select {
    width: 100%;
    position: static;
    /*margin-top: -68px;*/
  
    margin-bottom: 18px;
  }
  .topicList-select select {
    width: 68%;
  }
  .topicList-select span {
    padding-left: 8px;
  }
  .aw-content-title {
    margin-bottom: 0.5em;
  }
  /* Border Layout */
  .aw-layout-border-middle-and-top .content-column-left {
    border-right: none;
    padding-top: 8px;
  }
  .aw-layout-border-middle .content-column-left {
    border-right: 0;
    margin-right: 0;
  }
  /* Lg Buttons Green and Blue */
  .buttons {
    padding-top: 2%;
    height: auto;
  }
  .registration-header h3 {
    max-width: 50%;
  }
  /* Wizard Registration */
  .container-slider {
    padding-left: 18px;
    padding-right: 18px;
  }
  /* Claims */
  #containerDropdownSort {
    padding-left: 0;
  }
}
@media only screen and (max-width: 550px) {
  .wps-ask-claim {
    direction: rtl;
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 320px) {
  .search-form #searchInput {
    width: 65%;
  }
}
/* --------------------------------------------------------- */
/* SMARTPHONES, TABLETS & TINY DESKTOPS -------------------- */
/* --------------------------------------------------------- */
/* Old Smartphones (portrait and landscape) ---------------- */
@media only screen and (min-device-width: 240px) and (max-device-width: 320px) {
  /* YOUR STYLES */
}
/* Old Smartphones (e.g. portrait) ------------------------- */
@media only screen and (max-width: 319px) {
  /* YOUR STYLES */
}
/* Smartphones (portrait and landscape) -------------------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 640px) {
  .family-list-container {
    width: 94%;
  }
  .family-list-container .container-buttons-middle {
    text-align: center;
  }
  .planAdministrator > span {
    display: none;
  }
  .family-list-container .padding-left20 {
    padding-left: 0;
  }
  .family-list-container .padding-right10 {
    padding-right: 0;
  }
  .container-security-question .wps-interrogation {
    left: 89%;
  }
  .container-security-question .security-question-buttons {
    text-align: center;
  }
  /* Claims */
  #containerDropdownSort {
    padding-left: 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px) and (orientation: portrait) {
  .search-trigger-action {
    display: none;
  }
  #family_member_select {
    float: none !important;
    clear: both;
  }
  #aw-header-top #aw-header-top-left {
    width: 100%;
  }
  #aw-header-top .header-logo-mobile {
    margin-left: 0;
  }
  /* Claims */
  .claim-activity-main-wrapper {
    padding-right: 20px;
  }
  .claim-number-link {
    font-size: 1em;
  }
  .claims-detail ul.nav li {
    width: 100%;
  }
  .claims-detail .nav-tabs > li > a,
  .claims-detail .nav-tabs > li.active > a,
  .claims-detail .nav-tabs > li.active > a:hover,
  .claims-detail .nav-tabs > li.active > a:focus {
    margin-right: 0;
  }
  .claims-detail .view-eobs,
  .claims-detail .view-letters {
    font-size: 1.1em;
  }
  .claims-detail .claim-process-info-status-code {
    position: absolute;
    top: 5px;
    right: 65px;
  }
  .claims-detail .claim-process-info-process-date {
    position: absolute;
    top: 40px;
    right: 65px;
  }
  .claims-detail .wps-icon-colors {
    margin-top: 10px;
  }
  .claims-detail .widget.timeLine .icon-big {
    left: -5px;
  }
  .claims-detail .widget.timeLine .icon.icon-small {
    left: 8px;
  }
  .aw-block li {
    list-style: none;
  }
  .selected_family_member {
    width: 100% !important;
  }
  .registration-header h3 {
    max-width: 100%;
    text-align: center;
  }
  .registration-wrapper .button-ds-logon {
    position: static;
    width: 100%;
    margin: 10px 20px;
  }
  .family-list-container {
    padding-right: 20px;
  }
  .container-security-question .security-question-help {
    display: none;
  }
  .container-new-message .wps-interrogation {
    display: none;
  }
  #AllNews .riverOfNews h2 {
    margin-right: 35%;
  }
  .providerTaxIDContainer {
    margin-top: -20px;
  }
  .dynamicList .title {
    clear: both;
  }
  .aw-layout-border-middle-and-top .content-column-left {
    margin-right: 0;
  }
  .dynamicList .summary {
    width: 80%;
  }
}
/* Smartphones (portrait) & Old SP (landscape) ------------- */
@media only screen and (min-width: 320px) and (max-width: 479px) {
  /* YOUR STYLES */
  .widget.timeLine .post {
    margin-left: 70px;
  }
  .widget.timeLine .icon.icon-small {
    float: left;
    left: -15px;
    margin: 0;
  }
  .widget.timeLine .items .before {
    margin-left: 32px;
    left: 0;
    margin-bottom: 20px;
  }
}
/* Smartphones (landscape) & Old Tablets (Portrait) -------- */
@media only screen and (min-width: 480px) and (max-width: 639px) {
  /* YOUR STYLES */
}
/* Smartphones & Tablets (portrait & landscape) ------------ */
@media only screen and (min-device-width: 640px) and (max-device-width: 960px) {
  /* YOUR STYLES */
}
/* Smartphones & Tablets (portrait) & Tiny Desktops -------- */
@media only screen and (min-width: 640px) and (max-width: 799px) {
  /* YOUR STYLES */
}
/* Smartphones & Tablets (landscape) & Splitted Desktops --- */
@media only screen and (min-width: 800px) and (max-width: 1000px) {
  /* YOUR STYLES */
}
/* --------------------------------------------------------- */
/* IPADS --------------------------------------------------- */
/* --------------------------------------------------------- */
/* iPads (portrait and landscape) -------------------------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .family-list-container {
    width: 94%;
  }
  .family-list-container .container-buttons-middle {
    text-align: center;
  }
  /* Claims */
  #containerDropdownSort {
    padding-left: 0;
  }
  #aw-header-navigation ul a {
    padding: 23px 18px 17px;
    font-size: 1em;
  }
}
/* iPads (portrait) ---------------------------------------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .family-list-container .padding-left20 {
    padding-left: 0;
  }
  .family-list-container .padding-right10 {
    padding-right: 0;
  }
  .container-security-question .wps-interrogation {
    left: 91%;
  }
  .claim-process-info-status-code {
    position: absolute;
    top: 5px;
    right: 65px;
  }
  .claims-tools .question {
    font-size: 1.2em;
  }
  .claim-process-info-process-date {
    position: absolute;
    top: 40px;
    right: 65px;
  }
  .claim-number-link {
    font-size: 1.2em;
  }
  .claim-info {
    clear: both;
    float: none;
    margin-top: 5px;
  }
  .claims-detail .bills {
    padding-right: 0;
  }
  .claims-detail ul.nav li {
    width: 30%;
  }
  .claims-detail ul.nav li.tab-other-adjustment {
    width: 100%;
  }
  .claims-detail .nav-tabs > li > a,
  .claims-detail .nav-tabs > li.active > a,
  .claims-detail .nav-tabs > li.active > a:hover,
  .claims-detail .nav-tabs > li.active > a:focus {
    margin-right: 0;
  }
  .claims-detail .view-eobs,
  .claims-detail .view-letters {
    font-size: 1.1em;
    width: 50%;
    float: right;
  }
  .claims-detail .claim-process-info-status-code {
    position: absolute;
    top: 5px;
    right: 65px;
  }
  .claims-detail .claim-process-info-process-date {
    position: absolute;
    top: 40px;
    right: 65px;
  }
  .claims-detail .wps-icon-colors {
    margin-bottom: 5px;
  }
  .claims-detail .widget.timeLine .items:before {
    left: 40px;
  }
  .claims-detail .widget.timeLine .icon-big {
    left: -5px;
  }
  .claims-detail .widget.timeLine .icon.icon-small {
    left: 8px;
  }
  .claims-detail .widget.timeLine .post {
    margin-left: 80px;
  }
  /* Main Menu */
  #aw-header-navigation ul a {
    font-size: 1.2em;
    padding: 21px 15px 18px;
  }
  .tablet-landscape #aw-header-navigation ul a {
    padding: 23px 18px 17px;
    font-size: 1em;
  }
}
/* iPads (landscape) --------------------------------------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .planAdministrator > span {
    display: none;
  }
  .container-security-question .wps-interrogation {
    left: 84%;
  }
}
/* iPad Retina (iPad 3; portrait and landscape) ------------ */
@media only screen and (min-device-width: 1536px) and (max-device-width: 2048px) and (min--moz-device-pixel-ratio: 2), only screen and (min-device-width: 1536px) and (max-device-width: 2048px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-width: 1536px) and (max-device-width: 2048px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1536px) and (max-device-width: 2048px) and (min-device-pixel-ratio: 2), only screen and (min-device-width: 1536px) and (max-device-width: 2048px) and (min-resolution: 2dppx) {
  
}
/* Styles to IE 10 and IE 11 */
.le-ie-11 .input-file-padding {
  padding-bottom: 0;
}
/* Logo */
.logo {
  float: left;
  width: 145px;
  padding-top: 5px;
  margin-right: 1em;
  min-height: 50px;
}
.aw-block-title .related-icon {
  background-repeat: no-repeat;
  background-color: transparent;
}
#aw-header-bottom-left {
  width: 160px;
}
#aw-header-bottom-left a:hover {
  text-decoration: none;
}
/* Carousel */
.carousel-control {
  border-radius: 0;
  opacity: 0;
  border-width: 0;
  font-size: 0;
  width: 45px;
  height: 45px;
  top: 35%;
}
.carousel:hover .carousel-control {
  opacity: 1;
}
/* Main Navigation */
.aw-block li .metadata {
  display: block;
  font-size: 11px;
  color: #999999;
  padding-bottom: 5px;
}
#singleColumn #content-layout-single-column {
  background-color: #ffffff;
}
.widget-content a,
.widget-content a:visited {
  color: #004a91;
}
/* Custom Spacing for Tinker Theme */
#xWidgetFourFeatured {
  margin-bottom: 30px;
  margin-top: 30px;
}
/* Go to Top */
#toTop {
  background-size: 34px 34px;
  height: 34px;
  width: 34px;
  padding: 0;
  font-size: 0;
  border: 0;
  background-color: transparent;
  opacity: 0.5;
  right: 15px;
}
#toTop:hover {
  opacity: 0.7;
}
/* Four Featured Ads */
.widget.dynamicList.fourFeatured .teaser {
  color: #999999;
}
/*custom dropdown*/
.wps-icon.wps-icon-users {
  background-position: -387px -519px;
  width: 43px;
  height: 35px;
}
.aw-dropdown .button-select {
  background-color: transparent;
  border: none;
  padding-top: 9px;
}
.aw-dropdown span {
  float: left;
}
.aw-dropdown-content-select .row {
  height: 40px;
  padding: 5px;
}
.aw-dropdown-content-select .row a {
  display: block;
  width: 100%;
  padding: 5px 0;
}
.aw-dropdown-body {
  position: relative;
}
.aw-dropdown {
  margin: 0px;
  float: left;
  z-index: 10;
}
.aw-dropdown-content-select {
  position: absolute;
  border: 2px solid #aaa;
  z-index: 1000;
  display: none;
  min-width: 225px;
  right: 0;
  -moz-box-shadow: 1px 3px 4px #666;
  -webkit-box-shadow: 1px 3px 4px #666;
  box-shadow: 1px 3px 4px #666;
}
.aw-dropdown-content-select.dropdown-larger {
  width: 260px;
}
.aw-dropdown-content-select > div:first-child {
  border-bottom: 2px solid #aaa;
}
.aw-dropdown-content-select > div {
  background: #ffffff;
}
.aw-dropdown-content-select > div:hover {
  background: #e3f4f9;
  color: #333333;
}
/* Mark's dropdown */
.selected_family_member {
  border: 1px solid;
  text-align: left;
  padding: 9px 7px 6px 10px;
  width: 310px;
  height: 42px;
}
#family_member_select {
  margin: 0px;
  float: left;
  z-index: 10;
}
.family_member_name {
  padding: 5px 10px 7px 10px;
  border-right: 1px solid #ccc;
  cursor: pointer;
}
.claims__see-all {
  border-right: 1px solid #ccc;
  cursor: pointer;
}
.wps-icon-lock-on {
  padding: 13px;
  text-align: center;
  cursor: pointer;
}
.logged_in_user {
  color: green;
}
#family > div:nth-child(odd) {
  background: #f1f1f1;
}
#family > div:nth-child(even) {
  background: #ffffff;
}
#family > div:hover {
  background: #e3f4f9;
  color: #333333;
}
#family > #add_or_remove_option {
  padding: 8px;
  background: #d4d4d4;
}
.family_list_container {
  background-color: #ffffff;
}
.selected_family_name {
  font-weight: bold;
}
.family-list-container .content-select {
  background-color: #ffffff;
  top: 0px;
  padding: 0px;
  z-index: 5;
}
.popover {
  position: absolute;
  display: none;
  background: #fff;
  border: 1px solid #999;
  padding: 10px;
  width: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.popover:after,
.popover:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.popover:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 10px;
  top: 50%;
  margin-top: -10px;
}
.popover:before {
  border-color: rgba(201, 201, 201, 0);
  border-right-color: #c9c9c9;
  border-width: 11px;
  top: 50%;
  margin-top: -11px;
}
.wps-icon-current-user {
  background-position: -521px -512px;
}
.wps-icon-unlock {
  background-position: -254px -507px;
}
.wps-icon-lock {
  background-position: -515px 9px;
}
.wps-icon-group {
  background-position: -376px -507px;
}
.aw-dropdown-content-select .row .wps-icon-lock {
  background-position: -527px 0;
  width: 30px;
  height: 30px;
}
.aw-dropdown-content-select .row .wps-icon {
  width: 45px !important;
}
.aw-dropdown-head {
  padding: 2px 5px 5px 5px;
  cursor: pointer;
}
.aw-dropdown-head.dropdown-open {
  background-color: #42525B;
  color: #FFFFFF;
}
.aw-dropdown-head.dropdown-open .user-full-name,
.aw-dropdown-head.dropdown-open .user-full-name:hover,
.aw-dropdown-head.dropdown-open .button-select .glyphicon {
  color: #FFFFFF !important;
}
.aw-dropdown-head.dropdown-open .wps-icon-user {
  background: url('/wps/wcm/connect/tdb/99756c73-35bb-4fb5-bcb3-3791509fedfb/icons-white-02.png?MOD=AJPERES&amp;CACHEID=ROOTWORKSPACE.Z18_82L8HGG0L86RF0AEBD6CDC00G6-99756c73-35bb-4fb5-bcb3-3791509fedfb-nbdfYNC') no-repeat 0px -435px transparent;
}
.aw-dropdown {
  margin-right: 10px;
}
#mobile-logged-user {
  padding: 10px;
}
#go-chat {
  font-size: 1.15em;
}
.circle {
  border-radius: 50%;
  display: block;
  width: 20px;
  height: 20px;
}
.message-count {
  background-color: #a00;
  font-size: 12px;
  float: right;
  line-height: 12px;
  padding-top: 3px;
  margin-top: 3px;
  margin-left: 1px;
  position: absolute;
  top: 20px;
  right: 2px;
}
#aw-header-navigation ul li a {
  position: relative;
}

