/* Fonts */
/* Battersea */
@font-face {
  font-family: "Battersea";
  src: url("/fonts/Battersea/Battersea_Regular_2011.woff") format("woff"), url("/fonts/Battersea/Battersea_Regular_2011.ttf") format("truetype"), url("/fonts/Battersea/Battersea_Regular_2011.svg#Battersea_Regular_2011") format("svg");
  /* Legacy iOS */
  font-weight: normal;
}
@font-face {
  font-family: "Battersea";
  src: url("/fonts/Battersea/Battersea_SemiBold_2011.woff") format("woff"), url("/fonts/Battersea/Battersea_SemiBold_2011.ttf") format("truetype"), url("/fonts/Battersea/Battersea_SemiBold_2011.svg#Battersea_SemiBold_2011") format("svg");
  /* Legacy iOS */
  font-weight: 600;
}
@font-face {
  font-family: "Battersea";
  src: url("/fonts/Battersea/Battersea_Bold_2011.woff") format("woff"), url("/fonts/Battersea/Battersea_Bold_2011.ttf") format("truetype"), url("/fonts/Battersea/Battersea_Bold_2011.svg#Battersea_Bold_2011") format("svg");
  /* Legacy iOS */
  font-weight: bold;
}
/* BerlingskeSerifTx */
@font-face {
  font-family: "BerlingskeSerifTx";
  src: url("/fonts/BerlingskeSerifTx/BerlingskeSerifTx-Rg.woff") format("woff"), url("/fonts/BerlingskeSerifTx/BerlingskeSerifTx-Rg.ttf") format("truetype"), url("/fonts/BerlingskeSerifTx/BerlingskeSerifTx-Rg.svg#BerlingskeSerifTx-XBd") format("svg");
  /* Legacy iOS */
  font-weight: normal;
}
@font-face {
  font-family: "BerlingskeSerifTx";
  src: url("/fonts/BerlingskeSerifTx/BerlingskeSerifTx-XBd.woff") format("woff"), url("/fonts/BerlingskeSerifTx/BerlingskeSerifTx-XBd.ttf") format("truetype"), url("/fonts/BerlingskeSerifTx/BerlingskeSerifTx-XBd.svg#BerlingskeSerifTx-XBd") format("svg");
  /* Legacy iOS */
  font-weight: bold;
}
/* Inherited mixins */
/* Helpers */
/* Colors */
.rt-padding .spHeader2:before {
  content: "";
  border-bottom: 1px solid #000;
  width: 100%;
  position: absolute;
  left: 0;
  height: 20px;
  margin-top: 0;
  margin-bottom: -1.5em;
}
.rt-padding .spHeader2 {
  margin-bottom: 0;
}
.rt-padding .spHeader2 .spHeader {
  background-color: #F7F5F2;
  border-bottom: none 0;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  z-index: 2;
}

/* CIM Tables */
.cimtable {
  border: 2px solid #737370;
  display: table;
  width: 100%;
}
.cimtable .header {
  background-color: transparent;
  width: 100%;
  padding: 1em;
  padding-bottom: 0;
  display: none;
}
.cimtable .header.cimrow h2 {
  font-family: "BerlingskeSerifTx", Tahoma, serif;
  color: #737370;
}
.cimtable .header h3 {
  margin-bottom: 0;
}
.cimtable .header p {
  color: #fff;
  font-size: 0.8em;
  margin-bottom: 0;
}
.cimtable .cimrow {
  padding: 0;
  border-bottom: solid thin #737370;
  display: table-row;
}
.cimtable .cimrow h2 {
  color: #906DAD;
  margin-bottom: 0;
}
.cimtable .cimrow h3 {
  color: #070078;
  margin-bottom: 0;
}
.cimtable .cimrow h4 {
  font-size: 1.1em;
  font-weight: bold;
}
.cimtable .cimrow .col02 {
  width: 50%;
  display: table-cell;
}
.cimtable .cimrow .col03 {
  width: 33.3333%;
  display: table-cell;
}
.cimtable .cimrow .col04 {
  width: 25%;
  display: table-cell;
}
.cimtable .cimrow .new {
  color: #fff;
}
.cimtable .cimrow .columns {
  padding: 1em;
  display: table-cell;
  border-bottom: 0;
  border-right: 0;
  vertical-align: middle;
  float: none;
}
.cimtable .cimrow > div:last-of-type {
  border-right: none;
}
.cimtable .cim-button {
  font-size: 1.1em !important;
  margin-top: 0.5em;
}
.cimtable .col4 .header h2 {
  font-size: 1rem;
}

@media only screen and (max-width: 359px) {
  .rt-padding .spHeader2 .spHeader {
    display: block;
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 768px) {
  .cimtable.col4 .large-1 {
    width: 10%;
  }

  .cimtable.col4 .large-3, .cimtable.col4 .large-4 {
    width: 30%;
  }

  .cimtable.col4 .header h2 {
    font-size: 1.2rem;
  }
}
.flexslider .popupadd, .flexslider .tooltipactive {
  cursor: pointer;
}
.flexslider .tooltiptype {
  display: none;
  width: 300px;
  border: thin solid #333;
  padding: 1em;
  background-color: #fff;
  position: fixed;
  z-index: 1010;
  left: 50px;
}

.tooltiptype {
  display: none;
}
.tooltiptype.show {
  display: block;
  position: fixed;
  bottom: 7%;
  left: 25%;
  width: 50%;
  background-color: #fff;
  border: thin solid #333;
  padding: 1em;
  z-index: 99;
}
.tooltiptype.show .close-reveal-modal {
  display: none;
}
.tooltiptype.show h2, .tooltiptype.show h3 {
  color: #333;
}

/* CIM Table specific */
.cimtable .cimrow .right {
  margin-right: 1em;
}
.cimtable .cimrow .infoicon {
  width: 15px;
  margin-top: -10px;
  margin-left: 4px;
}
.cimtable .cimrow.cimfoundation {
  background-color: #97d872;
}
.cimtable .cimrow.cimfoundation .cim-button:before {
  background: #8FCC8F !important;
}
.cimtable .cimrow.cimcertificate {
  background-color: #ffe401;
}
.cimtable .cimrow.cimcertificate .cim-button:before {
  background: #FAC031 !important;
}
.cimtable .cimrow.cimdiploma {
  background-color: #ff0099;
}
.cimtable .cimrow.cimdiploma .cim-button:before {
  background: #f1563f !important;
}
.cimtable .cimrow.cimpostgrad {
  background-color: #8970B2;
}
.cimtable .cimrow.cimpostgrad .cim-button:before {
  background: #8970B2 !important;
}
.cimtable .cimrow.cimpostgrad .header {
  background-color: #8970B2;
  color: #fff;
  font-size: 1.1em;
  padding: 0.8em;
}

#learning .cimtable .cimrow .cim-button {
  border: 2px solid #fff !important;
  margin-top: 1em;
  color: #fff !important;
  margin-bottom: 1em !important;
}
#learning .cimtable .cimrow .cim-button:after {
  content: url("/img/icons/white-arrow.png") !important;
}

.technical .cimtable .header {
  background-color: #82E8EC;
}
.technical .cimtable h2 {
  color: #82E8EC;
}

.core .cimtable .header {
  background-color: #070078;
}
.core .cimtable .header h2 {
  color: #fff;
}
.core .cimtable h2 {
  color: #070078;
}

.behaviour .cimtable .header {
  background-color: #070078;
}
.behaviour .cimtable .header h2 {
  /* Fonts */
  /* Battersea */
  /* BerlingskeSerifTx */
  /* Inherited mixins */
  /* Helpers */
  /* Colors */
  /* CIM Tables */
  /* CIM Table specific */
  color: #fff;
}
@font-face {
  .behaviour .cimtable .header h2 {
    font-family: "Battersea";
    src: url("/fonts/Battersea/Battersea_Regular_2011.woff") format("woff"), url("/fonts/Battersea/Battersea_Regular_2011.ttf") format("truetype"), url("/fonts/Battersea/Battersea_Regular_2011.svg#Battersea_Regular_2011") format("svg");
    /* Legacy iOS */
    font-weight: normal;
  }
}
@font-face {
  .behaviour .cimtable .header h2 {
    font-family: "Battersea";
    src: url("/fonts/Battersea/Battersea_SemiBold_2011.woff") format("woff"), url("/fonts/Battersea/Battersea_SemiBold_2011.ttf") format("truetype"), url("/fonts/Battersea/Battersea_SemiBold_2011.svg#Battersea_SemiBold_2011") format("svg");
    /* Legacy iOS */
    font-weight: 600;
  }
}
@font-face {
  .behaviour .cimtable .header h2 {
    font-family: "Battersea";
    src: url("/fonts/Battersea/Battersea_Bold_2011.woff") format("woff"), url("/fonts/Battersea/Battersea_Bold_2011.ttf") format("truetype"), url("/fonts/Battersea/Battersea_Bold_2011.svg#Battersea_Bold_2011") format("svg");
    /* Legacy iOS */
    font-weight: bold;
  }
}
@font-face {
  .behaviour .cimtable .header h2 {
    font-family: "BerlingskeSerifTx";
    src: url("/fonts/BerlingskeSerifTx/BerlingskeSerifTx-Rg.woff") format("woff"), url("/fonts/BerlingskeSerifTx/BerlingskeSerifTx-Rg.ttf") format("truetype"), url("/fonts/BerlingskeSerifTx/BerlingskeSerifTx-Rg.svg#BerlingskeSerifTx-XBd") format("svg");
    /* Legacy iOS */
    font-weight: normal;
  }
}
@font-face {
  .behaviour .cimtable .header h2 {
    font-family: "BerlingskeSerifTx";
    src: url("/fonts/BerlingskeSerifTx/BerlingskeSerifTx-XBd.woff") format("woff"), url("/fonts/BerlingskeSerifTx/BerlingskeSerifTx-XBd.ttf") format("truetype"), url("/fonts/BerlingskeSerifTx/BerlingskeSerifTx-XBd.svg#BerlingskeSerifTx-XBd") format("svg");
    /* Legacy iOS */
    font-weight: bold;
  }
}
.behaviour .cimtable .header h2 .rt-padding .spHeader2:before {
  content: "";
  border-bottom: 1px solid #000;
  width: 100%;
  position: absolute;
  left: 0;
  height: 20px;
  margin-top: 0;
  margin-bottom: -1.5em;
}
.behaviour .cimtable .header h2 .rt-padding .spHeader2 {
  margin-bottom: 0;
}
.behaviour .cimtable .header h2 .rt-padding .spHeader2 .spHeader {
  background-color: #F7F5F2;
  border-bottom: none 0;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  z-index: 2;
}
.behaviour .cimtable .header h2 .cimtable {
  border: 2px solid #737370;
  display: table;
  width: 100%;
}
.behaviour .cimtable .header h2 .cimtable .header {
  background-color: transparent;
  width: 100%;
  padding: 1em;
  padding-bottom: 0;
  display: none;
}
.behaviour .cimtable .header h2 .cimtable .header.cimrow h2 {
  font-family: "BerlingskeSerifTx", Tahoma, serif;
  color: #737370;
}
.behaviour .cimtable .header h2 .cimtable .header h3 {
  margin-bottom: 0;
}
.behaviour .cimtable .header h2 .cimtable .header p {
  color: #fff;
  font-size: 0.8em;
  margin-bottom: 0;
}
.behaviour .cimtable .header h2 .cimtable .cimrow {
  padding: 0;
  border-bottom: solid thin #737370;
  display: table-row;
}
.behaviour .cimtable .header h2 .cimtable .cimrow h2 {
  color: #906DAD;
  margin-bottom: 0;
}
.behaviour .cimtable .header h2 .cimtable .cimrow h3 {
  color: #070078;
  margin-bottom: 0;
}
.behaviour .cimtable .header h2 .cimtable .cimrow h4 {
  font-size: 1.1em;
  font-weight: bold;
}
.behaviour .cimtable .header h2 .cimtable .cimrow .col02 {
  width: 50%;
  display: table-cell;
}
.behaviour .cimtable .header h2 .cimtable .cimrow .col03 {
  width: 33.3333%;
  display: table-cell;
}
.behaviour .cimtable .header h2 .cimtable .cimrow .col04 {
  width: 25%;
  display: table-cell;
}
.behaviour .cimtable .header h2 .cimtable .cimrow .new {
  color: #fff;
}
.behaviour .cimtable .header h2 .cimtable .cimrow .columns {
  padding: 1em;
  display: table-cell;
  border-bottom: 0;
  border-right: 0;
  vertical-align: middle;
  float: none;
}
.behaviour .cimtable .header h2 .cimtable .cimrow > div:last-of-type {
  border-right: none;
}
.behaviour .cimtable .header h2 .cimtable .cim-button {
  font-size: 1.1em !important;
  margin-top: 0.5em;
}
.behaviour .cimtable .header h2 .cimtable .col4 .header h2 {
  font-size: 1rem;
}
@media only screen and (max-width: 359px) {
  .behaviour .cimtable .header h2 .rt-padding .spHeader2 .spHeader {
    display: block;
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 768px) {
  .behaviour .cimtable .header h2 .cimtable.col4 .large-1 {
    width: 10%;
  }
  .behaviour .cimtable .header h2 .cimtable.col4 .large-3, .behaviour .cimtable .header h2 .cimtable.col4 .large-4 {
    width: 30%;
  }
  .behaviour .cimtable .header h2 .cimtable.col4 .header h2 {
    font-size: 1.2rem;
  }
}
.behaviour .cimtable .header h2 .flexslider .popupadd, .behaviour .cimtable .header h2 .flexslider .tooltipactive {
  cursor: pointer;
}
.behaviour .cimtable .header h2 .flexslider .tooltiptype {
  display: none;
  width: 300px;
  border: thin solid #333;
  padding: 1em;
  background-color: #fff;
  position: fixed;
  z-index: 1010;
  left: 50px;
}
.behaviour .cimtable .header h2 .tooltiptype {
  display: none;
}
.behaviour .cimtable .header h2 .tooltiptype.show {
  display: block;
  position: fixed;
  bottom: 7%;
  left: 25%;
  width: 50%;
  background-color: #fff;
  border: thin solid #333;
  padding: 1em;
  z-index: 99;
}
.behaviour .cimtable .header h2 .tooltiptype.show .close-reveal-modal {
  display: none;
}
.behaviour .cimtable .header h2 .tooltiptype.show h2, .behaviour .cimtable .header h2 .tooltiptype.show h3 {
  color: #333;
}
.behaviour .cimtable .header h2 .cimtable .cimrow .right {
  margin-right: 1em;
}
.behaviour .cimtable .header h2 .cimtable .cimrow .infoicon {
  width: 15px;
  margin-top: -10px;
  margin-left: 4px;
}
.behaviour .cimtable .header h2 .cimtable .cimrow.cimfoundation {
  background-color: #97d872;
}
.behaviour .cimtable .header h2 .cimtable .cimrow.cimfoundation .cim-button:before {
  background: #8FCC8F !important;
}
.behaviour .cimtable .header h2 .cimtable .cimrow.cimcertificate {
  background-color: #ffe401;
}
.behaviour .cimtable .header h2 .cimtable .cimrow.cimcertificate .cim-button:before {
  background: #FAC031 !important;
}
.behaviour .cimtable .header h2 .cimtable .cimrow.cimdiploma {
  background-color: #ff0099;
}
.behaviour .cimtable .header h2 .cimtable .cimrow.cimdiploma .cim-button:before {
  background: #f1563f !important;
}
.behaviour .cimtable .header h2 .cimtable .cimrow.cimpostgrad {
  background-color: #8970B2;
}
.behaviour .cimtable .header h2 .cimtable .cimrow.cimpostgrad .cim-button:before {
  background: #8970B2 !important;
}
.behaviour .cimtable .header h2 .cimtable .cimrow.cimpostgrad .header {
  background-color: #8970B2;
  color: #fff;
  font-size: 1.1em;
  padding: 0.8em;
}
.behaviour .cimtable .header h2 #learning .cimtable .cimrow .cim-button {
  border: 2px solid #fff !important;
  margin-top: 1em;
  color: #fff !important;
  margin-bottom: 1em !important;
}
.behaviour .cimtable .header h2 #learning .cimtable .cimrow .cim-button:after {
  content: url("/img/icons/white-arrow.png") !important;
}
.behaviour .cimtable .header h2 .technical .cimtable .header {
  background-color: #82E8EC;
}
.behaviour .cimtable .header h2 .technical .cimtable h2 {
  color: #82E8EC;
}
.behaviour .cimtable .header h2 .core .cimtable .header {
  background-color: #070078;
}
.behaviour .cimtable .header h2 .core .cimtable .header h2 {
  color: #fff;
}
.behaviour .cimtable .header h2 .core .cimtable h2 {
  color: #070078;
}
.behaviour .cimtable .header h2 .behaviour .cimtable .header {
  background-color: #070078;
}
.behaviour .cimtable .header h2 .behaviour .cimtable .header h2 {
  color: #fff;
}
.behaviour .cimtable .header h2 .typeH {
  display: table;
}
.behaviour .cimtable .header h2 .typeH > a {
  display: table-cell;
  vertical-align: middle;
}
.behaviour .cimtable .header h2 .panel.wide {
  width: 100%;
}

.typeH {
  display: table;
}
.typeH > a {
  display: table-cell;
  vertical-align: middle;
}

.panel.wide {
  width: 100%;
}

.courseitem .biog-name {
  font-style: italic;
}
.courseitem .biog-name:hover {
  cursor: pointer !important;
}

/*# sourceMappingURL=overrides.css.map */
