/**************************************/
/*               IMPORTS              */
/**************************************/
@import url(common.css);
/**************************************/
/*              CONSTANTS             */
/**************************************/
/**************************************/
/*              COMMONS               */
/**************************************/
.content hr {
  background: #dddddd; }

.page_title {
  font-size: 2.0em;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 40px; }
  .page_title:first-child {
    margin-top: 0; }

.page_title + .content {
  /*margin-top:20px;*/ }

.col {
  float: left;
  padding: 30px 0; }
  .col.left {
    width: 23%;
    margin-right: 5%; }
  .col.right {
    width: 72%; }

/**************************************/
/*              HEADER                */
/**************************************/
#banner {
  position: relative;
  min-height: 125px; }
  #banner img {
    position: absolute;
    top: 0;
    left: 0;
    top: 0; }
  #banner h2 {
    position: absolute;
    top: 35%;
    left: 10%;
    font-size: 33px;
    color: #fff; }

#toolbar {
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #ededed;
  font-size: 14px; }
  #toolbar .back {
    float: right; }
  #toolbar ul {
    float: left; }
  #toolbar li {
    display: inline-block; }
    #toolbar li.first {
      margin-right: 10px; }
    #toolbar li.last a {
      font-weight: bold; }

/**************************************/
/*              SIDE_MENU             */
/**************************************/
#side_menu,
#side_menu ul,
#side_menu li,
#side_menu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-size: 14px;
  position: relative; }

#side_menu a {
  line-height: 1.3; }

#side_menu > ul > li {
  background: #f2f2f2;
  border-bottom: 1px solid #cccccc; }

#side_menu > ul > li:last-child {
  border-bottom: none; }

#side_menu > ul > li.active > a,
#side_menu > ul > li:hover > a {
  color: #fff; }

#side_menu > ul > li.active,
#side_menu > ul > li:hover {
  border-left: 3px solid #ffae00;
  background: #00709e; }

#side_menu > ul > li > a {
  font-size: 14px;
  display: block;
  color: #00709e;
  border-top: none; }

#side_menu > ul > li > a > span {
  display: block;
  padding: 12px 10px; }

#side_menu > ul > li > a:hover {
  text-decoration: none; }

#side_menu > ul > li.active {
  border-bottom: none; }

/* Sub menu */
#side_menu ul ul {
  display: none; }

#side_menu ul ul li {
  padding: 0;
  border-top: none;
  background: #d6e9f2; }

#side_menu ul ul li:last-child {
  border-bottom: none; }

#side_menu ul ul a {
  padding: 10px;
  display: block;
  color: #00709e;
  font-weight: normal; }

#side_menu ul ul a.active,
#side_menu ul ul a:hover {
  background: #c5dee9;
  font-weight: bold; }

/**************************************/
/*              CONTENT               */
/**************************************/
.pdf_collection {
  font-size: 16px;
  margin-top: 30px; }
  .pdf_collection h3 {
    font-weight: bold;
    margin-bottom: 10px; }
    .pdf_collection ul{
        list-style: none !important;
        margin-left:0;
    }
  .pdf_collection li a {
    background: url(../img/download_arrow.png) no-repeat 97% 50%;
    border-top: 1px solid #dddddd;
    padding: 20px 50px 20px 20px; }
    .pdf_collection li a:hover {
      text-decoration: none;
      background: url(../img/download_arrow.png) no-repeat 97% 50% #ebf4f7; }
    .pdf_collection li a span {
      float: right; }
  .pdf_collection li:last-child a {
    border-bottom: 1px solid #dddddd; }

.photo_gallery li{
    float: left;
    margin:10px;
}

.tile {
  display: block;
  position: relative; }
  .tile img {
    float: right; }
  .tile a {
    position: absolute;
    bottom: 10%;
    left: 5%;
    font-size: 18px; }

.worker_cell {
  float: left;
  width: 48%;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  /* align vertical */
  border: 1px solid #d7d7d7;
  font-size: 14px;
  color: #434343; }
  .worker_cell.odd {
    margin-right: 3%; }
  .worker_cell:hover {
    cursor: pointer;
    background: #f9f9f9;
    text-decoration: none; }
  .worker_cell img {
    margin-right: 10px; }

.worker_fold a.trigger {
  font-size: 16px;
  display: inline-block;
  width: 96%;
  padding: 2%;
  border-bottom: 1px solid #dddddd; }
  .worker_fold a.down, .worker_fold a:hover {
    text-decoration: none;
    background: #ebf4f7; }
.worker_fold .content {
  padding: 2%; }
.worker_fold.last{
    margin-bottom:40px;
}

@media only screen and (max-width: 480px) {
  .worker_cell {
    float: none;
    width: 100%; }
    .worker_cell.odd {
      margin-right: 0 !important; }

  .worker_metric img {
    width: auto;
    display: block !important;
    margin: 0 auto !important;
    float: none !important; }

  table {
    width: 100% !important; } }
.worker_metric {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 20px 0; }
  .worker_metric img {
    float: right; }
  .worker_metric table {
    width: 70%;
    float: left;
    font-size: 14px;
    border: none; }
    .worker_metric table td {
      border: none !important;
      padding: 10px 0; }
      .worker_metric table td:first-child {
          padding-right:10px;
        color: #9e9e9e; }

/**************************************/
/*               LISTS               */
/**************************************/
.news_cell,
.canceled_course {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px; }
  .news_cell .date,
  .canceled_course .date {
    color: #9b9b9b; }
  .news_cell.last,
  .canceled_course.last {
    border-bottom: none; }
  .news_cell:hover,
  .canceled_course:hover {
    background: #d6e9f2; }

.news_cell h3 {
  font-weight: bold;
  font-size: 16px; }

.canceled_course h3 {
  font-weight: bold;
  color: #00709e; }

.download_list {
  margin-left: 0 !important; }
  .download_list li {
    list-style: none;
    margin-bottom: 5px; }
  .download_list a {
    display: inline-block;
    background: url(../img/download_arrow.png) no-repeat top left;
    padding-left: 30px;
    text-decoration: none; }
    .download_list a:hover {
      font-weight: bold; }

/**************************************/
/*              TABLES                */
/**************************************/
.content.plain table {
  border-collapse: collapse !important;
  width: 100%; }

.content.plain table, th, td {
  border: 1px solid #bbb;}

.content.no_tables table, th, td {
  border: 0 !important;}

.content.plain td {
  padding: 5px; }

.content.plain table p {
  margin-bottom: 10px !important;
  line-height: 18px; }

/**************************************/
/*            PAGINATION              */
/**************************************/
#pagination {
  padding: 20px 0;
  border-top: 1px solid #dfdee4; }
  #pagination ul {
    text-align: center; }
    #pagination ul li {
      font-size: 13px;
      font-weight: bold;
      display: inline; }
      #pagination ul li a {
        font-size: inherit;
        font-weight: inherit;
        display: inline-block;
        padding: 7px 10px;
        margin: 0 5px;
        border: 1px solid #dfdee4;
        color: #434343; }
        #pagination ul li a:hover {
          background: #d6e9f2;
          text-decoration: none; }
      #pagination ul li.current {
        background: #00709e;
        color: #fff;
        padding: 5px 10px;
        border: 1px solid #00709e;
        /*border-top: 1px solid #00709e; */ }

/**************************************/
/*              TIMELINE              */
/**************************************/
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative; }

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px; }

.timeline > li {
  margin-bottom: 20px;
  position: relative;
  width: 50%;
  float: left;
  clear: left; }

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table; }

.timeline > li:after {
  clear: both; }

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table; }

.timeline > li:after {
  clear: both; }

.timeline > li > .timeline-panel {
  width: 95%;
  float: left;
  border: 1px solid #d4d4d4;
  /*border-radius: 2px;*/
  /*padding: 20px;*/
  position: relative;
  /*-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);*/
  /*box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);*/ }

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -12px;
  display: inline-block;
  border-top: 12px solid transparent;
  border-left: 12px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 12px solid transparent;
  content: " "; }

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -11px;
  display: inline-block;
  border-top: 11px solid transparent;
  border-left: 11px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 11px solid transparent;
  content: " "; }

.timeline > li > .timeline-badge {
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 14px;
  right: -12px;
  /*background-color: #999999;*/
  z-index: 100;
  /*
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  */ }

.timeline > li.timeline-inverted > .timeline-panel {
  float: right; }

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 12px;
  left: -12px;
  right: auto; }

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 11px;
  left: -11px;
  right: auto; }

.timeline-title {
  margin-top: 0;
  color: inherit; }

.timeline-body h3 {
  padding: 0 20px;
  font-size: 16px;
  color: #00709e;
  font-weight: bold; }

.timeline-body > p,
.timeline-body > ul {
  padding: 0px 20px 20px 20px;
  margin-bottom: 0; }

.timeline-body > p + p {
  margin-top: 5px; }

.timeline-footer {
  padding: 20px;
  background-color: #f4f4f4; }

.timeline-footer > a {
  cursor: pointer;
  text-decoration: none; }

.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0); }

.tooltip.in {
  /*opacity:0;
  filter:alpha(opacity=80);*/ }

.tooltip.top {
  margin-top: -2px; }

.tooltip.right {
  margin-left: 2px; }

.tooltip.bottom {
  margin-top: 2px; }

.tooltip.left {
  margin-left: -2px; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 0;
  margin-left: 0;
  border-left: 0 solid transparent;
  border-right: 5px solid transparent;
  border-top: 0 solid #000; }

.tooltip.left .tooltip-arrow {
  bottom: 0;
  left: 0;
  margin-left: 0;
  border-left: 0 solid transparent;
  border-right: 5px solid transparent;
  border-top: 0 solid #000; }

.tooltip.bottom .tooltip-arrow {
  bottom: 0;
  left: 0;
  margin-left: 0;
  border-left: 0 solid transparent;
  border-right: 5px solid transparent;
  border-top: 0 solid #000; }

.tooltip.right .tooltip-arrow {
  bottom: 0;
  left: 0;
  margin-left: 0;
  border-left: 0 solid transparent;
  border-right: 5px solid transparent;
  border-top: 0 solid #000; }

.tooltip-inner {
  width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #313131;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0; }

.timeline > li.timeline-inverted {
  float: right;
  clear: right;
  margin-top: 30px;
  margin-bottom: 30px; }

.timeline > li:nth-child(2) {
  margin-top: 60px; }

.timeline > li.timeline-inverted > .timeline-badge {
  left: -12px; }

@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px; }

  ul.timeline > li {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    float: left;
    clear: left; }

  ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px); }

  ul.timeline > li > .timeline-badge {
    left: 28px;
    margin-left: 0;
    top: 16px; }

  ul.timeline > li > .timeline-panel {
    float: right; }

  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto; }

  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto; }

  .timeline > li.timeline-inverted {
    float: left;
    clear: left;
    margin-top: 30px;
    margin-bottom: 30px; }

  .timeline > li.timeline-inverted > .timeline-badge {
    left: 28px; } }
/**************************************/
/*              MOBILE                */
/**************************************/
/* For tablets & smart phones */
@media (max-width: 769px) {
  #toolbar {
    font-size: 12px; }
    #toolbar .back {
      display: none; }

  #banner img {
    left: -50%;
    max-width: none !important; }

  .col.left {
    display: none; }
  .col.right {
    width: 100%; }

  .pdf_collection span {
    display: none; } }
@media (max-width: 480px) {
  #banner img {
    left: -150%;
    max-width: none !important; } }
