.show-grid {
  margin-bottom: 15px;
}
.show-grid .show-grid {
  margin-bottom: 0;
}
.nofloat {
  float: none!important;
}
#datestamp {
  display: none;
}
img.pull-left {
  margin-right: 10px;
}
/* vp1 menu */
@media screen and (max-width: 767px) {
  html,
  body {
    /* Prevent scroll on narrow devices */
    overflow-x: hidden;
  }
  .row-offcanvas {
    position: relative;
    left: 0;
    -webkit-transition: left 0.3s ease-in;
    -most-transition: left 0.3s ease-in;
    transition: left 0.3s ease-in;
  }
  /* sidebar */
  .sidebar-offcanvas {
    left: -75%;
    width: 75%;
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #ccba8b;
    padding: 0px;
  }
  /* content */
  .row-offcanvas.active {
    left: 78%;
  }
  .fa-bars {
    margin-top: 10px;
    cursor: pointer;
  }
  .theme-tan nav#left li {
    border-top: 0;
    border-bottom: 1px solid #e5e5e5;
  }
}
.clickable {
  cursor: pointer;
}
.clickable .glyphicon {
  background: rgba(0, 0, 0, 0.15);
  display: inline-block;
  padding: 6px 12px;
  border-radius: 4px;
}
.panel-heading span span,
.module-heading span span {
  margin-top: -23px;
  font-size: 15px;
  margin-right: -9px;
}
.module-heading span {
  margin-top: -5px;
}
a.clickable {
  color: inherit;
}
a.clickable:hover {
  text-decoration: none;
}
.file-icon.fa-file-pdf-o {
  color: #F31113;
}
.file-icon.fa-file-word-o {
  color: #2A5699;
}
.file-icon.fa-file-excel-o {
  color: #207245;
}
.file-icon.fa-file-powerpoint-o {
  color: #D24625;
}
.file-icon.fa-file-archive-o,
.file-icon .fa-file-archive-o {
  color: GoldenRod;
}
.file-icon.fa-file-audio-o {
  color: #069DD0;
}
.file-icon.fa-file-video-o {
  color: #861212;
}
.bs-callout {
  padding: 20px;
  margin: 15px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  border-radius: 3px;
}
.bs-callout + .bs-callout {
  margin-top: -5px;
}
.bs-callout-danger {
  border-left-color: #d9534f;
}
.bs-callout-danger h4 {
  color: #d9534f;
}
.bs-callout-warning {
  border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
  color: #f0ad4e;
}
.bs-callout-info {
  border-left-color: #5bc0de;
}
.bs-callout-info h4 {
  color: #5bc0de;
}
.theme-blue .primary-color {
  color: #b1dafb !important;
}
.theme-blue .primary-bg-color {
  background: #b1dafb !important;
}
.theme-blue .primary-border {
  border: 1px solid #b1dafb;
}
.theme-blue .secondary-color {
  color: #e3f2fe !important;
}
.theme-blue .secondary-bg-color {
  background: #e3f2fe;
}
.theme-blue .secondary-border {
  border: 1px solid #e3f2fe;
}
.theme-blue .selected-color {
  color: #075290 !important;
}
.theme-blue .selected-bg-color {
  background: #075290 !important;
}
.theme-blue .selected-border {
  border: 1px solid #075290;
}
.theme-blue .tertiary-color {
  color: #ffffff !important;
}
.theme-blue .tertiary-bg-color {
  background: #ffffff !important;
}
.theme-blue .tertiary-border {
  border: 1px solid #ffffff;
}
.theme-blue .quaternary-color {
  color: #ffffff !important;
}
.theme-blue .quaternary-bg-color {
  background: #ffffff !important;
}
.theme-blue .quaternary-border {
  border: 1px solid #ffffff;
}
.theme-blue .btn-primary {
  background: #075290;
  border-color: #075290;
}
.theme-blue .btn-primary:hover {
  background: #b1dafb;
  color: #000000;
}
.theme-blue .btn-primary:active,
.theme-blue .btn-primary:focus,
.theme-blue .btn-primary.active {
  background: #ffffff;
  color: #000000;
}
.theme-blue .navbar-default {
  background-color: #e3f2fe;
  border-color: #b1dafb;
}
.theme-blue .navbar-default .navbar-collapse,
.theme-blue .navbar-default .navbar-form {
  border-color: #b1dafb;
}
.theme-blue .navbar-default .navbar-toggle {
  border-color: #b1dafb;
}
.theme-blue .navbar-default .navbar-toggle:hover,
.theme-blue .navbar-default .navbar-toggle:focus {
  background-color: #b1dafb;
}
.theme-blue .navbar-default .navbar-nav > .open > a,
.theme-blue .navbar-default .navbar-nav > .open > a:hover,
.theme-blue .navbar-default .navbar-nav > .open > a:focus {
  background-color: #b1dafb;
  color: #000000;
}
.theme-blue .navbar-default .navbar-nav > li > a {
  color: #000000;
}
.theme-blue .navbar-default .navbar-text,
.theme-blue .navbar-default .navbar-brand {
  color: #000000;
}
.theme-blue .open > .dropdown-toggle.btn-primary {
  background: #ffffff;
  color: #000000;
}
.theme-blue .border-bottom-themed {
  border-bottom: 2px solid #075290;
}
.theme-blue .titlebar {
  background: #075290;
}
.theme-blue .titlebar .navbar .nav li.dropdown.open > .dropdown-toggle {
  background: #e3f2fe !important;
}
.theme-blue #content .module-typeL h3 {
  color: #075290;
}
.theme-blue #content .module-typeL a:hover {
  background: #075290;
}
.theme-blue #content .module-typeMB > .module-body {
  background: #e3f2fe;
}
.theme-blue #content .module-typeMC > .module-body {
  background: #ffffff;
}
.theme-blue #content [class*="module-typeA"] .module-heading,
.theme-blue #content .module-typeP .module-heading {
  background: #075290;
}
.theme-blue #content .module-typeAC .module-footer,
.theme-blue #content .module-typeAD .module-footer {
  background: #e3f2fe !important;
}
.theme-blue #content .module-typeAD .module-body {
  background: #ffffff !important;
}
.theme-blue #content .module-typeC,
.theme-blue #content .module-typeCA {
  background: #e3f2fe;
}
.theme-blue #content .module-typeC .module-body,
.theme-blue #content .module-typeCA .module-body {
  background: #e3f2fe;
}
.theme-blue #content .module-typeC .module-footer,
.theme-blue #content .module-typeCA .module-footer {
  background: #e3f2fe !important;
}
.theme-blue #content .module-typeCB,
.theme-blue #content .module-typeCC {
  background: #ffffff;
}
.theme-blue #content .module-typeCB .module-body,
.theme-blue #content .module-typeCC .module-body {
  background: #ffffff;
}
.theme-blue #content .module-typeCB .module-footer,
.theme-blue #content .module-typeCC .module-footer {
  background: #ffffff !important;
}
.theme-blue #content .module-typeE,
.theme-blue #content .module-typeEA {
  background: #075290;
}
.theme-blue #content .module-typeE .module-body,
.theme-blue #content .module-typeEA .module-body {
  background: #075290;
}
.theme-blue #content .module-typeE .module-footer,
.theme-blue #content .module-typeEA .module-footer {
  background: #075290 !important;
}
.theme-blue #content .module-typeE .btn-primary,
.theme-blue #content .module-typeEA .btn-primary {
  background: #ffffff;
  color: #075290 !important;
  border-color: #ffffff;
}
.theme-blue #content .module-typeE .btn-primary i,
.theme-blue #content .module-typeEA .btn-primary i,
.theme-blue #content .module-typeE .btn-primary span,
.theme-blue #content .module-typeEA .btn-primary span {
  color: #075290 !important;
}
.theme-blue #content .module-typeK a span {
  background: #075290;
  border-bottom: 3px solid #b1dafb;
}
.theme-blue #content .module-typeN h3 {
  background: #075290;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 320px) and (max-device-width: 568px) {
  .theme-blue .navbtn a:active {
    background: #075290;
  }
  .theme-blue .navbtn a:hover * {
    color: #ffffff;
  }
}
.theme-blue #multiPage,
.theme-blue .multipage,
.theme-blue .module-typeI {
  border-top: 4px solid #075290;
}
.theme-blue nav#left {
  border-left: 1px solid #b1dafb;
}
.theme-blue nav#left h3 {
  background: #075290;
}
.theme-blue nav#left ul li {
  background: #b1dafb;
}
.theme-blue nav#left ul li ul li {
  background: #e3f2fe;
}
.theme-blue nav#left ul li ul li ul li {
  background: #ffffff;
}
.theme-blue nav#left ul li ul li ul li ul li {
  background: #ffffff;
}
.theme-blue nav#left > ul {
  border-bottom: 1px solid #b1dafb;
  border-right: 1px solid #b1dafb;
}
.theme-blue nav#left li {
  border-top: 1px solid #e5e5e5;
}
.theme-blue #search button {
  background: #b1dafb;
}
.theme-blue .local .input-prepend {
  background: #b1dafb;
}
.theme-blue .table-striped-primary tbody > tr:nth-child(odd) > td,
.theme-blue .table-striped-primary tbody > tr:nth-child(odd) > th {
  background-color: #b1dafb;
}
.theme-blue .table-striped-secondary tbody > tr:nth-child(odd) > td,
.theme-blue .table-striped-secondary tbody > tr:nth-child(odd) > th {
  background-color: #e3f2fe;
}
.theme-blue .table-hover-primary tbody tr:hover > td,
.theme-blue .table-hover-primary tbody tr:hover > th {
  background-color: #b1dafb;
}
.theme-blue .table-hover-secondary tbody tr:hover > td,
.theme-blue .table-hover-secondary tbody tr:hover > th {
  background-color: #e3f2fe;
}
.theme-blue table.themed > thead > tr:first-child > th {
  background-color: #b1dafb;
}
.theme-blue table.themed > thead > tr + tr > th {
  background-color: #e3f2fe;
}
.theme-blue table.themed > thead > tr + tr + tr > th {
  background-color: #ffffff;
}
.theme-blue .flexsliderbox .flex-control-nav a {
  background-color: #e3f2fe;
  color: #075290;
}
.theme-blue .flexsliderbox .flex-control-nav a:hover {
  background-color: #b1dafb;
}
.theme-blue .flexsliderbox .flex-control-nav a:active {
  background-color: #075290;
  color: #ffffff;
}
.theme-blue .flexsliderbox .flex-direction-nav li a.prev:before,
.theme-blue .flexsliderbox .flex-direction-nav li a.flex-prev:before {
  border-color: transparent #b1dafb transparent transparent;
}
.theme-blue .flexsliderbox .flex-direction-nav li a.prev:after,
.theme-blue .flexsliderbox .flex-direction-nav li a.flex-prev:after {
  border-color: transparent #ffffff transparent transparent;
}
.theme-blue .flexsliderbox .flex-direction-nav li a.next:before,
.theme-blue .flexsliderbox .flex-direction-nav li a.flex-next:before {
  border-color: transparent transparent transparent #b1dafb;
}
.theme-blue .flexsliderbox .flex-direction-nav li a.next:after,
.theme-blue .flexsliderbox .flex-direction-nav li a.flex-next:after {
  border-color: transparent transparent transparent #ffffff;
}
.theme-green .primary-color {
  color: #c1d5b0 !important;
}
.theme-green .primary-bg-color {
  background: #c1d5b0 !important;
}
.theme-green .primary-border {
  border: 1px solid #c1d5b0;
}
.theme-green .secondary-color {
  color: #d7e4cc !important;
}
.theme-green .secondary-bg-color {
  background: #d7e4cc;
}
.theme-green .secondary-border {
  border: 1px solid #d7e4cc;
}
.theme-green .selected-color {
  color: #085100 !important;
}
.theme-green .selected-bg-color {
  background: #085100 !important;
}
.theme-green .selected-border {
  border: 1px solid #085100;
}
.theme-green .tertiary-color {
  color: #f5faed !important;
}
.theme-green .tertiary-bg-color {
  background: #f5faed !important;
}
.theme-green .tertiary-border {
  border: 1px solid #f5faed;
}
.theme-green .quaternary-color {
  color: #b5ce9e !important;
}
.theme-green .quaternary-bg-color {
  background: #b5ce9e !important;
}
.theme-green .quaternary-border {
  border: 1px solid #b5ce9e;
}
.theme-green .btn-primary {
  background: #085100;
  border-color: #085100;
}
.theme-green .btn-primary:hover {
  background: #c1d5b0;
  color: #000000;
}
.theme-green .btn-primary:active,
.theme-green .btn-primary:focus,
.theme-green .btn-primary.active {
  background: #f5faed;
  color: #000000;
}
.theme-green .navbar-default {
  background-color: #d7e4cc;
  border-color: #c1d5b0;
}
.theme-green .navbar-default .navbar-collapse,
.theme-green .navbar-default .navbar-form {
  border-color: #c1d5b0;
}
.theme-green .navbar-default .navbar-toggle {
  border-color: #c1d5b0;
}
.theme-green .navbar-default .navbar-toggle:hover,
.theme-green .navbar-default .navbar-toggle:focus {
  background-color: #c1d5b0;
}
.theme-green .navbar-default .navbar-nav > .open > a,
.theme-green .navbar-default .navbar-nav > .open > a:hover,
.theme-green .navbar-default .navbar-nav > .open > a:focus {
  background-color: #c1d5b0;
  color: #000000;
}
.theme-green .navbar-default .navbar-nav > li > a {
  color: #000000;
}
.theme-green .navbar-default .navbar-text,
.theme-green .navbar-default .navbar-brand {
  color: #000000;
}
.theme-green .open > .dropdown-toggle.btn-primary {
  background: #f5faed;
  color: #000000;
}
.theme-green .border-bottom-themed {
  border-bottom: 2px solid #085100;
}
.theme-green .titlebar {
  background: #085100;
}
.theme-green .titlebar .navbar .nav li.dropdown.open > .dropdown-toggle {
  background: #d7e4cc !important;
}
.theme-green #content .module-typeL h3 {
  color: #085100;
}
.theme-green #content .module-typeL a:hover {
  background: #085100;
}
.theme-green #content .module-typeMB > .module-body {
  background: #d7e4cc;
}
.theme-green #content .module-typeMC > .module-body {
  background: #f5faed;
}
.theme-green #content [class*="module-typeA"] .module-heading,
.theme-green #content .module-typeP .module-heading {
  background: #085100;
}
.theme-green #content .module-typeAC .module-footer,
.theme-green #content .module-typeAD .module-footer {
  background: #d7e4cc !important;
}
.theme-green #content .module-typeAD .module-body {
  background: #f5faed !important;
}
.theme-green #content .module-typeC,
.theme-green #content .module-typeCA {
  background: #d7e4cc;
}
.theme-green #content .module-typeC .module-body,
.theme-green #content .module-typeCA .module-body {
  background: #d7e4cc;
}
.theme-green #content .module-typeC .module-footer,
.theme-green #content .module-typeCA .module-footer {
  background: #d7e4cc !important;
}
.theme-green #content .module-typeCB,
.theme-green #content .module-typeCC {
  background: #f5faed;
}
.theme-green #content .module-typeCB .module-body,
.theme-green #content .module-typeCC .module-body {
  background: #f5faed;
}
.theme-green #content .module-typeCB .module-footer,
.theme-green #content .module-typeCC .module-footer {
  background: #f5faed !important;
}
.theme-green #content .module-typeE,
.theme-green #content .module-typeEA {
  background: #085100;
}
.theme-green #content .module-typeE .module-body,
.theme-green #content .module-typeEA .module-body {
  background: #085100;
}
.theme-green #content .module-typeE .module-footer,
.theme-green #content .module-typeEA .module-footer {
  background: #085100 !important;
}
.theme-green #content .module-typeE .btn-primary,
.theme-green #content .module-typeEA .btn-primary {
  background: #ffffff;
  color: #085100 !important;
  border-color: #ffffff;
}
.theme-green #content .module-typeE .btn-primary i,
.theme-green #content .module-typeEA .btn-primary i,
.theme-green #content .module-typeE .btn-primary span,
.theme-green #content .module-typeEA .btn-primary span {
  color: #085100 !important;
}
.theme-green #content .module-typeK a span {
  background: #085100;
  border-bottom: 3px solid #c1d5b0;
}
.theme-green #content .module-typeN h3 {
  background: #085100;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 320px) and (max-device-width: 568px) {
  .theme-green .navbtn a:active {
    background: #085100;
  }
  .theme-green .navbtn a:hover * {
    color: #ffffff;
  }
}
.theme-green #multiPage,
.theme-green .multipage,
.theme-green .module-typeI {
  border-top: 4px solid #085100;
}
.theme-green nav#left {
  border-left: 1px solid #c1d5b0;
}
.theme-green nav#left h3 {
  background: #085100;
}
.theme-green nav#left ul li {
  background: #c1d5b0;
}
.theme-green nav#left ul li ul li {
  background: #d7e4cc;
}
.theme-green nav#left ul li ul li ul li {
  background: #f5faed;
}
.theme-green nav#left ul li ul li ul li ul li {
  background: #ffffff;
}
.theme-green nav#left > ul {
  border-bottom: 1px solid #c1d5b0;
  border-right: 1px solid #c1d5b0;
}
.theme-green nav#left li {
  border-top: 1px solid #e5e5e5;
}
.theme-green #search button {
  background: #c1d5b0;
}
.theme-green .local .input-prepend {
  background: #c1d5b0;
}
.theme-green .table-striped-primary tbody > tr:nth-child(odd) > td,
.theme-green .table-striped-primary tbody > tr:nth-child(odd) > th {
  background-color: #c1d5b0;
}
.theme-green .table-striped-secondary tbody > tr:nth-child(odd) > td,
.theme-green .table-striped-secondary tbody > tr:nth-child(odd) > th {
  background-color: #d7e4cc;
}
.theme-green .table-hover-primary tbody tr:hover > td,
.theme-green .table-hover-primary tbody tr:hover > th {
  background-color: #c1d5b0;
}
.theme-green .table-hover-secondary tbody tr:hover > td,
.theme-green .table-hover-secondary tbody tr:hover > th {
  background-color: #d7e4cc;
}
.theme-green table.themed > thead > tr:first-child > th {
  background-color: #c1d5b0;
}
.theme-green table.themed > thead > tr + tr > th {
  background-color: #d7e4cc;
}
.theme-green table.themed > thead > tr + tr + tr > th {
  background-color: #ffffff;
}
.theme-green .flexsliderbox .flex-control-nav a {
  background-color: #d7e4cc;
  color: #085100;
}
.theme-green .flexsliderbox .flex-control-nav a:hover {
  background-color: #c1d5b0;
}
.theme-green .flexsliderbox .flex-control-nav a:active {
  background-color: #085100;
  color: #ffffff;
}
.theme-green .flexsliderbox .flex-direction-nav li a.prev:before,
.theme-green .flexsliderbox .flex-direction-nav li a.flex-prev:before {
  border-color: transparent #c1d5b0 transparent transparent;
}
.theme-green .flexsliderbox .flex-direction-nav li a.prev:after,
.theme-green .flexsliderbox .flex-direction-nav li a.flex-prev:after {
  border-color: transparent #ffffff transparent transparent;
}
.theme-green .flexsliderbox .flex-direction-nav li a.next:before,
.theme-green .flexsliderbox .flex-direction-nav li a.flex-next:before {
  border-color: transparent transparent transparent #c1d5b0;
}
.theme-green .flexsliderbox .flex-direction-nav li a.next:after,
.theme-green .flexsliderbox .flex-direction-nav li a.flex-next:after {
  border-color: transparent transparent transparent #ffffff;
}
.theme-purple .primary-color {
  color: #c5bee1 !important;
}
.theme-purple .primary-bg-color {
  background: #c5bee1 !important;
}
.theme-purple .primary-border {
  border: 1px solid #c5bee1;
}
.theme-purple .secondary-color {
  color: #dad5eb !important;
}
.theme-purple .secondary-bg-color {
  background: #dad5eb;
}
.theme-purple .secondary-border {
  border: 1px solid #dad5eb;
}
.theme-purple .selected-color {
  color: #3d316a !important;
}
.theme-purple .selected-bg-color {
  background: #3d316a !important;
}
.theme-purple .selected-border {
  border: 1px solid #3d316a;
}
.theme-purple .tertiary-color {
  color: #f3f2f9 !important;
}
.theme-purple .tertiary-bg-color {
  background: #f3f2f9 !important;
}
.theme-purple .tertiary-border {
  border: 1px solid #f3f2f9;
}
.theme-purple .quaternary-color {
  color: #bab1db !important;
}
.theme-purple .quaternary-bg-color {
  background: #bab1db !important;
}
.theme-purple .quaternary-border {
  border: 1px solid #bab1db;
}
.theme-purple .btn-primary {
  background: #3d316a;
  border-color: #3d316a;
}
.theme-purple .btn-primary:hover {
  background: #c5bee1;
  color: #000000;
}
.theme-purple .btn-primary:active,
.theme-purple .btn-primary:focus,
.theme-purple .btn-primary.active {
  background: #f3f2f9;
  color: #000000;
}
.theme-purple .navbar-default {
  background-color: #dad5eb;
  border-color: #c5bee1;
}
.theme-purple .navbar-default .navbar-collapse,
.theme-purple .navbar-default .navbar-form {
  border-color: #c5bee1;
}
.theme-purple .navbar-default .navbar-toggle {
  border-color: #c5bee1;
}
.theme-purple .navbar-default .navbar-toggle:hover,
.theme-purple .navbar-default .navbar-toggle:focus {
  background-color: #c5bee1;
}
.theme-purple .navbar-default .navbar-nav > .open > a,
.theme-purple .navbar-default .navbar-nav > .open > a:hover,
.theme-purple .navbar-default .navbar-nav > .open > a:focus {
  background-color: #c5bee1;
  color: #000000;
}
.theme-purple .navbar-default .navbar-nav > li > a {
  color: #000000;
}
.theme-purple .navbar-default .navbar-text,
.theme-purple .navbar-default .navbar-brand {
  color: #000000;
}
.theme-purple .open > .dropdown-toggle.btn-primary {
  background: #f3f2f9;
  color: #000000;
}
.theme-purple .border-bottom-themed {
  border-bottom: 2px solid #3d316a;
}
.theme-purple .titlebar {
  background: #3d316a;
}
.theme-purple .titlebar .navbar .nav li.dropdown.open > .dropdown-toggle {
  background: #dad5eb !important;
}
.theme-purple #content .module-typeL h3 {
  color: #3d316a;
}
.theme-purple #content .module-typeL a:hover {
  background: #3d316a;
}
.theme-purple #content .module-typeMB > .module-body {
  background: #dad5eb;
}
.theme-purple #content .module-typeMC > .module-body {
  background: #f3f2f9;
}
.theme-purple #content [class*="module-typeA"] .module-heading,
.theme-purple #content .module-typeP .module-heading {
  background: #3d316a;
}
.theme-purple #content .module-typeAC .module-footer,
.theme-purple #content .module-typeAD .module-footer {
  background: #dad5eb !important;
}
.theme-purple #content .module-typeAD .module-body {
  background: #f3f2f9 !important;
}
.theme-purple #content .module-typeC,
.theme-purple #content .module-typeCA {
  background: #dad5eb;
}
.theme-purple #content .module-typeC .module-body,
.theme-purple #content .module-typeCA .module-body {
  background: #dad5eb;
}
.theme-purple #content .module-typeC .module-footer,
.theme-purple #content .module-typeCA .module-footer {
  background: #dad5eb !important;
}
.theme-purple #content .module-typeCB,
.theme-purple #content .module-typeCC {
  background: #f3f2f9;
}
.theme-purple #content .module-typeCB .module-body,
.theme-purple #content .module-typeCC .module-body {
  background: #f3f2f9;
}
.theme-purple #content .module-typeCB .module-footer,
.theme-purple #content .module-typeCC .module-footer {
  background: #f3f2f9 !important;
}
.theme-purple #content .module-typeE,
.theme-purple #content .module-typeEA {
  background: #3d316a;
}
.theme-purple #content .module-typeE .module-body,
.theme-purple #content .module-typeEA .module-body {
  background: #3d316a;
}
.theme-purple #content .module-typeE .module-footer,
.theme-purple #content .module-typeEA .module-footer {
  background: #3d316a !important;
}
.theme-purple #content .module-typeE .btn-primary,
.theme-purple #content .module-typeEA .btn-primary {
  background: #ffffff;
  color: #3d316a !important;
  border-color: #ffffff;
}
.theme-purple #content .module-typeE .btn-primary i,
.theme-purple #content .module-typeEA .btn-primary i,
.theme-purple #content .module-typeE .btn-primary span,
.theme-purple #content .module-typeEA .btn-primary span {
  color: #3d316a !important;
}
.theme-purple #content .module-typeK a span {
  background: #3d316a;
  border-bottom: 3px solid #c5bee1;
}
.theme-purple #content .module-typeN h3 {
  background: #3d316a;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 320px) and (max-device-width: 568px) {
  .theme-purple .navbtn a:active {
    background: #3d316a;
  }
  .theme-purple .navbtn a:hover * {
    color: #ffffff;
  }
}
.theme-purple #multiPage,
.theme-purple .multipage,
.theme-purple .module-typeI {
  border-top: 4px solid #3d316a;
}
.theme-purple nav#left {
  border-left: 1px solid #c5bee1;
}
.theme-purple nav#left h3 {
  background: #3d316a;
}
.theme-purple nav#left ul li {
  background: #c5bee1;
}
.theme-purple nav#left ul li ul li {
  background: #dad5eb;
}
.theme-purple nav#left ul li ul li ul li {
  background: #f3f2f9;
}
.theme-purple nav#left ul li ul li ul li ul li {
  background: #ffffff;
}
.theme-purple nav#left > ul {
  border-bottom: 1px solid #c5bee1;
  border-right: 1px solid #c5bee1;
}
.theme-purple nav#left li {
  border-top: 1px solid #e5e5e5;
}
.theme-purple #search button {
  background: #c5bee1;
}
.theme-purple .local .input-prepend {
  background: #c5bee1;
}
.theme-purple .table-striped-primary tbody > tr:nth-child(odd) > td,
.theme-purple .table-striped-primary tbody > tr:nth-child(odd) > th {
  background-color: #c5bee1;
}
.theme-purple .table-striped-secondary tbody > tr:nth-child(odd) > td,
.theme-purple .table-striped-secondary tbody > tr:nth-child(odd) > th {
  background-color: #dad5eb;
}
.theme-purple .table-hover-primary tbody tr:hover > td,
.theme-purple .table-hover-primary tbody tr:hover > th {
  background-color: #c5bee1;
}
.theme-purple .table-hover-secondary tbody tr:hover > td,
.theme-purple .table-hover-secondary tbody tr:hover > th {
  background-color: #dad5eb;
}
.theme-purple table.themed > thead > tr:first-child > th {
  background-color: #c5bee1;
}
.theme-purple table.themed > thead > tr + tr > th {
  background-color: #dad5eb;
}
.theme-purple table.themed > thead > tr + tr + tr > th {
  background-color: #ffffff;
}
.theme-purple .flexsliderbox .flex-control-nav a {
  background-color: #dad5eb;
  color: #3d316a;
}
.theme-purple .flexsliderbox .flex-control-nav a:hover {
  background-color: #c5bee1;
}
.theme-purple .flexsliderbox .flex-control-nav a:active {
  background-color: #3d316a;
  color: #ffffff;
}
.theme-purple .flexsliderbox .flex-direction-nav li a.prev:before,
.theme-purple .flexsliderbox .flex-direction-nav li a.flex-prev:before {
  border-color: transparent #c5bee1 transparent transparent;
}
.theme-purple .flexsliderbox .flex-direction-nav li a.prev:after,
.theme-purple .flexsliderbox .flex-direction-nav li a.flex-prev:after {
  border-color: transparent #ffffff transparent transparent;
}
.theme-purple .flexsliderbox .flex-direction-nav li a.next:before,
.theme-purple .flexsliderbox .flex-direction-nav li a.flex-next:before {
  border-color: transparent transparent transparent #c5bee1;
}
.theme-purple .flexsliderbox .flex-direction-nav li a.next:after,
.theme-purple .flexsliderbox .flex-direction-nav li a.flex-next:after {
  border-color: transparent transparent transparent #ffffff;
}
.theme-rose .primary-color {
  color: #e1b8b8 !important;
}
.theme-rose .primary-bg-color {
  background: #e1b8b8 !important;
}
.theme-rose .primary-border {
  border: 1px solid #e1b8b8;
}
.theme-rose .secondary-color {
  color: #efd9d9 !important;
}
.theme-rose .secondary-bg-color {
  background: #efd9d9;
}
.theme-rose .secondary-border {
  border: 1px solid #efd9d9;
}
.theme-rose .selected-color {
  color: #621919 !important;
}
.theme-rose .selected-bg-color {
  background: #621919 !important;
}
.theme-rose .selected-border {
  border: 1px solid #621919;
}
.theme-rose .tertiary-color {
  color: #fcf7f7 !important;
}
.theme-rose .tertiary-bg-color {
  background: #fcf7f7 !important;
}
.theme-rose .tertiary-border {
  border: 1px solid #fcf7f7;
}
.theme-rose .quaternary-color {
  color: #dca4a4 !important;
}
.theme-rose .quaternary-bg-color {
  background: #dca4a4 !important;
}
.theme-rose .quaternary-border {
  border: 1px solid #dca4a4;
}
.theme-rose .btn-primary {
  background: #621919;
  border-color: #621919;
}
.theme-rose .btn-primary:hover {
  background: #e1b8b8;
  color: #000000;
}
.theme-rose .btn-primary:active,
.theme-rose .btn-primary:focus,
.theme-rose .btn-primary.active {
  background: #fcf7f7;
  color: #000000;
}
.theme-rose .navbar-default {
  background-color: #efd9d9;
  border-color: #e1b8b8;
}
.theme-rose .navbar-default .navbar-collapse,
.theme-rose .navbar-default .navbar-form {
  border-color: #e1b8b8;
}
.theme-rose .navbar-default .navbar-toggle {
  border-color: #e1b8b8;
}
.theme-rose .navbar-default .navbar-toggle:hover,
.theme-rose .navbar-default .navbar-toggle:focus {
  background-color: #e1b8b8;
}
.theme-rose .navbar-default .navbar-nav > .open > a,
.theme-rose .navbar-default .navbar-nav > .open > a:hover,
.theme-rose .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e1b8b8;
  color: #000000;
}
.theme-rose .navbar-default .navbar-nav > li > a {
  color: #000000;
}
.theme-rose .navbar-default .navbar-text,
.theme-rose .navbar-default .navbar-brand {
  color: #000000;
}
.theme-rose .open > .dropdown-toggle.btn-primary {
  background: #fcf7f7;
  color: #000000;
}
.theme-rose .border-bottom-themed {
  border-bottom: 2px solid #621919;
}
.theme-rose .titlebar {
  background: #621919;
}
.theme-rose .titlebar .navbar .nav li.dropdown.open > .dropdown-toggle {
  background: #efd9d9 !important;
}
.theme-rose #content .module-typeL h3 {
  color: #621919;
}
.theme-rose #content .module-typeL a:hover {
  background: #621919;
}
.theme-rose #content .module-typeMB > .module-body {
  background: #efd9d9;
}
.theme-rose #content .module-typeMC > .module-body {
  background: #fcf7f7;
}
.theme-rose #content [class*="module-typeA"] .module-heading,
.theme-rose #content .module-typeP .module-heading {
  background: #621919;
}
.theme-rose #content .module-typeAC .module-footer,
.theme-rose #content .module-typeAD .module-footer {
  background: #efd9d9 !important;
}
.theme-rose #content .module-typeAD .module-body {
  background: #fcf7f7 !important;
}
.theme-rose #content .module-typeC,
.theme-rose #content .module-typeCA {
  background: #efd9d9;
}
.theme-rose #content .module-typeC .module-body,
.theme-rose #content .module-typeCA .module-body {
  background: #efd9d9;
}
.theme-rose #content .module-typeC .module-footer,
.theme-rose #content .module-typeCA .module-footer {
  background: #efd9d9 !important;
}
.theme-rose #content .module-typeCB,
.theme-rose #content .module-typeCC {
  background: #fcf7f7;
}
.theme-rose #content .module-typeCB .module-body,
.theme-rose #content .module-typeCC .module-body {
  background: #fcf7f7;
}
.theme-rose #content .module-typeCB .module-footer,
.theme-rose #content .module-typeCC .module-footer {
  background: #fcf7f7 !important;
}
.theme-rose #content .module-typeE,
.theme-rose #content .module-typeEA {
  background: #621919;
}
.theme-rose #content .module-typeE .module-body,
.theme-rose #content .module-typeEA .module-body {
  background: #621919;
}
.theme-rose #content .module-typeE .module-footer,
.theme-rose #content .module-typeEA .module-footer {
  background: #621919 !important;
}
.theme-rose #content .module-typeE .btn-primary,
.theme-rose #content .module-typeEA .btn-primary {
  background: #ffffff;
  color: #621919 !important;
  border-color: #ffffff;
}
.theme-rose #content .module-typeE .btn-primary i,
.theme-rose #content .module-typeEA .btn-primary i,
.theme-rose #content .module-typeE .btn-primary span,
.theme-rose #content .module-typeEA .btn-primary span {
  color: #621919 !important;
}
.theme-rose #content .module-typeK a span {
  background: #621919;
  border-bottom: 3px solid #e1b8b8;
}
.theme-rose #content .module-typeN h3 {
  background: #621919;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 320px) and (max-device-width: 568px) {
  .theme-rose .navbtn a:active {
    background: #621919;
  }
  .theme-rose .navbtn a:hover * {
    color: #ffffff;
  }
}
.theme-rose #multiPage,
.theme-rose .multipage,
.theme-rose .module-typeI {
  border-top: 4px solid #621919;
}
.theme-rose nav#left {
  border-left: 1px solid #e1b8b8;
}
.theme-rose nav#left h3 {
  background: #621919;
}
.theme-rose nav#left ul li {
  background: #e1b8b8;
}
.theme-rose nav#left ul li ul li {
  background: #efd9d9;
}
.theme-rose nav#left ul li ul li ul li {
  background: #fcf7f7;
}
.theme-rose nav#left ul li ul li ul li ul li {
  background: #ffffff;
}
.theme-rose nav#left > ul {
  border-bottom: 1px solid #e1b8b8;
  border-right: 1px solid #e1b8b8;
}
.theme-rose nav#left li {
  border-top: 1px solid #e5e5e5;
}
.theme-rose #search button {
  background: #e1b8b8;
}
.theme-rose .local .input-prepend {
  background: #e1b8b8;
}
.theme-rose .table-striped-primary tbody > tr:nth-child(odd) > td,
.theme-rose .table-striped-primary tbody > tr:nth-child(odd) > th {
  background-color: #e1b8b8;
}
.theme-rose .table-striped-secondary tbody > tr:nth-child(odd) > td,
.theme-rose .table-striped-secondary tbody > tr:nth-child(odd) > th {
  background-color: #efd9d9;
}
.theme-rose .table-hover-primary tbody tr:hover > td,
.theme-rose .table-hover-primary tbody tr:hover > th {
  background-color: #e1b8b8;
}
.theme-rose .table-hover-secondary tbody tr:hover > td,
.theme-rose .table-hover-secondary tbody tr:hover > th {
  background-color: #efd9d9;
}
.theme-rose table.themed > thead > tr:first-child > th {
  background-color: #e1b8b8;
}
.theme-rose table.themed > thead > tr + tr > th {
  background-color: #efd9d9;
}
.theme-rose table.themed > thead > tr + tr + tr > th {
  background-color: #ffffff;
}
.theme-rose .flexsliderbox .flex-control-nav a {
  background-color: #efd9d9;
  color: #621919;
}
.theme-rose .flexsliderbox .flex-control-nav a:hover {
  background-color: #e1b8b8;
}
.theme-rose .flexsliderbox .flex-control-nav a:active {
  background-color: #621919;
  color: #ffffff;
}
.theme-rose .flexsliderbox .flex-direction-nav li a.prev:before,
.theme-rose .flexsliderbox .flex-direction-nav li a.flex-prev:before {
  border-color: transparent #e1b8b8 transparent transparent;
}
.theme-rose .flexsliderbox .flex-direction-nav li a.prev:after,
.theme-rose .flexsliderbox .flex-direction-nav li a.flex-prev:after {
  border-color: transparent #ffffff transparent transparent;
}
.theme-rose .flexsliderbox .flex-direction-nav li a.next:before,
.theme-rose .flexsliderbox .flex-direction-nav li a.flex-next:before {
  border-color: transparent transparent transparent #e1b8b8;
}
.theme-rose .flexsliderbox .flex-direction-nav li a.next:after,
.theme-rose .flexsliderbox .flex-direction-nav li a.flex-next:after {
  border-color: transparent transparent transparent #ffffff;
}
.theme-orange .primary-color {
  color: #f9c671 !important;
}
.theme-orange .primary-bg-color {
  background: #f9c671 !important;
}
.theme-orange .primary-border {
  border: 1px solid #f9c671;
}
.theme-orange .secondary-color {
  color: #fbd69a !important;
}
.theme-orange .secondary-bg-color {
  background: #fbd69a;
}
.theme-orange .secondary-border {
  border: 1px solid #fbd69a;
}
.theme-orange .selected-color {
  color: #612e1f !important;
}
.theme-orange .selected-bg-color {
  background: #612e1f !important;
}
.theme-orange .selected-border {
  border: 1px solid #612e1f;
}
.theme-orange .tertiary-color {
  color: #fbf5e3 !important;
}
.theme-orange .tertiary-bg-color {
  background: #fbf5e3 !important;
}
.theme-orange .tertiary-border {
  border: 1px solid #fbf5e3;
}
.theme-orange .quaternary-color {
  color: #f8ba53 !important;
}
.theme-orange .quaternary-bg-color {
  background: #f8ba53 !important;
}
.theme-orange .quaternary-border {
  border: 1px solid #f8ba53;
}
.theme-orange .btn-primary {
  background: #612e1f;
  border-color: #612e1f;
}
.theme-orange .btn-primary:hover {
  background: #f9c671;
  color: #000000;
}
.theme-orange .btn-primary:active,
.theme-orange .btn-primary:focus,
.theme-orange .btn-primary.active {
  background: #fbf5e3;
  color: #000000;
}
.theme-orange .navbar-default {
  background-color: #fbd69a;
  border-color: #f9c671;
}
.theme-orange .navbar-default .navbar-collapse,
.theme-orange .navbar-default .navbar-form {
  border-color: #f9c671;
}
.theme-orange .navbar-default .navbar-toggle {
  border-color: #f9c671;
}
.theme-orange .navbar-default .navbar-toggle:hover,
.theme-orange .navbar-default .navbar-toggle:focus {
  background-color: #f9c671;
}
.theme-orange .navbar-default .navbar-nav > .open > a,
.theme-orange .navbar-default .navbar-nav > .open > a:hover,
.theme-orange .navbar-default .navbar-nav > .open > a:focus {
  background-color: #f9c671;
  color: #000000;
}
.theme-orange .navbar-default .navbar-nav > li > a {
  color: #000000;
}
.theme-orange .navbar-default .navbar-text,
.theme-orange .navbar-default .navbar-brand {
  color: #000000;
}
.theme-orange .open > .dropdown-toggle.btn-primary {
  background: #fbf5e3;
  color: #000000;
}
.theme-orange .border-bottom-themed {
  border-bottom: 2px solid #612e1f;
}
.theme-orange .titlebar {
  background: #612e1f;
}
.theme-orange .titlebar .navbar .nav li.dropdown.open > .dropdown-toggle {
  background: #fbd69a !important;
}
.theme-orange #content .module-typeL h3 {
  color: #612e1f;
}
.theme-orange #content .module-typeL a:hover {
  background: #612e1f;
}
.theme-orange #content .module-typeMB > .module-body {
  background: #fbd69a;
}
.theme-orange #content .module-typeMC > .module-body {
  background: #fbf5e3;
}
.theme-orange #content [class*="module-typeA"] .module-heading,
.theme-orange #content .module-typeP .module-heading {
  background: #612e1f;
}
.theme-orange #content .module-typeAC .module-footer,
.theme-orange #content .module-typeAD .module-footer {
  background: #fbd69a !important;
}
.theme-orange #content .module-typeAD .module-body {
  background: #fbf5e3 !important;
}
.theme-orange #content .module-typeC,
.theme-orange #content .module-typeCA {
  background: #fbd69a;
}
.theme-orange #content .module-typeC .module-body,
.theme-orange #content .module-typeCA .module-body {
  background: #fbd69a;
}
.theme-orange #content .module-typeC .module-footer,
.theme-orange #content .module-typeCA .module-footer {
  background: #fbd69a !important;
}
.theme-orange #content .module-typeCB,
.theme-orange #content .module-typeCC {
  background: #fbf5e3;
}
.theme-orange #content .module-typeCB .module-body,
.theme-orange #content .module-typeCC .module-body {
  background: #fbf5e3;
}
.theme-orange #content .module-typeCB .module-footer,
.theme-orange #content .module-typeCC .module-footer {
  background: #fbf5e3 !important;
}
.theme-orange #content .module-typeE,
.theme-orange #content .module-typeEA {
  background: #612e1f;
}
.theme-orange #content .module-typeE .module-body,
.theme-orange #content .module-typeEA .module-body {
  background: #612e1f;
}
.theme-orange #content .module-typeE .module-footer,
.theme-orange #content .module-typeEA .module-footer {
  background: #612e1f !important;
}
.theme-orange #content .module-typeE .btn-primary,
.theme-orange #content .module-typeEA .btn-primary {
  background: #ffffff;
  color: #612e1f !important;
  border-color: #ffffff;
}
.theme-orange #content .module-typeE .btn-primary i,
.theme-orange #content .module-typeEA .btn-primary i,
.theme-orange #content .module-typeE .btn-primary span,
.theme-orange #content .module-typeEA .btn-primary span {
  color: #612e1f !important;
}
.theme-orange #content .module-typeK a span {
  background: #612e1f;
  border-bottom: 3px solid #f9c671;
}
.theme-orange #content .module-typeN h3 {
  background: #612e1f;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 320px) and (max-device-width: 568px) {
  .theme-orange .navbtn a:active {
    background: #612e1f;
  }
  .theme-orange .navbtn a:hover * {
    color: #ffffff;
  }
}
.theme-orange #multiPage,
.theme-orange .multipage,
.theme-orange .module-typeI {
  border-top: 4px solid #612e1f;
}
.theme-orange nav#left {
  border-left: 1px solid #f9c671;
}
.theme-orange nav#left h3 {
  background: #612e1f;
}
.theme-orange nav#left ul li {
  background: #f9c671;
}
.theme-orange nav#left ul li ul li {
  background: #fbd69a;
}
.theme-orange nav#left ul li ul li ul li {
  background: #fbf5e3;
}
.theme-orange nav#left ul li ul li ul li ul li {
  background: #ffffff;
}
.theme-orange nav#left > ul {
  border-bottom: 1px solid #f9c671;
  border-right: 1px solid #f9c671;
}
.theme-orange nav#left li {
  border-top: 1px solid #e5e5e5;
}
.theme-orange #search button {
  background: #f9c671;
}
.theme-orange .local .input-prepend {
  background: #f9c671;
}
.theme-orange .table-striped-primary tbody > tr:nth-child(odd) > td,
.theme-orange .table-striped-primary tbody > tr:nth-child(odd) > th {
  background-color: #f9c671;
}
.theme-orange .table-striped-secondary tbody > tr:nth-child(odd) > td,
.theme-orange .table-striped-secondary tbody > tr:nth-child(odd) > th {
  background-color: #fbd69a;
}
.theme-orange .table-hover-primary tbody tr:hover > td,
.theme-orange .table-hover-primary tbody tr:hover > th {
  background-color: #f9c671;
}
.theme-orange .table-hover-secondary tbody tr:hover > td,
.theme-orange .table-hover-secondary tbody tr:hover > th {
  background-color: #fbd69a;
}
.theme-orange table.themed > thead > tr:first-child > th {
  background-color: #f9c671;
}
.theme-orange table.themed > thead > tr + tr > th {
  background-color: #fbd69a;
}
.theme-orange table.themed > thead > tr + tr + tr > th {
  background-color: #ffffff;
}
.theme-orange .flexsliderbox .flex-control-nav a {
  background-color: #fbd69a;
  color: #612e1f;
}
.theme-orange .flexsliderbox .flex-control-nav a:hover {
  background-color: #f9c671;
}
.theme-orange .flexsliderbox .flex-control-nav a:active {
  background-color: #612e1f;
  color: #ffffff;
}
.theme-orange .flexsliderbox .flex-direction-nav li a.prev:before,
.theme-orange .flexsliderbox .flex-direction-nav li a.flex-prev:before {
  border-color: transparent #f9c671 transparent transparent;
}
.theme-orange .flexsliderbox .flex-direction-nav li a.prev:after,
.theme-orange .flexsliderbox .flex-direction-nav li a.flex-prev:after {
  border-color: transparent #ffffff transparent transparent;
}
.theme-orange .flexsliderbox .flex-direction-nav li a.next:before,
.theme-orange .flexsliderbox .flex-direction-nav li a.flex-next:before {
  border-color: transparent transparent transparent #f9c671;
}
.theme-orange .flexsliderbox .flex-direction-nav li a.next:after,
.theme-orange .flexsliderbox .flex-direction-nav li a.flex-next:after {
  border-color: transparent transparent transparent #ffffff;
}
.theme-tan .primary-color {
  color: #ccba8b !important;
}
.theme-tan .primary-bg-color {
  background: #ccba8b !important;
}
.theme-tan .primary-border {
  border: 1px solid #ccba8b;
}
.theme-tan .secondary-color {
  color: #e4dabc !important;
}
.theme-tan .secondary-bg-color {
  background: #e4dabc;
}
.theme-tan .secondary-border {
  border: 1px solid #e4dabc;
}
.theme-tan .selected-color {
  color: #503608 !important;
}
.theme-tan .selected-bg-color {
  background: #503608 !important;
}
.theme-tan .selected-border {
  border: 1px solid #503608;
}
.theme-tan .tertiary-color {
  color: #faf7ec !important;
}
.theme-tan .tertiary-bg-color {
  background: #faf7ec !important;
}
.theme-tan .tertiary-border {
  border: 1px solid #faf7ec;
}
.theme-tan .quaternary-color {
  color: #dac887 !important;
}
.theme-tan .quaternary-bg-color {
  background: #dac887 !important;
}
.theme-tan .quaternary-border {
  border: 1px solid #dac887;
}
.theme-tan .btn-primary {
  background: #503608;
  border-color: #503608;
}
.theme-tan .btn-primary:hover {
  background: #ccba8b;
  color: #000000;
}
.theme-tan .btn-primary:active,
.theme-tan .btn-primary:focus,
.theme-tan .btn-primary.active {
  background: #faf7ec;
  color: #000000;
}
.theme-tan .navbar-default {
  background-color: #e4dabc;
  border-color: #ccba8b;
}
.theme-tan .navbar-default .navbar-collapse,
.theme-tan .navbar-default .navbar-form {
  border-color: #ccba8b;
}
.theme-tan .navbar-default .navbar-toggle {
  border-color: #ccba8b;
}
.theme-tan .navbar-default .navbar-toggle:hover,
.theme-tan .navbar-default .navbar-toggle:focus {
  background-color: #ccba8b;
}
.theme-tan .navbar-default .navbar-nav > .open > a,
.theme-tan .navbar-default .navbar-nav > .open > a:hover,
.theme-tan .navbar-default .navbar-nav > .open > a:focus {
  background-color: #ccba8b;
  color: #000000;
}
.theme-tan .navbar-default .navbar-nav > li > a {
  color: #000000;
}
.theme-tan .navbar-default .navbar-text,
.theme-tan .navbar-default .navbar-brand {
  color: #000000;
}
.theme-tan .open > .dropdown-toggle.btn-primary {
  background: #faf7ec;
  color: #000000;
}
.theme-tan .border-bottom-themed {
  border-bottom: 2px solid #503608;
}
.theme-tan .titlebar {
  background: #503608;
}
.theme-tan .titlebar .navbar .nav li.dropdown.open > .dropdown-toggle {
  background: #e4dabc !important;
}
.theme-tan #content .module-typeL h3 {
  color: #503608;
}
.theme-tan #content .module-typeL a:hover {
  background: #503608;
}
.theme-tan #content .module-typeMB > .module-body {
  background: #e4dabc;
}
.theme-tan #content .module-typeMC > .module-body {
  background: #faf7ec;
}
.theme-tan #content [class*="module-typeA"] .module-heading,
.theme-tan #content .module-typeP .module-heading {
  background: #503608;
}
.theme-tan #content .module-typeAC .module-footer,
.theme-tan #content .module-typeAD .module-footer {
  background: #e4dabc !important;
}
.theme-tan #content .module-typeAD .module-body {
  background: #faf7ec !important;
}
.theme-tan #content .module-typeC,
.theme-tan #content .module-typeCA {
  background: #e4dabc;
}
.theme-tan #content .module-typeC .module-body,
.theme-tan #content .module-typeCA .module-body {
  background: #e4dabc;
}
.theme-tan #content .module-typeC .module-footer,
.theme-tan #content .module-typeCA .module-footer {
  background: #e4dabc !important;
}
.theme-tan #content .module-typeCB,
.theme-tan #content .module-typeCC {
  background: #faf7ec;
}
.theme-tan #content .module-typeCB .module-body,
.theme-tan #content .module-typeCC .module-body {
  background: #faf7ec;
}
.theme-tan #content .module-typeCB .module-footer,
.theme-tan #content .module-typeCC .module-footer {
  background: #faf7ec !important;
}
.theme-tan #content .module-typeE,
.theme-tan #content .module-typeEA {
  background: #503608;
}
.theme-tan #content .module-typeE .module-body,
.theme-tan #content .module-typeEA .module-body {
  background: #503608;
}
.theme-tan #content .module-typeE .module-footer,
.theme-tan #content .module-typeEA .module-footer {
  background: #503608 !important;
}
.theme-tan #content .module-typeE .btn-primary,
.theme-tan #content .module-typeEA .btn-primary {
  background: #ffffff;
  color: #503608 !important;
  border-color: #ffffff;
}
.theme-tan #content .module-typeE .btn-primary i,
.theme-tan #content .module-typeEA .btn-primary i,
.theme-tan #content .module-typeE .btn-primary span,
.theme-tan #content .module-typeEA .btn-primary span {
  color: #503608 !important;
}
.theme-tan #content .module-typeK a span {
  background: #503608;
  border-bottom: 3px solid #ccba8b;
}
.theme-tan #content .module-typeN h3 {
  background: #503608;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 320px) and (max-device-width: 568px) {
  .theme-tan .navbtn a:active {
    background: #503608;
  }
  .theme-tan .navbtn a:hover * {
    color: #ffffff;
  }
}
.theme-tan #multiPage,
.theme-tan .multipage,
.theme-tan .module-typeI {
  border-top: 4px solid #503608;
}
.theme-tan nav#left {
  border-left: 1px solid #ccba8b;
}
.theme-tan nav#left h3 {
  background: #503608;
}
.theme-tan nav#left ul li {
  background: #ccba8b;
}
.theme-tan nav#left ul li ul li {
  background: #e4dabc;
}
.theme-tan nav#left ul li ul li ul li {
  background: #faf7ec;
}
.theme-tan nav#left ul li ul li ul li ul li {
  background: #ffffff;
}
.theme-tan nav#left > ul {
  border-bottom: 1px solid #ccba8b;
  border-right: 1px solid #ccba8b;
}
.theme-tan nav#left li {
  border-top: 1px solid #e5e5e5;
}
.theme-tan #search button {
  background: #ccba8b;
}
.theme-tan .local .input-prepend {
  background: #ccba8b;
}
.theme-tan .table-striped-primary tbody > tr:nth-child(odd) > td,
.theme-tan .table-striped-primary tbody > tr:nth-child(odd) > th {
  background-color: #ccba8b;
}
.theme-tan .table-striped-secondary tbody > tr:nth-child(odd) > td,
.theme-tan .table-striped-secondary tbody > tr:nth-child(odd) > th {
  background-color: #e4dabc;
}
.theme-tan .table-hover-primary tbody tr:hover > td,
.theme-tan .table-hover-primary tbody tr:hover > th {
  background-color: #ccba8b;
}
.theme-tan .table-hover-secondary tbody tr:hover > td,
.theme-tan .table-hover-secondary tbody tr:hover > th {
  background-color: #e4dabc;
}
.theme-tan table.themed > thead > tr:first-child > th {
  background-color: #ccba8b;
}
.theme-tan table.themed > thead > tr + tr > th {
  background-color: #e4dabc;
}
.theme-tan table.themed > thead > tr + tr + tr > th {
  background-color: #ffffff;
}
.theme-tan .flexsliderbox .flex-control-nav a {
  background-color: #e4dabc;
  color: #503608;
}
.theme-tan .flexsliderbox .flex-control-nav a:hover {
  background-color: #ccba8b;
}
.theme-tan .flexsliderbox .flex-control-nav a:active {
  background-color: #503608;
  color: #ffffff;
}
.theme-tan .flexsliderbox .flex-direction-nav li a.prev:before,
.theme-tan .flexsliderbox .flex-direction-nav li a.flex-prev:before {
  border-color: transparent #ccba8b transparent transparent;
}
.theme-tan .flexsliderbox .flex-direction-nav li a.prev:after,
.theme-tan .flexsliderbox .flex-direction-nav li a.flex-prev:after {
  border-color: transparent #ffffff transparent transparent;
}
.theme-tan .flexsliderbox .flex-direction-nav li a.next:before,
.theme-tan .flexsliderbox .flex-direction-nav li a.flex-next:before {
  border-color: transparent transparent transparent #ccba8b;
}
.theme-tan .flexsliderbox .flex-direction-nav li a.next:after,
.theme-tan .flexsliderbox .flex-direction-nav li a.flex-next:after {
  border-color: transparent transparent transparent #ffffff;
}
.theme-teal .primary-color {
  color: #c1ded5 !important;
}
.theme-teal .primary-bg-color {
  background: #c1ded5 !important;
}
.theme-teal .primary-border {
  border: 1px solid #c1ded5;
}
.theme-teal .secondary-color {
  color: #deeee9 !important;
}
.theme-teal .secondary-bg-color {
  background: #deeee9;
}
.theme-teal .secondary-border {
  border: 1px solid #deeee9;
}
.theme-teal .selected-color {
  color: #084239 !important;
}
.theme-teal .selected-bg-color {
  background: #084239 !important;
}
.theme-teal .selected-border {
  border: 1px solid #084239;
}
.theme-teal .tertiary-color {
  color: #f6fcfb !important;
}
.theme-teal .tertiary-bg-color {
  background: #f6fcfb !important;
}
.theme-teal .tertiary-border {
  border: 1px solid #f6fcfb;
}
.theme-teal .quaternary-color {
  color: #9ecfc0 !important;
}
.theme-teal .quaternary-bg-color {
  background: #9ecfc0 !important;
}
.theme-teal .quaternary-border {
  border: 1px solid #9ecfc0;
}
.theme-teal .btn-primary {
  background: #084239;
  border-color: #084239;
}
.theme-teal .btn-primary:hover {
  background: #c1ded5;
  color: #000000;
}
.theme-teal .btn-primary:active,
.theme-teal .btn-primary:focus,
.theme-teal .btn-primary.active {
  background: #f6fcfb;
  color: #000000;
}
.theme-teal .navbar-default {
  background-color: #deeee9;
  border-color: #c1ded5;
}
.theme-teal .navbar-default .navbar-collapse,
.theme-teal .navbar-default .navbar-form {
  border-color: #c1ded5;
}
.theme-teal .navbar-default .navbar-toggle {
  border-color: #c1ded5;
}
.theme-teal .navbar-default .navbar-toggle:hover,
.theme-teal .navbar-default .navbar-toggle:focus {
  background-color: #c1ded5;
}
.theme-teal .navbar-default .navbar-nav > .open > a,
.theme-teal .navbar-default .navbar-nav > .open > a:hover,
.theme-teal .navbar-default .navbar-nav > .open > a:focus {
  background-color: #c1ded5;
  color: #000000;
}
.theme-teal .navbar-default .navbar-nav > li > a {
  color: #000000;
}
.theme-teal .navbar-default .navbar-text,
.theme-teal .navbar-default .navbar-brand {
  color: #000000;
}
.theme-teal .open > .dropdown-toggle.btn-primary {
  background: #f6fcfb;
  color: #000000;
}
.theme-teal .border-bottom-themed {
  border-bottom: 2px solid #084239;
}
.theme-teal .titlebar {
  background: #084239;
}
.theme-teal .titlebar .navbar .nav li.dropdown.open > .dropdown-toggle {
  background: #deeee9 !important;
}
.theme-teal #content .module-typeL h3 {
  color: #084239;
}
.theme-teal #content .module-typeL a:hover {
  background: #084239;
}
.theme-teal #content .module-typeMB > .module-body {
  background: #deeee9;
}
.theme-teal #content .module-typeMC > .module-body {
  background: #f6fcfb;
}
.theme-teal #content [class*="module-typeA"] .module-heading,
.theme-teal #content .module-typeP .module-heading {
  background: #084239;
}
.theme-teal #content .module-typeAC .module-footer,
.theme-teal #content .module-typeAD .module-footer {
  background: #deeee9 !important;
}
.theme-teal #content .module-typeAD .module-body {
  background: #f6fcfb !important;
}
.theme-teal #content .module-typeC,
.theme-teal #content .module-typeCA {
  background: #deeee9;
}
.theme-teal #content .module-typeC .module-body,
.theme-teal #content .module-typeCA .module-body {
  background: #deeee9;
}
.theme-teal #content .module-typeC .module-footer,
.theme-teal #content .module-typeCA .module-footer {
  background: #deeee9 !important;
}
.theme-teal #content .module-typeCB,
.theme-teal #content .module-typeCC {
  background: #f6fcfb;
}
.theme-teal #content .module-typeCB .module-body,
.theme-teal #content .module-typeCC .module-body {
  background: #f6fcfb;
}
.theme-teal #content .module-typeCB .module-footer,
.theme-teal #content .module-typeCC .module-footer {
  background: #f6fcfb !important;
}
.theme-teal #content .module-typeE,
.theme-teal #content .module-typeEA {
  background: #084239;
}
.theme-teal #content .module-typeE .module-body,
.theme-teal #content .module-typeEA .module-body {
  background: #084239;
}
.theme-teal #content .module-typeE .module-footer,
.theme-teal #content .module-typeEA .module-footer {
  background: #084239 !important;
}
.theme-teal #content .module-typeE .btn-primary,
.theme-teal #content .module-typeEA .btn-primary {
  background: #ffffff;
  color: #084239 !important;
  border-color: #ffffff;
}
.theme-teal #content .module-typeE .btn-primary i,
.theme-teal #content .module-typeEA .btn-primary i,
.theme-teal #content .module-typeE .btn-primary span,
.theme-teal #content .module-typeEA .btn-primary span {
  color: #084239 !important;
}
.theme-teal #content .module-typeK a span {
  background: #084239;
  border-bottom: 3px solid #c1ded5;
}
.theme-teal #content .module-typeN h3 {
  background: #084239;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 320px) and (max-device-width: 568px) {
  .theme-teal .navbtn a:active {
    background: #084239;
  }
  .theme-teal .navbtn a:hover * {
    color: #ffffff;
  }
}
.theme-teal #multiPage,
.theme-teal .multipage,
.theme-teal .module-typeI {
  border-top: 4px solid #084239;
}
.theme-teal nav#left {
  border-left: 1px solid #c1ded5;
}
.theme-teal nav#left h3 {
  background: #084239;
}
.theme-teal nav#left ul li {
  background: #c1ded5;
}
.theme-teal nav#left ul li ul li {
  background: #deeee9;
}
.theme-teal nav#left ul li ul li ul li {
  background: #f6fcfb;
}
.theme-teal nav#left ul li ul li ul li ul li {
  background: #ffffff;
}
.theme-teal nav#left > ul {
  border-bottom: 1px solid #c1ded5;
  border-right: 1px solid #c1ded5;
}
.theme-teal nav#left li {
  border-top: 1px solid #e5e5e5;
}
.theme-teal #search button {
  background: #c1ded5;
}
.theme-teal .local .input-prepend {
  background: #c1ded5;
}
.theme-teal .table-striped-primary tbody > tr:nth-child(odd) > td,
.theme-teal .table-striped-primary tbody > tr:nth-child(odd) > th {
  background-color: #c1ded5;
}
.theme-teal .table-striped-secondary tbody > tr:nth-child(odd) > td,
.theme-teal .table-striped-secondary tbody > tr:nth-child(odd) > th {
  background-color: #deeee9;
}
.theme-teal .table-hover-primary tbody tr:hover > td,
.theme-teal .table-hover-primary tbody tr:hover > th {
  background-color: #c1ded5;
}
.theme-teal .table-hover-secondary tbody tr:hover > td,
.theme-teal .table-hover-secondary tbody tr:hover > th {
  background-color: #deeee9;
}
.theme-teal table.themed > thead > tr:first-child > th {
  background-color: #c1ded5;
}
.theme-teal table.themed > thead > tr + tr > th {
  background-color: #deeee9;
}
.theme-teal table.themed > thead > tr + tr + tr > th {
  background-color: #ffffff;
}
.theme-teal .flexsliderbox .flex-control-nav a {
  background-color: #deeee9;
  color: #084239;
}
.theme-teal .flexsliderbox .flex-control-nav a:hover {
  background-color: #c1ded5;
}
.theme-teal .flexsliderbox .flex-control-nav a:active {
  background-color: #084239;
  color: #ffffff;
}
.theme-teal .flexsliderbox .flex-direction-nav li a.prev:before,
.theme-teal .flexsliderbox .flex-direction-nav li a.flex-prev:before {
  border-color: transparent #c1ded5 transparent transparent;
}
.theme-teal .flexsliderbox .flex-direction-nav li a.prev:after,
.theme-teal .flexsliderbox .flex-direction-nav li a.flex-prev:after {
  border-color: transparent #ffffff transparent transparent;
}
.theme-teal .flexsliderbox .flex-direction-nav li a.next:before,
.theme-teal .flexsliderbox .flex-direction-nav li a.flex-next:before {
  border-color: transparent transparent transparent #c1ded5;
}
.theme-teal .flexsliderbox .flex-direction-nav li a.next:after,
.theme-teal .flexsliderbox .flex-direction-nav li a.flex-next:after {
  border-color: transparent transparent transparent #ffffff;
}
/* Non-HTML files and Plugins */
#plugin-legend {
  border-top: 1px solid #e5e5e5;
  margin: 0;
  margin-top: 30px;
  overflow: hidden;
}
#plugin-legend h5 {
  font-weight: 700;
  padding-left: 10px;
  line-height: 14px !important;
}
#plugin-legend > span {
  display: inline-block;
  margin-left: 10px;
}
#plugin-legend ul {
  list-style-type: none;
  margin-left: 10px;
  overflow: hidden;
}
#plugin-legend ul li {
  float: left;
  padding: 0 2px;
}
#plugin-legend li {
  display: none;
}
#plugin-legend li a span {
  margin: 0px;
}
#plugin-legend.pluginOn {
  display: block;
}
#plugin-legend .pluginOn {
  display: inline;
}
#plugin-legend.pluginOff,
#plugin-legend .pluginOff {
  display: none;
}
#plugin-legend [class^="sprite"] {
  color: transparent!important;
  line-height: 0px;
  font-size: 0px;
}
p {
  line-height: 25px;
}
span[class*="sprite-"] {
  margin: 0 5px;
  display: inline-block;
}
span[class*="sprite-"].center {
  margin-right: auto;
  margin-left: auto;
}
span[class*="sprite-14"],
i[class*="sprite-14"] {
  height: 14px;
  min-height: 14px;
  max-height: 14px;
  width: 14px;
  min-width: 14px;
  max-width: 14px;
}
span[class*="sprite-16"],
i[class*="sprite-16"] {
  height: 16px;
  min-height: 16px;
  max-height: 16px;
  width: 16px;
  min-width: 16px;
  max-width: 16px;
}
span[class*="sprite-24"],
i[class*="sprite-24"],
img[class*="sprite-24"] {
  height: 25px;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  min-width: 25px;
  max-width: 25px;
}
span.sprite-24-resize {
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  margin: 0;
}
span[class*="sprite-32"],
i[class*="sprite-32"] {
  height: 33px;
  min-height: 33px;
  max-height: 33px;
  width: 33px;
  min-width: 33px;
  max-width: 33px;
}
span[class*="sprite-40"],
i[class*="sprite-40"] {
  height: 41px;
  min-height: 41px;
  max-height: 41px;
  width: 41px;
  min-width: 41px;
  max-width: 41px;
}
span[class*="sprite-48"],
i[class*="sprite-48"] {
  height: 49px;
  min-height: 49px;
  max-height: 49px;
  width: 49px;
  min-width: 49px;
  max-width: 49px;
}
.sprite-14-close {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/su.svg") no-repeat -123px -2px;
}
.sprite-14-search-black {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/su.svg") no-repeat -90px -53px;
}
.sprite-14-search-white {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/su.svg") no-repeat -107px -50px;
}
.sprite-16-share {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/su.svg") no-repeat 0 0;
}
.sprite-16-search-black {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/su.svg") no-repeat -108px -47px;
}
.sprite-16-menu {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/su.svg") no-repeat -18px -2px;
}
.sprite-16-search-white {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/su.svg") no-repeat -126px -47px;
}
.sprite-16-close {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/su.svg") no-repeat -72px 0;
}
.sprite-16-close1 {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/su.svg") no-repeat -106px 0;
}
.sprite-24-search-black {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/su.svg") no-repeat -65px -49px;
}
.sprite-24-blue-y {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/su.svg") no-repeat 0 -17px;
}
.sprite-24-syndicate {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/su.svg") no-repeat -26px -18px;
}
.sprite-32-diggtext {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/su.svg") no-repeat -36px -52px;
  max-width: 30px!important;
  min-width: 30px!important;
  width: 30px!important;
  margin-right: 3px !important;
}
.sprite-24-govd-icon {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/su.svg") no-repeat -52px -20px;
}
.sprite-24-resize {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/su.svg") no-repeat 0 -46px;
}
.sprite-24-back {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/su.svg") no-repeat -79px -18px;
}
.sprite-24-close {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/su.svg") no-repeat -104px -18px;
}
.sprite-40-grey-a {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat 0 0;
}
.sprite-40-grey-b {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -42px 0;
}
.sprite-40-grey-c {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -85px 0;
}
.sprite-40-grey-d {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -168px 0;
}
.sprite-40-grey-e {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -126px 0;
}
.sprite-40-grey-f {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -252px 0;
}
.sprite-40-grey-g {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -294px 0;
}
.sprite-40-grey-h {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -337px 0;
}
.sprite-40-grey-i {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -378px 0;
}
.sprite-40-grey-j {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -420px 0;
}
.sprite-40-grey-k {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -463px 0;
}
.sprite-40-grey-l {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -504px 0;
}
.sprite-40-grey-m {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -545px 0;
}
.sprite-40-grey-n {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -588px 0;
}
.sprite-40-grey-o {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -630px 0;
}
.sprite-40-grey-p {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -672px 0;
}
.sprite-40-grey-q {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -714px 0;
}
.sprite-40-grey-r {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -756px 0;
}
.sprite-40-grey-s {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -798px 0;
}
.sprite-40-grey-t {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -840px 0;
}
.sprite-40-grey-u {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -882px 0;
}
.sprite-40-grey-v {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -924px 0;
}
.sprite-40-grey-w {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -966px 0;
}
.sprite-40-grey-x {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -210px 0;
}
.sprite-40-grey-y {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -1008px 0;
}
.sprite-40-grey-z {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -1050px 0;
}
.sprite-40-grey-aa {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -1092px 0;
}
.sprite-40-grey-bb {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -1134px 0;
}
.sprite-40-grey-cc {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -1176px 0;
}
.sprite-40-grey-dd {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -1218px 0;
}
.sprite-40-grey-ee {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -1260px 0;
}
.sprite-40-grey-ff {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -1302px 0;
}
.sprite-40-grey-gg {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -1344px 0;
}
.sprite-40-grey-hh {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -1386px 0;
}
.sprite-40-grey-ii {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -1428px 0;
}
.sprite-40-grey-jj {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -1470px 0;
}
.sprite-40-grey-kk {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -1512px 0;
}
.sprite-40-grey-ll {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -1554px 0;
}
.sprite-40-grey-mm {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -1596px 0;
}
.sprite-40-grey-nn {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -1638px 0;
}
.sprite-40-grey-oo {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -1680px 0;
}
.sprite-40-grey-pp {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -1722px 0;
}
.sprite-40-grey-qq {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -1764px 0;
}
.sprite-40-grey-rr {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -1806px 0;
}
.sprite-40-grey-ss {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -1848px 0;
}
.sprite-40-grey-tt {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -1890px 0;
}
.sprite-40-grey-uu {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -1932px 0;
}
.sprite-40-grey-vv {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -1974px 0;
}
.sprite-40-grey-ww {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -2016px 0;
}
.sprite-40-grey-xx {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -2058px 0;
}
.sprite-40-grey-yy {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -2100px 0;
}
.sprite-40-grey-zz {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -2142px 0;
}
.sprite-40-grey-aaa {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -2184px 0;
}
.sprite-40-grey-bbb {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -2226px 0;
}
.sprite-40-grey-ccc {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -2268px 0;
}
.sprite-40-grey-ddd {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -2310px 0;
}
.sprite-40-grey-eee {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -2352px 0;
}
.sprite-40-grey-fff {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -2394px 0;
}
.sprite-40-grey-ggg {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -2436px 0;
}
.sprite-40-grey-hhh {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn.svg") no-repeat -2478px 0;
}
.sprite-24-grey-a {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn-24.svg") no-repeat 0 0;
}
.sprite-24-grey-b {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn-24.svg") no-repeat -23px 0;
}
.sprite-24-grey-c {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn-24.svg") no-repeat -50px 0;
}
.sprite-24-grey-e {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn-24.svg") no-repeat -75px 0;
}
.sprite-24-grey-d {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn-24.svg") no-repeat -100px 0;
}
.sprite-24-grey-x {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn-24.svg") no-repeat -124px 0;
}
.sprite-24-grey-f {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn-24.svg") no-repeat -151px 0;
}
.sprite-24-grey-g {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn-24.svg") no-repeat -177px 0;
}
.sprite-24-grey-h {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn-24.svg") no-repeat -203px 0;
}
.sprite-24-grey-i {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn-24.svg") no-repeat -228px 0;
}
.sprite-24-grey-j {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn-24.svg") no-repeat -253px 0;
}
.sprite-24-grey-k {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn-24.svg") no-repeat -276px 0;
}
.sprite-24-grey-l {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn-24.svg") no-repeat -300px 0;
}
.sprite-24-grey-m {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn-24.svg") no-repeat -328px 0;
}
.sprite-24-grey-n {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn-24.svg") no-repeat -353px 0;
}
.sprite-24-grey-o {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn-24.svg") no-repeat -378px 0;
}
.sprite-24-grey-p {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn-24.svg") no-repeat -403px 0;
}
.sprite-24-grey-q {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn-24.svg") no-repeat -428px 0;
}
.sprite-24-grey-r {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn-24.svg") no-repeat -454px 0;
}
.sprite-24-grey-s {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn-24.svg") no-repeat -479px 0;
}
.sprite-24-grey-t {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn-24.svg") no-repeat -504px 0;
}
.sprite-24-grey-u {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn-24.svg") no-repeat -529px 0;
}
.sprite-24-grey-v {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn-24.svg") no-repeat -554px 0;
}
.sprite-24-grey-w {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sn-24.svg") no-repeat -580px 0;
}
.sprite-24-govd {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/ss.svg") no-repeat 0 -85px;
}
.sprite-24-youtube {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/ss.svg") no-repeat -26px -85px;
}
.sprite-24-facebook {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/ss.svg") no-repeat -52px -85px;
}
.sprite-24-twitter {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/ss.svg") no-repeat -78px -85px;
}
.sprite-24-linkedin {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/ss.svg") no-repeat -104px -85px;
}
.sprite-24-pinterest {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/ss.svg") no-repeat -129px -85px;
}
.sprite-24-rss {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/ss.svg") no-repeat -155px -85px;
}
.sprite-24-googleplus {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/ss.svg") no-repeat -181px -85px;
}
.sprite-24-flickr {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/ss.svg") no-repeat -207px -85px;
}
.sprite-32-govd {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/ss.svg") no-repeat 0 -51px;
}
.sprite-32-youtube {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/ss.svg") no-repeat -34px -51px;
}
.sprite-32-facebook {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/ss.svg") no-repeat -68px -51px;
}
.sprite-32-twitter {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/ss.svg") no-repeat -102px -51px;
}
.sprite-32-linkedin {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/ss.svg") no-repeat -136px -51px;
}
.sprite-32-pinterest {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/ss.svg") no-repeat -170px -51px;
}
.sprite-32-rss {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/ss.svg") no-repeat -204px -51px;
}
.sprite-32-googleplus {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/ss.svg") no-repeat -238px -51px;
}
.sprite-32-flickr {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/ss.svg") no-repeat -272px -51px;
}
.sprite-48-govd {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/ss.svg") no-repeat 0 0;
}
.sprite-48-youtube {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/ss.svg") no-repeat -50px 0;
}
.sprite-48-facebook {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/ss.svg") no-repeat -100px 0;
}
.sprite-48-twitter {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/ss.svg") no-repeat -150px 0;
}
.sprite-48-linkedin {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/ss.svg") no-repeat -200px 0;
}
.sprite-48-pinterest {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/ss.svg") no-repeat -250px 0;
}
.sprite-48-rss {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/ss.svg") no-repeat -300px 0;
}
.sprite-48-googleplus {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/ss.svg") no-repeat -350px 0;
}
.sprite-48-flickr {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/ss.svg") no-repeat -400px 0;
}
.sprite-24-apps {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat 0 -85px;
}
.sprite-24-buttons {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -25px -85px;
}
.sprite-24-gadgets {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -51px -85px;
}
.sprite-24-email {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -77px -85px;
}
.sprite-24-ecards {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -103px -85px;
}
.sprite-24-watch {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -129px -85px;
}
.sprite-24-listen {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -155px -85px;
}
.sprite-24-announce1 {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -181px -85px;
}
.sprite-24-announce2 {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -207px -85px;
}
.sprite-24-audio1 {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -233px -85px;
}
.sprite-24-audio2 {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -259px -85px;
}
.sprite-24-social1 {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -285px -85px;
}
.sprite-24-social2 {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -311px -85px;
}
.sprite-24-social3 {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -337px -85px;
}
.sprite-24-social4 {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -363px -85px;
}
.sprite-24-music {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -389px -85px;
}
.sprite-24-presentation {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -415px -85px;
}
.sprite-24-read1 {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -441px -85px;
}
.sprite-24-read2 {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -467px -85px;
}
.sprite-24-ipod {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -493px -85px;
}
.sprite-24-tv {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -519px -85px;
}
.sprite-24-camera1 {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -545px -85px;
}
.sprite-24-camera2 {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -571px -85px;
}
.sprite-24-film1 {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -597px -85px;
}
.sprite-24-film2 {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -623px -85px;
}
.sprite-24-film3 {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -649px -85px;
}
.sprite-24-microphone {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -675px -85px;
}
.sprite-32-apps {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat 0 -51px;
}
.sprite-32-buttons {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -34px -51px;
}
.sprite-32-gadgets {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -68px -51px;
}
.sprite-32-email {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -102px -51px;
}
.sprite-32-ecards {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -136px -51px;
}
.sprite-32-watch {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -170px -51px;
}
.sprite-32-listen {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -204px -51px;
}
.sprite-32-announce1 {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -238px -51px;
}
.sprite-32-announce2 {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -272px -51px;
}
.sprite-32-audio1 {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -306px -51px;
}
.sprite-32-audio2 {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -340px -51px;
}
.sprite-32-social1 {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -374px -51px;
}
.sprite-32-social2 {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -408px -51px;
}
.sprite-32-social3 {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -442px -51px;
}
.sprite-32-social4 {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -476px -51px;
}
.sprite-32-music {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -510px -51px;
}
.sprite-32-presentation {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -544px -51px;
}
.sprite-32-read1 {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -578px -51px;
}
.sprite-32-read2 {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -612px -51px;
}
.sprite-32-ipod {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -646px -51px;
}
.sprite-32-tv {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -680px -51px;
}
.sprite-32-camera1 {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -714px -51px;
}
.sprite-32-camera2 {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -748px -51px;
}
.sprite-32-film1 {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -782px -51px;
}
.sprite-32-film2 {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -816px -51px;
}
.sprite-32-film3 {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -850px -51px;
}
.sprite-32-microphone {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -884px -51px;
}
.sprite-48-apps {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat 0 -1px;
}
.sprite-48-buttons {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -49px -1px;
}
.sprite-48-gadgets {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -99px -1px;
}
.sprite-48-email {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -149px -1px;
}
.sprite-48-ecards {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -199px -1px;
}
.sprite-48-watch {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -249px -1px;
}
.sprite-48-listen {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -299px -1px;
}
.sprite-48-announce1 {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -349px -1px;
}
.sprite-48-announce2 {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -399px -1px;
}
.sprite-48-audio1 {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -449px -1px;
}
.sprite-48-audio2 {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -499px -1px;
}
.sprite-48-social1 {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -549px -1px;
}
.sprite-48-social2 {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -599px -1px;
}
.sprite-48-social3 {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -649px -1px;
}
.sprite-48-social4 {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -699px -1px;
}
.sprite-48-music {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -749px -1px;
}
.sprite-48-presentation {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -799px -1px;
}
.sprite-48-read1 {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -849px -1px;
}
.sprite-48-read2 {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -899px -1px;
}
.sprite-48-ipod {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -949px -1px;
}
.sprite-48-tv {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -999px -1px;
}
.sprite-48-camera1 {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -1049px -1px;
}
.sprite-48-camera2 {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -1099px -1px;
}
.sprite-48-film1 {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -1149px -1px;
}
.sprite-48-film2 {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -1199px -1px;
}
.sprite-48-film3 {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -1249px -1px;
}
.sprite-48-microphone {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sm.svg") no-repeat -1299px -1px;
}
.sprite-16-pdf {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sf.svg") no-repeat -3px -1px;
  width: 16px;
  height: 16px;
}
.sprite-16-ppt {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sf.svg") no-repeat -24px -1px;
  width: 16px;
  height: 16px;
}
.sprite-16-word {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sf.svg") no-repeat -45px -1px;
  width: 16px;
  height: 16px;
}
.sprite-16-excel {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sf.svg") no-repeat -65px -1px;
  width: 16px;
  height: 16px;
}
.sprite-16-wmv {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sf.svg") no-repeat -85px -1px;
  width: 16px;
  height: 16px;
}
.sprite-16-qt {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sf.svg") no-repeat -104px -1px;
  width: 15px;
  height: 15px;
}
.sprite-16-rp {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sf.svg") no-repeat -123px -1px;
  width: 16px;
  height: 15px;
}
.sprite-16-txt {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sf.svg") no-repeat -143px -1px;
  width: 13px;
  height: 16px;
}
.sprite-16-zip {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sf.svg") no-repeat -160px -1px;
  width: 15px;
  height: 16px;
}
.sprite-16-sas {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sf.svg") no-repeat -181px -1px;
  width: 11px;
  height: 16px;
}
.sprite-16-ebook {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sf.svg") no-repeat -197px 0;
  width: 14px;
  height: 18px;
}
.sprite-16-ris {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sf.svg") no-repeat -215px -1px;
  width: 16px;
  height: 16px;
}
.sprite-16-external {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/sf.svg") no-repeat -235px -4px;
  width: 10px;
  height: 10px;
}
a.nonHtml {
  display: inline-block;
}
a.nonHtml [class*="sprite-"] {
  margin-bottom: 0px;
  display: inline-block;
}
a.nonHtml a.external {
  float: left;
  height: 23px;
  padding-right: 8px !important;
  text-decoration: none !important;
  width: 5px;
}
a.nonHtml.plugin {
  display: inline;
}
a.nonHtml.plugin:hover {
  text-decoration: none;
}
a.nonHtml.plugin:hover .tp-label {
  text-decoration: none!important;
}
a.nonHtml.plugin:hover .tp-size {
  text-decoration: none!important;
}
a.nonHtml.plugin .tp-label,
a.nonHtml.plugin .tp-size {
  display: inline;
}
a.nonHtml.plugin .tp-label {
  text-decoration: underline;
}
a.nonHtml.plugin .tp-size {
  color: #404040;
  font-size: 12px;
  white-space: nowrap;
}
a.nonHtml.plugin [class^="sprite"] {
  display: inline-block !important;
  margin-left: 5px;
  margin-bottom: -3px;
}
a.nonHtml.plugin a.external {
  display: inline-block;
  float: none;
  height: 12px;
}
#wrapper .external {
  background: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/icon_out.png") center right no-repeat;
  padding-right: 13px;
}
a[href*="facebook.com"] + a.external,
a[href*="twitter.com"] + a.external,
a[href*="plus.google.com"] + a.external,
a[href*="linkedin.com"] + a.external,
a[href*="pinterest.com"] + a.external,
a[href*="youtube.com"] + a.external,
a[href*="instagram.com"] + a.external,
a[href*="flickr.com"] + a.external {
  display: none;
}
#content .thumbnail.with-caption {
  display: inline-block;
  background: #f0f0f0;
}
#content .thumbnail.with-caption.white {
  background: #ffffff;
}
#content .thumbnail.with-caption.themed.light {
  background: #FAF7EC;
}
#content .thumbnail.with-caption.themed.darker {
  background: #E4DABC;
}
#content .thumbnail.with-caption.themed.dark {
  background: #503608;
  color: #ffffff;
}
#content .thumbnail.with-caption.pull-right {
  margin-left: 15px;
}
#content .thumbnail.with-caption.pull-left {
  margin-right: 15px;
}
#content .thumbnail.with-caption p {
  margin: 0;
  padding-top: 0.5em;
}
#content .thumbnail.with-caption small {
  width: 100%;
  text-align: right;
  display: inline-block;
  color: #999;
}
#content .thumbnail.with-caption small:before {
  content: '\2014 \00A0';
}
#content .thumbnail div.image img {
  width: 100%;
}
#content [class*="module-type"] {
  margin-bottom: 15px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
#content [class*="module-type"] [class*="module-type"] {
  margin-bottom: 0;
}
#content [class*="module-type"] a {
  text-decoration: none!important;
}
#content [class*="module-type"] a:hover {
  text-decoration: underline!important;
}
#content [class*="module-type"] .module-image {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#content [class*="module-type"] .module-heading {
  padding: 10px 15px;
  border-bottom: 1px solid #e5e5e5;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#content [class*="module-type"] .module-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}
#content [class*="module-type"] .module-body {
  padding: 15px;
  background: #ffffff;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#content [class*="module-type"] .module-body ul,
#content [class*="module-type"] .module-body ol {
  margin-bottom: 0;
  padding-left: 15px;
}
#content [class*="module-type"] .module-body ul.list-block,
#content [class*="module-type"] .module-body ol.list-block,
#content [class*="module-type"] .module-body ul.list-unstyled,
#content [class*="module-type"] .module-body ol.list-unstyled {
  padding-left: 0;
}
#content [class*="module-type"] .module-body:before,
#content [class*="module-type"] .module-body:after {
  content: " ";
  display: table;
}
#content [class*="module-type"] .module-body:after {
  clear: both;
}
#content [class*="module-type"] .module-footer {
  padding: 10px 15px;
  background: #f0f0f0;
  border-top: 1px solid #e5e5e5;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}
#content [class*="module-type"] .module-footer > .btn {
  float: right;
}
#content [class*="module-type"] .module-footer > .btn > i {
  font-size: 18px;
  font-weight: bold;
  margin-left: 5px;
}
#content .module-typeB .module-footer,
#content .module-typeC .module-footer,
#content .module-typeCB .module-footer,
#content .module-typeD .module-footer,
#content .module-typeE .module-footer,
#content .module-typeF .module-footer {
  border-top: 0;
}
#content .module-typeA {
  border: 1px solid #e5e5e5;
}
#content .module-typeA h3 {
  color: #ffffff;
}
#content .module-typeA h3 a {
  color: #ffffff;
}
#content .module-typeA .module-footer {
  background: #ffffff;
  border-top: 0;
}
#content .module-typeAA,
#content .module-typeAB,
#content .module-typeAC,
#content .module-typeAD {
  border: 1px solid #e5e5e5;
}
#content .module-typeAA h3,
#content .module-typeAB h3,
#content .module-typeAC h3,
#content .module-typeAD h3 {
  color: #ffffff;
}
#content .module-typeAA h3 a,
#content .module-typeAB h3 a,
#content .module-typeAC h3 a,
#content .module-typeAD h3 a {
  color: #ffffff;
}
#content .module-typeAB .module-footer {
  background: #ffffff;
}
#content .module-typeB,
#content .module-typeBA {
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.13);
}
#content .module-typeB h3,
#content .module-typeBA h3 {
  color: #000000;
}
#content .module-typeB h3 a,
#content .module-typeBA h3 a {
  color: #000000;
}
#content .module-typeB .module-footer,
#content .module-typeBA .module-footer {
  background: #ffffff;
}
#content .module-typeC h3,
#content .module-typeCA h3,
#content .module-typeCB h3,
#content .module-typeCC h3 {
  color: #000000;
}
#content .module-typeC h3 a,
#content .module-typeCA h3 a,
#content .module-typeCB h3 a,
#content .module-typeCC h3 a {
  color: #000000;
}
#content .module-typeD,
#content .module-typeDA {
  border: 0;
  box-shadow: none;
}
#content .module-typeD h3,
#content .module-typeDA h3 {
  color: #000000;
}
#content .module-typeD h3 a,
#content .module-typeDA h3 a {
  color: #000000;
}
#content .module-typeD .module-footer,
#content .module-typeDA .module-footer {
  background: #ffffff;
}
#content .module-typeE *,
#content .module-typeEA * {
  color: #ffffff !important;
}
#content .module-typeE input,
#content .module-typeEA input,
#content .module-typeE textarea,
#content .module-typeEA textarea {
  color: #000000;
}
#content .module-typeF,
#content .module-typeFA {
  background: #f0f0f0;
  border: 1px solid #e5e5e5;
}
#content .module-typeF .module-body,
#content .module-typeFA .module-body {
  background: #f0f0f0;
}
#content .module-typeF h3,
#content .module-typeFA h3 {
  color: #000000;
}
#content .module-typeF h3 a,
#content .module-typeFA h3 a {
  color: #000000;
}
#content .module-typeG,
#content .module-typeGA {
  background: #f0f0f0;
  border: 1px solid #e5e5e5;
}
#content .module-typeG .module-body,
#content .module-typeGA .module-body {
  background: #f0f0f0;
}
#content .module-typeG label,
#content .module-typeGA label {
  width: 100%;
}
#content .module-typeG h3,
#content .module-typeGA h3 {
  color: #000000;
}
#content .module-typeG h3 a,
#content .module-typeGA h3 a {
  color: #000000;
}
#content .module-typeG span.sprite-24-govd-icon,
#content .module-typeGA span.sprite-24-govd-icon {
  padding: 0;
  margin-left: -10px;
  float: left;
}
#content .module-typeGA .module-footer {
  border-top: 0;
}
#content .module-typeH,
#content .module-typeHA {
  background: #ffffff;
  border: 1px solid #e5e5e5;
}
#content .module-typeH .module-heading,
#content .module-typeHA .module-heading {
  background: #f0f0f0;
}
#content .module-typeH .module-heading .module-title,
#content .module-typeHA .module-heading .module-title {
  font-size: 14px;
  font-weight: 700;
}
#content .module-typeH .module-heading .module-title a,
#content .module-typeHA .module-heading .module-title a {
  font-size: 14px;
  color: #000000;
}
#content .module-typeH .module-footer {
  background: #ffffff;
  border-top: 0;
}
#content .module-typeHA .module-footer {
  background: #ffffff;
}
#content .module-typeJ li {
  display: inline-block;
  padding: 4px!important;
}
#content .module-typeJ li a {
  display: block;
  background: #f0f0f0;
  border-bottom: 3px solid #c0c0c0;
}
#content .module-typeJ li a span {
  padding: 7px 4px;
  font-size: 18px;
  display: block;
  text-transform: uppercase;
}
#content .module-typeJ li img {
  width: 100%;
}
#content .module-typeK li {
  display: inline-block;
  padding: 4px!important;
}
#content .module-typeK li a {
  display: block;
  background: #f0f0f0;
  border-bottom: 3px solid #c0c0c0;
}
#content .module-typeK li a span {
  padding: 7px 4px;
  font-size: 18px;
  display: block;
  text-transform: uppercase;
  color: #ffffff;
}
#content .module-typeK li img {
  width: 100%;
}
#content .module-typeL li {
  display: inline-block;
  margin: 4px;
}
#content .module-typeL li a {
  display: block;
  background: #f0f0f0;
  float: left;
  width: 100%;
}
#content .module-typeL li a:hover {
  color: #ffffff;
}
#content .module-typeL li a:hover * {
  color: #ffffff !important;
}
#content .module-typeL li a:hover .module-icon {
  opacity: 1;
}
#content .module-typeL li a:hover span.sprite-40-grey-a {
  background-position: 0 -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-b {
  background-position: -42px -43px;
}
#content .module-typeL li a:hover span.sprite-40-grey-c {
  background-position: -85px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-e {
  background-position: -126px -46px;
}
#content .module-typeL li a:hover span.sprite-40-grey-d {
  background-position: -168px -46px;
}
#content .module-typeL li a:hover span.sprite-40-grey-x {
  background-position: -210px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-f {
  background-position: -252px -44px;
}
#content .module-typeL li a:hover span.sprite-40-grey-g {
  background-position: -294px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-h {
  background-position: -337px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-i {
  background-position: -378px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-j {
  background-position: -420px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-k {
  background-position: -463px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-l {
  background-position: -504px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-m {
  background-position: -545px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-n {
  background-position: -588px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-o {
  background-position: -630px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-p {
  background-position: -672px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-q {
  background-position: -714px -47px;
}
#content .module-typeL li a:hover span.sprite-40-grey-r {
  background-position: -756px -44px;
}
#content .module-typeL li a:hover span.sprite-40-grey-s {
  background-position: -798px -43px;
}
#content .module-typeL li a:hover span.sprite-40-grey-t {
  background-position: -840px -46px;
}
#content .module-typeL li a:hover span.sprite-40-grey-u {
  background-position: -882px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-v {
  background-position: -924px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-w {
  background-position: -966px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-y {
  background-position: -1008px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-z {
  background-position: -1050px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-aa {
  background-position: -1092px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-bb {
  background-position: -1134px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-cc {
  background-position: -1176px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-dd {
  background-position: -1218px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-ee {
  background-position: -1260px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-ff {
  background-position: -1302px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-gg {
  background-position: -1344px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-hh {
  background-position: -1386px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-ii {
  background-position: -1428px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-jj {
  background-position: -1470px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-kk {
  background-position: -1512px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-ll {
  background-position: -1554px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-mm {
  background-position: -1596px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-nn {
  background-position: -1638px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-oo {
  background-position: -1680px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-pp {
  background-position: -1722px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-qq {
  background-position: -1764px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-rr {
  background-position: -1806px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-ss {
  background-position: -1848px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-tt {
  background-position: -1890px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-uu {
  background-position: -1932px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-vv {
  background-position: -1974px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-ww {
  background-position: -2016px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-xx {
  background-position: -2058px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-yy {
  background-position: -2100px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-zz {
  background-position: -2142px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-aaa {
  background-position: -2184px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-bbb {
  background-position: -2226px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-ccc {
  background-position: -2268px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-ddd {
  background-position: -2310px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-eee {
  background-position: -2352px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-fff {
  background-position: -2394px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-ggg {
  background-position: -2436px -42px;
}
#content .module-typeL li a:hover span.sprite-40-grey-hhh {
  background-position: -2478px -42px;
}
#content .module-typeL .module-body {
  background: transparent;
  overflow: hidden;
  color: #000000;
}
#content .module-typeL .module-body h3 {
  margin: 0;
}
#content .module-typeL .module-icon {
  float: left;
  padding: 15px 5px;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}
#content .module-typeM > .module-body {
  background: #f0f0f0;
  background-image: url("/ncbddd/watchmetraining/TemplatePackage/4.0/images/fancy_deboss.png");
}
#content .module-typeMA > .module-body {
  background: #f0f0f0;
}
#content [class*="module-typeM"] .module-typeP .module-body {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#content .module-typeN {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
#content .module-typeN figure img {
  width: 100%;
}
#content .module-typeN figure a img {
  width: 100%;
}
#content .module-typeP {
  border: 1px solid #e5e5e5;
}
#content .module-typeP h3 {
  color: #ffffff;
}
#content .module-typeP h3 a {
  color: #ffffff;
}
#content .module-typeP .module-image {
  padding: 4px;
  background: #ffffff;
}
#content .module-typeP .module-image img {
  width: 100%;
}
#content .module-typeP .module-heading {
  border-radius: 0;
}
#content .module-typeP .module-footer {
  background: #ffffff;
  border-top: 0;
}
#content .module-typeQ .col-sm-4.col-xs-8 {
  padding: 5px;
}
#content .module-typeQ .col-sm-8.col-xs-16 {
  padding: 5px;
}
#content .module-typeQ .tilecaption {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin: 0!important;
  text-align: center;
  color: white;
}
#content .module-typeT,
#content .module-typeTA {
  background: #ffffff;
  border: 1px solid #e5e5e5;
}
#content .module-typeT .module-heading,
#content .module-typeTA .module-heading {
  background: #f0f0f0;
}
#content .module-typeT .module-heading .module-title,
#content .module-typeTA .module-heading .module-title {
  font-size: 14px;
  font-weight: 700;
}
#content .module-typeT .module-heading .module-title a,
#content .module-typeTA .module-heading .module-title a {
  font-size: 14px;
  color: #000000;
}
#content .module-typeT .module-body ul li:before,
#content .module-typeTA .module-body ul li:before,
#content .module-typeT .module-body ul li:after,
#content .module-typeTA .module-body ul li:after {
  content: " ";
  display: table;
}
#content .module-typeT .module-body ul li:after,
#content .module-typeTA .module-body ul li:after {
  clear: both;
}
#content .module-typeT .module-body ul span[class*="sprite-"],
#content .module-typeTA .module-body ul span[class*="sprite-"] {
  float: left;
}
#content .module-typeT .module-body ul.list-inline,
#content .module-typeTA .module-body ul.list-inline {
  padding-left: 0;
}
#content .module-typeT .module-body ul.list-inline a,
#content .module-typeTA .module-body ul.list-inline a {
  display: none;
}
#content .module-typeT .module-footer {
  background: #ffffff;
  border-top: 0;
}
#content .module-typeTA .module-footer {
  background: #ffffff;
}
html.admin body {
  padding-top: 50px;
  overflow: hidden;
}
html.admin #wrapper {
  min-height: 100%;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  display: inline-block;
}
html.admin #main-wrapper {
  height: 100%;
  overflow-y: auto;
  padding: 50px 0 0px 0;
}
html.admin #main {
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding: 0 15px;
}
html.admin #sidebar-wrapper {
  height: 100%;
  padding: 50px 0 0px 0;
  position: fixed;
  border-right: 1px solid gray;
}
html.admin #sidebar {
  position: relative;
  height: 100%;
  overflow-y: auto;
}
html.admin #sidebar .list-group-item {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
html.admin #sidebar i[class*="fa-"] {
  margin-right: 5px;
}
html.admin .navbar-brand h1,
html.admin .navbar-brand h2 {
  margin-top: -5px;
}
@media (max-width: 992px) {
  html.admin body {
    padding-top: 0px;
  }
}
@media (min-width: 992px) {
  html.admin #main-wrapper {
    float: right;
  }
}
@media (max-width: 992px) {
  html.admin #main-wrapper {
    padding-top: 0px;
  }
}
@media (max-width: 992px) {
  html.admin #sidebar-wrapper {
    position: static;
    height: auto;
    max-height: 300px;
    border-right: 0;
  }
}
/* skip menu */
a.skippy {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
}
a.skippy:active,
a.skippy:focus,
a.skippy:hover {
  top: 0;
  left: 0;
  font-size: 1em;
  font-weight: 700;
  color: #ffffff;
  background-color: #075290;
  height: auto;
  overflow: auto;
  width: 99%;
  padding: 5px;
  z-index: 100;
}
.a2zbar {
  background: #075290;
  color: white;
  padding: 7px 10px 1px 10px;
  border-bottom: 1px solid #fff;
}
.a2zbar a {
  color: white;
}
.local-a2z ul {
  margin-top: 10px;
  margin-left: 10px;
}
.local-a2z ul li {
  border: 0;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
.a2z-bar {
  background: #075290;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  margin-right: 0;
  border-bottom: 1px solid #c0c0c0;
}
.a2z-bar ul {
  margin: 0;
  text-align: left;
}
.a2z-bar li {
  border: 0;
  display: inline-block;
  text-align: center;
  line-height: 41px;
}
.a2z-bar li a {
  color: #ffffff;
  display: block;
  width: 41px;
  font-weight: 700;
}
.a2z-bar li a[href='#'] {
  color: #c0c0c0;
}
.a2z-bar :first-child {
  border: 0;
}
.no-js .a2z {
  display: inherit;
}
.a2z-button {
  background: #075290;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  clear: both;
}
.a2z-button a {
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
}
.a2z-button a:visited {
  color: #ffffff;
}
.a2z-button a:focus {
  border: 1px dotted #ffffff;
  margin: -1px;
}
.a2z-button a.active,
.a2z-button a.active {
  border: none;
  margin: 0;
}
.a2z-button {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inherit;
  padding: 5px 17px;
  border-bottom: 1px solid #ffffff;
  margin-top: 18px;
  margin-right: 10px;
  font-size: 14px;
  line-height: 25px;
}
.a2z-button span {
  margin-left: 5px;
  font-size: 18px;
}
html.atz .a2z-button {
  display: none;
}
.a2z-button.dropdown .caret {
  border-top: 4px solid #ffffff;
}
.a2z-button.dropup .caret {
  margin-top: 8px;
  margin-left: 2px;
  border-bottom: 4px solid #ffffff;
}
.a2z-link-button {
  background: #075290;
  float: right;
  padding: 5px;
  text-transform: uppercase;
  clear: both;
  text-align: right;
  margin-bottom: 5px;
  width: 95px;
}
.a2z-link-button a {
  color: #fff;
}
.az_index {
  margin-left: 0;
}
.az_index li {
  list-style: none;
  display: inline;
  text-transform: uppercase;
}
.az_index li a {
  background: #075290;
  color: #ffffff !important;
  height: 25px;
  width: 30px;
  display: inline-block;
  margin-right: 8px;
  padding: 1px;
  text-align: center;
  text-decoration: none !important;
  line-height: 20px;
  margin-top: 8px;
  padding-top: 5px;
}
.az_index li a:hover {
  background: #6f90b8;
}
.breadcrumb {
  background: #ffffff;
  padding: 0;
  margin: 0;
}
html.app #wrapper #header {
  border-top: 10px solid #075290;
}
html.app #wrapper #header div.row:first-child div[class*="col-"]:first-child {
  margin-top: -30px;
  padding-top: 5px;
}
html.app #wrapper #header div.row:first-child div[class*="col-"]:first-child span.dropdown a {
  color: #ffffff;
}
html.app #wrapper #header div.row:first-child div[class*="col-"]:first-child span.dropdown ul.dropdown-menu i.fa,
html.app #wrapper #header div.row:first-child div[class*="col-"]:first-child span.dropdown ul.dropdown-menu a {
  color: #000000;
}
html.app #wrapper #header div.row:first-child div[class*="col-"]:first-child i.fa {
  color: #ffffff;
  margin-right: 5px;
}
html #wrapper #header {
  border-top: 6px solid #075290;
}
html #wrapper #header .titlebar {
  min-height: 50px;
  padding: 10px 15px;
  margin: 15px 0;
}
html #wrapper #header .titlebar h1,
html #wrapper #header .titlebar h2 {
  color: #ffffff;
  margin: 0;
  padding: 0;
}
html #wrapper #header .titlebar h1 a,
html #wrapper #header .titlebar h2 a {
  color: #ffffff;
}
[class*="searchForm"] {
  float: right;
}
.search-form-wrapper {
  width: 300px;
  margin-top: 7px;
}
.search-form-wrapper :focus {
  outline-color: transparent;
  outline-style: none;
}
.search-form-wrapper .search-input-wrapper input[type="text"] {
  width: 100%!important;
  padding: 4px 6px;
  height: 36px;
  margin: 0;
  border: 0!important;
}
.search-form-wrapper .search-input-wrapper input[type="text"]::-ms-clear,
.search-form-wrapper .search-input-wrapper input[type="text"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.search-form-wrapper .search-input-wrapper input[type="text"]:focus {
  box-shadow: none;
  outline: none;
}
.search-form-wrapper .search-input-wrapper button {
  width: 36px;
  height: 36px;
  float: left;
  background: none;
  text-indent: -9999px;
}
.search-form-wrapper .search-input-wrapper button.btn-submit {
  outline: 2px solid #075290;
  background: #B1DAFB;
}
.search-form-wrapper .search-input-wrapper button.btn-clear {
  visibility: hidden;
  margin-right: 5px;
  opacity: 0.4;
}
.search-form-wrapper .search-input-wrapper .search-input {
  margin-right: 80px;
  overflow: hidden;
}
.search-form-wrapper .search-input-wrapper .search-input label {
  display: inline;
}
.search-form-wrapper input[type="text"],
.search-form-wrapper button {
  border: 0;
}
.search-form-wrapper span[class*="sprite-"] {
  margin: 0;
}
.search-form-wrapper .search-form-checkbox {
  background: #075290;
  height: 31px;
  color: #fff;
  padding-top: 7px;
  padding-left: 15px;
  display: none;
}
.search-form-wrapper .search-form-checkbox .subset {
  padding-left: 0!important;
}
.search-form-wrapper .search-form-checkbox input[type="checkbox"] {
  margin-right: 5px;
  margin-left: 0;
  border: 0;
  outline: 0;
}
.search-form-wrapper .search-input-wrapper {
  border: 2px solid #075290;
}
.search-form-wrapper .search-input-wrapper .sprite-14-search-black,
.search-form-wrapper .search-input-wrapper .sprite-14-close {
  margin-left: 4px;
}
.search-form-wrapper.local .search-form-checkbox {
  display: block;
}
.search-form-wrapper .search-buttons {
  float: right;
  width: 77px;
}
.search-form-wrapper .search-input {
  margin-right: 77px;
}
.search-form-wrapper legend {
  display: none!important;
}
@media screen and (min-width: 1200px) {
  .search-form-wrapper.local {
    width: 500px;
  }
  .search-form-wrapper.local .search-form-checkbox {
    width: 185px;
    float: left;
  }
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
  .search-form-wrapper {
    width: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .search-form-wrapper {
    width: 734px;
  }
  .search-form-wrapper.local .search-form-checkbox {
    width: 185px;
    float: left;
  }
}
@media (max-width: 767px) {
  .search-form-wrapper {
    width: 100%;
  }
}
.lt-ie10 .search-form-wrapper {
  width: 300px;
}
.lt-ie10 .search-form-wrapper.local {
  width: 500px;
}
html.no-nav nav#left {
  display: none!important;
  visibility: hidden;
}
html.js #nav-container,
html.js #navmenu {
  z-index: 9999;
}
html.js #nav-container nav#left span,
html.js #navmenu nav#left span {
  float: right;
}
html.js #nav-container nav#left h3,
html.js #navmenu nav#left h3 {
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  padding: 1px 7px;
  margin-left: -1px;
}
html.js #nav-container nav#left h3 a,
html.js #navmenu nav#left h3 a {
  color: #ffffff;
}
html.js #nav-container nav#left ul,
html.js #navmenu nav#left ul {
  margin-left: 0;
  padding-left: 0;
}
html.js #nav-container nav#left li,
html.js #navmenu nav#left li {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 30px;
  overflow: hidden;
  min-height: 30px;
}
html.js #nav-container nav#left > ul > li:first-child,
html.js #navmenu nav#left > ul > li:first-child {
  border-top: none;
}
html.js #nav-container nav#left ul li a,
html.js #navmenu nav#left ul li a {
  padding-left: 5px;
  width: 95%;
}
html.js #nav-container nav#left ul li ul li a,
html.js #navmenu nav#left ul li ul li a {
  padding-left: 10px;
  width: 95%;
}
html.js #nav-container nav#left ul li ul li ul li a,
html.js #navmenu nav#left ul li ul li ul li a {
  padding-left: 15px;
  width: 95%;
}
html.js #nav-container nav#left ul li ul li ul li ul li a,
html.js #navmenu nav#left ul li ul li ul li ul li a {
  padding-left: 20px;
  width: 95%;
}
html.js #nav-container nav#left a,
html.js #navmenu nav#left a {
  display: inline-block;
  color: #000000;
  font-size: 14px;
  line-height: 16px;
  margin: 5px;
  margin-right: 0px;
  padding: 5px 0;
  width: 80%;
}
html.js #nav-container nav#left a[href="#"]:after,
html.js #navmenu nav#left a[href="#"]:after {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 3px;
  vertical-align: middle;
  font-size: 16px;
  float: right;
}
html.js #nav-container nav#left a[href="#"].active:after,
html.js #navmenu nav#left a[href="#"].active:after {
  content: "\f107";
}
html.js #nav-container nav#left a.selected,
html.js #navmenu nav#left a.selected {
  font-weight: 700;
}
html.js #nav-container nav#left div.minus,
html.js #navmenu nav#left div.minus,
html.js #nav-container nav#left div.plus,
html.js #navmenu nav#left div.plus {
  display: inline-block;
  margin: 2px 0px 1px 0px;
  padding: 0;
  text-align: center;
  float: right;
  min-height: 30px;
  min-width: 17px;
  cursor: pointer;
  z-index: 99;
}
html.js #nav-container nav#left div.minus a,
html.js #navmenu nav#left div.minus a,
html.js #nav-container nav#left div.plus a,
html.js #navmenu nav#left div.plus a {
  display: inline-block;
  -ms-box-sizing: none;
  -moz-box-sizing: none;
  -webkit-box-sizing: none;
  box-sizing: none;
  color: #000000;
  margin: 0;
  padding: 1px 5px 0px 5px;
  vertical-align: middle;
  min-height: 30px;
  width: auto;
}
html.js #nav-container nav#left div.minus a:focus,
html.js #navmenu nav#left div.minus a:focus,
html.js #nav-container nav#left div.plus a:focus,
html.js #navmenu nav#left div.plus a:focus {
  margin: 0;
  padding: 0px 4px;
}
html.js #nav-container nav#left div.minus a img,
html.js #navmenu nav#left div.minus a img,
html.js #nav-container nav#left div.plus a img,
html.js #navmenu nav#left div.plus a img {
  float: none;
  z-index: 98;
  vertical-align: middle;
  margin: 5px auto;
}
html.js #nav-container nav#left ul#nav-primary ul,
html.js #navmenu nav#left ul#nav-primary ul {
  display: none;
}
.nav-related {
  padding: 10px;
}
.nav-related [class*="span"] {
  width: auto!important;
}
.page-options span.dropdown {
  margin-left: 10px;
}
.page-options span a {
  color: #000000;
}
.pagetitle h1,
.pagetitle h2 {
  margin-top: 0;
}
#datestamp > ul,
#plugin-legend {
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
}
footer > div:first-child {
  background-color: #eee;
  background-color: rgba(86, 61, 124, 0.15);
  margin-top: 15px;
  border-bottom: 1px solid #ddd;
  border-bottom: 1px solid rgba(86, 61, 124, 0.2);
  margin-bottom: 15px;
}
#footer {
  background-color: #f0f0f0;
  border-top-width: 1px;
  overflow: hidden;
  position: relative;
  min-height: 200px;
}
#footer .socialMedia {
  background: #c0c0c0;
  height: 36px;
}
#footer .socialMedia ul {
  float: left;
  margin: 0;
  padding: 0;
  margin-top: 5px;
}
#footer .socialMedia ul li {
  display: inline-block;
  width: 31px;
  height: 31px;
  overflow: hidden;
  margin: auto 5px;
  text-indent: -99999px;
}
#footer .socialMedia .socialFooter h6 {
  display: block;
  width: 90px;
  float: left;
  margin-top: 10px;
}
#footer .socialMedia .socialFooter h6:first-child {
  margin-left: 15px;
}
#footer .socialMedia .socialFooter.cdcmedia {
  float: left;
  margin-left: 15px;
}
#footer .socialMedia .socialFooter.followcdc {
  float: left;
}
#footer h6 {
  color: #404040;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.33;
}
#footer h6 > span {
  font-size: 18px;
}
#footer .container {
  position: relative;
}
#footer .container #hhs {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 70px;
  z-index: 1;
}
#footer .cdcLinks {
  margin-left: 0;
  margin-top: 10px;
  list-style: none;
  min-height: 105px;
}
#footer .cdcLinks h6 {
  margin-bottom: 3px;
}
#footer .cdcLinks > * {
  color: #404040;
}
#footer .cdcLinks > li:first-child:after {
  clear: both;
}
#footer .cdcLinks > li {
  display: block;
}
#footer .cdcLinks > li:first-child:after {
  clear: both;
}
#footer .cdcLinks > li ul {
  list-style: none;
  margin-left: 0px;
  padding-right: 0px;
}
#footer .cdcLinks > li ul li {
  margin-left: 0px;
}
#footer .cdcLinks > li ul li a {
  color: #404040;
}
#footer .cdcLinks li.contact {
  width: 325px;
  float: left;
}
#footer .cdcLinks nav {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}
#footer .cdcLinks article,
#footer .cdcLinks section {
  margin-bottom: 10px;
}
#footer .cdcLinks [class*="contact"] a {
  color: #404040;
  text-decoration: underline;
}
#footer .cdcLinks [class*="contact"] a:hover {
  text-decoration: none;
}
#footer .cdcLinks [class*="contact"] span {
  line-height: 20px;
}
#footer address span a img {
  display: none !important;
}
#toTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  display: none;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
}
#toTop:hover,
#toTop.scrolling {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
span.dropdown.share i.fa {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  padding-top: 3px;
  margin-right: 5px;
}
span.dropdown.share .fa-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
span.dropdown.share .fa-twitter {
  color: #fff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}
span.dropdown.share .fa-pinterest {
  color: #fff;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}
span.dropdown.share .fa-linkedin {
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}
span.dropdown.share .fa-rss {
  color: #fff;
  background-color: #F26722;
  border-color: rgba(0, 0, 0, 0.2);
}
span.dropdown.format i.fa {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  padding-top: 3px;
  margin-right: 5px;
}
span.dropdown.format i.fa.fa-file-pdf-o {
  color: #F31113;
}
span.dropdown.format i.fa.fa-file-word-o {
  color: #2A5699;
}
span.dropdown.format i.fa.fa-file-excel-o {
  color: #207245;
}
span.dropdown.format i.fa.fa-file-powerpoint-o {
  color: #D24625;
}
span.dropdown.format i.fa.fa-file-archive-o,
span.dropdown.format i.fa .fa-file-archive-o {
  color: GoldenRod;
}
span.dropdown.language i.fa {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  padding-top: 3px;
  margin-right: 5px;
}
#contentArea a {
  text-decoration: underline!important;
}
#contentArea a:hover {
  text-decoration: none!important;
}
#contentArea a.more {
  width: 100%;
  text-align: right;
  display: inline-block;
}
#contentArea a.more:after {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 3px;
  vertical-align: middle;
  font-size: 16px;
}
#content li[class*="col-"] {
  padding: 0;
}
#content .list-block {
  list-style: none;
}
#content .list-block li {
  border-top: 1px dotted #c0c0c0;
  padding: 5px 0;
}
#content .list-block li:first-child:not([class*="col-"]) {
  border: 0;
}
html.js #content img.img-viewport {
  visibility: hidden;
}
html.js #content img.img-viewport.loaded {
  visibility: visible;
}
/* responsive image */
@media only screen and (max-width: 767px) {
  .img-responsive {
    cursor: pointer;
  }
  #content .img-responsive::before {
    font-family: FontAwesome;
    content: "\f00e";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-size: 30px;
    position: relative;
    top: 40px;
    left: 90%;
    color: #fff;
  }
  .modal-open .modal {
    overflow-x: scroll;
    overflow-y: scroll;
  }
  .modal {
    overflow: scroll;
    /*border:1px solid red;*/
  }
  #content div.modal::before {
    font-family: FontAwesome;
    content: "\f00d";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-size: 30px;
    position: relative;
    top: 50px;
    left: 20px;
    color: #fff;
    cursor: pointer;
  }
}
#content .btn-group a {
  text-decoration: none!important;
}
#content .btn-group a:hover {
  text-decoration: underline!important;
}
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
table > caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .flip-scroll .cf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .flip-scroll * html .cf {
    zoom: 1;
  }
  .flip-scroll *:first-child + html .cf {
    zoom: 1;
  }
  .flip-scroll table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .flip-scroll th,
  .flip-scroll td {
    margin: 0;
    vertical-align: top;
  }
  .flip-scroll th {
    text-align: left;
    font-weight: bold;
  }
  .flip-scroll table {
    display: block;
    position: relative;
    width: 100%;
  }
  .flip-scroll thead {
    display: block;
    float: left;
  }
  .flip-scroll tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  .flip-scroll thead tr {
    display: block;
  }
  .flip-scroll th {
    display: block;
    text-align: right;
  }
  .flip-scroll tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  .flip-scroll td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  /* sort out borders */
  .flip-scroll th {
    border-bottom: 0;
    border-left: 0;
  }
  .flip-scroll td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  .flip-scroll tbody tr {
    border-left: 1px solid #babcbf;
  }
  .flip-scroll th:last-child,
  .flip-scroll td:last-child {
    border-bottom: 1px solid #babcbf;
  }
}
#contentArea a.fa {
  text-decoration: none!important;
}
.modal-backdrop.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #f0f0f0;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
  width: 50%;
  float: left;
  clear: left;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 95%;
  float: left;
  border: 1px solid #e5e5e5;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #c0c0c0;
  border-right: 0 solid #c0c0c0;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #ffffff;
  border-right: 0 solid #ffffff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #ffffff;
  width: 24px;
  height: 24px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  right: -12px;
  z-index: 100;
}
.timeline > li > .timeline-badge > i {
  color: #c0c0c0;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li .timeline-image img {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.timeline > li .timeline-header > h3 {
  padding-left: 20px;
}
.timeline > li .timeline-body > p,
.timeline > li .timeline-body > ul {
  padding: 20px;
  margin-bottom: 0;
}
.timeline > li .timeline-body > p + p {
  margin-top: 5px;
}
.timeline > li .timeline-footer {
  padding: 10px 15px;
  background-color: #f0f0f0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.timeline > li .timeline-footer > a.more {
  float: right;
  width: auto!important;
}
.timeline > li.timeline-inverted {
  float: right;
  clear: right;
  margin-top: 30px;
  margin-bottom: 30px;
}
.timeline > li:nth-child(2) {
  margin-top: 60px;
}
.timeline > li.timeline-inverted > .timeline-badge {
  left: -12px;
}
@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }
  ul.timeline > li {
    margin-bottom: 20px;
    position: relative;
    float: left;
    clear: left;
  }
  ul.timeline > li > .timeline-panel {
    left: 55px;
  }
  ul.timeline > li > .timeline-badge {
    left: 28px;
    margin-left: 0;
    top: 16px;
  }
  ul.timeline > li > .timeline-panel {
    float: right;
  }
  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
  .timeline > li.timeline-inverted {
    float: left;
    clear: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-badge {
    left: 28px;
  }
}
.btn .fa-angle-right {
  font-size: 24px;
  font-weight: bold;
  margin-left: 5px;
}
.container.feature .jumbotron {
  margin-top: -14px;
  border-radius: 0;
  margin-bottom: 0;
}
.container.feature .jumbotron .fa-ambulance {
  font-size: 20em;
  top: -30px;
  position: relative;
}
.page-options .dropdown-menu {
  left: auto;
  right: 0;
}
.page-options .dropdown-menu a {
  text-decoration: none!important;
}
.page-options .dropdown-menu a:hover {
  text-decoration: underline!important;
}
.page-options.visible-xs .dropdown-menu {
  left: 0;
  right: auto;
}
.stepwizard {
  display: table;
  width: 100%;
  position: relative;
}
.stepwizard .stepwizard-row {
  display: table-row;
}
.stepwizard .stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-order: 0;
}
.stepwizard .stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}
.stepwizard .stepwizard-step p {
  margin-top: 10px;
}
.stepwizard .stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.stepwizard .btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
