/* Global Variables */
.no-padding {
  padding: 0;
}
/*****
** Element Variables
**
** @{element}-{attribute-name}-{variation}: #HEX;
*****/
.no-padding {
  padding: 0;
}
div[class*='-validation'].error {
  border-top: 1px solid #e4d0d2;
  border-bottom: 1px solid #e4d0d2;
  background-color: #f2dedf;
  color: #884d53;
}
div[class*='-validation'].error .container {
  background-color: #f2dedf;
}
div[class*='-validation'].success {
  background-color: #dff0d8;
  border-top: 1px solid #d6e9c6;
  border-bottom: 1px solid #d6e9c6;
  color: #3c763d;
}
div[class*='-validation'].success .container {
  background-color: #dff0d8;
}
div[class*='-validation'] .container {
  padding-top: 5px;
  padding-bottom: 5px;
}
div[class*='-validation'] p {
  padding: 10px;
  margin: 0;
}
p.email-preferences-label {
  color: #838383;
}
.text-center {
  text-align: center;
}
.bg-shaded {
  background-color: #f3f3f3;
}
.pagination {
  text-align: center;
  display: block;
  padding-bottom: 20px;
  margin: 0 auto;
}
.pagination > div {
  text-align: center;
}
.pagination > div strong {
  text-align: center;
  color: white;
  background: #0099a8;
  padding: 3px 8px;
  margin: 0 2px;
  border-radius: 50%;
}
.pagination > div a {
  text-align: center;
  color: #0099a8;
  padding: 3px 8px;
  margin: 0 2px;
  border-radius: 50%;
  box-shadow: inset 0 0 2px #0099a8;
}
.close-row {
  display: none;
}
@media (max-width: 310px) {
  .close-row {
    display: block;
  }
  .close-row .close-mobile-nav {
    float: left;
    width: 30px;
    height: 30px;
    background-image: url("/images/global/close-icon.png");
    background-image: none, url("/images/global/close-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
    cursor: pointer;
    position: absolute;
    top: 17px;
    left: 20px;
  }
}
.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: '';
  display: block;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
/* Mixins Up Here */
body.doc_main_template .container-doc-article {
  padding-top: 0;
  padding-bottom: 0;
}
body.doc_main_template .container-doc-article div.doc_breadcrumb_cell {
  margin-top: 2px;
  background-color: #0099a8;
  color: white;
  border-radius: 3px;
  margin-bottom: 2px;
  padding: 3px 0px 5px 6px;
}
body.doc_main_template .container-doc-article div.doc_breadcrumb_cell span.doc_breadcrumb {
  font-size: 1.2em;
}
body.doc_main_template .container-doc-article div.doc_breadcrumb_cell a.doc_breadcrumb_back {
  padding-left: 3px;
  padding-right: 3px;
  border-radius: 2px;
}
body.doc_main_template .container-doc-article div.doc_breadcrumb_cell a.doc_breadcrumb_back:link {
  background-color: white;
  color: #0099a8;
  text-decoration: underline;
}
body.doc_main_template .container-doc-article div.doc_breadcrumb_cell a.doc_breadcrumb_back:visited {
  background-color: white;
  color: #0099a8;
  text-decoration: underline;
}
body.doc_main_template .container-doc-article div.doc_breadcrumb_cell a.doc_breadcrumb_back:hover {
  background-color: #ff9a5e;
  color: white;
  text-decoration: underline;
}
body.doc_main_template #region_select {
  margin-top: 30px;
  height: 33px;
  width: 133px;
  border: 2px
    #0099a8 dotted;
  border-radius: 2px;
  padding-left: 5px;
}
body.doc_main_template .document_row {
  margin-top: 10px;
  margin-bottom: 27px;
}
body.doc_main_template .document_row .document_cell {
  margin-bottom: 15px;
}
body.doc_main_template .document_row .document_cell .doc_innner_cell {
  border: 1px solid #0099a8;
  border-radius: 7px;
  padding: 5px;
  background-color: white;
}
body.doc_main_template .document_row .document_cell .doc_innner_cell .file_link_data {
  font-size: 1.0em;
  /*border-radius: 2px;
          background-color:#0099a8;*/
  color: #0099a8;
  font-weight: bolder;
}
body.doc_main_template .document_row .document_cell .doc_innner_cell .doc_file_size {
  font-size: 0.8em;
}
body.doc_main_template .document_row .document_cell .doc_innner_cell .doc_file_date {
  font-size: 0.8em;
}
body.doc_main_template .document_row .document_cell .doc_innner_cell .doc_download_icon {
  margin-top: 13px;
}
