﻿@charset "UTF-8";
.blue {
  color: #20407d; 
  font-size: 18px;
}
a,
a:link,
a:visited {
  color: #337ab7;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
a:focus,
a:hover {
  color: #23527c;
}
#logo {
  background: url(../images/CPSC_logo.png) 8px 0 no-repeat;
  background-size: 56px 56px;
  margin: 15px 0;
  float: left;
  display: table;
  height: 56px;
  padding-left: 70px; }
  #logo > span {
    display: table-cell;
    vertical-align: middle;
    color: #20407d; }
    #logo > span span {
      display: block;
      float: left;
      clear: both;
      font-size: 20px;
      line-height: 25px; }

.nav_container {
  background-color: #20407d;
  height: auto;
  min-height: 38px; }
  .nav_container .menu_row {
    color: #FFFFFF;
    margin-left: 15px; }
    .nav_container .menu_row button {
      margin: 0;
      border: 0;
      background: transparent none;
      color: #FFFFFF;
      padding: 8px 5px;
      font-size: 16px;
      line-height: 26px;
      border-radius: 0; }
      .nav_container .menu_row button:hover {
        background-color: white;
        color: #20407d; }
      .nav_container .menu_row button:active {
        background-color: #FFFFFF;
        color: #20407d; }

.sublogo_container .container {
  border-bottom: 1px solid #676767; }
  .sublogo_container .container .image {
    max-width: 100%;
    display: inline-block;
    margin: .8em 0; }
    @media (min-width: 1000px) {
      .sublogo_container .container .image {
        margin: 2em 2em .8em 0; } }

.breadcrumb {
  padding: 0 15px;
  margin-bottom: 0;
  background-color: transparent; }
  .breadcrumb ul {
    list-style: none outside;
    padding: 0 0 1em 0;
    margin: 0; }
    .breadcrumb ul li {
      list-style: none outside;
      padding: 2px 20px;
      margin: 1em 1em 0 0;
      border-radius: 30px;
      border: 1px solid #20407d;
      background-color: #ECF4FB;
      color: #20407d;
      width: auto;
      display: inline-block;
      font-size: 16px;
      height: auto;
      min-height: 35px;
      line-height: 2em; }
      .breadcrumb ul li.active {
        background-color: #FFCC70;
        border-color: #FFCC70;
        cursor: pointer; }
       .breadcrumb ul li:hover {
        background-color:  #FFCC70;
        border-color: rgb(224, 149, 9);
        cursor: pointer; }
        .breadcrumb ul li:focus {
          background-color: #FFCC70;
          border-color: rgb(31, 10, 7);
          cursor: pointer; }
      .breadcrumb ul li.self, .breadcrumb ul li.self:hover {
        background-color: #EDF0F7;
        color: #20407d;
        cursor: default;
        border-color: #EDF0F7; }
      

@media (min-width: 1000px) {
  .container.content .default {
    background-repeat: no-repeat;
    background-size: 50% 40%,  30% 40%;
    background-position: bottom left, bottom right;
    min-height: 660px;
    background-image: url(../images/Accent_Graphic.png), url(../images/Robot_default.png); }
  .container.content .completed {
    margin-top: -350px;
    min-height: 650px;
    border-bottom: 1px solid #20407d;
    background-image: url(../images/Accent_Graphic.png), url(../images/Robot_completed.png);
    background-repeat: no-repeat;
    background-size: 50% 40%,  30% 40%;
    background-position: bottom left, bottom right; }
  .container.content .initial {
    margin-top: -350px;
    min-height: 650px;
    border-bottom: 1px solid #20407d;
    background-image: url(../images/Accent_Graphic.png), url(../images/Robot_initial.png);
    background-repeat: no-repeat;
    background-size: 50% 40%,  30% 40%;
    background-position: bottom left, bottom right; }
  .container.content .subcategory {
    min-height: 650px;
    border-bottom: 1px solid #20407d;
    background-image: url(../images/Accent_Graphic.png), url(../images/Robot_subcategory.png);
    background-repeat: no-repeat;
    background-size: 50% 40%,  30% 40%;
    background-position: bottom left, bottom right; }
  .container.content .error {
    margin-top: -300px;
    border-bottom: 1px solid #20407d;
    min-height: 650px;
    background-size: 50% 40%,  30% 40%;
    background-image: url(../images/Accent_Graphic.png), url(../images/Robot_error.png);
    background-repeat: no-repeat;
    background-position: bottom left, bottom right; } }

.col-xs-12.search-container {
  border-bottom: 0; }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none; }

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  border: none;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside; } */

ol, ul {
  padding-left: 0;
  margin-top: 0; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }

li {
  margin-bottom: 1rem; 
  margin-left: 1em;
}

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

body {
  font-size: 1.6em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.5;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
  color: #333333; }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: bold; }

h1 {
  font-size: 3.0rem!important;
  line-height: 1.2;
  letter-spacing: .2rem; }

h2 {
  font-size: 2.6rem;
  line-height: 1.25;
  letter-spacing: .2rem; }

h3 {
  font-size: 2.0rem;
  line-height: 1.3;
  letter-spacing: .2rem; }

h4 {
  font-size: 1.6rem;
  line-height: 1.35;
  letter-spacing: .2rem; }

h5 {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: .2rem; }

h6 {
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 {
    font-size: 3.0rem; }
  h2 {
    font-size: 2.6rem; }
  h3 {
    font-size: 3.0rem; }
  h4 {
    font-size: 1.6rem; }
  h5 {
    font-size: 1.4rem; }
  h6 {
    font-size: 1.2rem; } }

.column,
.columns {
  margin-left: 0;
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* common elements */
.print {
  display: none; }

.element-invisible {
  margin: 0;
  padding: 0;
  width: 1px; }

.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px; }

.container {
  max-width: 1200px; }


    .categories a {
      border: 2px dashed transparent; }
      .categories  a:hover,  
      .categories a:focus,
      .categories a:active {
        color: #4C7BD4;
        border: 2px dashed #4C7BD4; }



@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1260px) {
  .container {
    width: 1230px; } }

#main-content {
  height: 1px;
  line-height: .1em;
  font-size: 1px;
  border: none; }

.pageTitle {
  margin: .4em 0;
  color: #1D7A3D; }
  @media (min-width: 1000px) {
    .pageTitle {
      margin: 1.5em 2em .8em 0; } }

.questionSet {
  margin-bottom: 1.5rem;
  font-size: 18px; 
  font-weight: bold;}
  .questionSet .set {
    font-weight: normal;
    margin-top: .8rem;
    font-size: 16px;
  }
  .questionSet .set .none{
    font-size: 18px;
    margin-top: -12px;
  }
  .questionSet .set:first-child {
    margin-top: 1.2rem;
  }
  .questionSet > label {
    display: inline-block;
    width: auto;
    font-weight: bold;
    color: #20407d;
    font-size: 20px; }
  .questionSet fieldset > label {
    font-size: 20px; }
    .questionSet fieldset > label .btn {
      color: #FFFFFF;
      background-color: #1D7A3D;
      border-radius: 50%;
      font-size: 18px;
      display: inline-block;
      text-align: center;
      width: 20px;
      height: 20px;
      line-height: 1.1;
      font-weight: bolder;
      position: relative;
      text-decoration: none;
      border: 1px solid #1D7A3D;
      padding: 1px; }
      .questionSet fieldset > label .btn:hover {
        background-color: white;
        border: 1px solid #1D7A3D;
        color: #1D7A3D; }
  .questionSet input[type=text] {
    border: 3px solid #676767;
    width: 100%;
    height: 60px;
    padding: 1em; }
    @media (min-width: 1000px) {
      .questionSet input[type=text] {
        min-width: 700px;
        width: 70%; } }
    .questionSet input[type=text]:focus {
      background-color: #faffbd !important; 
      border: 3px solid #7fb9fa;}
  .questionSet select {
    min-width: 235px;
    max-width: 400px;
    border: 3px solid #676767;
    height: 50px;
    padding: 4px;
    -webkit-appearance: none;
    /*Removes default chrome and safari style*/
    -moz-appearance: none;
    /* Removes Default Firefox style*/
    background: url(../images/dropdown_arrow.png) no-repeat;
    /*Adds background-image*/
    background-position: 97% center;
    /*Position of the background-image*/
    background-size: 20px 20px;
    width: 100%;
    /*Width of select dropdown to give space for arrow image*/
    text-indent: 0.01px;
    /* Removes default arrow from firefox*/
    text-overflow: "";
    /*Removes default arrow from firefox*/ }
    @media (min-width: 550px) {
      .questionSet select {
        width: 400px; } }
  .questionSet select::-ms-expand {
    display: none; }
  .questionSet button {
    margin-top: 12px;
    border: 0;
    color: #20407d;
    background-color: #FFCC70;
    border: 1px solid #EFBF68;
    box-shadow: 0 3px #e0e0e0;
    font-size: 16px;
    font-weight: bold;
    line-height: 2em;
    height: auto;
    min-height: 50px;
    white-space: normal;
    width: 100%; }
    @media (min-width: 1000px) {
      .questionSet button {
        width: 45%; } }
    .questionSet button:hover {
      background-color: #FEE0A8; }
    .questionSet button[disabled] {
      background-color: #ECF4FB;
      border-color: #ECF4FB; }
  .questionSet form label {
    font-weight: normal;
    display: inline;
    font-size: 16px;  }
  .questionSet form input[type=checkbox],
  .questionSet form input[type=radio] {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;;
    margin: 6px 8px 0 0; 
  }

.col-container {
  display: table;
  /* Make the container element behave like a table */
  width: 100%;
  /* Set full-width to expand the whole page */ }

.col {
  display: table-cell;
  /* Make elements inside the container behave like table cells */ }

.search-container {
  margin-bottom: 1em; }
  .search-container #search-text-input {
    border: 3px solid #676767;
    box-shadow: 0;
    float: left;
    margin: 0;
    outline: 0;
    padding: .4em .6em;
    width: 100%;
    height: 50px; }
    .search-container #search-text-input:focus {
      background-color: #faffbd !important; 
      border: 3px solid #7fb9fa; }
  .search-container #button-holder {
    background-color: #FFCC70;
    border: 0;
    box-shadow: 0;
    cursor: pointer;
    float: left;
    margin: 3px 3px 3px -63px;
    text-align: center;
    width: 60px;
    vertical-align: bottom;
    height: 44px; }
    .search-container #button-holder img {
      margin: 10px 4px 0 4px;
      width: 20px; }

/* The Modal */
.modal {
  position: relative;
  max-width: 1000px; }
  .modal a.close-modal {
    top: 6px;
    right: 6px;
    background-image: url(../images/close_blue_active.png); }
    .modal a.close-modal:hover {
      background-image: url(../images/close_blue_hover.png);
      border: 0; }
  .modal h1 {
    color: #20407d;
    font-size: 14px; }

.categories {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto; }
  @media (min-width: 1000px) {
    .categories .full {
      margin-bottom: 2em; } }
  .categories .full .item {
    margin-bottom: 2em; }
    @media (min-width: 1000px) {
      .categories .full .item {
        margin-bottom: 2em; } }
    .categories .full .item .box {
      position: relative;
      display: inline-block;
      width: 100%;
      background-color: #ECF4FB;
      color: #20407d;
      border: 1px solid #4C7BD4;
      text-align: center;
      -moz-box-shadow: 0px 3px 2px rgba(68, 68, 68, 0.4);
      -webkit-box-shadow: 0px 3px 2px rgba(68, 68, 68, 0.4);
      box-shadow: 0px 3px 2px rgba(68, 68, 68, 0.4); }
      @media (min-width: 550px) {
        .categories .full .item .box {
          min-height: 200px; }
        }
        .categories .full .item .box.half {
          min-height: 80px; }
      .categories .full .item .box .top {
        min-height: 128px; }
        .categories .full .item .box .top .title {
          font-weight: bold;
          width: 75%;
          color: #20407d;
          text-align: center;
          padding: 1em 0 .3em 0;
          display: inline-block;
          font-size: 20px; }
          @media (min-width: 550px) {
            .categories .full .item .box .top .title {
              width: 80%;}

              .categories .full .item .box .top .title.art {
                line-height: 1.1em; } }
        .categories .full .item .box .top .btn {
          float: right;
          color: #FFFFFF;
          background-color: #1D7A3D;
          border-radius: 50%;
          font-size: 18px;
          width: 24px;
          height: 24px;
          line-height: 1.125;
          font-weight: bolder;
          top: 6px;
          right: 6px;
          position: absolute;
          text-decoration: none;
          border: 1px solid #1D7A3D;
          padding: 1px; }
          .categories .full .item .box .top .btn:hover {
            background-color: white;
            border: 1px solid #1D7A3D;
            color: #1D7A3D; }
      .categories .full .item .box .icons {
        bottom: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        position: relative; }
        .categories .full .item .box .icons > span {
          margin: 1em 1em;
          width: 100%;
          height: 100%; }
          .categories .full .item .box .icons > span img {
            max-height: 100%;
            max-width: 100%; }


            .section-title-d {
              color: #ffffff;
              background-color: #10316e;
              padding: 8px 14px;
              font-weight: bolder;
          }

          .section-title-h {
            background-color:yellow;
            padding: 10px;
          }

/* The Final report section*/
.section-header-b-u {
  /*font-weight: bold;
  text-decoration: underline;*/
  color: #ffffff;
              background-color: #10316e;
              padding: 8px 14px;
              font-weight: bolder;
}

.section-header-g {
  font-weight: bold;
  color: green; 
}

.secion-ul-disc {
  list-style-type: disc;
}

.robot-modal.auto-cursor h1{
  color: #20407d;
  margin-top: -30px;
}

.robot-modal.auto-cursor {
  cursor: auto;
  text-align: left;
  color: black;
}

/* The Modal (background) */
.robot-modal { 
  position: fixed; /* Stay in place */
  z-index: 4; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.robot-modal-content { 
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  width: 70%; /* Could be more or less, depending on screen size */
  border-radius: 25px;
  border: 2px solid #888;
  font-weight: normal;
  font-size: 16px;
}

/* Modal Content/Box */
.robot-modal-content.lang {
  width: 40%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.robot-close {
  display: block;
  width: 30px;
  height: 30px;
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  background-image: url(../images/close_blue_active.png);

  display: block;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.robot-close:hover,
.robot-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
  background-image: url(../images/close_blue_hover.png);
}

ol {
  display: block;
  list-style-type: decimal;
  margin-left: 0em;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1.5em;
}

ul {
  display: block;
  list-style-type: decimal;
  margin-left: 0em;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1.5em;
}


.ul-dash {
  margin: 0;
}

.ul-dash {
  margin-left: 0em;
  padding-left: 1.5em;
}

.ul-dash.hanging > li { /* remove '>' for IE6 support */
  padding-left: 1.5em;

}  

.generatedcontent .ul-dash {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 20px;
}

.generatedcontent .ul-dash > li:before {
  content: "–";
  text-indent: 0;
  display: inline-block;
  width: 0;
  position: relative;
  left: -1.5em;
  
}

.generatedcontent {
  font-weight: normal;
  margin-top: 10px;
}

.questionSet button:focus {
  box-shadow: 0 0 5px rgb(7, 114, 214);
  border: 1px solid rgba(7, 114, 214, 1);
}
 
input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 8px rgb(7, 114, 214);
  padding: 1em;
  margin: 5px 1px 3px 0px;
}

.nav_container .menu_row .button {
  box-shadow: 0 0 5px transparent;
  border: 1px solid transparent;
}

.nav_container .menu_row .button:focus {
  box-shadow: 0 0 5px rgb(7, 114, 214);
  border: 1px solid rgba(7, 114, 214, 1);
} 

/* 
:focus {
  box-shadow: 0 0 5px rgb(7, 114, 214);
  border: 2px solid rgba(7, 114, 214, 1);
}
*/
li a, p a {
  padding-right: calc(12px + .35ex);
}


.extenal_link li a:after, .extenal_link p a:after {
  display: inline-block;
    height: 16px;
    width: 16px;
    background: url(../icons/icons8-external-link-16.png)  no-repeat;
    margin: 0 -15px .7ex 2px;
    margin: 0 -webkit-calc(-12px - 0.35ex) .7ex -webkit-calc(.35ex);
    margin: 0 calc(-12px - 0.35ex) .3ex calc(.35ex);
    content: "";
    vertical-align: middle;
}

.final-report-buttons,
.final-report-buttons:link,
.final-report-buttons:visited {
  margin-top: 12px;
    color: #20407d;
    background-color: #FFCC70;
    border: 1px solid #EFBF68;
    box-shadow: 0 3px #e0e0e0;
    font-size: 16px;
    padding: 20px;
    font-weight: bold;
    line-height: .1;
    user-select: none;
    border-radius: 4px;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 1rem;
}

  /* Applies to links under the pointer */
.final-report-buttons:hover,
  .final-report-buttons:focus {
    text-decoration:  none;
    color: #20407d;
    background-color: #FEE0A7;
    border: 1px solid #F0C471;
  }
.feedbackQuestionSet select {
  border: 3px solid #676767;
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../images/dropdown_arrow.png) no-repeat;
  background-position: 99% center;
  background-size: 20px 20px;
  width: 100%;
  text-indent: 0.01px;
  text-overflow: "";
}


.btn.feedback {
  float: right;
}

.btn.add {
  float: right;
}

select option{
    font-size: 13pt;
}

.resizable-textarea .grippie {
  background: #eee url(../images/grippie.png) no-repeat center 2px;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
  height: 9px;
  overflow: hidden;
}

span.report-bullet {
  font-size: 18px;
  font-weight: bold; 
  margin-bottom: 4px;
  display: block;
}

li.report-bullet  {
  color: #000000;
  font-size: 18px;
  font-weight: bold; 
  list-style-type: none;
  margin-left: -22px;
  margin-top: -8px;
  margin-bottom: 16px;
  line-height: 1.35em;
}

li.report-bullet a:after {
  content: none !important;
}
.category-search[_ngcontent-c2],
.category-search[_ngcontent-c1] {
  background-color: #9c9898!important;
  border-color: #9c9898!important;
  margin: 0;
  padding: 0;
  list-style: none inside;
  z-index: 2!important;
}
.category-search[_ngcontent-c2] li,
.category-search[_ngcontent-c1] li {
  background-color: #f7eace!important;
  border-color: #9c9898!important;
  top: 0;
  padding: 10px;
  margin: 0;
  vertical-align: top;
  z-index: 2!important;
}
.category-search[_ngcontent-c2]:focus,
.category-search[_ngcontent-c1]:focus {
  background-color: #7fb9fa!important;
  border-color: #7fb9fa!important;
}
.category-search ul,
.category-search li {
  list-style: none inside;
}

.btn-primary.upload-btn {
  height: 60px;
  width: auto;
  font-size: 1em;
  line-height: 1.5;
  margin-left: -10px;
  margin-top: -1px;
  top: 0;
  border-radius: 0;
  display: inline-block;
  border-radius: 0 10px 10px 0;
}

.footer{
  position:relative;
  z-index:1;
  margin:0;
  padding:0;
  border:none
}
.footer--firsthalf{
  background-color:#2e2e2e
}
.footer--firsthalf .menu{
  margin-right:auto;
  margin-left:auto;
  padding:2em 0
}
@media (min-width:768px){
  .footer--firsthalf .menu{
      width:750px
  }
}
@media (min-width:992px){
  .footer--firsthalf .menu{
      width:970px
  }
}
@media (min-width:1200px){
  .footer--firsthalf .menu{
      width:1170px
  }
}
.footer--firsthalf .menu>.navbar-collapse,.footer--firsthalf .menu>.navbar-header{
  margin-right:-15px;
  margin-left:-15px
}
@media (min-width:768px){
  .footer--firsthalf .menu>.navbar-collapse,.footer--firsthalf .menu>.navbar-header{
      margin-right:0;
      margin-left:0
  }
}
@media screen and (max-width:992px){
  .homepage-what-we-do .home-whatwedo .home-whatwedo-safety-education a::before{
      height:48px
  }
  .footer--firsthalf .menu{
      margin-right:auto;
      margin-left:auto;
      padding-left:15px;
      padding-right:15px
  }
  .footer--firsthalf .menu>.navbar-collapse,.footer--firsthalf .menu>.navbar-header{
      margin-right:-15px;
      margin-left:-15px
  }
}
@media screen and (max-width:992px) and (min-width:768px){
  .footer--firsthalf .menu>.navbar-collapse,.footer--firsthalf .menu>.navbar-header{
      margin-right:0;
      margin-left:0
  }
}
.footer--firsthalf .menu a:link,.footer--firsthalf .menu a:visited{
  color:#ccc
}
.footer--firsthalf .menu .dropdown{
  padding:0 15px;
  position:relative;
  float:left;
  width:100%;
  min-height:1px
}
.footer--firsthalf .menu .dropdown-toggle{
  padding:0;
  font-size:1.3em;
  font-weight:700
}
@media screen and (max-width:480px){
  .footer--firsthalf{
      text-align:center
  }
  .footer--firsthalf .menu .dropdown-toggle{
      margin:1em 0
  }
  .footer .footersecond{
      text-align:center
  }
}
.footer--firsthalf .menu .dropdown-toggle:focus,.footer--firsthalf .menu .dropdown-toggle:hover{
  background-color:transparent;
  cursor:default;
  opacity:1
}
.footer--firsthalf .menu .dropdown-menu{
  background-color:transparent;
  box-shadow:none;
  border:none;
  display:block
}
.footer--firsthalf .menu .dropdown-menu ul{
  padding:0;
  margin:0;
  columns:2;
  -webkit-columns:2;
  -moz-columns:2
}
.footer--firsthalf .menu .dropdown-menu ul a:link,.footer--firsthalf .menu .dropdown-menu ul a:visited{
  text-decoration:underline;
  padding:.6em 0;
  line-height:2
}
.footer--firsthalf .menu .dropdown-menu ul a:focus,.footer--firsthalf .menu .dropdown-menu ul a:hover{
  background-color:#262626
}
.footer .dropdown-menu{
  display:block;
  position:relative
}
.footer .region-footer>section:last-child{
  background-color:#000;
  border-top:solid 2px #777
}
.footer .footersecond{
  margin-right:auto;
  margin-left:auto;
  color:#ccc;
  padding:2em 0;
  font-size:1em;
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  flex-direction:row;
  -webkit-flex-direction:row
}
@media (min-width:768px){
  .footer--firsthalf .menu .dropdown{
      float:left;
      width:33.33333333%
  }
  .footer .footersecond{
      width:750px
  }
}
@media (min-width:992px){
  .footer .footersecond{
      width:970px
  }
}
@media (min-width:1200px){
  .footer .footersecond{
      width:1170px
  }
}
.footer .footersecond>.navbar-collapse,.footer .footersecond>.navbar-header{
  margin-right:-15px;
  margin-left:-15px
}
@media (min-width:768px){
  .footer .footersecond>.navbar-collapse,.footer .footersecond>.navbar-header{
      margin-right:0;
      margin-left:0
  }
}
@media screen and (max-width:992px){
  .footer .footersecond{
      flex-direction:column;
      -webkit-flex-direction:column;
      margin-right:auto;
      margin-left:auto;
      padding-left:15px;
      padding-right:15px
  }
  .footer .footersecond>.navbar-collapse,.footer .footersecond>.navbar-header{
      margin-right:-15px;
      margin-left:-15px
  }
}
@media screen and (max-width:992px) and (min-width:768px){
  .footer .footersecond>.navbar-collapse,.footer .footersecond>.navbar-header{
      margin-right:0;
      margin-left:0
  }
}
.footer .footersecond--left{
  -webkit-box-flex:1;
  -moz-box-flex:1;
  width:20%;
  -webkit-flex:1;
  -ms-flex:1;
  flex:1
}
@media screen and (max-width:992px){
  .footer .footersecond--left{
      -webkit-box-flex:1unset;
      -moz-box-flex:unset;
      width:100%;
      -webkit-flex:unset;
      -ms-flex:unset;
      flex:unset
  }
}
.footer .footersecond--official{
  margin-top:2em;
  width:500px;
}
.footer .footersecond--right{
  align-content:flex-end;
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  flex-direction:row;
  -webkit-flex-direction:row
}
.footer .footersecond--feedback{
  margin:0 2em
}
.footer .footersecond--feedback a:focus,.footer .footersecond--feedback a:hover,.footer .footersecond--feedback a:link,.footer .footersecond--feedback a:visited{
  background-color:#eee;
  color:#000;
  padding:.8em 2.5em;
  border-radius:3px;
  font-size:1.2em
}
.footer .footersecond--feedback a:focus,.footer .footersecond--feedback a:hover{
  background-color:#afafaf;
  text-decoration:underline
}
.footer .connect{
  position:relative
}
@media screen and (max-width:992px){
  .footer .footersecond--right{
      flex-direction:column;
      -webkit-flex-direction:column
  }
  .footer .footersecond--feedback{
      margin:3em 0
  }
  .footer .connect{
      margin-right:auto;
      margin-left:auto;
      padding-left:15px;
      padding-right:15px
  }
  .footer .connect>.navbar-collapse,.footer .connect>.navbar-header{
      margin-right:-15px;
      margin-left:-15px
  }
}
@media screen and (max-width:992px) and (min-width:768px){
  .footer .connect{
      width:750px
  }
  .footer .connect>.navbar-collapse,.footer .connect>.navbar-header{
      margin-right:0;
      margin-left:0
  }
}
@media screen and (max-width:992px) and (min-width:992px){
  .footer .connect{
      width:970px
  }
}
@media screen and (max-width:992px) and (min-width:1200px){
  .footer .connect{
      width:1170px
  }
}
.footer .connect--wrapper{
  left:75%;
  position:absolute;
  bottom:3em;
  width:13em;
  z-index:100
}

.footer .connect .mobile-btn-links{
  margin:1em 0;
  display:none;
}

@media screen and (max-width:1000px){
  .footer .connect--wrapper{
      position:relative;
      left:inherit;
      top:2em;
      display:block;
      width:60%;
      height:25em;
      padding-left:15px;
      margin-bottom:1.2em
  }
  .footer .connect .mobile-btn-links{
    display: block;
  }
}
@media screen and (max-width:768px){
  .footer .connect--wrapper{
      width:70%;
      margin-bottom:1.2em
  }
}
.footer .connect--title{
  color:#ccc;
  font-weight:700;
  font-size:1.3em;
  padding-left:15px;
  padding-bottom:10px;
}
@media screen and (max-width:480px){
  .footer .connect--wrapper{
      width:100%
  }
  .footer .connect--social-icons li,.footer .connect--title{
      text-align:center
  }
}
.footer .connect--social-icons{
  padding:0;
  margin:0;
  overflow:hidden
}
.footer .connect--social-icons li{
  position:relative;
  float:left;
  width:25%;
  min-height:1px;
  list-style:none;
}
.footer .connect--social-icons li img{
  width:auto
}
.footer .connect--social-icons li a{
  transition:all,.2s
}
.footer .connect--social-icons li a:focus img,.footer .connect--social-icons li a:hover img{
  opacity:.4;
  transform:scale(.9)
}

.footer .connect .mobile-btn-links a:focus,.footer .connect .mobile-btn-links a:hover,.footer .connect .mobile-btn-links a:link,.footer .connect .mobile-btn-links a:visited{
  background-color:#eee;
  color:#000;
  padding:.8em 2.5em;
  border-radius:3px;
  font-size:1.2em
}
.footer .connect .mobile-btn-links a:focus,.footer .connect .mobile-btn-links a:hover{
  background-color:#afafaf;
  text-decoration:underline
}
@media screen and (max-width:480px){
  .footer .connect .mobile-btn-links a:focus,.footer .connect .mobile-btn-links a:hover,.footer .connect .mobile-btn-links a:link,.footer .connect .mobile-btn-links a:visited{
      padding:1em
  }
  .footer .connect .mobile-btn-links{
      display: block;
      text-align:center;
      position:relative;
      top:.9em
  }
}
.region.region-footer{
  position:relative;
  overflow:hidden
}
