@charset "UTF-8";
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/*$clr-primary: #3a3a3a;		//Dark gray
$clr-secondary: #5e9bf3;	//Light blue
$clr-tertiary: #035ebb;		//darkblue
$clr-quarternary: #82c935;	//bright green
$clr-quinary: #ff781a;		//orange
$clr-senary: #fccd5b;		//yellow
$clr-septenary: #D42E12;	//red
$clr-octonary: #35b5eb;		//light blue
$clr-nonary: #000;			//black
$clr-denary: #003c87;		//dark blue
$clr-lightgray: #cccccc;	//light gray
*/
/*$font: "isoclaimsearch_regular", sans-serif;
$font-bold: "isoclaimsearch_bold", sans-serif;
$font-light: "isoclaimsearch_light", sans-serif;*/
@font-face {
  font-family: 'roboto_light';
  src: url("../fonts/Roboto-Light.ttf") format("truetype"), url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'roboto_regular';
  src: url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'roboto_bold';
  src: url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

* html .clearfix {
  height: 1%; }

html[xmlns] .clearfix {
  display: block; }

html {
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  animation: fadein 2s;
  -moz-animation: fadein 2s;
  -webkit-animation: fadein 2s;
  -o-animation: fadein 2s;
  font-family: "roboto_regular", sans-serif;
  -webkit-text-size-adjust: none; }

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #00A9E0; }
  a:hover {
    text-decoration: none;
    text-decoration-line: none;
    color: #00263A; }
  a:active {
    color: #00263A; }

.clearfix {
  display: inline-block; }
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

h1, h2, h3, h4, h5, h6 {
  padding-bottom: 1em;
  text-transform: uppercase; }

h1 {
  font-size: 1.75em;
  color: #00263A; }

h2 {
  font-size: 1.25em;
  color: #006BA6; }

h3 {
  font-size: 1.25em;
  color: #006BA6; }

h4 {
  font-size: 1.15em;
  font-family: "roboto_light", sans-serif;
  color: #00263A; }

h5 {
  font-size: 1.15em;
  font-family: "roboto_light", sans-serif;
  color: #006BA6; }

h6 {
  font-size: 1.15em;
  font-family: "roboto_light", sans-serif;
  color: #54585A; }

p {
  font-size: 1em;
  line-height: 1.75em;
  margin-bottom: 1em; }

.bold {
  font-family: "roboto_bold", sans-serif;
  color: #00263A; }

.highlight {
  font-family: "roboto_bold", sans-serif;
  color: black;
  text-transform: uppercase; }

hr {
  border-top: 0;
  border-bottom: 1px solid #ccc; }

del {
  text-decoration: line-through; }

img {
  outline: 0;
  border: 0; }

ul ul,
ol ul {
  padding-left: 1em;
  text-align: left; }

ol {
  list-style: decimal;
  margin-bottom: 1em;
  line-height: 1.5em;
  padding-bottom: 1em;
  color: #868b8e; }
  ol ol {
    list-style: lower-latin; }

.cs-list-ol {
  margin-left: 1em;
  list-style-type: none; }
  .cs-list-ol li {
    counter-increment: step-counter;
    margin-bottom: 1.5em;
    line-height: 1.35em;
    text-indent: -3em;
    border-left: 3px solid #e7e7e7; }
  .cs-list-ol li::before {
    content: counter(step-counter);
    font-size: 1.75em;
    padding-right: 1.15em;
    vertical-align: top;
    color: #004B87; }

.cs-list-ul {
  list-style-type: none; }
  .cs-list-ul li {
    margin-bottom: 1em;
    line-height: 1.35em;
    padding-left: 1em;
    text-indent: -1.35em; }
  .cs-list-ul li::before {
    content: "•";
    font-size: 1.5em;
    margin-right: 0.5em;
    color: #004B87; }

.cs-list-ul-collection {
  list-style-type: none; }
  .cs-list-ul-collection li {
    border-bottom: 1px solid #efefef;
    border-left: 8px solid #004B87;
    margin-bottom: 2px;
    line-height: 1.35em;
    padding: 1em; }
    .cs-list-ul-collection li.active {
      cursor: pointer; }
    .cs-list-ul-collection li h1 {
      font-size: 1em;
      margin: 0;
      padding: 0; }
    .cs-list-ul-collection li p {
      font-size: 1em;
      margin: 0;
      padding: 0;
      color: #a0a5a7; }

.cs-input-range {
  font-family: "roboto_light", sans-serif;
  color: #999; }
  .cs-input-range .cs-input-range-low {
    width: 10%;
    float: left;
    text-align: right;
    padding-right: 0.5em;
    font-size: 1em; }
  .cs-input-range .cs-input-range-scale {
    width: 80%;
    float: left; }
  .cs-input-range .cs-input-range-high {
    width: 10%;
    float: left;
    text-align: left;
    padding-left: 0.5em;
    font-size: 1em; }
  .cs-input-range input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 8px 0; }
  .cs-input-range input[type=range]:focus {
    outline: none; }
  .cs-input-range input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent;
    background: #00263A;
    border-radius: 0px;
    border: 0px solid transparent;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .cs-input-range input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent;
    border: 1px solid #c8c8c8;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background: #dcdcdc;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px; }
  .cs-input-range input[type=range]:focus::-webkit-slider-runnable-track {
    background: #00A9E0; }
  .cs-input-range input[type=range]::-moz-range-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent;
    background: #00263A;
    border-radius: 0px;
    border: 0px solid transparent; }
  .cs-input-range input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent;
    border: 0px solid transparent;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background: #dcdcdc;
    cursor: pointer; }
  .cs-input-range input[type=range]::-ms-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent; }
  .cs-input-range input[type=range]::-ms-fill-lower {
    background: #000000;
    border: 0px solid transparent;
    border-radius: 0px;
    box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent; }
  .cs-input-range input[type=range]::-ms-fill-upper {
    background: #00263A;
    border: 0px solid transparent;
    border-radius: 0px;
    box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent; }
  .cs-input-range input[type=range]::-ms-thumb {
    box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent;
    border: 0px solid transparent;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background: #dcdcdc;
    cursor: pointer;
    height: 4px; }
  .cs-input-range input[type=range]:focus::-ms-fill-lower {
    background: #00263A; }
  .cs-input-range input[type=range]:focus::-ms-fill-upper {
    background: #00A9E0; }

header {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 200000;
  background: #006BA6; }

article {
  padding: 1em;
  margin: 0; }

code,
pre,
kbd,
samp,
var {
  padding: 0 0.4em;
  font-size: 0.77em; }

code {
  background-color: rgba(40, 40, 0, 0.06); }

pre code,
pre kbd,
pre samp,
pre var,
kbd kbd,
kbd samp,
code var {
  font-size: 100%;
  background-color: transparent; }

pre code,
pre samp,
pre var {
  padding: 0; }

.description code {
  font-size: 1em; }

kbd {
  background-color: #f2f2f2;
  border: 1px outset #575757;
  margin: 0 3px;
  color: #666;
  display: inline-block;
  padding: 0 6px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

pre {
  margin: 10px 0;
  overflow: auto;
  padding: 15px;
  white-space: pre-wrap;
  font-size: 12px;
  width: 100%;
  -webkit-overflow-scrolling: touch; }

option {
  font-family: 'roboto_regular';
  font-size: 1em;
  display: block;
  white-space: pre;
  min-height: 1.2em;
  padding: 0px 2px 1px; }

.btn,
button[type="button"],
button[type="submit"],
input[type="button"],
input[type="submit"] {
  margin: 0 1em 0 0;
  padding: 0.75em 2em;
  border: none;
  cursor: pointer;
  font-family: "roboto_light", sans-serif;
  font-size: 0.9em;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }

button[type="button"],
input[type="button"] {
  background: #00A9E0;
  color: white; }
  button[type="button"]:hover,
  input[type="button"]:hover {
    background: #00263A;
    color: white; }

input[type="button"].button-special {
  background: #84BD00;
  color: white;
  padding: 1em 2em; }
  input[type="button"].button-special:hover {
    background: #00263A; }

button[type="submit"],
input[type="submit"] {
  background: #00A9E0;
  color: white; }
  button[type="submit"]:hover,
  input[type="submit"]:hover {
    background: #00263A;
    color: white; }

.button-floating {
  background: #84BD00;
  color: white;
  width: 5em;
  height: 5em;
  border-radius: 5em;
  text-align: center;
  padding-top: 1.65em;
  cursor: pointer;
  position: fixed;
  bottom: 100px;
  right: 40px;
  z-index: 1000;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }
  .button-floating:hover {
    background: #00263A; }
  .button-floating.button-floating-scroll-up {
    background: rgba(0, 0, 0, 0.1);
    font-size: 2em;
    width: 2em;
    height: 2em;
    border-radius: 6px;
    padding: 0.5em 0 0 0;
    position: fixed;
    bottom: 200px;
    right: 10px; }
    .button-floating.button-floating-scroll-up:hover {
      background: #00263A; }
  .button-floating .button-floating-icon {
    display: block;
    width: 100%;
    font-size: 1.75em;
    overflow: visible; }

.button-text {
  display: inline;
  color: #00A9E0;
  font-size: 1em;
  margin: 1em 2em 1em 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }
  .button-text:hover {
    color: #00263A; }

.button-text-cancel {
  display: inline;
  color: white;
  font-size: 1em;
  margin: 1em 2em 1em 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }
  .button-text-cancel:hover {
    color: #00263A; }

.button-cancel {
  display: inline;
  color: #00A9E0;
  font-size: 1em;
  margin: 1em 2em 1em 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }
  .button-cancel:hover {
    color: #00263A; }

button:disabled,
input[type="button"]:disabled,
.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  color: white; }

.btn-active {
  background-color: #00A9E0;
  color: #fff; }
  .btn-active:hover, .btn-active:active, .btn-active:focus {
    background-color: #00263A;
    color: #fff; }

/*.btn-cancel {
    background: none;
    border: none;
    color: $clr-cs-ocean;
    &:hover {
        color: $clr-cs-orange;
    }
}*/
textarea {
  width: 90%;
  height: 5em;
  outline: none;
  border: 1px solid white;
  font-size: 0.9em;
  padding: 1em;
  margin-bottom: 1em;
  color: #54585A; }

.input-range input[type="text"],
.input-range input[type="password"],
.input-range input[type="email"],
.input-range input[type="url"],
.input-range input[type="search"],
.input-range isindex {
  width: 100px;
  display: inline; }

.input-range p {
  display: inline;
  margin: 0 0.15em; }

label {
  color: #54585A;
  font-size: 0.8em; }

.label-custom {
  display: block;
  color: #47d2ff;
  font-size: 0.8em; }

.error input[type="text"] {
  border: 1px solid #ed786f;
  background: #f2a39d;
  color: #52100b; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
isindex {
  display: block;
  font-size: 0.9em;
  margin-bottom: 1em;
  width: 100%;
  font-family: "roboto_regular", sans-serif; }

.cs-input-container {
  position: relative;
  margin-top: 1em;
  margin-bottom: 2em;
  /*input:invalid {
		color: $clr-cs-crimson;
	}*/ }
  .cs-input-container input {
    font-size: 1.15em;
    padding: 0.5em;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #dcdcdc; }
  .cs-input-container input:focus {
    outline: none; }
  .cs-input-container input:disabled ~ label {
    color: #ccc; }
  .cs-input-container input:disabled {
    border-bottom: 1px solid #e7e7e7; }
  .cs-input-container label, .cs-input-container input[required=false] ~ label {
    color: #333;
    font-family: "roboto_light", sans-serif;
    font-size: 1em;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all; }
  .cs-input-container input:focus ~ label,
  .cs-input-container input:valid ~ label {
    top: -0.9em;
    font-size: 0.8em; }
  .cs-input-container input:required ~ .required:before {
    color: red;
    content: "• "; }
  .cs-input-container p {
    display: none;
    font-size: 0.75em;
    color: #DA291C; }
  .cs-input-container p + input:invalid {
    display: block; }
  .cs-input-container .bar {
    position: relative;
    display: block;
    width: 100%; }
  .cs-input-container .bar:before, .cs-input-container .bar:after {
    content: '';
    height: 3px;
    width: 0;
    bottom: 1em;
    position: absolute;
    background: #00A9E0;
    transition: 0.2s ease all; }
  .cs-input-container .bar:before {
    left: 50%; }
  .cs-input-container .bar:after {
    right: 50%; }
  .cs-input-container input:focus ~ .bar:before, .cs-input-container input:focus ~ .bar:after {
    width: 50%; }
  .cs-input-container .highlight {
    position: absolute;
    height: 60%;
    width: 100%;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5; }
  .cs-input-container input:focus ~ .highlight {
    animation: inputHighlighter 0.3s ease; }

@keyframes inputHighlighter {
  from {
    background: #00A9E0; }
  to {
    width: 0;
    background: transparent; } }

input[type="radio"] {
  position: absolute;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -o-opacity: 0; }

input[type="radio"] + label {
  position: relative;
  padding: 0 0 0 1.75em;
  font-size: 0.9em;
  color: #00A9E0; }

input[type="radio"] + label:before {
  content: "";
  top: -2px;
  display: block;
  position: absolute;
  background: white;
  border-radius: 50%;
  width: 18px;
  height: 18px; }

input[type="radio"]:checked + label:before {
  background: #00263A; }

caption {
  text-align: left;
  /* LTR */ }

blockquote,
q,
cite {
  font-family: "roboto_light", sans-serif;
  font-size: 1.15em;
  font-style: italic;
  line-height: 1.75em;
  border-left: 4px solid #004B87;
  color: #00A9E0;
  margin: 1.5em;
  padding: 1em 1em 1em 2em; }

.cs-header {
  height: 4em;
  float: none;
  width: 100%; }
  .cs-header .cs-header-menu-left,
  .cs-header .cs-header-menu-right {
    display: block;
    margin: 0;
    padding: 0; }
    .cs-header .cs-header-menu-left a,
    .cs-header .cs-header-menu-right a {
      padding: 15px 12px;
      position: relative;
      display: block;
      color: #fff;
      font-size: 1.75em; }
      .cs-header .cs-header-menu-left a:hover,
      .cs-header .cs-header-menu-right a:hover {
        color: #00263A; }
      .cs-header .cs-header-menu-left a.inactive, .cs-header .cs-header-menu-left a.inactive:hover,
      .cs-header .cs-header-menu-right a.inactive,
      .cs-header .cs-header-menu-right a.inactive:hover {
        color: #00263A;
        cursor: pointer; }
    .cs-header .cs-header-menu-left li,
    .cs-header .cs-header-menu-right li {
      display: inline;
      list-style: none;
      float: left; }
  .cs-header .cs-header-menu-left {
    float: left;
    position: relative;
    z-index: 1; }
  .cs-header .cs-header-menu-right {
    float: right; }
  .cs-header .cs-header-logo {
    display: block;
    float: left;
    text-align: left;
    position: absolute;
    width: 100%; }
    .cs-header .cs-header-logo .cs-header-logo-image {
      padding: 0;
      cursor: pointer; }
    .cs-header .cs-header-logo .cs-header-logo-image:hover {
      text-decoration: none; }

.cs-search-header .cs-header-logo {
  text-align: left !important;
  position: static !important;
  width: 35% !important;
  padding-left: 10px; }

.cs-search-header .cs-header-search {
  background: white;
  float: left;
  margin: 10px 0;
  padding: 4px;
  width: 30%;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px; }
  .cs-search-header .cs-header-search ::-webkit-input-placeholder {
    color: #54585A; }
  .cs-search-header .cs-header-search :-moz-placeholder {
    /* Firefox 18-  */
    color: #54585A; }
  .cs-search-header .cs-header-search ::-moz-placeholder {
    /* Firefox 19+ */
    color: #54585A; }
  .cs-search-header .cs-header-search :-ms-input-placeholder {
    color: #54585A; }

.cs-search-header .myclaims-search-box {
  width: 100%;
  float: left; }
  .cs-search-header .myclaims-search-box button {
    border: 0px;
    color: #54585A;
    font-size: 2em;
    left: 0px;
    background: transparent;
    position: absolute;
    outline: none;
    cursor: pointer;
    margin: 0px;
    padding: 2px 5px; }
  .cs-search-header .myclaims-search-box input {
    border: 0px;
    font-size: 1em;
    font-family: "roboto_regular", sans-serif;
    padding: 8px 2px 8px 40px;
    margin: 0px;
    color: #54585A;
    width: 100%;
    background: transparent; }
    .cs-search-header .myclaims-search-box input:focus {
      outline: none; }

.cs-table {
  margin: 2em 0 0 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  .cs-table .inactive td {
    color: #a0a5a7; }
  .cs-table .inactive .icomoon {
    color: #ccc; }
  .cs-table th {
    color: #00A9E0;
    padding: 0.5em 1.25em 0.25em 1.25em;
    font-size: 0.8em;
    font-family: "roboto_light", sans-serif;
    text-align: left;
    text-transform: uppercase;
    background: none;
    border-bottom: 2px solid #00263A;
    border-right: 6px solid white;
    cursor: pointer; }
    .cs-table th .icomoon {
      display: block;
      font-size: 16px;
      text-align: left;
      margin: 0 0 0 -16px;
      float: left;
      color: #000; }
    .cs-table th .icomoon:hover {
      color: #00263A; }
  .cs-table thead tr {
    background: white; }
  .cs-table thead tr:hover {
    background: none; }
  .cs-table tr:nth-child(even) {
    background: #eff0f1; }
  .cs-table tr {
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  .cs-table tr:hover {
    background: #e8f2fb; }
  .cs-table td {
    padding: 1em;
    color: #54585A;
    border-bottom: 1px solid #ddd;
    line-height: 1.35em; }
  .cs-table .detail-label {
    font-size: 0.75em;
    color: #999;
    padding: 0 0 0.5em 0; }
  .cs-table .detail-container {
    font-size: 1em;
    color: black;
    text-align: left;
    padding: 0.5em 5em; }

.cs-media-container {
  display: block;
  overflow: auto;
  float: left;
  display: inline;
  margin: 1.5em 1.5em 1.5em 0; }

.cs-media-image {
  border: 1px solid #eff0f1; }

.control {
  display: table;
  position: relative;
  padding: 0.25em 0 0 2em;
  margin-bottom: 1em;
  cursor: pointer;
  font-size: 1em;
  color: #333; }

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #ffffff;
  border: 2px #efefef solid; }

.control--radio .control__indicator {
  border-radius: 50%; }

.control input:checked ~ .control__indicator {
  border: none;
  background: #84BD00 !important; }

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #00A9E0; }

.control input:disabled ~ .control__indicator {
  background: #FFFFFF !important;
  border: 2px solid #efefef;
  opacity: 0.6;
  pointer-events: none; }

.control__indicator:after {
  content: '';
  position: absolute;
  display: none; }

.control input:checked ~ .control__indicator:after {
  display: block; }

.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
  left: 6px;
  top: 2px; }

.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff; }

.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
  top: 5px;
  left: 5px; }

.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%; }

.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  border: 1px solid #efefef;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 1em; }

.select select::-ms-expand {
  display: none; }

.select select:hover,
.select select:focus {
  color: #000;
  background: #efefef; }

.select select:disabled {
  opacity: 0.5;
  pointer-events: none; }

.select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent; }

.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000; }

.select select:disabled ~ .select__arrow {
  border-top-color: #ccc; }

.cs-dialog-fog {
  background: rgba(30, 30, 30, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000000;
  cursor: pointer; }

.cs-dialog {
  height: auto;
  overflow: auto;
  position: absolute;
  top: 20%;
  background: white;
  z-index: 1000001; }
  .cs-dialog .cs-dialog-cap {
    background: #004B87;
    padding: 1em 0;
    color: white;
    overflow: auto; }
    .cs-dialog .cs-dialog-cap .cs-dialog-cap-label {
      width: 90%;
      display: inline-block;
      float: left;
      padding: 0.25em 1em 0 1em;
      text-transform: uppercase; }
    .cs-dialog .cs-dialog-cap .cs-dialog-cap-close {
      width: 10%;
      display: inline-block;
      padding: 0 1em 0 0;
      text-align: right; }
      .cs-dialog .cs-dialog-cap .cs-dialog-cap-close .icomoon {
        cursor: pointer;
        font-size: 1.5em; }
      .cs-dialog .cs-dialog-cap .cs-dialog-cap-close .icomoon:hover {
        color: rgba(255, 255, 255, 0.5); }
  .cs-dialog .cs-dialog-content {
    padding: 2em; }
    .cs-dialog .cs-dialog-content .cs-dialog-txt-large {
      color: black;
      font-size: 1.15em; }
    .cs-dialog .cs-dialog-content .cs-dialog-buttons {
      float: right;
      margin: 2em 0; }

.cs-accordion-item {
  border: 1px solid #efefef;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }
  .cs-accordion-item .cs-accordion-header {
    width: 100%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 1em;
    cursor: pointer;
    border-bottom: 0px solid white; }
    .cs-accordion-item .cs-accordion-header .cs-accordion-header-title {
      color: black;
      display: inline-block;
      float: left;
      width: 90%;
      padding-top: 0.25em; }
    .cs-accordion-item .cs-accordion-header .cs-accordion-header-label {
      color: black;
      display: inline-block;
      float: left;
      width: 30%;
      padding-top: 0.25em; }
    .cs-accordion-item .cs-accordion-header .cs-accordion-header-data {
      color: #e6e6e6;
      font-family: "roboto_light", sans-serif;
      display: inline-block;
      width: 60%;
      float: left;
      padding-top: 0.25em; }
    .cs-accordion-item .cs-accordion-header .cs-accordion-button {
      width: 10%;
      display: inline-block;
      text-align: center;
      font-size: 1.5em;
      color: #999; }
  .cs-accordion-item .cs-accordion-header:hover {
    background: #ffffff;
    border-bottom: 1px solid white; }
  .cs-accordion-item .cs-accordion-hide {
    height: 0;
    overflow: hidden;
    width: 100%;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
  .cs-accordion-item .cs-accordion-show {
    overflow: auto;
    height: auto;
    width: 100%;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
  .cs-accordion-item .cs-accordion-content {
    overflow: auto;
    height: auto;
    padding: 1em 1em 2em 1em;
    margin: 0;
    font-family: "roboto_light", sans-serif; }
    .cs-accordion-item .cs-accordion-content .cs-accordion-form-buttons {
      width: 100%;
      text-align: right;
      display: block;
      float: left;
      padding-top: 2em;
      border-top: 1px solid white; }
    .cs-accordion-item .cs-accordion-content .cs-accordion-col-1 {
      width: 100%;
      padding: 1em; }
    .cs-accordion-item .cs-accordion-content .cs-accordion-col-2 {
      width: 50%;
      display: inline-block;
      float: left;
      padding: 1em 2em; }
    .cs-accordion-item .cs-accordion-content .cs-accordion-col-3 {
      width: 33%;
      float: left;
      padding: 1em; }
    .cs-accordion-item .cs-accordion-content .cs-accordion-divider {
      border-left: 1px solid white; }

.cs-chip {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  background: white;
  -webkit-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  overflow: auto;
  margin-right: 1em;
  margin-bottom: 1em; }
  .cs-chip p {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    font-family: "roboto_light", sans-serif;
    font-size: 0.9em;
    margin: 0.35em 1.35em 0.35em 1.35em; }
  .cs-chip .cs-chip-close {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0.75em 1em 0 0;
    padding-top: 6px;
    font-size: 0.5em;
    text-align: center;
    cursor: pointer;
    background: white;
    color: white;
    height: 20px;
    width: 20px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px; }
    .cs-chip .cs-chip-close:hover {
      color: red;
      background: white; }
  .cs-chip .cs-chip-image {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    background: #004B87;
    color: white;
    text-align: center;
    padding-top: 0.35em;
    font-size: 1.5em;
    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    width: 40px;
    height: 40px; }
  .cs-chip .cs-chip-image-text {
    margin-top: 0.5em; }
  .cs-chip .cs-chip-image-close {
    margin-top: 1em; }

.cs-menu-list {
  display: block;
  position: relative;
  top: -2em;
  left: 1em;
  background: white;
  border: 1px solid #eee;
  width: 300px;
  padding: 1em; }

.cs-menu-on {
  background: red; }

.cs-menu-off {
  background: blue; }

.cs-breadcrumb {
  display: block;
  width: 80%;
  margin-top: 1em;
  margin-bottom: 2em;
  margin-left: 0;
  text-align: left;
  font-size: 0.9em; }
  .cs-breadcrumb ul, .cs-breadcrumb menu, .cs-breadcrumb dir {
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0; }
  .cs-breadcrumb li {
    display: inline;
    margin-right: 0.5em; }
  .cs-breadcrumb li:after {
    content: "|";
    padding-left: 1.25em;
    opacity: 0.15; }

.cs-ie-required {
  color: #DA291C; }

.cs-message-confirm {
  display: block;
  width: 100%;
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #a8f000;
  background: #dcff8a;
  color: #4f7100; }
  .cs-message-confirm .icomoon {
    float: left;
    margin-right: 1em;
    font-size: 2em;
    position: relative;
    top: -0.25em; }

.cs-message-warning {
  display: block;
  width: 100%;
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #FFB81C;
  background: #ffd882; }
  .cs-message-warning .icomoon {
    float: left;
    margin-right: 1em;
    font-size: 2em;
    position: relative;
    top: -0.25em; }

.cs-message-alert {
  display: block;
  width: 100%;
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #ed786f;
  background: #fbe2e0;
  color: #ad2116; }
  .cs-message-alert .icomoon {
    float: left;
    margin-right: 1em;
    font-size: 2em;
    position: relative;
    top: -0.25em; }

.cs-message {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: auto; }
  .cs-message .cs-message-ico {
    display: table-cell;
    width: 2.5em;
    font-size: 1.5em; }
    .cs-message .cs-message-ico.cs-message-ico-confirm {
      background: #84BD00;
      color: white; }
    .cs-message .cs-message-ico.cs-message-ico-warning {
      background: #FFB81C;
      color: black; }
    .cs-message .cs-message-ico.cs-message-ico-alert {
      background: #DA291C;
      color: white; }
    .cs-message .cs-message-ico .icomoon {
      float: left;
      position: relative;
      top: 0.25em;
      left: 0.75em; }
  .cs-message .cs-message-txt {
    display: table-cell;
    padding: 1em;
    line-height: 1.5em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    .cs-message .cs-message-txt.cs-message-txt-confirm {
      background: #eeffe3;
      color: black;
      border: 1px solid #84BD00; }
    .cs-message .cs-message-txt.cs-message-txt-warning {
      background: #ffe99c;
      color: black;
      border: 1px solid #FFB81C; }
    .cs-message .cs-message-txt.cs-message-txt-alert {
      background: #feedec;
      color: #ab0e0d;
      border: 1px solid #fabdbd;
      font-size: 0.9em; }

.cs-error {
  display: block;
  width: 100%;
  text-align: center;
  padding: 1em; }
  .cs-error .cs-error-title {
    font-size: 1.5em;
    text-transform: uppercase;
    color: #004B87;
    margin: 1em 0; }
  .cs-error .cs-error-desc {
    font-size: 1em;
    color: #54585A; }
    .cs-error .cs-error-desc a {
      text-transform: uppercase; }
  .cs-error .cs-error-ico-frame {
    background: #DA291C;
    width: 4em;
    height: 4em;
    border-radius: 4em;
    margin: 0 auto; }
    .cs-error .cs-error-ico-frame .cs-error-ico {
      color: white;
      font-size: 1.5em;
      padding: 0.75em 0 0 0; }

.cs-error-modal .cs-error-modal-title {
  font-size: 1em;
  text-transform: uppercase;
  color: #004B87;
  margin: 1em 0; }

.cs-error-modal .cs-error-modal-desc {
  font-size: 1em;
  color: #54585A; }
  .cs-error-modal .cs-error-modal-desc a {
    text-transform: uppercase; }

.cs-error-modal .cs-error-modal-ico-frame {
  background: #DA291C;
  width: 4em;
  height: 4em;
  border-radius: 4em;
  margin: 0 auto; }
  .cs-error-modal .cs-error-modal-ico-frame .cs-error-modal-ico {
    color: white;
    font-size: 1.5em;
    padding: 0.75em 0 0 0; }

.cs-confirm {
  display: block;
  width: 100%;
  text-align: center;
  padding: 1em; }
  .cs-confirm .cs-confirm-title {
    font-size: 1.5em;
    text-transform: uppercase;
    color: #004B87;
    margin: 1em 0; }
  .cs-confirm .cs-confirm-desc {
    font-size: 1em;
    color: #54585A; }
    .cs-confirm .cs-confirm-desc a {
      text-transform: uppercase; }
  .cs-confirm .cs-confirm-ico-frame {
    background: #84BD00;
    width: 4em;
    height: 4em;
    border-radius: 4em;
    margin: 0 auto; }
    .cs-confirm .cs-confirm-ico-frame .cs-confirm-ico {
      color: white;
      font-size: 1.5em;
      padding: 0.75em 0 0 0; }

.cs-confirm-modal {
  display: block;
  width: 100%;
  text-align: center;
  padding: 1em; }
  .cs-confirm-modal .cs-confirm-modal-title {
    font-size: 1.5em;
    text-transform: uppercase;
    color: #004B87;
    margin: 1em 0; }
  .cs-confirm-modal .cs-confirm-modal-desc {
    font-size: 1em;
    color: #54585A; }
    .cs-confirm-modal .cs-confirm-modal-desc a {
      text-transform: uppercase; }
  .cs-confirm-modal .cs-confirm-modal-ico-frame {
    background: #84BD00;
    width: 4em;
    height: 4em;
    border-radius: 4em;
    margin: 0 auto; }
    .cs-confirm-modal .cs-confirm-modal-ico-frame .cs-confirm-modal-ico {
      color: white;
      font-size: 1.5em;
      padding: 0.75em 0 0 0; }

.cs-card {
  margin: 0 0 2px 0;
  padding: 1em 0 1em 1em;
  border-bottom: 1px solid #efefef;
  border-left: 8px solid white;
  width: 100%;
  overflow: auto;
  cursor: pointer; }
  .cs-card .cs-card-content {
    font-size: 1em;
    float: left;
    width: 95%; }
    .cs-card .cs-card-content h1 {
      font-size: 1em;
      text-transform: uppercase;
      padding: 0 0 0.25em 0; }
  .cs-card .cs-card-more {
    padding-top: 0.95em;
    font-size: 1.25em;
    color: #00263A;
    cursor: pointer; }

.cs-card-risk-high {
  border-left: 8px solid #DA291C; }

.cs-card-risk-medium {
  border-left: 8px solid #FFB81C; }

.cs-card-tree {
  margin: 0 0 2px 0;
  padding: 1em 0;
  border-bottom: 1px solid #efefef;
  border-left: 8px solid white;
  background: white;
  width: 100%;
  overflow: auto;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .cs-card-tree .cs-card-tree-type {
    width: 5%;
    float: left;
    text-align: left;
    font-size: 1.25em;
    color: #ccc;
    padding-left: 0.75em; }
    .cs-card-tree .cs-card-tree-type .tier2 {
      width: 15%; }
  .cs-card-tree .cs-card-tree-type.tier2 {
    width: 10%; }
  .cs-card-tree .cs-card-tree-content {
    float: left;
    font-size: 1em;
    width: 85%;
    padding-left: 0.5em; }
    .cs-card-tree .cs-card-tree-content h1 {
      font-size: 0.9em;
      text-transform: uppercase;
      padding: 0 0 0.25em 0;
      color: #00263A; }
    .cs-card-tree .cs-card-tree-content p {
      color: #54585A;
      font-size: 1.25em; }
  .cs-card-tree .cs-card-tree-content.tier2 {
    width: 80%; }
  .cs-card-tree .cs-card-tree-score {
    float: left;
    width: 10%;
    font-size: 2em;
    text-align: center;
    color: white;
    cursor: pointer; }

.cs-card-tree-risk-high {
  border-left: 8px solid #DA291C; }

.cs-card-tree-risk-medium {
  border-left: 8px solid #FFB81C; }

.cs-card-tree:hover {
  background: white; }

.cs-card-feature {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: auto;
  margin-bottom: 2em; }
  .cs-card-feature .cs-card-feature-header {
    width: 100%;
    overflow: inherit;
    background: #004B87;
    padding: 1em; }
    .cs-card-feature .cs-card-feature-header h1 {
      font-size: 1.25em;
      margin-top: 0.15em;
      padding: 0;
      color: #FFB81C;
      text-transform: none;
      font-family: "roboto_light", sans-serif;
      line-height: 1.35em; }
    .cs-card-feature .cs-card-feature-header h2 {
      font-size: 0.8em;
      margin-top: 0.15em;
      padding: 0;
      color: white;
      font-family: "roboto_light", sans-serif;
      line-height: 1.35em; }
  .cs-card-feature .cs-card-feature-content {
    width: 100%;
    overflow: inherit;
    background: white;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid white; }
    .cs-card-feature .cs-card-feature-content .cs-card-feature-content-left {
      width: 50%;
      height: 100%;
      display: table-cell; }
    .cs-card-feature .cs-card-feature-content .cs-card-feature-content-right {
      width: 50%;
      height: 100%;
      display: table-cell; }
    .cs-card-feature .cs-card-feature-content .cs-card-feature-content-desc {
      width: 100%;
      padding: 2em;
      font-size: 1em;
      line-height: 1.65em;
      font-family: "roboto_light", sans-serif; }
    .cs-card-feature .cs-card-feature-content .cs-card-feature-content-action {
      width: 100%;
      padding: 2em;
      text-transform: uppercase; }

.cs-snackbar {
  position: absolute;
  display: table;
  z-index: 9999 !important;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 0;
  padding: 0;
  background: white;
  border: 1px solid #ccc;
  border-radius: 10px; }
  .cs-snackbar .cs-snackbar-logo {
    display: table-cell;
    width: 20%;
    vertical-align: middle;
    text-align: center; }
    .cs-snackbar .cs-snackbar-logo i {
      font-size: 3.5em;
      color: #006BA6; }
  .cs-snackbar .cs-snackbar-close {
    display: table-cell;
    width: 20%;
    border-left: 1px solid #ccc;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    text-align: center; }
  .cs-snackbar .cs-snackbar-close:hover {
    color: #00A9E0; }
  .cs-snackbar .cs-snackbar-content {
    display: table-cell;
    width: 60%;
    padding: 1em 1em 1em 0;
    overflow: auto; }
    .cs-snackbar .cs-snackbar-content .cs-snackbar-title {
      font-size: 1em;
      color: #004B87;
      margin-bottom: 0.5em;
      text-transform: uppercase; }
    .cs-snackbar .cs-snackbar-content .cs-snackbar-body {
      font: "roboto_light", sans-serif;
      line-height: 1.5em;
      text-align: left; }
      .cs-snackbar .cs-snackbar-content .cs-snackbar-body .cs-snackbar-content-bold {
        color: #004B87;
        font-style: italic; }
    .cs-snackbar .cs-snackbar-content .cs-snackbar-buttons {
      margin-top: 0.75em; }
    .cs-snackbar .cs-snackbar-content .cs-snackbar-joyride-buttons {
      padding-top: 0.5em; }
    .cs-snackbar .cs-snackbar-content input[type="submit"] {
      font-size: 0.8em;
      padding: 0.8em; }
    .cs-snackbar .cs-snackbar-content .button-cancel {
      font-size: 0.8em; }

.cs-snackbar-top {
  margin-right: 1em;
  position: absolute;
  top: 1em;
  right: 1em; }

.cs-snackbar-bottom {
  margin-right: 1em;
  position: absolute;
  bottom: 2em;
  right: 1em; }

.cs-snackbar-inline {
  width: 50%; }

.cs-snackbar-featured {
  margin-right: 1em;
  position: fixed;
  bottom: 2em;
  left: 1em;
  background: #00263A; }
  .cs-snackbar-featured .cs-snackbar-content .cs-snackbar-title {
    color: #FFB81C; }
  .cs-snackbar-featured .cs-snackbar-content .cs-snackbar-body {
    color: white; }
  .cs-snackbar-featured .cs-snackbar-close {
    border-left: 1px solid #54585A;
    color: white;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
  .cs-snackbar-featured .cs-snackbar-highlight {
    color: #FFB81C; }

.cs-snackbar:after, .cs-snackbar:before {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.cs-snackbar:after {
  border-color: rgba(255, 255, 255, 0);
  border-width: 10px; }

.cs-snackbar:before {
  border-color: transparent;
  border-width: 12px; }

.cs-snackbar-bottom:after, .cs-snackbar-bottom:before {
  bottom: 100%;
  left: 50%; }

.cs-snackbar-bottom:after {
  border-bottom-color: #FFFFFF;
  margin-left: -10px; }

.cs-snackbar-bottom:before {
  border-bottom-color: #CCCCCC;
  margin-left: -12px; }

.cs-snackbar-top:after, .cs-snackbar-top:before {
  top: 100%;
  left: 50%; }

.cs-snackbar-top:after {
  border-top-color: #FFFFFF;
  margin-left: -10px; }

.cs-snackbar-top:before {
  border-top-color: #CCCCCC;
  margin-left: -12px; }

.cs-snackbar-top-right:after, .cs-snackbar-top-right:before, .cs-snackbar-bottom-right:after, .cs-snackbar-bottom-right:before {
  left: 20%; }

.cs-snackbar-top-left:after, .cs-snackbar-top-left:before, .cs-snackbar-bottom-left:after, .cs-snackbar-bottom-left:before {
  left: 80%; }

.cs-snackbar-left:after, .cs-snackbar-left:before {
  left: 100%;
  top: 50%; }

.cs-snackbar-left:after {
  border-left-color: #FFFFFF;
  margin-top: -10px; }

.cs-snackbar-left:before {
  border-left-color: #CCCCCC;
  margin-top: -12px; }

.cs-snackbar-right:after, .cs-snackbar-right:before {
  right: 100%;
  top: 50%; }

.cs-snackbar-right:after {
  border-right-color: #FFFFFF;
  margin-top: -10px; }

.cs-snackbar-right:before {
  border-right-color: #CCCCCC;
  margin-top: -12px; }

.cs-fab {
  background: red; }
  .cs-fab .cs-fab-btn {
    position: fixed;
    bottom: 100px;
    right: 40px;
    z-index: 100000;
    background: #84BD00;
    color: white;
    width: 5em;
    height: 5em;
    border-radius: 5em;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
    .cs-fab .cs-fab-btn:hover {
      background: #00263A; }
    .cs-fab .cs-fab-btn .cs-fab-btn-icon {
      font-size: 2em;
      padding-top: 0.75em; }
  .cs-fab .cs-fab-list {
    display: block;
    position: fixed;
    bottom: 11.5em;
    right: 3em;
    z-index: 100001;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
    .cs-fab .cs-fab-list .cs-fab-list-item {
      background: #84BD00;
      width: 2em;
      height: 2em;
      border-radius: 4em;
      text-align: center;
      margin-bottom: 0.5em;
      cursor: pointer;
      list-style: none;
      -webkit-transition: all 0.25s ease-out;
      -o-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out; }
      .cs-fab .cs-fab-list .cs-fab-list-item:hover {
        background: #00263A; }
      .cs-fab .cs-fab-list .cs-fab-list-item .cs-fab-list-icon {
        font-size: 1.5em;
        padding-top: 0.75em; }
      .cs-fab .cs-fab-list .cs-fab-list-item.cs-fab-list-item-show {
        opacity: 1;
        width: 4em;
        height: 4em; }
      .cs-fab .cs-fab-list .cs-fab-list-item.cs-fab-list-item-hide {
        opacity: 0;
        width: 2em;
        height: 2em; }
      .cs-fab .cs-fab-list .cs-fab-list-item a {
        position: relative;
        color: white; }
        .cs-fab .cs-fab-list .cs-fab-list-item a span {
          right: 20px; }
        .cs-fab .cs-fab-list .cs-fab-list-item a span:after {
          display: none;
          left: 100%;
          top: 35%;
          right: 0;
          margin-left: -6px;
          -ms-transform: rotate(90deg);
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
    .cs-fab .cs-fab-list.cs-fab-list-show {
      visibility: visible; }
    .cs-fab .cs-fab-list.cs-fab-list-hide {
      visibility: hidden; }

.cs-bsheet-fog {
  background: rgba(30, 30, 30, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  cursor: pointer; }
  .cs-bsheet-fog.cs-bsheet-fog-show {
    opacity: 1;
    visibility: visible; }
  .cs-bsheet-fog.cs-bsheet-fog-hide {
    opacity: 0;
    visibility: hidden; }

.cs-bsheet {
  display: block;
  height: auto;
  overflow: auto;
  position: fixed;
  bottom: 0;
  left: 30%;
  width: 40%;
  background: white;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  padding-bottom: 2em; }
  .cs-bsheet .cs-bsheet-list {
    border-bottom: 1px solid #eff0f1;
    padding: 1em 1.5em;
    font-size: 1em;
    cursor: pointer;
    text-transform: uppercase;
    color: #00263A;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
    .cs-bsheet .cs-bsheet-list:hover {
      background: #efefef; }
    .cs-bsheet .cs-bsheet-list .cs-bsheet-icon {
      display: inline-block;
      margin-right: 1em;
      font-size: 1.25em;
      color: #bbbebf; }
  .cs-bsheet.cs-bsheet-show {
    bottom: 0;
    opacity: 1;
    visibility: visible; }
  .cs-bsheet.cs-bsheet-hide {
    bottom: -100px;
    opacity: 0;
    visibility: hidden; }

.cs-bsheet-btn {
  display: block;
  margin: 0;
  padding: 0;
  position: static;
  cursor: pointer;
  text-transform: uppercase;
  color: #00A9E0; }

.cs-bsheet-cap {
  width: 100%;
  background: #006BA6;
  font-size: 1em;
  text-transform: uppercase;
  color: white;
  padding: 1em 0;
  text-align: center;
  font-family: "roboto_light", sans-serif; }

.cs-sentiment-top .cs-sentiment {
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 2 !important; }
  .cs-sentiment-top .cs-sentiment .sentiment-icon {
    display: none; }
    .cs-sentiment-top .cs-sentiment .sentiment-icon div {
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #035EBB;
      height: 0;
      position: absolute;
      right: -14px;
      top: 40%;
      width: 0;
      z-index: 3;
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg);
      filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-90), M12=-sin(-90), M21=sin(-90), M22=cos(-90));
      -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-90), M12=-sin(-90), M21=sin(-90), M22=cos(-90))";
      zoom: 1; }
  .cs-sentiment-top .cs-sentiment .sentiment-cont {
    background-color: #3288ed;
    color: white;
    font-size: .9em;
    padding: 0;
    min-width: 300px;
    min-height: 2em;
    float: left;
    width: 100%;
    display: block; }
  .cs-sentiment-top .cs-sentiment label {
    color: white;
    cursor: pointer; }
    .cs-sentiment-top .cs-sentiment label i {
      background-color: transparent;
      padding: 0;
      border-radius: 0;
      font-size: 2em;
      height: 1.1em;
      width: 1.1em;
      visibility: visible;
      -webkit-transition: all 0.25s ease-out;
      -o-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out; }
    .cs-sentiment-top .cs-sentiment label :hover {
      color: #00263A; }
  .cs-sentiment-top .cs-sentiment .response {
    -webkit-transition: max-height 0.2s ease-in-out;
    -o-transition: max-height 0.2s ease-in-out;
    transition: max-height 0.2s ease-in-out;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 100%; }
    .cs-sentiment-top .cs-sentiment .response input[type="radio"] {
      display: none; }
    .cs-sentiment-top .cs-sentiment .response label {
      visibility: hidden;
      padding-right: 0; }
    .cs-sentiment-top .cs-sentiment .response input[type="radio"].inactive + label {
      color: #92bced; }
      .cs-sentiment-top .cs-sentiment .response input[type="radio"].inactive + label i {
        background-color: transparent; }
  .cs-sentiment-top .cs-sentiment .question {
    padding: 1em;
    display: inline-block;
    float: left; }
  .cs-sentiment-top .cs-sentiment .answer div {
    border-left: 1px dotted #FFFFFF;
    margin: 0.5em 0 0.5em 27em;
    padding: 0.1em 0; }
  .cs-sentiment-top .cs-sentiment .button-cancel {
    margin: 1em 0em 1em 0; }
    .cs-sentiment-top .cs-sentiment .button-cancel:hover {
      color: white; }
  .cs-sentiment-top .cs-sentiment .feedback {
    max-height: 0;
    -webkit-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
    overflow: hidden; }
    .cs-sentiment-top .cs-sentiment .feedback input[type="text"] {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      float: left;
      width: 86%;
      padding: 0 0.5em;
      border: 0;
      height: 2.1em; }
    .cs-sentiment-top .cs-sentiment .feedback input[type=button], .cs-sentiment-top .cs-sentiment .feedback input[type=submit] {
      border-radius: 0;
      padding: 0.3em 1em;
      height: 2.1em; }
  .cs-sentiment-top .cs-sentiment .feedback.active {
    max-height: 300px;
    background: #333333;
    padding: 1em 1em 0.5em 1em; }
  .cs-sentiment-top .cs-sentiment .pull-right {
    float: left !important;
    clear: left; }

@media only screen and (max-width: 1280px) {
  .cs-sentiment-top .cs-sentiment .feedback input[type="text"] {
    width: 80%; } }

@media only screen and (max-width: 768px) {
  .cs-sentiment .sentiment-cont {
    min-width: 260px; }
  .cs-sentiment-top .cs-sentiment .response {
    position: relative; }
  .cs-sentiment-top .cs-sentiment .answer div {
    position: relative !important;
    margin: 0em !important;
    padding: .1em 0em;
    float: left;
    border-left: none; }
  .cs-sentiment-top .cs-sentiment .feedback {
    width: 100%;
    float: left;
    clear: left; }
    .cs-sentiment-top .cs-sentiment .feedback div ~ div {
      float: right; }
  .cs-sentiment-top .cs-sentiment .pull-right {
    margin-right: 5em; }
  .cs-sentiment-top .cs-sentiment .button-cancel {
    margin: 1em 0em; }
  .cs-sentiment-top .cs-sentiment .feedback input[type="text"] {
    width: 100%; }
  .cs-sentiment-top .question {
    clear: left; } }

.cs-cust-sent-container {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  color: white;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .cs-cust-sent-container .cs-cust-sent-question {
    display: block;
    width: 100%;
    margin: 0;
    padding: 1em 1em;
    overflow: hidden;
    background: #004B87; }
    .cs-cust-sent-container .cs-cust-sent-question .cs-cust-sent-question-txt {
      display: block;
      float: left;
      margin: 0 1em 0 0;
      padding: 0 1em 0 0;
      border-right: 1px solid white;
      font-size: 1.15em; }
    .cs-cust-sent-container .cs-cust-sent-question .cs-cust-sent-question-up {
      display: block;
      float: left;
      margin: 0;
      text-align: center;
      font-size: 1.5em;
      height: 1em;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      cursor: pointer; }
      .cs-cust-sent-container .cs-cust-sent-question .cs-cust-sent-question-up :hover {
        color: #00A9E0; }
      .cs-cust-sent-container .cs-cust-sent-question .cs-cust-sent-question-up input[type="radio"] {
        display: none; }
      .cs-cust-sent-container .cs-cust-sent-question .cs-cust-sent-question-up input[type="radio"] + label {
        color: white;
        visibility: hidden;
        padding-right: 0; }
      .cs-cust-sent-container .cs-cust-sent-question .cs-cust-sent-question-up input[type="radio"].inactive + label {
        color: #00263A; }
    .cs-cust-sent-container .cs-cust-sent-question .cs-cust-sent-question-down {
      display: block;
      float: left;
      margin: 0;
      text-align: center;
      font-size: 1.5em;
      height: 1em;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      cursor: pointer; }
      .cs-cust-sent-container .cs-cust-sent-question .cs-cust-sent-question-down :hover {
        color: #00A9E0; }
      .cs-cust-sent-container .cs-cust-sent-question .cs-cust-sent-question-down input[type="radio"] {
        display: none; }
      .cs-cust-sent-container .cs-cust-sent-question .cs-cust-sent-question-down input[type="radio"] + label {
        color: white;
        visibility: hidden;
        padding-right: 0; }
      .cs-cust-sent-container .cs-cust-sent-question .cs-cust-sent-question-down input[type="radio"].inactive + label {
        color: #00263A; }
    .cs-cust-sent-container .cs-cust-sent-question .icon-cs-thumbsup {
      display: block;
      position: relative;
      top: -1em;
      font-size: 1.25em;
      visibility: visible;
      cursor: pointer;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    .cs-cust-sent-container .cs-cust-sent-question .icon-cs-thumbsdown {
      display: block;
      position: relative;
      top: -1em;
      font-size: 1.25em;
      visibility: visible;
      cursor: pointer;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
  .cs-cust-sent-container .cs-cust-sent-feedback {
    display: block;
    width: 100%;
    margin: 0;
    background: #00263A;
    max-height: 0;
    padding: 0 1em;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .cs-cust-sent-container .cs-cust-sent-feedback .cs-cust-sent-feedback-input {
      display: block;
      width: 100%;
      opacity: 0;
      font-size: 1em; }
      .cs-cust-sent-container .cs-cust-sent-feedback .cs-cust-sent-feedback-input input[type="text"] {
        width: 100%;
        padding: 0 0.5em;
        border: 0;
        height: 2.1em; }
    .cs-cust-sent-container .cs-cust-sent-feedback.active {
      max-height: 300px;
      padding: 1em 1em; }
      .cs-cust-sent-container .cs-cust-sent-feedback.active .cs-cust-sent-feedback-input {
        opacity: 1; }
    .cs-cust-sent-container .cs-cust-sent-feedback .cs-cust-sent-feedback-submit {
      display: table;
      width: 100%;
      overflow: auto;
      font-size: 1em; }
      .cs-cust-sent-container .cs-cust-sent-feedback .cs-cust-sent-feedback-submit .cs-cust-sent-feedback-count {
        display: table-cell;
        width: 50%;
        text-align: left;
        font-size: 1em; }
      .cs-cust-sent-container .cs-cust-sent-feedback .cs-cust-sent-feedback-submit .cs-cust-sent-feedback-btns {
        display: table-cell;
        width: 50%;
        text-align: right; }
        .cs-cust-sent-container .cs-cust-sent-feedback .cs-cust-sent-feedback-submit .cs-cust-sent-feedback-btns input[type="submit"] {
          margin: 0;
          background: #00A9E0;
          -webkit-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out; }
          .cs-cust-sent-container .cs-cust-sent-feedback .cs-cust-sent-feedback-submit .cs-cust-sent-feedback-btns input[type="submit"]:hover {
            background: #84BD00 !important; }
        .cs-cust-sent-container .cs-cust-sent-feedback .cs-cust-sent-feedback-submit .cs-cust-sent-feedback-btns .button-cancel {
          margin: 1em 1em 1em 0;
          color: #00A9E0;
          -webkit-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out; }
          .cs-cust-sent-container .cs-cust-sent-feedback .cs-cust-sent-feedback-submit .cs-cust-sent-feedback-btns .button-cancel:hover {
            color: white !important; }

.tranz_norm {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.tranz_slow {
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out; }

.tranz_fast {
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out; }

.cs-carousel-container {
  position: absolute;
  width: 100%; }

.cs-carousel-title {
  position: absolute;
  padding: 0 0.5em;
  width: 8em;
  height: 100%;
  border-right: 1px solid #EDEDED; }

.cs-carousel-title p {
  position: absolute;
  margin: 0;
  top: 50%;
  transform: translate(0, -50%);
  color: #2677ad; }

.cs-carousel {
  padding-left: 8em;
  border-bottom: 2px solid #EDEDED; }

.cs-carousel-button {
  position: absolute;
  height: 100%;
  width: 1.5em;
  background-color: #FFFFFF;
  border-bottom: 2px solid #EDEDED;
  z-index: 1;
  cursor: pointer; }

.cs-carousel-prev {
  transform: translate(2px, 0); }

.cs-carousel-next {
  transform: translate(-2px, 0);
  right: 0; }

.cs-carousel-button i {
  font-size: 1.1em;
  color: #3BA5E3;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%); }

.cs-carousel-view {
  width: calc(100% - 3em);
  margin-left: 1.5em;
  cursor: pointer; }

.cs-carousel-item {
  padding: 0.5em 2em;
  border-left: 1px solid #EDEDED;
  border-right: 1px solid #EDEDED;
  outline: none; }

.cs-carousel-item-body {
  margin: 0;
  padding: 0;
  color: #3BA5E3;
  font-size: 1em; }

.cs-carousel-date {
  margin: 0;
  padding: 0;
  font-size: 0.75em; }

.cs-menu-right {
  position: absolute;
  right: 0; }

.cs-menu-left {
  float: left; }

.cs-menu-right ul,
.cs-menu-left ul {
  position: relative; }

.cs-menu-right li,
.cs-menu-left li {
  list-style: none; }

.cs-menu {
  padding: 0;
  margin: 0; }

.cs-menu-root {
  position: relative;
  padding: 1em;
  cursor: pointer; }

.cs-menu-root > ul {
  padding: 0;
  left: 0em !important;
  top: 0em !important;
  background: #ffffff; }

.cs-menu-root-container {
  position: relative; }

.cs-menu-root-hold {
  padding: 1.5em;
  border-radius: 0.5em; }

.cs-menu-root-title {
  width: auto;
  position: relative;
  padding: 0.75em;
  text-transform: uppercase;
  background-color: #00A9E0;
  color: #FFFFFF;
  float: left;
  transition: 0.3s ease background-color; }

.cs-menu-root-title .cs-menu-close {
  display: none; }

.cs-menu-root-title .cs-menu-open {
  display: inline-block; }

.cs-menu-root-title i {
  padding-left: 1em; }

.cs-menu-root-container.ui-state-active .cs-menu-root-title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #84BD00;
  transition: 0.3s ease background-color; }

.cs-menu-root-container.ui-state-active .cs-menu-root-title i.menu-open {
  display: none; }

.cs-menu-root-container.ui-state-active .cs-menu-root-title i.menu-close {
  display: inline-block; }

.cs-menu-root .ui-menu-item {
  border-bottom: 0.2em solid #EDEDED; }

/*.menu-root .ui-menu-item:last-of-type {
  border-bottom: none; }*/
.cs-menu-main {
  cursor: pointer;
  padding: 1em 1em 1em 0.75em;
  border-left: 0.25em solid #FFFFFF;
  transition: 0.3s ease color; }

.cs-menu-main i {
  float: right;
  padding-left: 1em;
  visibility: hidden; }

.cs-menu-main-sub i {
  visibility: visible; }

.cs-menu-main-dis {
  color: #EDEDED !important;
  border-left: 0.25em solid #FFFFFF !important;
  border-right: 0.25em solid #FFFFFF !important;
  cursor: default; }

.cs-menu-main.ui-state-active {
  border-left: 0.25em solid #84BD00;
  color: #84BD00;
  transition: 0.3s ease color; }

.cs-menu-main-dis + .cs-menu-sub {
  display: none !important; }

.cs-menu-sub {
  position: absolute !important;
  padding: 0;
  top: 0em !important;
  min-width: 100%;
  min-height: 100%;
  box-shadow: 0 0 1em 0 #EDEDED; }

.cs-menu-sub-title {
  color: #84BD00;
  padding-bottom: 0.5em; }

.cs-menu-sub-description {
  font-size: 0.75em; }

.cs-menu-sub li {
  padding: 1em; }

.cs-menu-sub-list li:nth-last-child(2) {
  margin-bottom: 2.25em;
  border-bottom: none; }

.cs-menu-sub .ui-state-active {
  color: #84BD00;
  font-weight: bold; }

.cs-menu-sub-title.ui-state-active {
  color: #00263A;
  font-weight: bold; }

.cs-menu-sub-description.ui-state-active {
  color: #000000;
  font-weight: normal; }

.cs-menu-help {
  position: absolute;
  bottom: 0;
  border-top: 2px solid #EDEDED;
  width: 100%;
  font-size: 0.75em;
  color: #5E9BF3; }

.cs-menu-right .cs-menu-root-title {
  float: right; }

.cs-menu-right .cs-menu-main i {
  float: left;
  padding-right: 0em;
  padding-left: 1em;
  transform: rotate(180deg); }

.cs-menu-right .cs-menu-main {
  border-left: 0em solid #FFFFFF;
  border-right: 0.25em solid #FFFFFF; }

.cs-menu-right .cs-menu-main.ui-state-active {
  border-right: 0.25em solid #84BD00;
  color: #84BD00; }

.cs-menu-sub-img-view {
  height: 100%;
  width: 100%;
  border-left: 1px solid #EDEDED;
  margin-top: 1em;
  padding: 1em; }

.cs-menu-sub-img-description {
  padding: 1em;
  padding-top: 0em; }

.cs-menu-sub-quadrant {
  width: 200%;
  max-width: 17em; }

.cs-menu-sub-quadrant li {
  float: left;
  width: 50%;
  display: inline-block;
  padding: 0em; }

.cs-menu-sub-quadrant li:nth-child(odd) .cs-menu-sub-img-view {
  border-left: 0px solid #EDEDED;
  border-right: 1px solid #EDEDED; }

.cs-menu-sub-quadrant li:nth-last-child(1),
.cs-menu-sub-quadrant li:nth-last-child(2) {
  border-bottom: 0px solid #EDEDED; }

.cs-menu-sub-quadrant-no-divide .ui-menu-item {
  border: 0px solid #EDEDED; }

.cs-menu-sub-quadrant-no-divide .cs-menu-sub-img-view {
  border: 0px solid #EDEDED !important; }

.cs-menu-sub-content .ui-menu-item {
  padding: 1em; }

.cs-menu-sub-quadrant .cs-menu-sub-content-title {
  padding: 1em 0em; }

.cs-menu-sub-quadrant .cs-menu-sub-content-description {
  font-size: 0.75em;
  color: #000000 !important;
  font-weight: normal !important; }

.datepicker-demo {
  border: 2px #EDEDED solid;
  margin: 1em;
  padding: 1em;
  border-radius: 2em; }

.datepicker-demo-title {
  font-size: 1.5em; }

.datepicker-container {
  padding: 0em 2em; }

.date-input {
  width: 100%;
  margin: 0.5em 0em;
  border: none;
  border-bottom: 1px solid #EDEDED; }

.dtp {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2000;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.dtp > .dtp-content {
  background: #fff;
  max-width: 350px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  max-height: 600px;
  position: relative;
  left: 50%; }

.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
  background: #004B87;
  color: #fff;
  text-align: center;
  padding: 0.3em; }

.dtp div.dtp-date, .dtp div.dtp-time {
  background: #004B87;
  text-align: center;
  color: #fff;
  padding: 10px; }

.dtp div.dtp-date > div {
  padding: 0;
  margin: 0; }

.dtp div.dtp-actual-month {
  font-size: 1.5em; }

.dtp div.dtp-actual-num {
  font-size: 3em;
  line-height: 0.9; }

.dtp div.dtp-actual-maxtime {
  font-size: 3em;
  line-height: 0.9; }

.dtp div.dtp-actual-year {
  font-size: 1.5em;
  color: #FFB81C; }

.dtp div.dtp-picker {
  padding: 1em;
  text-align: center; }

.dtp div.dtp-picker-month, .dtp div.dtp-actual-time {
  text-align: center; }

.dtp div.dtp-picker-month {
  padding-bottom: 20px !important;
  text-transform: uppercase !important; }

.dtp .dtp-close {
  position: absolute;
  top: 0.5em;
  right: 1em; }

.dtp .dtp-close > a {
  color: #fff; }

.dtp .dtp-close > a > i {
  font-size: 1em;
  transition: 0.2s ease-in all; }

.dtp .dtp-close > a > i:hover {
  color: #00A9E0;
  transition: 0.2s ease-in all; }

.dtp table.dtp-picker-days {
  width: 100%;
  margin: 0;
  min-height: 251px; }

.dtp table.dtp-picker-days, .dtp table.dtp-picker-days tr, .dtp table.dtp-picker-days tr > td {
  border: none; }

.dtp table.dtp-picker-days tr > td {
  font-size: 0.8em;
  text-align: center;
  padding: 0.5em 0.3em; }

.dtp table.dtp-picker-days tr > td > span.dtp-select-day {
  color: #BDBDBD !important;
  padding: 0.4em 0.5em 0.5em 0.6em; }

.dtp table.dtp-picker-days tr > td > a, .dtp .dtp-picker-time > a {
  color: #212121;
  text-decoration: none;
  padding: 0.4em 0.5em 0.5em 0.6em;
  border-radius: 50% !important; }

.dtp table.dtp-picker-days tr > td > a.selected {
  background: #00A9E0;
  color: #fff; }

.dtp table.dtp-picker-days tr > th {
  color: #757575;
  text-align: center;
  padding: 0.4em 0.3em; }

.dtp .p10 > a {
  color: #FFFFFF;
  text-decoration: none;
  transition: 0.2s ease-in all; }

.dtp .p10 > a:hover {
  color: #00A9E0;
  transition: 0.2s ease-in all; }

.dtp .p10 {
  padding-top: 0.5em;
  width: 10%;
  display: inline-block; }

.dtp .p20 {
  width: 20%;
  display: inline-block; }

.dtp .p60 {
  width: 60%;
  display: inline-block; }

.dtp .p80 {
  width: 80%;
  display: inline-block; }

.dtp a.dtp-meridien-am, .dtp a.dtp-meridien-pm {
  position: relative;
  top: 10px;
  color: #212121;
  padding: 0.7em 0.5em;
  border-radius: 50% !important;
  text-decoration: none;
  background: #eee;
  font-size: 1em; }

.dtp .dtp-actual-meridien a.selected {
  background: #545454;
  color: #fff; }

.dtp .dtp-picker-time > .dtp-select-hour {
  cursor: pointer; }

.dtp .dtp-picker-time > .dtp-select-minute {
  cursor: pointer; }

.dtp .dtp-buttons {
  padding: 0 1em 1em 1em;
  text-align: right; }

.dtp.hidden, .dtp .hidden {
  display: none; }

.dtp .invisible {
  visibility: hidden; }

.dtp .left {
  float: left; }

.dtp .right {
  float: right; }

.dtp .clearfix {
  clear: both; }

.dtp .center {
  text-align: center; }

.dtp-picker-year {
  margin-bottom: 1px; }

.year-picker-item {
  text-align: center;
  padding-top: 5px;
  font-size: large;
  cursor: pointer;
  margin: 0 auto; }

.dtp-actual-year:hover {
  cursor: pointer; }

.dtp-actual-year.disabled:hover {
  cursor: inherit; }

.year-picker-item:hover {
  color: #545454; }

.year-picker-item.active {
  color: #00A9E0;
  font-weight: bold; }

.dtp-select-year-range {
  display: inline-block;
  text-align: center;
  width: 100%; }

.dtp-btn-clear,
.dtp-btn-cancel {
  background: #FFFFFF;
  color: #00A9E0;
  transition: 0.2s ease-in all;
  outline: none;
  font-family: 'roboto_regular'; }

.dtp-btn-clear:hover,
.dtp-btn-cancel:hover {
  color: #00263A;
  transition: 0.2s ease-in all; }

.dtp-btn-ok {
  background-color: #00A9E0;
  color: #FFFFFF;
  transition: 0.2s ease-in all;
  outline: none; }

.dtp-btn-ok:hover {
  background-color: #00263A;
  transition: 0.2s ease-in all; }

ul.cs-tab {
  margin: 0em;
  padding: 1em 0em 1.5em 0;
  font-size: 14px; }
  ul.cs-tab li {
    margin: 0.5em 0.5em;
    padding: 0 0.4em 0.2em 0.4em;
    list-style: none;
    display: inline;
    text-transform: uppercase;
    font-family: "roboto_regular", sans-serif; }
  ul.cs-tab li:first-child {
    margin-left: 0em; }
  ul.cs-tab li a {
    color: #6f6f6f;
    text-decoration: none;
    cursor: pointer; }
  ul.cs-tab li a:hover {
    color: #003c96;
    text-decoration: none;
    padding-bottom: 0.2em;
    cursor: pointer;
    border-bottom: 3px solid #003c96; }
  ul.cs-tab li.active a {
    color: #003c87;
    text-decoration: none;
    padding: 0 0.4em 0.2em 0.4em;
    cursor: pointer;
    border-bottom: 3px solid #003c96; }

.cs-badges {
  border: 2px solid #fff;
  padding: 0.5em;
  height: auto;
  border-radius: 2em;
  display: inline-block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  position: relative;
  left: -15px; }

.cs-badges-content {
  padding: 0.35em 0.5em 0.15em 0.5em;
  height: auto;
  border-radius: 2em;
  font-size: 0.8em;
  color: white; }

.cs-loader {
  position: relative;
  margin: 0 auto; }
  .cs-loader.small {
    width: 40px; }
  .cs-loader.medium {
    width: 80px; }
  .cs-loader.large {
    width: 120px; }

.cs-loader-svg {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  margin: auto; }

.cs-loader-path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite;
  stroke: #006BA6;
  stroke-linecap: round; }

@keyframes rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

.cs-ie-loader,
.cs-ie-loader:after {
  box-sizing: border-box;
  margin: 0 auto; }

.cs-ie-loader {
  display: block; }
  .cs-ie-loader.small {
    width: 40px;
    height: 40px; }
  .cs-ie-loader.medium {
    width: 80px;
    height: 80px; }
  .cs-ie-loader.large {
    width: 120px;
    height: 120px; }
  .cs-ie-loader:after {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    border: 4px solid #006BA6;
    border-bottom-color: transparent;
    border-radius: 100%;
    background: transparent;
    animation: ball-clip-rotate .75s linear infinite; }

@keyframes ball-clip-rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.cs-material-link {
  text-transform: uppercase; }

.csa-table .cs-red-circle-table {
  display: inline-block;
  position: relative;
  background-color: #D42E12;
  height: 12px;
  width: 12px;
  top: 2px;
  right: 4px;
  border: 2px solid #FFFFFF;
  border-radius: 47%;
  -webkit-border-radius: 47%;
  -moz-border-radius: 47%; }

.csa-table .table-duplicate-row {
  display: none;
  background-color: #f7fbff !important; }

.csa-table tbody tr:hover,
.csa-table .table-duplicate-row:hover {
  background-color: #e8f2fb !important; }

.csa-table .table-duplicate-row td {
  border-color: #e9f3f7; }

.drop-arrow {
  position: relative; }

.drop-arrow i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.flip {
  transform: rotate(-180deg); }

.content {
  padding-top: 3.5em;
  margin: 0 0 5.55555%; }

.col-gutter {
  width: 3.175%; }

.col-1 {
  width: 6.25%; }

.col-2 {
  width: 12.5%; }

.col-3 {
  width: 18.75%; }

.col-4 {
  width: 25.0%; }

.col-5 {
  width: 31.25%; }

.col-6 {
  width: 37.5%; }

.col-7 {
  width: 43.75%; }

.col-8 {
  width: 50.0%; }

.col-9 {
  width: 56.25%; }

.col-10 {
  width: 62.5%; }

.col-11 {
  width: 68.75%; }

.col-12 {
  width: 75.0%; }

.col-13 {
  width: 81.25%; }

.col-14 {
  width: 87.5%; }

.col-15 {
  width: 93.75%; }

.col-16 {
  width: 100%; }

/*mixin_grid*/
/*_grid*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.mm-listview {
  -moz-font-feature-settings: inherit;
  -moz-font-language-override: inherit;
  font-family: inherit;
  font-size: 14px;
  font-size-adjust: inherit;
  font-stretch: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  line-height: 20px; }

.mm-listview, .mm-listview > li {
  display: block;
  list-style: none outside none;
  margin: 0;
  padding: 0; }

.mm-listview > li > a, .mm-listview > li > span {
  color: inherit;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 10px 10px 10px 20px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.mm-listview.mm-border-none > li:after, .mm-menu.mm-border-none .mm-listview > li:after {
  content: none; }

.mm-menu {
  color: rgba(0, 0, 0, 0.15); }

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar > * {
  color: rgba(255, 255, 255, 0.4); }

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-panels > .mm-panel:after, .mm-panels > .mm-panel:before {
  content: "";
  display: block;
  height: 20px; }

.mm-panel .mm-navbar {
  display: none; }

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px; }

.mm-navbar {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: inherit;
  height: 40px;
  left: 0;
  line-height: 20px;
  margin: 0;
  padding: 0 40px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0; }

.mm-navbar > * {
  display: block;
  padding: 10px 0; }

.mm-menu > .mm-panel {
  padding: 2em; }
  .mm-menu > .mm-panel .mm-navbar {
    text-align: left; }

.mm-listview > li > span,
.mm-listview > li > a {
  color: #878787; }
  .mm-listview > li > span:hover,
  .mm-listview > li > a:hover {
    color: white; }
  .mm-listview > li > span.inactive,
  .mm-listview > li > a.inactive {
    color: #535353; }

@media (max-width: 33.9em) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 34em) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 768.9px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 769px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 61.9em) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 62em) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 74.9em) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 75em) {
  .hidden-xl-up {
    display: none !important; } }

@media only screen and (max-width: 768px) {
  .cs-search-header {
    height: 7em !important;
    float: none !important;
    position: relative !important; }
    .cs-search-header .cs-header-logo {
      position: absolute !important;
      text-align: center !important;
      width: 100% !important; }
      .cs-search-header .cs-header-logo .cs-header-logo-image {
        width: 17em;
        padding: .3em; }
    .cs-search-header .cs-header-search {
      border: 0 !important;
      bottom: 0;
      margin: 0 !important;
      position: absolute;
      width: 100%; }
  .cs-container > h2 {
    display: none; } }

a.tooltips {
  opacity: 1; }
  a.tooltips span {
    position: absolute;
    min-width: 80px;
    color: #333333;
    font-size: 12px;
    line-height: 16px;
    padding: 7px 0;
    background: #FFFFFF;
    height: 30px;
    text-align: center;
    visibility: hidden;
    border-radius: 6px;
    right: 10%;
    bottom: -10%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); }
    a.tooltips span:after {
      content: '';
      position: absolute;
      bottom: 100%;
      right: 10%;
      margin-left: -8px;
      width: 0;
      height: 0;
      border-bottom: 8px solid #FFFFFF;
      border-right: 8px solid transparent;
      border-left: 8px solid transparent; }
    a.tooltips span.like {
      width: 170px; }
    a.tooltips span.chat {
      width: 190px; }
    a.tooltips span.menu:after {
      right: 20%; }
  a.tooltips:hover span {
    visibility: hidden;
    opacity: 1;
    right: 10%;
    bottom: -20%;
    margin-left: -76px;
    z-index: 999; }

@media only screen and (min-width: 992px) {
  a.tooltips:hover span {
    visibility: visible; } }

.cs-tooltip-container a.cs-tooltip {
  opacity: 1; }
  .cs-tooltip-container a.cs-tooltip span {
    position: relative;
    color: #333333;
    font-size: 12px;
    line-height: 16px;
    padding: 7px;
    background: #FFFFFF;
    height: 30px;
    text-align: center;
    border-radius: 6px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); }
    .cs-tooltip-container a.cs-tooltip span.top {
      top: -20px;
      right: 5px; }
    .cs-tooltip-container a.cs-tooltip span.bottom {
      top: 20px;
      right: 5px; }
  .cs-tooltip-container a.cs-tooltip:hover span {
    opacity: 1; }

.cs-content {
  overflow: auto;
  padding: 2em;
  background: #fff; }

.cs-content-white {
  background: white; }

.cs-content-highlight {
  color: #54585A;
  font-size: 1.25em; }

.cs-notes {
  display: block;
  margin: 0.75em 0 0 0;
  color: #a0a5a7;
  font-size: 0.9em;
  font-weight: 100;
  margin-bottom: 1em; }

.cs-sso-container {
  width: 80%;
  margin: 1.5em auto;
  text-align: center; }

footer {
  position: absolute;
  width: 100%;
  padding: 0.5em 0em;
  bottom: 0; }
  footer .cs-footer-links {
    display: block;
    font-weight: 300;
    font-size: 0.7em;
    text-transform: uppercase;
    letter-spacing: 0.15em; }
  footer .cs-footer-copyright {
    display: block;
    font-weight: 300;
    font-size: 0.7em;
    text-align: center;
    width: 100%;
    padding: 0 2em; }
  footer .cs-footer-copyright-login {
    display: block;
    font-weight: 300;
    font-size: 0.7em;
    text-align: center; }

.login-iso-icon {
  display: block;
  width: 400px;
  height: 80px;
  margin: 0 auto;
  background: url("../images/ico_iso_red_white.svg");
  background-repeat: no-repeat;
  background-size: 400px 80px; }

.login-banner-container {
  display: block;
  width: 100%;
  height: 275px;
  background: #006BA6; }

.login-banner-image {
  display: block;
  width: 600px;
  height: 200px;
  position: relative;
  top: 20px;
  margin: 0 auto;
  background: url("../images/login_image.png");
  background-repeat: no-repeat;
  background-size: cover; }

.login-container {
  display: block;
  width: 60%;
  margin: 3em auto 1em auto; }
  .login-container .checkbox-container {
    display: block;
    background: red;
    overflow: auto; }
    .login-container .checkbox-container label {
      margin-bottom: 2em; }
  .login-container h5 {
    font-size: 2em;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 0;
    font-weight: 100; }
  .login-container p {
    font-size: 1em;
    margin: 0;
    text-align: center;
    color: #868b8e; }
  .login-container .support {
    font-size: 0.8em;
    text-align: left;
    margin-top: 2em; }
    .login-container .support a {
      font-weight: 700; }
  .login-container .login-terms-container {
    display: block; }
  .login-container ol {
    list-style-type: decimal;
    margin: 0;
    padding: 0 0 0 1.5em;
    font-size: 0.8em;
    line-height: 1.25em;
    color: #868b8e;
    font-weight: 300; }
    .login-container ol li {
      padding-bottom: 1em; }
    .login-container ol li li {
      list-style-type: lower-latin;
      font-size: 1.15em; }
    .login-container ol li li:first-child {
      padding-top: 1em; }
  .login-container .login-forgot {
    font-size: 0.8em;
    text-align: left;
    margin-bottom: 2em; }

.browser-detect {
  display: none; }

.cs-style-page-title {
  display: block;
  width: 100%;
  font-weight: 100;
  font-size: 1.5em;
  color: #00A9E0; }

.cs-style-tile-wrapper {
  display: block;
  width: 100%;
  padding: 0 2em; }

.cs-style-container {
  display: block;
  width: 100%;
  overflow: auto;
  margin: 4em 0;
  padding: 0; }
  .cs-style-container .cs-style-header {
    border-bottom: 1px solid #d5d7d8;
    line-height: 2em;
    margin-bottom: 1.5em;
    font-weight: 100;
    font-size: 1.5em; }
  .cs-style-container .cs-style-palette-box {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    margin: 0.25em 0.75em 0.25em 0;
    border: 1px solid #eff0f1;
    cursor: pointer; }

.color1 {
  background: #54585A; }

.color2 {
  background: #00A9E0; }

.color3 {
  background: #006BA6; }

.color4 {
  background: #84BD00; }

.color5 {
  background: #FE5000; }

.color6 {
  background: #FFB81C; }

.color7 {
  background: #DA291C; }

.color8 {
  background: #00A9E0; }

.color9 {
  background: black; }

.color10 {
  background: #006BA6; }

.cs-style-tone-mood {
  font-family: "roboto_regular", sans-serif;
  /* font-family: "futura-pt", serif; */
  font-weight: 100;
  font-size: 1em;
  line-height: 2em;
  margin-left: 1em;
  color: #6d7274; }

.cs-style-tone01 {
  font-size: 2em;
  font-weight: 500; }

.cs-style-tone02 {
  font-size: 1.5em;
  font-weight: 300;
  color: #868b8e; }

.cs-style-tone03 {
  font-size: 1.25em;
  font-weight: 300;
  color: #868b8e; }

.cs-style-tone04 {
  font-size: 1.25em;
  color: #d5d7d8; }

.cs-style-tone05 {
  font-size: 1em;
  color: #d5d7d8; }

.cs-style-features-links-container {
  width: 33%;
  overflow: auto;
  margin: 1em 0;
  padding: 1em 2em;
  float: left; }
  .cs-style-features-links-container .cs-style-features-links-frame {
    cursor: pointer;
    text-align: center; }
    .cs-style-features-links-container .cs-style-features-links-frame p:hover {
      opacity: 0.5; }
    .cs-style-features-links-container .cs-style-features-links-frame img:hover {
      opacity: 0.5; }
    .cs-style-features-links-container .cs-style-features-links-frame .cs-style-features-title {
      color: #54585A;
      font-size: 1.25em;
      font-weight: 500;
      margin-top: 1em; }
    .cs-style-features-links-container .cs-style-features-links-frame .cs-style-features-ico {
      width: 100%; }
      .cs-style-features-links-container .cs-style-features-links-frame .cs-style-features-ico .cs-style-features-ico-image {
        box-sizing: block;
        text-align: center;
        background: red;
        width: 120px;
        height: 100px;
        margin: 0 auto;
        -webkit-border-radius: 15px 15px 15px 15px;
        border-radius: 15px 15px 15px 15px; }
      .cs-style-features-links-container .cs-style-features-links-frame .cs-style-features-ico .clr-design {
        background: #84BD00; }
      .cs-style-features-links-container .cs-style-features-links-frame .cs-style-features-ico .clr-styletile {
        background: #FE5000; }
      .cs-style-features-links-container .cs-style-features-links-frame .cs-style-features-ico .clr-docs {
        background: #00A9E0; }

.cs-ulist li {
  color: #54585A; }

.change-log {
  padding: 0 0 1em 0;
  border-bottom: 1px solid #eff0f1; }

div.mm-page {
  -webkit-user-select: auto;
  -khtml-user-select: auto;
  -moz-user-select: auto;
  -o-user-select: auto;
  user-select: auto; }

.btn-back {
  padding-bottom: 1em; }
  .btn-back a {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

.cs-sentiment {
  position: absolute;
  right: 0;
  z-index: 2 !important; }
  .cs-sentiment .sentiment-icon {
    background-color: #035EBB;
    color: white;
    padding: 0.14em 0.5em 0.1em;
    display: inline-block;
    float: left;
    vertical-align: top;
    font-size: 1.7em;
    position: relative;
    border-radius: 3px 0 0 3px; }
    .cs-sentiment .sentiment-icon div {
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #035EBB;
      height: 0;
      position: absolute;
      right: -14px;
      top: 40%;
      width: 0;
      z-index: 3;
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg);
      filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-90), M12=-sin(-90), M21=sin(-90), M22=cos(-90));
      -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-90), M12=-sin(-90), M21=sin(-90), M22=cos(-90))";
      zoom: 1; }
  .cs-sentiment .sentiment-cont {
    background-color: #333;
    color: white;
    font-size: .9em;
    padding: 0;
    min-width: 300px;
    min-height: 2em;
    float: right; }
  .cs-sentiment label {
    color: white;
    cursor: pointer; }
    .cs-sentiment label i {
      background-color: #5d9bf0;
      padding: .3em;
      border-radius: 50%;
      font-size: 1.2em;
      height: 1.1em;
      width: 1.1em; }
  .cs-sentiment .response {
    -webkit-transition: max-height 0.2s ease-in-out;
    -o-transition: max-height 0.2s ease-in-out;
    transition: max-height 0.2s ease-in-out;
    overflow: hidden;
    padding: 0 1.5em 0.78em; }
    .cs-sentiment .response input[type="radio"] {
      display: none; }
    .cs-sentiment .response label {
      padding-right: 2em;
      vertical-align: middle; }
    .cs-sentiment .response input[type="radio"].inactive + label {
      color: #6c6c6c; }
      .cs-sentiment .response input[type="radio"].inactive + label i {
        background-color: #424242; }
  .cs-sentiment .question {
    padding: 0.78em 1.5em; }
  .cs-sentiment .answer div {
    padding: 1em 0; }
  .cs-sentiment .button-cancel:hover {
    color: white; }
  .cs-sentiment .feedback {
    max-height: 0;
    -webkit-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
    overflow: hidden; }
    .cs-sentiment .feedback input[type="text"] {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box; }
    .cs-sentiment .feedback input[type=button], .cs-sentiment .feedback input[type=submit] {
      padding: .5em 1em; }
  .cs-sentiment .feedback.active {
    max-height: 300px; }

@media only screen and (max-width: 480px) {
  .cs-sentiment .sentiment-cont {
    min-width: 260px; } }

ul.notificationSum {
  margin: 0px; }
  ul.notificationSum li {
    display: inline-block;
    padding: 10px;
    list-style-type: none;
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    margin: 0px 20px 10px 0px;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    float: left;
    position: relative; }

div.summary-details-table {
  margin: 0px 0px 40px 0px;
  width: 100%;
  display: table;
  table-layout: fixed;
  border-bottom: 1px solid #e7e7e7;
  border-collapse: inherit;
  padding: 0 0 20px 0; }
  div.summary-details-table div.table-row {
    display: table-row; }
  div.summary-details-table div.table-cell {
    border: none;
    list-style: none;
    width: 25%;
    padding: 10px;
    vertical-align: top;
    display: table-cell;
    max-width: 200px;
    word-wrap: break-word;
    -ms-word-break: break-word; }
    div.summary-details-table div.table-cell p {
      color: #6f6f6f;
      line-height: 1.25em;
      font-weight: 400;
      margin: 3px 0;
      font-size: 1em; }
    div.summary-details-table div.table-cell label {
      text-transform: none;
      font-size: 0.8em;
      font-weight: 600;
      color: #000; }
  div.summary-details-table div.alert {
    background-color: #ffe6e6; }
  div.summary-details-table div.alert p,
  div.summary-details-table div.alert label {
    color: #c60000; }

/* =============== Bug fix ============== */
.mm-menu.mm-theme-dark {
  position: absolute !important; }

@media only screen and (max-width: 768px) {
  p {
    font-size: 0.9em; }
  .cs-container {
    padding-top: 1em; }
    .cs-container > h2 {
      padding-bottom: .5em;
      padding-left: .5em;
      margin-bottom: 0; }
  .cs-header .cs-header-menu {
    width: 10%; }
  .cs-header .cs-header-user {
    width: 10%; }
    .cs-header .cs-header-user .cs-header-user-alert {
      display: none; }
  .cs-header .cs-header-logo .cs-header-logo-image {
    width: 200px;
    margin: 19px 0 0 18px; }
  .cs-table th {
    font-size: 0.7em; }
  .cs-table th.optional, .cs-table td.optional {
    display: none; }
  .cs-table th.all, .cs-table td.all {
    display: none; }
  .cs-table th.next, .cs-table td.next {
    display: table-cell; }
  .cs-table td {
    font-size: 0.8em; }
  .cs-snackbar .cs-snackbar-content .cs-snackbar-body {
    font-size: 0.9em !important; }
  .cs-snackbar {
    display: none !important;
    border-radius: 0px !important; }
  .cs-snackbar-featured {
    display: table !important;
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    bottom: 0 !important;
    left: 0 !important; }
  .cs-search-header .cs-header-search {
    -webkit-border-radius: 0;
    border-radius: 0; }
  .cs-dialog {
    width: 90%;
    left: 5%; } }

@media only screen and (min-width: 768px) {
  p {
    font-size: 1em; }
  .cs-container {
    padding: 1em 1.5em; }
    .cs-container > h2 {
      padding-bottom: .7em;
      padding-left: 0; }
  .cs-header .cs-header-menu {
    width: 20%; }
  .cs-header .cs-header-user {
    width: 20%; }
    .cs-header .cs-header-user .cs-header-user-alert {
      display: block; }
  .cs-header .cs-header-logo .cs-header-logo-image {
    width: 200px;
    margin: 19px 0 0 18px; }
  .cs-table th.optional, .cs-table td.optional {
    display: table-cell; }
  .cs-table th.all, .cs-table td.all {
    display: none; }
  .cs-table th.next, .cs-table td.next {
    display: table-cell; }
  .cs-table td {
    font-size: 0.9em; }
  .cs-snackbar .cs-snackbar-content .cs-snackbar-body {
    font-size: 0.9em !important; }
  .cs-search-header .cs-header-search {
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px; }
  .cs-dialog {
    width: 90%;
    left: 5%; } }

@media only screen and (min-width: 992px) {
  p {
    font-size: 1em; }
  .cs-container {
    padding: 2em 2em; }
    .cs-container > h2 {
      padding-bottom: 1em;
      padding-left: 0; }
  .cs-header .cs-header-menu {
    width: 20%; }
  .cs-header .cs-header-user {
    width: 20%; }
    .cs-header .cs-header-user .cs-header-user-alert {
      display: block; }
  .cs-header .cs-header-logo .cs-header-logo-image {
    width: 200px;
    margin: 19px 0 0 18px; }
  .cs-table th.optional, .cs-table td.optional {
    display: table-cell; }
  .cs-table th.all, .cs-table td.all {
    display: table-cell; }
  .cs-table th.next, .cs-table td.next {
    display: table-cell; }
  .cs-table td {
    font-size: 0.9em; }
  .cs-snackbar .cs-snackbar-content .cs-snackbar-body {
    font-size: 1em !important; }
  .cs-search-header .cs-header-search {
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px; }
  .cs-dialog {
    width: 60%;
    left: 20%; } }

@media only screen and (min-width: 1200px) {
  p {
    font-size: 1em; }
  .cs-container {
    padding: 2em 3em; }
    .cs-container > h2 {
      padding-bottom: 1em;
      padding-left: 0; }
  .cs-header .cs-header-menu {
    width: 20%; }
  .cs-header .cs-header-user {
    width: 20%; }
    .cs-header .cs-header-user .cs-header-user-alert {
      display: block; }
  .cs-header .cs-header-logo .cs-header-logo-image {
    width: 200px;
    margin: 19px 0 0 18px; }
  .cs-table th.optional, .cs-table td.optional {
    display: table-cell; }
  .cs-table th.all, .cs-table td.all {
    display: table-cell; }
  .cs-table th.next, .cs-table td.next {
    display: table-cell; }
  .cs-table td {
    font-size: 1em; }
  .cs-snackbar .cs-snackbar-content .cs-snackbar-body {
    font-size: 1em !important; }
  .cs-search-header .cs-header-search {
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px; }
  .cs-dialog {
    width: 60%;
    left: 20%; } }

sbody {
  background: white; }

.body-grey {
  background: white; }

.comment .comment-arrow {
  border-color: white; }

#main-wrapper {
  background: white;
  -webkit-box-shadow: -2px 2px 3px 0px black;
  -moz-box-shadow: -2px 2px 3px 0px black;
  box-shadow: -2px 2px 3px 0px black; }

.tabs ul.primary li a.active {
  background-color: #ffffff; }

.tabs ul.primary li.active a {
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff; }

header {
  background: #00358E; }

#menu-wrapper {
  color: #54585A; }
  #menu-wrapper .row-bottom {
    border-bottom: 1px solid #54585A; }
  #menu-wrapper .menu-search {
    background: white; }
  #menu-wrapper .menu-search:hover {
    background: white; }
  #menu-wrapper .menu-icon .icon-search {
    color: #54585A; }
  #menu-wrapper .menu-search-input {
    color: black; }
    #menu-wrapper .menu-search-input input[type=text] {
      background: none;
      border: 0px;
      color: #54585A; }
    #menu-wrapper .menu-search-input input[type=text]:focus {
      outline: none; }
    #menu-wrapper .menu-search-input input[type=text]:focus::-webkit-input-placeholder {
      opacity: 0; }
    #menu-wrapper .menu-search-input input[type=text]:focus:-moz-placeholder {
      opacity: 0; }
    #menu-wrapper .menu-search-input input[type=text]:focus::-moz-placeholder {
      opacity: 0; }
    #menu-wrapper .menu-search-input input[type=text]:focus:-ms-input-placeholder {
      opacity: 0; }
    #menu-wrapper .menu-search-input ::-webkit-input-placeholder {
      color: #54585A; }
    #menu-wrapper .menu-search-input :-moz-placeholder {
      /* Firefox 18- */
      color: #54585A; }
    #menu-wrapper .menu-search-input ::-moz-placeholder {
      /* Firefox 19+ */
      color: #54585A; }
    #menu-wrapper .menu-search-input :-ms-input-placeholder {
      color: #54585A; }
  #menu-wrapper li:hover {
    background: #d5d7d8;
    color: #0a0b0b; }
  #menu-wrapper li {
    color: #777; }
  #menu-wrapper .menu-socnet-ico {
    opacity: 1; }
  #menu-wrapper .menu-socnet-ico:hover {
    opacity: 0.3; }
  #menu-wrapper .ico-facebook {
    background: #3f67c0; }
  #menu-wrapper .ico-twitter {
    background: #35b5eb; }
  #menu-wrapper .ico-vimeo {
    background: #26cfde; }
  #menu-wrapper .ico-rss {
    background: #ffa333; }
  #menu-wrapper .ico-gplus {
    background: #eb5b4c; }
  #menu-wrapper .ico-pinterest {
    background: #cf1717; }

.sidebar .block {
  background-color: #f6f6f2;
  border-color: #f9f9f9; }

.region-header,
.region-header a,
.region-header li a.active,
#name-and-slogan,
#name-and-slogan a,
#secondary-menu-links li a {
  color: #fffeff; }

footer {
  background: white;
  color: #bbbebf;
  border-top: 1px solid #eff0f1; }

.footer-links {
  color: #bbbebf; }

.footer-copyright {
  color: #bbbebf; }

.drawer-wrapper {
  background: #54585A; }

p {
  color: #868b8e; }

code {
  background-color: #f2f2f2; }

pre {
  background-color: #54585A;
  color: white; }
  pre .highlight-01 {
    color: #f35f5e; }
  pre .highlight-02 {
    color: #aee262; }
  pre .highlight-03 {
    color: #fccd5b; }
  pre .highlight-04 {
    color: #35b5eb; }
  pre .highlight-05 {
    color: #DA291C; }

blockquote {
  background: #f7f7f7; }

blockquote:before {
  color: #bbb; }

blockquote:after {
  color: #bbb; }

/*
table tr th {
  background: #757575;
}

tr.odd {
  background: #e4e4e4;
}

table tr.even  {
  background: #efefef;
}
*/
.features h1 {
  color: #ffe074; }

.features p {
  color: white; }

.demo_message {
  font-size: 1em;
  font-weight: 300;
  color: #444; }

.tile-label {
  background: white; }

.tile-label .icomoon {
  color: #006BA6; }

.subnav_wrapper .icomoon {
  color: white; }

.subnavList li {
  background: #f77255; }

.subnavList li:hover {
  background: #e45f42; }

.subnav_wrapper .icomoon:hover {
  color: #f7aa9a; }

.subnav_wrapper {
  border: 1px solid #ccc;
  background: #f77255; }

.icon-search {
  color: white;
  opacity: 0.3; }

.sitelogo-search {
  background: #006BA6; }
  .sitelogo-search input[type=text] {
    background: none;
    border: 0px;
    color: white; }
  .sitelogo-search input[type=text]:focus {
    outline: none; }
  .sitelogo-search input[type=text]:focus::-webkit-input-placeholder {
    opacity: 0; }
  .sitelogo-search input[type=text]:focus:-moz-placeholder {
    opacity: 0; }
  .sitelogo-search input[type=text]:focus::-moz-placeholder {
    opacity: 0; }
  .sitelogo-search input[type=text]:focus:-ms-input-placeholder {
    opacity: 0; }
  .sitelogo-search ::-webkit-input-placeholder {
    color: white; }
  .sitelogo-search :-moz-placeholder {
    color: white; }
  .sitelogo-search ::-moz-placeholder {
    color: white; }
  .sitelogo-search :-ms-input-placeholder {
    color: white; }

.sitelogo-search:hover {
  background: #004a73; }

.sitelogo a {
  color: white; }

.sitelogo-wrapper {
  border-left: 1px solid #004a73; }
  .sitelogo-wrapper table .sitelogo-iso {
    background: #006BA6; }
  .sitelogo-wrapper table .sitelogo-iso:hover {
    background: #004a73; }

.user-drawer {
  background: #54585A; }

.toolbox-wrapper {
  background: #006BA6;
  color: white;
  border-left: 1px solid #004a73; }
  .toolbox-wrapper .toolbox-user {
    color: white; }

.toolbox-wrapper:hover {
  background: #004a73; }

.breadcrumb li {
  color: #bbbebf; }

.breadcrumb li a {
  color: #00A9E0; }

.breadcrumb li a:hover {
  color: #54585A; }

.breadcrumb li:after {
  color: #54585A; }

.listview-filter-link,
.listview-title-link {
  color: #00A9E0; }

.listview-filter-link:hover,
.listview-title-link:hover {
  color: #54585A; }

.toolboxList a {
  color: #868b8e; }

.toolboxList a:hover {
  color: white; }

.toolboxList .icomoon {
  color: #868b8e; }

.menubtn_wrapper {
  background: #006BA6; }

.menubtn_wrapper:hover {
  background: #004a73; }

.menubtn_wrapper .icomoon {
  color: white; }

.tile-cover-title {
  background: #00A9E0; }

.tile-cover-type {
  background: #00A9E0; }

.tile-desc {
  background: white; }

.tile_icon_wrapper {
  background: #555; }

.tile_icon_wrapper .tile_icon {
  color: white; }

.tile_label_txt {
  color: #777777; }

.header-wrapper .icoframe {
  border: 0;
  background: #666; }

.header-wrapper .icomoon {
  color: #ccc; }

.mobile_search {
  background: #999; }

.searchinput {
  color: #999; }

.form-container .form-label {
  color: white;
  font-size: 1em;
  font-weight: 100;
  text-transform: uppercase; }

.section-page a:hover {
  color: #00A9E0; }

.section-page-breadcrumb a:hover {
  color: #00A9E0; }

.object-detail-left {
  background: #54585A; }

.object-detail-right {
  background: #54585A; }

.object-detail-comments input[type=submit] {
  background: #006BA6; }

.object-detail-comments input[type=submit]:hover {
  background: #54585A; }

.menu-socnet-container p {
  color: black; }
